MenuButton

scalafx.scene.control.MenuButton
See theMenuButton companion class
object MenuButton

Attributes

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

Members list

Value members

Concrete fields

val OnHidden: EventType[Event]

Called when the MenuButton popup has been hidden.

Called when the MenuButton popup has been hidden.

Attributes

val OnHiding: EventType[Event]

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

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

Attributes

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.

Attributes

val OnShown: EventType[Event]

Called after the MenuButton has shown its popup.

Called after the MenuButton has shown its popup.

Attributes

Implicits

Implicits

implicit def sfxToggleButton2jfx(mb: MenuButton): MenuButton