Show TOC Start of Content Area

Object documentation ToolBar This graphic is explained in the accompanying text  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 design property 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.

 Properties Overview

Name

Interface

Type

Initial Value

Bindable

accessibilityDescription

IWDToolBar

String

 

bindable

design

IWDToolBar

WDToolBarDesign

Standard

bindable

enabled

IWDToolBar

boolean

true

bindable

visible

IWDToolBar

WDVisibility

visible

bindable

wrapping

IWDToolBar

boolean

true

bindable

 

 

End of Content Area