public class WindowOrderEvent extends com.google.gwt.event.shared.GwtEvent<WindowOrderHandler>
| Constructor and Description |
|---|
WindowOrderEvent(List<VWindow> windows)
Creates a new event with the given order.
|
| Modifier and Type | Method and 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.
|
assertLive, getSource, isLive, kill, revivepublic com.google.gwt.event.shared.GwtEvent.Type<WindowOrderHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<WindowOrderHandler>public VWindow[] getWindows()
protected void dispatch(WindowOrderHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<WindowOrderHandler>public static com.google.gwt.event.shared.GwtEvent.Type<WindowOrderHandler> getType()
Copyright © 2021 Vaadin Ltd. All rights reserved.