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

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

Components that make up the core of the tapestry contrib's Table component. 

 

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, String strDesc, IComponent objComponent, IComponent objColumnSettingsContainer)
          Generate a table column model out of the description string provided.
 ITableColumnModel TableColumnModelSource.generateTableColumnModel(IAdvancedTableColumnSource objColumnSource, String strDesc, IComponent objComponent, IComponent objColumnSettingsContainer)
          Generate a table column model out of the description string provided.
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.