ChoiceBox

scalafx.scene.control.ChoiceBox
See theChoiceBox companion class
object ChoiceBox

Attributes

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

Members list

Value members

Concrete fields

val OnHidden: EventType[Event]

Called when the ChoiceBox popup has been hidden.

Called when the ChoiceBox popup has been hidden.

Attributes

val OnHiding: EventType[Event]

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

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

Attributes

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.

Attributes

val OnShown: EventType[Event]

Called after the ChoiceBox has shown its popup.

Called after the ChoiceBox has shown its popup.

Attributes

Implicits

Implicits

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