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

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

public class TableActionColumnSort
extends Object
implements ITableAction

A table action that configures the table sorting to use a given column

.

Author:
teo

Constructor Summary
TableActionColumnSort(String name)
           
 
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

TableActionColumnSort

public TableActionColumnSort(String name)
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-2011 Apache Software Foundation. All Rights Reserved.