Class | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
GxAutoGroupColumn | Allows specifying the group 'auto column' if you are not happy with the default. If grouping, this column def is included as the first column definition in the grid. If not grouping, this column is not included. | ||||||||||
GxColumn | The class holds the grid column props, it also introduces several helper methods to update the styles like, fore/back colors. | ||||||||||
GxColumnDefinition | The class holds the common props between column and column groups. Every property and method has one or more tag attached. The following is the meaning for each tag :
| ||||||||||
GxColumnGroup | The class holds the grid column group. With this object you can group several columns and several column groups together to create deep nested structure. | ||||||||||
GxColumnsManager | The class is a direct implementation for GxColumnsManagerInterface and it defines the common logic for all methods | ||||||||||
GxDefaultColumnDefinition | The class represents the default column definition which the grid will use. | ||||||||||
GxDefaultColumnGroup | The class holds the default grid column group. |
Interface | Description |
---|---|
GxColumnsManagerInterface | The interface defines the common methods for columns and column groups management |