SAP NetWeaver '04

com.sapportals.wcm.rendering.uicommand
Interface IUIMenu

[contained in: com.sap.km.cm.ui.flex.par - km.shared.ui.flex.uicommand_api.jar]
All Known Implementing Classes:
AbstractUIMenu

public interface IUIMenu

Base class for rendering menus


Field Summary
static java.lang.String BUTTON_MENU_TYPE
          menu type for the buttonmenu
static java.lang.String HOVER_MENU_TYPE
          menu type for the hovermenu
static java.lang.String ICON_MENU_TYPE
          menu type for the icon menu
static java.lang.String LINK_MENU_TYPE
          menu type for the linkmenu
static java.lang.String MENU_BAR_TYPE
          menu type for the menubar
static java.lang.String SMALL_BUTTON_MENU_TYPE
          menu type for the small buttonmenu
static java.lang.String TAB_MENU_TYPE
          menu type for the icon menu
static java.lang.String TOOLBAR_BUTTON_MENU_TYPE
          menu type for the toolbar buttonmenu
static java.lang.String VERTICAL_LINK_MENU_TYPE
          menu type for the vertical links menu
 
Method Summary
 java.lang.String getMenuType()
          Gets an unique menu type value of the menu
 IUIMenu getNewInstance()
          Gets a instance of the IUIMenu object
 com.sapportals.htmlb.Component renderMenu(IUIGroupCommand groupCommand, IResource resource, AbstractProxyControl newProxy)
          Creates a menu component according with the input parameters
 

Field Detail

MENU_BAR_TYPE

public static final java.lang.String MENU_BAR_TYPE
menu type for the menubar

HOVER_MENU_TYPE

public static final java.lang.String HOVER_MENU_TYPE
menu type for the hovermenu

LINK_MENU_TYPE

public static final java.lang.String LINK_MENU_TYPE
menu type for the linkmenu

BUTTON_MENU_TYPE

public static final java.lang.String BUTTON_MENU_TYPE
menu type for the buttonmenu

SMALL_BUTTON_MENU_TYPE

public static final java.lang.String SMALL_BUTTON_MENU_TYPE
menu type for the small buttonmenu

TOOLBAR_BUTTON_MENU_TYPE

public static final java.lang.String TOOLBAR_BUTTON_MENU_TYPE
menu type for the toolbar buttonmenu

VERTICAL_LINK_MENU_TYPE

public static final java.lang.String VERTICAL_LINK_MENU_TYPE
menu type for the vertical links menu

ICON_MENU_TYPE

public static final java.lang.String ICON_MENU_TYPE
menu type for the icon menu

TAB_MENU_TYPE

public static final java.lang.String TAB_MENU_TYPE
menu type for the icon menu
Method Detail

getNewInstance

public IUIMenu getNewInstance()
Gets a instance of the IUIMenu object
Returns:
the newInstance value

renderMenu

public com.sapportals.htmlb.Component renderMenu(IUIGroupCommand groupCommand,
                                                 IResource resource,
                                                 AbstractProxyControl newProxy)
                                          throws WcmException
Creates a menu component according with the input parameters
Parameters:
resource - the IResource for which the component is requiered
newProxy - the Control that called this method
groupCommand - the given IUICommandGroup which will rendered
Returns:
the resulted component
Throws:
WdfException - Exception raised in failure situation

getMenuType

public java.lang.String getMenuType()
Gets an unique menu type value of the menu
Returns:
the menuType value

SAP NetWeaver '04

Copyright © 2004 by SAP AG. All Rights Reserved.
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.