fieldSet
fieldSet groups related form controls under an optional caption.
XML Element |
|
|---|---|
Java Class |
|
Basics
Place related controls inside fieldSet and optionally set legendText to identify the group.
<fieldSet legendText="Group" classNames="border rounded-m text-secondary flex flex-col">
<textField label="TextField"/>
<checkbox label="Checkbox"/>
</fieldSet>
Attributes
Common attributes serve the same purpose for all components.
The following attributes are specific to fieldSet:
| Name | Description | Default |
|---|---|---|
Provides a caption or title for the grouped fields. |
— |
Handlers
| Name | Description |
|---|---|
Fires when the field set is attached to the UI. |
|
Fires when the field set is detached from the UI. |
Was this page helpful?
Thank you for your feedback