Web Dynpro API Documentation

com.sap.tc.webdynpro.clientserver.uielib.graphics.api
Interface IWDSimpleSeries

All Superinterfaces:
IWDAbstractSeries, IWDViewElement

public interface IWDSimpleSeries
extends IWDAbstractSeries

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

DEFAULT_CUSTOMIZING_I_D

public static final java.lang.String DEFAULT_CUSTOMIZING_I_D
Default value of property customizingID.

DEFAULT_EVENT_I_D

public static final java.lang.String DEFAULT_EVENT_I_D
Default value of property eventID.

DEFAULT_LABEL

public static final java.lang.String DEFAULT_LABEL
Default value of property label.

DEFAULT_TOOLTIP

public static final java.lang.String DEFAULT_TOOLTIP
Default value of property tooltip.
Method Detail

getCustomizingID

public java.lang.String getCustomizingID()
Returns the value of the customizingID property. The initial value is "".
Returns:
the value of the customizingID property
See Also:
setCustomizingID(String)

setCustomizingID

public void setCustomizingID(java.lang.String customizingID)
Sets property customizingID to the given value.
Parameters:
customizingID - the new customizingID value
See Also:
getCustomizingID()

getEventID

public java.lang.String getEventID()
Returns the value of the eventID property. The initial value is "".
Returns:
the value of the eventID property
See Also:
setEventID(String)

setEventID

public void setEventID(java.lang.String eventID)
Sets property eventID to the given value.
Parameters:
eventID - the new eventID value
See Also:
getEventID()

getLabel

public java.lang.String getLabel()
Returns the value of the label property. The initial value is "".
Returns:
the value of the label property
See Also:
setLabel(String)

setLabel

public void setLabel(java.lang.String label)
Sets property label to the given value.
Parameters:
label - the new label value
See Also:
getLabel()

getTooltip

public java.lang.String getTooltip()
Returns the value of the tooltip property. The initial value is "".
Returns:
the value of the tooltip property
See Also:
setTooltip(String)

setTooltip

public void setTooltip(java.lang.String tooltip)
Sets property tooltip to the given value.
Parameters:
tooltip - the new tooltip value
See Also:
getTooltip()

bindValue

public 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.
Parameters:
path - the path of the context attribute to which the value property is bound

bindValue

public 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.
Parameters:
attributeInfo - the info of the context attribute to which the value property is bound

bindingOfValue

public java.lang.String bindingOfValue()
Note: This property must be bound to the context! Binding path of property value.
Returns:
the path of the context attribute to which the value is currently bound

getValue

public java.lang.String getValue()
Note: This property must be bound to the context! Returns the value of the value property. The initial value is "".
Returns:
the current value of the value property
See Also:
setValue(String)

setValue

public void setValue(java.lang.String value)
Note: This property must be bound to the context! Sets property value to the new value.
Parameters:
value - the new value of the value property
See Also:
getValue()

Web Dynpro API Documentation

Copyright © 2004 SAP AG. Automatically generated Thu Mar 3 2005, 22:15