public class TableSortComparator extends Object
| Constructor and Description |
|---|
TableSortComparator() |
| Modifier and Type | Method and Description |
|---|---|
List<Integer> |
sort(List<org.uberfire.ext.wires.core.grids.client.model.GridRow> rows,
org.uberfire.ext.wires.core.grids.client.model.GridColumn gridColumn) |
public List<Integer> sort(List<org.uberfire.ext.wires.core.grids.client.model.GridRow> rows, org.uberfire.ext.wires.core.grids.client.model.GridColumn gridColumn) throws ModelSynchronizer.VetoException
rows - All the rows to sort.gridColumn - Column that we sort by.ModelSynchronizer.VetoExceptionCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.