
accessibilityDescription
If you have activated accessibility, the assigned text is added to the quick info. This description provides semantic details of the UI element, and is only read by the screen reader if the user focuses the complete Ul element.
This property can be personalized by administrators.
activateAccessKey
Activates access keys.
This property can be personalized by administrators.
colCount
Specifies the number of columns in which the RadioButtonGroup elements are grouped.
This property can be personalized by administrators.
explanation
Help text displayed when the help mode is activated. See also Explanation.
This property can be personalized by administrators.
The explanation iproperty is only displayed if a Label exists for the corresponding UI element.
Note the following exception :
The explanation property of an AbstractTableColumn is always displayed. If the UI element appears in a Table, and therefore has no Label, then use a AbstractTableColumn.explanation as a replacement for an explanation for the respective UI element (for example, InputField).
readOnly
Specifies whether the user can select RadioButtons in the RadioButtonGroup, or whether they are to be displayed as read-only.
This property can be personalized by administrators. In personalization, this property can be assigned the value: true
selectionChangeBehaviour
Enables the application itself to change the lead selection. When you choose an entry in the dropdown list box the lead selection changes. Data may get lost if there is a singleton node beneath the lead selection.
|
Value |
Description |
|
auto |
The lead selection changes automatically to the newly selected entry. |
|
manual |
The lead selection is not set by the framework. The application developer can set the lead selection in the event handler of onSelect. |
state
Error status of the interface element. Read the note about the required asterisk for a Label in FormLayout under Truncating Contents in the FormLayout.
This property can be personalized by administrators.
|
Value |
Description |
Can Be Set Using Personalization |
|---|---|---|
|
normal |
Normal status of the interface element |
No |
|
required |
The value must be entered |
Yes |
texts
Content of the list entries.
If you only want to select individual RadioButton entries, you require a node with the node attributes 'enabled' (of type WDY_BOOLEAN) and texts in the context. You can then deactivate individual RadioButtons by binding enabled on the same node as texts.
textDirection
Text or writing direction.
This enables labels of interface elements to be read in languages that have an RTL writing direction, such as Arabic or Hebrew, as opposed to LTR for languages like English.
This property can be personalized by administrators.
|
Value |
Description |
Can be Set Using Personalization |
|---|---|---|
|
INHERIT |
The text direction is inherited from the parent element. Therefore, the text direction is identical to that of the parent element. |
Yes |
|
LTR |
Left to right text direction |
Yes |
|
RTL |
Right to left text direction |
Yes |
width
Width of the UI element. See also Methods and Properties.
This property can be personalized by administrators.