|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IFilter | |
|---|---|
| org.openxava.calculators | |
| org.openxava.filters | |
| org.openxava.filters.meta | |
| org.openxava.tab | |
| Uses of IFilter in org.openxava.calculators |
|---|
| Methods in org.openxava.calculators with parameters of type IFilter | |
|---|---|
void |
DescriptionsCalculator.setParameters(java.util.Collection parameters,
IFilter filter)
|
| Uses of IFilter in org.openxava.filters |
|---|
| Subinterfaces of IFilter in org.openxava.filters | |
|---|---|
interface |
IRequestFilter
Filter that receive a HTTP request before filter. |
| Classes in org.openxava.filters that implement IFilter | |
|---|---|
class |
BaseContextFilter
Base filter to allow access to a context object of current module and the other modules too. |
class |
CollectionInViewBaseFilter
Used for implementing collections using a Tab
from a View. |
class |
CollectionInViewFilter
Used for implementing collections using a Tab from a
View. |
class |
CollectionWithConditionInViewFilter
Used for implementing collections with condition using a Tab from a View. |
class |
DateToSqlDateFilter
Convert all java.util.Date arguments in java.sql.Date. |
class |
TotalLikeFilter
Put a % before and after. |
class |
UserFilter
Inserts the name of the current user as first parameter. |
class |
VoidFilter
Do nothing. |
class |
YearToDateRangeFilter
Convert a year in a date range. |
| Uses of IFilter in org.openxava.filters.meta |
|---|
| Methods in org.openxava.filters.meta that return IFilter | |
|---|---|
IFilter |
MetaFilter.createFilter()
|
IFilter |
MetaFilter.getFilter()
|
| Uses of IFilter in org.openxava.tab |
|---|
| Methods in org.openxava.tab that return IFilter | |
|---|---|
IFilter |
Tab.getFilter()
Filter used currently by this tab. |
| Methods in org.openxava.tab with parameters of type IFilter | |
|---|---|
void |
Tab.setFilter(IFilter filter)
Sets the filter for this tab in runtime. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||