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