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
          View display that replaces the contents of a ComponentContainer with the active View.
static class Navigator.SimpleViewDisplay
          View display that is a component itself and replaces its contents with the view.
 

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

Constructors in com.vaadin.navigator with parameters of type ViewDisplay
Navigator(FragmentManager fragmentManager, ViewDisplay display)
          Create a navigator.
Navigator(Page page, ViewDisplay display)
          Create a navigator that is tracking the active view using URI fragments.
 



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