public interface IReloadableGridModel extends IGridModel
IGridModel which supports the reload of data.| Modifier and Type | Method and Description |
|---|---|
void |
forceReload(boolean restoreCurrentRow)
Forces the model to reload data from the external storage at next
IGridModel.sync().It is usable to free up resources. |
boolean |
reload(int rowIndex)
Reloads the row from the external storage.
|
fetchRows, getColumn, getColumnCount, getColumnGroup, getColumnIndex, getColumnName, getCurrentRow, getCurrentRowCount, getRowCount, getValueAt, isCurrentRowFreezed, setCurrentRow, syncvoid forceReload(boolean restoreCurrentRow)
IGridModel.sync().restoreCurrentRow - - If true the model shall try to restore the old current row.IGridModel.sync() the current-row at the moment of the first call must be used.boolean reload(int rowIndex)
throws OutOfBoundsException
rowIndex - OutOfBoundsException