GroupFormElement

A container that holds a set of form elements that can be expanded, collapsed, or displayed together.

Since

200.4.0

Properties

Link copied to clipboard

An ordered list of form elements. Nested group elements are not supported.

Link copied to clipboard

Defines if the group should be expanded or collapsed when the form is initially displayed. If not provided, the default value is expanded.

Inherited properties

Link copied to clipboard

A detailed description of the element.

Link copied to clipboard
val isVisible: StateFlow<Boolean>

The form element's visibility. This property can be modified by the visibility expression.

Link copied to clipboard

A descriptive label that appears with the element. If not supplied, a FieldFormElement is labeled with the alias property of the associated field.

Inherited functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
fun toJson(): String

Convert an object to JSON string.