org.apache.tapestry.contrib.table.model.common
Class BasicTableModelWrap
java.lang.Object
org.apache.tapestry.contrib.table.model.common.AbstractTableModel
org.apache.tapestry.contrib.table.model.common.BasicTableModelWrap
- All Implemented Interfaces:
- Serializable, ITableModel
public class BasicTableModelWrap
- extends AbstractTableModel
- Author:
- mindbridge
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicTableModelWrap
public BasicTableModelWrap(IBasicTableModel objBasicTableModel,
ITableColumnModel objColumnModel)
BasicTableModelWrap
public BasicTableModelWrap(IBasicTableModel objBasicTableModel,
ITableColumnModel objColumnModel,
SimpleTableState objState)
getColumnModel
public ITableColumnModel getColumnModel()
- Description copied from interface:
ITableModel
- Method getColumnModel.
- Returns:
- ITableColumnModel the column model of the table
- See Also:
ITableModel.getColumnModel()
getRowCount
public int getRowCount()
- Description copied from interface:
ITableModel
- Returns the total number of rows / values this model is managing.
- Returns:
- The total number of rows - if known.
- See Also:
ITableModel.getRowCount()
getCurrentPageRows
public Iterator getCurrentPageRows()
- Description copied from interface:
ITableModel
- Method getCurrentPageRows.
- Returns:
- Iterator the rows in the current table page given the current
data, sorting, and paging state
- See Also:
ITableModel.getCurrentPageRows()
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.