|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WDRoadMapStepType | |
| 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 WDRoadMapStepType in com.sap.tc.webdynpro.clientserver.uielib.standard.api |
| Fields in com.sap.tc.webdynpro.clientserver.uielib.standard.api declared as WDRoadMapStepType | |
static WDRoadMapStepType |
WDRoadMapStepType.STANDARD
Specifies the standard step of a RoadMap. |
static WDRoadMapStepType |
WDRoadMapStepType.SUBSTEP
Specifies a substep used for round trips in a RoadMap. |
static WDRoadMapStepType |
WDRoadMapStepType.ROUNDTRIP_START
Specifies the start point of a round trip in a RoadMap. |
static WDRoadMapStepType |
WDRoadMapStepType.ROUNDTRIP_END
Specifies the end point of a round trip in a RoadMap. |
static WDRoadMapStepType |
WDRoadMapStepType.ROUNDTRIP_CLOSED
Specifies a step in a RoadMap that keeps substeps. |
static WDRoadMapStepType |
IWDRoadMapStep.DEFAULT_TYPE
Default value of property type. |
| Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api that return WDRoadMapStepType | |
static WDRoadMapStepType |
WDRoadMapStepType.valueOf(int ordinal)
Returns the enumeration value for the given ordinal. |
static WDRoadMapStepType |
WDRoadMapStepType.valueOf(java.lang.String name)
Returns the enumeration value for the given name. |
WDRoadMapStepType |
IWDRoadMapStep.getType()
Returns the value of the type property. |
| Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api with parameters of type WDRoadMapStepType | |
void |
IWDRoadMapStep.setType(WDRoadMapStepType value)
Sets property type to the new value. |
|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||