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 classNavigator.ComponentContainerViewDisplayA ViewDisplay that replaces the contents of aComponentContainerwith the activeView.static classNavigator.SingleComponentContainerViewDisplayA ViewDisplay that replaces the contents of aSingleComponentContainerwith the activeView.Fields in com.vaadin.navigator declared as ViewDisplay Modifier and Type Field Description protected ViewDisplayNavigator. displayTheViewDisplayused by the Navigator.Methods in com.vaadin.navigator that return ViewDisplay Modifier and Type Method Description ViewDisplayNavigator. getDisplay()Return theViewDisplayused by the navigator.Methods in com.vaadin.navigator with parameters of type ViewDisplay Modifier and Type Method Description protected voidNavigator. 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 thePagecontaining the given UI.
-