com.smartgwt.client.data
Interface RecordList.SortNormalizer

Enclosing class:
RecordList

public static interface RecordList.SortNormalizer


Method Summary
 Object normalize(Record record, String fieldName)
          The normalization function.
 

Method Detail

normalize

Object normalize(Record record,
                 String fieldName)
The normalization function.

Parameters:
record - the record to normalize
fieldName - name of the field on which sorting occurred
Returns:
normalized value for sorting (a java numeric primitive type or String)