JavaFX: Bringing Rich Experiences To All the Screens Of Your Life

Profile: desktop, common

Overview

An item within a ToolBar control.

Variable Summary

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
publictoolTipString

A string tooltip associated with the toolbar item.

Inherited Variables

mindfusion.controls.MenuItem

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
publicactionfunction(:MenuItem):Void

Invoked when the user clicks on the menu item.

publiccontentNode

A node representing the menu item contents.

publicenabledBooleantrue

A value indicating whether the item is enabled.

publicitemsByte[]

The menu subitems, if any.

public-readparentItemMenuItem

The parent menu item, if this item is a child to another menu item.

publictagObject

An user-defined object, associated with the item.

Inherited Functions