Uses of Class
com.vaadin.flow.component.dependency.JsModule
-
-
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.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.fieldhighlighter
Classes in com.vaadin.flow.component.fieldhighlighter with annotations of type JsModule Modifier and Type Class Description class
FieldHighlighterInitializer
-
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.shared
Classes in com.vaadin.flow.component.shared with annotations of type JsModule Modifier and Type Class Description class
Tooltip
A handle that can be used to configure and control tooltips.class
TooltipConfiguration
A configuration class for a tooltips default behavior. -
Uses of JsModule in com.vaadin.flow.component.tabs
Classes in com.vaadin.flow.component.tabs with annotations of type JsModule Modifier and Type Class Description class
TabSheet
TabSheet consists of a set of tabs and the content area. -
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)
-