Uses of Interface
com.vaadin.navigator.ViewProvider

Packages that use ViewProvider
com.vaadin.navigator   
 

Uses of ViewProvider in com.vaadin.navigator
 

Classes in com.vaadin.navigator that implement ViewProvider
static class Navigator.ClassBasedViewProvider
          View provider which maps a single view name to a class to instantiate for the view.
static class Navigator.StaticViewProvider
          View provider which supports mapping a single view name to a single pre-initialized view instance.
 

Methods in com.vaadin.navigator with parameters of type ViewProvider
 void Navigator.registerProvider(ViewProvider provider)
          Register a view provider (factory).
 void Navigator.unregisterProvider(ViewProvider provider)
          Unregister a view provider (factory).
 



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