Builder

open class Builder

Builds the Field object.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun build(): Field
Builds the field.
Link copied to clipboard
Sets the field's label.
Link copied to clipboard
open fun setName(@NonNull @Size(min = 1) name: String): Field.Builder
Sets the field's name.
Link copied to clipboard
open fun setValue(value: Int): Field.Builder
Sets the field's value.