|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WDPhaseStatus | |
| 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 WDPhaseStatus in com.sap.tc.webdynpro.clientserver.uielib.standard.api |
| Fields in com.sap.tc.webdynpro.clientserver.uielib.standard.api declared as WDPhaseStatus | |
static WDPhaseStatus |
IWDPhase.DEFAULT_STATUS
Default value of property status. |
static WDPhaseStatus |
WDPhaseStatus.NORMAL
The state of a Phase is normal. |
static WDPhaseStatus |
WDPhaseStatus.COMPLETED
The state of a Phase is completed. |
static WDPhaseStatus |
WDPhaseStatus.WARNING
The state of a Phase is warning. |
static WDPhaseStatus |
WDPhaseStatus.UNAVAILABLE
The state of a Phase is unavailable. |
| Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api that return WDPhaseStatus | |
WDPhaseStatus |
IWDPhase.getStatus()
Returns the value of the status property. |
static WDPhaseStatus |
WDPhaseStatus.valueOf(int ordinal)
Returns the enumeration value for the given ordinal. |
static WDPhaseStatus |
WDPhaseStatus.valueOf(java.lang.String name)
Returns the enumeration value for the given name. |
| Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api with parameters of type WDPhaseStatus | |
void |
IWDPhase.setStatus(WDPhaseStatus value)
Sets property status to the new value. |
|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||