public class SortElementHtmlHandler extends BaseElementHtmlHandler
Modifier and Type | Field and Description |
---|---|
protected static String |
CSS_TEXT_ALIGN_LEFT |
protected static String |
FILTER_SYMBOL_ACTIVE |
protected static String |
FILTER_SYMBOL_INACTIVE |
protected static String |
HTML_VERTICAL_ALIGN_TOP |
Constructor and Description |
---|
SortElementHtmlHandler() |
Modifier and Type | Method and Description |
---|---|
static void |
getFieldFilters(DatasetFilter existingFilter,
List<FieldFilter> fieldFilters,
String fieldName) |
String |
getHtmlFragment(JRHtmlExporterContext context,
JRGenericPrintElement element)
Returns an HTML fragment that is to be inserted in the export output.
|
boolean |
toExport(JRGenericPrintElement element)
Decides whether a generic print element is to be exported.
|
protected static final String HTML_VERTICAL_ALIGN_TOP
protected static final String CSS_TEXT_ALIGN_LEFT
protected static final String FILTER_SYMBOL_ACTIVE
protected static final String FILTER_SYMBOL_INACTIVE
public String getHtmlFragment(JRHtmlExporterContext context, JRGenericPrintElement element)
GenericElementHtmlHandler
element
- the generic print elementpublic boolean toExport(JRGenericPrintElement element)
GenericElementHandler
element
- the elementpublic static void getFieldFilters(DatasetFilter existingFilter, List<FieldFilter> fieldFilters, String fieldName)
Copyright © 2016. All rights reserved.