Uses of Interface
com.vaadin.client.ui.window.WindowOrderHandler
-
Packages that use WindowOrderHandler Package Description com.vaadin.client.ui com.vaadin.client.ui.window -
-
Uses of WindowOrderHandler in com.vaadin.client.ui
Methods in com.vaadin.client.ui with parameters of type WindowOrderHandler Modifier and Type Method Description static com.google.gwt.event.shared.HandlerRegistrationVWindow. addWindowOrderHandler(WindowOrderHandler handler)Adds a Handler for window order change event. -
Uses of WindowOrderHandler in com.vaadin.client.ui.window
Methods in com.vaadin.client.ui.window that return types with arguments of type WindowOrderHandler Modifier and Type Method Description com.google.gwt.event.shared.GwtEvent.Type<WindowOrderHandler>WindowOrderEvent. getAssociatedType()static com.google.gwt.event.shared.GwtEvent.Type<WindowOrderHandler>WindowOrderEvent. getType()Gets the type of the event.Methods in com.vaadin.client.ui.window with parameters of type WindowOrderHandler Modifier and Type Method Description protected voidWindowOrderEvent. dispatch(WindowOrderHandler handler)
-