com.webmethods.caf.faces.data.object
Class SelectableListTableContentProvider.RowComparator

java.lang.Object
  extended by ValueBindingRowComparator
      extended by com.webmethods.caf.faces.data.object.SelectableListTableContentProvider.RowComparator
Enclosing class:
SelectableListTableContentProvider

protected static class SelectableListTableContentProvider.RowComparator
extends ValueBindingRowComparator

Compares two rows using column sorting info.


Constructor Summary
SelectableListTableContentProvider.RowComparator(ISortInfo sortInfo, String rowVariable)
           
 
Method Summary
 int compare(Object o1, Object o2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectableListTableContentProvider.RowComparator

public SelectableListTableContentProvider.RowComparator(ISortInfo sortInfo,
                                                        String rowVariable)
Method Detail

compare

public int compare(Object o1,
                   Object o2)