|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IWDPatternExpandFunction | |
| com.sap.tc.webdynpro.clientserver.uielib.pattern.api | |
| Uses of IWDPatternExpandFunction in com.sap.tc.webdynpro.clientserver.uielib.pattern.api |
| Methods in com.sap.tc.webdynpro.clientserver.uielib.pattern.api that return IWDPatternExpandFunction | |
IWDPatternExpandFunction[] |
IWDAbstractPatternContainer.getExpandFunctions()
Returns the list of ExpandFunctions. |
IWDPatternExpandFunction |
IWDAbstractPatternContainer.getExpandFunction(int index)
Returns the ExpandFunction at the given index. |
IWDPatternExpandFunction |
IWDAbstractPatternContainer.removeExpandFunction(int index)
Removes the entry at the given index from the list of ExpandFunctions. |
IWDPatternExpandFunction |
IWDAbstractPatternContainer.removeExpandFunction(java.lang.String id)
Removes the entry with the given ID from the list of ExpandFunctions. |
| Methods in com.sap.tc.webdynpro.clientserver.uielib.pattern.api with parameters of type IWDPatternExpandFunction | |
void |
IWDAbstractPatternContainer.addExpandFunction(IWDPatternExpandFunction aPatternExpandFunction)
Adds the given ExpandFunction at the end of the list of ExpandFunctions. |
void |
IWDAbstractPatternContainer.addExpandFunction(IWDPatternExpandFunction aPatternExpandFunction,
int index)
Adds the given ExpandFunction at the specified index in the list of ExpandFunctions. |
int |
IWDAbstractPatternContainer.indexOfExpandFunction(IWDPatternExpandFunction aPatternExpandFunction)
Returns the index of the given element in the list of ExpandFunctions or -1 if it is not contained in the list. |
|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||