|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IWDPatternContentArea | |
| com.sap.tc.webdynpro.clientserver.uielib.pattern.api | |
| Uses of IWDPatternContentArea in com.sap.tc.webdynpro.clientserver.uielib.pattern.api |
| Methods in com.sap.tc.webdynpro.clientserver.uielib.pattern.api that return IWDPatternContentArea | |
IWDPatternContentArea[] |
IWDPatternTray.getItems()
Returns the list of Items. |
IWDPatternContentArea |
IWDPatternTray.getItem(int index)
Returns the Item at the given index. |
IWDPatternContentArea |
IWDPatternTray.removeItem(int index)
Removes the entry at the given index from the list of Items. |
IWDPatternContentArea |
IWDPatternTray.removeItem(java.lang.String id)
Removes the entry with the given ID from the list of Items. |
IWDPatternContentArea[] |
IWDPatternTab.getItems()
Returns the list of Items. |
IWDPatternContentArea |
IWDPatternTab.getItem(int index)
Returns the Item at the given index. |
IWDPatternContentArea |
IWDPatternTab.removeItem(int index)
Removes the entry at the given index from the list of Items. |
IWDPatternContentArea |
IWDPatternTab.removeItem(java.lang.String id)
Removes the entry with the given ID from the list of Items. |
IWDPatternContentArea[] |
IWDPatternSequenceStep.getItems()
Returns the list of Items. |
IWDPatternContentArea |
IWDPatternSequenceStep.getItem(int index)
Returns the Item at the given index. |
IWDPatternContentArea |
IWDPatternSequenceStep.removeItem(int index)
Removes the entry at the given index from the list of Items. |
IWDPatternContentArea |
IWDPatternSequenceStep.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.pattern.api with parameters of type IWDPatternContentArea | |
void |
IWDPatternTray.addItem(IWDPatternContentArea aPatternContentArea)
Adds the given Item at the end of the list of Items. |
void |
IWDPatternTray.addItem(IWDPatternContentArea aPatternContentArea,
int index)
Adds the given Item at the specified index in the list of Items. |
int |
IWDPatternTray.indexOfItem(IWDPatternContentArea aPatternContentArea)
Returns the index of the given element in the list of Items or -1 if it is not contained in the list. |
void |
IWDPatternTab.addItem(IWDPatternContentArea aPatternContentArea)
Adds the given Item at the end of the list of Items. |
void |
IWDPatternTab.addItem(IWDPatternContentArea aPatternContentArea,
int index)
Adds the given Item at the specified index in the list of Items. |
int |
IWDPatternTab.indexOfItem(IWDPatternContentArea aPatternContentArea)
Returns the index of the given element in the list of Items or -1 if it is not contained in the list. |
void |
IWDPatternSequenceStep.addItem(IWDPatternContentArea aPatternContentArea)
Adds the given Item at the end of the list of Items. |
void |
IWDPatternSequenceStep.addItem(IWDPatternContentArea aPatternContentArea,
int index)
Adds the given Item at the specified index in the list of Items. |
int |
IWDPatternSequenceStep.indexOfItem(IWDPatternContentArea aPatternContentArea)
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 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||