|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.netweaver.bc.uwl.config.MenuItemCollection
Collection of MenuItem objects.
| Constructor Summary | |
MenuItemCollection()
Empty Constructor |
|
MenuItemCollection(ArrayList list)
Create a MenuItemCollection using the List of MenuItems to initialize it with. |
|
| Method Summary | |
MenuItem |
getMenuItem(String name)
Return the MenuItem by its name. |
MenuItem[] |
getMenuItems()
Convert the list into MenuItem array. |
List |
getMenuList()
Get access to the List of MenuItem directly |
void |
setMenuList(List list)
Replace the current list with the new List of MenuItems |
int |
size()
Return the number of MenuItem in the Collection |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MenuItemCollection(ArrayList list)
list - public MenuItemCollection()
| Method Detail |
public int size()
public List getMenuList()
public MenuItem getMenuItem(String name)
name -
public void setMenuList(List list)
list - public MenuItem[] getMenuItems()
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||