Interface HasClickHandlers
- All Superinterfaces:
HasHandlers
- All Known Implementing Classes:
MenuItem
,MenuItemSeparator
-
Method Summary
Modifier and TypeMethodDescriptionaddClickHandler
(ClickHandler handler) Executed when this menu item is clicked by the user.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details