com.vaadin.navigator.

Class Navigator.SingleComponentContainerViewDisplay

  • java.lang.Object
    • com.vaadin.navigator.Navigator.SingleComponentContainerViewDisplay
    • Method Detail

      • showView

        public void showView​(View view)

        Description copied from interface: ViewDisplay

        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.

        Specified by:

        showView in interface ViewDisplay

        Parameters:

        view - new view to show