constraintsForColumn |
fun GridPane.constraintsForColumn(columnIndex: Int): ColumnConstraints |
constraintsForRow |
fun GridPane.constraintsForRow(rowIndex: Int): RowConstraints |
removeAllRows |
fun GridPane.removeAllRows(): Unit |
removeRow |
fun GridPane.removeRow(node: Node): Int
Removes the corresponding row to which this node belongs to. |
row |
fun GridPane.row(title: String? = null, op: Pane.() -> Unit = {}): Unit |