Show TOC

RadioButtonGroupByIndexLocate this document in the navigation structure

Use

The RadioButtonGroupByIndex UI element can display a number of RadioButtons groups in columns and rows. Unlike UI element CheckBoxGroup, this UI element allows user to select one element only.

RadioButtonGroupByIndex

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 RadioButtonGroupByKey UI element has a completely different concept (see section Data Binding). The displayed texts are taken from the texts attribute, which is attached to a node with cardinality 0..n or 1..n.

Data Binding

The texts property must be bound to a context attribute that lies within a context node with the cardinality 0..n or 1..n. For each element of this node a RadioButton with the respective value of the texts attribute is displayed as a text.

More information :

Accessibility

To enable the development of accessible applications, the accessibilityDescription property is checked during the syntax check if the property tooltip is not set.

Implementation Details

Runtime Class

CL_WD_RADIOBUTTON_GROUP_BY_IDX

Name

Type

Initial Value

Bindable

ID

STRING

(automatic)

No

accessibilityDescription

Translatable text

Yes

activateAccessKey

WDY_BOOLEAN

false

No

colCount

I

1

Yes

contextMenuBehaviour

WDUI_CONTEXT_MENU_BEHAVIOUR

inherit

No

contextMenuId

WDY_MD_UI_ELEMENT_REFERENCE

No

enabled

WDY_BOOLEAN

true

Yes

explanation

Translatable text

No

readOnly

WDY_BOOLEAN

false

Yes

selectionChangeBehaviour

WDUI_LEAD_SEL_CHNG_BEHVR

auto

No

state

WDUI_STATE

normal

Yes

texts

Translatable text

Mandatory

textDirection

WDUI_TEXT_DIRECTION

inherit

Yes

tooltip

Translatable text

Yes

visible

WDUI_VISIBILITY

visible

Yes

width

STRING

Yes

Name

Cardinality

Type

BUTTONS

0..n

RadioButton

Name

onSelect

Other properties that can be inherited are defined in the related higher-level classes. The related UI elements are:

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

accessibilityDescription

ACCESSIBILITY_DESCR

WDY_MD_TRANSLATABLE_TEXT

activateAccessKey

ACTIVATE_ACCESS_KEY

WDY_BOOLEAN

colCount

COL_COUNT

I

contextMenuBehaviour

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

contextMenuId

CONTEXT_MENU_ID

WDY_MD_UI_ELEMENT_REFERENCE

enabled

ENABLED

WDY_BOOLEAN

explanation

EXPLANATION

WDY_MD_TRANSLATABLE_TEXT

readOnly

READ_ONLY

WDY_BOOLEAN

selectionChangeBehaviour

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

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

TEXTS

WDY_MD_TRANSLATABLE_TEXT

textDirection

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

TOOLTIP

WDY_MD_TRANSLATABLE_TEXT

visible

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

WIDTH

STRING

View Designer Name

Runtime Name

onSelect

ON_SELECT

View Designer Name

Runtime Name

Cardinality

BUTTONS

BUTTONS

0..n

Example

For test purposes 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 RadiobtnGrpByIdx view.