Enumeration for the instance of child properties belonging to the TableView class.  
 More...
| 
Public Types | 
| enum |  | 
|  | Enumeration for the instance of child properties belonging to the TableView class.  More... 
 | 
Detailed Description
Enumeration for the instance of child properties belonging to the TableView class. 
- Since:
- 3.0, DALi version 1.1.36 
Member Enumeration Documentation
Enumeration for the instance of child properties belonging to the TableView class. 
- Since:
- 3.0, DALi version 1.1.36 
- Enumerator: 
- 
| CELL_INDEX | name "cellIndex", The top-left cell this child occupies, if not set, the first available cell is used, type VECTOR2  Since:3.0, DALi version 1.1.36 
 |  | ROW_SPAN | name "rowSpan", The number of rows this child occupies, if not set, default value is 1, type FLOAT  Since:3.0, DALi version 1.1.36 
 |  | COLUMN_SPAN | name "columnSpan", The number of columns this child occupies, if not set, default value is 1, type FLOAT  Since:3.0, DALi version 1.1.36 
 |  | CELL_HORIZONTAL_ALIGNMENT | name "cellHorizontalAlignment", The horizontal alignment of this child inside the cells, if not set, default value is 'left', type STRING  Since:3.0, DALi version 1.1.36 
 |  | CELL_VERTICAL_ALIGNMENT | name "cellVerticalAlignment", The vertical alignment of this child inside the cells, if not set, default value is 'top', type STRING  Since:3.0, DALi version 1.1.36 
 |