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.HandlerRegistrationVWindow. 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 classWindowConnectorA 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 voidWindowMoveEvent. dispatch(WindowMoveHandler handler)
-