Interface HasApplyClickHandlers
- All Superinterfaces:
 HasHandlers
- 
Method Summary
Modifier and TypeMethodDescriptionaddApplyClickHandler(ApplyClickHandler handler) Handle a click on the 'apply' button of this Dialog.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addApplyClickHandler
Handle a click on the 'apply' button of this Dialog. Default implementation is to callsaveData(), but NOT close the Dialog.- Parameters:
 handler- the applyClick handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -