Uses of Interface
com.vaadin.navigator.ViewProvider
-
Packages that use ViewProvider Package Description com.vaadin.navigator -
-
Uses of ViewProvider in com.vaadin.navigator
Classes in com.vaadin.navigator that implement ViewProvider Modifier and Type Class Description static classNavigator.ClassBasedViewProviderA ViewProvider which maps a single view name to a class to instantiate for the view.static classNavigator.StaticViewProviderA ViewProvider which supports mapping a single view name to a single pre-initialized view instance.Methods in com.vaadin.navigator with parameters of type ViewProvider Modifier and Type Method Description voidNavigator. addProvider(ViewProvider provider)Registers a view provider (factory).voidNavigator. removeProvider(ViewProvider provider)Unregister a view provider (factory).voidNavigator. setErrorProvider(ViewProvider provider)Registers a view provider that is queried for a view when no other view matches the navigation state.
-