BiGridPanel2Cell

A cell in a BiGridPanel2Cell

This class extends BiObject and therefore all methods and fields available for BiObject are also available for BiGridPanel2Cell .

Constructor

new BiGridPanel2Cell ( o )

Parameters

NameTypeOptionalDefaultDescripton
oBiComponentContent component

Properties

NameTypegetsetDescripton
alignStringcheckedcheckedThe horizontal alignment of the cell. Possible values are: left center right
cellPaddingNumbercheckedcheckedPadding for a cell.
colSpanNumbercheckedcheckedColSpan of the cell. The cell will span colspan number of columns horizontally.
contentComponentBiComponentcheckedcheckedComponent in the cell.
maximumHeightNumbercheckedReturns the maximum height of the content component or zero if it has not been set.
maximumWidthNumbercheckedReturns the maximum width of the content component or zero if it has not been set.
minimumHeightNumbercheckedReturns the minimum height of the content component or zero if it has not been set.
minimumWidthNumbercheckedReturns the minimum width of the content component or zero if it has not been set.
parentBiGridPanel2RowcheckedcheckedThe row this cell was added to.
rowSpanNumbercheckedcheckedRowspan of a cell. The cell spans rowspan number of rows vertically.
stretchStringcheckedcheckedHow the content component should be stretched. Possible settings are: none, both, horizontal, vertical
valignStringcheckedcheckedThe vertical alignment of the cell. Possible values are: top center middle bottom

Methods

NameDescription
addAdds a content component. If a component already exists in the cell this method throws an error.

Events

None.

Static Methods

None.

Static Fields

None.

Remarks

None.

Method Details

add

Adds a content component. If a component already exists in the cell this method throws an error.

Syntax

object.add ( oComp )

Parameters

NameTypeOptionalDefaultDescripton
oCompBiComponentthe content component to add

Return Type

void