Choice Group
Last updated
Was this helpful?
Last updated
Was this helpful?
(part of package '') Extends designtime/SolutionModel: Extends runtime:
This is a reference page; many components have detailed usage guides .
Alignment of the choice group options; for example, 'vertical' or 'horizontal'. Type: Default Value: "vertical"
A choice group input component shows a group of checkboxes, each one for one of the values from a provided value list; it will have in it's attached dataprovider the selected values as a carriage return-separated string. Type:
Flag indicating whether the choice group is enabled for user interaction. Type: Default Value: true
Type of input for the choice group; typically 'checkbox' or 'radio'. Type: Default Value: "checkbox"
Fired when an action occurs in the choice group such as when the selection changes.
Parameters:
Handle changed data, return false if the value should not be accepted. JSEvent.data will contain extra information about dataproviderid, its scope and the scope id (record datasource or form/global variable scope)
Parameters:
Fired when the choice group gains focus.
Parameters:
Fired when the choice group loses focus.
Parameters:
Request the focus to this choicegroup.
Example:
Parameters:
Option whether choice text is shown as plain text, sanitized html or trusted html (as is). Type:
Set the styleclasses that should be applied at to this component Type: Default Value: "checkbox"
Tab sequence order for keyboard navigation. Type:
Tooltip text displayed when hovering over the choice group. Type:
Identifier for the value list that provides the available options. Type:
Whether the button is visible or not Type:
{} event The event object containing details about the action event (e.g. target element, event type)
{} oldValue The previous value from the data provider
{} newValue The new value to be set in the data provider
{} event The event object associated with the data change
Returns: {}
{} event The event object containing details about the focus gained event (e.g. target element, timestamp)
{} event The event object containing details about the focus lost event (e.g. target element, timestamp)
{} [mustExecuteOnFocusGainedMethod] if false will not execute the onFocusGained method; the default value is true