Package | Description |
---|---|
com.vaadin.flow.component.board | |
com.vaadin.flow.component.confirmdialog | |
com.vaadin.flow.component.orderedlayout | |
com.vaadin.flow.component.tabs |
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 | Interface and Description |
---|---|
interface |
FlexComponent<C extends Component>
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 © 2020. All rights reserved.