| Class | Description |
|---|---|
| GxClientAddRangeChartModel | The model is used to compose a range chart model in order to be applied on the client. |
| GxClientAddRangeSelectionModel | The model is used to compose a range selection model in order to be applied on the client. Ranges are normally bounded by a start and end row. However it is also possible to define a range unbounded by rows (ie to contain all rows). For an unbounded range, do not provided start or end row positions. |
| GxClientCellModel | A model for the client cell |
| GxClientColumnModel | A model for the client column |
| GxClientFilterAbstractModel | A generic abstract implementation for the GxClientFilterModel interface |
| GxClientFilterBooleanModel | The filter model represents the state of the boolean filter |
| GxClientFilterCombinedModel | A filter a which wraps two filter models and combine them with an |
| GxClientFilterDateTimeModel | The filter model represents the state of the datetime filter. Please not this model will work for date , times and timestamps |
| GxClientFilterNumberModel | The filter model represents the state of the number filter |
| GxClientFilterSetFilterModel | The filter model represents the enhanced filter type "setFilter" |
| GxClientFilterSimpleModel | An abstract filter model which defined the common properties of the provided simple filters |
| GxClientFilterTextModel | The filter model represents the state of the text filter |
| GxClientKeypressModel | The model is used to represent a keypress on the client |
| GxClientRangeSelectionModel | This model is used when range selections are read from the client |
| GxClientRowModel | A client model for rows |
| GxClientSortModel | The sorting model describes how the columns will be sorted on the client |
| GxClientTransactionModel | The model describes an transaction operation that can be passed to the grid to add / remove & update that data at once. |
| Interface | Description |
|---|---|
| GxClientFilterModel | When saving or restoring state on a filter the filter model is used. The filter model represents the state of the filter |