Uses of Class
org.patternfly.component.form.Checkbox
Packages that use Checkbox
Package
Description
-
Uses of Checkbox in org.patternfly.component.card
Methods in org.patternfly.component.card with parameters of type Checkbox -
Uses of Checkbox in org.patternfly.component.form
Subclasses with type arguments of type Checkbox in org.patternfly.component.formModifier and TypeClassDescriptionclassA checkbox is used to select a single item or multiple items, typically to choose elements to perform an action or to reflect a binary setting.Classes in org.patternfly.component.form that implement interfaces with type arguments of type CheckboxModifier and TypeClassDescriptionclassA checkbox is used to select a single item or multiple items, typically to choose elements to perform an action or to reflect a binary setting.classA checkbox is used to select a single item or multiple items, typically to choose elements to perform an action or to reflect a binary setting.classA checkbox is used to select a single item or multiple items, typically to choose elements to perform an action or to reflect a binary setting.Methods in org.patternfly.component.form that return CheckboxModifier and TypeMethodDescriptionCheckbox.addBody(CheckboxBody body) Checkbox.addDescription(CheckboxDescription description) Checkbox.applyTo(Consumer<HTMLInputElementBuilder<HTMLInputElement>> consumer) Provides access to the underlying checkbox element using a fluent API stylestatic Checkboxstatic Checkboxstatic CheckboxCheckbox.checkboxWrapped(String id, String name) static CheckboxCheckbox.checkboxWrapped(String id, String name, String label) Checkbox.disabled(boolean disabled) Checkbox.onChange(ChangeHandler<Checkbox, Boolean> changeHandler) Defines a change handler that is called when theCheckbox.value()of this checkbox changes.Checkbox.required(boolean required) Checkbox.reversed()Checkbox.standalone()Same as standalone(true)Checkbox.standalone(boolean standalone) Checkbox.that()Checkbox.value(boolean checked) Same as value(checked, false)Checkbox.value(boolean checked, boolean fireEvent) Sets thecheckedattribute of the input element.Methods in org.patternfly.component.form with parameters of type CheckboxMethod parameters in org.patternfly.component.form with type arguments of type CheckboxModifier and TypeMethodDescriptionCheckbox.onChange(ChangeHandler<Checkbox, Boolean> changeHandler) Defines a change handler that is called when theCheckbox.value()of this checkbox changes.