You're viewing an older version of Framework JavaDoc. Please see version 7.7.47 for the latest.
com.vaadin.navigator.

Interface ViewDisplay

    • Method Summary

      All Methods
      Modifier and Type Method Description
      void showView​(View view)

      Remove previously shown view and show the newly selected view in its place.

    • Method Detail

      • showView

        void showView​(View view)

        Remove previously shown view and show the newly selected view in its place. The parameters for the view have been set before this method is called.

        Parameters:

        view - new view to show