Uses of Interface
com.vaadin.ui.SingleComponentContainer
-
Packages that use SingleComponentContainer Package Description com.vaadin.navigator com.vaadin.ui com.vaadin.ui.components.colorpicker -
-
Uses of SingleComponentContainer in com.vaadin.navigator
Constructors in com.vaadin.navigator with parameters of type SingleComponentContainer Constructor Description Navigator(UI ui, SingleComponentContainer container)Creates a navigator that is tracking the active view using URI fragments of thePagecontaining the given UI and replacing the contents of aSingleComponentContainerwith the active view.SingleComponentContainerViewDisplay(SingleComponentContainer container)Create newViewDisplaythat updates aSingleComponentContainerto show the view. -
Uses of SingleComponentContainer in com.vaadin.ui
Classes in com.vaadin.ui that implement SingleComponentContainer Modifier and Type Class Description classAbstractSingleComponentContainerAbstract base class for component containers that have only one child component.classLegacyWindowDeprecated.classLoginFormLogin form with auto-completion and auto-fill for all major browsers.classPanelPanel - a simple single component container.classUIThe topmost component in any component hierarchy.classWindowA component that represents a floating popup window that can be added to aUI. -
Uses of SingleComponentContainer in com.vaadin.ui.components.colorpicker
Classes in com.vaadin.ui.components.colorpicker that implement SingleComponentContainer Modifier and Type Class Description classColorPickerPopupA component that represents color selection popup within a color picker.
-