Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
ToolBar.addOnButtonClick
Assigns a delegate to the buttonClick event.
Syntax
public final void addOnButtonClick( ToolBarButtonClickEventHandler value )
Parameters
value
The ToolBarButtonClickEventHandler to notify when the event occurs.
Remarks
A ToolBar object's buttonClick event occurs when any of its child buttons are clicked.
See Also removeOnButtonClick