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() | Creates a new instance of UIGridLayout. |
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 | Returns the current spacing value. |
getColumns() | int | Returns the current columns value. |
setSpacing(int) | void | Sets spacing. |
setColumns(int) | void | Sets columns. |
isAutoColumns() | boolean | Returns whether autoColumns is true. |
setAutoColumns(boolean) | void | Sets autoColumns. |