| Package | Description |
|---|---|
| com.vaadin.flow.component | |
| com.vaadin.flow.router |
| Modifier and Type | Class and Description |
|---|---|
class |
HtmlComponent
Base class for a
Component that represents a single built-in HTML
element. |
class |
HtmlContainer
Base class for a
Component that represents a single built-in HTML
element that can contain child components or text. |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
static <C extends HasStyle> |
HighlightActions.toggleClassName(String className)
An action which toggles
className class on the target based on
its highlight state. |
Copyright © 2000–2023 Vaadin Ltd. All rights reserved.