Package | Description |
---|---|
net.sf.jasperreports.components.headertoolbar |
Contains classes for the built-in Header Toolbar component.
|
net.sf.jasperreports.components.sort |
Contains classes for the built-in Sort component.
|
Modifier and Type | Method and Description |
---|---|
static FilterTypesEnum |
HeaderToolbarElementUtils.getFilterType(Class<?> clazz) |
Modifier and Type | Method and Description |
---|---|
static String |
HeaderToolbarElementUtils.getFilterPattern(JasperReportsContext jasperReportsContext,
Locale locale,
FilterTypesEnum filterType) |
Modifier and Type | Method and Description |
---|---|
static FilterTypesEnum |
FilterTypesEnum.getByName(String name) |
protected FilterTypesEnum |
SortComponentFill.getFilterType() |
static FilterTypesEnum |
SortElementUtils.getFilterType(Class<?> clazz) |
FilterTypesEnum |
FieldFilter.getFilterTypeEnum() |
static FilterTypesEnum |
FilterTypesEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterTypesEnum[] |
FilterTypesEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static AbstractFieldComparator<?> |
FieldComparatorFactory.createFieldComparator(FilterTypesEnum filterTypeEnum,
String filterPattern,
Locale locale,
TimeZone timeZone) |
Copyright © 2016. All rights reserved.