Package org.teamapps.ux.component.table
Interface TableModel<RECORD>
- All Superinterfaces:
InfiniteListModel<RECORD>
- All Known Implementing Classes:
AbstractTableModel,ListTableModel
public interface TableModel<RECORD> extends InfiniteListModel<RECORD>
-
Method Summary
Modifier and Type Method Description default voidsetSorting(Sorting sorting)Methods inherited from interface org.teamapps.ux.component.infiniteitemview.InfiniteListModel
getCount, getRecords, onAllDataChanged, onRecordsAdded, onRecordsChanged, onRecordsRemoved