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

Packages that use IAdvancedTableColumnSource
org.apache.tapestry.contrib.table.components   
 

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

Classes in org.apache.tapestry.contrib.table.components that implement IAdvancedTableColumnSource
 class DefaultTableColumnSource
           
 

Methods in org.apache.tapestry.contrib.table.components that return IAdvancedTableColumnSource
abstract  IAdvancedTableColumnSource TableView.getColumnSource()
           
 

Methods in org.apache.tapestry.contrib.table.components with parameters of type IAdvancedTableColumnSource
 ITableColumnModel TableColumnModelSourceImpl.generateTableColumnModel(IAdvancedTableColumnSource objColumnSource, java.lang.String strDesc, org.apache.tapestry.IComponent objComponent, org.apache.tapestry.IComponent objColumnSettingsContainer)
          Generate a table column model out of the description string provided.
 ITableColumnModel TableColumnModelSource.generateTableColumnModel(IAdvancedTableColumnSource objColumnSource, java.lang.String strDesc, org.apache.tapestry.IComponent objComponent, org.apache.tapestry.IComponent objColumnSettingsContainer)
          Generate a table column model out of the description string provided.