public class GxFilterText
extends GxColumnFilterAG
The class represents the default ag-grid text filter
Modifier and Type | Field and Description |
---|---|
BBjNumber | CaseSensitive! Set to true to make text filtering case sensitive, otherwise the filtering will be case insensitive |
Modifier and Type | Method and Description |
---|---|
JsonObject | getAsJsonObject() Convert the filter definition to Json Object |
static BBjString | getFilterName() {@inheritDoc} |
public BBjNumber CaseSensitive!
Set to true to make text filtering case sensitive, otherwise the filtering will be case insensitive
public JsonObject getAsJsonObject()
Convert the filter definition to Json Object
public static BBjString getFilterName()