Uses of Class
com.vaadin.flow.component.checkbox.Switch
Packages that use Switch
Package
Description
-
Uses of Switch in com.vaadin.browserless
Methods in com.vaadin.browserless that return types with arguments of type SwitchMethods in com.vaadin.browserless with parameters of type Switch -
Uses of Switch in com.vaadin.browserless.locator
Methods in com.vaadin.browserless.locator with parameters of type SwitchModifier and TypeMethodDescriptiondefault SwitchLocatorReturns a locator seeded with the givenSwitchinstance. -
Uses of Switch in com.vaadin.flow.component.checkbox
Classes in com.vaadin.flow.component.checkbox with type parameters of type SwitchModifier and TypeClassDescriptionclassSwitchTester<T extends Switch>Tester for Switch components.Methods in com.vaadin.flow.component.checkbox that return SwitchConstructors in com.vaadin.flow.component.checkbox with parameters of type SwitchConstructor parameters in com.vaadin.flow.component.checkbox with type arguments of type SwitchModifierConstructorDescriptionSwitch(boolean initialValue, HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<Switch, Boolean>> listener) Constructs a switch with the initial value and value change listener.Switch(String labelText, boolean initialValue, HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<Switch, Boolean>> listener) Constructs a switch with the initial value, label text and value change listener.Switch(String label, HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<Switch, Boolean>> listener) Constructs a switch with the initial label text and value change listener.