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.CollectiongetKeyValues()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 XavaExceptionDescription copied from class:CollectionInViewBaseFilterValues to add as key at the begin of arguments for filtering.- Specified by:
getKeyValuesin classCollectionInViewBaseFilter- Throws:
XavaException
-
-