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, waitgetColumnModel, getCurrentPageRowsprotected AbstractTableModel()
protected AbstractTableModel(SimpleTableState objTableState)
public ITablePagingState getPagingState()
ITableModelgetPagingState in interface ITableModelITableModel.getPagingState()public ITableSortingState getSortingState()
ITableModelgetSortingState in interface ITableModelITableModel.getSortingState()public SimpleTableState getState()
protected abstract int getRowCount()
public int getPageCount()
ITableModelgetPageCount in interface ITableModel