Uses of Class
org.patternfly.component.form.Checkbox
Packages that use Checkbox
-
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
Methods in org.patternfly.component.form that return CheckboxModifier and TypeMethodDescriptionCheckbox.addBody
(CheckboxBody body) Checkbox.addDescription
(CheckboxDescription description) Checkbox.applyTo
(Consumer<InputElementBuilder<HTMLInputElement>> consumer) Provides access to the underlying checkbox element using a fluent API stylestatic Checkbox
static Checkbox
static Checkbox
static Checkbox
Checkbox.disabled
(boolean disabled) Checkbox.onChange
(ChangeHandler<Checkbox, Boolean> changeHandler) Defines a change handler that is called when thevalue()
of this checkbox changes.Checkbox.required
(boolean required) Checkbox.reversed()
Checkbox.standalone()
Same as standalone(true)Checkbox.standalone
(boolean removeLabel) Checkbox.that()
Checkbox.value
(boolean checked) Same as value(checked, false)Checkbox.value
(boolean checked, boolean fireEvent) Sets thechecked
attribute 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 Checkbox