Modifier and Type | Class and Description |
---|---|
class |
CollaborationEngine
CollaborationEngine is an API for creating collaborative experiences in
Vaadin applications.
|
Modifier and Type | Class and Description |
---|---|
class |
UI
The topmost component in any component hierarchy.
|
Modifier and Type | Class and Description |
---|---|
class |
AccordionPanel
An accordion panel which could be opened or closed.
|
Modifier and Type | Class and Description |
---|---|
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 |
DatePicker
Server-side component that encapsulates the functionality of the
vaadin-date-picker webcomponent. |
Modifier and Type | Class and Description |
---|---|
class |
Dialog
Server-side component for the
<vaadin-dialog> element. |
Modifier and Type | Interface and Description |
---|---|
interface |
DragSource<T extends Component>
Mixin interface that provides basic drag source API for any component.
|
interface |
DropTarget<T extends Component>
Mixin interface that provides basic drop target API for any component.
|
Modifier and Type | Class and Description |
---|---|
static class |
Grid.Column<T>
Server-side component for the
<vaadin-grid-column> element. |
Modifier and Type | Class and Description |
---|---|
static class |
GridPro.EditColumn<T>
Server-side component for the
<vaadin-grid-edit-column> element. |
Modifier and Type | Class and Description |
---|---|
class |
IronIcon
Deprecated.
since Vaadin 21,
IronIcon is deprecated in favor of
Icon |
Modifier and Type | Class and Description |
---|---|
class |
Notification
Server-side component for the
vaadin-notification element. |
Modifier and Type | Class and Description |
---|---|
class |
RichTextEditor
Server-side component for the
<vaadin-rich-text-editor> component. |
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 |
TimePicker
An input component for selecting time of day, based on
vaadin-time-picker web component. |
Modifier and Type | Class and Description |
---|---|
class |
TreeGrid<T>
A grid component for displaying hierarchical tabular data.
|
Modifier and Type | Class and Description |
---|---|
class |
LitRenderer<SOURCE>
LitRenderer is a
Renderer that uses a Lit-based template literal to
render given model objects in the components that support the JS renderer
functions API. |
Modifier and Type | Method and Description |
---|---|
static List<JsModule> |
AnnotationReader.getJsModuleAnnotations(Class<? extends Component> componentClass)
|
Copyright © 2024. All rights reserved.