Package 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:
- 7.7.12
- 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(ArrayList<VWindow> windows)
Creates a new event with the given order.
-
Method Summary
All Methods Static Methods Instance Methods Concrete 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
-
-