Uses of Class
com.vaadin.flow.component.checkbox.CheckboxGroup
Packages that use CheckboxGroup
Package
Description
-
Uses of CheckboxGroup in com.vaadin.flow.component.checkbox
Classes in com.vaadin.flow.component.checkbox with type parameters of type CheckboxGroupModifier and TypeClassDescriptionclass
CheckboxGroupTester<T extends CheckboxGroup<V>,
V> Tester for CheckboxGroup components.Method parameters in com.vaadin.flow.component.checkbox with type arguments of type CheckboxGroupModifier and TypeMethodDescriptionCheckboxGroup.addSelectionListener
(MultiSelectionListener<CheckboxGroup<T>, T> listener) Constructor parameters in com.vaadin.flow.component.checkbox with type arguments of type CheckboxGroupModifierConstructorDescriptionCheckboxGroup
(HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<CheckboxGroup<T>, Set<T>>> listener) Constructs a checkbox group with a value change listener.CheckboxGroup
(String label, HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<CheckboxGroup<T>, Set<T>>> listener) Constructs a checkbox group with the defined label and a value change listener.CheckboxGroup
(String label, HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<CheckboxGroup<T>, Set<T>>> listener, T... items) Constructs a checkbox group with the defined label, a value change listener and populated with the items in the array. -
Uses of CheckboxGroup in com.vaadin.flow.component.checkbox.dataview
Constructors in com.vaadin.flow.component.checkbox.dataview with parameters of type CheckboxGroupModifierConstructorDescriptionCheckboxGroupDataView
(SerializableSupplier<DataProvider<T, ?>> dataProviderSupplier, CheckboxGroup<T> checkboxGroup) Constructs a new DataView.CheckboxGroupDataView
(SerializableSupplier<DataProvider<T, ?>> dataProviderSupplier, CheckboxGroup<T> checkboxGroup, SerializableConsumer<IdentifierProvider<T>> identifierChangedCallback) Constructs a new DataView.CheckboxGroupListDataView
(SerializableSupplier<DataProvider<T, ?>> dataProviderSupplier, CheckboxGroup<T> checkboxGroup, SerializableBiConsumer<SerializablePredicate<T>, SerializableComparator<T>> filterOrSortingChangedCallback) Creates a new in-memory data view for Checkbox Group and verifies the passed data provider is compatible with this data view implementation.CheckboxGroupListDataView
(SerializableSupplier<DataProvider<T, ?>> dataProviderSupplier, CheckboxGroup<T> checkboxGroup, SerializableConsumer<IdentifierProvider<T>> identifierChangedCallback, SerializableBiConsumer<SerializablePredicate<T>, SerializableComparator<T>> filterOrSortingChangedCallback) Creates a new in-memory data view for Checkbox Group and verifies the passed data provider is compatible with this data view implementation. -
Uses of CheckboxGroup in com.vaadin.testbench.unit
Methods in com.vaadin.testbench.unit that return types with arguments of type CheckboxGroupModifier and TypeMethodDescriptiondefault <V> CheckboxGroupTester<CheckboxGroup<V>,
V> TesterWrappers.test
(CheckboxGroup<V> checkboxGroup) default <V> CheckboxGroupTester<CheckboxGroup<V>,
V> TesterWrappers.test
(CheckboxGroup checkboxGroup, Class<V> valueType) Methods in com.vaadin.testbench.unit with parameters of type CheckboxGroupModifier and TypeMethodDescriptiondefault <V> CheckboxGroupTester<CheckboxGroup<V>,
V> TesterWrappers.test
(CheckboxGroup<V> checkboxGroup) default <V> CheckboxGroupTester<CheckboxGroup<V>,
V> TesterWrappers.test
(CheckboxGroup checkboxGroup, Class<V> valueType)