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

All Known Implementing Classes:
TableActionColumnSort, TableActionPageChange

public interface ITableAction

A Table action that needs to be executed at a later time. The action may be sorting a given column, or it may be selecting a given page

Since:
4.1
Author:
teo

Method Summary
 void executeTableAction(ITableModel objTableModel)
          Executes the desired action.
 

Method Detail

executeTableAction

void executeTableAction(ITableModel objTableModel)
Executes the desired action.

Parameters:
objTableModel - the table model on which the action should be executed


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