Tizen Native API  6.5
Dali::Toolkit::TableView::Property Struct Reference

Enumeration for the instance of properties belonging to the TableView class. More...

Public Types

enum  
 Enumeration for the instance of properties belonging to the TableView class. More...

Detailed Description

Enumeration for the instance of properties belonging to the TableView class.

LayoutRows: set the height of the rows. It has the format as follows in script:

 "layoutRows":
       {
         "0": { "policy": "fixed", "value": 40 },       //@see SetFixedHight
         "2": { "policy": "relative", "value": 0.33 },  //@see SetRelativeHeight
         "3": { "policy": "fit", "value":0.0 }          //@see SetFitHeight, the value is not used, its height is decided by the children in this row
       }

LayoutColumns: set the width of the columns. It has the format as follows in script:

 "layoutColumns":
       {
         "0": { "policy": "fixed", "value": 40 },       //@see SetFixedWidth
         "1": { "policy": "fit", "value":0.0 }          //@see SetFitHeight, the value is not used, its width is decided by the children in this column
         "2": { "policy": "relative", "value": 0.33 }   //@see SetRelativeWidth
       }
Since:
2.4, DALi version 1.0.0

Member Enumeration Documentation

anonymous enum

Enumeration for the instance of properties belonging to the TableView class.

Since:
2.4, DALi version 1.0.0
Enumerator:
ROWS 

name "rows", type unsigned int

Since:
2.4, DALi version 1.0.0
COLUMNS 

name "columns", type unsigned int

Since:
2.4, DALi version 1.0.0
CELL_PADDING 

name "cellPadding", type Vector2

Since:
2.4, DALi version 1.0.0
LAYOUT_ROWS 

name "layoutRows", type Map

Since:
2.4, DALi version 1.0.0
LAYOUT_COLUMNS 

name "layoutColumns", type Map

Since:
2.4, DALi version 1.0.0