Uses of Class
com.vaadin.flow.component.checkbox.CheckboxGroup
Packages that use CheckboxGroup
Package
Description
-
Uses of CheckboxGroup in com.vaadin.browserless
Methods in com.vaadin.browserless 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.browserless 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) -
Uses of CheckboxGroup in com.vaadin.browserless.locator
Methods in com.vaadin.browserless.locator with parameters of type CheckboxGroupModifier and TypeMethodDescriptiondefault <V> CheckboxGroupLocator<V> GeneratedLocators.use(CheckboxGroup<V> component) Returns a locator seeded with the givenCheckboxGroupinstance. -
Uses of CheckboxGroup in com.vaadin.flow.component.checkbox
Classes in com.vaadin.flow.component.checkbox with type parameters of type CheckboxGroupModifier and TypeClassDescriptionclassCheckboxGroupTester<T extends CheckboxGroup<V>,V> Tester for CheckboxGroup components.Methods in com.vaadin.flow.component.checkbox that return CheckboxGroupMethod parameters in com.vaadin.flow.component.checkbox with type arguments of type CheckboxGroupModifier and TypeMethodDescriptionCheckboxGroup.addSelectionListener(MultiSelectionListener<CheckboxGroup<T>, T> listener) Constructors in com.vaadin.flow.component.checkbox with parameters of type CheckboxGroupConstructor 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.