Web Dynpro API Documentation

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

Packages that use IWDToolBarItem
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 IWDToolBarItem in com.sap.tc.webdynpro.clientserver.uielib.standard.api
 

Subinterfaces of IWDToolBarItem in com.sap.tc.webdynpro.clientserver.uielib.standard.api
 interface IWDToolBarButton
          Web Dynpro ToolBarButton API.
 interface IWDToolBarDropDownByIndex
          Web Dynpro ToolBarDropDownByIndex API.
 interface IWDToolBarDropDownByKey
          Web Dynpro ToolBarDropDownByKey API.
 interface IWDToolBarInputField
          Web Dynpro ToolBarInputField API.
 interface IWDToolBarSeparator
          Web Dynpro ToolBarSeparator API.
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api that return IWDToolBarItem
 IWDToolBarItem[] IWDToolBar.getToolBarItems()
          Returns the list of ToolBarItems.
 IWDToolBarItem IWDToolBar.getToolBarItem(int index)
          Returns the ToolBarItem at the given index.
 IWDToolBarItem IWDToolBar.removeToolBarItem(int index)
          Removes the entry at the given index from the list of ToolBarItems.
 IWDToolBarItem IWDToolBar.removeToolBarItem(java.lang.String id)
          Removes the entry with the given ID from the list of ToolBarItems.
 IWDToolBarItem[] IWDToolBar.getToolBarRightItems()
          Returns the list of ToolBarRightItems.
 IWDToolBarItem IWDToolBar.getToolBarRightItem(int index)
          Returns the ToolBarRightItem at the given index.
 IWDToolBarItem IWDToolBar.removeToolBarRightItem(int index)
          Removes the entry at the given index from the list of ToolBarRightItems.
 IWDToolBarItem IWDToolBar.removeToolBarRightItem(java.lang.String id)
          Removes the entry with the given ID from the list of ToolBarRightItems.
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api with parameters of type IWDToolBarItem
 void IWDToolBar.addToolBarItem(IWDToolBarItem aToolBarItem)
          Adds the given ToolBarItem at the end of the list of ToolBarItems.
 void IWDToolBar.addToolBarItem(IWDToolBarItem aToolBarItem, int index)
          Adds the given ToolBarItem at the specified index in the list of ToolBarItems.
 int IWDToolBar.indexOfToolBarItem(IWDToolBarItem aToolBarItem)
          Returns the index of the given element in the list of ToolBarItems or -1 if it is not contained in the list.
 void IWDToolBar.addToolBarRightItem(IWDToolBarItem aToolBarItem)
          Adds the given ToolBarRightItem at the end of the list of ToolBarRightItems.
 void IWDToolBar.addToolBarRightItem(IWDToolBarItem aToolBarItem, int index)
          Adds the given ToolBarRightItem at the specified index in the list of ToolBarRightItems.
 int IWDToolBar.indexOfToolBarRightItem(IWDToolBarItem aToolBarItem)
          Returns the index of the given element in the list of ToolBarRightItems 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