Interface CancelClickHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidonCancelClick(CancelClickEvent event) Handle a click on the 'cancel' button of this Dialog. 
- 
Method Details
- 
onCancelClick
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:
 event- the event
 
 -