-
-
class Select extends com.vaadin.flow.component.AbstractSinglePropertyField<
Select<
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
-
emptySelectionAllowed
boolean emptySelectionAllowed
-
emptySelectionCaption
String emptySelectionCaption
-
emptySelectionItem
com.vaadin.flow.component.select.VaadinItem<T> emptySelectionItem
-
i18n
Select.SelectI18n i18n
-
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
-
listBox
Select<T>.com.vaadin.flow.component.select.Select.InternalListBox listBox
-
resetPending
boolean resetPending
-
sizeRequest
com.vaadin.flow.function.SerializableConsumer<com.vaadin.flow.component.UI> sizeRequest
-
validationController
ValidationController<Select<T>,T> validationController
-
class InvalidChangeEvent extends com.vaadin.flow.component.ComponentEvent<
Select> implements
Serializable
-
class OpenedChangeEvent extends com.vaadin.flow.component.ComponentEvent<
Select> implements
Serializable
-
-
-
class SelectDataView extends com.vaadin.flow.data.provider.AbstractDataView<
T> implements
Serializable
-
class SelectListDataView extends com.vaadin.flow.data.provider.AbstractListDataView<
T> implements
Serializable