org.extremecomponents.table.model
Class FilterPredicate

java.lang.Object
  extended byorg.extremecomponents.table.model.FilterPredicate
All Implemented Interfaces:
org.apache.commons.collections.Predicate

public class FilterPredicate
extends java.lang.Object
implements org.apache.commons.collections.Predicate

Use the Jakarta Collections predicate pattern to filter out the table.

Author:
Jeff Johnston

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

FilterPredicate

public FilterPredicate(TableModel model)
Method Detail

evaluate

public boolean evaluate(java.lang.Object bean)
Use the filter parameters to filter out the table.

Specified by:
evaluate in interface org.apache.commons.collections.Predicate


Copyright © 2004 sourceforge. All Rights Reserved.