org.openxava.filters
Class CollectionWithConditionInViewFilter

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

public class CollectionWithConditionInViewFilter
extends CollectionInViewBaseFilter

Used for implementing collections with condition using a Tab from a View.

Author:
Javier Paniza
See Also:
Serialized Form

Constructor Summary
CollectionWithConditionInViewFilter()
           
 
Method Summary
 java.util.Collection getConditionArgumentsPropertyNames()
           
protected  java.util.Collection getKeyValues()
          Values to add as key at the begin of arguments for filtering.
 void setConditionArgumentsPropertyNames(java.util.Collection conditionArgumentsPropertyNames)
           
 
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

CollectionWithConditionInViewFilter

public CollectionWithConditionInViewFilter()
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

getConditionArgumentsPropertyNames

public java.util.Collection getConditionArgumentsPropertyNames()

setConditionArgumentsPropertyNames

public void setConditionArgumentsPropertyNames(java.util.Collection conditionArgumentsPropertyNames)