Uses of Class
org.patternfly.component.form.FormSelect
-
Uses of FormSelect in org.patternfly.component.form
Modifier and TypeMethodDescriptionFormSelect.add
(FormSelectOption option) FormSelect.add
(FormSelectOptionGroup group) FormSelect.addGroup
(FormSelectOptionGroup group) <T> FormSelect
FormSelect.addGroups
(Iterable<T> items, Function<T, FormSelectOptionGroup> display) FormSelect.addOption
(FormSelectOption option) <T> FormSelect
FormSelect.addOptions
(Iterable<T> items, Function<T, FormSelectOption> display) FormSelect.applyTo
(Consumer<HTMLElementBuilder<HTMLSelectElement>> consumer) Provides access to the underlying select element using a fluent API stylestatic FormSelect
FormSelect.formSelect
(String id) static FormSelect
FormSelect.formSelect
(String id, String value) FormSelect.onChange
(ChangeHandler<FormSelect, String> changeHandler) Defines a change handler that is called when thevalue()
of this select changes.FormSelect.required
(boolean required) FormSelect.that()
Same as value(String, false)Modifier and TypeMethodDescriptionFormSelect.onChange
(ChangeHandler<FormSelect, String> changeHandler) Defines a change handler that is called when thevalue()
of this select changes.