Overview
Wrapper for a Node that is placed inside a Grid. This provides additional control over how the Node is positioned and oriented in the Grid including alignment, span, grow, and the ability to override Resizable properties.
Variable Summary
| access | name | type | Can Read | Can Init | Can Write | Default Value | description |
|---|---|---|---|---|---|---|---|
| public-init package | columnSpan | Integer | ![]() | ![]() |
Replaced with hspan |
||
| public-init | content | Node | ![]() | ![]() |
The content of this Cell will be constrained by the above variables when placed inside a Grid. |
||
| public-init package | halign | HorizontalAlignment | ![]() | ![]() |
Specifies the horizontal alignment of the contents of this cell.
Specifies the horizontal alignment of the contents of this cell. This value is initially unset, and if not specified will first pick up its value from the DefaultCell for this component, which if also unspecified will default to: GridConstraints.LEFT
See Also:
|
||
| public-init package | hgrow | Grow | ![]() | ![]() |
The priority for allocating unused space in the Grid.
The priority for allocating unused space in the Grid. Components with the same horizontalGrow value will receive an equal portion of the Grid. If unset, this value will inherit from the DefaultCell for this component, which if also unspecified will default to: GridConstraints.NEVER Note that extra space is first allocated to the Grid columnPercentages. |
||
| public-init package | horizontalAlignment | HorizontalAlignment | ![]() | ![]() |
Replaced with halign |
||
| public-init package | horizontalGrow | Grow | ![]() | ![]() |
Replaced with hgrow |
||
| public-init package | hspan | Integer | ![]() | ![]() |
The number of columns that this Cell will span. |
||
| public-init package | maximumHeight | Number | ![]() | ![]() |
Overrides the maximum height of the content. |
||
| public-init package | maximumWidth | Number | ![]() | ![]() |
Overrides the maximum width of the content. |
||
| public-init package | minimumHeight | Number | ![]() | ![]() |
Overrides the minimum height of the content. |
||
| public-init package | minimumWidth | Number | ![]() | ![]() |
Overrides the minimum width of the content. |
||
| public-init package | preferredHeight | Number | ![]() | ![]() |
Overrides the preferred height of the content. |
||
| public-init package | preferredWidth | Number | ![]() | ![]() |
Overrides the preferred width of the content. |
||
| public-init package | valign | VerticalAlignment | ![]() | ![]() |
Specifies the vertical alignment of the contents of this cell.
Specifies the vertical alignment of the contents of this cell. This value is initially unset, and if not specified will first pick up its value from the DefaultCell for this component, which if also unspecified will default to: GridConstraints.MIDDLE
See Also:
|
||
| public-init package | verticalAlignment | VerticalAlignment | ![]() | ![]() |
Replaced with valign |
||
| public-init package | verticalGrow | Grow | ![]() | ![]() |
Replaced with vgrow |
||
| public-init package | vgrow | Grow | ![]() | ![]() |
The priority for allocating unused space in the Grid.
The priority for allocating unused space in the Grid. Components with the same verticalGrow value will receive an equal portion of the Grid. If unset, this value will inherit from the DefaultCell for this component, which if also unspecified will default to: GridConstraints.NEVER Note that extra space is first allocated to the Grid columnPercentages. |

