Start of Content Area

Object documentation ToolBarToggleButton API  Locate the document in its SAP Library structure

Description of UI Element Properties

·        collapsible
Specifies whether the ToolBar element can be collapsed. A little icon is displayed in a ToolBar which contains those elements. When the user selects this icon, all toolbar elements with the collapsible property set to true are hidden.

Overview of Inherited and Additional Properties

Name

Interface

Type

Initial Value

Bindable

Value Required

checked

IWDAbstractToggle

boolean

false

bindable_mandatory

No

checkedImageSource

IWDAbstractToggleButton

String

 

bindable

No

collapsible

IWDToolBarToggleButton

boolean

false

bindable

No

design

IWDAbstractToggleButton

WDToggleButtonDesign

standard

bindable

No

enabled

IWDUIElement

boolean

true

bindable

No

imageFirst

IWDAbstractToggleButton

boolean

true

bindable

No

imageSource

IWDAbstractToggleButton

String

 

bindable

No

text

IWDAbstractToggleButton

String

 

bindable

No

textDirection

IWDAbstractToggle

WDTextDirection

inherit

bindable

No

tooltip

IWDUIElement

String

 

bindable

No

visible

IWDUIElement

WDVisibility

visible

bindable

No

width

IWDAbstractToggleButton

String

 

bindable

No

Events

The onToggle event of the class IWDAbstractToggle is executed when the Toggle element is toggled. The parameter is of the type boolean and transfers the new status.

 

 

 

End of Content Area