|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WDRoadMapEdgeDesign | |
| 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 WDRoadMapEdgeDesign in com.sap.tc.webdynpro.clientserver.uielib.standard.api |
| Fields in com.sap.tc.webdynpro.clientserver.uielib.standard.api declared as WDRoadMapEdgeDesign | |
static WDRoadMapEdgeDesign |
IWDRoadMap.DEFAULT_END_POINT_DESIGN
Default value of property endPointDesign. |
static WDRoadMapEdgeDesign |
IWDRoadMap.DEFAULT_START_POINT_DESIGN
Default value of property startPointDesign. |
static WDRoadMapEdgeDesign |
WDRoadMapEdgeDesign.STANDARD
The default display for the end point of a RoadMap UI element. |
static WDRoadMapEdgeDesign |
WDRoadMapEdgeDesign.SELECTED
You can highlight the end point in a different color (that is, as if it were selected) - for example, to show that there is an informative text attached to it. |
static WDRoadMapEdgeDesign |
WDRoadMapEdgeDesign.MORE
Indicates that there are more steps still to come in the process. |
static WDRoadMapEdgeDesign |
WDRoadMapEdgeDesign.DISABLED
Disabled start/end point |
static WDRoadMapEdgeDesign |
WDRoadMapEdgeDesign.MORE_DISABLED
Indicates that there are more steps still to come in the process but they are unavailable |
| Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api that return WDRoadMapEdgeDesign | |
WDRoadMapEdgeDesign |
IWDRoadMap.getEndPointDesign()
Returns the value of the endPointDesign property. |
WDRoadMapEdgeDesign |
IWDRoadMap.getStartPointDesign()
Returns the value of the startPointDesign property. |
static WDRoadMapEdgeDesign |
WDRoadMapEdgeDesign.valueOf(int ordinal)
Returns the enumeration value for the given ordinal. |
static WDRoadMapEdgeDesign |
WDRoadMapEdgeDesign.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 WDRoadMapEdgeDesign | |
void |
IWDRoadMap.setEndPointDesign(WDRoadMapEdgeDesign value)
Sets property endPointDesign to the new value. |
void |
IWDRoadMap.setStartPointDesign(WDRoadMapEdgeDesign value)
Sets property startPointDesign to the new value. |
|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||