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