Package com.vaadin.ui

Class UI.WindowOrderUpdateEvent

    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection<Window> getWindows()
      Gets the windows in the order they appear in the UI: top most window is first, bottom one last.
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • WindowOrderUpdateEvent

        public WindowOrderUpdateEvent​(Component source,
                                      java.util.Collection<Window> windows)
    • Method Detail

      • getWindows

        public java.util.Collection<Window> getWindows()
        Gets the windows in the order they appear in the UI: top most window is first, bottom one last.
        Returns:
        the windows collection