pt.moredata.widgets.table
Class TableSortMethod

java.lang.Object
  extended bypt.moredata.widgets.table.TableSortMethod
All Implemented Interfaces:
java.util.Comparator

public abstract class TableSortMethod
extends java.lang.Object
implements java.util.Comparator

Title: DDataTable Description: Copyright: Copyright (c) Luis Medalhas Company: Despodata

Version:
1.0
Author:
Luis Medalhas

Constructor Summary
TableSortMethod()
           
 
Method Summary
 int compare(java.lang.Object o1, java.lang.Object o2)
           
abstract  int compare(SortInfo row1, SortInfo row2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

TableSortMethod

public TableSortMethod()
Method Detail

compare

public abstract int compare(SortInfo row1,
                            SortInfo row2)

compare

public int compare(java.lang.Object o1,
                   java.lang.Object o2)
Specified by:
compare in interface java.util.Comparator