|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HoverMenu | |
| com.sapportals.htmlb | |
| com.sapportals.htmlb.hovermenu | |
| com.sapportals.htmlb.table | |
| Uses of HoverMenu in com.sapportals.htmlb |
| Methods in com.sapportals.htmlb that return HoverMenu | |
HoverMenu |
TreeNode.getHoverMenu()
returns the hover menu for this tree node |
HoverMenu |
Tree.getHoverMenu()
Deprecated. |
HoverMenu |
Tray.getMenu()
returns the menu of the tray |
HoverMenu |
Tray.getHoverMenu()
returns the hover menu which should be displayed as mouse moves over the text |
HoverMenu |
TextView.getHoverMenu()
returns the hover menu which should be displayed as mouse moves over the text |
HoverMenu |
PopupTrigger.getMenu()
returns the menu used for the popup trigger |
HoverMenu |
MenuItem.getHoverMenu()
returns the hover menu associated with this menu item |
HoverMenu |
Image.getHoverMenu()
|
| Methods in com.sapportals.htmlb with parameters of type HoverMenu | |
void |
TreeNode.setHoverMenu(HoverMenu hoverMenu)
sets the hover menu for this tree node |
void |
Tray.setMenu(HoverMenu menu)
sets the menu of the tray |
void |
Tray.setHoverMenu(HoverMenu hoverMenu)
sets the hove menu which should be displayed as mouse moves over the text |
void |
TextView.setHoverMenu(HoverMenu hoverMenu)
sets the hove menu which should be displayed as mouse moves over the text |
void |
TextView.removerHoverMenu(HoverMenu menu)
|
void |
PopupTrigger.setMenu(HoverMenu menu)
sets the menu for the popup trigger |
void |
MenuItem.setHoverMenu(HoverMenu hoverMenu)
sets the hover menu for the menu item. |
void |
Link.removerHoverMenu(HoverMenu menu)
|
void |
Image.setHoverMenu(HoverMenu hoverMenu)
|
void |
Image.removerHoverMenu(HoverMenu menu)
|
void |
Form.registerHoverMenu(HoverMenu hoverMenu)
register the hover menu hover menus within one page should be collected before they'll be rendered, for saving performance |
void |
Document.registerHoverMenu(HoverMenu hoverMenu)
register the hover menu, internal use only hover menus within one page should be collected before they'll be rendered, for saving performance |
| Constructors in com.sapportals.htmlb with parameters of type HoverMenu | |
PopupTrigger(String id,
HoverMenu menu)
Construct object of class PopupTrigger. |
|
PopupTrigger(String id,
String tooltip,
Component content,
HoverMenu menu)
Construct object of class PopupTrigger. |
|
| Uses of HoverMenu in com.sapportals.htmlb.hovermenu |
| Methods in com.sapportals.htmlb.hovermenu that return HoverMenu | |
HoverMenu |
LinkForHoverMenu.getHoverMenu()
Get the HoverMenu attribute of the LinkForHoverMenu object. |
HoverMenu |
HoverMenuItem.addSubHoverMenu(String id)
creates a new hover menu with the given id and sets this hover menu as the sub menu to this menu item |
HoverMenu |
HoverMenuItem.getSubMenu()
returns the sub hover menu to the |
HoverMenu |
HoverMenuItem.getParentMenu()
returns the parent hover menu for this item |
| Methods in com.sapportals.htmlb.hovermenu with parameters of type HoverMenu | |
void |
LinkForHoverMenu.setHoverMenu(HoverMenu menu)
Set the HoverMenu attribute of the LinkForHoverMenu object. |
void |
HoverMenuItem.setSubHoverMenu(HoverMenu menu)
sets a given hover menu as the sub hover menu of the item |
protected void |
HoverMenuItem.setParentMenu(HoverMenu parent)
sets the parent menu |
void |
HoverMenu.updateItemStatus(HoverMenu menu)
|
| Uses of HoverMenu in com.sapportals.htmlb.table |
| Methods in com.sapportals.htmlb.table that return HoverMenu | |
HoverMenu |
TableView.getOptionMenu(Locale locale)
|
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||