-
-
-
Serialized Fields
-
defaultValidator
com.vaadin.flow.data.binder.Validator<Boolean> defaultValidator
-
i18n
Checkbox.CheckboxI18n i18n
-
labelElement
com.vaadin.flow.component.html.NativeLabel labelElement
-
validationController
com.vaadin.flow.component.shared.internal.ValidationController<Checkbox,Boolean> validationController
-
-
-
Serialized Fields
-
dataProvider
AtomicReference<com.vaadin.flow.data.provider.DataProvider<T,?>> dataProvider
-
dataProviderListenerRegistration
com.vaadin.flow.shared.Registration dataProviderListenerRegistration
-
defaultValidator
com.vaadin.flow.data.binder.Validator<Set<T>> defaultValidator
-
i18n
CheckboxGroup.CheckboxGroupI18n i18n
-
itemEnabledProvider
com.vaadin.flow.function.SerializablePredicate<T> itemEnabledProvider
-
itemHelperGenerator
CheckboxGroup.ItemHelperGenerator<T> itemHelperGenerator
-
itemLabelGenerator
com.vaadin.flow.component.ItemLabelGenerator<T> itemLabelGenerator
-
itemRenderer
com.vaadin.flow.data.renderer.ComponentRenderer<? extends com.vaadin.flow.component.Component,T> itemRenderer
-
keyMapper
com.vaadin.flow.data.provider.KeyMapper<T> keyMapper
-
lastFetchedDataSize
int lastFetchedDataSize
-
lastNotifiedDataSize
int lastNotifiedDataSize
-
selectionPreservationHandler
com.vaadin.flow.component.shared.SelectionPreservationHandler<T> selectionPreservationHandler
-
sizeRequest
com.vaadin.flow.function.SerializableConsumer<com.vaadin.flow.component.UI> sizeRequest
-
validationController
com.vaadin.flow.component.shared.internal.ValidationController<CheckboxGroup<T>,Set<T>> validationController
-
-
-
class CheckboxGroupDataView extends com.vaadin.flow.data.provider.AbstractDataView<
T> implements
Serializable
-
class CheckboxGroupListDataView extends com.vaadin.flow.data.provider.AbstractListDataView<
T> implements
Serializable