Start of Content Area

Object documentation ToolBarSeparator API  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

Value Required

collapsible

IWDToolBarSeparator

boolean

false

bindable

No

visible

IWDToolBarSeparator

WDVisibility

visible

bindable

No

.

 

End of Content Area