UIFitParent
Complete API reference for UIFitParent, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: UI
Component: yes
public class UIFitParent extends Component
Constructors
| Signature | Description |
|---|---|
UIFitParent() | Creates a new instance of UIFitParent. |
Virtual Attributes
| Name | Type | Access | Description |
|---|---|---|---|
fitHeight | boolean | set | Virtual attribute exposed by setFitHeight. Access it like a field to read or write the underlying value. |
fitWidth | boolean | set | Virtual attribute exposed by setFitWidth. Access it like a field to read or write the underlying value. |
Methods
| Signature | Returns | Description |
|---|---|---|
isFitHeight() | boolean | Returns whether fitHeight is true. |
isFitWidth() | boolean | Returns whether fitWidth is true. |
setFitHeight(boolean) | void | Sets fitHeight. |
setFitWidth(boolean) | void | Sets fitWidth. |