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
| Name | Type | Optional | Default | Descripton |
o | | Content component |
Properties
| Name | Type | get | set | Descripton |
align | String | ![]() | ![]() | The horizontal alignment of the cell. Possible values are: left center right |
cellPadding | Number | ![]() | ![]() | Padding for a cell. |
colSpan | Number | ![]() | ![]() | ColSpan of the cell. The cell will span colspan number of columns horizontally. |
contentComponent | | ![]() | ![]() | Component in the cell. |
maximumHeight | Number | ![]() | Returns the maximum height of the content component or zero if it has not been set. | |
maximumWidth | Number | ![]() | Returns the maximum width of the content component or zero if it has not been set. | |
minimumHeight | Number | ![]() | Returns the minimum height of the content component or zero if it has not been set. | |
minimumWidth | Number | ![]() | Returns the minimum width of the content component or zero if it has not been set. | |
parent | | ![]() | ![]() | The row this cell was added to. |
rowSpan | Number | ![]() | ![]() | Rowspan of a cell. The cell spans rowspan number of rows vertically. |
stretch | String | ![]() | ![]() | How the content component should be stretched. Possible settings are: none, both, horizontal, vertical |
valign | String | ![]() | ![]() | The vertical alignment of the cell. Possible values are: top center middle bottom |
Methods
| Name | Description |
add | Adds 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
| Name | Type | Optional | Default | Descripton |
oComp | | the content component to add |
Return Type
void
