Overview
Container of cells for a row in a Grid. Elements in the sequence of cells can either be instances of Cell or also simple JavaFX Nodes.
See Also:
Grid
Profile: desktop
Variable Summary
| access | name | type | Can Read | Can Init | Can Write | Default Value | description |
|---|---|---|---|---|---|---|---|
| public | cells | Node[] | ![]() | ![]() | ![]() |
Contents of this row.
Contents of this row. You can either directly add JavaFX Nodes or add Cells that wrap Nodes for additional layout control. |

