Package org.adempiere.webui.dashboard
Class DPViews.SeqNoComparator
- java.lang.Object
-
- org.adempiere.webui.dashboard.DPViews.SeqNoComparator
-
- All Implemented Interfaces:
Comparator<org.adempiere.webui.dashboard.DPViews.ListInfoWindow>
- Enclosing class:
- DPViews
public static class DPViews.SeqNoComparator extends Object implements Comparator<org.adempiere.webui.dashboard.DPViews.ListInfoWindow>
- Author:
- nmicoud IDEMPIERE-4946 Implement InfoWindow SeqNo customization
-
-
Constructor Summary
Constructors Constructor Description SeqNoComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(org.adempiere.webui.dashboard.DPViews.ListInfoWindow iw1, org.adempiere.webui.dashboard.DPViews.ListInfoWindow iw2)
-
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.adempiere.webui.dashboard.DPViews.ListInfoWindow iw1, org.adempiere.webui.dashboard.DPViews.ListInfoWindow iw2)
- Specified by:
compare
in interfaceComparator<org.adempiere.webui.dashboard.DPViews.ListInfoWindow>
-
-