public interface GroupSortNormalizer | Modifier and Type | Method and Description |
|---|---|
java.lang.Object | normalize(ListGridRecord record, java.lang.String fieldName, ListGrid context) When sortByGroupFirst is active, the sorting normalizer applied for implicit sorting by the field(s) used for grouping. |
java.lang.Object normalize(ListGridRecord record, java.lang.String fieldName, ListGrid context)
sortByGroupFirst is active, the sorting normalizer applied for implicit sorting by the field(s) used for grouping. No default implementation.
record - record to normalizefieldName - name of the field on which sorting occurred. See FieldNamecontext - the grid is passed to allow property and method accessListGrid.setSortByGroupFirst(java.lang.Boolean), ListGrid.setGroupSortDirection(com.smartgwt.client.types.SortDirection)