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

        Called before the view is shown on screen.

        The event object contains information about parameters used when showing the view, in addition to references to the old view and the new view.

        Override this method to perform initialization of your view.

        By default does nothing.

        Specified by:

        enter in interface View

        Parameters:

        event - an event object containing information about the parameters given by the user and references to the old view (if any)