Class SortNumeralHTMLCustomizer

java.lang.Object
com.smartgwt.client.widgets.grid.SortNumeralHTMLCustomizer

public abstract class SortNumeralHTMLCustomizer extends Object
This customizer is called to generate the HTML for the sortNumeral displayed next to a field's title when it is included in the current sort specification.
  • Constructor Details

    • SortNumeralHTMLCustomizer

      public SortNumeralHTMLCustomizer()
  • Method Details

    • getSortNumeralHTML

      public abstract String getSortNumeralHTML(String fieldName, int sortIndex)
      Parameters:
      fieldName - the name of the field to retrieve the sortNumeralHTML for
      sortIndex - the integer index of this field in the sort specification
      Returns:
      the HTML string representing the sortNumeral for the passed fieldName