| Name | Type | Description |
|---|---|---|
| control | UIControl | Returns the control placed in the cell. |
| controlConstraint | ControlConstraint | Returns Control Constraints. |
| fieldLabel | String | Returns the logical field name of the cell. |
| formula | String | Returns the function expression to be expressed in a cell when exporting to Excel. |
| style | GridStyler | Returns the style settings for the cell. |
| tooltip | String |
| Name | Return Type | Description |
|---|---|---|
| bind | IBindFactory | Gets the bind factory for the given attribute name. |
| getBindInfo | BindInfo | Returns bind attribute information. |
| isBindable | Boolean | Make sure it is a bindable property. |
| unbind |
| name | type | description | |
|---|---|---|---|
| grid | Grid | ||
| type | UIControl |
|---|---|
| get |
Returns the control placed in the cell.
|
| set |
Sets the control for the cell.
|
| type | ControlConstraint |
|---|---|
| get |
Returns Control Constraints.
|
| set |
Set Control Constraints.
|
| type | String |
|---|---|
| get |
Returns the logical field name of the cell.
|
| set |
Set the logical field name of the cell.
If the fieldLabel of the control placed in the cell is set, the fieldLabel of the control is applied. |
| type | String |
|---|---|
| get |
Returns the function expression to be expressed in a cell when exporting to Excel.
|
| set |
Set the function expression to be expressed in the cell when exporting to Excel.
Supported built-in functions: #C(number?) Convert set cell index or current cell index to Excel column name #R(number?) Use the set row index or convert the current row index to Excel row index |
| type | GridStyler |
|---|---|
| readonly |
Returns the style settings for the cell.
|
| type | String |
|---|---|
| name | type | description | |
|---|---|---|---|
| name | String | The attribute name for which to get the bind factory. | |
| return | IBindFactory |
|---|
| name | type | description | |
|---|---|---|---|
| name | String | The name of the attribute being bound. | |
| return | BindInfo | BindInfo Properties |
|---|
| name | type | description | |
|---|---|---|---|
| name | String | Properties to check. | |
| return | Boolean |
|---|
| name | type | description | |
|---|---|---|---|
| name | String | ||