JIDE 3.5.15

com.jidesoft.grid
Interface AutoFilterBox.FilterTitleFormatter

All Known Subinterfaces:
AutoFilterTableHeaderAdapter.FilterTitleFormatter
Enclosing class:
AutoFilterBox

public static interface AutoFilterBox.FilterTitleFormatter

An interface which is used to format the filter title.


Method Summary
 String formatColumnTitle(String columnName, Filter[] filters)
          Formats the title.
 

Method Detail

formatColumnTitle

String formatColumnTitle(String columnName,
                         Filter[] filters)
Formats the title. You can use html code in the returned title.

Parameters:
columnName - the name for the column.
filters - the filters on the column
Returns:
the new title after formatting.

JIDE 3.5.15