|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.extremecomponents.table.model.FilterPredicate
Use the Jakarta Collections predicate pattern to filter out the table.
Constructor Summary | |
FilterPredicate(TableModel model)
|
Method Summary | |
boolean |
evaluate(java.lang.Object bean)
Use the filter parameters to filter out the table. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FilterPredicate(TableModel model)
Method Detail |
public boolean evaluate(java.lang.Object bean)
evaluate
in interface org.apache.commons.collections.Predicate
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |