Package com.vaadin.navigator

Interface Summary
FragmentManager Fragment manager that handles interaction between Navigator and URI fragments or other similar view identification and bookmarking system.
View Interface for all views controlled by the navigator.
ViewChangeListener Interface for listening to View changes before and after they occur.
ViewDisplay Interface for displaying a view in an appropriate location.
ViewProvider A provider for view instances that can return pre-registered views or dynamically create new views.
 

Class Summary
Navigator Navigator utility that allows switching of views in a part of an application.
Navigator.ClassBasedViewProvider View provider which maps a single view name to a class to instantiate for the view.
Navigator.ComponentContainerViewDisplay View display that replaces the contents of a ComponentContainer with the active View.
Navigator.EmptyView Empty view component.
Navigator.SimpleViewDisplay View display that is a component itself and replaces its contents with the view.
Navigator.StaticViewProvider View provider which supports mapping a single view name to a single pre-initialized view instance.
Navigator.UriFragmentManager Fragment manager using URI fragments of a Page to track views and enable listening to view changes.
ViewChangeListener.ViewChangeEvent Event received by the listener for attempted and executed view changes.
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.