com.vaadin.navigator.

Interface ViewDisplay

    • Method Summary

      All Methods
      Modifier and Type Method and 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