Serialized Form

  • Package org.vaadin.tatu

    • Class org.vaadin.tatu.BeanTable

      class BeanTable extends com.vaadin.flow.component.HtmlComponent implements Serializable
      • Serialized Fields

        • backEndSorting
          ArrayList<com.vaadin.flow.data.provider.QuerySortOrder> backEndSorting
        • beanType
          Class<T> beanType
        • bodyElement
          com.vaadin.flow.dom.Element bodyElement
        • captionElement
          com.vaadin.flow.dom.Element captionElement
        • classNameProvider
          BeanTable.StringProvider<T> classNameProvider
        • columns
          List<BeanTable<T>.Column<T>> columns
        • currentPage
          int currentPage
        • dataProvider
          AtomicReference<com.vaadin.flow.data.provider.DataProvider<T,?>> dataProvider
        • dataProviderListenerRegistration
          com.vaadin.flow.shared.Registration dataProviderListenerRegistration
        • dataProviderSize
          int dataProviderSize
        • filter
          Object filter
        • focusBehavior
          BeanTable.FocusBehavior focusBehavior
        • footerElement
          com.vaadin.flow.dom.Element footerElement
        • headerElement
          com.vaadin.flow.dom.Element headerElement
        • htmlAllowed
          boolean htmlAllowed
        • i18n
          BeanTable.BeanTableI18n i18n
        • inMemorySorting
          com.vaadin.flow.function.SerializableComparator<T> inMemorySorting
        • keyMapper
          com.vaadin.flow.data.provider.KeyMapper<T> keyMapper
        • lastFetchedDataSize
          int lastFetchedDataSize
        • lastNotifiedDataSize
          int lastNotifiedDataSize
        • lazyDataView
          BeanTableLazyDataView<T> lazyDataView
        • menu
          com.vaadin.flow.component.contextmenu.ContextMenu menu
        • menuButton
          com.vaadin.flow.component.button.Button menuButton
        • next
          com.vaadin.flow.component.button.Button next
        • pageLength
          int pageLength
        • previous
          com.vaadin.flow.component.button.Button previous
        • propertySet
          com.vaadin.flow.data.binder.PropertySet<T> propertySet
        • rand
          Random rand
        • rows
          List<BeanTable<T>.org.vaadin.tatu.BeanTable.RowItem<T>> rows
        • selected
          Set<T> selected
        • selectionEnabled
          boolean selectionEnabled
        • sizeRequest
          com.vaadin.flow.function.SerializableConsumer<com.vaadin.flow.component.UI> sizeRequest
    • Class org.vaadin.tatu.BeanTable.BeanTableI18n

      class BeanTableI18n extends Object implements Serializable
      • Serialized Fields

    • Class org.vaadin.tatu.BeanTable.Column

      class Column extends Object implements Serializable
    • Class org.vaadin.tatu.BeanTableDataView

      class BeanTableDataView 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 org.vaadin.tatu.BeanTableLazyDataView

      class BeanTableLazyDataView extends com.vaadin.flow.data.provider.AbstractDataView<T> implements Serializable
      • Serialized Fields

        • itemCountEstimate
          int itemCountEstimate
        • itemCountEstimateIncrease
          int itemCountEstimateIncrease
        • table
          BeanTable<T> table
    • Class org.vaadin.tatu.BeanTableListDataView

      class BeanTableListDataView 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
    • Class org.vaadin.tatu.BeanTableSelectionChangedEvent

      class BeanTableSelectionChangedEvent extends com.vaadin.flow.component.ComponentEvent<C extends BeanTable> implements Serializable
      • Serialized Fields

        • selection
          Set<R> selection
    • Class org.vaadin.tatu.ItemClickedEvent

      class ItemClickedEvent extends com.vaadin.flow.component.ComponentEvent<C extends BeanTable> implements Serializable
      • Serialized Fields

        • item
          R item