|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Web Dynpro PatternSequenceStep API. PatternSequenceStep represents a single step in a PatternSequence. A PatternSequenceStep contains a title that may be activated to display the content of the PatternSequenceStep. Each PatternSequenceStep can contain several PatternContentAreas. Each area contains a UIElement or a ToolBar.
This type can be called by applications using Web Dynpro, but DO NOT EXTEND OR IMPLEMENT IT!
IWDPatternContentArea,
IWDPatternSequenceStep| Field Summary | |
static WDPatternContainerSequenceItemDesign |
DEFAULT_DESIGN
Default value of property design. |
static boolean |
DEFAULT_ENABLED
Default value of property enabled. |
static boolean |
DEFAULT_REQUIRED
Default value of property required. |
static WDPatternContainerSequenceStatus |
DEFAULT_STATUS
Default value of property status. |
static java.lang.String |
DEFAULT_STEP_NUMBER
Default value of property stepNumber. |
static WDTextDirection |
DEFAULT_TEXT_DIRECTION
Default value of property textDirection. |
static java.lang.String |
DEFAULT_TITLE
Default value of property title. |
static java.lang.String |
DEFAULT_TOOLTIP_OF_STATUS
Default value of property tooltipOfStatus. |
static java.lang.String |
DEFAULT_TOOLTIP_OF_STEP_NUMBER
Default value of property tooltipOfStepNumber. |
static java.lang.String |
DEFAULT_TOOLTIP_OF_TITLE
Default value of property tooltipOfTitle. |
static WDVisibility |
DEFAULT_VISIBLE
Default value of property visible. |
| Method Summary | |
void |
addItem(IWDPatternContentArea aPatternContentArea)
Adds the given Item at the end of the list of Items. |
void |
addItem(IWDPatternContentArea aPatternContentArea,
int index)
Adds the given Item at the specified index in the list of Items. |
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 |
bindingOfDesign()
Binding path of property design. |
java.lang.String |
bindingOfEnabled()
Binding path of property enabled. |
java.lang.String |
bindingOfRequired()
Binding path of property required. |
java.lang.String |
bindingOfStatus()
Binding path of property status. |
java.lang.String |
bindingOfStepNumber()
Binding path of property stepNumber. |
java.lang.String |
bindingOfTextDirection()
Binding path of property textDirection. |
java.lang.String |
bindingOfTitle()
Binding path of property title. |
java.lang.String |
bindingOfTooltipOfStatus()
Binding path of property tooltipOfStatus. |
java.lang.String |
bindingOfTooltipOfStepNumber()
Binding path of property tooltipOfStepNumber. |
java.lang.String |
bindingOfTooltipOfTitle()
Binding path of property tooltipOfTitle. |
java.lang.String |
bindingOfVisible()
Binding path of property visible. |
void |
bindRequired(IWDAttributeInfo attributeInfo)
Binds property required to the context attribute
specified by the given attribute info. |
void |
bindRequired(java.lang.String path)
Binds property required to the context attribute
specified by path. |
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 |
bindStepNumber(IWDAttributeInfo attributeInfo)
Binds property stepNumber to the context attribute
specified by the given attribute info. |
void |
bindStepNumber(java.lang.String path)
Binds property stepNumber 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 |
bindTitle(IWDAttributeInfo attributeInfo)
Binds property title to the context attribute
specified by the given attribute info. |
void |
bindTitle(java.lang.String path)
Binds property title to the context attribute
specified by path. |
void |
bindTooltipOfStatus(IWDAttributeInfo attributeInfo)
Binds property tooltipOfStatus to the context attribute
specified by the given attribute info. |
void |
bindTooltipOfStatus(java.lang.String path)
Binds property tooltipOfStatus to the context attribute
specified by path. |
void |
bindTooltipOfStepNumber(IWDAttributeInfo attributeInfo)
Binds property tooltipOfStepNumber to the context attribute
specified by the given attribute info. |
void |
bindTooltipOfStepNumber(java.lang.String path)
Binds property tooltipOfStepNumber to the context attribute
specified by path. |
void |
bindTooltipOfTitle(IWDAttributeInfo attributeInfo)
Binds property tooltipOfTitle to the context attribute
specified by the given attribute info. |
void |
bindTooltipOfTitle(java.lang.String path)
Binds property tooltipOfTitle 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. |
void |
destroyAllItems()
Destroys all entries in the list of Items. |
WDPatternContainerSequenceItemDesign |
getDesign()
Returns the value of the design property. |
boolean |
getEnabled()
Returns the value of the enabled property. |
IWDPatternContentArea |
getItem(int index)
Returns the Item at the given index. |
IWDPatternContentArea[] |
getItems()
Returns the list of Items. |
IWDPatternSequence |
getPatternSequence()
Returns the current PatternSequence. |
boolean |
getRequired()
Returns the value of the required property. |
WDPatternContainerSequenceStatus |
getStatus()
Returns the value of the status property. |
java.lang.String |
getStepNumber()
Returns the value of the stepNumber property. |
WDTextDirection |
getTextDirection()
Returns the value of the textDirection property. |
java.lang.String |
getTitle()
Returns the value of the title property. |
java.lang.String |
getTooltipOfStatus()
Returns the value of the tooltipOfStatus property. |
java.lang.String |
getTooltipOfStepNumber()
Returns the value of the tooltipOfStepNumber property. |
java.lang.String |
getTooltipOfTitle()
Returns the value of the tooltipOfTitle property. |
WDVisibility |
getVisible()
Returns the value of the visible property. |
boolean |
hasItems()
Checks if there exist Items. |
int |
indexOfItem(IWDPatternContentArea aPatternContentArea)
Returns the index of the given element in the list of Items or -1 if it is not contained in the list. |
java.util.Iterator |
iterateItems()
Returns an iterator over the list of Items. |
int |
numberOfItems()
Returns the number of Items. |
void |
removeAllItems()
Removes all entries from the list of Items. |
IWDPatternContentArea |
removeItem(int index)
Removes the entry at the given index from the list of Items. |
IWDPatternContentArea |
removeItem(java.lang.String id)
Removes the entry with the given ID from the list of Items. |
void |
setDesign(WDPatternContainerSequenceItemDesign value)
Sets property design to the new value. |
void |
setEnabled(boolean value)
Sets property enabled to the new value. |
void |
setRequired(boolean value)
Sets property required to the new value. |
void |
setStatus(WDPatternContainerSequenceStatus value)
Sets property status to the new value. |
void |
setStepNumber(java.lang.String value)
Sets property stepNumber to the new value. |
void |
setTextDirection(WDTextDirection value)
Sets property textDirection to the new value. |
void |
setTitle(java.lang.String value)
Sets property title to the new value. |
void |
setTooltipOfStatus(java.lang.String value)
Sets property tooltipOfStatus to the new value. |
void |
setTooltipOfStepNumber(java.lang.String value)
Sets property tooltipOfStepNumber to the new value. |
void |
setTooltipOfTitle(java.lang.String value)
Sets property tooltipOfTitle to the new value. |
void |
setVisible(WDVisibility value)
Sets property visible to the new value. |
void |
swapItems(int i,
int j)
Swaps the Items at the given indices. |
| Methods inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDViewElement |
getId, getView, requestFocus |
| Field Detail |
public static final WDPatternContainerSequenceItemDesign DEFAULT_DESIGN
design.public static final boolean DEFAULT_ENABLED
enabled.public static final boolean DEFAULT_REQUIRED
required.public static final WDPatternContainerSequenceStatus DEFAULT_STATUS
status.public static final java.lang.String DEFAULT_STEP_NUMBER
stepNumber.public static final WDTextDirection DEFAULT_TEXT_DIRECTION
textDirection.public static final java.lang.String DEFAULT_TITLE
title.public static final java.lang.String DEFAULT_TOOLTIP_OF_STATUS
tooltipOfStatus.public static final java.lang.String DEFAULT_TOOLTIP_OF_STEP_NUMBER
tooltipOfStepNumber.public static final java.lang.String DEFAULT_TOOLTIP_OF_TITLE
tooltipOfTitle.public static final WDVisibility DEFAULT_VISIBLE
visible.| Method Detail |
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 WDPatternContainerSequenceItemDesign getDesign()
design property.
The initial value is WDPatternContainerSequenceItemDesign.STANDARD.
Determines the design of the PatternSequenceStep control. For the parameter values see enumeration 'PatternContainerSequenceItemDesign'.setDesign(WDPatternContainerSequenceItemDesign)public void setDesign(WDPatternContainerSequenceItemDesign 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 PatternSequenceStep is enabled.setEnabled(boolean)public void setEnabled(boolean value)
enabled to the new value.value - the new value of the enabled propertygetEnabled()public void bindRequired(java.lang.String path)
required to the context attribute
specified by path.path - the path of the context attribute to which the required
property is boundpublic void bindRequired(IWDAttributeInfo attributeInfo)
required to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
required property is boundpublic java.lang.String bindingOfRequired()
required.public boolean getRequired()
required property.
The initial value is false.
Determines whether the PatternSequenceStep control is required or or not.setRequired(boolean)public void setRequired(boolean value)
required to the new value.value - the new value of the required propertygetRequired()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 WDPatternContainerSequenceStatus getStatus()
status property.
The initial value is WDPatternContainerSequenceStatus.NONE.
Sets the status of the PatternSequenceStep control. For the parameter values see enumeration PatternContainerSequenceStatus'.setStatus(WDPatternContainerSequenceStatus)public void setStatus(WDPatternContainerSequenceStatus value)
status to the new value.value - the new value of the status propertygetStatus()public void bindStepNumber(java.lang.String path)
stepNumber to the context attribute
specified by path.path - the path of the context attribute to which the stepNumber
property is boundpublic void bindStepNumber(IWDAttributeInfo attributeInfo)
stepNumber to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
stepNumber property is boundpublic java.lang.String bindingOfStepNumber()
stepNumber.public java.lang.String getStepNumber()
stepNumber property.
The initial value is "".
Sets the step number of the PatternSequenceStep control.setStepNumber(String)public void setStepNumber(java.lang.String value)
stepNumber to the new value.value - the new value of the stepNumber propertygetStepNumber()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.
The text-direction of the button text.setTextDirection(WDTextDirection)public void setTextDirection(WDTextDirection value)
textDirection to the new value.value - the new value of the textDirection propertygetTextDirection()public void bindTitle(java.lang.String path)
title to the context attribute
specified by path.path - the path of the context attribute to which the title
property is boundpublic void bindTitle(IWDAttributeInfo attributeInfo)
title to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
title property is boundpublic java.lang.String bindingOfTitle()
title.public java.lang.String getTitle()
title property.
The initial value is "".
Determines the title of the PatternSequenceStep control.setTitle(String)public void setTitle(java.lang.String value)
title to the new value.value - the new value of the title propertygetTitle()public void bindTooltipOfStatus(java.lang.String path)
tooltipOfStatus to the context attribute
specified by path.path - the path of the context attribute to which the tooltipOfStatus
property is boundpublic void bindTooltipOfStatus(IWDAttributeInfo attributeInfo)
tooltipOfStatus to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
tooltipOfStatus property is boundpublic java.lang.String bindingOfTooltipOfStatus()
tooltipOfStatus.public java.lang.String getTooltipOfStatus()
tooltipOfStatus property.
The initial value is "".
Sets the tooltip status of the PatternSequenceStep control.setTooltipOfStatus(String)public void setTooltipOfStatus(java.lang.String value)
tooltipOfStatus to the new value.value - the new value of the tooltipOfStatus propertygetTooltipOfStatus()public void bindTooltipOfStepNumber(java.lang.String path)
tooltipOfStepNumber to the context attribute
specified by path.path - the path of the context attribute to which the tooltipOfStepNumber
property is boundpublic void bindTooltipOfStepNumber(IWDAttributeInfo attributeInfo)
tooltipOfStepNumber to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
tooltipOfStepNumber property is boundpublic java.lang.String bindingOfTooltipOfStepNumber()
tooltipOfStepNumber.public java.lang.String getTooltipOfStepNumber()
tooltipOfStepNumber property.
The initial value is "".
Sets the tooltip for the step number of the PatternSequenceStep control.setTooltipOfStepNumber(String)public void setTooltipOfStepNumber(java.lang.String value)
tooltipOfStepNumber to the new value.value - the new value of the tooltipOfStepNumber propertygetTooltipOfStepNumber()public void bindTooltipOfTitle(java.lang.String path)
tooltipOfTitle to the context attribute
specified by path.path - the path of the context attribute to which the tooltipOfTitle
property is boundpublic void bindTooltipOfTitle(IWDAttributeInfo attributeInfo)
tooltipOfTitle to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
tooltipOfTitle property is boundpublic java.lang.String bindingOfTooltipOfTitle()
tooltipOfTitle.public java.lang.String getTooltipOfTitle()
tooltipOfTitle property.
The initial value is "".
Sets the tooltip title of the PatternSequenceStep control.setTooltipOfTitle(String)public void setTooltipOfTitle(java.lang.String value)
tooltipOfTitle to the new value.value - the new value of the tooltipOfTitle propertygetTooltipOfTitle()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 WDVisibility getVisible()
visible property.
The initial value is WDVisibility.VISIBLE.
Determines whether the PatternSequenceStep is visible.setVisible(WDVisibility)public void setVisible(WDVisibility value)
visible to the new value.value - the new value of the visible propertygetVisible()public void addItem(IWDPatternContentArea aPatternContentArea)
aPatternContentArea - the Item to be added into the listgetItems()
public void addItem(IWDPatternContentArea aPatternContentArea,
int index)
aPatternContentArea - the Item to be added into the listindex - zero based index of the insertion position in the listgetItems()
public void swapItems(int i,
int j)
i - index of the first Item to swapj - index of the second Item to swapIndexOutOfBoundsException - If one of the indices is out of boundspublic IWDPatternContentArea[] getItems()
public IWDPatternContentArea getItem(int index)
public int indexOfItem(IWDPatternContentArea aPatternContentArea)
-1 if it is not contained in the list.public int numberOfItems()
getItems()public boolean hasItems()
true if there are Items;
false otherwise.getItems()public java.util.Iterator iterateItems()
getItems()public IWDPatternContentArea removeItem(int index)
index - zero based index of the deletion position in the listaddItem(IWDPatternContentArea),
getItems()public IWDPatternContentArea removeItem(java.lang.String id)
id - unique ID of the element to be deleted from the listaddItem(IWDPatternContentArea),
getItems()public void removeAllItems()
addItem(IWDPatternContentArea),
getItems()public void destroyAllItems()
public IWDPatternSequence getPatternSequence()
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||