Modifier and Type | Class and Description |
---|---|
class |
Board
Vaadin Board allows creating responsive layouts in an easy way.
|
class |
Row
Row class to define rows used in a
Board instance. |
Modifier and Type | Class and Description |
---|---|
class |
ConfirmDialog
Server-side component for the
<vaadin-confirm-dialog> element. |
Modifier and Type | Class and Description |
---|---|
class |
Article
Component representing a
<article> element. |
class |
Aside
Component representing a
<aside> element. |
class |
Div
Component representing a
<div> element. |
class |
Footer
Component representing a
<footer> element. |
class |
Header
Component representing a
<header> element. |
class |
Main
Component representing a
<main> element. |
class |
Nav
Component representing a
<nav> element. |
class |
Section
Component representing a
<section> element. |
Modifier and Type | Interface and Description |
---|---|
interface |
FlexComponent
A component which implements Flexbox.
|
Modifier and Type | Class and Description |
---|---|
class |
FlexLayout
A layout component that implements Flexbox.
|
class |
HorizontalLayout
HorizontalLayout is a component container, which shows the subcomponents in
the order of their addition (horizontally).
|
class |
VerticalLayout
VerticalLayout is a component container, which shows the subcomponents in the
order of their addition (vertically).
|
Modifier and Type | Class and Description |
---|---|
class |
Tabs
Server-side component for the
vaadin-tabs element. |
Copyright © 2021. All rights reserved.