PopupControl

scalafx.scene.control.PopupControl
See thePopupControl companion class
object PopupControl

Object companion for scalafx.scene.control.PopupControl.

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

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.

Attributes

Since

8.0

Concrete fields

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.

Attributes

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.

Attributes

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 parameters

v

ScalaFX PopupControl

Attributes

Returns

JavaFX PopupControl