|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ReportFilter | |
| org.jcreme.filters | |
| org.jcreme.reporting | |
| org.jcreme.tutorial | |
| Uses of ReportFilter in org.jcreme.filters |
| Classes in org.jcreme.filters that implement ReportFilter | |
class |
ANDFilter
This implementation of the ReportFilter interface enables to combine a number of other ReportFilter with AND logic operators. |
class |
BaseReportFilter
The abstract base class for every ReportFilter. |
class |
ORFilter
This implementation of the ReportFilter interface enables to combine a number of other ReportFilter with OR logic operators. |
| Methods in org.jcreme.filters that return ReportFilter | |
ReportFilter[] |
ANDFilter.getFilters()
This method gives access to the filters combined by this ANDFilter. |
ReportFilter[] |
ORFilter.getFilters()
This method gives access to the filters combined by this ORFilter. |
| Constructors in org.jcreme.filters with parameters of type ReportFilter | |
ANDFilter(ReportFilter[] filters)
Creates new ANDFilter |
|
FilterChangeEvent(ReportFilter source)
Creates new FilterChangeEvent |
|
FilterChangeEvent(ReportFilter source,
java.lang.String propertyName,
java.lang.Object oldValue,
java.lang.Object newValue)
Creates new FilterChangeEvent |
|
ORFilter(ReportFilter[] filters)
Creates new ORFilter |
|
ORFilter(ReportFilter firstFilter,
ReportFilter secondFilter)
Creates a binary ORFilter |
|
| Uses of ReportFilter in org.jcreme.reporting |
| Methods in org.jcreme.reporting that return ReportFilter | |
ReportFilter |
Report.getFilter()
This methods returns a filter to apply to this report. |
| Methods in org.jcreme.reporting with parameters of type ReportFilter | |
void |
Report.setFilter(ReportFilter filter)
This method enables to change the filter that applies to this report. |
| Uses of ReportFilter in org.jcreme.tutorial |
| Methods in org.jcreme.tutorial that return ReportFilter | |
ReportFilter |
ProcessInfoReport.getFilter()
|
| Methods in org.jcreme.tutorial with parameters of type ReportFilter | |
void |
ProcessInfoReport.setFilter(ReportFilter filter)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||