Serialized Form
-
Package com.vaadin.flow.component.radiobutton
-
Class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioButton extends com.vaadin.flow.component.Component implements Serializable
-
Class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioButton.CheckedChangeEvent extends com.vaadin.flow.component.ComponentEvent<R extends GeneratedVaadinRadioButton<R>> implements Serializable
-
Serialized Fields
-
checked
boolean checked
Deprecated.
-
-
-
Class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioGroup extends com.vaadin.flow.component.AbstractSinglePropertyField<R extends GeneratedVaadinRadioGroup<R,T>,T> implements Serializable
-
Class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioGroup.InvalidChangeEvent extends com.vaadin.flow.component.ComponentEvent<R extends GeneratedVaadinRadioGroup<R,?>> implements Serializable
-
Serialized Fields
-
invalid
boolean invalid
Deprecated.
-
-
-
Class com.vaadin.flow.component.radiobutton.RadioButtonGroup extends GeneratedVaadinRadioGroup<RadioButtonGroup<T>,T> implements Serializable
-
Serialized Fields
-
dataProvider
AtomicReference<com.vaadin.flow.data.provider.DataProvider<T,?>> dataProvider
-
dataProviderListenerRegistration
com.vaadin.flow.shared.Registration dataProviderListenerRegistration
-
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
-
validationListener
com.vaadin.flow.dom.PropertyChangeListener validationListener
-
validationRegistration
com.vaadin.flow.shared.Registration validationRegistration
-
-
-
-
Package com.vaadin.flow.component.radiobutton.dataview
-
Class com.vaadin.flow.component.radiobutton.dataview.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 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
-
-
-