Package com.smartgwt.client.widgets.grid
Interface GroupSortNormalizer
public interface GroupSortNormalizer
- 
Method Summary
Modifier and TypeMethodDescriptionnormalize(ListGridRecord record, String fieldName, ListGrid context) WhensortByGroupFirstis active, the sortingnormalizerapplied for implicit sorting by the field(s) used for grouping. 
- 
Method Details
- 
normalize
WhensortByGroupFirstis active, the sortingnormalizerapplied 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. SeeFieldNamecontext- the grid is passed to allow property and method access- Returns:
 - normalized value for sorting
 - See Also:
 
 
 -