org.openxava.filters
Class CollectionInViewFilter

java.lang.Object
  extended by org.openxava.filters.CollectionInViewBaseFilter
      extended by org.openxava.filters.CollectionInViewFilter
All Implemented Interfaces:
java.io.Serializable, IFilter

public class CollectionInViewFilter
extends CollectionInViewBaseFilter

Used for implementing collections using a Tab from a View.

Author:
Javier Paniza
See Also:
Serialized Form

Constructor Summary
CollectionInViewFilter()
           
 
Method Summary
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionInViewFilter

public CollectionInViewFilter()
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 class CollectionInViewBaseFilter
Throws:
XavaException