public class GxClientFilterBooleanModel
extends GxClientFilterAbstractModel
The filter model represents the state of the boolean filter
Modifier and Type | Field and Description |
---|---|
BBjNumber | Filter! The value associated with the filter. |
Constructor and Description |
---|
GxClientFilterBooleanModel(BBjNumber filter!) Construct new GxClientFilterBooleanModel |
Modifier and Type | Method and Description |
---|---|
void | clearFilter() Clear the filter |
JsonObject | getAsJsonObject() {@inheritDoc} |
BBjNumber | supportsCombinedModel() {@inheritDoc} |
public BBjNumber Filter!
The value associated with the filter.
public GxClientFilterBooleanModel(BBjNumber filter!)
Construct new GxClientFilterBooleanModel
BBjNumber
filter! the value to use as filterpublic void clearFilter()
Clear the filter
public JsonObject getAsJsonObject()
public BBjNumber supportsCombinedModel()