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

Packages that use ITableModelSource
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.simple   
org.apache.tapestry.contrib.tree.components.table   
 

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

Classes in org.apache.tapestry.contrib.table.components that implement ITableModelSource
 class FormTable
          A modified version of the facade component in the Table family.
 class Table
          The facade component in the Table family.
 class TableView
          A low level Table component that wraps all other low level Table components.
 

Methods in org.apache.tapestry.contrib.table.components that return ITableModelSource
 ITableModelSource AbstractTableViewComponent.getTableModelSource()
           
 

Methods in org.apache.tapestry.contrib.table.components with parameters of type ITableModelSource
 void TablePages.setCurrentPage(ITableModelSource objSource, int nPage)
           
 

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

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

Methods in org.apache.tapestry.contrib.table.components.inserted with parameters of type ITableModelSource
 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.setTableModelSource(ITableModelSource objSource)
           
 

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

Methods in org.apache.tapestry.contrib.table.model with parameters of type ITableModelSource
 org.apache.tapestry.IRender ITableColumn.getColumnRenderer(org.apache.tapestry.IRequestCycle objCycle, ITableModelSource objSource)
          Method getColumnRenderer provides a renderer that takes care of rendering the column in the table header.
 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.
 org.apache.tapestry.IRender ITableColumn.getValueRenderer(org.apache.tapestry.IRequestCycle objCycle, ITableModelSource objSource, java.lang.Object objRow)
          Method getValueRenderer provides a renderer for presenting the value of a particular row in the current column.
 void ITableRendererListener.initializeRenderer(org.apache.tapestry.IRequestCycle objCycle, ITableModelSource objSource, ITableColumn objColumn, java.lang.Object objRow)
           
 

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

Methods in org.apache.tapestry.contrib.table.model.common with parameters of type ITableModelSource
 org.apache.tapestry.IRender AbstractTableColumn.getColumnRenderer(org.apache.tapestry.IRequestCycle objCycle, ITableModelSource objSource)
           
 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)
           
 org.apache.tapestry.IRender AbstractTableColumn.getValueRenderer(org.apache.tapestry.IRequestCycle objCycle, ITableModelSource objSource, java.lang.Object objRow)
           
 

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

Methods in org.apache.tapestry.contrib.table.model.simple with parameters of type ITableModelSource
 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)
           
 

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

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