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. |
Column!, Widget! Fields inherited from class GxClientFilterSimpleModel
Type!
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} |
apply, apply, clearFilter, execute, execute, isFilterActive, update
clearFilter, getAsJsonObject
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 GxClientFilterTextModel(BBjString filter! , BBjString type!)
Construct new GxClientFilterTextModel
BBjString
filter! the value to use as filterBBJString
type! the filter type GxColumnFilterTextFilterOptions
public void clearFilter()
Clear the filter
public JsonObject getAsJsonObject()
public BBjNumber supportsCombinedModel()