|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IWDPatternTab | |
| com.sap.tc.webdynpro.clientserver.uielib.pattern.api | |
| Uses of IWDPatternTab in com.sap.tc.webdynpro.clientserver.uielib.pattern.api |
| Methods in com.sap.tc.webdynpro.clientserver.uielib.pattern.api that return IWDPatternTab | |
IWDPatternTab[] |
IWDPatternTabStrip.getTabs()
Returns the list of Tabs. |
IWDPatternTab |
IWDPatternTabStrip.getTab(int index)
Returns the Tab at the given index. |
IWDPatternTab |
IWDPatternTabStrip.removeTab(int index)
Removes the entry at the given index from the list of Tabs. |
IWDPatternTab |
IWDPatternTabStrip.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.pattern.api with parameters of type IWDPatternTab | |
void |
IWDPatternTabStrip.addTab(IWDPatternTab aPatternTab)
Adds the given Tab at the end of the list of Tabs. |
void |
IWDPatternTabStrip.addTab(IWDPatternTab aPatternTab,
int index)
Adds the given Tab at the specified index in the list of Tabs. |
int |
IWDPatternTabStrip.indexOfTab(IWDPatternTab aPatternTab)
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 | |||||||||