com.smartgwt.client.widgets.events
Interface HasRestoreClickHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
ColorPicker, Dialog, Window

public interface HasRestoreClickHandlers
extends HasHandlers


Method Summary
 HandlerRegistration addRestoreClickHandler(RestoreClickHandler handler)
          Notification method fired when the user clicks the 'restore' button.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addRestoreClickHandler

HandlerRegistration addRestoreClickHandler(RestoreClickHandler handler)
Notification method fired when the user clicks the 'restore' button.

Parameters:
handler - the onRestoreClick handler
Returns:
HandlerRegistration used to remove this handler