|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseMenuItem | |
---|---|
com.sas.servlet.tbeans.menubar | Provides base classes used to generate the MenuBar and SelectorMenuBar. |
com.sas.servlet.tbeans.menubar.html | Provides classes for generating a MenuBar or SelectorMenuBar. |
Uses of BaseMenuItem in com.sas.servlet.tbeans.menubar |
---|
Subclasses of BaseMenuItem in com.sas.servlet.tbeans.menubar | |
---|---|
class |
BaseMenu
BaseMenu TransformationBean used to create a Menu used for controlling rollover dropdown actions, selectors and navigation style menus. |
class |
BaseSelectorMenuItem
BaseSelectorMenuItem TransformationBean used to create a SelectorMenuItem. |
Methods in com.sas.servlet.tbeans.menubar that return BaseMenuItem | |
---|---|
BaseMenuItem |
BaseMenuItem.getNextMenu()
Use internally to assist in keyboard navigation. |
BaseMenuItem |
BaseMenuItem.getNextMenuItem()
Use internally to assist in keyboard navigation. |
BaseMenuItem |
BaseMenuItem.getPreviousMenu()
Use internally to assist in keyboard navigation. |
BaseMenuItem |
BaseMenuItem.getPreviousMenuItem()
Use internally to assist in keyboard navigation. |
Methods in com.sas.servlet.tbeans.menubar with parameters of type BaseMenuItem | |
---|---|
void |
BaseMenu.add(BaseMenuItem menuItem)
Sets the menuItem passed in as the next menuItem in the menu |
void |
BaseMenuItem.setNextMenu(BaseMenuItem nextMenuId)
Use internally to assist in keyboard navigation. |
void |
BaseMenuItem.setNextMenuItem(BaseMenuItem nextMenuItemId)
Use internally to assist in keyboard navigation. |
void |
BaseMenuItem.setPreviousMenu(BaseMenuItem previousMenuId)
Use internally to assist in keyboard navigation. |
void |
BaseMenuItem.setPreviousMenuItem(BaseMenuItem previousMenuItemId)
Use internally to assist in keyboard navigation. |
Uses of BaseMenuItem in com.sas.servlet.tbeans.menubar.html |
---|
Subclasses of BaseMenuItem in com.sas.servlet.tbeans.menubar.html | |
---|---|
class |
Menu
Deprecated. As of release 9.2, replaced by SimpleMenuBar/PopupMenu |
class |
MenuItem
MenuItem is used to populate the Menus in a MenuBar transformation bean. |
class |
SelectorMenuItem
The SelectorMenuItem is a TransformationBean that generates the appropriate HTML 4.0 and JavaScript used to populate a selector menu in a MenuBar. |
Methods in com.sas.servlet.tbeans.menubar.html with parameters of type BaseMenuItem | |
---|---|
protected java.lang.String |
Menu.getMenuItemStyleClass(BaseMenuItem mitem)
Deprecated. Returns the style class for the MenuItem. |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |