org.apache.tapestry.contrib.table.model
Interface ITableColumnModel
- All Known Implementing Classes:
- SimpleTableColumnModel
- public interface ITableColumnModel
Defines a list model of ITableColumn objects
- Version:
- $Id: ITableColumnModel.java,v 1.1 2003/03/05 23:03:21 hlship Exp $
- Author:
- mindbridge
getColumnCount
public int getColumnCount()
- Method getColumnCount.
- Returns:
- int the number of columns in the model
getColumn
public ITableColumn getColumn(String strName)
- Method getColumn.
- Parameters:
strName
- the name of the requested column- Returns:
- ITableColumn the column with the given name. null if no such column exists.
getColumns
public Iterator getColumns()
- Method getColumns.
- Returns:
- Iterator an iterator of all columns in the model