Entering content frame

Object documentation Web Dynpro ToolBarButton API - IWDToolBarButton Locate the document in its SAP Library structure

Definition

The ToolBarButton element is an pushbutton in a toolbar.

Property Descriptions

·        design
Specifies the design of the ToolBarButton element.
The
design property can be filled with the following values and is represented by the enumeration type WDToolBarButtonDesign.

next

Display of a toolbar button that refers to a subsequent step. 

previous

Display of a toolbar button that refers to a previous step.

standard

Displays the toolbar button with default background and default text color.

Overview of Inherited and Additional Properties

Name

Interface

Type

Initial Value

Bindable

Value Required

design

IWDToolBarButton

WDToolBarButtonDesign

standard

bindable

No

enabled

IWDUIElement

boolean

true

bindable

No

imageAlt

IWDAbstractCaption

String (TranslatableText)

 

bindable

No

imageFirst

IWDAbstractCaption

boolean

true

bindable

No

imageSource

IWDAbstractCaption

String

 

bindable

No

text

IWDAbstractButton

String (TranslatableText)

 

bindable

No

tooltip

IWDUIElement

String (TranslatableText)

 

bindable

No

visible

IWDUIElement

WDVisibility

visible

bindable

No

Methods in the Web Dynpro IWDToolBarButton API

Method Name

Parameter

Return Value

Short Description

bindDesign

(String path)

 

Binds the value of the design property to the context element specified by the path.

bindingOfDesign

 

String

Returns the path of the context element to which the design property is bound. Returns NULL if no binding exists.

getDesign

 

WDToolBarButtonDesign

Returns the value of the design property.

setDesign

(WDToolBarButtonDesign design)

 

Sets the value of the design property.

Additional methods described in the following APIs are available using inheritance: IWDAbstractButton, IWDAbstractCaption, IWDUIElement, IWDViewElement.

Note

For detailed documentation of all inherited methods, see the documentation for the relevant APIs.

For further information, refer to Web Dynpro IWDToolBar API.

  

  

 

Leaving content frame