Uses of Interface
org.patternfly.handler.ChangeHandler
-
Packages that use ChangeHandler Package Description org.patternfly.component.badge org.patternfly.component.form org.patternfly.component.menu org.patternfly.component.textinputgroup -
-
Uses of ChangeHandler in org.patternfly.component.badge
Methods in org.patternfly.component.badge with parameters of type ChangeHandler Modifier and Type Method Description BadgeBadge. onChange(ChangeHandler<Badge,Integer> changeHandler)Defines a change handler that is called when theBadge.value()of this badge changes. -
Uses of ChangeHandler in org.patternfly.component.form
Methods in org.patternfly.component.form with parameters of type ChangeHandler Modifier and Type Method Description CheckboxCheckbox. onChange(ChangeHandler<Checkbox,Boolean> changeHandler)Defines a change handler that is called when theCheckbox.value()of this checkbox changes.FormSelectFormSelect. onChange(ChangeHandler<FormSelect,String> changeHandler)Defines a change handler that is called when theFormSelect.value()of this select changes.RadioRadio. onChange(ChangeHandler<Radio,Boolean> changeHandler)Defines a change handler that is called when theRadio.value()of this radio changes.TextAreaTextArea. onChange(ChangeHandler<TextArea,String> changeHandler)Defines a change handler that is called when theTextArea.value()of this text area changes.TextInputTextInput. onChange(ChangeHandler<TextInput,String> changeHandler)Defines a change handler that is called when theTextInput.value()of this text input changes. -
Uses of ChangeHandler in org.patternfly.component.menu
Methods in org.patternfly.component.menu with parameters of type ChangeHandler Modifier and Type Method Description MenuToggleCheckboxMenuToggleCheckbox. onChange(ChangeHandler<MenuToggleCheckbox,Boolean> changeHandler)Defines a change handler that is called when theMenuToggleCheckbox.value()of the checkbox changes. -
Uses of ChangeHandler in org.patternfly.component.textinputgroup
Methods in org.patternfly.component.textinputgroup with parameters of type ChangeHandler Modifier and Type Method Description TextInputGroupMainTextInputGroupMain. onChange(ChangeHandler<TextInputGroup,String> changeHandler)Defines a change handler that is called when theTextInputGroupMain.value()of input element changes.
-