Skip to main content

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

SignatureDescription
UIFitParent()Creates a new instance of UIFitParent.

Virtual Attributes

NameTypeAccessDescription
fitHeightbooleansetVirtual attribute exposed by setFitHeight. Access it like a field to read or write the underlying value.
fitWidthbooleansetVirtual attribute exposed by setFitWidth. Access it like a field to read or write the underlying value.

Methods

SignatureReturnsDescription
isFitHeight()booleanReturns whether fitHeight is true.
isFitWidth()booleanReturns whether fitWidth is true.
setFitHeight(boolean)voidSets fitHeight.
setFitWidth(boolean)voidSets fitWidth.