Start of Content Area

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

Description of UI Element Properties

·        accessibilityDescription
When accessibility is activated, the assigned text is added to the tooltip.
This description provides semantic details of the UI element and is only read by the screen reader if the user focuses the complete Ul element.

·        design
Specifies the display style of the toolbar on the screen.
The designproperty is represented by the enumeration type WDToolBarDesign and has the values:

emphasized

Highlights the toolbar.

Standard

Displays the toolbar in the standard design.

·        enabled
Specifies whether or not the toolbar is activated. If you deactivate the toolbar, all elements of the toolbar are deactivated. Some renderer implementations can ignore this behavior.

·        visible
Specifies whether or not the toolbar is displayed on the screen.

blank

The UI element is not visible on the screen. This value has the same visibility effect for the UI element on the screen as the value none.

none

The UI element is not visible on the screen.

visible

The UI element is visible on the screen.

·        wrapping
Specifies whether or not the ToolBar elements can be wrapped.

 Overview of Inherited and Additional Properties

Name

Interface

Type

Initial Value

Bindable

Value Required

accessibilityDescription

IWDToolBar

String

 

bindable

No

design

IWDToolBar

WDToolBarDesign

Standard

bindable

No

enabled

IWDToolBar

boolean

true

bindable

No

visible

IWDToolBar

WDVisibility

visible

bindable

No

wrapping

IWDToolBar

boolean

true

bindable

No

 

 

End of Content Area