| Package | Description |
|---|---|
| com.vaadin.flow.component | |
| com.vaadin.flow.component.webcomponent | |
| com.vaadin.flow.router |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HasOrderedComponents<T extends Component>
A component which the children components are ordered, so the index of each
child matters for the layout.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HtmlContainer
Base class for a
Component that represents a single built-in HTML
element that can contain child components or text. |
class |
UI
The topmost component in any component hierarchy.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebComponentUI
Custom UI for use with WebComponents served from the server.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RouterLink
A link that handles navigation internally using
Router instead of
loading a new page in the browser. |
Copyright © 2000–2019 Vaadin Ltd. All rights reserved.