public class GxClientFilterTextModel
extends GxClientFilterSimpleModel
The filter model represents the state of the text filter
Modifier and Type | Field and Description |
---|---|
BBjString | Filter! The value associated with the filter. |
Constructor and Description |
---|
GxClientFilterTextModel() Construct new GxClientFilterTextModel |
GxClientFilterTextModel(BBjString filter!) Construct new GxClientFilterTextModel |
GxClientFilterTextModel(BBjString filter! , BBjString type!) Construct new GxClientFilterTextModel |
Modifier and Type | Method and Description |
---|---|
void | clearFilter() Clear the filter |
JsonObject | getAsJsonObject() {@inheritDoc} |
BBjNumber | supportsCombinedModel() {@inheritDoc} |
public BBjString Filter!
The value associated with the filter.
public GxClientFilterTextModel()
Construct new GxClientFilterTextModel
public GxClientFilterTextModel(BBjString filter!)
Construct new GxClientFilterTextModel
BBjString
filter! the value to use as filter GxColumnFilterTextFilterOptions
public void clearFilter()
Clear the filter
public JsonObject getAsJsonObject()
public BBjNumber supportsCombinedModel()