Uses of Class
com.vaadin.flow.component.dependency.JsModule
-
-
Uses of JsModule in com.vaadin.collaborationengine
Classes in com.vaadin.collaborationengine with annotations of type JsModule Modifier and Type Class Description class
CollaborationEngine
CollaborationEngine is an API for creating collaborative experiences in Vaadin applications. -
Uses of JsModule in com.vaadin.flow.component
Classes in com.vaadin.flow.component with annotations of type JsModule Modifier and Type Class Description class
UI
The topmost component in any component hierarchy. -
Uses of JsModule in com.vaadin.flow.component.accordion
Classes in com.vaadin.flow.component.accordion with annotations of type JsModule Modifier and Type Class Description class
AccordionPanel
An accordion panel which could be opened or closed. -
Uses of JsModule in com.vaadin.flow.component.contextmenu
Classes in com.vaadin.flow.component.contextmenu with annotations of type JsModule Modifier and Type Class 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 insideContextMenu
s. -
Uses of JsModule in com.vaadin.flow.component.datepicker
Classes in com.vaadin.flow.component.datepicker with annotations of type JsModule Modifier and Type Class Description class
DatePicker
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 JsModule in com.vaadin.flow.component.dependency
Methods in com.vaadin.flow.component.dependency that return JsModule Modifier and Type Method Description JsModule[]
value()
Internally used to enable use of multipleJsModule
annotations. -
Uses of JsModule in com.vaadin.flow.component.dnd
Classes in com.vaadin.flow.component.dnd with annotations of type JsModule Modifier and Type Interface 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. -
Uses of JsModule in com.vaadin.flow.component.grid
Classes in com.vaadin.flow.component.grid with annotations of type JsModule Modifier and Type Class Description static class
Grid.Column<T>
Server-side component for the<vaadin-grid-column>
element. -
Uses of JsModule in com.vaadin.flow.component.gridpro
Classes in com.vaadin.flow.component.gridpro with annotations of type JsModule Modifier and Type Class Description static class
GridPro.EditColumn<T>
Server-side component for the<vaadin-grid-edit-column>
element. -
Uses of JsModule in com.vaadin.flow.component.icon
Classes in com.vaadin.flow.component.icon with annotations of type JsModule Modifier and Type Class Description class
IronIcon
Deprecated.since Vaadin 21,IronIcon
is deprecated in favor ofIcon
-
Uses of JsModule in com.vaadin.flow.component.richtexteditor
Classes in com.vaadin.flow.component.richtexteditor with annotations of type JsModule Modifier and Type Class Description class
RichTextEditor
Rich Text Editor is an input field for entering rich text. -
Uses of JsModule in com.vaadin.flow.component.select
Classes in com.vaadin.flow.component.select with annotations of type JsModule Modifier and Type Class Description class
Select<T>
Select allows users to choose a single value from a list of options presented in an overlay. -
Uses of JsModule in com.vaadin.flow.component.spreadsheet
Classes in com.vaadin.flow.component.spreadsheet with annotations of type JsModule Modifier and Type Class Description class
Spreadsheet
Vaadin Spreadsheet is a Vaadin Add-On Component which allows displaying and interacting with the contents of an Excel file. -
Uses of JsModule in com.vaadin.flow.component.timepicker
Classes in com.vaadin.flow.component.timepicker with annotations of type JsModule Modifier and Type Class Description class
TimePicker
Time Picker is an input field for entering or selecting a specific time. -
Uses of JsModule in com.vaadin.flow.component.treegrid
Classes in com.vaadin.flow.component.treegrid with annotations of type JsModule Modifier and Type Class Description class
TreeGrid<T>
Tree Grid is a component for displaying hierarchical tabular data grouped into expandable and collapsible nodes. -
Uses of JsModule in com.vaadin.flow.data.renderer
Classes in com.vaadin.flow.data.renderer with annotations of type JsModule Modifier and Type Class Description class
LitRenderer<SOURCE>
LitRenderer is aRenderer
that 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 Modifier and Type Method Description static List<JsModule>
AnnotationReader. getJsModuleAnnotations(Class<? extends Component> componentClass)
-