Uses of Interface
org.patternfly.handler.ChangeHandler
Package
Description
-
Uses of ChangeHandler in org.patternfly.component.badge
Modifier 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
Modifier 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 input changes. -
Uses of ChangeHandler in org.patternfly.component.progress
Modifier and TypeMethodDescriptionProgress.onChange
(ChangeHandler<Progress, Integer> changeHandler) Sets the change handler for the progress component. -
Uses of ChangeHandler in org.patternfly.component.slider
-
Uses of ChangeHandler in org.patternfly.component.switch_
-
Uses of ChangeHandler in org.patternfly.component.textinputgroup
Modifier 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 input element changes.