Class 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 Detail

      • SeqNoComparator

        public SeqNoComparator()
    • Method Detail

      • compare

        public int compare​(org.adempiere.webui.dashboard.DPViews.ListInfoWindow iw1,
                           org.adempiere.webui.dashboard.DPViews.ListInfoWindow iw2)
        Specified by:
        compare in interface Comparator<org.adempiere.webui.dashboard.DPViews.ListInfoWindow>