|
SAP NetWeaver 7.30 (SP02) Composition Environment | |||||||||
| 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
public final class 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()
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] UWLJWF
|
[sap.com] tc/kmc/bc.uwl/api
|
-
|
EP-BC-UWL
|
[sap.com] UWLJWF
|
[sap.com] tc/kmc/bc.uwl/api
|
default
|
EP-BC-UWL
|
|
SAP NetWeaver 7.30 (SP02) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||