Web Dynpro API Documentation

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

All Superinterfaces:
IWDViewElement

public interface IWDCategory
extends IWDViewElement

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

DEFAULT_EVENT_I_D

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

DEFAULT_TOOLTIP

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

bindDescription

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

bindDescription

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

bindingOfDescription

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

getDescription

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

setDescription

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

bindEventID

public void bindEventID(java.lang.String path)
Binds property eventID to the context attribute specified by path.
Parameters:
path - the path of the context attribute to which the eventID property is bound

bindEventID

public void bindEventID(IWDAttributeInfo attributeInfo)
Binds property eventID to the context attribute specified by the given attribute info.
Parameters:
attributeInfo - the info of the context attribute to which the eventID property is bound

bindingOfEventID

public java.lang.String bindingOfEventID()
Binding path of property eventID.
Returns:
the path of the context attribute to which the eventID is currently bound

getEventID

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

setEventID

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

bindTooltip

public void bindTooltip(java.lang.String path)
Binds property tooltip to the context attribute specified by path.
Parameters:
path - the path of the context attribute to which the tooltip property is bound

bindTooltip

public void bindTooltip(IWDAttributeInfo attributeInfo)
Binds property tooltip to the context attribute specified by the given attribute info.
Parameters:
attributeInfo - the info of the context attribute to which the tooltip property is bound

bindingOfTooltip

public java.lang.String bindingOfTooltip()
Binding path of property tooltip.
Returns:
the path of the context attribute to which the tooltip is currently bound

getTooltip

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

setTooltip

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

getBusinessGraphics

public IWDBusinessGraphics getBusinessGraphics()
Returns the current BusinessGraphics.
Returns:
the current BusinessGraphics

Web Dynpro API Documentation

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