We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Uses of Class
com.vaadin.flow.component.checkbox.Checkbox
Packages that use Checkbox
-
Uses of Checkbox in com.vaadin.flow.component.checkbox
Classes in com.vaadin.flow.component.checkbox with type parameters of type CheckboxModifier and TypeClassDescriptionclass
CheckboxTester<T extends Checkbox>
Tester for Checkbox components.
Constructor 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.
-
Uses of Checkbox in com.vaadin.testbench.unit
Methods in com.vaadin.testbench.unit that return types with arguments of type CheckboxMethods in com.vaadin.testbench.unit with parameters of type Checkbox