Skip to main content

UIGridLayout

Complete API reference for UIGridLayout, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: UI

Component: yes


public class UIGridLayout extends Component

Constructors

SignatureDescription
UIGridLayout(UIGridLayout)Executes UIGridLayout and returns after the underlying engine call finishes.
UIGridLayout(Engine)Executes UIGridLayout and returns after the underlying engine call finishes.
UIGridLayout()Executes UIGridLayout and returns after the underlying engine call finishes.

Attributes

NameTypeDescription
instanceUIGridLayoutRepresents the instance value stored on this instance. Read or assign to update the property.

Virtual Attributes

NameTypeAccessDescription
autoColumnsbooleansetVirtual attribute exposed by setAutoColumns. Access it like a field to read or write the underlying value.
columnsintsetVirtual attribute exposed by setColumns. Access it like a field to read or write the underlying value.
spacingintsetVirtual attribute exposed by setSpacing. Access it like a field to read or write the underlying value.

Methods

SignatureReturnsDescription
getSpacing()intExecutes getSpacing and returns after the underlying engine call finishes.
getColumns()intExecutes getColumns and returns after the underlying engine call finishes.
isAutoColumns()booleanExecutes isAutoColumns and returns after the underlying engine call finishes.