Interface ScrollableTableDataModel
-
- All Superinterfaces:
TableDataModel
@Deprecated public interface ScrollableTableDataModel extends TableDataModel
Deprecated.UseWTable
andWTable.ScrollableTableModel
instead.This extension ofTableDataModel
is primarily for models that do not store their data locally. Models implementing this interface can provide more efficient calls to back-end systems, as the data model is notified of which rows are likely to be used in the near future.- Since:
- 1.0.0
- Author:
- Yiannis Paschalidis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
setCurrentRows(int start, int end)
Deprecated.This method will be called by the table to notify the TableDataModel of which rows are likely to be used in the near future.-
Methods inherited from interface com.github.bordertech.wcomponents.TableDataModel
getFilterValues, getRowCount, getRowHeader, getValueAt, isCellEditable, isDisabled, isSelectable, isSortable, setValueAt, sort
-
-