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

NameTypegetsetDescripton
alignStringcheckedcheckedThe horizontal alignment for cells in the row. Individual cells can override this. See BiGridPanel2Cell for specific settings.
cellPaddingStringcheckedcheckedPadding for cells in the row. Individual cells can override this.
cellsNumbercheckedPadding for cells in the row. Individual cells can override this.
numberOfColumnsNumbercheckedThe number of columns in this row
parentBiGridPanel2checkedThe parent BiGridPanel2.
valignStringcheckedcheckedThe vertical alignment for cells in the row. Individual cells can override this. See BiGridPanel2Cell for settings.

Methods

NameDescription
addAdd a cell to the Row. The row is added last to the row.
removeRemoves 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

NameTypeOptionalDefaultDescripton
oChildBiGridPanel2CellCell to add

Return Type

void

remove

Removes a cell from the row.

Syntax

object.remove ( oChild )

Parameters

NameTypeOptionalDefaultDescripton
oChildBiGridPanel2CellCell to remove

Return Type

void