com.smartgwt.client.widgets.events
Interface HasMaximizeClickHandlers

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

public interface HasMaximizeClickHandlers
extends HasHandlers


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

Method Detail

addMaximizeClickHandler

HandlerRegistration addMaximizeClickHandler(MaximizeClickHandler handler)
Notification method fired when the user clicks the 'maximize' button.

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