|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Web Dynpro Category 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_EVENT_I_D
Default value of property eventID. |
static java.lang.String |
DEFAULT_TOOLTIP
Default value of property tooltip. |
| Method Summary | |
void |
bindDescription(IWDAttributeInfo attributeInfo)
Note: This property must be bound to the context! Binds property description to the context attribute
specified by the given attribute info. |
void |
bindDescription(java.lang.String path)
Note: This property must be bound to the context! Binds property description 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 |
bindingOfDescription()
Note: This property must be bound to the context! Binding path of property description. |
java.lang.String |
bindingOfEventID()
Binding path of property eventID. |
java.lang.String |
bindingOfTooltip()
Binding path of property tooltip. |
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. |
IWDBusinessGraphics |
getBusinessGraphics()
Returns the current BusinessGraphics. |
java.lang.String |
getDescription()
Note: This property must be bound to the context! Returns the value of the description property. |
java.lang.String |
getEventID()
Returns the value of the eventID property. |
java.lang.String |
getTooltip()
Returns the value of the tooltip property. |
void |
setDescription(java.lang.String value)
Note: This property must be bound to the context! Sets property description to the new value. |
void |
setEventID(java.lang.String value)
Sets property eventID to the new value. |
void |
setTooltip(java.lang.String value)
Sets property tooltip to the new value. |
| Methods inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDViewElement |
getId, getView, requestFocus |
| Field Detail |
public static final java.lang.String DEFAULT_EVENT_I_D
eventID.public static final java.lang.String DEFAULT_TOOLTIP
tooltip.| Method Detail |
public void bindDescription(java.lang.String path)
description to the context attribute
specified by path.path - the path of the context attribute to which the description
property is boundpublic void bindDescription(IWDAttributeInfo attributeInfo)
description to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
description property is boundpublic java.lang.String bindingOfDescription()
description.public java.lang.String getDescription()
description property.
The initial value is "".
setDescription(String)public void setDescription(java.lang.String value)
description to the new value.value - the new value of the description propertygetDescription()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 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 IWDBusinessGraphics getBusinessGraphics()
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||