org.apache.tapestry.contrib.table.components
Class TableActionPageChange

java.lang.Object
  extended by org.apache.tapestry.contrib.table.components.TableActionPageChange
All Implemented Interfaces:
ITableAction

public class TableActionPageChange
extends Object
implements ITableAction

A table action that changes the current table page

.

Author:
teo

Constructor Summary
TableActionPageChange(int page)
           
 
Method Summary
 void executeTableAction(ITableModel objTableModel)
          Executes the desired action.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableActionPageChange

public TableActionPageChange(int page)
Method Detail

executeTableAction

public void executeTableAction(ITableModel objTableModel)
Executes the desired action.

Specified by:
executeTableAction in interface ITableAction
Parameters:
objTableModel - the table model on which the action should be executed


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