DataTableView.Filter

Overview

The DataTableView.Filter interface is used to perform filter action while refreshing the DataTableView object.

Note, that there is no need to call view's refresh method manually, because it will be executed automaticly after view's setFilter method call.

Location


Required Methods


evaluate

The overload of this method should return a boolean value that defines wheter or not the current row should be included in the result filtered set.

 

method evaluate(aRow: DataRow): Boolean

 

Boolean evaluate(DataRow aRow)

Parameters:

  • aRow: A current row to filter.