|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Web Dynpro Point API. Part of BusinessGraphics.
This type can be called by applications using Web Dynpro, but DO NOT EXTEND OR IMPLEMENT IT!
| Field Summary | |
static java.lang.String |
DEFAULT_CUSTOMIZING_I_D
Default value of property customizingID. |
static java.lang.String |
DEFAULT_EVENT_I_D
Default value of property eventID. |
static java.lang.String |
DEFAULT_LABEL
Default value of property label. |
static java.lang.String |
DEFAULT_TOOLTIP
Default value of property tooltip. |
| Method Summary | |
void |
addValue(IWDAbstractValue aAbstractValue)
Adds the given Value at the end of the list of Values. |
void |
addValue(IWDAbstractValue aAbstractValue,
int index)
Adds the given Value at the specified index in the list of Values. |
void |
bindCustomizingID(IWDAttributeInfo attributeInfo)
Binds property customizingID to the context attribute
specified by the given attribute info. |
void |
bindCustomizingID(java.lang.String path)
Binds property customizingID to the context attribute
specified by path. |
void |
bindEventID(IWDAttributeInfo attributeInfo)
Binds property eventID to the context attribute
specified by the given attribute info. |
void |
bindEventID(java.lang.String path)
Binds property eventID to the context attribute
specified by path. |
java.lang.String |
bindingOfCustomizingID()
Binding path of property customizingID. |
java.lang.String |
bindingOfEventID()
Binding path of property eventID. |
java.lang.String |
bindingOfLabel()
Binding path of property label. |
java.lang.String |
bindingOfTooltip()
Binding path of property tooltip. |
java.lang.String |
bindingOfValueSource()
Note: This property must be bound to the context! Binding path of property valueSource. |
void |
bindLabel(IWDAttributeInfo attributeInfo)
Binds property label to the context attribute
specified by the given attribute info. |
void |
bindLabel(java.lang.String path)
Binds property label 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 |
bindValueSource(IWDNodeInfo nodeInfo)
Note: This property must be bound to the context! Binds property valueSource to the context node
specified by the given node info. |
void |
bindValueSource(java.lang.String path)
Note: This property must be bound to the context! Binds property valueSource to the context attribute
specified by path. |
void |
destroyAllValues()
Destroys all entries in the list of Values. |
java.lang.String |
getCustomizingID()
Returns the value of the customizingID property. |
java.lang.String |
getEventID()
Returns the value of the eventID property. |
java.lang.String |
getLabel()
Returns the value of the label property. |
IWDSeries |
getSeries()
Returns the current Series. |
java.lang.String |
getTooltip()
Returns the value of the tooltip property. |
IWDAbstractValue |
getValue(int index)
Returns the Value at the given index. |
IWDAbstractValue[] |
getValues()
Returns the list of Values. |
boolean |
hasValues()
Checks if there exist Values. |
int |
indexOfValue(IWDAbstractValue aAbstractValue)
Returns the index of the given element in the list of Values or -1 if it is not contained in the list. |
java.util.Iterator |
iterateValues()
Returns an iterator over the list of Values. |
int |
numberOfValues()
Returns the number of Values. |
void |
removeAllValues()
Removes all entries from the list of Values. |
IWDAbstractValue |
removeValue(int index)
Removes the entry at the given index from the list of Values. |
IWDAbstractValue |
removeValue(java.lang.String id)
Removes the entry with the given ID from the list of Values. |
void |
setCustomizingID(java.lang.String value)
Sets property customizingID to the new value. |
void |
setEventID(java.lang.String value)
Sets property eventID to the new value. |
void |
setLabel(java.lang.String value)
Sets property label to the new value. |
void |
setTooltip(java.lang.String value)
Sets property tooltip to the new value. |
void |
swapValues(int i,
int j)
Swaps the Values at the given indices. |
| Methods inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDViewElement |
getId, getView, requestFocus |
| Field Detail |
public static final java.lang.String DEFAULT_CUSTOMIZING_I_D
customizingID.public static final java.lang.String DEFAULT_EVENT_I_D
eventID.public static final java.lang.String DEFAULT_LABEL
label.public static final java.lang.String DEFAULT_TOOLTIP
tooltip.| Method Detail |
public void bindCustomizingID(java.lang.String path)
customizingID to the context attribute
specified by path.path - the path of the context attribute to which the customizingID
property is boundpublic void bindCustomizingID(IWDAttributeInfo attributeInfo)
customizingID to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
customizingID property is boundpublic java.lang.String bindingOfCustomizingID()
customizingID.public java.lang.String getCustomizingID()
customizingID property.
The initial value is "".
setCustomizingID(String)public void setCustomizingID(java.lang.String value)
customizingID to the new value.value - the new value of the customizingID propertygetCustomizingID()public void bindEventID(java.lang.String path)
eventID to the context attribute
specified by path.path - the path of the context attribute to which the eventID
property is boundpublic void bindEventID(IWDAttributeInfo attributeInfo)
eventID to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
eventID property is boundpublic java.lang.String bindingOfEventID()
eventID.public java.lang.String getEventID()
eventID property.
The initial value is "".
setEventID(String)public void setEventID(java.lang.String value)
eventID to the new value.value - the new value of the eventID propertygetEventID()public void bindLabel(java.lang.String path)
label to the context attribute
specified by path.path - the path of the context attribute to which the label
property is boundpublic void bindLabel(IWDAttributeInfo attributeInfo)
label to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
label property is boundpublic java.lang.String bindingOfLabel()
label.public java.lang.String getLabel()
label property.
The initial value is "".
setLabel(String)public void setLabel(java.lang.String value)
label to the new value.value - the new value of the label propertygetLabel()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 "".
setTooltip(String)public void setTooltip(java.lang.String value)
tooltip to the new value.value - the new value of the tooltip propertygetTooltip()public void bindValueSource(java.lang.String path)
valueSource to the context attribute
specified by path.path - the path of the context attribute to which the valueSource
property is boundpublic void bindValueSource(IWDNodeInfo nodeInfo)
valueSource to the context node
specified by the given node info.nodeInfo - the info of the context node to which the
valueSource property is boundpublic java.lang.String bindingOfValueSource()
valueSource.public void addValue(IWDAbstractValue aAbstractValue)
aAbstractValue - the Value to be added into the listgetValues()
public void addValue(IWDAbstractValue aAbstractValue,
int index)
aAbstractValue - the Value to be added into the listindex - zero based index of the insertion position in the listgetValues()
public void swapValues(int i,
int j)
i - index of the first Value to swapj - index of the second Value to swapIndexOutOfBoundsException - If one of the indices is out of boundspublic IWDAbstractValue[] getValues()
public IWDAbstractValue getValue(int index)
public int indexOfValue(IWDAbstractValue aAbstractValue)
-1 if it is not contained in the list.public int numberOfValues()
getValues()public boolean hasValues()
true if there are Values;
false otherwise.getValues()public java.util.Iterator iterateValues()
getValues()public IWDAbstractValue removeValue(int index)
index - zero based index of the deletion position in the listaddValue(IWDAbstractValue),
getValues()public IWDAbstractValue removeValue(java.lang.String id)
id - unique ID of the element to be deleted from the listaddValue(IWDAbstractValue),
getValues()public void removeAllValues()
addValue(IWDAbstractValue),
getValues()public void destroyAllValues()
public IWDSeries getSeries()
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||