JavaFX: Bringing Rich Experiences To All the Screens Of Your Life

Profile: desktop, common

Overview

Extends LayoutInfo with additional parameters specific to Grids.

Profile: common

Script Variable Summary

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
publicGRID_DEFAULTGridLayoutInfo

Variable Summary

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
publichgrowGrow

The priority for allocating unused space in the Grid.

The priority for allocating unused space in the Grid. Components with the same horizontalGrow value will receive an equal portion of the Grid.

If unset this value will default to: GridConstraints.NEVER

Note that extra space is first allocated to the Grid columnPercentages.

 
publichspanInteger

The number of columns that this Node will span.

publicvgrowGrow

The priority for allocating unused space in the Grid.

The priority for allocating unused space in the Grid. Components with the same verticalGrow value will receive an equal portion of the Grid.

If unset this value will default to: GridConstraints.NEVER

Note that extra space is first allocated to the Grid columnPercentages.

 
publicvspanInteger

The number of rows that this Node will span.

Inherited Variables

org.jfxtras.scene.layout.ExtendedLayoutInfo

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
publicfillFill

If set, will cause the Node to take all available space in the horizontal or vertical direction.

If set, will cause the Node to take all available space in the horizontal or vertical direction. See Fill for more details.

 

Inherited Functions