Class GridRowComparator
- java.lang.Object
-
- org.drools.workbench.screens.guided.dtable.client.widget.table.GridRowComparator
-
- All Implemented Interfaces:
Comparator<org.uberfire.ext.wires.core.grids.client.model.GridRow>
public class GridRowComparator extends Object implements Comparator<org.uberfire.ext.wires.core.grids.client.model.GridRow>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(org.uberfire.ext.wires.core.grids.client.model.GridRow gridRow, org.uberfire.ext.wires.core.grids.client.model.GridRow otherGridRow)-
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, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-
-
-
Method Detail
-
compare
public int compare(org.uberfire.ext.wires.core.grids.client.model.GridRow gridRow, org.uberfire.ext.wires.core.grids.client.model.GridRow otherGridRow)- Specified by:
comparein interfaceComparator<org.uberfire.ext.wires.core.grids.client.model.GridRow>
-
-