Interface HasItemClickHandlers
- All Superinterfaces:
HasHandlers
- All Known Implementing Classes:
Menu
,MenuPalette
,SelectionTreeMenu
-
Method Summary
Modifier and TypeMethodDescriptionaddItemClickHandler
(ItemClickHandler handler) Executed when a menu item with no click handler is clicked by the user.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details