Serialized Form
-
Package com.vaadin.flow.component.checkbox
-
Class com.vaadin.flow.component.checkbox.Checkbox
class Checkbox extends com.vaadin.flow.component.AbstractSinglePropertyField<Checkbox,Boolean> implements Serializable -
Serialized Fields
-
labelElement
com.vaadin.flow.component.html.Label labelElement
-
-
-
Class com.vaadin.flow.component.checkbox.CheckboxGroup
class CheckboxGroup extends com.vaadin.flow.component.AbstractSinglePropertyField<CheckboxGroup<T>,Set<T>> implements Serializable -
Serialized Fields
-
dataProvider
AtomicReference<com.vaadin.flow.data.provider.DataProvider<T,
?>> dataProvider -
dataProviderListenerRegistration
com.vaadin.flow.shared.Registration dataProviderListenerRegistration
-
isReadOnly
boolean isReadOnly
-
itemEnabledProvider
com.vaadin.flow.function.SerializablePredicate<T> itemEnabledProvider
-
itemLabelGenerator
com.vaadin.flow.component.ItemLabelGenerator<T> itemLabelGenerator
-
itemRenderer
ComponentRenderer<? extends com.vaadin.flow.component.Component,
T> itemRenderer -
keyMapper
com.vaadin.flow.data.provider.KeyMapper<T> keyMapper
-
lastFetchedDataSize
int lastFetchedDataSize
-
lastNotifiedDataSize
int lastNotifiedDataSize
-
sizeRequest
com.vaadin.flow.function.SerializableConsumer<com.vaadin.flow.component.UI> sizeRequest
-
-
-
-
Package com.vaadin.flow.component.checkbox.dataview
-
Class com.vaadin.flow.component.checkbox.dataview.CheckboxGroupDataView
class CheckboxGroupDataView extends com.vaadin.flow.data.provider.AbstractDataView<T> implements Serializable-
Serialized Fields
-
identifierChangedCallback
com.vaadin.flow.function.SerializableConsumer<com.vaadin.flow.data.provider.IdentifierProvider<T>> identifierChangedCallback
-
-
-
Class com.vaadin.flow.component.checkbox.dataview.CheckboxGroupListDataView
class CheckboxGroupListDataView extends com.vaadin.flow.data.provider.AbstractListDataView<T> implements Serializable-
Serialized Fields
-
identifierChangedCallback
com.vaadin.flow.function.SerializableConsumer<com.vaadin.flow.data.provider.IdentifierProvider<T>> identifierChangedCallback
-
-
-