com.sapportals.admin.wizardframework.components.tableview
Class TableViewRowComparator

java.lang.Object
  |
  +--com.sapportals.admin.wizardframework.components.tableview.TableViewRowComparator
All Implemented Interfaces:
java.util.Comparator

public class TableViewRowComparator
extends java.lang.Object
implements java.util.Comparator


Field Summary
static byte ASCENDING
           
static byte DESCENDING
           
static byte NONE
           
 
Method Summary
 int compare(java.util.List iList1, java.util.List iList2)
           
 int compare(java.lang.Object object1, java.lang.Object object2)
           
 
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
 

Field Detail

NONE

public static final byte NONE

DESCENDING

public static final byte DESCENDING

ASCENDING

public static final byte ASCENDING
Method Detail

compare

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

compare

public int compare(java.util.List iList1,
                   java.util.List iList2)