List of usage examples for com.google.gwt.dom.client Window.ClosingHandler interface-usage
From source file com.vaadin.client.ui.VUI.java
/** * */ public class VUI extends SimplePanel implements ResizeHandler, Window.ClosingHandler, ShortcutActionHandlerOwner, Focusable, com.google.gwt.user.client.ui.Focusable, HasResizeHandlers, HasScrollHandlers {
From source file com.vaadin.terminal.gwt.client.ui.VView.java
/** * */ public class VView extends SimplePanel implements Container, ResizeHandler, Window.ClosingHandler, ShortcutActionHandlerOwner, Focusable {