com.sap.tc.webdynpro.clientserver.uielib.standard.api
Interface IWDToolBarButton
- All Superinterfaces:
- IWDAbstractButton, IWDAbstractCaption, IWDToolBarItem, IWDUIElement, IWDViewElement
- public interface IWDToolBarButton
- extends IWDAbstractButton, IWDToolBarItem
Web Dynpro ToolBarButton API.
A button to be used in a tool bar.
This type can be called by applications using Web Dynpro, but DO NOT EXTEND OR IMPLEMENT IT!
| Methods inherited from interface com.sap.tc.webdynpro.clientserver.uielib.standard.api.IWDAbstractCaption |
bindImageAlt, bindImageAlt, bindImageFirst, bindImageFirst, bindImageSource, bindImageSource, bindingOfImageAlt, bindingOfImageFirst, bindingOfImageSource, bindingOfTextDirection, bindTextDirection, bindTextDirection, getImageAlt, getImageFirst, getImageSource, getTextDirection, setImageAlt, setImageFirst, setImageSource, setTextDirection |
| 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_DESIGN
public static final WDToolBarButtonDesign DEFAULT_DESIGN
- Default value of property
design.
bindDesign
public void bindDesign(java.lang.String path)
- Binds property
design to the context attribute
specified by path.
- Parameters:
path - the path of the context attribute to which the design
property is bound
bindDesign
public void bindDesign(IWDAttributeInfo attributeInfo)
- Binds property
design to the context attribute
specified by the given attribute info.
- Parameters:
attributeInfo - the info of the context attribute to which the
design property is bound
bindingOfDesign
public java.lang.String bindingOfDesign()
- Binding path of property
design.
- Returns:
- the path of the context attribute to which the design
is currently bound
getDesign
public WDToolBarButtonDesign getDesign()
- Returns the value of the
design property.
The initial value is WDToolBarButtonDesign.STANDARD.
The visual design of the button.
- Returns:
- the current value of the design property
- See Also:
setDesign(WDToolBarButtonDesign)
setDesign
public void setDesign(WDToolBarButtonDesign value)
- Sets property
design to the new value.
- Parameters:
value - the new value of the design property- See Also:
getDesign()
Copyright © 2004 SAP AG. Automatically generated Thu Mar 3 2005, 22:15