Uses of Interface
org.apache.tapestry.contrib.table.model.ITableColumn

Packages that use ITableColumn
org.apache.tapestry.contrib.table.components   
org.apache.tapestry.contrib.table.components.inserted   
org.apache.tapestry.contrib.table.model   
org.apache.tapestry.contrib.table.model.common   
org.apache.tapestry.contrib.table.model.ognl   
org.apache.tapestry.contrib.table.model.simple   
org.apache.tapestry.contrib.table.model.sql   
org.apache.tapestry.contrib.tree.components.table   
 

Uses of ITableColumn in org.apache.tapestry.contrib.table.components
 

Methods in org.apache.tapestry.contrib.table.components that return ITableColumn
 ITableColumn TableValues.getTableColumn()
          Returns the currently rendered table column.
 ITableColumn TableColumns.getTableColumn()
          Returns the currently rendered table column.
 ITableColumn Table.getTableColumn()
          Returns the currently rendered table column.
 

Methods in org.apache.tapestry.contrib.table.components with parameters of type ITableColumn
abstract  void TableColumns.setColumn(ITableColumn column)
           
abstract  void TableValues.setColumnParameter(ITableColumn column)
           
 void TableValues.setTableColumn(ITableColumn tableColumn)
          Sets the currently rendered table column.
 void TableColumns.setTableColumn(ITableColumn tableColumn)
          Sets the currently rendered table column.
 

Uses of ITableColumn in org.apache.tapestry.contrib.table.components.inserted
 

Methods in org.apache.tapestry.contrib.table.components.inserted that return ITableColumn
abstract  ITableColumn SimpleTableColumnFormComponent.getTableColumn()
           
 

Methods in org.apache.tapestry.contrib.table.components.inserted with parameters of type ITableColumn
 void SimpleTableColumnFormComponent.initializeRenderer(org.apache.tapestry.IRequestCycle objCycle, ITableModelSource objSource, ITableColumn objColumn, java.lang.Object objRow)
           
 void SimpleTableColumnComponent.initializeRenderer(org.apache.tapestry.IRequestCycle objCycle, ITableModelSource objSource, ITableColumn objColumn, java.lang.Object objRow)
           
abstract  void SimpleTableColumnFormComponent.setTableColumn(ITableColumn objColumn)
           
 

Uses of ITableColumn in org.apache.tapestry.contrib.table.model
 

Subinterfaces of ITableColumn in org.apache.tapestry.contrib.table.model
 interface IAdvancedTableColumn
           
 

Methods in org.apache.tapestry.contrib.table.model that return ITableColumn
 ITableColumn ITableColumnModel.getColumn(java.lang.String strName)
          Method getColumn.
 

Methods in org.apache.tapestry.contrib.table.model with parameters of type ITableColumn
 java.util.Iterator IBasicTableModel.getCurrentPageRows(int nFirst, int nPageSize, ITableColumn objSortColumn, boolean bSortOrder)
          Returns the rows on the current page.
 org.apache.tapestry.IRender ITableRendererSource.getRenderer(org.apache.tapestry.IRequestCycle objCycle, ITableModelSource objSource, ITableColumn objColumn, java.lang.Object objRow)
          Returns a renderer to present the data of the row in the given column.
 void ITableRendererListener.initializeRenderer(org.apache.tapestry.IRequestCycle objCycle, ITableModelSource objSource, ITableColumn objColumn, java.lang.Object objRow)
           
 

Uses of ITableColumn in org.apache.tapestry.contrib.table.model.common
 

Classes in org.apache.tapestry.contrib.table.model.common that implement ITableColumn
 class AbstractTableColumn
          A base implementation of ITableColumn that allows renderers to be set via aggregation.
 

Methods in org.apache.tapestry.contrib.table.model.common with parameters of type ITableColumn
 org.apache.tapestry.IRender BlockTableRendererSource.getRenderer(org.apache.tapestry.IRequestCycle objCycle, ITableModelSource objSource, ITableColumn objColumn, java.lang.Object objRow)
           
 org.apache.tapestry.IRender ComponentTableRendererSource.getRenderer(org.apache.tapestry.IRequestCycle objCycle, ITableModelSource objSource, ITableColumn objColumn, java.lang.Object objRow)
           
 

Uses of ITableColumn in org.apache.tapestry.contrib.table.model.ognl
 

Classes in org.apache.tapestry.contrib.table.model.ognl that implement ITableColumn
 class ExpressionTableColumn
           
 

Methods in org.apache.tapestry.contrib.table.model.ognl that return ITableColumn
protected static ITableColumn[] ExpressionTableColumnModel.convertToColumns(java.lang.Object[] arrDetailedInfo, org.apache.tapestry.services.ExpressionEvaluator expressionEvaluator)
          Method convertToColumns.
 

Methods in org.apache.tapestry.contrib.table.model.ognl with parameters of type ITableColumn
 java.lang.Object OgnlTableColumnEvaluator.getColumnValue(ITableColumn objColumn, java.lang.Object objRow)
           
 

Uses of ITableColumn in org.apache.tapestry.contrib.table.model.simple
 

Classes in org.apache.tapestry.contrib.table.model.simple that implement ITableColumn
 class SimpleTableColumn
          A simple minimal implementation of the ITableColumninterface that provides all the basic services for displaying a column.
 

Methods in org.apache.tapestry.contrib.table.model.simple that return ITableColumn
 ITableColumn SimpleTableColumnModel.getColumn(int nColumn)
           
 ITableColumn SimpleTableColumnModel.getColumn(java.lang.String strColumn)
           
 

Methods in org.apache.tapestry.contrib.table.model.simple with parameters of type ITableColumn
 java.lang.Object ITableColumnEvaluator.getColumnValue(ITableColumn objColumn, java.lang.Object objRow)
           
 org.apache.tapestry.IRender SimpleTableValueRendererSource.getRenderer(org.apache.tapestry.IRequestCycle objCycle, ITableModelSource objSource, ITableColumn objColumn, java.lang.Object objRow)
           
 org.apache.tapestry.IRender SimpleTableColumnFormRendererSource.getRenderer(org.apache.tapestry.IRequestCycle objCycle, ITableModelSource objSource, ITableColumn objColumn, java.lang.Object objRow)
           
 org.apache.tapestry.IRender SimpleTableColumnRendererSource.getRenderer(org.apache.tapestry.IRequestCycle objCycle, ITableModelSource objSource, ITableColumn objColumn, java.lang.Object objRow)
           
 

Constructors in org.apache.tapestry.contrib.table.model.simple with parameters of type ITableColumn
SimpleTableColumnModel(ITableColumn[] arrColumns)
           
SimpleTableModel(java.lang.Object[] arrData, ITableColumn[] arrColumns)
           
 

Uses of ITableColumn in org.apache.tapestry.contrib.table.model.sql
 

Classes in org.apache.tapestry.contrib.table.model.sql that implement ITableColumn
 class SqlTableColumn
           
 

Uses of ITableColumn in org.apache.tapestry.contrib.tree.components.table
 

Classes in org.apache.tapestry.contrib.tree.components.table that implement ITableColumn
 class TreeTableColumn
           
 

Methods in org.apache.tapestry.contrib.tree.components.table that return ITableColumn
 ITableColumn[] TreeTableDataView.getTableColumns()
           
 

Methods in org.apache.tapestry.contrib.tree.components.table with parameters of type ITableColumn
 org.apache.tapestry.IRender TreeTableValueRenderSource.getRenderer(org.apache.tapestry.IRequestCycle objCycle, ITableModelSource objSource, ITableColumn objColumn, java.lang.Object objRow)
           
 void TreeTableNodeViewDelegator.initializeRenderer(org.apache.tapestry.IRequestCycle arg0, ITableModelSource arg1, ITableColumn arg2, java.lang.Object arg3)