Interface SortNormalizer


public interface SortNormalizer
Sort Normalizer
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    normalize(ListGridRecord record, String fieldName)
    The normalization function.
  • Method Details

    • normalize

      Object normalize(ListGridRecord 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)