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
| Signature | Description |
|---|---|
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
| Name | Type | Description |
|---|---|---|
instance | UIGridLayout | Represents the instance value stored on this instance. Read or assign to update the property. |
Virtual Attributes
| Name | Type | Access | Description |
|---|---|---|---|
autoColumns | boolean | set | Virtual attribute exposed by setAutoColumns. Access it like a field to read or write the underlying value. |
columns | int | set | Virtual attribute exposed by setColumns. Access it like a field to read or write the underlying value. |
spacing | int | set | Virtual attribute exposed by setSpacing. Access it like a field to read or write the underlying value. |
Methods
| Signature | Returns | Description |
|---|---|---|
getSpacing() | int | Executes getSpacing and returns after the underlying engine call finishes. |
getColumns() | int | Executes getColumns and returns after the underlying engine call finishes. |
isAutoColumns() | boolean | Executes isAutoColumns and returns after the underlying engine call finishes. |