Web Dynpro API Documentation

Uses of Interface
com.sap.tc.webdynpro.clientserver.uielib.standard.api.IWDMenuItem

Packages that use IWDMenuItem
com.sap.tc.webdynpro.clientserver.uielib.standard.api Contains interfaces for accessing Web Dynpro UI elements and contains enumeration types used as UI element property types. 
 

Uses of IWDMenuItem in com.sap.tc.webdynpro.clientserver.uielib.standard.api
 

Subinterfaces of IWDMenuItem in com.sap.tc.webdynpro.clientserver.uielib.standard.api
 interface IWDMenuActionItem
          Web Dynpro MenuActionItem API.
 interface IWDMenuSeparator
          Web Dynpro MenuSeparator API.
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api that return IWDMenuItem
 IWDMenuItem[] IWDMenu.getItems()
          Returns the list of Items.
 IWDMenuItem IWDMenu.getItem(int index)
          Returns the Item at the given index.
 IWDMenuItem IWDMenu.removeItem(int index)
          Removes the entry at the given index from the list of Items.
 IWDMenuItem IWDMenu.removeItem(java.lang.String id)
          Removes the entry with the given ID from the list of Items.
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api with parameters of type IWDMenuItem
 void IWDMenu.addItem(IWDMenuItem aMenuItem)
          Adds the given Item at the end of the list of Items.
 void IWDMenu.addItem(IWDMenuItem aMenuItem, int index)
          Adds the given Item at the specified index in the list of Items.
 int IWDMenu.indexOfItem(IWDMenuItem aMenuItem)
          Returns the index of the given element in the list of Items or -1 if it is not contained in the list.
 


Web Dynpro API Documentation

Copyright © 2004 SAP AG. Automatically generated Thu Mar 3 2005, 22:15