Show TOC Start of Content Area

Object documentation ToolBarSeparator This graphic is explained in the accompanying text  Locate the document in its SAP Library structure

Definition

The ToolBarSeparator element is used for the optical separation of ToolBar elements within a toolbar.

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.

      visible

Specifies the visibility of the UI element. The default value of this property is visible.

blank

The UI element is not visible on the screen but takes up space.

none

The UI element is not visible on the screen and takes up no space.

visible

The UI element is displayed on the screen.

Properties Overview

Name

Interface

Type

Initial Value

Bindable

collapsible

IWDToolBarSeparator

boolean

false

bindable

visible

IWDToolBarSeparator

WDVisibility

visible

bindable

.

 

End of Content Area