Constructor
new module:caplin/grid/FilterConstraint(oColumnFilter)
Constructs a
caplin.grid.FilterConstraint
.
This class will construct a single filter criteria string based on the field, value and comparator
in the given oColumnFilter
object.
Parameters:
Name | Type | Description |
---|---|---|
oColumnFilter |
module:caplin/grid/GridColumnFilter | The column filter to construct the constraint for. |
Methods
-
getConstraintString()
-
Returns:
The filter criteria string for the givenoColumnFilter
.