Builder

Builds the Field object.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
var value: Any?

Functions

Link copied to clipboard
fun build(): Field

Builds the field.

Link copied to clipboard

Sets the field's label.

Link copied to clipboard
fun setName(@Size(min = 1) name: String): Field.Builder

Sets the field's name.

Link copied to clipboard

Sets the field's value.