UIAlignment
Complete API reference for UIAlignment, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: UI
Component: yes
public class UIAlignment extends Component
Constructors
| Signature | Description |
|---|---|
UIAlignment(UIAlignment) | Executes UIAlignment and returns after the underlying engine call finishes. |
UIAlignment(Engine) | Executes UIAlignment and returns after the underlying engine call finishes. |
UIAlignment() | Creates a new instance of UIAlignment. |
Attributes
| Name | Type | Description |
|---|---|---|
instance | UIAlignment | Represents the instance value stored on this instance. Read or assign to update the property. |
Virtual Attributes
| Name | Type | Access | Description |
|---|---|---|---|
bottomCenterEnabled | boolean | get/set | Virtual attribute exposed by isBottomCenterEnabled. Access it like a field to read or write the underlying value. |
bottomLeftEnabled | boolean | get/set | Virtual attribute exposed by isBottomLeftEnabled. Access it like a field to read or write the underlying value. |
bottomRightEnabled | boolean | get/set | Virtual attribute exposed by isBottomRightEnabled. Access it like a field to read or write the underlying value. |
centerEnabled | boolean | get/set | Virtual attribute exposed by isCenterEnabled. Access it like a field to read or write the underlying value. |
centerLeftEnabled | boolean | get/set | Virtual attribute exposed by isCenterLeftEnabled. Access it like a field to read or write the underlying value. |
centerRightEnabled | boolean | get/set | Virtual attribute exposed by isCenterRightEnabled. Access it like a field to read or write the underlying value. |
topCenterEnabled | boolean | get/set | Virtual attribute exposed by isTopCenterEnabled. Access it like a field to read or write the underlying value. |
topLeftEnabled | boolean | get/set | Virtual attribute exposed by isTopLeftEnabled. Access it like a field to read or write the underlying value. |
topRightEnabled | boolean | get/set | Virtual attribute exposed by isTopRightEnabled. Access it like a field to read or write the underlying value. |