RadioButtonGroupByIndex
The RadioButtonGroupByIndex UI element represents a number of radio buttons groups in columns and rows. Unlike UI element CheckBoxGroup, this UI element allows user to select one element only.
Example of the Visual Display
|
|
The dropdown list box UI elements, RadioButtonGroup and RadioButtonGroupByKey, do not differ from each other when displayed on the screen. However, the data binding model for the RadioButtonGroupByKey UI element has a completely different concept (see section Data Binding). The displayed texts are taken from the attribute text which is attached to a node with the cardinality 0..n or 1..n.

To enable the development of accessible applications, the accessibilityDescription property is checked during the syntax check if the tooltip property is not set.
Runtime Class |
CL_WD_RADIOBUTTON_GROUP_BY_IDX |
The property text must be bound to a context attribute that lies within a context node with the cardinality 0..n or 1. For each element of this node a RadioButton with the respective value of the text attribute is displayed as a text.
See Data Binding within Web Dynpro generally, and Data Binding of UI Element Properties, and Data Binding Using an Index and Key.
Properties in the View Designer
Name |
Type |
Initial Value |
Bindable |
ID |
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 |
|
WDY_BOOLEAN |
false |
Yes |
|
WDUI_LEAD_SEL_CHNG_BEHVR |
auto |
No |
|
WDUI_STATE |
normal |
Yes |
|
Translatable text |
|
Mandatory |
|
WDUI_TEXT_DIRECTION |
inherit |
Yes |
|
Translatable text |
|
Yes |
|
WDUI_VISIBILITY |
visible |
Yes |
|
STRING |
|
Yes |
Aggregations in the View Designer
Name |
Cardinality |
Type |
0..n |
Events in the View Designer
Name |

Other properties that can be inherited are defined in the associated higher-level classes. The associated UI elements are:
For dynamic programming, the same properties, events, and aggregations as in the View Designer are available. Bear in mind the different spellings.
Dynamic Programming of Properties
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_IDX=>E_CONTEXT_MENU_BEHAVIOUR-INHERIT |
|
contextMenuBehaviour: provide |
CL_WD_RADIOBUTTON_GROUP_BY_IDX=>E_CONTEXT_MENU_BEHAVIOUR-PROVIDE |
|
contextMenuBehaviour: suppress |
CL_WD_RADIOBUTTON_GROUP_BY_IDX=>E_CONTEXT_MENU_BEHAVIOUR-SUPPRESS |
|
CONTEXT_MENU_ID |
WDY_MD_UI_ELEMENT_REFERENCE |
|
ENABLED |
WDY_BOOLEAN |
|
READ_ONLY |
WDY_BOOLEAN |
|
SELECTION_CHANGE_BEHAVIOUR |
WDUI_LEAD_SEL_CHNG_BEHVR |
|
selectionChangeBehaviour: auto |
CL_WD_RADIOBUTTON_GROUP_BY_IDX=>E_SELECTION_CHANGE_BEHAVIOUR-AUTO |
|
selectionChangeBehaviour: manual |
CL_WD_RADIOBUTTON_GROUP_BY_IDX=>E_SELECTION_CHANGE_BEHAVIOUR-MANUAL |
|
STATE |
WDUI_STATE |
|
state: normal |
CL_WD_RADIOBUTTON_GROUP_BY_IDX=>E_STATE-NORMAL |
|
state: required |
CL_WD_RADIOBUTTON_GROUP_BY_IDX=>E_STATE-REQUIRED |
|
TEXTS |
WDY_MD_TRANSLATABLE_TEXT |
|
TEXT_DIRECTION |
WDUI_TEXT_DIRECTION |
|
textDirection inherit |
CL_WD_RADIOBUTTON_GROUP_BY_IDX=>E_TEXT_DIRECTION-INHERIT |
|
textDirection ltr |
CL_WD_RADIOBUTTON_GROUP_BY_IDX=>E_TEXT_DIRECTION-LTR |
|
textDirection rtl |
CL_WD_RADIOBUTTON_GROUP_BY_IDX=>E_TEXT_DIRECTION-RTL |
|
TOOLTIP |
WDY_MD_TRANSLATABLE_TEXT |
|
VISIBLE |
WDUI_VISIBILITY |
|
visible: none |
CL_WD_RADIOBUTTON_GROUP_BY_IDX=>E_VISIBLE-NONE |
|
visible: visible |
CL_WD_RADIOBUTTON_GROUP_BY_IDX=>E_VISIBLE-VISIBLE |
|
WIDTH |
STRING |
|
Dynamic Programming of Events
View Designer Name |
Runtime Name |
ON_SELECT |
Dynamic Programming of Aggregations
View Designer Name |
Runtime Name |
Cardinality |
BUTTONS |
0..n |
You can find examples of this interface element in the system in the Web Dynpro application WDR_TEST_UI_ELEMENTS, and in the component WDR_TEST_EVENTS in the view RadiobtnGrpByIdx.