Builder
Builder used to construct ListBoxFormConfiguration instance.
Constructors
Functions
Link copied to clipboard
Creates a ListBoxFormConfiguration with the arguments supplied to this builder.
Link copied to clipboard
Sets the list of options for the given choices of the form element.
Link copied to clipboard
Defines whether the multi selection should be enabled or not.
Link copied to clipboard
open fun setSelectedIndexes(@NonNull selectedIndexes: List<Integer>): ListBoxFormConfiguration.Builder
Sets the list of indexes with a selected option.