BiGridPanel2Row
A row of cells in a BiGridPanel2
This class extends BiObject and therefore all methods and fields available for BiObject are also available for BiGridPanel2Row .
Constructor
new BiGridPanel2Row ( )
Parameters
No parameters.
Properties
| Name | Type | get | set | Descripton |
align | String | ![]() | ![]() | The horizontal alignment for cells in the row. Individual cells can override this. See BiGridPanel2Cell for specific settings. |
cellPadding | String | ![]() | ![]() | Padding for cells in the row. Individual cells can override this. |
cells | Number | ![]() | Padding for cells in the row. Individual cells can override this. | |
numberOfColumns | Number | ![]() | The number of columns in this row | |
parent | | ![]() | The parent BiGridPanel2. | |
valign | String | ![]() | ![]() | The vertical alignment for cells in the row. Individual cells can override this. See BiGridPanel2Cell for settings. |
Methods
| Name | Description |
add | Add a cell to the Row. The row is added last to the row. |
remove | Removes a cell from the row. |
Events
None.
Static Methods
None.
Static Fields
None.
Remarks
None.
Method Details
add
Add a cell to the Row. The row is added last to the row.
Syntax
object.add ( oChild ) Parameters
| Name | Type | Optional | Default | Descripton |
oChild | | Cell to add |
Return Type
void
remove
Removes a cell from the row.
Syntax
object.remove ( oChild ) Parameters
| Name | Type | Optional | Default | Descripton |
oChild | | Cell to remove |
Return Type
void
