Uses of Class
org.vaadin.firitin.components.checkbox.VCheckboxGroup
Packages that use VCheckboxGroup
-
Uses of VCheckboxGroup in org.vaadin.firitin.components.checkbox
Methods in org.vaadin.firitin.components.checkbox that return VCheckboxGroupModifier and TypeMethodDescriptionVCheckboxGroup.withDataProvider(com.vaadin.flow.data.provider.DataProvider<T, Void> dataProvider) VCheckboxGroup.withErrorMessage(String errorMessage) VCheckboxGroup.withInvalid(boolean invalid) VCheckboxGroup.withItemEnabledProvider(com.vaadin.flow.function.SerializablePredicate<T> itemEnabledProvider) VCheckboxGroup.withItemLabelGenerator(com.vaadin.flow.component.ItemLabelGenerator<T> itemLabelGenerator) VCheckboxGroup.withItems(Collection<T> items) VCheckboxGroup.withReadOnly(boolean readOnly) VCheckboxGroup.withRequired(boolean required) VCheckboxGroup.withSelectionListener(com.vaadin.flow.data.selection.MultiSelectionListener<com.vaadin.flow.component.checkbox.CheckboxGroup<T>, T> listener) VCheckboxGroup.withThemeVariants(com.vaadin.flow.component.checkbox.CheckboxGroupVariant... variants) VCheckboxGroup.withUpdateSelection(Set<T> addedItems, Set<T> removedItems)