We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.client.ui.window.
Class WindowOrderEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<WindowOrderHandler>
-
- com.vaadin.client.ui.window.WindowOrderEvent
-
public class WindowOrderEvent extends com.google.gwt.event.shared.GwtEvent<WindowOrderHandler>
Event for window order position updates.
Since:
8.0
Author:
Vaadin Ltd
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H extends Object>
-
-
Constructor Summary
Constructors Constructor Description WindowOrderEvent(List<VWindow> windows)
Creates a new event with the given order.
-
Method Summary
All Methods Modifier and Type Method Description protected void
dispatch(WindowOrderHandler handler)
com.google.gwt.event.shared.GwtEvent.Type<WindowOrderHandler>
getAssociatedType()
static com.google.gwt.event.shared.GwtEvent.Type<WindowOrderHandler>
getType()
Gets the type of the event.
VWindow[]
getWindows()
Returns windows in order.
-
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
-
-
-
-
Method Detail
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<WindowOrderHandler> getAssociatedType()
Specified by:
getAssociatedType
in classcom.google.gwt.event.shared.GwtEvent<WindowOrderHandler>
-
getWindows
public VWindow[] getWindows()
Returns windows in order.
Returns:
windows in the specific order
-
dispatch
protected void dispatch(WindowOrderHandler handler)
Specified by:
dispatch
in classcom.google.gwt.event.shared.GwtEvent<WindowOrderHandler>
-
getType
public static com.google.gwt.event.shared.GwtEvent.Type<WindowOrderHandler> getType()
Gets the type of the event.
Returns:
the type of the event
-
-