
The RadioButtonGroupByKey UI element groups together multiple RadioButtons in a table. Unlike UI element CheckBoxGroup, this UI element allows users to select one element only.
The two RadioButtonGroup UI elements RadioButtonGroupByIndex and RadioButtonGroupByKey do not differ from each other when displayed on the screen. However, the data binding model for the RadioButtonGroupByIndex UI element has a completely different concept (see section Data Binding ). The displayed texts are those from the value set or the ABAP Dictionary domain values of the attribute to which the property selectedKey is linked.
|
|
Implementation Details
|
Runtime Class |
CL_WD_RADIOBUTTON_GROUP_BY_KEY |
|
Name |
Type |
Initial Value |
Bindable |
|---|---|---|---|
|
STRING |
(automatic) |
No |
|
|
Translatable text |
Yes |
||
|
WDY_BOOLEAN |
false |
No |
|
|
I |
1 |
Yes |
|
|
WDUI_CONTEXT_MENU_BEHAVIOUR |
inherit |
No |
|
|
WDY_MD_UI_ELEMENT_REFERENCE |
No |
||
|
WDY_BOOLEAN |
true |
Yes |
|
|
Translatable text |
No |
||
|
WDY_BOOLEAN |
false |
Yes |
|
|
WDY_BOOLEAN |
false |
Yes |
|
|
STRING |
Mandatory |
||
|
WDUI_STATE |
normal |
Yes |
|
|
WDUI_TEXT_DIRECTION |
inherit |
Yes |
|
|
Translatable text |
Yes |
||
|
WDUI_VISIBILITY |
visible |
Yes |
|
|
STRING |
Yes |
|
Name |
|---|
Other properties that can be inherited are defined in the related higher-level classes. The related UI elements are:
Accessibility
To enable the development of accessible applications, the accessibilityDescription property is checked during the syntax check if the property tooltip is not set.
Data Binding
The values for the DropDownByKey are determined from the value set of the attribute bound to the property selectedKey. If the attribute has an ABAP Dictionary type and if fixed domain values are defined for this type, these values are used. The text for the respective value is displayed in the list and in the DropDownByKey field.
More information :
Dynamic Programming
For dynamic programming, the same properties, events and aggregations are available as in the View Designer. But note that the spelling format and use of upper/lower case is different.
|
View Designer Name |
Runtime Name |
Type |
|---|---|---|
|
ACCESSIBILITY_DESCR |
WDY_MD_TRANSLATABLE_TEXT |
|
|
ACTIVATE_ACCESS_KEY |
WDY_BOOLEAN |
|
|
COL_COUNT |
I |
|
|
CONTEXT_MENU_BEHAVIOUR |
WDUI_CONTEXT_MENU_BEHAVIOUR |
|
|
contextMenuBehaviour: inherit |
CL_WD_RADIOBUTTON_GROUP_BY_KEY=>E_CONTEXT_MENU_BEHAVIOUR-INHERIT |
|
|
contextMenuBehaviour: provide |
CL_WD_RADIOBUTTON_GROUP_BY_KEY=>E_CONTEXT_MENU_BEHAVIOUR-PROVIDE |
|
|
contextMenuBehaviour: suppress |
CL_WD_RADIOBUTTON_GROUP_BY_KEY=>E_CONTEXT_MENU_BEHAVIOUR-SUPPRESS |
|
|
CONTEXT_MENU_ID |
WDY_MD_UI_ELEMENT_REFERENCE |
|
|
ENABLED |
WDY_BOOLEAN |
|
|
EXPLANATION |
WDY_MD_TRANSLATABLE_TEXT |
|
|
KEY_VISIBLE |
WDY_BOOLEAN |
|
|
READ_ONLY |
WDY_BOOLEAN |
|
|
SELECTED_KEY |
STRING |
|
|
STATE |
WDUI_STATE |
|
|
state: normal |
CL_WD_RADIOBUTTON_GROUP_BY_KEY=>E_STATE-NORMAL |
|
|
state: required |
CL_WD_RADIOBUTTON_GROUP_BY_KEY=>E_STATE-REQUIRED |
|
|
TEXT_DIRECTION |
WDUI_TEXT_DIRECTION |
|
|
textDirection: inherit |
CL_WD_RADIOBUTTON_GROUP_BY_KEY=>E_TEXT_DIRECTION-INHERIT |
|
|
textDirection: ltr |
CL_WD_RADIOBUTTON_GROUP_BY_KEY=>E_TEXT_DIRECTION-LTR |
|
|
textDirection: rtl |
CL_WD_RADIOBUTTON_GROUP_BY_KEY=>E_TEXT_DIRECTION-RTL |
|
|
TOOLTIP |
WDY_MD_TRANSLATABLE_TEXT |
|
|
VISIBLE |
WDUI_VISIBILITY |
|
|
visible: none |
CL_WD_RADIOBUTTON_GROUP_BY_KEY=>E_VISIBLE-NONE |
|
|
visible: visible |
CL_WD_RADIOBUTTON_GROUP_BY_KEY=>E_VISIBLE-VISIBLE |
|
|
WIDTH |
STRING |
|
View Designer Name |
Runtime Name |
|---|---|
|
ON_SELECT |
For test purposes you can find examples of this UI element in the system in components WDR_TEST_UI_ELEMENTS and WDR_TEST_EVENTS in view RadiobtnGrpByKey.