| 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. | 
| 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. | 
| 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. |