Uses of Class
com.vaadin.flow.component.dependency.JsModule.Container
-
-
Uses of JsModule.Container in com.vaadin.flow.component.accordion
Classes in com.vaadin.flow.component.accordion with annotations of type JsModule.Container Modifier and Type Class Description class
Accordion
Accordion is a vertically stacked set of expandable panels.class
AccordionPanel
An accordion panel which could be opened or closed. -
Uses of JsModule.Container in com.vaadin.flow.component.applayout
Classes in com.vaadin.flow.component.applayout with annotations of type JsModule.Container Modifier and Type Class Description class
AppLayout
App Layout is a component for building common application layouts.class
DrawerToggle
Server-side component for the<vaadin-drawer-toggle>
element. -
Uses of JsModule.Container in com.vaadin.flow.component.avatar
Classes in com.vaadin.flow.component.avatar with annotations of type JsModule.Container Modifier and Type Class Description class
Avatar
Avatar is a graphical representation of an object or entity, for example a person or an organisation.class
AvatarGroup
Avatar Group is used to group multiple Avatars together. -
Uses of JsModule.Container in com.vaadin.flow.component.board
Classes in com.vaadin.flow.component.board with annotations of type JsModule.Container Modifier and Type Class Description class
Board
Vaadin Board allows creating responsive layouts in an easy way.class
Row
Row class to define rows used in aBoard
instance. -
Uses of JsModule.Container in com.vaadin.flow.component.button
Classes in com.vaadin.flow.component.button with annotations of type JsModule.Container Modifier and Type Class Description class
GeneratedVaadinButton<R extends GeneratedVaadinButton<R>>
Deprecated.since v23.3, generated classes will be removed in v24. -
Uses of JsModule.Container in com.vaadin.flow.component.charts
Classes in com.vaadin.flow.component.charts with annotations of type JsModule.Container Modifier and Type Class Description class
Chart
Vaadin Charts is a feature-rich interactive charting library for Vaadin. -
Uses of JsModule.Container in com.vaadin.flow.component.checkbox
Classes in com.vaadin.flow.component.checkbox with annotations of type JsModule.Container Modifier and Type Class Description class
GeneratedVaadinCheckbox<R extends GeneratedVaadinCheckbox<R,T>,T>
Deprecated.since v23.3, generated classes will be removed in v24.class
GeneratedVaadinCheckboxGroup<R extends GeneratedVaadinCheckboxGroup<R,T>,T>
Deprecated.since v23.3, generated classes will be removed in v24. -
Uses of JsModule.Container in com.vaadin.flow.component.combobox
Classes in com.vaadin.flow.component.combobox with annotations of type JsModule.Container Modifier and Type Class Description class
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 JsModule.Container in com.vaadin.flow.component.confirmdialog
Classes in com.vaadin.flow.component.confirmdialog with annotations of type JsModule.Container Modifier and Type Class Description class
ConfirmDialog
Confirm Dialog is a modal Dialog used to confirm user actions. -
Uses of JsModule.Container in com.vaadin.flow.component.contextmenu
Classes in com.vaadin.flow.component.contextmenu with annotations of type JsModule.Container Modifier and Type Class Description 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
GeneratedVaadinContextMenu<R extends ContextMenuBase<R,?,?>>
Deprecated.since v23.3, generated classes will be removed in v24. -
Uses of JsModule.Container in com.vaadin.flow.component.cookieconsent
Classes in com.vaadin.flow.component.cookieconsent with annotations of type JsModule.Container Modifier and Type Class Description class
CookieConsent
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 JsModule.Container in com.vaadin.flow.component.crud
Classes in com.vaadin.flow.component.crud with annotations of type JsModule.Container Modifier and Type Class Description class
Crud<E>
A component for performing CRUD operations on a data backend (e.g entities from a database). -
Uses of JsModule.Container in com.vaadin.flow.component.customfield
Classes in com.vaadin.flow.component.customfield with annotations of type JsModule.Container Modifier and Type Class Description class
CustomField<T>
AHasValue
whose UI content can be constructed by the user, enabling the creation of e.g. -
Uses of JsModule.Container in com.vaadin.flow.component.datepicker
Classes in com.vaadin.flow.component.datepicker with annotations of type JsModule.Container Modifier and Type Class Description class
GeneratedVaadinDatePicker<R extends GeneratedVaadinDatePicker<R,T>,T>
Deprecated.since v23.3, generated classes will be removed in v24. -
Uses of JsModule.Container in com.vaadin.flow.component.datetimepicker
Classes in com.vaadin.flow.component.datetimepicker with annotations of type JsModule.Container Modifier and Type Class Description class
DateTimePicker
Date Time Picker is an input field for selecting both a date and a time. -
Uses of JsModule.Container in com.vaadin.flow.component.details
Classes in com.vaadin.flow.component.details with annotations of type JsModule.Container Modifier and Type Class Description class
Details
Details is an expandable panel for showing and hiding content from the user to make the UI less crowded. -
Uses of JsModule.Container in com.vaadin.flow.component.dialog
Classes in com.vaadin.flow.component.dialog with annotations of type JsModule.Container Modifier and Type Class Description class
Dialog
A Dialog is a small window that can be used to present information and user interface elements in an overlay.class
GeneratedVaadinDialog<R extends GeneratedVaadinDialog<R>>
Deprecated.since v23.3, generated classes will be removed in v24. -
Uses of JsModule.Container in com.vaadin.flow.component.formlayout
Classes in com.vaadin.flow.component.formlayout with annotations of type JsModule.Container Modifier and Type Class Description class
GeneratedVaadinFormItem<R extends GeneratedVaadinFormItem<R>>
Deprecated.since v23.3, generated classes will be removed in v24.class
GeneratedVaadinFormLayout<R extends GeneratedVaadinFormLayout<R>>
Deprecated.since v23.3, generated classes will be removed in v24. -
Uses of JsModule.Container in com.vaadin.flow.component.grid
Classes in com.vaadin.flow.component.grid with annotations of type JsModule.Container Modifier and Type Class Description class
Grid<T>
Grid is a component for showing tabular data.class
GridSelectionColumn
Server side implementation for the flow specific grid selection column. -
Uses of JsModule.Container in com.vaadin.flow.component.gridpro
Classes in com.vaadin.flow.component.gridpro with annotations of type JsModule.Container Modifier and Type Class Description class
GridPro<E>
-
Uses of JsModule.Container in com.vaadin.flow.component.icon
Classes in com.vaadin.flow.component.icon with annotations of type JsModule.Container Modifier and Type Class Description class
Icon
Component for displaying an icon from the Vaadin Icons collection. -
Uses of JsModule.Container in com.vaadin.flow.component.ironlist
Classes in com.vaadin.flow.component.ironlist with annotations of type JsModule.Container Modifier and Type Class Description class
IronList<T>
Deprecated.since Vaadin 21,IronList
is deprecated in favor ofVirtualList
-
Uses of JsModule.Container in com.vaadin.flow.component.listbox
Classes in com.vaadin.flow.component.listbox with annotations of type JsModule.Container Modifier and Type Class Description class
ListBoxBase<C extends ListBoxBase<C,ITEM,VALUE>,ITEM,VALUE>
Base class for theListBox
andMultiSelectListBox
. -
Uses of JsModule.Container in com.vaadin.flow.component.login
Classes in com.vaadin.flow.component.login with annotations of type JsModule.Container Modifier and Type Class Description class
LoginForm
Login is a component that contains a login form.class
LoginOverlay
Server-side component for the<vaadin-login-overlay>
component. -
Uses of JsModule.Container in com.vaadin.flow.component.map
Classes in com.vaadin.flow.component.map with annotations of type JsModule.Container Modifier and Type Class Description class
Map
Map is a component for displaying geographic maps from various sources. -
Uses of JsModule.Container in com.vaadin.flow.component.menubar
Classes in com.vaadin.flow.component.menubar with annotations of type JsModule.Container Modifier and Type Class Description class
MenuBar
Menu Bar is a horizontal button bar with hierarchical drop-down menus. -
Uses of JsModule.Container in com.vaadin.flow.component.messages
Classes in com.vaadin.flow.component.messages with annotations of type JsModule.Container Modifier and Type Class Description class
MessageInput
Message Input allows users to author and send messages.class
MessageList
Message List allows you to show a list of messages, for example, a chat log. -
Uses of JsModule.Container in com.vaadin.flow.component.notification
Classes in com.vaadin.flow.component.notification with annotations of type JsModule.Container Modifier and Type Class Description class
GeneratedVaadinNotification<R extends GeneratedVaadinNotification<R>>
Deprecated.since v23.3, generated classes will be removed in v24.class
Notification
Notifications are used to provide feedback to the user. -
Uses of JsModule.Container in com.vaadin.flow.component.orderedlayout
Classes in com.vaadin.flow.component.orderedlayout with annotations of type JsModule.Container Modifier and Type Class Description class
HorizontalLayout
Horizontal Layout places components side-by-side in a row.class
Scroller
Scroller is a component container which enables scrolling overflowing content.class
VerticalLayout
Vertical Layout places components top-to-bottom in a column. -
Uses of JsModule.Container in com.vaadin.flow.component.progressbar
Classes in com.vaadin.flow.component.progressbar with annotations of type JsModule.Container Modifier and Type Class Description class
GeneratedVaadinProgressBar<R extends GeneratedVaadinProgressBar<R>>
Deprecated.since v23.3, generated classes will be removed in v24. -
Uses of JsModule.Container in com.vaadin.flow.component.radiobutton
Classes in com.vaadin.flow.component.radiobutton with annotations of type JsModule.Container Modifier and Type Class Description class
GeneratedVaadinRadioButton<R extends GeneratedVaadinRadioButton<R>>
Deprecated.since v23.3, generated classes will be removed in v24.class
GeneratedVaadinRadioGroup<R extends GeneratedVaadinRadioGroup<R,T>,T>
Deprecated.since v23.3, generated classes will be removed in v24. -
Uses of JsModule.Container in com.vaadin.flow.component.richtexteditor
Classes in com.vaadin.flow.component.richtexteditor with annotations of type JsModule.Container Modifier and Type Class Description class
GeneratedVaadinRichTextEditor<R extends GeneratedVaadinRichTextEditor<R,T>,T>
Deprecated.since v23.3, generated classes will be removed in v24. -
Uses of JsModule.Container in com.vaadin.flow.component.select.generated
Classes in com.vaadin.flow.component.select.generated with annotations of type JsModule.Container Modifier and Type Class Description class
GeneratedVaadinSelect<R extends GeneratedVaadinSelect<R,T>,T>
Deprecated.since v23.3, generated classes will be removed in v24. -
Uses of JsModule.Container in com.vaadin.flow.component.splitlayout
Classes in com.vaadin.flow.component.splitlayout with annotations of type JsModule.Container Modifier and Type Class Description class
GeneratedVaadinSplitLayout<R extends GeneratedVaadinSplitLayout<R>>
Deprecated.since v23.3, generated classes will be removed in v24. -
Uses of JsModule.Container in com.vaadin.flow.component.tabs
Classes in com.vaadin.flow.component.tabs with annotations of type JsModule.Container Modifier and Type Class Description class
GeneratedVaadinTab<R extends GeneratedVaadinTab<R>>
Deprecated.since v23.3, generated classes will be removed in v24.class
GeneratedVaadinTabs<R extends GeneratedVaadinTabs<R>>
Deprecated.since v23.3, generated classes will be removed in v24. -
Uses of JsModule.Container in com.vaadin.flow.component.textfield
Classes in com.vaadin.flow.component.textfield with annotations of type JsModule.Container Modifier and Type Class Description class
BigDecimalField
BigDecimalField is an input field for handling decimal numbers with high precision.class
GeneratedVaadinEmailField<R extends GeneratedVaadinEmailField<R,T>,T>
Deprecated.since v23.3, generated classes will be removed in v24.class
GeneratedVaadinNumberField<R extends GeneratedVaadinNumberField<R,T>,T>
Deprecated.since v23.3, generated classes will be removed in v24.class
GeneratedVaadinPasswordField<R extends GeneratedVaadinPasswordField<R,T>,T>
Deprecated.since v23.3, generated classes will be removed in v24.class
GeneratedVaadinTextArea<R extends GeneratedVaadinTextArea<R,T>,T>
Deprecated.since v23.3, generated classes will be removed in v24.class
GeneratedVaadinTextField<R extends GeneratedVaadinTextField<R,T>,T>
Deprecated.since v23.3, generated classes will be removed in v24.class
IntegerField
IntegerField is an extension of Text Field that only accepts integer numbers. -
Uses of JsModule.Container in com.vaadin.flow.component.timepicker
Classes in com.vaadin.flow.component.timepicker with annotations of type JsModule.Container Modifier and Type Class Description class
GeneratedVaadinTimePicker<R extends GeneratedVaadinTimePicker<R,T>,T>
Deprecated.since v23.3, generated classes will be removed in v24. -
Uses of JsModule.Container in com.vaadin.flow.component.upload
Classes in com.vaadin.flow.component.upload with annotations of type JsModule.Container Modifier and Type Class Description class
GeneratedVaadinUpload<R extends GeneratedVaadinUpload<R>>
Deprecated.since v23.3, generated classes will be removed in v24.class
GeneratedVaadinUploadFile<R extends GeneratedVaadinUploadFile<R>>
Deprecated.since v23.3, generated classes will be removed in v24. -
Uses of JsModule.Container in com.vaadin.flow.component.virtuallist
Classes in com.vaadin.flow.component.virtuallist with annotations of type JsModule.Container Modifier and Type Class Description class
VirtualList<T>
Virtual List allows you to render a long list of items inside a scrollable container without sacrificing performance. -
Uses of JsModule.Container in com.vaadin.flow.theme.lumo
Classes in com.vaadin.flow.theme.lumo with annotations of type JsModule.Container Modifier and Type Class Description class
Lumo
Lumo component theme class implementation. -
Uses of JsModule.Container in com.vaadin.flow.theme.material
Classes in com.vaadin.flow.theme.material with annotations of type JsModule.Container Modifier and Type Class Description class
Material
Material component theme class implementation.
-