cpr.controls.gridpart.GridDetailBand
Index
Name |
Type |
Description |
cellCount |
Number |
Returns the number of cells in the band. |
Properties
declaring type
|
GridBand |
type
|
Number |
readonly
|
Returns the number of cells in the band.
|
Methods
Returns an array of cellIndex.
return
|
Number[] |
cellIndex array. |
Returns a specific cell.
name |
type |
description |
cellIndex
|
Number |
Cell index. |
Returns an array of GridColumn that fits this information.
name |
type |
description |
colIndex
|
Number |
The colIndex of the column to find. |
colSpan
|
Number |
The colSpan of the column you are looking for. |
Returns an array of GridDetailColumn bound to a specific columnName.
This function is provided only in detail.
name |
type |
description |
columnName
|
String |
The columnName bound to detail. |
Returns the controls present in a specific cell.
If a specific cell is a conditional control, you must enter the ConditionalID.
name |
type |
description |
cellIndex
|
Number |
Cell index. |
conditionalIdoptional
|
String |
Conditional ID. (EXPERIMENTAL) |
return
|
UIControl |
Controls in the input cell index. |
If a control exists in a specific cell, it returns the value of the specific property of the control in a particular row.
name |
type |
description |
rowIndex
|
Number |
Row index to get the attribute value. |
cellIndex
|
Number |
|
attrName
|
String |
Attribute name. |
return
|
Object |
Property Value. |
Returns the height of each region by row index.
The unit is px.
name |
type |
description |
rowIndex
|
Number |
Row index. |
return
|
Number |
The height of the input row index. |
Returns the row height of the region.
Row height at design time.
The unit is px.
return
|
{
height: Number
}[] |
Row height array. |
Change the row height of the area.
name |
type |
description |
heights
|
Number[] |
Set height array. (ex. [30]) |