com.jaspersoft.jasperserver.war.model.impl
Class ORTreeDataFilterImpl
java.lang.Object
com.jaspersoft.jasperserver.war.model.impl.ORTreeDataFilterImpl
- All Implemented Interfaces:
- TreeDataFilter
public class ORTreeDataFilterImpl
- extends java.lang.Object
- implements TreeDataFilter
This is a container for logical OR operation over all children filters assigned
- Author:
- asokolnikov
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
filterList
public java.util.List filterList
ORTreeDataFilterImpl
public ORTreeDataFilterImpl()
filter
public boolean filter(TreeNode node)
- Returns true if at least one of children filters returns true.
Returns true if no children filters assigned.
Returns false otherwise
- Specified by:
filter
in interface TreeDataFilter
- Returns:
getFilterList
public java.util.List getFilterList()
setFilterList
public void setFilterList(java.util.List filterList)
Copyright © 2007. All Rights Reserved.