org.apache.tapestry.contrib.table.components.inserted
Class TableActionColumnSort
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableActionColumnSort
public TableActionColumnSort(String name)
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.