Uses of Interface
com.vaadin.navigator.ViewDisplay
-
Packages that use ViewDisplay Package Description com.vaadin.navigator -
-
Uses of ViewDisplay in com.vaadin.navigator
Classes in com.vaadin.navigator that implement ViewDisplay Modifier and Type Class Description static class
Navigator.ComponentContainerViewDisplay
A ViewDisplay that replaces the contents of aComponentContainer
with the activeView
.static class
Navigator.SingleComponentContainerViewDisplay
A ViewDisplay that replaces the contents of aSingleComponentContainer
with the activeView
.Methods in com.vaadin.navigator that return ViewDisplay Modifier and Type Method Description ViewDisplay
Navigator. getDisplay()
Return theViewDisplay
used by the navigator.Methods in com.vaadin.navigator with parameters of type ViewDisplay Modifier and Type Method Description protected void
Navigator. init(UI ui, NavigationStateManager stateManager, ViewDisplay display)
Initializes a navigator created with the no arguments constructor.Constructors in com.vaadin.navigator with parameters of type ViewDisplay Constructor Description 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 thePage
containing the given UI.
-