Uses of Annotation Interface
com.vaadin.flow.component.dependency.JsModule
Packages that use JsModule
Package
Description
-
Uses of JsModule in com.vaadin.flow.component
Classes in com.vaadin.flow.component with annotations of type JsModule -
Uses of JsModule in com.vaadin.flow.component.accordion
Classes in com.vaadin.flow.component.accordion with annotations of type JsModuleModifier and TypeClassDescriptionclassAccordion is a vertically stacked set of expandable panels.classAn accordion panel which could be opened or closed. -
Uses of JsModule in com.vaadin.flow.component.applayout
Classes in com.vaadin.flow.component.applayout with annotations of type JsModuleModifier and TypeClassDescriptionclassApp Layout is a component for building common application layouts.classServer-side component for the<vaadin-drawer-toggle>element. -
Uses of JsModule in com.vaadin.flow.component.avatar
Classes in com.vaadin.flow.component.avatar with annotations of type JsModuleModifier and TypeClassDescriptionclassAvatar is a graphical representation of an object or entity, for example a person or an organisation.classAvatar Group is used to group multiple Avatars together. -
Uses of JsModule in com.vaadin.flow.component.board
Classes in com.vaadin.flow.component.board with annotations of type JsModuleModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.Board is deprecated and will be removed in Vaadin 26.classDeprecated, for removal: This API element is subject to removal in a future version.Board Row is deprecated and will be removed in Vaadin 26. -
Uses of JsModule in com.vaadin.flow.component.button
Classes in com.vaadin.flow.component.button with annotations of type JsModuleModifier and TypeClassDescriptionclassThe Button component allows users to perform actions. -
Uses of JsModule in com.vaadin.flow.component.card
Classes in com.vaadin.flow.component.card with annotations of type JsModuleModifier and TypeClassDescriptionclassCard is a visual content container for creating a card-based layout. -
Uses of JsModule in com.vaadin.flow.component.charts
Classes in com.vaadin.flow.component.charts with annotations of type JsModuleModifier and TypeClassDescriptionclassVaadin Charts is a feature-rich interactive charting library for Vaadin. -
Uses of JsModule in com.vaadin.flow.component.checkbox
Classes in com.vaadin.flow.component.checkbox with annotations of type JsModuleModifier and TypeClassDescriptionclassCheckbox is an input field representing a binary choice.classCheckBoxGroup is a multi-selection component where items are displayed as check boxes. -
Uses of JsModule in com.vaadin.flow.component.confirmdialog
Classes in com.vaadin.flow.component.confirmdialog with annotations of type JsModuleModifier and TypeClassDescriptionclassConfirm Dialog is a modal Dialog used to confirm user actions. -
Uses of JsModule in com.vaadin.flow.component.customfield
Classes in com.vaadin.flow.component.customfield with annotations of type JsModuleModifier and TypeClassDescriptionclassCustomField<T>AHasValuewhose UI content can be constructed by the user, enabling the creation of e.g. -
Uses of JsModule in com.vaadin.flow.component.dashboard
Classes in com.vaadin.flow.component.dashboard with annotations of type JsModuleModifier and TypeClassDescriptionclassDashboardSection is a container for organizing multipleDashboardWidgetinstances within aDashboard.classDashboardWidget represents a customizable widget that can be placed within aDashboard. -
Uses of JsModule in com.vaadin.flow.component.datetimepicker
Classes in com.vaadin.flow.component.datetimepicker with annotations of type JsModuleModifier and TypeClassDescriptionclassDate Time Picker is an input field for selecting both a date and a time. -
Uses of JsModule in com.vaadin.flow.component.details
Classes in com.vaadin.flow.component.details with annotations of type JsModuleModifier and TypeClassDescriptionclassDetails is an expandable panel for showing and hiding content from the user to make the UI less crowded. -
Uses of JsModule in com.vaadin.flow.component.dnd
Classes in com.vaadin.flow.component.dnd with annotations of type JsModuleModifier and TypeInterfaceDescriptioninterfaceDragSource<T extends Component>Mixin interface that provides basic drag source API for any component.interfaceDropTarget<T extends Component>Mixin interface that provides basic drop target API for any component. -
Uses of JsModule in com.vaadin.flow.component.fieldhighlighter
Classes in com.vaadin.flow.component.fieldhighlighter with annotations of type JsModule -
Uses of JsModule in com.vaadin.flow.component.formlayout
Classes in com.vaadin.flow.component.formlayout with annotations of type JsModuleModifier and TypeClassDescriptionclassForm 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 classServer-side component for the<vaadin-form-item>element.static classServer-side component for the<vaadin-form-row>element. -
Uses of JsModule in com.vaadin.flow.component.grid
Classes in com.vaadin.flow.component.grid with annotations of type JsModuleModifier and TypeClassDescriptionclassServer side implementation for the flow specific grid selection column. -
Uses of JsModule in com.vaadin.flow.component.icon
Classes in com.vaadin.flow.component.icon with annotations of type JsModuleModifier and TypeClassDescriptionclassAbstractIcon<T extends AbstractIcon<T>>Abstract base class for icon componentsclassComponent for displaying an icon from the Vaadin Icons collection. -
Uses of JsModule in com.vaadin.flow.component.listbox
Classes in com.vaadin.flow.component.listbox with annotations of type JsModuleModifier and TypeClassDescriptionclassListBoxBase<C extends ListBoxBase<C,ITEM, VALUE>, ITEM, VALUE> Base class for theListBoxandMultiSelectListBox. -
Uses of JsModule in com.vaadin.flow.component.login
Classes in com.vaadin.flow.component.login with annotations of type JsModuleModifier and TypeClassDescriptionclassLogin is a component that contains a login form.classServer-side component for the<vaadin-login-overlay>component. -
Uses of JsModule in com.vaadin.flow.component.markdown
Classes in com.vaadin.flow.component.markdown with annotations of type JsModuleModifier and TypeClassDescriptionclassMarkdown is a component for rendering Markdown content. -
Uses of JsModule in com.vaadin.flow.component.masterdetaillayout
Classes in com.vaadin.flow.component.masterdetaillayout with annotations of type JsModuleModifier and TypeClassDescriptionclassMasterDetailLayout is a component for building UIs with a master (or primary) area and a detail (or secondary) area that is displayed next to, or overlaid on top of, the master area, depending on configuration and viewport size. -
Uses of JsModule in com.vaadin.flow.component.messages
Classes in com.vaadin.flow.component.messages with annotations of type JsModuleModifier and TypeClassDescriptionclassMessage Input allows users to author and send messages. -
Uses of JsModule in com.vaadin.flow.component.orderedlayout
Classes in com.vaadin.flow.component.orderedlayout with annotations of type JsModuleModifier and TypeClassDescriptionclassHorizontal Layout places components side-by-side in a row.classScroller is a component container which enables scrolling overflowing content.classVertical Layout places components top-to-bottom in a column. -
Uses of JsModule in com.vaadin.flow.component.progressbar
Classes in com.vaadin.flow.component.progressbar with annotations of type JsModuleModifier and TypeClassDescriptionclassProgress Bar shows the completion status of a task or process. -
Uses of JsModule in com.vaadin.flow.component.radiobutton
Classes in com.vaadin.flow.component.radiobutton with annotations of type JsModuleModifier and TypeClassDescriptionclassRadio Button Group allows the user to select exactly one value from a list of related but mutually exclusive options. -
Uses of JsModule in com.vaadin.flow.component.react
Classes in com.vaadin.flow.component.react with annotations of type JsModuleModifier and TypeClassDescriptionclassComponent used to create a ReactOutletelement for binding a Hilla React view inside a Flow view. -
Uses of JsModule in com.vaadin.flow.component.richtexteditor
Classes in com.vaadin.flow.component.richtexteditor with annotations of type JsModuleModifier and TypeClassDescriptionclassRich Text Editor is an input field for entering rich text. -
Uses of JsModule in com.vaadin.flow.component.splitlayout
Classes in com.vaadin.flow.component.splitlayout with annotations of type JsModuleModifier and TypeClassDescriptionclassSplit Layout is a component with two content areas and a draggable split handle between them. -
Uses of JsModule in com.vaadin.flow.component.tabs
Classes in com.vaadin.flow.component.tabs with annotations of type JsModuleModifier and TypeClassDescriptionclassThis component provides an accessible and customizable tab to be used insideTabscomponent.classTabs are used to organize and group content into sections that the user can navigate between.classTabSheet consists of a set of tabs and the content area. -
Uses of JsModule in com.vaadin.flow.component.textfield
Classes in com.vaadin.flow.component.textfield with annotations of type JsModuleModifier and TypeClassDescriptionclassBigDecimalField is an input field for handling decimal numbers with high precision.classEmail Field is an extension of Text Field that only accepts email addresses as input.classIntegerField is an extension of Text Field that only accepts integer numbers.classNumber Field sports many of the same features as Text Field but only accepts numeric input.classPassword Field is an input field for entering passwords.classText Area is an input field component for multi-line text input.classText Field allows the user to input and edit text. -
Uses of JsModule in com.vaadin.flow.component.upload
Classes in com.vaadin.flow.component.upload with annotations of type JsModuleModifier and TypeClassDescriptionclassUpload is a component for uploading one or more files. -
Uses of JsModule in com.vaadin.flow.data.renderer
Classes in com.vaadin.flow.data.renderer with annotations of type JsModuleModifier and TypeClassDescriptionclassComponentRenderer<COMPONENT extends Component,SOURCE> Base class for all renderers that support arbitraryComponents.classLitRenderer<SOURCE>LitRenderer is aRendererthat uses a Lit-based template literal to render given model objects in the components that support the JS renderer functions API. -
Uses of JsModule in com.vaadin.flow.internal
Methods in com.vaadin.flow.internal that return types with arguments of type JsModule -
Uses of JsModule in com.vaadin.flow.theme.lumo
Classes in com.vaadin.flow.theme.lumo with annotations of type JsModule