|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.htmlb.MenuItem
| Constructor Summary | |
MenuItem(String id,
String text)
constructs a menu item with a given id and text |
|
| Method Summary | |
HoverMenu |
getHoverMenu()
returns the hover menu associated with this menu item |
String |
getId()
returns the id of the menu item |
MenuBar |
getMenuBar()
returns the hover menu associated with this menu item |
String |
getText()
returns the text for the menu |
ForcedTextDirection |
getTextDirection()
Gets the text direction for the component |
boolean |
isEnabled()
determines if the menu item is disabled |
void |
setEnabled(boolean enabled)
disable/enable menu item |
void |
setHoverMenu(HoverMenu hoverMenu)
sets the hover menu for the menu item. |
void |
setId(String id)
sets the id of the menu item |
void |
setMenuBar(MenuBar menuBar)
sets the hover menu for the menu item. |
void |
setText(String text)
sets the text for the menu item |
void |
setTextDirection(ForcedTextDirection textDirection)
Sets the text direction for the component |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MenuItem(String id,
String text)
| Method Detail |
public String getId()
public void setId(String id)
public String getText()
public void setText(String text)
public HoverMenu getHoverMenu()
public void setHoverMenu(HoverMenu hoverMenu)
public boolean isEnabled()
public void setEnabled(boolean enabled)
public MenuBar getMenuBar()
public void setMenuBar(MenuBar menuBar)
public ForcedTextDirection getTextDirection()
public void setTextDirection(ForcedTextDirection textDirection)
textDirection - com.sapportals.htmlb.enum.ForcedTextDirection
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||