JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.smartgwt.client.widgets.menu.events
Interface MenuIconClickHandler
All Superinterfaces:
EventHandler
public interface
MenuIconClickHandler
extends
EventHandler
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
onMenuIconClick
(
MenuIconClickEvent
event)
Notification method fired when a user clicks on the menuIcon on this RibbonButton.
Method Details
onMenuIconClick
void
onMenuIconClick
(
MenuIconClickEvent
event)
Notification method fired when a user clicks on the menuIcon on this RibbonButton. call
event.cancel()
to suppress the standard click handling code.
Parameters:
event
- the event