SectionalElement

Stores the configuration information for a visual helper element for a form. A sectional element can be a header, a text block, or a divider. These elements are static and not associated with any data.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Excludes a sectional element that was generated by default for a specified data model.

Link copied to clipboard
val level: Int?

Specifies the size of the font for a Heading sectional element. Valid values are 1 | 2 | 3 | 4 | 5 | 6.

Link copied to clipboard

Specifies the orientation for a Divider sectional element. Valid values are horizontal or vertical.

Link copied to clipboard

Specifies the position of the text in a field for a Text sectional element.

Link copied to clipboard
val text: String?

The text for a Text sectional element.

Link copied to clipboard

The type of sectional element. Valid values are Heading, Text, and Divider.

Functions

Link copied to clipboard
inline fun copy(block: SectionalElement.Builder.() -> Unit = {}): SectionalElement
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
open override fun toString(): String