Web Dynpro API Documentation

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

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

Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api that return IWDTab
 IWDTab[] IWDTabStrip.getTabs()
          Returns the list of Tabs.
 IWDTab IWDTabStrip.getTab(int index)
          Returns the Tab at the given index.
 IWDTab IWDTabStrip.removeTab(int index)
          Removes the entry at the given index from the list of Tabs.
 IWDTab IWDTabStrip.removeTab(java.lang.String id)
          Removes the entry with the given ID from the list of Tabs.
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api with parameters of type IWDTab
 void IWDTabStrip.addTab(IWDTab aTab)
          Adds the given Tab at the end of the list of Tabs.
 void IWDTabStrip.addTab(IWDTab aTab, int index)
          Adds the given Tab at the specified index in the list of Tabs.
 int IWDTabStrip.indexOfTab(IWDTab aTab)
          Returns the index of the given element in the list of Tabs 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