Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webapp.table.comparator
Class DefaultCellComparator

java.lang.Object
  extended by org.nuxeo.ecm.webapp.table.comparator.DefaultCellComparator
All Implemented Interfaces:
Serializable, Comparator<TableRow>

Deprecated.

@Deprecated
public class DefaultCellComparator
extends Object
implements Comparator<TableRow>, Serializable

Author:
Razvan Caraghin
See Also:
Serialized Form

Constructor Summary
DefaultCellComparator(int columnIndex, boolean ascending)
          Deprecated.  
 
Method Summary
 int compare(TableRow raw1, TableRow raw2)
          Deprecated. Compares two cells given two table rows.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

DefaultCellComparator

public DefaultCellComparator(int columnIndex,
                             boolean ascending)
Deprecated. 
Method Detail

compare

public int compare(TableRow raw1,
                   TableRow raw2)
Deprecated. 
Compares two cells given two table rows.

Specified by:
compare in interface Comparator<TableRow>

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.