Uses of Class
net.sf.jasperreports.components.sort.FilterTypesEnum
-
Packages that use FilterTypesEnum 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. -
-
Uses of FilterTypesEnum in net.sf.jasperreports.components.headertoolbar
Methods in net.sf.jasperreports.components.headertoolbar that return FilterTypesEnum Modifier and Type Method Description static FilterTypesEnumHeaderToolbarElementUtils. getFilterType(Class<?> clazz)Methods in net.sf.jasperreports.components.headertoolbar with parameters of type FilterTypesEnum Modifier and Type Method Description static StringHeaderToolbarElementUtils. getFilterPattern(JasperReportsContext jasperReportsContext, Locale locale, FilterTypesEnum filterType) -
Uses of FilterTypesEnum in net.sf.jasperreports.components.sort
Methods in net.sf.jasperreports.components.sort that return FilterTypesEnum Modifier and Type Method Description static FilterTypesEnumFilterTypesEnum. getByName(String name)protected FilterTypesEnumSortComponentFill. getFilterType()static FilterTypesEnumSortElementUtils. getFilterType(Class<?> clazz)FilterTypesEnumFieldFilter. getFilterTypeEnum()static FilterTypesEnumFilterTypesEnum. 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.Methods in net.sf.jasperreports.components.sort with parameters of type FilterTypesEnum Modifier and Type Method Description static AbstractFieldComparator<?>FieldComparatorFactory. createFieldComparator(FilterTypesEnum filterTypeEnum, String filterPattern, Locale locale, TimeZone timeZone)
-