|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||