Interface HasCancelClickHandlers
- All Superinterfaces:
 HasHandlers
- All Known Implementing Classes:
 ListPropertiesDialog
- 
Method Summary
Modifier and TypeMethodDescriptionaddCancelClickHandler(CancelClickHandler handler) Notification method fired when theCancel buttonis clicked.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addCancelClickHandler
Notification method fired when theCancel buttonis clicked.- Parameters:
 handler- the cancelClick handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -