javafx.ui

GroupElement

Abstract base class for elements that participate in Group layout.

Attributes

public column: Column?
The column this element is contained in within a GroupLayout.
public horizontal: Spring?
Optional horizontal spring that determines the horizontal resizing behavior of this element when contained in a GroupLayout.
public row: Row?
The row this element is contained in within a GroupLayout.
public vertical: Spring?
Optional vertical spring that determines the vertical resizing behavior of this element when contained in a GroupLayout.