Class FakeNavigator

  • All Implemented Interfaces:
    Serializable

    public class FakeNavigator
    extends com.vaadin.navigator.Navigator
    This is a fake Navigator for the view change source as the source can not be null, but we don't have a navigator available.
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.vaadin.navigator.Navigator

        com.vaadin.navigator.Navigator.ClassBasedViewProvider, com.vaadin.navigator.Navigator.ComponentContainerViewDisplay, com.vaadin.navigator.Navigator.EmptyView, com.vaadin.navigator.Navigator.SingleComponentContainerViewDisplay, com.vaadin.navigator.Navigator.StaticViewProvider, com.vaadin.navigator.Navigator.UriFragmentManager
    • Constructor Summary

      Constructors 
      Constructor Description
      FakeNavigator()
      FakeNavigator constructor that is empty so we don't actually configure anything.
    • Method Summary

      • Methods inherited from class com.vaadin.navigator.Navigator

        addProvider, addView, addView, addViewChangeListener, beforeViewChange, destroy, fireAfterViewChange, fireBeforeViewChange, getCurrentView, getDisplay, getState, getStateManager, getUI, init, navigateTo, navigateTo, removeProvider, removeView, removeViewChangeListener, revertNavigation, setErrorProvider, setErrorView, setErrorView, switchView, updateNavigationState
    • Constructor Detail

      • FakeNavigator

        public FakeNavigator()
        FakeNavigator constructor that is empty so we don't actually configure anything.