cpr.controls.gridpart.GridFooterBand
Index
| Name |
Type |
Description |
| cellCount |
Number |
Returns the number of cells in the band. |
| visible |
Boolean |
Returns the visible value of the band. |
Properties
| declaring type
|
GridBand |
| type
|
Number |
| readonly
|
Returns the number of cells in the band.
|
| type
|
Boolean |
| get
|
Returns the visible value of the band.
Only the footer works.
|
| set
|
Set the visible band.
Only the footer works.
|
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. |
deprecatedThis function is only available in 19.01.21 detail.
Returns a GridDetailColumn array bound to a specific columnName.
| name |
type |
description |
| columnName
|
String |
The columnName bound to detail. |
Returns controls that exist in a specific cell.
| name |
type |
description |
| cellIndex
|
Number |
Cell index. |
| return
|
UIControl |
The control that exists at the input cell index. |
If a control exists in a specific cell, it returns the value of that control's specific property.
| name |
type |
description |
| 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]) |