!--a11y-->
ToolBarButtonChoice 
This UI element makes a button available in a ToolBar.

To enable the development of accessible applications, the tooltip property is checked during the syntax check if the property text is not set.
Example of the Display
|
Runtime Class |
CL_WD_TOOLBAR_BTN_CHOICE |
Properties in View Designer
Name |
Type |
Initial Value |
Bindable |
id |
STRING |
(automatic) |
No |
WDY_BOOLEAN |
false |
Yes |
|
WDY_BOOLEAN |
true |
Yes |
|
STRING |
|
Yes |
|
WDY_BOOLEAN |
true |
Yes |
|
STRING |
|
Yes |
|
Text |
|
Yes |
|
Text |
|
Yes |
|
WDUI_VISIBILITY |
visible |
Yes |
Aggregations in View Designer
Name |
Cardinality |
Type |
0..n |

Other properties that can be inherited are defined in the associated higher-level class. The associated UI elements are:
For dynamic programming, the same properties, events, and aggregations are available as in View Designer. Bear in mind the different spellings.
Dynamic Programming of Properties
View Designer Name |
Runtime Name |
Type |
COLLAPSIBLE |
WDY_BOOLEAN |
|
ENABLED |
WDY_BOOLEAN |
|
IMAGE_SOURCE |
STRING |
|
REPEAT_SELECTED_ACTION |
WDY_BOOLEAN |
|
SELECTED_ACTION_ITEM |
STRING |
|
TEXT |
WDY_MD_TRANSLATABLE_TEXT |
|
TOOLTIP |
WDY_MD_TRANSLATABLE_TEXT |
|
VISIBLE |
WDUI_VISIBILITY |
|
visible: none |
CL_WD_TOOLBAR_BTN_CHOICE=>E_VISIBLE-NONE |
|
visible: visible |
CL_WD_TOOLBAR_BTN_CHOICE=>E_VISIBLE-VISIBLE |
|
Dynamic Programming of Aggregations
View Designer Name |
Runtime Name |
Cardinality |
CHOICES |
0..n |
You can find an example of this UI element in the system in the Web Dynpro application, WDR_TEST_UI_ELEMENTS.