Entering content frame

Background documentation ToolBarSeparator Locate the document in its SAP Library structure

This UI element is used for the optical separation of UI elements within a ToolBar.

Note

When the template is designed there is no check for the tool tip property to guarantee accessibility.

 

Runtime Class

CL_WD_TOOLBAR_SEPARATOR

 

Properties in the View Designer

Name

Type

Initial Value

Bindable

ID

STRING

(automatic)

no

collapsible

WDY_BOOLEAN

false

yes

visible

WDUI_VISIBILITY

visible

yes

Note

Further properties that can be inherited are defined in the associated higher-level class.  The associated interface elements are:

·         ViewElement

Dynamic Programming

For dynamic programming the same properties, events, and aggregations are provided in the View Designer. Bear in mind the different spellings.

Dynamic Programming of Properties

View Designer Name

Runtime Name

Type

collapsible

COLLAPSIBLE

WDY_BOOLEAN

visible

VISIBLE

WDUI_VISIBILITY

 visible: none

CL_WD_TOOLBAR_SEPARATOR=>E_VISIBLE-NONE

 visible: visible

CL_WD_TOOLBAR_SEPARATOR=>E_VISIBLE-VISIBLE

 

 

 

Leaving content frame