public interface HasMaximizeClickHandlers extends HasHandlers
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
addMaximizeClickHandler(MaximizeClickHandler handler)
Notification method fired when the user clicks the 'maximize' button.
|
fireEventHandlerRegistration addMaximizeClickHandler(MaximizeClickHandler handler)
handler - the maximizeClick handlerHandlerRegistration used to remove this handler