BaseBuilder

Base builder to be used for all builders declared in the FormElementConfiguration subclasses.

Inheritors

Functions

Link copied to clipboard
abstract fun build(): V
Creates a FormElementConfiguration with the arguments supplied to this builder.
Link copied to clipboard
open fun setAdditionalAction(@NonNull triggerEvent: AnnotationTriggerEvent, @Nullable action: Action): B
Sets the action that should be executed for given annotation trigger event.
Link copied to clipboard
open fun setNextElement(@Nullable nextElement: FormElement): B
Sets next form element in form tab order.
Link copied to clipboard
open fun setPreviousElement(@Nullable previousElement: FormElement): B
Sets previous form element in form tab order.
Link copied to clipboard
open fun setReadOnly(isReadOnly: Boolean): B
Sets whether the form element is read-only.
Link copied to clipboard
open fun setRequired(isRequired: Boolean): B
Sets whether the form element is required.