Serialized Form
-
Package com.vaadin.flow.component.radiobutton
-
Class com.vaadin.flow.component.radiobutton.RadioButtonGroup
class RadioButtonGroup extends com.vaadin.flow.component.AbstractSinglePropertyField<RadioButtonGroup<T>,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<T> defaultValidator
-
i18n
RadioButtonGroup.RadioButtonGroupI18n i18n
-
itemEnabledProvider
com.vaadin.flow.function.SerializablePredicate<T> itemEnabledProvider
-
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<RadioButtonGroup<T>,
T> validationController
-
-
-
Class com.vaadin.flow.component.radiobutton.RadioButtonGroup.RadioButtonGroupI18n
class RadioButtonGroupI18n extends Object implements Serializable-
Serialized Fields
-
requiredErrorMessage
String requiredErrorMessage
-
-
-
-
Package com.vaadin.flow.component.radiobutton.dataview
-
Class com.vaadin.flow.component.radiobutton.dataview.RadioButtonGroupDataView
class RadioButtonGroupDataView 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.radiobutton.dataview.RadioButtonGroupListDataView
class RadioButtonGroupListDataView 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
-
-
-