org.araneaframework.uilib.list.structure.filter.composite
Class AndFilter
java.lang.Object
org.araneaframework.uilib.list.structure.filter.MultiFilter
org.araneaframework.uilib.list.structure.filter.composite.AndFilter
- All Implemented Interfaces:
- ExpressionBuilder, ListFilter, Serializable
- public class AndFilter
- extends MultiFilter
- See Also:
- Serialized Form
| Fields inherited from class org.araneaframework.uilib.list.structure.filter.MultiFilter |
children |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AndFilter
public AndFilter()
buildExpression
public Expression buildExpression(Map data)
- Description copied from interface:
ExpressionBuilder
- Builds
Expression.
- Parameters:
data - object that can be used to configure building the expressions.
- Returns:
Expression that is built according to the
data or null if no expression has been built.