|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Web Dynpro Series 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 int |
DEFAULT_DATA_BEGIN_INDEX
Default value of property dataBeginIndex. |
static int |
DEFAULT_DATA_LENGTH
Default value of property dataLength. |
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_LEAD_SELECTION_CUSTOMIZING_I_D
Default value of property leadSelectionCustomizingID. |
static boolean |
DEFAULT_SHOW_SELECTED_ONLY
Default value of property showSelectedOnly. |
static java.lang.String |
DEFAULT_TOOLTIP
Default value of property tooltip. |
| Method Summary | |
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 |
bindDataBeginIndex(IWDAttributeInfo attributeInfo)
Binds property dataBeginIndex to the context attribute
specified by the given attribute info. |
void |
bindDataBeginIndex(java.lang.String path)
Binds property dataBeginIndex to the context attribute
specified by path. |
void |
bindDataLength(IWDAttributeInfo attributeInfo)
Binds property dataLength to the context attribute
specified by the given attribute info. |
void |
bindDataLength(java.lang.String path)
Binds property dataLength 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 |
bindingOfDataBeginIndex()
Binding path of property dataBeginIndex. |
java.lang.String |
bindingOfDataLength()
Binding path of property dataLength. |
java.lang.String |
bindingOfEventID()
Binding path of property eventID. |
java.lang.String |
bindingOfLabel()
Binding path of property label. |
java.lang.String |
bindingOfLeadSelectionCustomizingID()
Binding path of property leadSelectionCustomizingID. |
java.lang.String |
bindingOfPointSource()
Note: This property must be bound to the context! Binding path of property pointSource. |
java.lang.String |
bindingOfTooltip()
Binding path of property tooltip. |
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 |
bindLeadSelectionCustomizingID(IWDAttributeInfo attributeInfo)
Binds property leadSelectionCustomizingID to the context attribute
specified by the given attribute info. |
void |
bindLeadSelectionCustomizingID(java.lang.String path)
Binds property leadSelectionCustomizingID to the context attribute
specified by path. |
void |
bindPointSource(IWDNodeInfo nodeInfo)
Note: This property must be bound to the context! Binds property pointSource to the context node
specified by the given node info. |
void |
bindPointSource(java.lang.String path)
Note: This property must be bound to the context! Binds property pointSource 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 |
destroyPoint()
Destroys the Point instance. |
java.lang.String |
getCustomizingID()
Returns the value of the customizingID property. |
int |
getDataBeginIndex()
Returns the value of the dataBeginIndex property. |
int |
getDataLength()
Returns the value of the dataLength 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 |
getLeadSelectionCustomizingID()
Returns the value of the leadSelectionCustomizingID property. |
IWDPoint |
getPoint()
Gets the Point instance. |
boolean |
getShowSelectedOnly()
Returns the value of the showSelectedOnly property. |
java.lang.String |
getTooltip()
Returns the value of the tooltip property. |
void |
setCustomizingID(java.lang.String value)
Sets property customizingID to the new value. |
void |
setDataBeginIndex(int value)
Sets property dataBeginIndex to the new value. |
void |
setDataLength(int value)
Sets property dataLength 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 |
setLeadSelectionCustomizingID(java.lang.String value)
Sets property leadSelectionCustomizingID to the new value. |
void |
setPoint(IWDPoint point)
Sets the Point instance. |
void |
setShowSelectedOnly(boolean showSelectedOnly)
Sets property showSelectedOnly to the given value. |
void |
setTooltip(java.lang.String value)
Sets property tooltip 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 int DEFAULT_DATA_BEGIN_INDEX
dataBeginIndex.public static final int DEFAULT_DATA_LENGTH
dataLength.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_LEAD_SELECTION_CUSTOMIZING_I_D
leadSelectionCustomizingID.public static final boolean DEFAULT_SHOW_SELECTED_ONLY
showSelectedOnly.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 bindDataBeginIndex(java.lang.String path)
dataBeginIndex to the context attribute
specified by path.path - the path of the context attribute to which the dataBeginIndex
property is boundpublic void bindDataBeginIndex(IWDAttributeInfo attributeInfo)
dataBeginIndex to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
dataBeginIndex property is boundpublic java.lang.String bindingOfDataBeginIndex()
dataBeginIndex.public int getDataBeginIndex()
dataBeginIndex property.
The initial value is 0.
setDataBeginIndex(int)public void setDataBeginIndex(int value)
dataBeginIndex to the new value.value - the new value of the dataBeginIndex propertygetDataBeginIndex()public void bindDataLength(java.lang.String path)
dataLength to the context attribute
specified by path.path - the path of the context attribute to which the dataLength
property is boundpublic void bindDataLength(IWDAttributeInfo attributeInfo)
dataLength to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
dataLength property is boundpublic java.lang.String bindingOfDataLength()
dataLength.public int getDataLength()
dataLength property.
The initial value is 0.
setDataLength(int)public void setDataLength(int value)
dataLength to the new value.value - the new value of the dataLength propertygetDataLength()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 bindLeadSelectionCustomizingID(java.lang.String path)
leadSelectionCustomizingID to the context attribute
specified by path.path - the path of the context attribute to which the leadSelectionCustomizingID
property is boundpublic void bindLeadSelectionCustomizingID(IWDAttributeInfo attributeInfo)
leadSelectionCustomizingID to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
leadSelectionCustomizingID property is boundpublic java.lang.String bindingOfLeadSelectionCustomizingID()
leadSelectionCustomizingID.public java.lang.String getLeadSelectionCustomizingID()
leadSelectionCustomizingID property.
The initial value is "".
setLeadSelectionCustomizingID(String)public void setLeadSelectionCustomizingID(java.lang.String value)
leadSelectionCustomizingID to the new value.value - the new value of the leadSelectionCustomizingID propertygetLeadSelectionCustomizingID()public void bindPointSource(java.lang.String path)
pointSource to the context attribute
specified by path.path - the path of the context attribute to which the pointSource
property is boundpublic void bindPointSource(IWDNodeInfo nodeInfo)
pointSource to the context node
specified by the given node info.nodeInfo - the info of the context node to which the
pointSource property is boundpublic java.lang.String bindingOfPointSource()
pointSource.public boolean getShowSelectedOnly()
showSelectedOnly property.
The initial value is false.
setShowSelectedOnly(boolean)public void setShowSelectedOnly(boolean showSelectedOnly)
showSelectedOnly to the given value.showSelectedOnly - the new showSelectedOnly valuegetShowSelectedOnly()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 IWDPoint getPoint()
setPoint(IWDPoint)public void setPoint(IWDPoint point)
point - the new pointgetPoint()public void destroyPoint()
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||