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
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 eventMethods in com.vaadin.client.ui.window with parameters of type WindowMoveHandler Modifier and Type Method Description protected void
WindowMoveEvent. dispatch(WindowMoveHandler handler)
-