BaseTableControl.setFilterExpression

Sets an FPL conditional expression that limits which table rows are displayed. The expression is applied to each row in the underlying table when the page is prepared for output. The expression can refer to any form field or table column and must evaluate to true or false.

Further documentation.

Parameters

java.lang.String  filterExpression,