Interface HasCancelClickHandlers
- All Superinterfaces:
 HasHandlers
- 
Method Summary
Modifier and TypeMethodDescriptionaddCancelClickHandler(CancelClickHandler handler) Handle a click on the 'cancel' button of this Dialog.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addCancelClickHandler
Handle a click on the 'cancel' button of this Dialog. Default implementation is to return null and hide the Dialog. Override to do something else.- Parameters:
 handler- the cancelClick handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -