Overview
Variable Summary
| access | name | type | Can Read | Can Init | Can Write | Default Value | description |
|---|---|---|---|---|---|---|---|
| public | ALWAYS | Grow.ALWAYS | ![]() |
vgrow/hgrow: Component will always try to grow, sharing space equally with other components that have a grow of ALWAYS. |
|||
| public | BASELINE | VerticalAlignment.BASELINE | ![]() |
valign: Vertically aligns the portion above the baseline of the component to the center of the container.
valign: Vertically aligns the portion above the baseline of the component to the center of the container. The typical use case for this is to center text inside of a container excluding the descenders. To use the alignment in this way, the Text origin must also be set to BASELINE. |
|||
| public | BOTTOM | VerticalAlignment.BOTTOM | ![]() |
valign: Vertically bottom to the top of the container |
|||
| public | CENTER | HorizontalAlignment.CENTER | ![]() |
halign: Horizontally aligns to the center of the container |
|||
| public | HFILL | HorizontalAlignment.FILL | ![]() |
halign: Horizontally fill the container with the cell contents |
|||
| public | LEFT | HorizontalAlignment.LEFT | ![]() |
halign: Horizontally aligns to the left of the container |
|||
| public | MIDDLE | VerticalAlignment.CENTER | ![]() |
valign: Vertically middle to the top of the container |
|||
| public | NEVER | Grow.NEVER | ![]() |
vgrow/hgrow: Disables grow behavior for this component. |
|||
| public | RIGHT | HorizontalAlignment.RIGHT | ![]() |
halign: Horizontally aligns to the right of the container |
|||
| public | SOMETIMES | Grow.SOMETIMES | ![]() |
vgrow/hgrow: If there are no other components with Grow set to ALWAYS will get an equal share of the extra space. |
|||
| public | TOP | VerticalAlignment.TOP | ![]() |
Vertically aligns to the top of the container |
|||
| public | VFILL | VerticalAlignment.FILL | ![]() |
valign: Vertically fill the container with the cell contents |
Inherited Variables
Function Summary
- public row(cells: java.lang.Object[]) : Row

