Serialized Form

  • Package com.vaadin.flow.component.select

    • Class com.vaadin.flow.component.select.Select

      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
          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
        • 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
          com.vaadin.flow.component.shared.internal.ValidationController<Select<T>,T> validationController
    • Class com.vaadin.flow.component.select.Select.InvalidChangeEvent

      class InvalidChangeEvent extends com.vaadin.flow.component.ComponentEvent<Select> implements Serializable
      • Serialized Fields

        • invalid
          boolean invalid
    • Class com.vaadin.flow.component.select.Select.OpenedChangeEvent

      class OpenedChangeEvent extends com.vaadin.flow.component.ComponentEvent<Select> implements Serializable
      • Serialized Fields

        • opened
          boolean opened
    • Class com.vaadin.flow.component.select.Select.SelectI18n

      class SelectI18n extends Object implements Serializable
      • Serialized Fields

        • requiredErrorMessage
          String requiredErrorMessage
  • Package com.vaadin.flow.component.select.data