Uses of Interface
com.vaadin.navigator.ViewDisplay

Packages that use ViewDisplay
com.vaadin.navigator   
 

Uses of ViewDisplay in com.vaadin.navigator
 

Classes in com.vaadin.navigator that implement ViewDisplay
static class Navigator.ComponentContainerViewDisplay
          A ViewDisplay that replaces the contents of a ComponentContainer with the active View.
static class Navigator.SimpleViewDisplay
          A ViewDisplay that is a component itself and replaces its contents with the view.
 

Methods in com.vaadin.navigator that return ViewDisplay
 ViewDisplay Navigator.getDisplay()
          Return the ViewDisplay used by the navigator.
 

Constructors in com.vaadin.navigator with parameters of type ViewDisplay
Navigator(UI ui, NavigationStateManager stateManager, ViewDisplay display)
          Creates a navigator.
Navigator(UI ui, ViewDisplay display)
          Creates a navigator that is tracking the active view using URI fragments of the Page containing the given UI.
 



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