com.vaadin.client.ui.window.

Interface WindowOrderHandler

  • All Superinterfaces:

    com.google.gwt.event.shared.EventHandler

    public interface WindowOrderHandler
    extends com.google.gwt.event.shared.EventHandler

    Handler for WindowOrderEvents.

    Since:

    8.0

    Author:

    Vaadin Ltd

    • Method Summary

      All Methods
      Modifier and Type Method Description
      void onWindowOrderChange​(WindowOrderEvent event)

      Called when the VWindow instances changed their order position.

    • Method Detail

      • onWindowOrderChange

        void onWindowOrderChange​(WindowOrderEvent event)

        Called when the VWindow instances changed their order position.

        Parameters:

        event - Contains windows whose position has changed