Package com.smartgwt.client.widgets.grid
Interface SortNormalizer
public interface SortNormalizer
Sort Normalizer
-
Method Summary
Modifier and TypeMethodDescriptionnormalize
(ListGridRecord record, String fieldName) The normalization function.
-
Method Details
-
normalize
The normalization function.- Parameters:
record
- the record to normalizefieldName
- name of the field on which sorting occurred- Returns:
- normalized value for sorting (a java numeric primitive type or String)
-