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

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

 

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

Classes in org.apache.tapestry.contrib.table.components that implement ITableAction
 class TableActionPageChange
          A table action that changes the current table page
 

Methods in org.apache.tapestry.contrib.table.components with parameters of type ITableAction
 void TableView.storeTableAction(ITableAction action)
          Stores the provided table action.
 void Table.storeTableAction(ITableAction action)
           
 

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

Classes in org.apache.tapestry.contrib.table.components.inserted that implement ITableAction
 class TableActionColumnSort
          A table action that configures the table sorting to use a given column
 

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

Methods in org.apache.tapestry.contrib.table.model with parameters of type ITableAction
 void ITableModelSource.storeTableAction(ITableAction action)
          Stores the provided table action.
 



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