Overview
Interface for elements that perform group layout.
Attribute Summary
name | type | description |
---|---|---|
Public | ||
columns | Column[] |
The column definitions for this layout. |
content | GroupElement[] |
The contents of this layout. |
halign | Alignment |
Horizontal alignment of the contained elements. |
rows | Row[] |
The row definitions for this layout. |
valign | Alignment |
Vertical alignment of the contained elements. |
Protected |
Inherited Attributes
javafx.ui.GroupElement
public | name | type |
---|---|---|
column | Column |
The column this element is contained in within a GroupLayout. |
horizontal | Spring |
Optional horizontal spring that determines the horizontal resizing behavior of this element when contained in a GroupLayout. |
row | Row |
The row this element is contained in within a GroupLayout. |
vertical | Spring |
Optional vertical spring that determines the vertical resizing behavior of this element when contained in a GroupLayout. |
Function Summary
- public addColumns(host: Container, layout: GroupLayout, hgroup: GroupLayout.SequentialGroup, ) : Void
- public addComponents(host: Container, ) : Void
- public addRows(host: Container, layout: GroupLayout, vgroup: GroupLayout.SequentialGroup, ) : Void
Inherited Functions
Attributes
public columns: Column[]
The column definitions for this layout.
public content: GroupElement[]
The contents of this layout.
public halign: Alignment
Horizontal alignment of the contained elements. Defaults to LEADING.
public rows: Row[]
The row definitions for this layout.
public valign: Alignment
Vertical alignment of the contained elements. Defaults to BASELINE.