tornadofx / tornadofx / VBoxConstraint

VBoxConstraint

class VBoxConstraint : MarginableConstraints

Constructors

<init> VBoxConstraint(node: Node, margin: Insets? = VBox.getMargin(node), vGrow: Priority? = null)

Properties

margin var margin: Insets?
vGrow var vGrow: Priority?

Inherited Properties

marginBottom var marginBottom: Double
marginLeft var marginLeft: Double
marginRight var marginRight: Double
marginTop var marginTop: Double

Functions

applyToNode fun <T : Node> applyToNode(node: T): T

Inherited Functions

marginLeftRight fun marginLeftRight(value: Double): Unit
marginTopBottom fun marginTopBottom(value: Double): Unit

Extension Functions

getProperty fun <T> Any.getProperty(prop: KMutableProperty1<*, T>): ObjectProperty<T>
observable fun <T : Any> Any.observable(propName: String): ObjectProperty<T>