|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Web Dynpro RoadMapStep API. Represents a single step in a RoadMap.
This type can be called by applications using Web Dynpro, but DO NOT EXTEND OR IMPLEMENT IT!
IWDRoadMap| Field Summary | |
static java.lang.String |
DEFAULT_DESCRIPTION
Default value of property description. |
static WDRoadMapStepDesign |
DEFAULT_DESIGN
Default value of property design. |
static boolean |
DEFAULT_ENABLED
Default value of property enabled. |
static java.lang.String |
DEFAULT_NAME
Default value of property name. |
static WDTextDirection |
DEFAULT_TEXT_DIRECTION
Default value of property textDirection. |
static java.lang.String |
DEFAULT_TOOLTIP
Default value of property tooltip. |
static WDRoadMapStepType |
DEFAULT_TYPE
Default value of property type. |
static boolean |
DEFAULT_VISIBLE
Default value of property visible. |
| Method Summary | |
void |
bindDescription(IWDAttributeInfo attributeInfo)
Binds property description to the context attribute
specified by the given attribute info. |
void |
bindDescription(java.lang.String path)
Binds property description to the context attribute
specified by path. |
void |
bindDesign(IWDAttributeInfo attributeInfo)
Binds property design to the context attribute
specified by the given attribute info. |
void |
bindDesign(java.lang.String path)
Binds property design to the context attribute
specified by path. |
void |
bindEnabled(IWDAttributeInfo attributeInfo)
Binds property enabled to the context attribute
specified by the given attribute info. |
void |
bindEnabled(java.lang.String path)
Binds property enabled to the context attribute
specified by path. |
java.lang.String |
bindingOfDescription()
Binding path of property description. |
java.lang.String |
bindingOfDesign()
Binding path of property design. |
java.lang.String |
bindingOfEnabled()
Binding path of property enabled. |
java.lang.String |
bindingOfName()
Binding path of property name. |
java.lang.String |
bindingOfTextDirection()
Binding path of property textDirection. |
java.lang.String |
bindingOfTooltip()
Binding path of property tooltip. |
java.lang.String |
bindingOfType()
Binding path of property type. |
java.lang.String |
bindingOfVisible()
Binding path of property visible. |
void |
bindName(IWDAttributeInfo attributeInfo)
Binds property name to the context attribute
specified by the given attribute info. |
void |
bindName(java.lang.String path)
Binds property name to the context attribute
specified by path. |
void |
bindTextDirection(IWDAttributeInfo attributeInfo)
Binds property textDirection to the context attribute
specified by the given attribute info. |
void |
bindTextDirection(java.lang.String path)
Binds property textDirection to the context attribute
specified by path. |
void |
bindTooltip(IWDAttributeInfo attributeInfo)
Binds property tooltip to the context attribute
specified by the given attribute info. |
void |
bindTooltip(java.lang.String path)
Binds property tooltip to the context attribute
specified by path. |
void |
bindType(IWDAttributeInfo attributeInfo)
Binds property type to the context attribute
specified by the given attribute info. |
void |
bindType(java.lang.String path)
Binds property type to the context attribute
specified by path. |
void |
bindVisible(IWDAttributeInfo attributeInfo)
Binds property visible to the context attribute
specified by the given attribute info. |
void |
bindVisible(java.lang.String path)
Binds property visible to the context attribute
specified by path. |
java.lang.String |
getDescription()
Returns the value of the description property. |
WDRoadMapStepDesign |
getDesign()
Returns the value of the design property. |
boolean |
getEnabled()
Returns the value of the enabled property. |
java.lang.String |
getName()
Returns the value of the name property. |
IWDRoadMap |
getRoadMap()
Returns the current RoadMap. |
WDTextDirection |
getTextDirection()
Returns the value of the textDirection property. |
java.lang.String |
getTooltip()
Returns the value of the tooltip property. |
WDRoadMapStepType |
getType()
Returns the value of the type property. |
boolean |
getVisible()
Returns the value of the visible property. |
void |
setDescription(java.lang.String value)
Sets property description to the new value. |
void |
setDesign(WDRoadMapStepDesign value)
Sets property design to the new value. |
void |
setEnabled(boolean value)
Sets property enabled to the new value. |
void |
setName(java.lang.String value)
Sets property name to the new value. |
void |
setTextDirection(WDTextDirection value)
Sets property textDirection to the new value. |
void |
setTooltip(java.lang.String value)
Sets property tooltip to the new value. |
void |
setType(WDRoadMapStepType value)
Sets property type to the new value. |
void |
setVisible(boolean value)
Sets property visible to the new value. |
| Methods inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDViewElement |
getId, getView, requestFocus |
| Field Detail |
public static final java.lang.String DEFAULT_DESCRIPTION
description.public static final WDRoadMapStepDesign DEFAULT_DESIGN
design.public static final boolean DEFAULT_ENABLED
enabled.public static final java.lang.String DEFAULT_NAME
name.public static final WDTextDirection DEFAULT_TEXT_DIRECTION
textDirection.public static final java.lang.String DEFAULT_TOOLTIP
tooltip.public static final WDRoadMapStepType DEFAULT_TYPE
type.public static final boolean DEFAULT_VISIBLE
visible.| Method Detail |
public void bindDescription(java.lang.String path)
description to the context attribute
specified by path.path - the path of the context attribute to which the description
property is boundpublic void bindDescription(IWDAttributeInfo attributeInfo)
description to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
description property is boundpublic java.lang.String bindingOfDescription()
description.public java.lang.String getDescription()
description property.
The initial value is "".
Allows you to display a text between two RoadMap steps.setDescription(String)public void setDescription(java.lang.String value)
description to the new value.value - the new value of the description propertygetDescription()public void bindDesign(java.lang.String path)
design to the context attribute
specified by path.path - the path of the context attribute to which the design
property is boundpublic void bindDesign(IWDAttributeInfo attributeInfo)
design to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
design property is boundpublic java.lang.String bindingOfDesign()
design.public WDRoadMapStepDesign getDesign()
design property.
The initial value is WDRoadMapStepDesign.STANDARD.
DEPRECATED: Please use the attribute selected on the RoadMap, the attribute enabled and the attribute type on the RoadMapStep.setDesign(WDRoadMapStepDesign)public void setDesign(WDRoadMapStepDesign value)
design to the new value.value - the new value of the design propertygetDesign()public void bindEnabled(java.lang.String path)
enabled to the context attribute
specified by path.path - the path of the context attribute to which the enabled
property is boundpublic void bindEnabled(IWDAttributeInfo attributeInfo)
enabled to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
enabled property is boundpublic java.lang.String bindingOfEnabled()
enabled.public boolean getEnabled()
enabled property.
The initial value is true.
Determines whether the Step is enabled. An enabled Step can generate events.setEnabled(boolean)public void setEnabled(boolean value)
enabled to the new value.value - the new value of the enabled propertygetEnabled()public void bindName(java.lang.String path)
name to the context attribute
specified by path.path - the path of the context attribute to which the name
property is boundpublic void bindName(IWDAttributeInfo attributeInfo)
name to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
name property is boundpublic java.lang.String bindingOfName()
name.public java.lang.String getName()
name property.
The initial value is "".
Allows you to specify a label for the RoadMapStep element, which is displayed in the element itself.setName(String)public void setName(java.lang.String value)
name to the new value.value - the new value of the name propertygetName()public void bindTextDirection(java.lang.String path)
textDirection to the context attribute
specified by path.path - the path of the context attribute to which the textDirection
property is boundpublic void bindTextDirection(IWDAttributeInfo attributeInfo)
textDirection to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
textDirection property is boundpublic java.lang.String bindingOfTextDirection()
textDirection.public WDTextDirection getTextDirection()
textDirection property.
The initial value is WDTextDirection.INHERIT.
Determines the direction of displayed text.setTextDirection(WDTextDirection)public void setTextDirection(WDTextDirection value)
textDirection to the new value.value - the new value of the textDirection propertygetTextDirection()public void bindTooltip(java.lang.String path)
tooltip to the context attribute
specified by path.path - the path of the context attribute to which the tooltip
property is boundpublic void bindTooltip(IWDAttributeInfo attributeInfo)
tooltip to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
tooltip property is boundpublic java.lang.String bindingOfTooltip()
tooltip.public java.lang.String getTooltip()
tooltip property.
The initial value is "".
Describes a note for the RoadMapStep subelement. The note is displayed when the user places the cursor on the UI element.setTooltip(String)public void setTooltip(java.lang.String value)
tooltip to the new value.value - the new value of the tooltip propertygetTooltip()public void bindType(java.lang.String path)
type to the context attribute
specified by path.path - the path of the context attribute to which the type
property is boundpublic void bindType(IWDAttributeInfo attributeInfo)
type to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
type property is boundpublic java.lang.String bindingOfType()
type.public WDRoadMapStepType getType()
type property.
The initial value is WDRoadMapStepType.STANDARD.
Sets the type of a single step of the RoadMapStep control.setType(WDRoadMapStepType)public void setType(WDRoadMapStepType value)
type to the new value.value - the new value of the type propertygetType()public void bindVisible(java.lang.String path)
visible to the context attribute
specified by path.path - the path of the context attribute to which the visible
property is boundpublic void bindVisible(IWDAttributeInfo attributeInfo)
visible to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
visible property is boundpublic java.lang.String bindingOfVisible()
visible.public boolean getVisible()
visible property.
The initial value is true.
Specifies whether the RoadMapStep is displayed.setVisible(boolean)public void setVisible(boolean value)
visible to the new value.value - the new value of the visible propertygetVisible()public IWDRoadMap getRoadMap()
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||