|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.data.util.filter.AbstractJunctionFilter
com.vaadin.data.util.filter.And
public final class And
A compound Container.Filter that accepts an item if all of its filters accept
the item.
If no filters are given, the filter should accept all items.
This filter also directly supports in-memory filtering when all sub-filters
do so.
Or,
Serialized Form| Field Summary |
|---|
| Fields inherited from class com.vaadin.data.util.filter.AbstractJunctionFilter |
|---|
filters |
| Constructor Summary | |
|---|---|
And(Container.Filter... filters)
|
|
| Method Summary | |
|---|---|
boolean |
passesFilter(java.lang.Object itemId,
Item item)
Check if an item passes the filter (in-memory filtering). |
| Methods inherited from class com.vaadin.data.util.filter.AbstractJunctionFilter |
|---|
appliesToProperty, equals, getFilters, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public And(Container.Filter... filters)
filters - filters of which the And filter will be composed| Method Detail |
|---|
public boolean passesFilter(java.lang.Object itemId,
Item item)
throws UnsupportedFilterException
Container.Filter
itemId - identifier of the item being filtered; may be null when
the item is being added to the containeritem - the item being filtered
UnsupportedFilterException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||