|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | 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!
Type Classification:
This interface is part of the Web Dynpro API, so applications may reference it or call any method of it, but they must not implement or extend it.
For a detailed explanation of API classification see the Web Dynpro Compatibility Guide| Field Summary | |
static String |
DEFAULT_CUSTOMIZING_I_D
Deprecated. use DEFAULT_CUSTOMIZING_ID instead |
static String |
DEFAULT_CUSTOMIZING_ID
Default value of the customizingID property is "". |
static String |
DEFAULT_EVENT_I_D
Deprecated. use DEFAULT_EVENT_ID instead |
static String |
DEFAULT_EVENT_ID
Default value of the eventID property is "". |
static String |
DEFAULT_LABEL
Default value of the label property is "". |
static String |
DEFAULT_TOOLTIP
Default value of the tooltip property is "". |
| Method Summary | |
void |
addValue(IWDAbstractValue value)
Adds the given Value at the end of the Values list. |
void |
addValue(IWDAbstractValue value,
int index)
Inserts the given Value at the specified (zero-based) index into the Values list. |
void |
bindCustomizingID(IWDAttributeInfo attributeInfo)
Binds the customizingID property to the context attribute specified by the given attribute info. |
void |
bindCustomizingID(String path)
Binds the customizingID property to the context attribute specified by the given path. |
void |
bindEventID(IWDAttributeInfo attributeInfo)
Binds the eventID property to the context attribute specified by the given attribute info. |
void |
bindEventID(String path)
Binds the eventID property to the context attribute specified by the given path. |
String |
bindingOfCustomizingID()
Returns the binding path of the customizingID property. |
String |
bindingOfEventID()
Returns the binding path of the eventID property. |
String |
bindingOfLabel()
Returns the binding path of the label property. |
String |
bindingOfTooltip()
Returns the binding path of the tooltip property. |
String |
bindingOfValueSource()
Returns the binding path of the valueSource property. |
void |
bindLabel(IWDAttributeInfo attributeInfo)
Binds the label property to the context attribute specified by the given attribute info. |
void |
bindLabel(String path)
Binds the label property to the context attribute specified by the given path. |
void |
bindTooltip(IWDAttributeInfo attributeInfo)
Binds the tooltip property to the context attribute specified by the given attribute info. |
void |
bindTooltip(String path)
Binds the tooltip property to the context attribute specified by the given path. |
void |
bindValueSource(IWDNodeInfo nodeInfo)
Binds the valueSource property to the context node specified by the given node info. |
void |
bindValueSource(String path)
Binds the valueSource property to the context attribute specified by the given path. |
void |
destroyAllValues()
Destroys all elements in the Values list.
|
String |
getCustomizingID()
Returns the value of the customizingID property.
|
String |
getEventID()
Returns the value of the eventID property.
|
String |
getLabel()
Returns the value of the label property.
|
IWDSeries |
getSeries()
Returns the Series this Point belongs to |
String |
getTooltip()
Returns the value of the tooltip property.
|
IWDAbstractValue |
getValue(int index)
Returns the Value at the given index. |
IWDAbstractValue[] |
getValues()
Returns the Values list as an array |
boolean |
hasValues()
Returns true if there exists a Value. |
int |
indexOfValue(IWDAbstractValue value)
Returns the index of the given element in the Values list,
returns -1 if the element is not in the list. |
Iterator |
iterateValues()
Returns an iterator over the Values list. |
int |
numberOfValues()
Returns the number of Values. |
void |
removeAllValues()
Removes all elements from the Values list.
|
IWDAbstractValue |
removeValue(int index)
Removes the Value at the given index from the Values list.
|
IWDAbstractValue |
removeValue(String id)
Removes the Value with the given ID from the Values list.
|
void |
setCustomizingID(String value)
Sets the customizingID property to the given value. |
void |
setEventID(String value)
Sets the eventID property to the given value. |
void |
setLabel(String value)
Sets the label property to the given value. |
void |
setTooltip(String value)
Sets the tooltip property to the given 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 |
destroy, getId, getView, requestFocus |
| Field Detail |
public static final String DEFAULT_CUSTOMIZING_ID
customizingID property is "".
public static final String DEFAULT_EVENT_ID
eventID property is "".
public static final String DEFAULT_LABEL
label property is "".
public static final String DEFAULT_TOOLTIP
tooltip property is "".
public static final String DEFAULT_CUSTOMIZING_I_D
customizingID.
public static final String DEFAULT_EVENT_I_D
eventID.
| Method Detail |
public void bindCustomizingID(String path)
customizingID property to the context attribute specified by the given path.
path - the context path of the attribute to which the customizingID property will be boundpublic void bindCustomizingID(IWDAttributeInfo attributeInfo)
customizingID property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the customizingID property will be boundpublic String bindingOfCustomizingID()
customizingID property.
customizingID property is currently boundpublic String getCustomizingID()
customizingID property.
The initial value is "".
customizingID propertysetCustomizingID(String)public void setCustomizingID(String value)
customizingID property to the given value.
value - the new value of the customizingID propertygetCustomizingID()public void bindEventID(String path)
eventID property to the context attribute specified by the given path.
path - the context path of the attribute to which the eventID property will be boundpublic void bindEventID(IWDAttributeInfo attributeInfo)
eventID property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the eventID property will be boundpublic String bindingOfEventID()
eventID property.
eventID property is currently boundpublic String getEventID()
eventID property.
The initial value is "".
eventID propertysetEventID(String)public void setEventID(String value)
eventID property to the given value.
value - the new value of the eventID propertygetEventID()public void bindLabel(String path)
label property to the context attribute specified by the given path.
path - the context path of the attribute to which the label property will be boundpublic void bindLabel(IWDAttributeInfo attributeInfo)
label property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the label property will be boundpublic String bindingOfLabel()
label property.
label property is currently boundpublic String getLabel()
label property.
The initial value is "".
label propertysetLabel(String)public void setLabel(String value)
label property to the given value.
value - the new value of the label propertygetLabel()public void bindTooltip(String path)
tooltip property to the context attribute specified by the given path.
path - the context path of the attribute to which the tooltip property will be boundpublic void bindTooltip(IWDAttributeInfo attributeInfo)
tooltip property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the tooltip property will be boundpublic String bindingOfTooltip()
tooltip property.
tooltip property is currently boundpublic String getTooltip()
tooltip property.
The initial value is "".
tooltip propertysetTooltip(String)public void setTooltip(String value)
tooltip property to the given value.
value - the new value of the tooltip propertygetTooltip()public void bindValueSource(String path)
valueSource property to the context attribute specified by the given path.
path - the context path of the attribute to which the valueSource property will be boundpublic void bindValueSource(IWDNodeInfo nodeInfo)
valueSource property to the context node specified by the given node info.
nodeInfo - the info of the context node to which the valueSource property will be boundpublic String bindingOfValueSource()
valueSource property.
valueSource property is currently boundpublic void addValue(IWDAbstractValue value)
Value at the end of the Values list.
value - the Value to be added to the listgetValues()
public void addValue(IWDAbstractValue value,
int index)
Value at the specified (zero-based) index into the Values list.
value - the Value to be inserted into the listindex - (zero-based) insertion position in the listgetValues()
public void swapValues(int i,
int j)
Values at the given indices.
i - index of the first Value to swapj - index of the second Value to swap
IndexOutOfBoundsException - If one of the indices is out of boundspublic IWDAbstractValue[] getValues()
Values list as an array.
Values listpublic IWDAbstractValue getValue(int index)
Value at the given index.
Value at the given indexpublic int indexOfValue(IWDAbstractValue value)
Values list,
returns -1 if the element is not in the list.
public int numberOfValues()
Values.
ValuesgetValues()public boolean hasValues()
true if there exists a Value.
true if there exists a Value, otherwise returns falsegetValues()public Iterator iterateValues()
Values list.
Values listgetValues()public IWDAbstractValue removeValue(int index)
Value at the given index from the Values list.
This does not destroy the removed element, i.e. it may be added again!
index - (zero-based) index of the removal position in the list
addValue(IWDAbstractValue),
getValues()public IWDAbstractValue removeValue(String id)
Value with the given ID from the Values list.
This does not destroy the removed element, i.e. it may be added again!
id - unique ID of the element to be removed from the list
addValue(IWDAbstractValue),
getValues()public void removeAllValues()
Values list.
This does not destroy the removed elements, i.e. they may be added again!
addValue(IWDAbstractValue),
getValues()public void destroyAllValues()
Values list.
Destroyed view elements do not exist any longer in their view, i.e. new elements may be
created with the same IDs.
public IWDSeries getSeries()
Series this Point belongs to.
Series this Point belongs to
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||