Uses of Class
org.patternfly.component.form.Checkbox
-
Packages that use Checkbox Package Description org.patternfly.component.card org.patternfly.component.form -
-
Uses of Checkbox in org.patternfly.component.card
Methods in org.patternfly.component.card with parameters of type Checkbox Modifier and Type Method Description CardActionsCardActions. add(Checkbox checkbox)CardActionsCardActions. addCheckbox(Checkbox checkbox) -
Uses of Checkbox in org.patternfly.component.form
Methods in org.patternfly.component.form that return Checkbox Modifier and Type Method Description CheckboxCheckbox. addBody(CheckboxBody body)CheckboxCheckbox. addDescription(CheckboxDescription description)CheckboxCheckbox. applyTo(Consumer<InputElementBuilder<HTMLInputElement>> consumer)Provides access to the underlying checkbox element using a fluent API stylestatic CheckboxCheckbox. checkbox(String id, String name)static CheckboxCheckbox. checkbox(String id, String name, boolean checked)static CheckboxCheckbox. checkbox(String id, String name, String label)static CheckboxCheckbox. checkbox(String id, String name, String label, boolean checked)CheckboxCheckbox. disabled(boolean disabled)CheckboxCheckbox. onChange(ChangeHandler<Checkbox,Boolean> changeHandler)Defines a change handler that is called when thevalue()of this checkbox changes.CheckboxCheckbox. required(boolean required)CheckboxCheckbox. reversed()CheckboxCheckbox. standalone()Same as standalone(true)CheckboxCheckbox. standalone(boolean removeLabel)CheckboxCheckbox. that()CheckboxCheckbox. value(boolean checked)Same as value(checked, false)CheckboxCheckbox. value(boolean checked, boolean fireEvent)Sets thecheckedattribute of the input element.Methods in org.patternfly.component.form with parameters of type Checkbox Modifier and Type Method Description FormGroupControlFormGroupControl. add(Checkbox checkbox)FormGroupControlFormGroupControl. addCheckbox(Checkbox checkbox)Method parameters in org.patternfly.component.form with type arguments of type Checkbox Modifier and Type Method Description CheckboxCheckbox. onChange(ChangeHandler<Checkbox,Boolean> changeHandler)Defines a change handler that is called when thevalue()of this checkbox changes.
-