com.vaadin.navigator.

Class Navigator.EmptyView

    • Constructor Detail

      • EmptyView

        public EmptyView()

        Create minimally sized empty view.

    • Method Detail

      • enter

        public void enter​(ViewChangeListener.ViewChangeEvent event)

        Description copied from interface: View

        This view is navigated to. This method is always called before the view is shown on screen. event.getParameters() may contain extra parameters relevant to the view.

        Specified by:

        enter in interface View

        Parameters:

        event - ViewChangeEvent representing the view change that is occurring. event.getNewView() returns this.