ChoiceBox

object ChoiceBox
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete fields

val OnHidden: EventType[Event]

Called when the ChoiceBox popup has been hidden.

Called when the ChoiceBox popup has been hidden.

val OnHiding: EventType[Event]

Called when the ChoiceBox popup '''will''' be hidden.

Called when the ChoiceBox popup '''will''' be hidden.

val OnShowing: EventType[Event]

Called prior to the ChoiceBox showing its popup after the user has clicked or otherwise interacted with the ChoiceBox.

Called prior to the ChoiceBox showing its popup after the user has clicked or otherwise interacted with the ChoiceBox.

val OnShown: EventType[Event]

Called after the ChoiceBox has shown its popup.

Called after the ChoiceBox has shown its popup.

Implicits

Implicits

implicit def sfxChoiceBox2jfx[J](cb: ChoiceBox[J]): ChoiceBox[J]