Package com.smartgwt.client.widgets.grid
Interface GroupSortNormalizer
public interface GroupSortNormalizer
-
Method Summary
Modifier and TypeMethodDescriptionnormalize
(ListGridRecord record, String fieldName, ListGrid context) WhensortByGroupFirst
is active, the sortingnormalizer
applied for implicit sorting by the field(s) used for grouping.
-
Method Details
-
normalize
WhensortByGroupFirst
is active, the sortingnormalizer
applied for implicit sorting by the field(s) used for grouping.No default implementation.
- Parameters:
record
- record to normalizefieldName
- name of the field on which sorting occurred. SeeFieldName
context
- the grid is passed to allow property and method access- Returns:
- normalized value for sorting
- See Also:
-