|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry.contrib.table.model.common.AbstractTableModel
public abstract class AbstractTableModel
A base table model that implements the handling of the model state. Used by most standard ITableModel implementations.
Constructor Summary | |
---|---|
protected |
AbstractTableModel()
|
protected |
AbstractTableModel(SimpleTableState objTableState)
|
Method Summary | |
---|---|
int |
getPageCount()
Method getPageCount. |
ITablePagingState |
getPagingState()
Method getPagingState. |
ITableSortingState |
getSortingState()
Method getSortingState. |
SimpleTableState |
getState()
Returns the tableState. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.tapestry.contrib.table.model.ITableModel |
---|
getColumnModel, getCurrentPageRows, getRowCount |
Constructor Detail |
---|
protected AbstractTableModel()
protected AbstractTableModel(SimpleTableState objTableState)
Method Detail |
---|
public ITablePagingState getPagingState()
ITableModel
getPagingState
in interface ITableModel
ITableModel.getPagingState()
public ITableSortingState getSortingState()
ITableModel
getSortingState
in interface ITableModel
ITableModel.getSortingState()
public SimpleTableState getState()
public int getPageCount()
ITableModel
getPageCount
in interface ITableModel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |