| GWC Template Language Reference / Template Paths - Layout hierarchies | |
Path: application/u/window/form/grid/layout/line/cell or relative paths according to sequences.
The GridLayoutCell is a sub-object of GridLayoutLine describing one grid cell.
| Fields (Attributes) | Type | Description | 
|---|---|---|
| GID | Attribute (string) | GridLayout identifier. | 
| isEmpty | Attribute (boolean) | True if the cell does not contain a widget. | 
| x | Attribute (number) | The cell x coordinate in the Grid. | 
| y | Attribute (number) | The cell y coordinate in the Grid. | 
| width | Attribute (number) | The cell width. | 
| height | Attribute (number) | The cell height. | 
| item | Object | A LayoutContainer object or a GridElem object filling this grid cell. |