Class 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 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:
        compare in interface Comparator<org.uberfire.ext.wires.core.grids.client.model.GridRow>