Base Builder
abstract class BaseBuilder<V : FormElementConfiguration?, B : FormElementConfiguration.BaseBuilder<V, B>?>
Base builder to be used for all builders declared in the FormElementConfiguration subclasses.
Inheritors
Functions
Link copied to clipboard
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
Sets next form element in form tab order.
Link copied to clipboard
Sets previous form element in form tab order.
Link copied to clipboard
Sets whether the form element is read-only.
Link copied to clipboard
Sets whether the form element is required.