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

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

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

org.apache.tapestry.contrib.table.components.inserted

Table components that are dynamically inserted. 

org.apache.tapestry.contrib.table.model

All of the model interfaces defining the interactions for some of the table component semantics. 

org.apache.tapestry.contrib.table.model.common

Common model classes used in table. 

org.apache.tapestry.contrib.table.model.simple

Simple model classes for table. 

org.apache.tapestry.contrib.tree.components.table

Tree rendering components. 

 

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 SimpleTableColumnSortImage.initializeRenderer(IRequestCycle objCycle, ITableModelSource objSource, ITableColumn objColumn, Object objRow)
           
 void SimpleTableColumnComponent.initializeRenderer(IRequestCycle objCycle, ITableModelSource objSource, ITableColumn objColumn, Object objRow)
           
 void SimpleTableColumnFormComponent.initializeRenderer(IRequestCycle objCycle, ITableModelSource objSource, ITableColumn objColumn, Object objRow)
           
 void SimpleTableColumnSortLink.initializeRenderer(IRequestCycle objCycle, ITableModelSource objSource, ITableColumn objColumn, 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
 IRender ITableColumn.getColumnRenderer(IRequestCycle objCycle, ITableModelSource objSource)
          Method getColumnRenderer provides a renderer that takes care of rendering the column in the table header.
 IRender ITableRendererSource.getRenderer(IRequestCycle objCycle, ITableModelSource objSource, ITableColumn objColumn, Object objRow)
          Returns a renderer to present the data of the row in the given column.
 IRender ITableColumn.getValueRenderer(IRequestCycle objCycle, ITableModelSource objSource, Object objRow)
          Method getValueRenderer provides a renderer for presenting the value of a particular row in the current column.
 void ITableRendererListener.initializeRenderer(IRequestCycle objCycle, ITableModelSource objSource, ITableColumn objColumn, 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
 IRender AbstractTableColumn.getColumnRenderer(IRequestCycle objCycle, ITableModelSource objSource)
           
 IRender BlockTableRendererSource.getRenderer(IRequestCycle objCycle, ITableModelSource objSource, ITableColumn objColumn, Object objRow)
           
 IRender ComponentTableRendererSource.getRenderer(IRequestCycle objCycle, ITableModelSource objSource, ITableColumn objColumn, Object objRow)
           
 IRender AbstractTableColumn.getValueRenderer(IRequestCycle objCycle, ITableModelSource objSource, 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
 IRender SimpleTableColumnFormRendererSource.getRenderer(IRequestCycle objCycle, ITableModelSource objSource, ITableColumn objColumn, Object objRow)
           
 IRender SimpleTableValueRendererSource.getRenderer(IRequestCycle objCycle, ITableModelSource objSource, ITableColumn objColumn, Object objRow)
           
 IRender SimpleTableColumnRendererSource.getRenderer(IRequestCycle objCycle, ITableModelSource objSource, ITableColumn objColumn, 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
 IRender TreeTableValueRenderSource.getRenderer(IRequestCycle objCycle, ITableModelSource objSource, ITableColumn objColumn, Object objRow)
           
 IRender TreeTableColumn.getValueRenderer(IRequestCycle arg0, ITableModelSource arg1, Object arg2)
           
 void TreeTableNodeViewDelegator.initializeRenderer(IRequestCycle arg0, ITableModelSource arg1, ITableColumn arg2, Object arg3)
           
 



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