Uses of Class
org.patternfly.component.form.FormSelect
Packages that use FormSelect
-
Uses of FormSelect in org.patternfly.component.form
Methods in org.patternfly.component.form that return FormSelectModifier and TypeMethodDescriptionFormSelect.add(FormSelectOption option) FormSelect.add(FormSelectOptionGroup group) FormSelect.addGroup(FormSelectOptionGroup group) <T> FormSelectFormSelect.addGroups(Iterable<T> items, Function<T, FormSelectOptionGroup> display) FormSelect.addOption(FormSelectOption option) <T> FormSelectFormSelect.addOptions(Iterable<T> items, Function<T, FormSelectOption> display) FormSelect.applyTo(Consumer<HTMLSelectElementBuilder<HTMLSelectElement>> select) Provides access to the underlying select element using a fluent API stylestatic FormSelectFormSelect.formSelect(String id) static FormSelectFormSelect.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)Method parameters in org.patternfly.component.form with type arguments of type FormSelectModifier and TypeMethodDescriptionFormSelect.onChange(ChangeHandler<FormSelect, String> changeHandler) Defines a change handler that is called when thevalue()of this select changes.