|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Web Dynpro Phase API. Represents a single phase in a PhaseIndicator.
This type can be called by applications using Web Dynpro, but DO NOT EXTEND OR IMPLEMENT IT!
IWDPhaseIndicator| Field Summary | |
static java.lang.String |
DEFAULT_DESCRIPTION
Default value of property description. |
static boolean |
DEFAULT_ENABLED
Default value of property enabled. |
static WDPhaseStatus |
DEFAULT_STATUS
Default value of property status. |
static WDTextDirection |
DEFAULT_TEXT_DIRECTION
Default value of property textDirection. |
static java.lang.String |
DEFAULT_TOOLTIP
Default value of property tooltip. |
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 |
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 |
bindingOfEnabled()
Binding path of property enabled. |
java.lang.String |
bindingOfStatus()
Binding path of property status. |
java.lang.String |
bindingOfTextDirection()
Binding path of property textDirection. |
java.lang.String |
bindingOfTooltip()
Binding path of property tooltip. |
java.lang.String |
bindingOfVisible()
Binding path of property visible. |
void |
bindStatus(IWDAttributeInfo attributeInfo)
Binds property status to the context attribute
specified by the given attribute info. |
void |
bindStatus(java.lang.String path)
Binds property status 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 |
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. |
boolean |
getEnabled()
Returns the value of the enabled property. |
IWDPhaseIndicator |
getPhaseIndicator()
Returns the current PhaseIndicator. |
WDPhaseStatus |
getStatus()
Returns the value of the status property. |
WDTextDirection |
getTextDirection()
Returns the value of the textDirection property. |
java.lang.String |
getTooltip()
Returns the value of the tooltip property. |
boolean |
getVisible()
Returns the value of the visible property. |
void |
setDescription(java.lang.String value)
Sets property description to the new value. |
void |
setEnabled(boolean value)
Sets property enabled to the new value. |
void |
setStatus(WDPhaseStatus value)
Sets property status 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 |
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 boolean DEFAULT_ENABLED
enabled.public static final WDPhaseStatus DEFAULT_STATUS
status.public static final WDTextDirection DEFAULT_TEXT_DIRECTION
textDirection.public static final java.lang.String DEFAULT_TOOLTIP
tooltip.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 on a Phase.setDescription(String)public void setDescription(java.lang.String value)
description to the new value.value - the new value of the description propertygetDescription()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 Phase is enabled.setEnabled(boolean)public void setEnabled(boolean value)
enabled to the new value.value - the new value of the enabled propertygetEnabled()public void bindStatus(java.lang.String path)
status to the context attribute
specified by path.path - the path of the context attribute to which the status
property is boundpublic void bindStatus(IWDAttributeInfo attributeInfo)
status to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
status property is boundpublic java.lang.String bindingOfStatus()
status.public WDPhaseStatus getStatus()
status property.
The initial value is WDPhaseStatus.NORMAL.
Determines the status of the Phase.setStatus(WDPhaseStatus)public void setStatus(WDPhaseStatus value)
status to the new value.value - the new value of the status propertygetStatus()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 "".
The text that is displayed when the mouse cursor is moved onto
the Phase.setTooltip(String)public void setTooltip(java.lang.String value)
tooltip to the new value.value - the new value of the tooltip propertygetTooltip()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 Phase is displayed.setVisible(boolean)public void setVisible(boolean value)
visible to the new value.value - the new value of the visible propertygetVisible()public IWDPhaseIndicator getPhaseIndicator()
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||