| Package | Description |
|---|---|
| org.dominokit.domino.ui.datatable | |
| org.dominokit.domino.ui.datatable.store |
| Class and Description |
|---|
| DataStore
An interface to implement different data stores for the data table and listen to table events.
|
| Class and Description |
|---|
| DataChangedEvent
This event is fired whenever the data in the data table is changed including the sort
|
| DataStore
An interface to implement different data stores for the data table and listen to table events.
|
| LocalListDataStore
An implementation of the
DataStore that wraps an in-memory/local list of records allowing
the data table to use features like pagination and sorting |
| LocalListDataStore.SortFunction |
| LocalListScrollingDataSource
An implementation of the
DataStore that wraps an in-memory/local list of records allowing
the data table to use features like pagination and sorting and will keep load data into the data
table in append mode as we scroll to the bottom of the data table |
| RecordsSorter
An interface to implement the sort mechanism for a
LocalListDataStore |
| SearchFilter
An interface to write implementation for filtering
LocalListDataStore records |
| StoreDataChangeListener
A listener interface to handle
DataChangedEvent |
Copyright © 2019–2022 Dominokit. All rights reserved.