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
-
defaultValidator
com.vaadin.flow.data.binder.Validator<Boolean> defaultValidator
-
i18n
Checkbox.CheckboxI18n i18n
-
labelElement
com.vaadin.flow.component.html.Label labelElement
-
validationController
ValidationController<Checkbox,
Boolean> validationController
-
-
-
Class com.vaadin.flow.component.checkbox.Checkbox.CheckboxI18n
class CheckboxI18n extends Object implements Serializable-
Serialized Fields
-
requiredErrorMessage
String requiredErrorMessage
-
-
-
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
-
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
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
SelectionPreservationHandler<T> selectionPreservationHandler
-
sizeRequest
com.vaadin.flow.function.SerializableConsumer<com.vaadin.flow.component.UI> sizeRequest
-
validationController
ValidationController<CheckboxGroup<T>,
Set<T>> validationController
-
-
-
Class com.vaadin.flow.component.checkbox.CheckboxGroup.CheckboxGroupI18n
class CheckboxGroupI18n extends Object implements Serializable-
Serialized Fields
-
requiredErrorMessage
String requiredErrorMessage
-
-
-
-
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
-
-
-