-
com.vaadin.flow.shared.Registration
Add ItemClickedEvent listener to the BeanTable
com.vaadin.flow.shared.Registration
Add SelectionChangedEvent listener to the BeanTable
BeanTableDataView(com.vaadin.flow.function.SerializableSupplier<com.vaadin.flow.data.provider.DataProvider<T,?>> dataProviderSupplier,
BeanTable<T> beanTable)
Constructs a new DataView.
BeanTableDataView(com.vaadin.flow.function.SerializableSupplier<com.vaadin.flow.data.provider.DataProvider<T,?>> dataProviderSupplier,
BeanTable<T> beanTable,
com.vaadin.flow.function.SerializableConsumer<com.vaadin.flow.data.provider.IdentifierProvider<T>> identifierChangedCallback)
Constructs a new DataView.
BeanTableLazyDataView(com.vaadin.flow.function.SerializableSupplier<? extends com.vaadin.flow.data.provider.DataProvider<T,?>> dataProviderSupplier,
BeanTable<T> component)
Creates a new lazy data view for grid and verifies the passed data
provider is compatible with this data view implementation.
BeanTableListDataView(com.vaadin.flow.function.SerializableSupplier<com.vaadin.flow.data.provider.DataProvider<T,?>> dataProviderSupplier,
BeanTable<T> beanTable,
com.vaadin.flow.function.SerializableBiConsumer<com.vaadin.flow.function.SerializablePredicate<T>,com.vaadin.flow.function.SerializableComparator<T>> filterOrSortingChangedCallback)
Creates a new in-memory data view for BeanTable and verifies the
passed data provider is compatible with this data view implementation.
BeanTableListDataView(com.vaadin.flow.function.SerializableSupplier<com.vaadin.flow.data.provider.DataProvider<T,?>> dataProviderSupplier,
BeanTable<T> beanTable,
com.vaadin.flow.function.SerializableConsumer<com.vaadin.flow.data.provider.IdentifierProvider<T>> identifierChangedCallback,
com.vaadin.flow.function.SerializableBiConsumer<com.vaadin.flow.function.SerializablePredicate<T>,com.vaadin.flow.function.SerializableComparator<T>> filterOrSortingChangedCallback)
Creates a new in-memory data view for BeanTable and verifies the
passed data provider is compatible with this data view implementation.