This is a ITable decorator that provide a sorted view of the decorated table.
This implementation does not keep a separate copy of the decorated table data.
author: Manuel Laflamme version: $Revision: 554 $ since: Feb 19, 2003
Constructor Summary
public
SortedTable(ITable table, Column[] columns) Sort the decorated table by specified columns order.
public
SortedTable(ITable table, String[] columnNames) Sort the decorated table by specified columns order.