Interface ApplyClickHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidonApplyClick(ApplyClickEvent event) Handle a click on the 'apply' button of this Dialog. 
- 
Method Details
- 
onApplyClick
Handle a click on the 'apply' button of this Dialog. Default implementation is to callsaveData(), but NOT close the Dialog.- Parameters:
 event- the event
 
 -