|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | 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!
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_EVENT_I_D
Deprecated. use DEFAULT_EVENT_ID instead |
static String |
DEFAULT_EVENT_ID
Default value of the eventID property is "". |
static String |
DEFAULT_TOOLTIP
Default value of the tooltip property is "". |
| Method Summary | |
void |
bindDescription(IWDAttributeInfo attributeInfo)
Binds the description property to the context attribute specified by the given attribute info.
|
void |
bindDescription(String path)
Binds the description 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 |
bindingOfDescription()
Returns the binding path of the description property.
|
String |
bindingOfEventID()
Returns the binding path of the eventID property. |
String |
bindingOfTooltip()
Returns the binding path of the tooltip property. |
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. |
IWDBusinessGraphics |
getBusinessGraphics()
Returns the BusinessGraphics this Category belongs to |
String |
getDescription()
Returns the value of the description property.
|
String |
getEventID()
Returns the value of the eventID property.
|
String |
getTooltip()
Returns the value of the tooltip property.
|
void |
setDescription(String value)
Sets the description property to the given value.
|
void |
setEventID(String value)
Sets the eventID property to the given value. |
void |
setTooltip(String value)
Sets the tooltip property to the given value. |
| Methods inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDViewElement |
destroy, getId, getView, requestFocus |
| Field Detail |
public static final String DEFAULT_EVENT_ID
eventID property is "".
public static final String DEFAULT_TOOLTIP
tooltip property is "".
public static final String DEFAULT_EVENT_I_D
eventID.
| Method Detail |
public void bindDescription(String path)
description property to the context attribute specified by the given path.
Note: This property must be bound to the context!
path - the context path of the attribute to which the description property will be boundpublic void bindDescription(IWDAttributeInfo attributeInfo)
description property to the context attribute specified by the given attribute info.
Note: This property must be bound to the context!
attributeInfo - the info of the context attribute to which the description property will be boundpublic String bindingOfDescription()
description property.
Note: This property must be bound to the context!
description property is currently boundpublic String getDescription()
description property.
The initial value is "".
Note: This property must be bound to the context!
description propertysetDescription(String)public void setDescription(String value)
description property to the given value.
Note: This property must be bound to the context!
value - the new value of the description propertygetDescription()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 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 IWDBusinessGraphics getBusinessGraphics()
BusinessGraphics this Category belongs to.
BusinessGraphics this Category belongs to
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||