Package org.openxava.filters
Class CollectionInViewFilter
- java.lang.Object
-
- org.openxava.filters.CollectionInViewBaseFilter
-
- org.openxava.filters.CollectionInViewFilter
-
- All Implemented Interfaces:
java.io.Serializable
,IFilter
public class CollectionInViewFilter extends CollectionInViewBaseFilter
- Author:
- Javier Paniza
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CollectionInViewFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Collection
getKeyValues()
Values to add as key at the begin of arguments for filtering.-
Methods inherited from class org.openxava.filters.CollectionInViewBaseFilter
filter, getView, setView
-
-
-
-
Method Detail
-
getKeyValues
protected java.util.Collection getKeyValues() throws XavaException
Description copied from class:CollectionInViewBaseFilter
Values to add as key at the begin of arguments for filtering.- Specified by:
getKeyValues
in classCollectionInViewBaseFilter
- Throws:
XavaException
-
-