Uses of Interface
org.patternfly.handler.ChangeHandler
Packages that use ChangeHandler
Package
Description
-
Uses of ChangeHandler in org.patternfly.component.badge
Methods in org.patternfly.component.badge with parameters of type ChangeHandlerModifier and TypeMethodDescriptionBadge.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 ChangeHandlerModifier and TypeMethodDescriptionCheckbox.onChange(ChangeHandler<Checkbox, Boolean> changeHandler) Defines a change handler that is called when theCheckbox.value()of this checkbox changes.FormSelect.onChange(ChangeHandler<FormSelect, String> changeHandler) Defines a change handler that is called when theFormSelect.value()of this select changes.Radio.onChange(ChangeHandler<Radio, Boolean> changeHandler) Defines a change handler that is called when theRadio.value()of this radio changes.TextArea.onChange(ChangeHandler<TextArea, String> changeHandler) Defines a change handler that is called when theTextArea.value()of this text area changes.TextInput.onChange(ChangeHandler<TextInput, String> changeHandler) Defines a change handler that is called when theTextInput.value()of this text area changes.TextArea.onKeyup(ChangeHandler<TextArea, String> changeHandler) Defines a change handler that is called when theTextArea.value()of this text area changes.TextInput.onKeyup(ChangeHandler<TextInput, String> changeHandler) Defines a change handler that is called when theTextInput.value()of this text area changes. -
Uses of ChangeHandler in org.patternfly.component.progress
Methods in org.patternfly.component.progress with parameters of type ChangeHandlerModifier and TypeMethodDescriptionProgress.onChange(ChangeHandler<Progress, Integer> changeHandler) Sets the change handler for the progress component. -
Uses of ChangeHandler in org.patternfly.component.slider
Methods in org.patternfly.component.slider with parameters of type ChangeHandler -
Uses of ChangeHandler in org.patternfly.component.switch_
Methods in org.patternfly.component.switch_ with parameters of type ChangeHandler -
Uses of ChangeHandler in org.patternfly.component.textinputgroup
Methods in org.patternfly.component.textinputgroup with parameters of type ChangeHandlerModifier and TypeMethodDescriptionTextInputGroup.onChange(ChangeHandler<TextInputGroup, String> changeHandler) Delegates toTextInputGroupMain.onChange(ChangeHandler)TextInputGroupMain.onChange(ChangeHandler<TextInputGroup, String> changeHandler) Defines a change handler that is called when theTextInputGroupMain.value()of this text area changes.TextInputGroup.onKeyup(ChangeHandler<TextInputGroup, String> changeHandler) Delegates toTextInputGroupMain.onKeyup(ChangeHandler)TextInputGroupMain.onKeyup(ChangeHandler<TextInputGroup, String> changeHandler) Defines a change handler that is called when theTextInputGroupMain.value()of this text area changes.