Interface HasCancelClickHandlers
- All Superinterfaces:
HasHandlers
- All Known Implementing Classes:
ListPropertiesDialog
-
Method Summary
Modifier and TypeMethodDescriptionaddCancelClickHandler
(CancelClickHandler handler) Notification method fired when theCancel button
is clicked.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details
-
addCancelClickHandler
Notification method fired when theCancel button
is clicked.- Parameters:
handler
- the cancelClick handler- Returns:
HandlerRegistration
used to remove this handler
-