public abstract class AbstractTableModel extends java.lang.Object implements ITableModel, java.io.Serializable
Modifier | Constructor and Description |
---|---|
protected |
AbstractTableModel() |
protected |
AbstractTableModel(SimpleTableState objTableState) |
Modifier and Type | Method and Description |
---|---|
int |
getPageCount()
Method getPageCount.
|
ITablePagingState |
getPagingState()
Method getPagingState.
|
protected abstract int |
getRowCount() |
ITableSortingState |
getSortingState()
Method getSortingState.
|
SimpleTableState |
getState()
Returns the tableState.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getColumnModel, getCurrentPageRows
protected AbstractTableModel()
protected AbstractTableModel(SimpleTableState objTableState)
public ITablePagingState getPagingState()
ITableModel
getPagingState
in interface ITableModel
ITableModel.getPagingState()
public ITableSortingState getSortingState()
ITableModel
getSortingState
in interface ITableModel
ITableModel.getSortingState()
public SimpleTableState getState()
protected abstract int getRowCount()
public int getPageCount()
ITableModel
getPageCount
in interface ITableModel