com.vaadin.client.ui.window.

Class WindowOrderEvent

  • public class WindowOrderEvent
    extends com.google.gwt.event.shared.GwtEvent<WindowOrderHandler>

    Event for window order position updates.

    Since:

    8.0

    Author:

    Vaadin Ltd

    • Constructor Detail

      • WindowOrderEvent

        public WindowOrderEvent​(List<VWindow> windows)

        Creates a new event with the given order.

        Parameters:

        windows - The new order position for the VWindow

    • Method Detail

      • getAssociatedType

        public com.google.gwt.event.shared.GwtEvent.Type<WindowOrderHandler> getAssociatedType()

        Specified by:

        getAssociatedType in class com.google.gwt.event.shared.GwtEvent<WindowOrderHandler>

      • getWindows

        public VWindow[] getWindows()

        Returns windows in order.

        Returns:

        windows in the specific order

      • getType

        public static com.google.gwt.event.shared.GwtEvent.Type<WindowOrderHandler> getType()

        Gets the type of the event.

        Returns:

        the type of the event