PopupControl

object PopupControl

Object companion for scalafx.scene.control.PopupControl.

Object companion for scalafx.scene.control.PopupControl.

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def classCssMetaData: Buffer[CssMetaData[_ <: Styleable, _]]

The CssMetaData associated with this class, which may include the CssMetaData of its super classes.

The CssMetaData associated with this class, which may include the CssMetaData of its super classes.

Since

8.0

Concrete fields

val UseComputedSize: Double

Sentinel value which can be passed to a control's minWidth, minHeight, prefWidth, prefHeight, maxWidth, maxHeight setters to reset the control's size constraint back to it's intrinsic size returned by computeMinWidth, computeMinHeight, computePrefWidth, computePrefHeight, computeMaxWidth, or computeMaxHeight.

Sentinel value which can be passed to a control's minWidth, minHeight, prefWidth, prefHeight, maxWidth, maxHeight setters to reset the control's size constraint back to it's intrinsic size returned by computeMinWidth, computeMinHeight, computePrefWidth, computePrefHeight, computeMaxWidth, or computeMaxHeight.

val UsePrefSize: Double

Sentinel value which can be passed to a control's minWidth, minHeight, maxWidth or maxHeight setters to indicate that the preferred dimension should be used for that max and/or min constraint.

Sentinel value which can be passed to a control's minWidth, minHeight, maxWidth or maxHeight setters to indicate that the preferred dimension should be used for that max and/or min constraint.

Implicits

Implicits

implicit def sfxPopupControl2jfx(v: PopupControl): PopupControl

Converts a ScalaFX PopupControl to its JavaFX counterpart

Converts a ScalaFX PopupControl to its JavaFX counterpart

Value Params
v

ScalaFX PopupControl

Returns

JavaFX PopupControl