Name | Type | Description |
---|---|---|
control | UIControl | Returns the control placed in the cell. |
controlConstraint | ControlConstraint | Returns Control Constraints. |
expr | #expression | Returns the expression represented by the cell. |
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 |
declaring type | GridCellConfigurator |
---|---|
type | UIControl |
get |
Returns the control placed in the cell.
|
set |
Sets the control for the cell.
|
declaring type | GridCellConfigurator |
---|---|
type | ControlConstraint |
get |
Returns Control Constraints.
|
set |
Set Control Constraints.
|
type | #expression |
---|---|
get |
Returns the expression represented by the cell.
|
set |
Sets the expression to be displayed in the cell.
|
declaring type | GridCellConfigurator |
---|---|
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. |
declaring type | GridCellConfigurator |
---|---|
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 |
declaring type | GridCellConfigurator |
---|---|
type | GridStyler |
readonly |
Returns the style settings for the cell.
|
declaring type | GridCellConfigurator |
---|---|
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 |
---|