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.
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.