Note:
Extension of the classes in this package is prohibited unless otherwise documented. Similarly, extension or implementation of the interfaces in this package is prohibited except as documented.
@CodeSet(value="sas.platform")
@SASScope(value="ALL")

Package com.sas.servlet.tbeans.menubar.html

Provides classes for generating a MenuBar or SelectorMenuBar.

See:
          Description

Interface Summary
MenuBarStyleAreaKeysInterface Style keys used for the MenuBar classes.
 

Class Summary
BaseHTMLMenuBar The BaseHTMLMenuBar is an abstract TransformationBean™ used to create an HTML MenuBar.
Menu Deprecated. As of release 9.2, replaced by SimpleMenuBar/PopupMenu
MenuBar Deprecated. As of release 9.2, replaced by SimpleMenuBar
MenuItem MenuItem is used to populate the Menus in a MenuBar transformation bean.
SelectorMenuBar The SelectorMenuBar is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript for creating a Selector MenuBar.
SelectorMenuItem The SelectorMenuItem is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript used to populate a selector menu in a MenuBar.
 

Package com.sas.servlet.tbeans.menubar.html Description

Provides classes for generating a MenuBar or SelectorMenuBar. MenuBar: The MenuBar TransformationBean is used to provide a structured way of displaying user actions. Menus are added to the MenuBar and each Menu can be a holder for a MenuItem. The MenuBar can have a NAVIGATION, DROP_CLICK or DROP_HOVER menu types.
SelectorMenuBar: The SelectorMenuBar TransformationBean is also used to provide a structured way of displaying actions via the Menus or SelectorMenuItems. SelectorMenuItem can be added to the Menu for displaying Selectors. SelectorMenuBar can have a menu type of SELECTOR_EXTERNAL or SELECTOR_EXPAND.


Note:
Extension of the classes in this package is prohibited unless otherwise documented. Similarly, extension or implementation of the interfaces in this package is prohibited except as documented.


Copyright © 2009 SAS Institute Inc. All Rights Reserved.