|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
public static final java.lang.String MENU_BAR_TYPE
public static final java.lang.String HOVER_MENU_TYPE
public static final java.lang.String LINK_MENU_TYPE
public static final java.lang.String BUTTON_MENU_TYPE
public static final java.lang.String SMALL_BUTTON_MENU_TYPE
public static final java.lang.String TOOLBAR_BUTTON_MENU_TYPE
public static final java.lang.String VERTICAL_LINK_MENU_TYPE
public static final java.lang.String ICON_MENU_TYPE
public static final java.lang.String TAB_MENU_TYPE
| Method Detail |
public IUIMenu getNewInstance()
IUIMenu object
public com.sapportals.htmlb.Component renderMenu(IUIGroupCommand groupCommand,
IResource resource,
AbstractProxyControl newProxy)
throws WcmException
resource - the IResource for which the component
is requierednewProxy - the Control that called this methodgroupCommand - the given IUICommandGroup which will renderedWdfException - Exception raised in failure situationpublic java.lang.String getMenuType()
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||