Interface HasApplyClickHandlers
- All Superinterfaces:
 HasHandlers
- All Known Implementing Classes:
 ListPropertiesDialog
- 
Method Summary
Modifier and TypeMethodDescriptionaddApplyClickHandler(ApplyClickHandler handler) Notification method fired when theApply buttonis clicked.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addApplyClickHandler
Notification method fired when theApply buttonis clicked.- Parameters:
 handler- the applyClick handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -