UIWeight
Complete API reference for UIWeight, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: UI
Component: yes
public class UIWeight extends Component
Constructors
| Signature | Description |
|---|---|
UIWeight() | Creates a new instance of UIWeight. |
Virtual Attributes
| Name | Type | Access | Description |
|---|---|---|---|
weight | float | set | Virtual attribute exposed by setWeight. Access it like a field to read or write the underlying value. |
Methods
| Signature | Returns | Description |
|---|---|---|
getWeight() | float | Returns the current weight value. |
setWeight(float) | void | Sets weight. |