Uses of Class
com.vaadin.flow.component.checkbox.Switch
Packages that use Switch
-
Uses of Switch in com.vaadin.flow.component.checkbox
Constructor 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.