-
-
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 BeanTableDataView extends com.vaadin.flow.data.provider.AbstractDataView<
T> implements
Serializable
-
class BeanTableLazyDataView extends com.vaadin.flow.data.provider.AbstractDataView<
T> implements
Serializable
-
class BeanTableListDataView extends com.vaadin.flow.data.provider.AbstractListDataView<
T> implements
Serializable
-
class BeanTableSelectionChangedEvent extends com.vaadin.flow.component.ComponentEvent<
C extends
BeanTable> implements
Serializable
-
Serialized Fields
-
selection
Set<R> selection
-
class ItemClickedEvent extends com.vaadin.flow.component.ComponentEvent<
C extends
BeanTable> implements
Serializable