Interface MaximizeClickHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoidNotification method fired when the user asks to maximize the Window - by clicking the 'maximize' button, or by double-clicking the header ifmaximizeOnHeaderDoubleClickis enabled.
-
Method Details
-
onMaximizeClick
Notification method fired when the user asks to maximize the Window - by clicking the 'maximize' button, or by double-clicking the header ifmaximizeOnHeaderDoubleClickis enabled.- Parameters:
event- the event
-