cpr.controls.gridpart.config.GridFooterCellConfigurator

Hierarchy

Index

Properties
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
Methods
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

Constructor

GridFooterCellConfigurator(grid)
Parameters
name type description
grid Grid

Properties

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

Methods

bind(name)
declaring typeGridCellConfigurator
Gets the bind factory for the given attribute name.
Parameters
name type description
name String The attribute name for which to get the bind factory.
return IBindFactory
getBindInfo(name)
declaring typeGridCellConfigurator
Returns bind attribute information.
Parameters
name type description
name String The name of the attribute being bound.
return BindInfo BindInfo Properties
isBindable(name)
declaring typeGridCellConfigurator
Make sure it is a bindable property.
Parameters
name type description
name String Properties to check.
return Boolean
unbind(name)
declaring typeGridCellConfigurator
Parameters
name type description
name String