ToolBarSeparator
This UI element is used for the optical separation of UI elements within a ToolBar.
Properties in View Designer
| Name | Type | Initial Value | Bindable |
|---|---|---|---|
|
STRING |
(automatic) |
No |
|
|
WDY_BOOLEAN |
false |
Yes |
|
|
WDUI_TOOLBAR_SEPARATOR_DESIGN |
LargeWithLine |
Yes |
|
|
WDUI_VISIBILITY |
visible |
Yes |
Dynamic Programming
For dynamic programming, the same properties, events, and aggregations as in the View Designer are available. But note that the spelling format and use of upper/lower case is different.
Dynamic Programming of Properties
| View Designer Name | Runtime Name | Type |
|---|---|---|
|
COLLAPSIBLE |
WDY_BOOLEAN |
|
|
DESIGN |
WDUI_TOOLBAR_SEPARATOR_DESIGN |
|
|
design: Large |
CL_WD_TOOLBAR_SEPARATOR=>E_DESIGN-LARGE |
|
|
design: LargeWithLine |
CL_WD_TOOLBAR_SEPARATOR=>E_DESIGN-LARGEWITHLINE |
|
|
design: Medium |
CL_WD_TOOLBAR_SEPARATOR=>E_DESIGN-MEDIUM |
|
|
design: MediumWithLine |
CL_WD_TOOLBAR_SEPARATOR=>E_DESIGN-MEDIUMWITHLINE |
|
|
design: Small |
CL_WD_TOOLBAR_SEPARATOR=>E_DESIGN-SMALL |
|
|
design: SmallWithLine |
CL_WD_TOOLBAR_SEPARATOR=>E_DESIGN-SMALLWITHLINE |
|
|
VISIBLE |
WDUI_VISIBILITY |
|
|
visible: none |
CL_WD_TOOLBAR_SEPARATOR=>E_VISIBLE-NONE |
|
|
visible: visible |
CL_WD_TOOLBAR_SEPARATOR=>E_VISIBLE-VISIBLE |