VBox

object VBox
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def clearConstraints(child: Node): Unit

Removes all vbox constraints from the child node.

Removes all vbox constraints from the child node.

def getMargin(child: Node): Insets

Returns the child's margin constraint if set.

Returns the child's margin constraint if set.

def getVgrow(child: Node): Priority

Returns the child's vgrow constraint if set.

Returns the child's vgrow constraint if set.

def setMargin(child: Node, value: Insets): Unit

Sets the margin for the child when contained by a vbox.

Sets the margin for the child when contained by a vbox.

def setVgrow(child: Node, value: Priority): Unit

Sets the vertical grow priority for the child when contained by a vbox.

Sets the vertical grow priority for the child when contained by a vbox.

Implicits

Implicits

implicit def sfxVBox2jfx(v: VBox): VBox