MenuButton

object MenuButton
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete fields

val OnHidden: EventType[Event]

Called when the MenuButton popup has been hidden.

Called when the MenuButton popup has been hidden.

val OnHiding: EventType[Event]

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

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

val OnShowing: EventType[Event]

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

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

val OnShown: EventType[Event]

Called after the MenuButton has shown its popup.

Called after the MenuButton has shown its popup.

Implicits

Implicits

implicit def sfxToggleButton2jfx(mb: MenuButton): MenuButton