de.jaret.util.ui.table.filter
Interface IRowFilter
- All Superinterfaces:
- de.jaret.util.misc.PropertyObservable
- All Known Subinterfaces:
- IAutoFilter
- All Known Implementing Classes:
- AbstractAutoFilter, AbstractRowFilter, DefaultAutoFilter
public interface IRowFilter
- extends de.jaret.util.misc.PropertyObservable
A simple row filter for the jaret table. This is a PropertyObservable to allow the table to refresh on prop changes.
- Version:
- $Id: IRowFilter.java 386 2007-04-30 08:38:51Z olk $
- Author:
- Peter Kliem
|
Method Summary |
boolean |
isInResult(IRow row)
Check whether the row is in the resulting list of rows. |
| Methods inherited from interface de.jaret.util.misc.PropertyObservable |
addPropertyChangeListener, removePropertyChangeListener |
isInResult
boolean isInResult(IRow row)
- Check whether the row is in the resulting list of rows.
- Parameters:
row - row to check.
- Returns:
- true if the rw is in the result.
Copyright © 2012. All Rights Reserved.