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

Packages that use ITableDataModel
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. 

 

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

Classes in org.apache.tapestry.contrib.table.model.common that implement ITableDataModel
 class AbstractTableDataModel
          An implementation of the listener support in the ITableDataModel interface.
 

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

Classes in org.apache.tapestry.contrib.table.model.simple that implement ITableDataModel
 class SimpleListTableDataModel
          A minimal list implementation of the ITableDataModel interface.
 class SimpleSetTableDataModel
          A minimal set implementation of the ITableDataModel interface.
 

Methods in org.apache.tapestry.contrib.table.model.simple that return ITableDataModel
 ITableDataModel SimpleTableModel.getDataModel()
          Returns the dataModel.
 

Methods in org.apache.tapestry.contrib.table.model.simple with parameters of type ITableDataModel
 void SimpleTableModel.setDataModel(ITableDataModel dataModel)
          Sets the dataModel.
 

Constructors in org.apache.tapestry.contrib.table.model.simple with parameters of type ITableDataModel
SimpleTableModel(ITableDataModel objDataModel, ITableColumnModel objColumnModel)
           
SimpleTableModel(ITableDataModel objDataModel, ITableColumnModel objColumnModel, SimpleTableState objState)
           
SimpleTableSessionStateManager(ITableDataModel objDataModel, ITableColumnModel objColumnModel)
           
 



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