Uses of Class
com.sapportals.htmlb.hovermenu.HoverMenu

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)
           
 



Copyright 2006 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG. The information contained herein may be changed without prior notice. Microsoft, Windows, Outlook, and PowerPoint are registered trademarks of Microsoft Corporation. Oracle is a registered trademark of Oracle Corporation. UNIX, X/Open, OSF/1, and Motif are registered trademarks of the Open Group. Citrix, ICA, Program Neighborhood, MetaFrame, WinFrame, VideoFrame, and MultiWin are trademarks or registered trademarks of Citrix Systems, Inc. HTML, XML, XHTML and W3C are trademarks or registered trademarks of W3C, World Wide Web Consortium, Massachusetts Institute of Technology. Java is a registered trademark of Sun Microsystems, Inc. JavaScript is a registered trademark of Sun Microsystems, Inc., used under license for technology invented and implemented by Netscape. MaxDB is a trademark of MySQL AB, Sweden. SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary. These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.