!--a11y-->
ToolBarSeparator 
This UI element is used for the optical separation of UI elements within a ToolBar.

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 |
WDY_BOOLEAN |
false |
yes |
|
WDUI_VISIBILITY |
visible |
yes |

Further properties that can be inherited are defined in the associated higher-level class. The associated interface elements are:
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 |
WDY_BOOLEAN |
|
VISIBLE |
WDUI_VISIBILITY |
|
visible: none |
CL_WD_TOOLBAR_SEPARATOR=>E_VISIBLE-NONE |
|
visible: visible |
CL_WD_TOOLBAR_SEPARATOR=>E_VISIBLE-VISIBLE |
|