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
-
Method Summary
Modifier and TypeMethodDescriptionint
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
-
Constructor Details
-
SeqNoComparator
public SeqNoComparator()
-
-
Method Details
-
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>
-