| Package | Description |
|---|---|
| com.vaadin.navigator | |
| com.vaadin.ui | |
| com.vaadin.ui.components.colorpicker |
| Constructor and Description |
|---|
Navigator(UI ui,
SingleComponentContainer container)
Creates a navigator that is tracking the active view using URI fragments
of the
Page containing the given UI and replacing the contents of
a SingleComponentContainer with the active view. |
SingleComponentContainerViewDisplay(SingleComponentContainer container)
Create new
ViewDisplay that updates a
SingleComponentContainer to show the view. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSingleComponentContainer
Abstract base class for component containers that have only one child
component.
|
class |
LegacyWindow
Deprecated.
|
class |
LoginForm
Login form with auto-completion and auto-fill for all major browsers.
|
class |
Panel
Panel - a simple single component container.
|
class |
UI
The topmost component in any component hierarchy.
|
class |
Window
A component that represents a floating popup window that can be added to a
UI. |
| Modifier and Type | Class and Description |
|---|---|
class |
ColorPickerPopup
A component that represents color selection popup within a color picker.
|
Copyright © 2021 Vaadin Ltd. All rights reserved.