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 |
AppLayoutMenuItem
Base class representing menu items.
|
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 |
CheckboxGroup<T>
Server-side component for the
vaadin-checkbox-group element. |
Modifier and Type | Class and Description |
---|---|
class |
ConfirmDialog
Server-side component for the
<vaadin-confirm-dialog> element. |
Modifier and Type | Class and Description |
---|---|
class |
ContextMenu
Server-side component for
<vaadin-context-menu> . |
class |
ContextMenuBase<C extends ContextMenuBase<C,I,S>,I extends MenuItemBase<C,I,S>,S extends SubMenuBase<C,I,S>>
Base functionality for server-side components based on
<vaadin-context-menu> . |
class |
MenuItem
Item component used inside
ContextMenu and SubMenu . |
class |
MenuItemBase<C extends ContextMenuBase<C,I,S>,I extends MenuItemBase<C,I,S>,S extends SubMenuBase<C,I,S>>
Base class for item component used inside
ContextMenu s. |
Modifier and Type | Class and Description |
---|---|
class |
Dialog
Server-side component for the
<vaadin-dialog> element. |
Modifier and Type | Class and Description |
---|---|
class |
FormLayout
Server-side component for the
<vaadin-form-layout> element. |
static class |
FormLayout.FormItem
Server-side component for the
<vaadin-form-item> element. |
Modifier and Type | Class and Description |
---|---|
class |
GridContextMenu<T>
Server-side component for
<vaadin-context-menu> to be used with
Grid . |
class |
GridMenuItem<T>
Item component used inside
GridContextMenu and GridSubMenu . |
Modifier and Type | Class and Description |
---|---|
class |
Anchor
Component representing an
<a> element. |
class |
Article
Component representing a
<article> element. |
class |
Aside
Component representing a
<aside> element. |
class |
DescriptionList
Component representing a
<dl> element. |
static class |
DescriptionList.Description
Component representing a
<dd> element. |
static class |
DescriptionList.Term
Component representing a
<dt> element. |
class |
Div
Component representing a
<div> element. |
class |
Emphasis
Component representing a
<em> element. |
class |
Footer
Component representing a
<footer> element. |
class |
H1
Component representing a
<h1> element. |
class |
H2
Component representing a
<h2> element. |
class |
H3
Component representing a
<h3> element. |
class |
H4
Component representing a
<h4> element. |
class |
H5
Component representing a
<h5> element. |
class |
H6
Component representing a
<h6> element. |
class |
Header
Component representing a
<header> element. |
class |
Image
Component representing a
<img> element. |
class |
Label
Component representing a
<label> element. |
class |
ListItem
Component representing a
<li> element. |
class |
Main
Component representing a
<main> element. |
class |
NativeButton
Component representing a
<button> element. |
class |
Nav
Component representing a
<nav> element. |
class |
OrderedList
Component representing a
<ol> element. |
class |
Paragraph
Component representing a
<p> element. |
class |
Section
Component representing a
<section> element. |
class |
Span
Component representing a
<span> element. |
class |
UnorderedList
Component representing a
<ul> element. |
Modifier and Type | Class and Description |
---|---|
class |
ListBox<T>
Server-side component for the
vaadin-list-box element. |
Modifier and Type | Class and Description |
---|---|
class |
Notification
Server-side component for the
vaadin-notification 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 |
RadioButtonGroup<T>
A single select component using radio buttons as options.
|
Modifier and Type | Class and Description |
---|---|
class |
Select<T>
A customizable drop-down select component similar to a native browser select.
|
Modifier and Type | Class and Description |
---|---|
class |
Tab
Server-side component for the
vaadin-tab element. |
class |
Tabs
Server-side component for the
vaadin-tabs element. |
Modifier and Type | Interface and Description |
---|---|
interface |
HasItemsAndComponents<T>
Mixin interface for components that display a collection of items and can
have additional components between the items.
|
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 © 2019. All rights reserved.