Interface HasEventOverflowImgClickHandlers
- All Superinterfaces:
HasHandlers
-
Method Summary
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details
-
addEventOverflowImgClickHandler
StringMethodfired when anoverflow chipis clicked. Returnfalseto suppress the default behavior of opening theoverflow dialog.Use this to show a custom UI or navigate to a different view when events overflow.
- Parameters:
handler- the eventOverflowImgClick handler- Returns:
HandlerRegistrationused to remove this handler
-