|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Web Dynpro SimpleSeries 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 | |
java.lang.String |
bindingOfValue()
Note: This property must be bound to the context! Binding path of property value. |
void |
bindValue(IWDAttributeInfo attributeInfo)
Note: This property must be bound to the context! Binds property value to the context attribute
specified by the given attribute info. |
void |
bindValue(java.lang.String path)
Note: This property must be bound to the context! Binds property value to the context attribute
specified by path. |
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. |
java.lang.String |
getTooltip()
Returns the value of the tooltip property. |
java.lang.String |
getValue()
Note: This property must be bound to the context! Returns the value of the value property. |
void |
setCustomizingID(java.lang.String customizingID)
Sets property customizingID to the given value. |
void |
setEventID(java.lang.String eventID)
Sets property eventID to the given value. |
void |
setLabel(java.lang.String label)
Sets property label to the given value. |
void |
setTooltip(java.lang.String tooltip)
Sets property tooltip to the given value. |
void |
setValue(java.lang.String value)
Note: This property must be bound to the context! Sets property value to the new value. |
| Methods inherited from interface com.sap.tc.webdynpro.clientserver.uielib.graphics.api.IWDAbstractSeries |
getBusinessGraphics |
| 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 java.lang.String getCustomizingID()
customizingID property.
The initial value is "".
setCustomizingID(String)public void setCustomizingID(java.lang.String customizingID)
customizingID to the given value.customizingID - the new customizingID valuegetCustomizingID()public java.lang.String getEventID()
eventID property.
The initial value is "".
setEventID(String)public void setEventID(java.lang.String eventID)
eventID to the given value.eventID - the new eventID valuegetEventID()public java.lang.String getLabel()
label property.
The initial value is "".
setLabel(String)public void setLabel(java.lang.String label)
label to the given value.label - the new label valuegetLabel()public java.lang.String getTooltip()
tooltip property.
The initial value is "".
setTooltip(String)public void setTooltip(java.lang.String tooltip)
tooltip to the given value.tooltip - the new tooltip valuegetTooltip()public void bindValue(java.lang.String path)
value to the context attribute
specified by path.path - the path of the context attribute to which the value
property is boundpublic void bindValue(IWDAttributeInfo attributeInfo)
value to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
value property is boundpublic java.lang.String bindingOfValue()
value.public java.lang.String getValue()
value property.
The initial value is "".
setValue(String)public void setValue(java.lang.String value)
value to the new value.value - the new value of the value propertygetValue()
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||