public class GxClientFilterDateTimeModel
extends GxClientFilterSimpleModel
The filter model represents the state of the datetime filter. Please not this model will work for date , times and timestamps
Modifier and Type | Field and Description |
---|---|
BBjString | Filter! The value associated with the filter. |
BBjString | FilterTo! In case you are using range filter , then this is the second input value |
Constructor and Description |
---|
GxClientFilterDateTimeModel() Construct new GxClientFilterDateTimeModel |
GxClientFilterDateTimeModel(BBjString filter!) Construct new GxClientFilterDateTimeModel |
GxClientFilterDateTimeModel(BBjString filter! , BBjString filterTo!) Construct new GxClientFilterDateTimeModel |
GxClientFilterDateTimeModel(BBjString filter! , BBjString filterTo! , BBjString type!) Construct new GxClientFilterDateTimeModel |
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 BBjString FilterTo!
In case you are using range filter , then this is the second input value
public GxClientFilterDateTimeModel()
Construct new GxClientFilterDateTimeModel
public GxClientFilterDateTimeModel(BBjString filter!)
Construct new GxClientFilterDateTimeModel
BBjString
filter! the value to use as filter GxColumnFilterDateTimeFilterOptions
public GxClientFilterDateTimeModel(BBjString filter! , BBjString filterTo!)
Construct new GxClientFilterDateTimeModel
BBjString
filter! the value to use as filterBBjString
filterTo! In case you are using range filter , then this is the second input value GxColumnFilterDateTimeFilterOptions
public GxClientFilterDateTimeModel(BBjString filter! , BBjString filterTo! , BBjString type!)
Construct new GxClientFilterDateTimeModel
BBjString
filter! the value to use as filterBBjString
filterTo! In case you are using range filter , then this is the second input valueBBJString
type! the filter type GxColumnFilterDateTimeFilterOptions
public void clearFilter()
Clear the filter
public JsonObject getAsJsonObject()
public BBjNumber supportsCombinedModel()