Package com.smartgwt.client.widgets.grid
Class SortNumeralHTMLCustomizer
java.lang.Object
com.smartgwt.client.widgets.grid.SortNumeralHTMLCustomizer
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract String
getSortNumeralHTML
(String fieldName, int sortIndex)
-
Constructor Details
-
SortNumeralHTMLCustomizer
public SortNumeralHTMLCustomizer()
-
-
Method Details
-
getSortNumeralHTML
- Parameters:
fieldName
- the name of the field to retrieve the sortNumeralHTML forsortIndex
- the integer index of this field in the sort specification- Returns:
- the HTML string representing the sortNumeral for the passed fieldName
-