org.eobjects.metamodel.data
Interface IRowFilter

All Known Implementing Classes:
FilterItem

public interface IRowFilter

A filter that is executed client-side because filter criteria are either more dynamic than the Query-functionality offer or because it cannot be expressed using datastore-neutral queries.

See Also:
FilteredDataSet

Method Summary
 boolean accept(Row row)
          Filters a row
 

Method Detail

accept

boolean accept(Row row)
Filters a row

Parameters:
row -
Returns:
true if the row is valid according to the filter


Copyright © 2007-2013. All Rights Reserved.