Uses of Class
com.vaadin.flow.component.checkbox.Checkbox
Packages that use Checkbox
Package
Description
-
Uses of Checkbox in com.vaadin.browserless
Methods in com.vaadin.browserless that return types with arguments of type CheckboxMethods in com.vaadin.browserless with parameters of type Checkbox -
Uses of Checkbox in com.vaadin.browserless.locator
Methods in com.vaadin.browserless.locator with parameters of type CheckboxModifier and TypeMethodDescriptiondefault CheckboxLocatorReturns a locator seeded with the givenCheckboxinstance. -
Uses of Checkbox in com.vaadin.flow.component.checkbox
Classes in com.vaadin.flow.component.checkbox with type parameters of type CheckboxModifier and TypeClassDescriptionclassCheckboxTester<T extends Checkbox>Tester for Checkbox components.Methods in com.vaadin.flow.component.checkbox that return CheckboxConstructors in com.vaadin.flow.component.checkbox with parameters of type CheckboxConstructor parameters in com.vaadin.flow.component.checkbox with type arguments of type CheckboxModifierConstructorDescriptionCheckbox(boolean initialValue, HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<Checkbox, Boolean>> listener) Constructs a checkbox with the initial value and value change listener.Checkbox(String labelText, boolean initialValue, HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<Checkbox, Boolean>> listener) Constructs a checkbox with the initial value, label text and value change listener.Checkbox(String label, HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<Checkbox, Boolean>> listener) Constructs a checkbox with the initial label text and value change listener.