com.sap.tc.webdynpro.clientserver.uielib.standard.api
Interface IWDToolBarDropDownByKey
- All Superinterfaces:
- IWDAbstractDropDown, IWDAbstractDropDownByKey, IWDToolBarItem, IWDUIElement, IWDViewElement
- public interface IWDToolBarDropDownByKey
- extends IWDAbstractDropDownByKey, IWDToolBarItem
Web Dynpro ToolBarDropDownByKey API.
A drop-down list with key binding to be used in a tool bar.
This type can be called by applications using Web Dynpro, but DO NOT EXTEND OR IMPLEMENT IT!
|
Field Summary |
static java.lang.String |
DEFAULT_LABEL_TEXT
Default value of property labelText. |
|
Method Summary |
java.lang.String |
bindingOfLabelText()
Binding path of property labelText. |
void |
bindLabelText(IWDAttributeInfo attributeInfo)
Binds property labelText to the context attribute
specified by the given attribute info. |
void |
bindLabelText(java.lang.String path)
Binds property labelText to the context attribute
specified by path. |
java.lang.String |
getLabelText()
Returns the value of the labelText property. |
void |
setLabelText(java.lang.String value)
Sets property labelText to the new value. |
| Methods inherited from interface com.sap.tc.webdynpro.clientserver.uielib.standard.api.IWDAbstractDropDown |
bindingOfReadOnly, bindingOfState, bindingOfTextDirection, bindingOfWidth, bindReadOnly, bindReadOnly, bindState, bindState, bindTextDirection, bindTextDirection, bindWidth, bindWidth, getReadOnly, getState, getTextDirection, getWidth, setReadOnly, setState, setTextDirection, setWidth |
| Methods inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDUIElement |
bindEnabled, bindEnabled, bindingOfEnabled, bindingOfTooltip, bindingOfVisible, bindTooltip, bindTooltip, bindVisible, bindVisible, createLayoutData, getContainer, getEnabled, getLayoutData, getTooltip, getVisible, setEnabled, setTooltip, setVisible |
DEFAULT_LABEL_TEXT
public static final java.lang.String DEFAULT_LABEL_TEXT
- Default value of property
labelText.
bindLabelText
public void bindLabelText(java.lang.String path)
- Binds property
labelText to the context attribute
specified by path.
- Parameters:
path - the path of the context attribute to which the labelText
property is bound
bindLabelText
public void bindLabelText(IWDAttributeInfo attributeInfo)
- Binds property
labelText to the context attribute
specified by the given attribute info.
- Parameters:
attributeInfo - the info of the context attribute to which the
labelText property is bound
bindingOfLabelText
public java.lang.String bindingOfLabelText()
- Binding path of property
labelText.
- Returns:
- the path of the context attribute to which the labelText
is currently bound
getLabelText
public java.lang.String getLabelText()
- Returns the value of the
labelText property.
The initial value is "".
- Returns:
- the current value of the labelText property
- See Also:
setLabelText(String)
setLabelText
public void setLabelText(java.lang.String value)
- Sets property
labelText to the new value.
- Parameters:
value - the new value of the labelText property- See Also:
getLabelText()
Copyright © 2004 SAP AG. Automatically generated Thu Mar 3 2005, 22:15