Uses of Annotation Interface
com.vaadin.flow.component.dependency.NpmPackage.Container
-
Uses of NpmPackage.Container in com.vaadin.flow.component.accordion
Classes in com.vaadin.flow.component.accordion with annotations of type NpmPackage.ContainerModifier and TypeClassDescriptionclass
Accordion is a vertically stacked set of expandable panels.
class
An accordion panel which could be opened or closed.
-
Uses of NpmPackage.Container in com.vaadin.flow.component.applayout
Classes in com.vaadin.flow.component.applayout with annotations of type NpmPackage.ContainerModifier and TypeClassDescriptionclass
App Layout is a component for building common application layouts.
class
Server-side component for the
<vaadin-drawer-toggle>
element. -
Uses of NpmPackage.Container in com.vaadin.flow.component.avatar
Classes in com.vaadin.flow.component.avatar with annotations of type NpmPackage.ContainerModifier and TypeClassDescriptionclass
Avatar is a graphical representation of an object or entity, for example a person or an organisation.
class
Avatar Group is used to group multiple Avatars together.
-
Uses of NpmPackage.Container in com.vaadin.flow.component.board
Classes in com.vaadin.flow.component.board with annotations of type NpmPackage.Container -
Uses of NpmPackage.Container in com.vaadin.flow.component.button
Classes in com.vaadin.flow.component.button with annotations of type NpmPackage.ContainerModifier and TypeClassDescriptionclass
The Button component allows users to perform actions.
-
Uses of NpmPackage.Container in com.vaadin.flow.component.charts
Classes in com.vaadin.flow.component.charts with annotations of type NpmPackage.ContainerModifier and TypeClassDescriptionclass
Vaadin Charts is a feature-rich interactive charting library for Vaadin.
-
Uses of NpmPackage.Container in com.vaadin.flow.component.checkbox
Classes in com.vaadin.flow.component.checkbox with annotations of type NpmPackage.ContainerModifier and TypeClassDescriptionclass
Checkbox is an input field representing a binary choice.
class
CheckBoxGroup is a multi-selection component where items are displayed as check boxes.
-
Uses of NpmPackage.Container in com.vaadin.flow.component.combobox
Classes in com.vaadin.flow.component.combobox with annotations of type NpmPackage.ContainerModifier and TypeClassDescriptionclass
ComboBox<T>
Combo Box allows the user to choose a value from a filterable list of options presented in an overlay.
class
MultiSelectComboBox<TItem>
MultiSelectComboBox allows the user to select one or more values from a filterable list of options presented in an overlay.
-
Uses of NpmPackage.Container in com.vaadin.flow.component.confirmdialog
Classes in com.vaadin.flow.component.confirmdialog with annotations of type NpmPackage.ContainerModifier and TypeClassDescriptionclass
Confirm Dialog is a modal Dialog used to confirm user actions.
-
Uses of NpmPackage.Container in com.vaadin.flow.component.cookieconsent
Classes in com.vaadin.flow.component.cookieconsent with annotations of type NpmPackage.ContainerModifier and TypeClassDescriptionclass
Cookie Consent is a component for showing a cookie consent banner the first time a user visits the application, until the banner is dismissed.
-
Uses of NpmPackage.Container in com.vaadin.flow.component.crud
Classes in com.vaadin.flow.component.crud with annotations of type NpmPackage.Container -
Uses of NpmPackage.Container in com.vaadin.flow.component.customfield
Classes in com.vaadin.flow.component.customfield with annotations of type NpmPackage.ContainerModifier and TypeClassDescriptionclass
CustomField<T>
A
HasValue
whose UI content can be constructed by the user, enabling the creation of e.g. -
Uses of NpmPackage.Container in com.vaadin.flow.component.dashboard
Classes in com.vaadin.flow.component.dashboard with annotations of type NpmPackage.ContainerModifier and TypeClassDescriptionclass
Dashboard is a responsive layout component that allows users to organize widgets either directly within the dashboard or optionally group them into sections.
class
DashboardSection is a container for organizing multiple
DashboardWidget
instances within aDashboard
.class
DashboardWidget represents a customizable widget that can be placed within a
Dashboard
. -
Uses of NpmPackage.Container in com.vaadin.flow.component.datepicker
Classes in com.vaadin.flow.component.datepicker with annotations of type NpmPackage.ContainerModifier and TypeClassDescriptionclass
Date Picker is an input field that allows the user to enter a date by typing or by selecting from a calendar overlay.
-
Uses of NpmPackage.Container in com.vaadin.flow.component.datetimepicker
Classes in com.vaadin.flow.component.datetimepicker with annotations of type NpmPackage.ContainerModifier and TypeClassDescriptionclass
Date Time Picker is an input field for selecting both a date and a time.
-
Uses of NpmPackage.Container in com.vaadin.flow.component.details
Classes in com.vaadin.flow.component.details with annotations of type NpmPackage.ContainerModifier and TypeClassDescriptionclass
Details is an expandable panel for showing and hiding content from the user to make the UI less crowded.
-
Uses of NpmPackage.Container in com.vaadin.flow.component.dialog
Classes in com.vaadin.flow.component.dialog with annotations of type NpmPackage.ContainerModifier and TypeClassDescriptionclass
A Dialog is a small window that can be used to present information and user interface elements in an overlay.
-
Uses of NpmPackage.Container in com.vaadin.flow.component.formlayout
Classes in com.vaadin.flow.component.formlayout with annotations of type NpmPackage.ContainerModifier and TypeClassDescriptionclass
Form Layout allows you to build responsive forms with multiple columns and to position input labels on top or to the side of the input.
static class
Server-side component for the
<vaadin-form-item>
element. -
Uses of NpmPackage.Container in com.vaadin.flow.component.grid
Classes in com.vaadin.flow.component.grid with annotations of type NpmPackage.Container -
Uses of NpmPackage.Container in com.vaadin.flow.component.gridpro
Classes in com.vaadin.flow.component.gridpro with annotations of type NpmPackage.Container -
Uses of NpmPackage.Container in com.vaadin.flow.component.icon
Classes in com.vaadin.flow.component.icon with annotations of type NpmPackage.ContainerModifier and TypeClassDescriptionclass
AbstractIcon<T extends AbstractIcon<T>>
Abstract base class for icon components
-
Uses of NpmPackage.Container in com.vaadin.flow.component.listbox
Classes in com.vaadin.flow.component.listbox with annotations of type NpmPackage.ContainerModifier and TypeClassDescriptionclass
ListBoxBase<C extends ListBoxBase<C,
ITEM, VALUE>, ITEM, VALUE> Base class for the
ListBox
andMultiSelectListBox
. -
Uses of NpmPackage.Container in com.vaadin.flow.component.login
Classes in com.vaadin.flow.component.login with annotations of type NpmPackage.ContainerModifier and TypeClassDescriptionclass
Login is a component that contains a login form.
class
Server-side component for the
<vaadin-login-overlay>
component. -
Uses of NpmPackage.Container in com.vaadin.flow.component.map
Classes in com.vaadin.flow.component.map with annotations of type NpmPackage.ContainerModifier and TypeClassDescriptionclass
Map is a component for displaying geographic maps from various sources.
-
Uses of NpmPackage.Container in com.vaadin.flow.component.messages
Classes in com.vaadin.flow.component.messages with annotations of type NpmPackage.ContainerModifier and TypeClassDescriptionclass
Message Input allows users to author and send messages.
class
Message List allows you to show a list of messages, for example, a chat log.
-
Uses of NpmPackage.Container in com.vaadin.flow.component.notification
Classes in com.vaadin.flow.component.notification with annotations of type NpmPackage.ContainerModifier and TypeClassDescriptionclass
Notifications are used to provide feedback to the user.
-
Uses of NpmPackage.Container in com.vaadin.flow.component.orderedlayout
Classes in com.vaadin.flow.component.orderedlayout with annotations of type NpmPackage.ContainerModifier and TypeClassDescriptionclass
Horizontal Layout places components side-by-side in a row.
class
Scroller is a component container which enables scrolling overflowing content.
class
Vertical Layout places components top-to-bottom in a column.
-
Uses of NpmPackage.Container in com.vaadin.flow.component.popover
Classes in com.vaadin.flow.component.popover with annotations of type NpmPackage.ContainerModifier and TypeClassDescriptionclass
Popover is a component for creating overlays that are positioned next to specified component (target).
-
Uses of NpmPackage.Container in com.vaadin.flow.component.progressbar
Classes in com.vaadin.flow.component.progressbar with annotations of type NpmPackage.ContainerModifier and TypeClassDescriptionclass
Progress Bar shows the completion status of a task or process.
-
Uses of NpmPackage.Container in com.vaadin.flow.component.radiobutton
Classes in com.vaadin.flow.component.radiobutton with annotations of type NpmPackage.ContainerModifier and TypeClassDescriptionclass
Radio Button Group allows the user to select exactly one value from a list of related but mutually exclusive options.
-
Uses of NpmPackage.Container in com.vaadin.flow.component.richtexteditor
Classes in com.vaadin.flow.component.richtexteditor with annotations of type NpmPackage.ContainerModifier and TypeClassDescriptionclass
Rich Text Editor is an input field for entering rich text.
-
Uses of NpmPackage.Container in com.vaadin.flow.component.select
Classes in com.vaadin.flow.component.select with annotations of type NpmPackage.ContainerModifier and TypeClassDescriptionclass
Select<T>
Select allows users to choose a single value from a list of options presented in an overlay.
-
Uses of NpmPackage.Container in com.vaadin.flow.component.splitlayout
Classes in com.vaadin.flow.component.splitlayout with annotations of type NpmPackage.ContainerModifier and TypeClassDescriptionclass
Split Layout is a component with two content areas and a draggable split handle between them.
-
Uses of NpmPackage.Container in com.vaadin.flow.component.tabs
Classes in com.vaadin.flow.component.tabs with annotations of type NpmPackage.Container -
Uses of NpmPackage.Container in com.vaadin.flow.component.textfield
Classes in com.vaadin.flow.component.textfield with annotations of type NpmPackage.ContainerModifier and TypeClassDescriptionclass
Email Field is an extension of Text Field that only accepts email addresses as input.
class
IntegerField is an extension of Text Field that only accepts integer numbers.
class
Number Field sports many of the same features as Text Field but only accepts numeric input.
class
Password Field is an input field for entering passwords.
class
Text Area is an input field component for multi-line text input.
class
Text Field allows the user to input and edit text.
-
Uses of NpmPackage.Container in com.vaadin.flow.component.timepicker
Classes in com.vaadin.flow.component.timepicker with annotations of type NpmPackage.ContainerModifier and TypeClassDescriptionclass
Time Picker is an input field for entering or selecting a specific time.
-
Uses of NpmPackage.Container in com.vaadin.flow.component.upload
Classes in com.vaadin.flow.component.upload with annotations of type NpmPackage.ContainerModifier and TypeClassDescriptionclass
Upload is a component for uploading one or more files.
-
Uses of NpmPackage.Container in com.vaadin.flow.component.virtuallist
Classes in com.vaadin.flow.component.virtuallist with annotations of type NpmPackage.ContainerModifier and TypeClassDescriptionclass
VirtualList<T>
Virtual List allows you to render a long list of items inside a scrollable container without sacrificing performance.
-
Uses of NpmPackage.Container in com.vaadin.flow.theme.lumo
Classes in com.vaadin.flow.theme.lumo with annotations of type NpmPackage.Container -
Uses of NpmPackage.Container in com.vaadin.flow.theme.material
Classes in com.vaadin.flow.theme.material with annotations of type NpmPackage.Container