Uses of Interface
com.vaadin.navigator.View

Packages that use View
com.vaadin.navigator   
 

Uses of View in com.vaadin.navigator
 

Classes in com.vaadin.navigator that implement View
static class Navigator.EmptyView
          Empty view component.
 

Methods in com.vaadin.navigator that return View
 View ViewChangeListener.ViewChangeEvent.getNewView()
          Returns the view being activated.
 View ViewChangeListener.ViewChangeEvent.getOldView()
          Returns the view being deactivated.
 View Navigator.StaticViewProvider.getView(String viewName)
           
 View Navigator.ClassBasedViewProvider.getView(String viewName)
           
 View ViewProvider.getView(String viewName)
          Create or return a pre-created instance of a view.
 

Methods in com.vaadin.navigator that return types with arguments of type View
 Class<? extends View> Navigator.ClassBasedViewProvider.getViewClass()
          Get the view class for this provider.
 

Methods in com.vaadin.navigator with parameters of type View
 void Navigator.addView(String viewName, View view)
          Register a static, pre-initialized view instance for a view name.
protected  void Navigator.navigateTo(View view, String viewName, String fragmentParameters)
          Internal method activating a view, setting its parameters and calling listeners.
 void Navigator.SimpleViewDisplay.showView(View view)
           
 void Navigator.ComponentContainerViewDisplay.showView(View view)
           
 void ViewDisplay.showView(View view)
          Remove previously shown view and show the newly selected view in its place.
 

Method parameters in com.vaadin.navigator with type arguments of type View
 void Navigator.addView(String viewName, Class<? extends View> viewClass)
          Register for a view name a view class.
 

Constructors in com.vaadin.navigator with parameters of type View
Navigator.StaticViewProvider(String viewName, View view)
          Create a new view provider which returns a pre-created view instance.
ViewChangeListener.ViewChangeEvent(Navigator navigator, View oldView, View newView, String viewName, String fragmentParameters)
          Create a new view change event.
 

Constructor parameters in com.vaadin.navigator with type arguments of type View
Navigator.ClassBasedViewProvider(String viewName, Class<? extends View> viewClass)
          Create a new view provider which creates new view instances based on a view class.
 



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