Uses of Interface
com.vaadin.client.ui.window.WindowMoveHandler
-
Packages that use WindowMoveHandler Package Description com.vaadin.client.ui com.vaadin.client.ui.window -
-
Uses of WindowMoveHandler in com.vaadin.client.ui
Methods in com.vaadin.client.ui with parameters of type WindowMoveHandler Modifier and Type Method Description com.google.gwt.event.shared.HandlerRegistration
VWindow. addMoveHandler(WindowMoveHandler handler)
Adds a Handler for when user moves the window. -
Uses of WindowMoveHandler in com.vaadin.client.ui.window
Classes in com.vaadin.client.ui.window that implement WindowMoveHandler Modifier and Type Class Description class
WindowConnector
A connector class for the Window component.Methods in com.vaadin.client.ui.window that return types with arguments of type WindowMoveHandler Modifier and Type Method Description com.google.gwt.event.shared.GwtEvent.Type<WindowMoveHandler>
WindowMoveEvent. getAssociatedType()
static com.google.gwt.event.shared.GwtEvent.Type<WindowMoveHandler>
WindowMoveEvent. getType()
Gets the type of the event.Methods in com.vaadin.client.ui.window with parameters of type WindowMoveHandler Modifier and Type Method Description protected void
WindowMoveEvent. dispatch(WindowMoveHandler handler)
-