Package org.adempiere.webui.component
Class WListItemRenderer.ColumnComparator
- java.lang.Object
-
- org.adempiere.webui.component.WListItemRenderer.ColumnComparator
-
- All Implemented Interfaces:
Comparator<Object>
- Enclosing class:
- WListItemRenderer
public static class WListItemRenderer.ColumnComparator extends Object implements Comparator<Object>
-
-
Constructor Summary
Constructors Constructor Description ColumnComparator(boolean ascending, int columnIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(Object o1, Object o2)
int
getColumnIndex()
-
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(Object o1, Object o2)
- Specified by:
compare
in interfaceComparator<Object>
-
getColumnIndex
public int getColumnIndex()
-
-