Package com.smartgwt.client.data
Interface RecordList.SortNormalizer
- Enclosing class:
- RecordList
public static interface RecordList.SortNormalizer
-
Method Summary
-
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)
-