|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IWDPhase | |
| 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 IWDPhase in com.sap.tc.webdynpro.clientserver.uielib.standard.api |
| Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api that return IWDPhase | |
IWDPhase[] |
IWDPhaseIndicator.getPhases()
Returns the list of Phases. |
IWDPhase |
IWDPhaseIndicator.getPhase(int index)
Returns the Phase at the given index. |
IWDPhase |
IWDPhaseIndicator.removePhase(int index)
Removes the entry at the given index from the list of Phases. |
IWDPhase |
IWDPhaseIndicator.removePhase(java.lang.String id)
Removes the entry with the given ID from the list of Phases. |
| Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api with parameters of type IWDPhase | |
void |
IWDPhaseIndicator.addPhase(IWDPhase aPhase)
Adds the given Phase at the end of the list of Phases. |
void |
IWDPhaseIndicator.addPhase(IWDPhase aPhase,
int index)
Adds the given Phase at the specified index in the list of Phases. |
int |
IWDPhaseIndicator.indexOfPhase(IWDPhase aPhase)
Returns the index of the given element in the list of Phases or -1 if it is not contained in the list. |
|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||