- A - Static variable in annotation type com.vaadin.flow.component.Tag
-
Tag for an <a>
.
- ABORT - Static variable in interface com.vaadin.flow.component.Key
-
This value matches DOM's KeyboardEvent's event.code
.
- AbstractAnnotationValidator - Class in com.vaadin.flow.server.startup
-
Validation class that contains common logic to checks that specific
annotations are not configured wrong.
- AbstractAnnotationValidator() - Constructor for class com.vaadin.flow.server.startup.AbstractAnnotationValidator
-
- AbstractAttachDetachEvent - Class in com.vaadin.flow.component.internal
-
- AbstractAttachDetachEvent(Component) - Constructor for class com.vaadin.flow.component.internal.AbstractAttachDetachEvent
-
Creates a new event with the given component as source.
- AbstractBackEndDataProvider<T,F> - Class in com.vaadin.flow.data.provider
-
Abstract base class for implementing back end data providers.
- AbstractBackEndDataProvider() - Constructor for class com.vaadin.flow.data.provider.AbstractBackEndDataProvider
-
- AbstractBackEndHierarchicalDataProvider<T,F> - Class in com.vaadin.flow.data.provider.hierarchy
-
- AbstractBackEndHierarchicalDataProvider() - Constructor for class com.vaadin.flow.data.provider.hierarchy.AbstractBackEndHierarchicalDataProvider
-
- AbstractBasicModelType<T> - Class in com.vaadin.flow.templatemodel
-
Common abstract class with generic functionality for basic mode type.
- AbstractBasicModelType(Class<T>) - Constructor for class com.vaadin.flow.templatemodel.AbstractBasicModelType
-
- AbstractBeanPropertyDefinition<T,V> - Class in com.vaadin.flow.data.binder
-
Abstract base class for PropertyDefinition implementations for beans.
- AbstractBeanPropertyDefinition(BeanPropertySet<T>, Class<?>, PropertyDescriptor) - Constructor for class com.vaadin.flow.data.binder.AbstractBeanPropertyDefinition
-
Constructor for setting the immutable descriptor, property set and
property holder type used by this instance.
- AbstractComponentDataGenerator<T> - Class in com.vaadin.flow.data.provider
-
Abstract class used as base for DataGenerators that need to manage the
lifecycle of components, according to what items are requested or destroyed.
- AbstractComponentDataGenerator() - Constructor for class com.vaadin.flow.data.provider.AbstractComponentDataGenerator
-
- AbstractCompositeField<C extends Component,S extends AbstractCompositeField<C,S,T>,T> - Class in com.vaadin.flow.component
-
An abstract field class that is backed by a composite component.
- AbstractCompositeField(T) - Constructor for class com.vaadin.flow.component.AbstractCompositeField
-
Creates a new field.
- AbstractConfigurationObject - Class in com.vaadin.flow.component.charts.model
-
Abstract base class for model classes to be serialized to JSON.
- AbstractConfigurationObject() - Constructor for class com.vaadin.flow.component.charts.model.AbstractConfigurationObject
-
- AbstractDataLabels - Class in com.vaadin.flow.component.charts.model
-
- AbstractDataLabels() - Constructor for class com.vaadin.flow.component.charts.model.AbstractDataLabels
-
- AbstractDataProvider<T,F> - Class in com.vaadin.flow.data.provider
-
Abstract data provider implementation which takes care of refreshing data
from the underlying data provider.
- AbstractDataProvider() - Constructor for class com.vaadin.flow.data.provider.AbstractDataProvider
-
- AbstractDeploymentConfiguration - Class in com.vaadin.flow.server
-
An abstract base class for DeploymentConfiguration implementations.
- AbstractDeploymentConfiguration() - Constructor for class com.vaadin.flow.server.AbstractDeploymentConfiguration
-
- AbstractField<C extends AbstractField<C,T>,T> - Class in com.vaadin.flow.component
-
An abstract implementation of a field, or a Component
allowing user
input.
- AbstractField(T) - Constructor for class com.vaadin.flow.component.AbstractField
-
Creates a new field with an element created based on the
Tag
annotation of the sub class.
- AbstractField(Element, T) - Constructor for class com.vaadin.flow.component.AbstractField
-
Creates a new field with the given element instance.
- AbstractField.ComponentValueChangeEvent<C extends Component,V> - Class in com.vaadin.flow.component
-
Value change event fired by components.
- AbstractFieldSupport<C extends Component & HasValue<AbstractField.ComponentValueChangeEvent<C,T>,T>,T> - Class in com.vaadin.flow.component.internal
-
Encapsulates all the logic required for a typical field implementation.
- AbstractFieldSupport(C, T, SerializableBiPredicate<T, T>, SerializableConsumer<T>) - Constructor for class com.vaadin.flow.component.internal.AbstractFieldSupport
-
Creates a new field support.
- AbstractFileBuffer - Class in com.vaadin.flow.component.upload.receivers
-
Abstract class for common file receiver buffers.
- AbstractFileBuffer() - Constructor for class com.vaadin.flow.component.upload.receivers.AbstractFileBuffer
-
Constructor for creating a file buffer with the default temporary file
factory.
- AbstractFileBuffer(FileFactory) - Constructor for class com.vaadin.flow.component.upload.receivers.AbstractFileBuffer
-
Constructor taking in the file factory used to create upload
File
.
- AbstractGridExtension(Grid<T>) - Constructor for class com.vaadin.flow.component.grid.Grid.AbstractGridExtension
-
Constructs a new grid extension, extending the given grid.
- AbstractGridMultiSelectionModel<T> - Class in com.vaadin.flow.component.grid
-
Abstract implementation of a GridMultiSelectionModel.
- AbstractGridMultiSelectionModel(Grid<T>) - Constructor for class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
-
Constructor for passing a reference of the grid to this implementation.
- AbstractGridSingleSelectionModel<T> - Class in com.vaadin.flow.component.grid
-
Abstract implementation of a GridSingleSelectionModel.
- AbstractGridSingleSelectionModel(Grid<T>) - Constructor for class com.vaadin.flow.component.grid.AbstractGridSingleSelectionModel
-
Constructor for passing a reference of the grid to this implementation.
- AbstractHierarchicalDataProvider<T,F> - Class in com.vaadin.flow.data.provider.hierarchy
-
Abstract hierarchical data provider implementation which takes care of item
refreshes and associated events.
- AbstractHierarchicalDataProvider() - Constructor for class com.vaadin.flow.data.provider.hierarchy.AbstractHierarchicalDataProvider
-
- AbstractInjectableElementInitializer - Class in com.vaadin.flow.component.template.internal
-
Generic initializer logic.
- AbstractInjectableElementInitializer(Element) - Constructor for class com.vaadin.flow.component.template.internal.AbstractInjectableElementInitializer
-
Creates an initializer for the element
.
- AbstractListChange<T extends Serializable> - Class in com.vaadin.flow.internal.change
-
Change describing an operation (add/remove) in a
list
node
feature.
- AbstractListChange(NodeList<T>, int) - Constructor for class com.vaadin.flow.internal.change.AbstractListChange
-
Creates a new list change.
- AbstractLogin - Class in com.vaadin.flow.component.login
-
Abstract component for the <vaadin-login-overlay>
and
<vaadin-login-form>
components.
- AbstractLogin() - Constructor for class com.vaadin.flow.component.login.AbstractLogin
-
Initializes a new AbstractLogin with a default localization.
- AbstractLogin(LoginI18n) - Constructor for class com.vaadin.flow.component.login.AbstractLogin
-
Initializes a new AbstractLogin.
- AbstractLogin.ForgotPasswordEvent - Class in com.vaadin.flow.component.login
-
`forgot-password` is fired when the user clicks Forgot password button
- AbstractLogin.LoginEvent - Class in com.vaadin.flow.component.login
-
`login` is fired when the user either clicks Submit button or presses an
Enter key.
- AbstractLookupInitializer - Interface in com.vaadin.flow.di
-
SPI for customizing lookup in applications inside Servlet 3.0 containers.
- AbstractNavigationStateRenderer - Class in com.vaadin.flow.router.internal
-
Base class for navigation handlers that target a navigation state.
- AbstractNavigationStateRenderer(NavigationState) - Constructor for class com.vaadin.flow.router.internal.AbstractNavigationStateRenderer
-
Creates a new renderer for the given navigation state.
- AbstractNodeStateProvider - Class in com.vaadin.flow.dom.impl
-
Abstract implementation of the
ElementStateProvider
related to the
composition essence of the provider.
- AbstractNodeStateProvider() - Constructor for class com.vaadin.flow.dom.impl.AbstractNodeStateProvider
-
- AbstractNumberField<C extends AbstractNumberField<C,T>,T extends Number> - Class in com.vaadin.flow.component.textfield
-
Abstract base class for components based on vaadin-number-field
element and its subclasses.
- AbstractNumberField(SerializableFunction<String, T>, SerializableFunction<T, String>, double, double) - Constructor for class com.vaadin.flow.component.textfield.AbstractNumberField
-
Sets up the common logic for number fields.
- AbstractPlotOptions - Class in com.vaadin.flow.component.charts.model
-
- AbstractPlotOptions() - Constructor for class com.vaadin.flow.component.charts.model.AbstractPlotOptions
-
- AbstractPropertyMap - Class in com.vaadin.flow.internal.nodefeature
-
Abstract class to be used as a parent for node maps which supports setting
properties in a map.
- AbstractPropertyMap(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.AbstractPropertyMap
-
Creates a new element property map for the given node.
- AbstractRouteRegistry - Class in com.vaadin.flow.router.internal
-
AbstractRouteRegistry with locking support and configuration.
- AbstractRouteRegistry() - Constructor for class com.vaadin.flow.router.internal.AbstractRouteRegistry
-
- AbstractRouteRegistry.Configuration - Interface in com.vaadin.flow.router.internal
-
Configuration interface to use for updating the configuration entity.
- AbstractRouteRegistryInitializer - Class in com.vaadin.flow.server.startup
-
Common validation methods for route registry initializer.
- AbstractRouteRegistryInitializer() - Constructor for class com.vaadin.flow.server.startup.AbstractRouteRegistryInitializer
-
- AbstractRpcInvocationHandler - Class in com.vaadin.flow.server.communication.rpc
-
Abstract invocation handler implementation with common methods.
- AbstractRpcInvocationHandler() - Constructor for class com.vaadin.flow.server.communication.rpc.AbstractRpcInvocationHandler
-
- AbstractSeries - Class in com.vaadin.flow.component.charts.model
-
Abstract base class for series
- AbstractSeries() - Constructor for class com.vaadin.flow.component.charts.model.AbstractSeries
-
- AbstractSeries(String) - Constructor for class com.vaadin.flow.component.charts.model.AbstractSeries
-
Constructs a named series
- AbstractSeriesBeanSerializer - Class in com.vaadin.flow.component.charts.model.serializers
-
- AbstractSeriesBeanSerializer() - Constructor for class com.vaadin.flow.component.charts.model.serializers.AbstractSeriesBeanSerializer
-
- AbstractSeriesEvent - Class in com.vaadin.flow.component.charts.events.internal
-
Base class for series events.
- AbstractSeriesEvent(Series) - Constructor for class com.vaadin.flow.component.charts.events.internal.AbstractSeriesEvent
-
Constructs the event, storing the information about the series.
- AbstractSeriesItem - Class in com.vaadin.flow.component.charts.model
-
Abstract superclass for chart series items
- AbstractSeriesItem() - Constructor for class com.vaadin.flow.component.charts.model.AbstractSeriesItem
-
- AbstractSeriesItemEvent - Class in com.vaadin.flow.component.charts.events.internal
-
Base class for series item events.
- AbstractSeriesItemEvent(Series, Number) - Constructor for class com.vaadin.flow.component.charts.events.internal.AbstractSeriesItemEvent
-
Constructs the event with a value (without the series item).
- AbstractSeriesItemEvent(Series, DataSeriesItem) - Constructor for class com.vaadin.flow.component.charts.events.internal.AbstractSeriesItemEvent
-
Constructs the event with a series item (without the value).
- AbstractServerHandlers<T> - Class in com.vaadin.flow.internal.nodefeature
-
Abstract class for collecting Methods which are published as
serverObject.<name>
on the client side.
- AbstractServerHandlers(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.AbstractServerHandlers
-
Creates a new meta information list for the given state node.
- AbstractSinglePropertyField<C extends AbstractField<C,T>,T> - Class in com.vaadin.flow.component
-
Abstract field that is based on a single element property.
- AbstractSinglePropertyField(String, T, boolean) - Constructor for class com.vaadin.flow.component.AbstractSinglePropertyField
-
Creates a new field that uses a property value without any conversion.
- AbstractSinglePropertyField(String, T, Class<P>, SerializableFunction<P, T>, SerializableFunction<T, P>) - Constructor for class com.vaadin.flow.component.AbstractSinglePropertyField
-
Creates a new field that uses a property value with the given stateless
converters for producing a model value.
- AbstractSinglePropertyField(String, T, Class<P>, SerializableBiFunction<C, P, T>, SerializableBiFunction<C, T, P>) - Constructor for class com.vaadin.flow.component.AbstractSinglePropertyField
-
Creates a new field that uses a property value with the given contextual
converters for producing a model value.
- AbstractStreamResource - Class in com.vaadin.flow.server
-
Abstract stream resource class.
- AbstractStreamResource() - Constructor for class com.vaadin.flow.server.AbstractStreamResource
-
- AbstractStringToNumberConverter<T extends Number> - Class in com.vaadin.flow.data.converter
-
A converter that converts from the number type T to
String
and back.
- AbstractStringToNumberConverter(T, ErrorMessageProvider) - Constructor for class com.vaadin.flow.data.converter.AbstractStringToNumberConverter
-
Creates a new converter instance with the given presentation value for
empty string and error message provider.
- AbstractStringToNumberConverter(T, String) - Constructor for class com.vaadin.flow.data.converter.AbstractStringToNumberConverter
-
Creates a new converter instance with the given presentation value for
empty string and error message.
- AbstractTemplate<M extends TemplateModel> - Class in com.vaadin.flow.component.polymertemplate
-
- AbstractTemplate() - Constructor for class com.vaadin.flow.component.polymertemplate.AbstractTemplate
-
- AbstractTemplate(StateNode) - Constructor for class com.vaadin.flow.component.polymertemplate.AbstractTemplate
-
- AbstractTextElementStateProvider - Class in com.vaadin.flow.dom.impl
-
Abstract element state provider for text nodes.
- AbstractTextElementStateProvider() - Constructor for class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
-
- AbstractTheme - Interface in com.vaadin.flow.theme
-
Abstract theme definition class for defining theme variables when in use.
- AbstractValidator<T> - Class in com.vaadin.flow.data.validator
-
An abstract base class for typed validators.
- AbstractValidator(String) - Constructor for class com.vaadin.flow.data.validator.AbstractValidator
-
Constructs a validator with the given error message.
- accept(T, V) - Method in interface com.vaadin.flow.component.gridpro.ItemUpdater
-
Called when a new value has been entered to an editor for an item.
- ACCEPT - Static variable in interface com.vaadin.flow.component.Key
-
The Accept
, Commit
, or OK
key or
button.
- accept(Map<String, String>) - Method in class com.vaadin.flow.component.littemplate.InjectableLitElementInitializer
-
- accept(Map<String, String>) - Method in class com.vaadin.flow.component.template.internal.AbstractInjectableElementInitializer
-
- accept(BEAN, FIELDVALUE) - Method in interface com.vaadin.flow.data.binder.Setter
-
Save value to the bean property.
- accept(Element) - Method in interface com.vaadin.flow.dom.ChildElementConsumer
-
- accept(NodeVisitor) - Method in class com.vaadin.flow.dom.Node
-
Applies the visitor
for the node.
- accept(T, U, V) - Method in interface com.vaadin.flow.function.SerializableTriConsumer
-
Performs the action.
- accept(OutputStream, VaadinSession) - Method in interface com.vaadin.flow.server.StreamResourceWriter
-
Handles stream
(writes data to it) using session
as a
context.
- ACCEPT_ALL - Static variable in class com.vaadin.flow.templatemodel.PropertyFilter
-
An unwrapped filter that accepts all property names.
- accepts(Type) - Method in class com.vaadin.flow.templatemodel.AbstractBasicModelType
-
- accepts(Type) - Method in class com.vaadin.flow.templatemodel.BeanModelType
-
- accepts(Type) - Method in class com.vaadin.flow.templatemodel.ConvertedModelType
-
- accepts(Type) - Method in class com.vaadin.flow.templatemodel.ListModelType
-
- accepts(Type) - Method in interface com.vaadin.flow.templatemodel.ModelType
-
Checks whether this type can accept application values of the given type.
- acceptsBrotliResource(HttpServletRequest) - Method in class com.vaadin.flow.internal.ResponseWriter
-
Returns whether it is ok to serve a Brotli version of the given resource.
- acceptsGzippedResource(HttpServletRequest) - Method in class com.vaadin.flow.internal.ResponseWriter
-
Returns whether it is ok to serve a gzipped version of the given
resource.
- access(Command) - Method in class com.vaadin.flow.component.UI
-
Provides exclusive access to this UI from outside a request handling
thread.
- access(Command) - Method in class com.vaadin.flow.server.VaadinSession
-
Provides exclusive access to this session from outside a request handling
thread.
- Accessibility - Class in com.vaadin.flow.component.charts.model
-
Options for configuring accessibility for the chart.
- Accessibility() - Constructor for class com.vaadin.flow.component.charts.model.Accessibility
-
- Accessibility(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.Accessibility
-
- accessLater(SerializableRunnable, SerializableRunnable) - Method in class com.vaadin.flow.component.UI
-
Wraps the given access task as a runnable that runs the given task with
this UI locked.
- accessLater(SerializableConsumer<T>, SerializableRunnable) - Method in class com.vaadin.flow.component.UI
-
Wraps the given access task as a consumer that passes a value to the
given task with this UI locked.
- accessSession(VaadinSession, Command) - Method in class com.vaadin.flow.server.VaadinService
-
- accessSynchronously(Command) - Method in class com.vaadin.flow.component.UI
-
Locks the session of this UI and runs the provided command right away.
- accessSynchronously(Command) - Method in class com.vaadin.flow.server.VaadinSession
-
Locks this session and runs the provided Command right away.
- Accordion - Class in com.vaadin.flow.component.accordion
-
Accordion is a a vertically stacked set of expandable panels.
- Accordion() - Constructor for class com.vaadin.flow.component.accordion.Accordion
-
- Accordion.OpenedChangeEvent - Class in com.vaadin.flow.component.accordion
-
An event fired when an Accordion is opened or closed.
- AccordionPanel - Class in com.vaadin.flow.component.accordion
-
An accordion panel which could be opened or closed.
- AccordionPanel() - Constructor for class com.vaadin.flow.component.accordion.AccordionPanel
-
Creates an empty panel.
- AccordionPanel(String, Component) - Constructor for class com.vaadin.flow.component.accordion.AccordionPanel
-
Creates a panel with the provided summary text and content.
- AccordionPanel(Component, Component) - Constructor for class com.vaadin.flow.component.accordion.AccordionPanel
-
Creates a panel with the provided summary component and content.
- add(String, Component) - Method in class com.vaadin.flow.component.accordion.Accordion
-
Adds a panel created from the given title and content.
- add(AccordionPanel) - Method in class com.vaadin.flow.component.accordion.Accordion
-
Adds a panel.
- add(AvatarGroup.AvatarGroupItem...) - Method in class com.vaadin.flow.component.avatar.AvatarGroup
-
Adds the items to the list of displayed as avatars.
- add(Component...) - Method in class com.vaadin.flow.component.board.Row
-
Adds the given component(s) to the row.
- add(Component, int) - Method in class com.vaadin.flow.component.board.Row
-
Adds the given component to the row using the given number of columns.
- add(DataSeriesItem) - Method in class com.vaadin.flow.component.charts.model.DataSeries
-
Adds a data item and immediately updates the chart if it already has been
drawn.
- add(DataSeriesItem, boolean, boolean) - Method in class com.vaadin.flow.component.charts.model.DataSeries
-
Adds a data item and immediately sends an update to the chart if so
specified.
- add(TreeSeriesItem) - Method in class com.vaadin.flow.component.charts.model.TreeSeries
-
Add given item to the series
- add(Component...) - Method in class com.vaadin.flow.component.contextmenu.ContextMenuBase
-
Adds the given components into the context menu overlay.
- add(Component...) - Method in class com.vaadin.flow.component.contextmenu.MenuManager
-
Adds components to the (sub)menu.
- add(Component...) - Method in class com.vaadin.flow.component.contextmenu.SubMenuBase
-
Adds the given components into the sub menu overlay.
- add(Component...) - Method in class com.vaadin.flow.component.customfield.CustomField
-
Adds the given components as children of this component.
- add(Component...) - Method in class com.vaadin.flow.component.dialog.Dialog
-
Adds the given components into this dialog.
- add(Component, int) - Method in class com.vaadin.flow.component.formlayout.FormLayout
-
Adds a component with the desired colspan.
- add(Component...) - Method in interface com.vaadin.flow.component.HasComponents
-
Adds the given components as children of this component.
- add(String) - Method in interface com.vaadin.flow.component.HasComponents
-
Add the given text as a child of this component.
- add(Dependency) - Method in class com.vaadin.flow.component.internal.DependencyList
-
Adds the given dependency to be loaded by the client side.
- ADD - Static variable in interface com.vaadin.flow.component.Key
-
The numeric keypad's addition key, +
.
- add(Component...) - Method in class com.vaadin.flow.component.notification.Notification
-
Adds the given components into this notification.
- add(Component...) - Method in class com.vaadin.flow.component.select.Select
-
Adds the given components as children of this component.
- add(Tab...) - Method in class com.vaadin.flow.component.tabs.Tabs
-
Adds the given tabs to the component.
- add(Component...) - Method in class com.vaadin.flow.component.tabs.Tabs
-
- add(Component...) - Method in class com.vaadin.flow.component.UI
-
Adds the given components to the UI.
- add(String) - Method in class com.vaadin.flow.dom.impl.ImmutableClassList
-
- add(String) - Method in class com.vaadin.flow.dom.impl.ThemeListImpl
-
- add(int, StateNode) - Method in class com.vaadin.flow.internal.nodefeature.ElementChildrenList
-
- add(String, DomEventListener) - Method in class com.vaadin.flow.internal.nodefeature.ElementListenerMap
-
Add eventData for an event type.
- add(StateNode) - Method in class com.vaadin.flow.internal.nodefeature.ModelList
-
- add(int, StateNode) - Method in class com.vaadin.flow.internal.nodefeature.ModelList
-
- add(T) - Method in class com.vaadin.flow.internal.nodefeature.NodeList
-
Adds an item to the end of the list.
- add(int, T) - Method in class com.vaadin.flow.internal.nodefeature.NodeList
-
Inserts an item at the given index of the list.
- add(T) - Method in class com.vaadin.flow.internal.nodefeature.NodeList.SetView
-
- add(String, String[]) - Method in class com.vaadin.flow.internal.nodefeature.PolymerEventListenerMap
-
Adds a listener for a event created from a template method.
- add(int, T) - Method in class com.vaadin.flow.internal.nodefeature.SerializableNodeList
-
- add(int, StateNode) - Method in class com.vaadin.flow.internal.nodefeature.StateNodeNodeList
-
- add(String, DisabledUpdateMode) - Method in class com.vaadin.flow.internal.nodefeature.SynchronizedPropertiesList
-
Add the property
to the synchronized properties list.
- add(int, StateNode, String, String) - Method in class com.vaadin.flow.internal.nodefeature.VirtualChildrenList
-
Inserts an item supplied with payload data at the given index of the
list.
- add(int, StateNode, String, JsonValue) - Method in class com.vaadin.flow.internal.nodefeature.VirtualChildrenList
-
Inserts an item supplied with payload data at the given index of the
list.
- add(int, StateNode, String) - Method in class com.vaadin.flow.internal.nodefeature.VirtualChildrenList
-
Inserts an item supplied with payload type at the given index of the
list.
- add(int, T) - Method in class com.vaadin.flow.templatemodel.TemplateModelListProxy
-
- addAfterNavigationListener(AfterNavigationListener) - Method in class com.vaadin.flow.component.internal.UIInternals
-
Add a listener that will be informed when new components have been
attached and all navigation tasks have resolved.
- addAfterNavigationListener(AfterNavigationListener) - Method in class com.vaadin.flow.component.UI
-
Add a listener that will be informed when new components have been
attached and all navigation tasks have resolved.
- addAll(TreeSeriesItem...) - Method in class com.vaadin.flow.component.charts.model.TreeSeries
-
Add all the given items to the series
- addAll(Collection<? extends String>) - Method in class com.vaadin.flow.dom.impl.ThemeListImpl
-
- addAll(Collection<? extends StateNode>) - Method in class com.vaadin.flow.internal.nodefeature.ModelList
-
- addAll(Collection<? extends T>) - Method in class com.vaadin.flow.internal.nodefeature.NodeList
-
Adds all provided items to the end of the list.
- addAll(Collection<? extends StateNode>) - Method in class com.vaadin.flow.internal.nodefeature.StateNodeNodeList
-
- addAllFinishedListener(ComponentEventListener<AllFinishedEvent>) - Method in class com.vaadin.flow.component.upload.Upload
-
Add listener that is informed on all uploads finished.
- addAndExpand(Component...) - Method in class com.vaadin.flow.component.orderedlayout.HorizontalLayout
-
Adds the given components to this layout and sets them as expanded.
- addAndExpand(Component...) - Method in class com.vaadin.flow.component.orderedlayout.VerticalLayout
-
Adds the given components to this layout and sets them as expanded.
- addAndRemove(Collection<T>, T) - Static method in interface com.vaadin.flow.shared.Registration
-
Creates a registration by adding an item to a collection immediately and
removing the item from the collection when the registration is removed.
- addAttachListener(ComponentEventListener<AttachEvent>) - Method in interface com.vaadin.flow.component.AttachNotifier
-
Adds a attach listener to this component.
- addAttachListener(ComponentEventListener<AttachEvent>) - Method in class com.vaadin.flow.component.dialog.Dialog
-
Adds a attach listener to this component.
- addAttachListener(ComponentEventListener<AttachEvent>) - Method in class com.vaadin.flow.component.notification.Notification
-
Adds a attach listener to this component.
- addAttachListener(ElementAttachListener) - Method in class com.vaadin.flow.dom.Element
-
Adds an attach listener for this element.
- addAttachListener(Command) - Method in class com.vaadin.flow.internal.StateNode
-
Adds a command as an attach listener.
- addAxis(T) - Method in class com.vaadin.flow.component.charts.model.AxisList
-
Adds a new axis to the list
- addBackground(Background) - Method in class com.vaadin.flow.component.charts.model.Pane
-
Adds background to the background array
- addBeforeClientResponseEntry(StateTree.BeforeClientResponseEntry) - Method in class com.vaadin.flow.internal.StateNode
-
Adds an entry to be executed before the next client response for this
node.
- addBeforeEnterListener(BeforeEnterListener) - Method in class com.vaadin.flow.component.internal.UIInternals
-
Add a listener that will be informed when a new set of components are
going to be attached.
- addBeforeEnterListener(BeforeEnterListener) - Method in class com.vaadin.flow.component.UI
-
Add a listener that will be informed when a new set of components are
going to be attached.
- addBeforeLeaveListener(BeforeLeaveListener) - Method in class com.vaadin.flow.component.internal.UIInternals
-
Add a listener that will be informed when old components are detached.
- addBeforeLeaveListener(BeforeLeaveListener) - Method in class com.vaadin.flow.component.UI
-
Add a listener that will be informed when old components are detached.
- addBlurListener(ComponentEventListener<BlurNotifier.BlurEvent<T>>) - Method in interface com.vaadin.flow.component.BlurNotifier
-
Add a listener to blur DOM events.
- addBootstrapListener(BootstrapListener) - Method in class com.vaadin.flow.server.ServiceInitEvent
-
Adds a new bootstrap listener that will be used by this service.
- addBrowserWindowResizeListener(BrowserWindowResizeListener) - Method in class com.vaadin.flow.component.page.Page
-
- addButton(RangeSelectorButton) - Method in class com.vaadin.flow.component.charts.model.RangeSelector
-
Adds button to the buttons array
- addCancelListener(ComponentEventListener<ConfirmDialog.CancelEvent>) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Adds `cancel` event listener
- addCancelListener(ComponentEventListener<Crud.CancelEvent<E>>) - Method in class com.vaadin.flow.component.crud.Crud
-
Registers a listener to be notified when the user cancels a new item
creation or existing item modification in progress.
- addCancelListener(EditorCancelListener<T>) - Method in interface com.vaadin.flow.component.grid.editor.Editor
-
Adds an editor cancel listener
.
- addCancelListener(EditorCancelListener<T>) - Method in class com.vaadin.flow.component.grid.editor.EditorImpl
-
- addCategory(String) - Method in class com.vaadin.flow.component.charts.model.Axis
-
Adds category to the categories array
- addCategory(String) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
Adds category to the categories array
- addCategory(String) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
Adds category to the categories array
- addCategory(String) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
Adds category to the categories array
- addCellEditStartedListener(ComponentEventListener<GridPro.CellEditStartedEvent<E>>) - Method in class com.vaadin.flow.component.gridpro.GridPro
-
Registers a listener to be notified when the user starts to edit an
existing item.
- addCellFocusListener(ComponentEventListener<CellFocusEvent<T>>) - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a listener to the grid that will be notified, when a cell has been
focused.
- addChangeListener(ConfigurationChangeListener) - Method in class com.vaadin.flow.component.charts.model.Configuration
-
Sets the listener to be notified of e.g.
- addChangeListener(ComponentEventListener<GeneratedVaadinCheckbox.ChangeEvent<R>>) - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox
-
Adds a listener for change
events fired by the webcomponent.
- addChangeListener(ComponentEventListener<GeneratedVaadinDatePicker.ChangeEvent<R>>) - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
-
Adds a listener for change
events fired by the webcomponent.
- addChangeListener(ComponentEventListener<GeneratedVaadinRichTextEditor.ChangeEvent<R>>) - Method in class com.vaadin.flow.component.richtexteditor.GeneratedVaadinRichTextEditor
-
Adds a listener for change
events fired by the webcomponent.
- addChangeListener(ComponentEventListener<GeneratedVaadinTextArea.ChangeEvent<R>>) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
-
Adds a listener for change
events fired by the webcomponent.
- addChangeListener(ComponentEventListener<GeneratedVaadinTextField.ChangeEvent<R>>) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
-
Adds a listener for change
events fired by the webcomponent.
- addChartAddSeriesListener(ComponentEventListener<ChartAddSeriesEvent>) - Method in class com.vaadin.flow.component.charts.Chart
-
Adds a chart add series listener, which will be notified after a new
series is added to the chart
- addChartAfterPrintListener(ComponentEventListener<ChartAfterPrintEvent>) - Method in class com.vaadin.flow.component.charts.Chart
-
Adds a chart after print listener, which will be notified after the chart
is printed using the print menu
- addChartBeforePrintListener(ComponentEventListener<ChartBeforePrintEvent>) - Method in class com.vaadin.flow.component.charts.Chart
-
Adds a chart before print listener, which will be notified before the
chart is printed using the print menu
- addChartClickListener(ComponentEventListener<ChartClickEvent>) - Method in class com.vaadin.flow.component.charts.Chart
-
Adds chart click listener, which will be notified of clicks on the chart
area
- addChartDrillupAllListener(ComponentEventListener<ChartDrillupAllEvent>) - Method in class com.vaadin.flow.component.charts.Chart
-
Adds chart drillupall listener, which will be notified after all the
series have been drilled up in a chart with multiple drilldown series.
- addChartDrillupListener(ComponentEventListener<ChartDrillupEvent>) - Method in class com.vaadin.flow.component.charts.Chart
-
Adds chart drillup listener, which will be notified of clicks on the
'Back to previous series' button.
- addChartLoadListener(ComponentEventListener<ChartLoadEvent>) - Method in class com.vaadin.flow.component.charts.Chart
-
Adds a chart load listener, which will be notified after a chart is
loaded
- addChartRedrawListener(ComponentEventListener<ChartRedrawEvent>) - Method in class com.vaadin.flow.component.charts.Chart
-
Adds a chart redraw listener, which will be notified after a chart is
redrawn
- addChartSelectionListener(ComponentEventListener<ChartSelectionEvent>) - Method in class com.vaadin.flow.component.charts.Chart
-
Adds a chart selection listener
- addCheckBoxClickListener(ComponentEventListener<SeriesCheckboxClickEvent>) - Method in class com.vaadin.flow.component.charts.Chart
-
Adds checkbox click listener, which will be notified when user has
clicked a checkbox in the legend
- addCheckedChangeListener(ComponentEventListener<GeneratedVaadinCheckbox.CheckedChangeEvent<R>>) - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox
-
Adds a listener for checked-changed
events fired by the
webcomponent.
- addCheckedChangeListener(ComponentEventListener<GeneratedVaadinRadioButton.CheckedChangeEvent<R>>) - Method in class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioButton
-
Adds a listener for checked-changed
events fired by the
webcomponent.
- addClassName(String) - Method in interface com.vaadin.flow.component.HasStyle
-
Adds a CSS class name to this component.
- addClassNames(String...) - Method in interface com.vaadin.flow.component.HasStyle
-
Adds one or more CSS class names to this component.
- addClearAllAction(Runnable) - Static method in class com.vaadin.flow.internal.ReflectionCache
-
Adds an action that will be run when all reflection caches are cleared.
- addClickListener(ComponentEventListener<ClickEvent<T>>) - Method in interface com.vaadin.flow.component.ClickNotifier
-
Adds a click listener to this component.
- addClickShortcut(Key, KeyModifier...) - Method in interface com.vaadin.flow.component.ClickNotifier
-
- addCloseListener(EditorCloseListener<T>) - Method in interface com.vaadin.flow.component.grid.editor.Editor
-
Adds an editor close listener
.
- addCloseListener(EditorCloseListener<T>) - Method in class com.vaadin.flow.component.grid.editor.EditorImpl
-
- addCollapseListener(ComponentEventListener<CollapseEvent<T, TreeGrid<T>>>) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
-
Adds a CollapseEvent listener to this TreeGrid.
- addColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
-
Adds color to the colors array
- addColorAxis(ColorAxis) - Method in class com.vaadin.flow.component.charts.model.Configuration
-
Adds a color-axis to the configuration
- addColumn(ValueProvider<T, ?>) - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a new text column to this
Grid
with a value provider and
default column factory.
- addColumn(ValueProvider<T, ?>, BiFunction<Renderer<T>, String, C>) - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a new text column to this
Grid
with a value provider and
column factory provided.
- addColumn(ValueProvider<T, V>, String...) - Method in class com.vaadin.flow.component.grid.Grid
-
- addColumn(Renderer<T>) - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a new text column to this
Grid
with a renderer and default
column factory.
- addColumn(Renderer<T>, BiFunction<Renderer<T>, String, C>) - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a new text column to this
Grid
with a renderer and column
factory provided.
- addColumn(Renderer<T>, String...) - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a new text column to this
Grid
with a template renderer,
sorting properties and default column factory.
- addColumn(Renderer<T>, BiFunction<Renderer<T>, String, C>, String...) - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a new text column to this
Grid
with a template renderer,
sorting properties and column factory provided.
- addColumn(String) - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a new column for the given property name with the default column
factory.
- addColumn(String, BiFunction<Renderer<T>, String, C>) - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a new column for the given property name with the column factory
provided.
- addColumnReorderListener(ComponentEventListener<ColumnReorderEvent<T>>) - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a column reorder listener to this component.
- addColumnResizeListener(ComponentEventListener<ColumnResizeEvent<T>>) - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a column resize listener to this component.
- addColumns(String...) - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a new columns for the given property names.
- addComponentAsFirst(Component) - Method in interface com.vaadin.flow.component.HasComponents
-
Adds the given component as the first child of this component.
- addComponentAsFirst(Component) - Method in class com.vaadin.flow.component.select.Select
-
Adds the given component as the first child of this component.
- addComponentAtIndex(int, Component) - Method in class com.vaadin.flow.component.contextmenu.ContextMenuBase
-
Adds the given component into this context menu at the given index.
- addComponentAtIndex(int, Component) - Method in class com.vaadin.flow.component.contextmenu.MenuManager
-
Inserts component to the (sub)menu using the index
.
- addComponentAtIndex(int, Component) - Method in class com.vaadin.flow.component.contextmenu.SubMenuBase
-
Adds the given component into the sub menu overlay at the given index.
- addComponentAtIndex(int, Component) - Method in class com.vaadin.flow.component.dialog.Dialog
-
Adds the given component into this dialog at the given index.
- addComponentAtIndex(int, Component) - Method in interface com.vaadin.flow.component.HasComponents
-
Adds the given component as child of this component at the specific
index.
- addComponentAtIndex(int, Component) - Method in class com.vaadin.flow.component.notification.Notification
-
Adds the given component into this notification at the given index.
- addComponentAtIndex(int, Component) - Method in class com.vaadin.flow.component.select.Select
-
Adds the given component as child of this component at the specific
index.
- addComponentAtIndex(int, Component) - Method in class com.vaadin.flow.component.tabs.Tabs
-
Adds the given component as child of this component at the specific
index.
- addComponentColumn(ValueProvider<T, V>) - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a new column that shows components.
- addComponentDependencies(Class<? extends Component>) - Method in class com.vaadin.flow.component.internal.UIInternals
-
- addComponentHierarchyColumn(ValueProvider<T, V>) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
-
Adds a new Hierarchy column that shows components.
- addComponents(T, Component...) - Method in class com.vaadin.flow.component.select.Select
-
- addComponents(T, Component...) - Method in interface com.vaadin.flow.data.binder.HasItemsAndComponents
-
Adds the components after the given item.
- addCompositionEndListener(ComponentEventListener<CompositionEndEvent>) - Method in interface com.vaadin.flow.component.CompositionNotifier
-
Adds a compositionend
listener to this component.
- addCompositionStartListener(ComponentEventListener<CompositionStartEvent>) - Method in interface com.vaadin.flow.component.CompositionNotifier
-
Adds a compositionstart
listener to this component.
- addCompositionUpdateListener(ComponentEventListener<CompositionUpdateEvent>) - Method in interface com.vaadin.flow.component.CompositionNotifier
-
Adds a compositionupdate
listener to this component.
- addConfirmListener(ComponentEventListener<ConfirmDialog.ConfirmEvent>) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Adds `confirm` event listener
- addContent(Component...) - Method in class com.vaadin.flow.component.details.Details
-
Adds components to the content section
- addContextMenu() - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a new context-menu for this grid.
- addCookie(Cookie) - Method in interface com.vaadin.flow.server.VaadinResponse
-
Adds the specified cookie to the response.
- addCustomValueSetListener(ComponentEventListener<GeneratedVaadinComboBox.CustomValueSetEvent<ComboBox<T>>>) - Method in class com.vaadin.flow.component.combobox.ComboBox
-
Adds a listener for the event which is fired when user inputs a string
value that does not match any existing items and commits it eg.
- addCustomValueSetListener(ComponentEventListener<GeneratedVaadinComboBox.CustomValueSetEvent<R>>) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
-
Adds a listener for custom-value-set
events fired by the
webcomponent.
- addData(Number[][]) - Method in class com.vaadin.flow.component.charts.model.DataSeries
-
Adds a list of (x,y) data pairs
e.g.
- addData(Number) - Method in class com.vaadin.flow.component.charts.model.ListSeries
-
Adds a given number to the series and immediately updates the chart if it
already has been drawn.
- addData(Number, boolean, boolean) - Method in class com.vaadin.flow.component.charts.model.ListSeries
-
Adds a given number to the series and optionally immediately updates the
chart if it has been drawn.
- addDataGenerator(DataGenerator<T>) - Method in class com.vaadin.flow.component.grid.Grid
-
- addDataGenerator(DataGenerator<T>) - Method in class com.vaadin.flow.data.provider.CompositeDataGenerator
-
- addDataGenerator(DataGenerator<T>) - Method in interface com.vaadin.flow.data.provider.HasDataGenerators
-
Adds the given data generator.
- addDataProviderListener(DataProviderListener<T>) - Method in class com.vaadin.flow.data.provider.AbstractDataProvider
-
- addDataProviderListener(DataProviderListener<T>) - Method in interface com.vaadin.flow.data.provider.DataProvider
-
Adds a data provider listener.
- addDataProviderListener(DataProviderListener<T>) - Method in class com.vaadin.flow.data.provider.DataProviderWrapper
-
- addDeleteListener(ComponentEventListener<Crud.DeleteEvent<E>>) - Method in class com.vaadin.flow.component.crud.Crud
-
Registers a listener to be notified when the user tries to delete an
existing item.
- addDependencyFilter(DependencyFilter) - Method in class com.vaadin.flow.server.ServiceInitEvent
-
Adds a new dependency filter that will be used by this service.
- addDetachListener(ComponentEventListener<DetachEvent>) - Method in interface com.vaadin.flow.component.DetachNotifier
-
Adds a detach listener to this component.
- addDetachListener(ComponentEventListener<DetachEvent>) - Method in class com.vaadin.flow.component.dialog.Dialog
-
Adds a detach listener to this component.
- addDetachListener(ComponentEventListener<DetachEvent>) - Method in class com.vaadin.flow.component.notification.Notification
-
Adds a detach listener to this component.
- addDetachListener(ElementDetachListener) - Method in class com.vaadin.flow.dom.Element
-
Adds a detach listener for this element.
- addDetachListener(Command) - Method in class com.vaadin.flow.internal.StateNode
-
Adds a command as a detach listener.
- addDialogCloseActionListener(ComponentEventListener<Dialog.DialogCloseActionEvent>) - Method in class com.vaadin.flow.component.dialog.Dialog
-
Add a listener that controls whether the dialog should be closed or not.
- addDndConnectorWhenComponentAttached(Component) - Static method in class com.vaadin.flow.component.dnd.internal.DndUtil
-
Includes the dnd connector when the component is attached to a UI.
- addDragEndListener(ComponentEventListener<DragEndEvent<T>>) - Method in interface com.vaadin.flow.component.dnd.DragSource
-
Attaches dragend listener for the current drag source.The listener is
triggered when dragend event happens on the client side.
- addDragEndListener(ComponentEventListener<GridDragEndEvent<T>>) - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a drag end listener to this component.
- addDragStartListener(ComponentEventListener<DragStartEvent<T>>) - Method in interface com.vaadin.flow.component.dnd.DragSource
-
Attaches dragstart listener for the current drag source.
- addDragStartListener(ComponentEventListener<GridDragStartEvent<T>>) - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a drag start listener to this component.
- addDrilldownListener(ComponentEventListener<DrilldownEvent>) - Method in class com.vaadin.flow.component.charts.Chart
-
Sets the Chart drilldown handler that's responsible for returning the
drilldown series for each drilldown callback when doing async drilldown
- addDropListener(ComponentEventListener<DropEvent<T>>) - Method in interface com.vaadin.flow.component.dnd.DropTarget
-
Attaches drop listener for the component this maps to.
- addDropListener(ComponentEventListener<GridDropEvent<T>>) - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a drop listener to this component.
- addDynamicImport(String) - Method in class com.vaadin.flow.component.page.Page
-
Adds a dynamic import using a JavaScript expression
which is
supposed to return a JavaScript Promise
.
- addEditColumn(Grid) - Static method in class com.vaadin.flow.component.crud.Crud
-
A helper method to add an edit column to a grid.
- addEditColumn(Grid, CrudI18n) - Static method in class com.vaadin.flow.component.crud.Crud
-
A helper method to add an edit column to a grid.
- addEditColumn(ValueProvider<E, ?>) - Method in class com.vaadin.flow.component.gridpro.GridPro
-
Adds a new edit column to this
GridPro
with a value provider.
- addEditColumn(ValueProvider<E, ?>, Renderer<E>) - Method in class com.vaadin.flow.component.gridpro.GridPro
-
Adds a new edit column to this
GridPro
with a value provider and
renderer which is used to display the content when the cell is not in the
edit mode.
- addEditColumn(ValueProvider<E, V>, String...) - Method in class com.vaadin.flow.component.gridpro.GridPro
-
Adds a new edit column to this
GridPro
with a value provider and
sorting properties.
- addEditColumn(String) - Method in class com.vaadin.flow.component.gridpro.GridPro
-
Adds a new edit column for the given property name.
- addEditListener(ComponentEventListener<Crud.EditEvent<E>>) - Method in class com.vaadin.flow.component.crud.Crud
-
Registers a listener to be notified when the user starts to edit an
existing item.
- addErrorTarget(Class<? extends Component>, Map<Class<? extends Exception>, Class<? extends Component>>) - Method in class com.vaadin.flow.router.internal.AbstractRouteRegistry
-
Add the given error target to the exceptionTargetMap.
- addEventData(String) - Method in interface com.vaadin.flow.dom.DomListenerRegistration
-
Add a JavaScript expression for extracting event data.
- addEventListener(String, DomEventListener) - Method in class com.vaadin.flow.dom.Element
-
Adds an event listener for the given event type.
- addEventListener(String, DomEventListener, String...) - Method in class com.vaadin.flow.dom.Element
-
- addEventListener(StateNode, String, DomEventListener) - Method in interface com.vaadin.flow.dom.ElementStateProvider
-
Adds a DOM event listener.
- addEventListener(StateNode, String, DomEventListener) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
-
- addEventListener(StateNode, String, DomEventListener) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
-
- addEventListener(StateNode, String, DomEventListener) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
-
- addExpandListener(ComponentEventListener<ExpandEvent<T, TreeGrid<T>>>) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
-
Adds an ExpandEvent listener to this TreeGrid.
- addFailedListener(ComponentEventListener<FailedEvent>) - Method in class com.vaadin.flow.component.upload.Upload
-
Add a succeeded listener that is informed on upload failure.
- addFavIcon(String, String, String) - Method in class com.vaadin.flow.server.InitialPageSettings
-
Deprecated.
Append a fav icon link to initial page head.
- addFavIcon(InitialPageSettings.Position, String, String, String) - Method in class com.vaadin.flow.server.InitialPageSettings
-
Deprecated.
Append a fav icon link to initial page head.
- addFileAbortListener(ComponentEventListener<GeneratedVaadinUploadFile.FileAbortEvent<R>>) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUploadFile
-
Adds a listener for file-abort
events fired by the webcomponent.
- addFileRejectedListener(ComponentEventListener<FileRejectedEvent>) - Method in class com.vaadin.flow.component.upload.Upload
-
Adds a listener for file-reject
events fired when a file cannot
be added due to some constrains:
setMaxFileSize, setMaxFiles, setAcceptedFileTypes
- addFileRejectListener(ComponentEventListener<GeneratedVaadinUpload.FileRejectEvent<R>>) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
-
Adds a listener for file-reject
events fired by the webcomponent.
- addFileRemoveListener(ComponentEventListener<GeneratedVaadinUploadFile.FileRemoveEvent<R>>) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUploadFile
-
Adds a listener for file-remove
events fired by the webcomponent.
- addFileRetryListener(ComponentEventListener<GeneratedVaadinUploadFile.FileRetryEvent<R>>) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUploadFile
-
Adds a listener for file-retry
events fired by the webcomponent.
- AddFiles() - Constructor for class com.vaadin.flow.component.upload.UploadI18N.AddFiles
-
- addFilesChangeListener(ComponentEventListener<GeneratedVaadinUpload.FilesChangeEvent<R>>) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
-
Adds a listener for files-changed
events fired by the
webcomponent.
- addFileStartListener(ComponentEventListener<GeneratedVaadinUploadFile.FileStartEvent<R>>) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUploadFile
-
Adds a listener for file-start
events fired by the webcomponent.
- addFilter(SerializablePredicate<T>) - Method in interface com.vaadin.flow.data.provider.InMemoryDataProvider
-
Adds a filter to be applied to all queries.
- addFilter(ValueProvider<T, V>, SerializablePredicate<V>) - Method in interface com.vaadin.flow.data.provider.InMemoryDataProvider
-
Adds a filter for an item property.
- addFilterByValue(ValueProvider<T, V>, V) - Method in interface com.vaadin.flow.data.provider.InMemoryDataProvider
-
Adds a filter that requires an item property to have a specific value.
- addFilterChangeListener(ComponentEventListener<GeneratedVaadinComboBox.FilterChangeEvent<R>>) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
-
Adds a listener for filter-changed
events fired by the
webcomponent.
- addFinishedListener(ComponentEventListener<FinishedEvent>) - Method in class com.vaadin.flow.component.upload.Upload
-
Add a succeeded listener that is informed on upload finished.
- addFirstHeaderRow() - Method in class com.vaadin.flow.component.grid.Grid
-
- addFocusListener(ComponentEventListener<FocusNotifier.FocusEvent<T>>) - Method in interface com.vaadin.flow.component.FocusNotifier
-
Add a listener to focus DOM events.
- addFocusShortcut(Key, KeyModifier...) - Method in interface com.vaadin.flow.component.Focusable
-
- addForgotPasswordListener(ComponentEventListener<AbstractLogin.ForgotPasswordEvent>) - Method in class com.vaadin.flow.component.login.AbstractLogin
-
Adds `forgotPassword` event listener.
- addFormItem(Component, String) - Method in class com.vaadin.flow.component.formlayout.FormLayout
-
Convenience method for creating and adding a new FormItem to this layout
that wraps the given field with a label.
- addFormItem(Component, Component) - Method in class com.vaadin.flow.component.formlayout.FormLayout
-
Convenience method for creating and adding a new FormItem to this layout
that wraps the given field with a component as its label.
- addGetParameter(String, String, String) - Static method in class com.vaadin.flow.shared.util.SharedUtil
-
Adds the given get parameter to the URI and returns the new URI.
- addGetParameter(String, String, int) - Static method in class com.vaadin.flow.shared.util.SharedUtil
-
Adds the given get parameter to the URI and returns the new URI.
- addGetParameters(String, String) - Static method in class com.vaadin.flow.shared.util.SharedUtil
-
Adds the get parameters to the uri and returns the new uri that contains
the parameters.
- addGridContextMenuOpenedListener(ComponentEventListener<GridContextMenu.GridContextMenuOpenedEvent<T>>) - Method in class com.vaadin.flow.component.grid.contextmenu.GridContextMenu
-
Adds a listener for the opened-changed
events fired by the web
component.
- addHandlerMethod(Method, Collection<Method>) - Method in class com.vaadin.flow.internal.nodefeature.AbstractServerHandlers
-
Add a handler to the NodeList.
- addHandlerMethod(Method, Collection<Method>) - Method in class com.vaadin.flow.internal.nodefeature.PolymerServerEventHandlers
-
- addHeartbeatListener(HeartbeatListener) - Method in class com.vaadin.flow.component.internal.UIInternals
-
- addHeatPoint(int, int, Number) - Method in class com.vaadin.flow.component.charts.model.HeatSeries
-
Add a single data point to the heat series
- addHierarchyColumn(ValueProvider<T, ?>) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
-
Adds a new Hierarchy column to this
Grid
with a value provider.
- addHtmlImport(String) - Method in class com.vaadin.flow.component.page.Page
-
In compatibility mode (or Flow 1.x), adds the given HTML import to the
page and ensures that it is loaded successfully.
- addHtmlImport(String, LoadMode) - Method in class com.vaadin.flow.component.page.Page
-
In compatibility mode (or Flow 1.x), adds the given HTML import to the
page and ensures that it is loaded successfully.
- addIndeterminateChangeListener(ComponentEventListener<GeneratedVaadinCheckbox.IndeterminateChangeEvent<R>>) - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox
-
Adds a listener for indeterminate-changed
events fired by the
webcomponent.
- addingBundle(Bundle, BundleEvent) - Method in class com.vaadin.flow.server.osgi.VaadinBundleTracker
-
- addInlineDependency(Inline, VaadinRequest) - Method in class com.vaadin.flow.server.InlineTargets
-
Inline contents from classpath file to head of initial page.
- addInlineFromFile(String, InitialPageSettings.WrapMode) - Method in class com.vaadin.flow.server.InitialPageSettings
-
Deprecated.
Inline contents from classpath file to append to head of initial page.
- addInlineFromFile(InitialPageSettings.Position, String, InitialPageSettings.WrapMode) - Method in class com.vaadin.flow.server.InitialPageSettings
-
Deprecated.
Inline contents from classpath file to head of initial page.
- addInlineWithContents(String, InitialPageSettings.WrapMode) - Method in class com.vaadin.flow.server.InitialPageSettings
-
Deprecated.
Add content to append to head of initial page.
- addInlineWithContents(InitialPageSettings.Position, String, InitialPageSettings.WrapMode) - Method in class com.vaadin.flow.server.InitialPageSettings
-
Deprecated.
Add content to head of initial page.
- addInputListener(ComponentEventListener<InputEvent>) - Method in interface com.vaadin.flow.component.InputNotifier
-
Adds an input listener to this component.
- addInvalidChangeListener(ComponentEventListener<GeneratedVaadinCheckboxGroup.InvalidChangeEvent<R>>) - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckboxGroup
-
Adds a listener for invalid-changed
events fired by the
webcomponent.
- addInvalidChangeListener(ComponentEventListener<GeneratedVaadinComboBox.InvalidChangeEvent<R>>) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
-
Adds a listener for invalid-changed
events fired by the
webcomponent.
- addInvalidChangeListener(ComponentEventListener<GeneratedVaadinDatePicker.InvalidChangeEvent<DatePicker>>) - Method in class com.vaadin.flow.component.datepicker.DatePicker
-
- addInvalidChangeListener(ComponentEventListener<GeneratedVaadinDatePicker.InvalidChangeEvent<R>>) - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
-
Adds a listener for invalid-changed
events fired by the
webcomponent.
- addInvalidChangeListener(ComponentEventListener<GeneratedVaadinRadioGroup.InvalidChangeEvent<R>>) - Method in class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioGroup
-
Adds a listener for invalid-changed
events fired by the
webcomponent.
- addInvalidChangeListener(ComponentEventListener<GeneratedVaadinSelect.InvalidChangeEvent<R>>) - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
-
Adds a listener for invalid-changed
events fired by the
webcomponent.
- addInvalidChangeListener(ComponentEventListener<GeneratedVaadinTextArea.InvalidChangeEvent<R>>) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
-
Adds a listener for invalid-changed
events fired by the
webcomponent.
- addInvalidChangeListener(ComponentEventListener<GeneratedVaadinTextField.InvalidChangeEvent<R>>) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
-
Adds a listener for invalid-changed
events fired by the
webcomponent.
- addInvalidChangeListener(ComponentEventListener<GeneratedVaadinTimePicker.InvalidChangeEvent<R>>) - Method in class com.vaadin.flow.component.timepicker.GeneratedVaadinTimePicker
-
Adds a listener for invalid-changed
events fired by the
webcomponent.
- addInvalidChangeListener(ComponentEventListener<GeneratedVaadinTimePicker.InvalidChangeEvent<TimePicker>>) - Method in class com.vaadin.flow.component.timepicker.TimePicker
-
- addIronResizeListener(ComponentEventListener<GeneratedVaadinSplitLayout.IronResizeEvent<R>>) - Method in class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout
-
Adds a listener for iron-resize
events fired by the webcomponent.
- addItem(String, ComponentEventListener<ClickEvent<MenuItem>>) - Method in class com.vaadin.flow.component.contextmenu.ContextMenu
-
- addItem(Component, ComponentEventListener<ClickEvent<MenuItem>>) - Method in class com.vaadin.flow.component.contextmenu.ContextMenu
-
- addItem(String) - Method in class com.vaadin.flow.component.contextmenu.ContextMenuBase
-
Adds a new item component with the given text content to the context menu
overlay.
- addItem(Component) - Method in class com.vaadin.flow.component.contextmenu.ContextMenuBase
-
Adds a new item component with the given component to the context menu
overlay.
- addItem(String, ComponentEventListener<ClickEvent<MenuItem>>) - Method in interface com.vaadin.flow.component.contextmenu.HasMenuItems
-
Adds a new item component with the given text content and click listener
to the context menu overlay.
- addItem(Component, ComponentEventListener<ClickEvent<MenuItem>>) - Method in interface com.vaadin.flow.component.contextmenu.HasMenuItems
-
Adds a new item component with the given component and click listener to
the context menu overlay.
- addItem(String) - Method in class com.vaadin.flow.component.contextmenu.MenuManager
-
Adds a text as a menu item.
- addItem(Component) - Method in class com.vaadin.flow.component.contextmenu.MenuManager
-
Adds a component as a menu item.
- addItem(String, ComponentEventListener<ClickEvent<I>>) - Method in class com.vaadin.flow.component.contextmenu.MenuManager
-
Adds a text as a menu item with a click listener.
- addItem(Component, ComponentEventListener<ClickEvent<I>>) - Method in class com.vaadin.flow.component.contextmenu.MenuManager
-
Adds a component as a menu item with a click listener.
- addItem(String, ComponentEventListener<ClickEvent<MenuItem>>) - Method in class com.vaadin.flow.component.contextmenu.SubMenu
-
- addItem(Component, ComponentEventListener<ClickEvent<MenuItem>>) - Method in class com.vaadin.flow.component.contextmenu.SubMenu
-
- addItem(String) - Method in class com.vaadin.flow.component.contextmenu.SubMenuBase
-
Adds a new item component with the given text content to the sub menu
overlay.
- addItem(Component) - Method in class com.vaadin.flow.component.contextmenu.SubMenuBase
-
Adds a new item component with the given component to the sub menu
overlay.
- addItem(String, ComponentEventListener<GridContextMenu.GridContextMenuItemClickEvent<T>>) - Method in class com.vaadin.flow.component.grid.contextmenu.GridContextMenu
-
- addItem(Component, ComponentEventListener<GridContextMenu.GridContextMenuItemClickEvent<T>>) - Method in class com.vaadin.flow.component.grid.contextmenu.GridContextMenu
-
- addItem(String, ComponentEventListener<GridContextMenu.GridContextMenuItemClickEvent<T>>) - Method in class com.vaadin.flow.component.grid.contextmenu.GridSubMenu
-
- addItem(Component, ComponentEventListener<GridContextMenu.GridContextMenuItemClickEvent<T>>) - Method in class com.vaadin.flow.component.grid.contextmenu.GridSubMenu
-
- addItem(String) - Method in class com.vaadin.flow.component.menubar.MenuBar
-
Creates a new
MenuItem
component with the provided text content
and adds it to the root level of this menu bar.
- addItem(Component) - Method in class com.vaadin.flow.component.menubar.MenuBar
-
Creates a new
MenuItem
component and adds it to the root level of
this menu bar.
- addItem(String, ComponentEventListener<ClickEvent<MenuItem>>) - Method in class com.vaadin.flow.component.menubar.MenuBar
-
Creates a new
MenuItem
component with the provided text content
and click listener and adds it to the root level of this menu bar.
- addItem(Component, ComponentEventListener<ClickEvent<MenuItem>>) - Method in class com.vaadin.flow.component.menubar.MenuBar
-
Creates a new
MenuItem
component with the provided click listener
and adds it to the root level of this menu bar.
- addItem(T, T) - Method in class com.vaadin.flow.data.provider.hierarchy.TreeData
-
Adds a data item as a child of parent
.
- addItemClickListener(ComponentEventListener<ItemClickEvent<T>>) - Method in class com.vaadin.flow.component.grid.Grid
-
Adds an item click listener to this component.
- addItemClickListener(ClickableRenderer.ItemClickListener<SOURCE>) - Method in interface com.vaadin.flow.data.renderer.ClickableRenderer
-
Adds a click listener to the renderer.
- addItemClickListener(ClickableRenderer.ItemClickListener<SOURCE>) - Method in class com.vaadin.flow.data.renderer.NativeButtonRenderer
-
- addItemDoubleClickListener(ComponentEventListener<ItemDoubleClickEvent<T>>) - Method in class com.vaadin.flow.component.grid.Grid
-
Adds an item double click listener to this component.
- addItemPropertyChangedListener(ComponentEventListener<GridPro.ItemPropertyChangedEvent<E>>) - Method in class com.vaadin.flow.component.gridpro.GridPro
-
Registers a listener to be notified when the user has edited an existing
item.
- addItems(T, T...) - Method in class com.vaadin.flow.data.provider.hierarchy.TreeData
-
Adds a list of data items as children of parent
.
- addItems(T, Collection<T>) - Method in class com.vaadin.flow.data.provider.hierarchy.TreeData
-
Adds a list of data items as children of parent
.
- addItems(T, Stream<T>) - Method in class com.vaadin.flow.data.provider.hierarchy.TreeData
-
Adds data items contained in a stream as children of parent
.
- addItems(Collection<T>, ValueProvider<T, Collection<T>>) - Method in class com.vaadin.flow.data.provider.hierarchy.TreeData
-
Adds the given items as root items and uses the given value provider to
recursively populate children of the root items.
- addItems(Stream<T>, ValueProvider<T, Stream<T>>) - Method in class com.vaadin.flow.data.provider.hierarchy.TreeData
-
Adds the given items as root items and uses the given value provider to
recursively populate children of the root items.
- addItemWithDrilldown(DataSeriesItem, Series) - Method in class com.vaadin.flow.component.charts.model.DataSeries
-
Adds a new item to the series data.
- addItemWithDrilldown(DataSeriesItem) - Method in class com.vaadin.flow.component.charts.model.DataSeries
-
Adds a new item to the series data and enables drilldown for it.
- addJavaScript(String) - Method in class com.vaadin.flow.component.page.Page
-
Adds the given JavaScript to the page and ensures that it is loaded
successfully.
- addJavaScript(String, LoadMode) - Method in class com.vaadin.flow.component.page.Page
-
Adds the given JavaScript to the page and ensures that it is loaded
successfully.
- addJavaScriptInvocation(PendingJavaScriptInvocation) - Method in class com.vaadin.flow.component.internal.UIInternals
-
Adds a JavaScript invocation to be sent to the client.
- addJsModule(String) - Method in class com.vaadin.flow.component.page.Page
-
Adds the given external JavaScript module to the page and ensures that it
is loaded successfully.
- addJsModule(String, LoadMode) - Method in class com.vaadin.flow.component.page.Page
-
- addKey(String) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
Adds key to the keys array
- addKey(String) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
-
Adds key to the keys array
- addKey(String) - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
-
Adds key to the keys array
- addKey(String) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
Adds key to the keys array
- addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
Adds key to the keys array
- addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
Adds key to the keys array
- addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
Adds key to the keys array
- addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
Adds key to the keys array
- addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
Adds key to the keys array
- addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
Adds key to the keys array
- addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
Adds key to the keys array
- addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
Adds key to the keys array
- addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
Adds key to the keys array
- addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
Adds key to the keys array
- addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
Adds key to the keys array
- addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
Adds key to the keys array
- addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
-
Adds key to the keys array
- addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
-
Adds key to the keys array
- addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
-
Adds key to the keys array
- addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
Adds key to the keys array
- addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
Adds key to the keys array
- addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
-
Adds key to the keys array
- addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
Adds key to the keys array
- addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
-
Adds key to the keys array
- addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
Adds key to the keys array
- addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
Adds key to the keys array
- addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
-
Adds key to the keys array
- addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
Adds key to the keys array
- addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
-
Adds key to the keys array
- addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
Adds key to the keys array
- addKey(String) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
Adds key to the keys array
- addKey(String) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
-
Adds key to the keys array
- addKeyDownListener(ComponentEventListener<KeyDownEvent>) - Method in interface com.vaadin.flow.component.KeyNotifier
-
Adds a keydown
listener to this component.
- addKeyDownListener(Key, ComponentEventListener<KeyDownEvent>, KeyModifier...) - Method in interface com.vaadin.flow.component.KeyNotifier
-
Adds a keydown
listener to this component, which will trigger
only if the keys involved in the event match the key
and
modifiers
parameters.
- addKeyPressListener(ComponentEventListener<KeyPressEvent>) - Method in interface com.vaadin.flow.component.KeyNotifier
-
Adds a keypress
listener to this component.
- addKeyPressListener(Key, ComponentEventListener<KeyPressEvent>, KeyModifier...) - Method in interface com.vaadin.flow.component.KeyNotifier
-
Adds a keypress
listener to this component, which will trigger
only if the keys involved in the event match the key
and
modifiers
parameters.
- addKeyUpListener(ComponentEventListener<KeyUpEvent>) - Method in interface com.vaadin.flow.component.KeyNotifier
-
Adds a keyup
listener to this component.
- addKeyUpListener(Key, ComponentEventListener<KeyUpEvent>, KeyModifier...) - Method in interface com.vaadin.flow.component.KeyNotifier
-
Adds a keyup
listener to this component, which will trigger only
if the keys involved in the event match the key
and
modifiers
parameters.
- addLevel(Level) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
-
Adds level to the levels array
- addLink(String) - Method in class com.vaadin.flow.server.InitialPageSettings
-
Deprecated.
Add a link to be appended to initial page head.
- addLink(InitialPageSettings.Position, String) - Method in class com.vaadin.flow.server.InitialPageSettings
-
Deprecated.
Add a link to initial page head.
- addLink(String, Map<String, String>) - Method in class com.vaadin.flow.server.InitialPageSettings
-
Deprecated.
Append a link to initial page head.
- addLink(InitialPageSettings.Position, String, Map<String, String>) - Method in class com.vaadin.flow.server.InitialPageSettings
-
Deprecated.
Add a link to initial page head.
- addLink(String, String) - Method in class com.vaadin.flow.server.InitialPageSettings
-
Deprecated.
Append a link to initial page head.
- addLink(InitialPageSettings.Position, String, String) - Method in class com.vaadin.flow.server.InitialPageSettings
-
Deprecated.
Add a link to initial page head.
- addListener(Class<T>, ComponentEventListener<T>) - Method in class com.vaadin.flow.component.Component
-
Adds a listener for an event of the given type.
- addListener(Class<T>, ComponentEventListener<T>) - Method in class com.vaadin.flow.component.ComponentEventBus
-
Adds a listener for the given event type.
- addListener(Class<T>, ComponentEventListener<T>, Consumer<DomListenerRegistration>) - Method in class com.vaadin.flow.component.ComponentEventBus
-
Adds a listener for the given event type, and customizes the
corresponding DOM event listener with the given consumer.
- addListener(Component, Class<T>, ComponentEventListener<T>) - Static method in class com.vaadin.flow.component.ComponentUtil
-
Adds a listener for an event of the given type to the component
.
- addListener(Component, Class<T>, ComponentEventListener<T>, Consumer<DomListenerRegistration>) - Static method in class com.vaadin.flow.component.ComponentUtil
-
Adds a listener for an event of the given type to the component
,
and customizes the corresponding DOM event listener with the given
consumer.
- addListener(Class<T>, SerializableConsumer<T>) - Method in class com.vaadin.flow.data.binder.Binder
-
Adds a listener to the binder.
- addListener(Class<E>, SerializableConsumer<E>) - Method in class com.vaadin.flow.data.provider.AbstractDataProvider
-
Registers a new listener with the specified activation method to listen
events generated by this component.
- addLoginListener(ComponentEventListener<AbstractLogin.LoginEvent>) - Method in class com.vaadin.flow.component.login.AbstractLogin
-
Adds `login` event listener
- addMaxFilesReachedChangeListener(ComponentEventListener<GeneratedVaadinUpload.MaxFilesReachedChangeEvent<R>>) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
-
Adds a listener for max-files-reached-changed
events fired by the
webcomponent.
- addMenuItemClickListener(ComponentEventListener<GridContextMenu.GridContextMenuItemClickEvent<T>>) - Method in class com.vaadin.flow.component.grid.contextmenu.GridMenuItem
-
Adds the given click listener for this menu item.
- addMetaTag(String, String) - Method in class com.vaadin.flow.server.InitialPageSettings
-
Deprecated.
Add a meta tag to be appended to initial page head.
- addMetaTag(InitialPageSettings.Position, String, String) - Method in class com.vaadin.flow.server.InitialPageSettings
-
Deprecated.
Add a meta tag to initial page head.
- addMobileDndPolyfillIfNeeded(Component) - Static method in class com.vaadin.flow.component.dnd.internal.DndUtil
-
Adds the mobile dnd polyfills when a iOS device is used.
- addMultiSelectionListener(MultiSelectionListener<Grid<T>, T>) - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
-
- addMultiSelectionListener(MultiSelectionListener<Grid<T>, T>) - Method in interface com.vaadin.flow.component.grid.GridMultiSelectionModel
-
Adds a selection listener that will be called when the selection is
changed either by the user or programmatically.
- addNestedRow(Row) - Method in class com.vaadin.flow.component.board.Row
-
Adds the given row as a nested row to the current row.
- addNewListener(ComponentEventListener<Crud.NewEvent<E>>) - Method in class com.vaadin.flow.component.crud.Crud
-
Registers a listener to be notified when the user starts to create a new
item.
- addOpenedChangeListener(ComponentEventListener<Accordion.OpenedChangeEvent>) - Method in class com.vaadin.flow.component.accordion.Accordion
-
Registers a listener to be notified whenever a panel is opened or closed.
- addOpenedChangeListener(ComponentEventListener<GeneratedVaadinComboBox.OpenedChangeEvent<R>>) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
-
Adds a listener for opened-changed
events fired by the
webcomponent.
- addOpenedChangeListener(ComponentEventListener<GeneratedVaadinContextMenu.OpenedChangeEvent<C>>) - Method in class com.vaadin.flow.component.contextmenu.ContextMenuBase
-
Adds a listener for the opened-changed
events fired by the web
component.
- addOpenedChangeListener(ComponentEventListener<GeneratedVaadinContextMenu.OpenedChangeEvent<R>>) - Method in class com.vaadin.flow.component.contextmenu.GeneratedVaadinContextMenu
-
Adds a listener for opened-changed
events fired by the
webcomponent.
- addOpenedChangeListener(ComponentEventListener<GeneratedVaadinDatePicker.OpenedChangeEvent<DatePicker>>) - Method in class com.vaadin.flow.component.datepicker.DatePicker
-
- addOpenedChangeListener(ComponentEventListener<GeneratedVaadinDatePicker.OpenedChangeEvent<R>>) - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
-
Adds a listener for opened-changed
events fired by the
webcomponent.
- addOpenedChangeListener(ComponentEventListener<Details.OpenedChangeEvent>) - Method in class com.vaadin.flow.component.details.Details
-
Adds a listener for opened-changed
events fired by the
webcomponent.
- addOpenedChangeListener(ComponentEventListener<GeneratedVaadinDialog.OpenedChangeEvent<Dialog>>) - Method in class com.vaadin.flow.component.dialog.Dialog
-
Add a lister for event fired by the opened-changed
events.
- addOpenedChangeListener(ComponentEventListener<GeneratedVaadinDialog.OpenedChangeEvent<R>>) - Method in class com.vaadin.flow.component.dialog.GeneratedVaadinDialog
-
Adds a listener for opened-changed
events fired by the
webcomponent.
- addOpenedChangeListener(ComponentEventListener<GeneratedVaadinNotification.OpenedChangeEvent<R>>) - Method in class com.vaadin.flow.component.notification.GeneratedVaadinNotification
-
Adds a listener for opened-changed
events fired by the
webcomponent.
- addOpenedChangeListener(ComponentEventListener<GeneratedVaadinNotification.OpenedChangeEvent<Notification>>) - Method in class com.vaadin.flow.component.notification.Notification
-
- addOpenedChangeListener(ComponentEventListener<GeneratedVaadinSelect.OpenedChangeEvent<R>>) - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
-
Adds a listener for opened-changed
events fired by the
webcomponent.
- addOpenListener(EditorOpenListener<T>) - Method in interface com.vaadin.flow.component.grid.editor.Editor
-
Adds an editor open listener
.
- addOpenListener(EditorOpenListener<T>) - Method in class com.vaadin.flow.component.grid.editor.EditorImpl
-
- addPane(Pane) - Method in class com.vaadin.flow.component.charts.model.Configuration
-
Adds a pane.
- addPane(Pane) - Method in class com.vaadin.flow.component.charts.model.PaneList
-
Adds a new pane to the list
- addPlotBand(PlotBand) - Method in class com.vaadin.flow.component.charts.model.Axis
-
Adds plotBand to the plotBands array
- addPlotBand(PlotBand) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
Adds plotBand to the plotBands array
- addPlotBand(PlotBand) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
Adds plotBand to the plotBands array
- addPlotBand(PlotBand) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
Adds plotBand to the plotBands array
- addPlotLine(PlotLine) - Method in class com.vaadin.flow.component.charts.model.Axis
-
Adds plotLine to the plotLines array
- addPlotLine(PlotLine) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
Adds plotLine to the plotLines array
- addPlotLine(PlotLine) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
Adds plotLine to the plotLines array
- addPlotLine(PlotLine) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
Adds plotLine to the plotLines array
- addPlotOptions(AbstractPlotOptions) - Method in class com.vaadin.flow.component.charts.model.Configuration
-
Adds plot options
- addPointClickListener(ComponentEventListener<PointClickEvent>) - Method in class com.vaadin.flow.component.charts.Chart
-
Adds a point click listener, which will be notified of clicks on the
points, bars or columns in the chart
- addPointLegendItemClickListener(ComponentEventListener<PointLegendItemClickEvent>) - Method in class com.vaadin.flow.component.charts.Chart
-
Adds a point legend item click listener, which will be notified of clicks
on the legend's items corresponding to a Point
- addPointMouseOutListener(ComponentEventListener<PointMouseOutEvent>) - Method in class com.vaadin.flow.component.charts.Chart
-
Adds a point mouse out listener, which will be notified when the mouse
exits the neighborhood of a data point
- addPointMouseOverListener(ComponentEventListener<PointMouseOverEvent>) - Method in class com.vaadin.flow.component.charts.Chart
-
Adds a point mouse over listener, which will be notified when the mouse
enters the neighborhood of a data point
- addPointRemoveListener(ComponentEventListener<PointRemoveEvent>) - Method in class com.vaadin.flow.component.charts.Chart
-
Adds a point remove listener, which will be notified when a data point is
removed.
- addPointSelectListener(ComponentEventListener<PointSelectEvent>) - Method in class com.vaadin.flow.component.charts.Chart
-
Adds a point select listener, which will be notified when a data point is
selected.
- addPointUnselectListener(ComponentEventListener<PointUnselectEvent>) - Method in class com.vaadin.flow.component.charts.Chart
-
Adds a point unselect listener, which will be notified when a data point
is unselected.
- addPointUpdateListener(ComponentEventListener<PointUpdateEvent>) - Method in class com.vaadin.flow.component.charts.Chart
-
Adds a point update listener, which will be notified when a data point is
updated.
- addPollListener(ComponentEventListener<PollEvent>) - Method in interface com.vaadin.flow.component.PollNotifier
-
Add a poll listener.
- addProgressListener(ComponentEventListener<ProgressUpdateEvent>) - Method in class com.vaadin.flow.component.upload.Upload
-
Add a progress listener that is informed on upload progress.
- addProperty(String, int) - Method in class com.vaadin.flow.component.WebComponentExporter
-
Add an Integer
property to the exported web component identified
by name
.
- addProperty(String, double) - Method in class com.vaadin.flow.component.WebComponentExporter
-
Add an Double
property to the exported web component identified
by name
.
- addProperty(String, String) - Method in class com.vaadin.flow.component.WebComponentExporter
-
Add an String
property to the exported web component identified
by name
.
- addProperty(String, boolean) - Method in class com.vaadin.flow.component.WebComponentExporter
-
Add an Boolean
property to the exported web component identified
by name
.
- addProperty(String, JsonValue) - Method in class com.vaadin.flow.component.WebComponentExporter
-
Add an JsonValue
property to the exported web component
identified by name
.
- addPropertyChangeListener(String, PropertyChangeListener) - Method in class com.vaadin.flow.dom.Element
-
Adds a property change listener.
- addPropertyChangeListener(String, String, PropertyChangeListener) - Method in class com.vaadin.flow.dom.Element
-
Adds a property change listener and configures the property to be
synchronized to the server when a given DOM event is fired.
- addPropertyChangeListener(StateNode, String, PropertyChangeListener) - Method in interface com.vaadin.flow.dom.ElementStateProvider
-
Adds a property change listener.
- addPropertyChangeListener(StateNode, String, PropertyChangeListener) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
-
- addPropertyChangeListener(StateNode, String, PropertyChangeListener) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
-
- addPropertyChangeListener(StateNode, String, PropertyChangeListener) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
-
- addPropertyChangeListener(String, PropertyChangeListener) - Method in class com.vaadin.flow.internal.nodefeature.ElementPropertyMap
-
Adds a property change listener.
- addRejectListener(ComponentEventListener<ConfirmDialog.RejectEvent>) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Adds `reject` event listener
- addRequestHandler(RequestHandler) - Method in class com.vaadin.flow.server.ServiceInitEvent
-
Adds a new request handler that will be used by this service.
- addRequestHandler(RequestHandler) - Method in class com.vaadin.flow.server.VaadinSession
-
Adds a request handler to this session.
- addResizeListener(ComponentEventListener<Dialog.DialogResizeEvent>) - Method in class com.vaadin.flow.component.dialog.Dialog
-
Adds a listener that is called after user finishes resizing the overlay.
- addRootItems(T...) - Method in class com.vaadin.flow.data.provider.hierarchy.TreeData
-
Adds the items as root items to this structure.
- addRootItems(Collection<T>) - Method in class com.vaadin.flow.data.provider.hierarchy.TreeData
-
Adds the items of the given collection as root items to this structure.
- addRootItems(Stream<T>) - Method in class com.vaadin.flow.data.provider.hierarchy.TreeData
-
Adds the items of the given stream as root items to this structure.
- addRoutesChangeListener(RoutesChangedListener) - Method in class com.vaadin.flow.router.internal.AbstractRouteRegistry
-
- addRoutesChangeListener(RoutesChangedListener) - Method in class com.vaadin.flow.router.RouteConfiguration
-
Add a listener that is notified when routes change for the registry.
- addRoutesChangeListener(RoutesChangedListener) - Method in interface com.vaadin.flow.server.RouteRegistry
-
Adds the given route change listener to the registry.
- addRoutesChangeListener(RoutesChangedListener) - Method in class com.vaadin.flow.server.SessionRouteRegistry
-
Adds the given route change listener to the registry.
- addRow(Component...) - Method in class com.vaadin.flow.component.board.Board
-
Creates a new row and adds the given components to the row.
- addSaveListener(ComponentEventListener<Crud.SaveEvent<E>>) - Method in class com.vaadin.flow.component.crud.Crud
-
Registers a listener to be notified when the user tries to save a new
item or modifications to an existing item.
- addSaveListener(EditorSaveListener<T>) - Method in interface com.vaadin.flow.component.grid.editor.Editor
-
Adds an editor save listener
.
- addSaveListener(EditorSaveListener<T>) - Method in class com.vaadin.flow.component.grid.editor.EditorImpl
-
- addScannedClasses(Map<Long, Collection<Class<?>>>) - Method in class com.vaadin.flow.server.osgi.OSGiAccess
-
Adds scanned classes in active bundles.
- addSelectedChangeListener(ComponentEventListener<Tabs.SelectedChangeEvent>) - Method in class com.vaadin.flow.component.tabs.Tabs
-
- addSelectedItemChangeListener(ComponentEventListener<GeneratedVaadinComboBox.SelectedItemChangeEvent<R>>) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
-
Adds a listener for selected-item-changed
events fired by the
webcomponent.
- addSelectionListener(MultiSelectionListener<CheckboxGroup<T>, T>) - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
-
- addSelectionListener(SelectionListener<Grid<T>, T>) - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
-
- addSelectionListener(SelectionListener<Grid<T>, T>) - Method in class com.vaadin.flow.component.grid.AbstractGridSingleSelectionModel
-
- addSelectionListener(SelectionListener<Grid<T>, T>) - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a selection listener to the current selection model.
- addSelectionListener(SelectionListener<Grid<T>, T>) - Method in class com.vaadin.flow.component.grid.GridNoneSelectionModel
-
- addSelectionListener(MultiSelectionListener<MultiSelectListBox<T>, T>) - Method in class com.vaadin.flow.component.listbox.MultiSelectListBox
-
- addSelectionListener(MultiSelectionListener<C, T>) - Method in interface com.vaadin.flow.data.selection.MultiSelect
-
Adds a selection listener that will be called when the selection is
changed either by the user or programmatically.
- addSelectionListener(SelectionListener<C, T>) - Method in interface com.vaadin.flow.data.selection.SelectionModel
-
Adds a generic listener to this selection model, accepting both single
and multiselection events.
- addSeries(Series) - Method in class com.vaadin.flow.component.charts.model.Configuration
-
Adds a single series to the list of series in this configuration.
- addSeriesAfterAnimateListener(ComponentEventListener<SeriesAfterAnimateEvent>) - Method in class com.vaadin.flow.component.charts.Chart
-
Adds a series after animate listener, which will be notified after a
series is animated
- addSeriesClickListener(ComponentEventListener<SeriesClickEvent>) - Method in class com.vaadin.flow.component.charts.Chart
-
Adds a series click listener, which will be notified of clicks on the
series in the chart
- addSeriesHideListener(ComponentEventListener<SeriesHideEvent>) - Method in class com.vaadin.flow.component.charts.Chart
-
Adds a series hide listener, which will be notified when a series is
hidden
- addSeriesLegendItemClickListener(ComponentEventListener<SeriesLegendItemClickEvent>) - Method in class com.vaadin.flow.component.charts.Chart
-
Adds a series legend item click listener, which will be notified of
clicks on the legend's items corresponding to a Series
- addSeriesMouseOutListener(ComponentEventListener<SeriesMouseOutEvent>) - Method in class com.vaadin.flow.component.charts.Chart
-
Adds a point mouse out listener, which will be notified when the mouse
exits the neighborhood of a series
- addSeriesMouseOverListener(ComponentEventListener<SeriesMouseOverEvent>) - Method in class com.vaadin.flow.component.charts.Chart
-
Adds a point mouse out listener, which will be notified when the mouse
enters the neighborhood of a series
- addSeriesShowListener(ComponentEventListener<SeriesShowEvent>) - Method in class com.vaadin.flow.component.charts.Chart
-
Adds a series show listener, which will be notified when a series is
shown
- addServiceDestroyListener(ServiceDestroyListener) - Method in class com.vaadin.flow.server.VaadinService
-
Adds a service destroy listener that gets notified when this service is
destroyed.
- addSessionDestroyListener(SessionDestroyListener) - Method in class com.vaadin.flow.server.VaadinService
-
Adds a listener that gets notified when a Vaadin service session that has
been initialized for this service is destroyed.
- addSessionInitListener(SessionInitListener) - Method in class com.vaadin.flow.server.VaadinService
-
Adds a listener that gets notified when a new Vaadin service session is
initialized for this service.
- addShortcutListener(Component, Command, Key, KeyModifier...) - Static method in class com.vaadin.flow.component.Shortcuts
-
Invoke a
Command
when the shortcut is invoked.
- addShortcutListener(Component, ShortcutEventListener, Key, KeyModifier...) - Static method in class com.vaadin.flow.component.Shortcuts
-
- addShortcutListener(Command, Key, KeyModifier...) - Method in class com.vaadin.flow.component.UI
-
Registers a global shortcut tied to the
UI
which executes the
given
Command
when invoked.
- addShortcutListener(ShortcutEventListener, Key, KeyModifier...) - Method in class com.vaadin.flow.component.UI
-
- addSingleSelectionListener(SingleSelectionListener<Grid<T>, T>) - Method in class com.vaadin.flow.component.grid.AbstractGridSingleSelectionModel
-
- addSingleSelectionListener(SingleSelectionListener<Grid<T>, T>) - Method in interface com.vaadin.flow.component.grid.GridSingleSelectionModel
-
Adds a selection listener that will be called when the selection is
changed either by the user or programmatically.
- addSortComparator(SerializableComparator<T>) - Method in interface com.vaadin.flow.data.provider.InMemoryDataProvider
-
Adds a comparator to the default sorting for this data provider.
- addSortListener(ComponentEventListener<SortEvent<Grid<T>, GridSortOrder<T>>>) - Method in class com.vaadin.flow.component.grid.Grid
-
- addSortListener(ComponentEventListener<SortEvent<T, S>>) - Method in interface com.vaadin.flow.data.event.SortEvent.SortNotifier
-
Adds a sort order change listener that gets notified when the sort
order changes.
- addSortOrder(ValueProvider<T, V>, SortDirection) - Method in interface com.vaadin.flow.data.provider.InMemoryDataProvider
-
Adds a property and direction to the default sorting for this data
provider.
- addSplitterDragendListener(ComponentEventListener<GeneratedVaadinSplitLayout.SplitterDragendEvent<R>>) - Method in class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout
-
Adds a listener for splitter-dragend
events fired by the
webcomponent.
- addSplitterDragendListener(ComponentEventListener<GeneratedVaadinSplitLayout.SplitterDragendEvent<SplitLayout>>) - Method in class com.vaadin.flow.component.splitlayout.SplitLayout
-
Adds a listener for the splitter-dragend
event, which is fired
when the user has stopped resizing the splitter with drag and drop.
- addStartedListener(ComponentEventListener<StartedEvent>) - Method in class com.vaadin.flow.component.upload.Upload
-
Add a succeeded listener that is informed on upload start.
- addStatusChangeListener(StatusChangeListener) - Method in class com.vaadin.flow.data.binder.Binder
-
Adds status change listener to the binder.
- addStop(Stop) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
Adds stop to the stops array
- addStyleSheet(String) - Method in class com.vaadin.flow.component.page.Page
-
Adds the given style sheet to the page and ensures that it is loaded
successfully.
- addStyleSheet(String, LoadMode) - Method in class com.vaadin.flow.component.page.Page
-
Adds the given style sheet to the page and ensures that it is loaded
successfully.
- addSubmitListener(ComponentEventListener<MessageInput.SubmitEvent>) - Method in class com.vaadin.flow.component.messages.MessageInput
-
- addSucceededListener(ComponentEventListener<SucceededEvent>) - Method in class com.vaadin.flow.component.upload.Upload
-
Add a succeeded listener that is informed on upload succeeded.
- addSynchronizedProperty(String) - Method in class com.vaadin.flow.dom.Element
-
- addSynchronizedProperty(String, DisabledUpdateMode) - Method in class com.vaadin.flow.dom.Element
-
- addSynchronizedProperty(StateNode, String, DisabledUpdateMode) - Method in interface com.vaadin.flow.dom.ElementStateProvider
-
Makes the property synchronized from the client side to the server.
- addSynchronizedProperty(StateNode, String, DisabledUpdateMode) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
-
- addSynchronizedProperty(StateNode, String, DisabledUpdateMode) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
-
- addSynchronizedProperty(StateNode, String, DisabledUpdateMode) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
-
- addSynchronizedPropertyEvent(String) - Method in class com.vaadin.flow.dom.Element
-
- addThemeName(String) - Method in class com.vaadin.flow.component.datetimepicker.DateTimePicker
-
Adds a theme name to this component.
- addThemeName(String) - Method in interface com.vaadin.flow.component.HasTheme
-
Adds a theme name to this component.
- addThemeNames(String...) - Method in class com.vaadin.flow.component.contextmenu.MenuItemBase
-
Adds one or more theme names to this item.
- addThemeNames(String...) - Method in class com.vaadin.flow.component.datetimepicker.DateTimePicker
-
Adds one or more theme names to this component.
- addThemeNames(String...) - Method in interface com.vaadin.flow.component.HasTheme
-
Adds one or more theme names to this component.
- addThemeVariants(AvatarVariant...) - Method in class com.vaadin.flow.component.avatar.Avatar
-
Adds theme variants to the avatar component.
- addThemeVariants(AvatarGroupVariant...) - Method in class com.vaadin.flow.component.avatar.AvatarGroup
-
Adds theme variants to the avatar group component.
- addThemeVariants(ButtonVariant...) - Method in class com.vaadin.flow.component.button.GeneratedVaadinButton
-
Adds theme variants to the component.
- addThemeVariants(CheckboxGroupVariant...) - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckboxGroup
-
Adds theme variants to the component.
- addThemeVariants(CrudVariant...) - Method in class com.vaadin.flow.component.crud.Crud
-
Adds theme variants to the component.
- addThemeVariants(DetailsVariant...) - Method in class com.vaadin.flow.component.details.Details
-
Adds theme variants to the component.
- addThemeVariants(DialogVariant...) - Method in class com.vaadin.flow.component.dialog.Dialog
-
Adds theme variants to the component.
- addThemeVariants(GridVariant...) - Method in class com.vaadin.flow.component.grid.Grid
-
Adds theme variants to the component.
- addThemeVariants(MenuBarVariant...) - Method in class com.vaadin.flow.component.menubar.MenuBar
-
Adds theme variants to the component.
- addThemeVariants(NotificationVariant...) - Method in class com.vaadin.flow.component.notification.Notification
-
Adds theme variants to the component.
- addThemeVariants(ProgressBarVariant...) - Method in class com.vaadin.flow.component.progressbar.GeneratedVaadinProgressBar
-
Adds theme variants to the component.
- addThemeVariants(RadioGroupVariant...) - Method in class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioGroup
-
Adds theme variants to the component.
- addThemeVariants(RichTextEditorVariant...) - Method in class com.vaadin.flow.component.richtexteditor.GeneratedVaadinRichTextEditor
-
Adds theme variants to the component.
- addThemeVariants(SplitLayoutVariant...) - Method in class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout
-
Adds theme variants to the component.
- addThemeVariants(TabVariant...) - Method in class com.vaadin.flow.component.tabs.GeneratedVaadinTab
-
Adds theme variants to the component.
- addThemeVariants(TabsVariant...) - Method in class com.vaadin.flow.component.tabs.GeneratedVaadinTabs
-
Adds theme variants to the component.
- addThemeVariants(TextAreaVariant...) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
-
Adds theme variants to the component.
- addThemeVariants(TextFieldVariant...) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
-
Adds theme variants to the component.
- addToAddButton(Component...) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
-
Adds the given components as children of this component at the slot
'add-button'.
- addToDrawer(Component...) - Method in class com.vaadin.flow.component.applayout.AppLayout
-
Adds the components to the drawer slot of this AppLayout.
- addToDropLabel(Component...) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
-
Adds the given components as children of this component at the slot
'drop-label'.
- addToDropLabelIcon(Component...) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
-
Adds the given components as children of this component at the slot
'drop-label-icon'.
- addToFileList(Component...) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
-
Adds the given components as children of this component at the slot
'file-list'.
- addToggleListener(ComponentEventListener<NativeDetails.ToggleEvent>) - Method in class com.vaadin.flow.component.html.NativeDetails
-
Adds a listener for toggle
events fired by the details, which are
dispatched to the details element whenever its state changes between open
and closed.
- addToInput(Component...) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
-
Adds the given components as children of this component at the slot
'input'.
- addToLabel(Component...) - Method in class com.vaadin.flow.component.formlayout.GeneratedVaadinFormItem
-
Adds the given components as children of this component at the slot
'label'.
- addToNavbar(Component...) - Method in class com.vaadin.flow.component.applayout.AppLayout
-
Adds the components to the navbar slot of this AppLayout.
- addToNavbar(boolean, Component...) - Method in class com.vaadin.flow.component.applayout.AppLayout
-
Adds the components to the navbar slot of this AppLayout.
- addToPrefix(Component...) - Method in class com.vaadin.flow.component.button.GeneratedVaadinButton
-
Adds the given components as children of this component at the slot
'prefix'.
- addToPrefix(Component...) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
-
Adds the given components as children of this component at the slot
'prefix'.
- addToPrefix(Component...) - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
-
Adds the given components as children of this component at the slot
'prefix'.
- addToPrefix(Component...) - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
-
Adds the given components as children of this component at the slot
'prefix'.
- addToPrefix(Component...) - Method in class com.vaadin.flow.component.select.Select
-
- addToPrefix(Component...) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
-
Adds the given components as children of this component at the slot
'prefix'.
- addToPrefix(Component...) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
-
Adds the given components as children of this component at the slot
'prefix'.
- addToPrimary(Component...) - Method in class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout
-
Adds the given components as children of this component at the slot
'primary'.
- addToPrimary(Component...) - Method in class com.vaadin.flow.component.splitlayout.SplitLayout
-
Sets the given components to the primary split of this layout, i.e.
- addToSecondary(Component...) - Method in class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout
-
Adds the given components as children of this component at the slot
'secondary'.
- addToSecondary(Component...) - Method in class com.vaadin.flow.component.splitlayout.SplitLayout
-
Sets the given components to the secondary split of this layout, i.e.
- addToSuffix(Component...) - Method in class com.vaadin.flow.component.button.GeneratedVaadinButton
-
Adds the given components as children of this component at the slot
'suffix'.
- addToSuffix(Component...) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
-
Adds the given components as children of this component at the slot
'suffix'.
- addToSuffix(Component...) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
-
Adds the given components as children of this component at the slot
'suffix'.
- addToTextarea(Component...) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
-
Adds the given components as children of this component at the slot
'textarea'.
- addUI(UI) - Method in class com.vaadin.flow.server.VaadinSession
-
Adds an initialized UI to this session.
- addUIInitListener(UIInitListener) - Method in class com.vaadin.flow.server.VaadinService
-
Adds a listener that gets notified when a new UI has been initialized.
- addUnit(TimeUnitMultiples) - Method in class com.vaadin.flow.component.charts.model.Axis
-
Adds unit to the units array
- addUnit(TimeUnitMultiples) - Method in class com.vaadin.flow.component.charts.model.DataGrouping
-
Adds unit to the units array
- addUnit(TimeUnitMultiples) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
Adds unit to the units array
- addUnit(TimeUnitMultiples) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
Adds unit to the units array
- addUnit(TimeUnitMultiples) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
Adds unit to the units array
- addUploadAbortListener(ComponentEventListener<GeneratedVaadinUpload.UploadAbortEvent<R>>) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
-
Adds a listener for upload-abort
events fired by the
webcomponent.
- addUploadBeforeListener(ComponentEventListener<GeneratedVaadinUpload.UploadBeforeEvent<R>>) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
-
Adds a listener for upload-before
events fired by the
webcomponent.
- addUploadErrorListener(ComponentEventListener<GeneratedVaadinUpload.UploadErrorEvent<R>>) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
-
Adds a listener for upload-error
events fired by the
webcomponent.
- addUploadProgressListener(ComponentEventListener<GeneratedVaadinUpload.UploadProgressEvent<R>>) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
-
Adds a listener for upload-progress
events fired by the
webcomponent.
- addUploadRequestListener(ComponentEventListener<GeneratedVaadinUpload.UploadRequestEvent<R>>) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
-
Adds a listener for upload-request
events fired by the
webcomponent.
- addUploadResponseListener(ComponentEventListener<GeneratedVaadinUpload.UploadResponseEvent<R>>) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
-
Adds a listener for upload-response
events fired by the
webcomponent.
- addUploadRetryListener(ComponentEventListener<GeneratedVaadinUpload.UploadRetryEvent<R>>) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
-
Adds a listener for upload-retry
events fired by the
webcomponent.
- addUploadStartListener(ComponentEventListener<GeneratedVaadinUpload.UploadStartEvent<R>>) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
-
Adds a listener for upload-start
events fired by the
webcomponent.
- addUploadSuccessListener(ComponentEventListener<GeneratedVaadinUpload.UploadSuccessEvent<R>>) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
-
Adds a listener for upload-success
events fired by the
webcomponent.
- addValueChangeListener(HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<S, T>>) - Method in class com.vaadin.flow.component.AbstractCompositeField
-
- addValueChangeListener(HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<C, T>>) - Method in class com.vaadin.flow.component.AbstractField
-
- addValueChangeListener(HasValue.ValueChangeListener<? super E>) - Method in interface com.vaadin.flow.component.HasValue
-
Adds a value change listener.
- addValueChangeListener(HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<C, T>>) - Method in class com.vaadin.flow.component.internal.AbstractFieldSupport
-
- addValueChangeListener(HasValue.ValueChangeListener<? super HasValue.ValueChangeEvent<?>>) - Method in class com.vaadin.flow.data.binder.Binder
-
Adds field value change listener to all the fields in the binder.
- addValueChangeListener(HasValue.ValueChangeListener<? super HasValue.ValueChangeEvent<V>>) - Method in class com.vaadin.flow.data.binder.ReadOnlyHasValue
-
- addValueProvider(String, ValueProvider<T, ?>) - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a ValueProvider to this Grid that is not tied to a Column.
- addXAxesExtremesSetListener(ComponentEventListener<XAxesExtremesSetEvent>) - Method in class com.vaadin.flow.component.charts.Chart
-
Adds a x axes extremes set listener, which will be notified when an x
axis extremes are set
- addxAxis(XAxis) - Method in class com.vaadin.flow.component.charts.model.Configuration
-
Adds an X-axis to the configuration
- addYAxesExtremesSetListener(ComponentEventListener<YAxesExtremesSetEvent>) - Method in class com.vaadin.flow.component.charts.Chart
-
Adds a y axes extremes set listener, which will be notified when an y
axis extremes are set
- addyAxis(YAxis) - Method in class com.vaadin.flow.component.charts.model.Configuration
-
Adds a Y-axis.
- addzAxis(ZAxis) - Method in class com.vaadin.flow.component.charts.model.Configuration
-
Adds a Z-axis.
- addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
Adds zone to the zones array
- addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
-
Adds zone to the zones array
- addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
Adds zone to the zones array
- addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
Adds zone to the zones array
- addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
Adds zone to the zones array
- addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
Adds zone to the zones array
- addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
Adds zone to the zones array
- addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
Adds zone to the zones array
- addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
Adds zone to the zones array
- addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
Adds zone to the zones array
- addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
Adds zone to the zones array
- addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
Adds zone to the zones array
- addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
Adds zone to the zones array
- addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
Adds zone to the zones array
- addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
Adds zone to the zones array
- addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
-
Adds zone to the zones array
- addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
-
Adds zone to the zones array
- addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
Adds zone to the zones array
- addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
Adds zone to the zones array
- addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
-
Adds zone to the zones array
- addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
Adds zone to the zones array
- addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
-
Adds zone to the zones array
- addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
Adds zone to the zones array
- addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
Adds zone to the zones array
- addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
Adds zone to the zones array
- addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
-
Adds zone to the zones array
- addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
Adds zone to the zones array
- addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
Adds zone to the zones array
- addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
-
Adds zone to the zones array
- afterNavigation() - Method in class com.vaadin.flow.component.applayout.AppLayout
-
Called after a navigation event.
- afterNavigation(AfterNavigationEvent) - Method in interface com.vaadin.flow.router.internal.AfterNavigationHandler
-
Callback executed after navigation has been executed.
- afterNavigation(AfterNavigationEvent) - Method in class com.vaadin.flow.router.RouterLink
-
- AfterNavigationEvent - Class in com.vaadin.flow.router
-
Event created after navigation completed.
- AfterNavigationEvent(LocationChangeEvent) - Constructor for class com.vaadin.flow.router.AfterNavigationEvent
-
Construct event from a NavigationEvent.
- AfterNavigationHandler - Interface in com.vaadin.flow.router.internal
-
- AfterNavigationListener - Interface in com.vaadin.flow.router
-
- AfterNavigationObserver - Interface in com.vaadin.flow.router
-
Any attached component implementing this interface will receive an event
after all navigation tasks have resolved.
- AGAIN - Static variable in interface com.vaadin.flow.component.Key
-
The Again
key.
- ALICEBLUE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
-
- ALL_CANDIDATES - Static variable in interface com.vaadin.flow.component.Key
-
The All Candidates
key, which starts multi-candidate mode,
in which multiple candidates are displayed for the ongoing input.
- AllFinishedEvent - Class in com.vaadin.flow.component.upload
-
AllFinishedEvent is sent when the upload has processed all the files in its
upload queue, regardless of whether all the receptions were successful or
not.
- AllFinishedEvent(Upload) - Constructor for class com.vaadin.flow.component.upload.AllFinishedEvent
-
Create an instance of the event.
- allowBrowserDefault() - Method in class com.vaadin.flow.component.ShortcutRegistration
-
Allows the default keyboard event handling when the shortcut is invoked.
- AllowClientUpdates - Annotation Type in com.vaadin.flow.templatemodel
-
Defines the access control setting for a model property.
- AllowClientUpdates.Container - Annotation Type in com.vaadin.flow.templatemodel
-
- allowEventPropagation() - Method in class com.vaadin.flow.component.ShortcutRegistration
-
Allow the event to propagate upwards in the DOM tree, when the shortcut
is invoked.
- allowsChanges() - Method in class com.vaadin.flow.internal.nodefeature.ElementData
-
- allowsChanges() - Method in class com.vaadin.flow.internal.nodefeature.NodeFeature
-
Returns true
if the underlying node may report its changes.
- ALPHANUMERIC - Static variable in interface com.vaadin.flow.component.Key
-
The Alphanumeric
key.
- ALT - Static variable in interface com.vaadin.flow.component.Key
-
The Alt
(Alternative) key.
- ALT_GRAPH - Static variable in interface com.vaadin.flow.component.Key
-
The AltGr
or AltGraph
(Alternate Graphics) key.
- ALT_LEFT - Static variable in interface com.vaadin.flow.component.Key
-
Alt
, Option
or ?
.
- ALT_RIGHT - Static variable in interface com.vaadin.flow.component.Key
-
Alt
, Option
or ?
.This is labelled
AltGr
key on many keyboard layouts.
- always() - Static method in class com.vaadin.flow.router.HighlightConditions
-
Always highlight.
- ALWAYS_TRUE_FILTER - Static variable in class com.vaadin.flow.internal.nodefeature.ElementListenerMap
-
Dummy filter string that always passes.
- ALWAYS_USE_XHR_TO_SERVER - Static variable in class com.vaadin.flow.internal.nodefeature.PushConfigurationMap
-
- alwaysPass() - Static method in interface com.vaadin.flow.data.binder.Validator
-
Returns a validator that passes any value.
- AmbiguousRouteConfigurationException - Exception in com.vaadin.flow.server
-
Exception indicating that the application's routes already has the navigation
target with the given path.
- AmbiguousRouteConfigurationException(String, Class<? extends Component>) - Constructor for exception com.vaadin.flow.server.AmbiguousRouteConfigurationException
-
Constructs a new invalid route configuration exception with the specified
detail message and the existing navigation target component which already
presents in the configuration with the route path.
- Anchor - Class in com.vaadin.flow.component.html
-
Component representing an <a>
element.
- Anchor() - Constructor for class com.vaadin.flow.component.html.Anchor
-
Creates a new empty anchor component.
- Anchor(String, String) - Constructor for class com.vaadin.flow.component.html.Anchor
-
Creates an anchor component with the given text content and href.
- Anchor(String, String, AnchorTarget) - Constructor for class com.vaadin.flow.component.html.Anchor
-
Creates an anchor component with the given target, text content and href.
- Anchor(AbstractStreamResource, String) - Constructor for class com.vaadin.flow.component.html.Anchor
-
Creates an anchor component with the given text content and stream
resource.
- Anchor(String, Component...) - Constructor for class com.vaadin.flow.component.html.Anchor
-
Creates an anchor component with the given href and components as
children of this component.
- AnchorTarget - Enum in com.vaadin.flow.component.html
-
Enum representing target
attribute values for an
<a>
element.
- AnchorTargetValue - Interface in com.vaadin.flow.component.html
-
Represents target
attribute values for an <a>
element.
- and(Predicate<? super T>) - Method in interface com.vaadin.flow.function.SerializablePredicate
-
- AnnotationReader - Class in com.vaadin.flow.internal
-
Helper class for reading annotation data.
- AnnotationValidator - Class in com.vaadin.flow.server.startup
-
Validation class that is run during servlet container initialization which
checks that specific annotations are not configured wrong.
- AnnotationValidator() - Constructor for class com.vaadin.flow.server.startup.AnnotationValidator
-
- ANTIQUEWHITE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
-
- APP_SWITCH - Static variable in interface com.vaadin.flow.component.Key
-
Presents a list of recently-used applications which lets the user change
apps quickly.
- APP_THEME_PATTERN - Static variable in class com.vaadin.flow.server.StaticFileServer
-
- APP_WC_MODE - Static variable in class com.vaadin.flow.shared.ApplicationConstants
-
Whether the application is run in as a exported Web Component.
- append(StateNode, String, String) - Method in class com.vaadin.flow.internal.nodefeature.VirtualChildrenList
-
Appends an item supplied with payload data as last in the list.
- append(StateNode, String, JsonValue) - Method in class com.vaadin.flow.internal.nodefeature.VirtualChildrenList
-
Appends an item supplied with payload data as last in the list.
- append(StateNode, String) - Method in class com.vaadin.flow.internal.nodefeature.VirtualChildrenList
-
Appends an item supplied with payload type as last in the list.
- append(Reader) - Method in class com.vaadin.flow.server.communication.AtmospherePushConnection.FragmentedMessage
-
Appends all the data from the given Reader to this message and
returns whether the message was completed.
- appendChild(Element...) - Method in class com.vaadin.flow.dom.Node
-
Adds the given children as the last children of this element.
- appendFooterRow() - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a new footer row to the bottom of the existing footer rows.
- appendHeaderRow() - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a new header row to the bottom of the existing header rows.
- appendVirtualChild(StateNode, Element, String, String) - Method in interface com.vaadin.flow.dom.ElementStateProvider
-
Append the given element as a virtual child.
- appendVirtualChild(StateNode, Element, String, String) - Method in class com.vaadin.flow.dom.impl.AbstractNodeStateProvider
-
- appendVirtualChild(StateNode, Element, String, String) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
-
- appendVirtualChild(Element...) - Method in class com.vaadin.flow.dom.Node
-
Appends the given children as the virtual children of the element.
- AppLayout - Class in com.vaadin.flow.component.applayout
-
Server-side component for the <vaadin-app-layout>
element.
- AppLayout() - Constructor for class com.vaadin.flow.component.applayout.AppLayout
-
- AppLayout.Section - Enum in com.vaadin.flow.component.applayout
-
Sections in the component that can be used as primary.
- APPLICATION_META_INF_RESOURCES - Static variable in class com.vaadin.flow.server.frontend.TaskUpdateThemeImport
-
- APPLICATION_STATIC_RESOURCES - Static variable in class com.vaadin.flow.server.frontend.TaskUpdateThemeImport
-
- APPLICATION_THEME_ROOT - Static variable in class com.vaadin.flow.server.Constants
-
The name of the application theme root folder.
- ApplicationConstants - Class in com.vaadin.flow.shared
-
A utility class providing static constants.
- ApplicationConstants() - Constructor for class com.vaadin.flow.shared.ApplicationConstants
-
- ApplicationRouteRegistry - Class in com.vaadin.flow.server.startup
-
Registry for holding navigation target components found on servlet
initialization.
- ApplicationRouteRegistry() - Constructor for class com.vaadin.flow.server.startup.ApplicationRouteRegistry
-
Creates a new uninitialized route registry.
- ApplicationRouteRegistry.ApplicationRouteRegistryWrapper - Class in com.vaadin.flow.server.startup
-
RouteRegistry wrapper class for storing the ApplicationRouteRegistry.
- ApplicationRouteRegistryWrapper(ApplicationRouteRegistry) - Constructor for class com.vaadin.flow.server.startup.ApplicationRouteRegistry.ApplicationRouteRegistryWrapper
-
Create a application route registry wrapper.
- applicationToModel(Object, PropertyFilter) - Method in class com.vaadin.flow.templatemodel.BasicComplexModelType
-
- applicationToModel(Object, PropertyFilter) - Method in class com.vaadin.flow.templatemodel.BasicModelType
-
- applicationToModel(Object, PropertyFilter) - Method in class com.vaadin.flow.templatemodel.BeanModelType
-
- applicationToModel(Object, PropertyFilter) - Method in interface com.vaadin.flow.templatemodel.ComplexModelType
-
- applicationToModel(Object, PropertyFilter) - Method in class com.vaadin.flow.templatemodel.ConvertedModelType
-
- applicationToModel(Object, PropertyFilter) - Method in class com.vaadin.flow.templatemodel.ListModelType
-
- applicationToModel(Object, PropertyFilter) - Method in interface com.vaadin.flow.templatemodel.ModelType
-
Creates a model value representation of the provided application value.
- apply(SortDirection) - Method in interface com.vaadin.flow.component.grid.SortOrderProvider
-
Generates the sort orders when rows are sorted by a column.
- apply(T) - Method in interface com.vaadin.flow.component.ItemLabelGenerator
-
Gets a caption for the item
.
- apply(Field, String, String) - Method in interface com.vaadin.flow.component.polymertemplate.TemplateDataAnalyzer.InjectableFieldCunsumer
-
Performs this operation on the given arguments.
- apply(ValueContext) - Method in interface com.vaadin.flow.data.binder.ErrorMessageProvider
-
Returns a generated error message for given ValueContext
.
- apply(T, ValueContext) - Method in interface com.vaadin.flow.data.binder.Validator
-
Validates the given value.
- apply(Object, ValueContext) - Method in class com.vaadin.flow.data.validator.BeanValidator
-
Validates the given value as if it were the value of the bean property
configured for this validator.
- apply(T, ValueContext) - Method in class com.vaadin.flow.data.validator.RangeValidator
-
Returns Result.ok
if the value is within the specified bounds,
Result.error
otherwise.
- apply(String, ValueContext) - Method in class com.vaadin.flow.data.validator.RegexpValidator
-
- apply(String, ValueContext) - Method in class com.vaadin.flow.data.validator.StringLengthValidator
-
- apply(SOURCE) - Method in interface com.vaadin.flow.function.ValueProvider
-
Provides a value from the given source object.
- apply(WebComponentExporterFactory<? extends Component>) - Method in class com.vaadin.flow.server.webcomponent.WebComponentExporterTagExtractor
-
- applyChangeTimeout(ValueChangeMode, int, DomListenerRegistration) - Static method in enum com.vaadin.flow.data.value.ValueChangeMode
-
Applies the value change timeout of the given mode on the registration
of the DOM event listener that synchronizes.
- AQUA - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
-
- AQUAMARINE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
-
- ArchiveExtractionException - Exception in com.vaadin.flow.server.frontend.installer
-
Exception indicating a failure during extraction of an archive file.
- ArchiveExtractionException(String) - Constructor for exception com.vaadin.flow.server.frontend.installer.ArchiveExtractionException
-
Exception with message.
- ArchiveExtractionException(String, Throwable) - Constructor for exception com.vaadin.flow.server.frontend.installer.ArchiveExtractionException
-
Exceptioon with message and cause.
- AREA - Static variable in class com.vaadin.flow.component.charts.model.ChartType
-
- AreaOptions - Class in com.vaadin.flow.component.charts.model
-
- AreaOptions() - Constructor for class com.vaadin.flow.component.charts.model.AreaOptions
-
- AREARANGE - Static variable in class com.vaadin.flow.component.charts.model.ChartType
-
- AREASPLINE - Static variable in class com.vaadin.flow.component.charts.model.ChartType
-
- AREASPLINERANGE - Static variable in class com.vaadin.flow.component.charts.model.ChartType
-
- areWebJarsEnabled() - Method in interface com.vaadin.flow.function.DeploymentConfiguration
-
Determines if webJars mechanism is enabled.
- ARRAY_TYPE - Static variable in class com.vaadin.flow.internal.JsonCodec
-
Type id for a complex type array containing a JsonArray
.
- ArrayUpdater - Interface in com.vaadin.flow.data.provider
-
Array update strategy aware class.
- ArrayUpdater.Update - Interface in com.vaadin.flow.data.provider
-
Array updater strategy.
- ARROW_DOWN - Static variable in interface com.vaadin.flow.component.Key
-
The down arrow key (?
).
- ARROW_LEFT - Static variable in interface com.vaadin.flow.component.Key
-
The left arrow key (?
).
- ARROW_RIGHT - Static variable in interface com.vaadin.flow.component.Key
-
The right arrow key (?
).
- ARROW_UP - Static variable in interface com.vaadin.flow.component.Key
-
The up arrow key (?
).
- Article - Class in com.vaadin.flow.component.html
-
Component representing a <article>
element.
- Article() - Constructor for class com.vaadin.flow.component.html.Article
-
Creates a new empty article.
- Article(Component...) - Constructor for class com.vaadin.flow.component.html.Article
-
Creates a new article with the given child components.
- ARTICLE - Static variable in annotation type com.vaadin.flow.component.Tag
-
Tag for an <article>
.
- as(Class<T>) - Method in class com.vaadin.flow.dom.Element
-
Creates a new component instance using this element.
- asArray() - Static method in class com.vaadin.flow.internal.JsonUtils
-
Creates a collector that collects values into a JSON array.
- asArraySerializer() - Method in class com.vaadin.flow.component.charts.model.serializers.BeanSerializerDelegator
-
- asc(Grid.Column<T>) - Static method in class com.vaadin.flow.component.grid.GridSortOrder
-
Creates a new grid sort builder with given sorting using ascending sort
direction.
- asc(String) - Static method in class com.vaadin.flow.data.provider.QuerySortOrder
-
Creates a new query sort builder with given sorting using ascending sort
direction.
- asElement() - Method in class com.vaadin.flow.server.PwaIcon
-
Gets an Element
presentation of the icon.
- asHtml() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor
-
Gets an instance of HasValue
for binding the html value of the
editor with Binder
.
- Aside - Class in com.vaadin.flow.component.html
-
Component representing a <aside>
element.
- Aside() - Constructor for class com.vaadin.flow.component.html.Aside
-
Creates a new empty aside.
- Aside(Component...) - Constructor for class com.vaadin.flow.component.html.Aside
-
Creates a new aside with the given child components.
- ASIDE - Static variable in annotation type com.vaadin.flow.component.Tag
-
Tag for an <aside>
.
- asMultiSelect() - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
-
- asMultiSelect() - Method in class com.vaadin.flow.component.grid.Grid
-
Use this grid as a multiselect in
Binder
.
- asMultiSelect() - Method in interface com.vaadin.flow.component.grid.GridMultiSelectionModel
-
Gets a wrapper to use this multiselection model as a multiselect in
Binder
.
- asRequired(String) - Method in interface com.vaadin.flow.data.binder.Binder.BindingBuilder
-
Sets the field to be required.
- asRequired() - Method in interface com.vaadin.flow.data.binder.Binder.BindingBuilder
-
Sets the field to be required.
- asRequired(ErrorMessageProvider) - Method in interface com.vaadin.flow.data.binder.Binder.BindingBuilder
-
Sets the field to be required.
- asRequired(Validator<TARGET>) - Method in interface com.vaadin.flow.data.binder.Binder.BindingBuilder
-
Sets the field to be required and delegates the required check to a
custom validator.
- asRequired(ErrorMessageProvider) - Method in class com.vaadin.flow.data.binder.Binder.BindingBuilderImpl
-
- asRequired(Validator<TARGET>) - Method in class com.vaadin.flow.data.binder.Binder.BindingBuilderImpl
-
- asSingleSelect() - Method in class com.vaadin.flow.component.grid.AbstractGridSingleSelectionModel
-
- asSingleSelect() - Method in class com.vaadin.flow.component.grid.Grid
-
Use this grid as a single select in
Binder
.
- asSingleSelect() - Method in interface com.vaadin.flow.component.grid.GridSingleSelectionModel
-
Gets a wrapper to use this single selection model as a single select in
Binder
.
- ATMOSPHERE_MISSING_ERROR - Static variable in class com.vaadin.flow.server.VaadinService
-
- AtmospherePushConnection - Class in com.vaadin.flow.server.communication
-
A
PushConnection
implementation using the Atmosphere push support
that is by default included in Vaadin.
- AtmospherePushConnection(UI) - Constructor for class com.vaadin.flow.server.communication.AtmospherePushConnection
-
Creates an instance connected to the given UI.
- AtmospherePushConnection.FragmentedMessage - Class in com.vaadin.flow.server.communication
-
Represents a message that can arrive as multiple fragments.
- AtmospherePushConnection.State - Enum in com.vaadin.flow.server.communication
-
- ATTACH_EXISTING_ELEMENT - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
-
- AttachEvent - Class in com.vaadin.flow.component
-
Event fired after a
Component
is attached to the UI.
- AttachEvent(Component, boolean) - Constructor for class com.vaadin.flow.component.AttachEvent
-
Creates a new attach event with the given component as source.
- attachExistingElement(StateNode, String, Element, ChildElementConsumer) - Method in interface com.vaadin.flow.dom.ElementStateProvider
-
Attaches a child element with the given tagName
which is the next
sibling for the previousSibling
.
- attachExistingElement(StateNode, String, Element, ChildElementConsumer) - Method in class com.vaadin.flow.dom.impl.AbstractNodeStateProvider
-
- attachExistingElement(StateNode, String, Element, ChildElementConsumer) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
-
- AttachExistingElementFeature - Class in com.vaadin.flow.internal.nodefeature
-
Temporary storage of data required to handle existing element attachment
callback from the client side.
- AttachExistingElementFeature(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.AttachExistingElementFeature
-
Creates a new instance for the given node.
- AttachExistingElementRpcHandler - Class in com.vaadin.flow.server.communication.rpc
-
RPC handler for a client-side response on attach existing element request.
- AttachExistingElementRpcHandler() - Constructor for class com.vaadin.flow.server.communication.rpc.AttachExistingElementRpcHandler
-
- AttachNotifier - Interface in com.vaadin.flow.component
-
Mixin interface for components that support adding attach listeners.
- attachPotentialChild(Object) - Method in class com.vaadin.flow.internal.nodefeature.NodeFeature
-
- attachShadow() - Method in class com.vaadin.flow.dom.Element
-
Attaches shadow root node.
- attachShadow(StateNode) - Method in interface com.vaadin.flow.dom.ElementStateProvider
-
Attaches the shadow root for the node
.
- attachShadow(StateNode) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
-
- attachShadow(StateNode) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
-
- attachShadow(StateNode) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
-
- AttachTemplateChildRpcHandler - Class in com.vaadin.flow.server.communication.rpc
-
RPC handler for a client-side response on attach existing element by id
request.
- AttachTemplateChildRpcHandler() - Constructor for class com.vaadin.flow.server.communication.rpc.AttachTemplateChildRpcHandler
-
- ATTN - Static variable in interface com.vaadin.flow.component.Key
-
The Attn
(Attention) key.
- attributes() - Method in class com.vaadin.flow.internal.nodefeature.ElementAttributeMap
-
Gets the attribute names.
- Attributes - Class in com.vaadin.flow.server
-
The
Attributes
class represents a set of attributes.
- Attributes() - Constructor for class com.vaadin.flow.server.Attributes
-
- attributeWithDefault(String, String) - Static method in class com.vaadin.flow.component.PropertyDescriptors
-
Creates a descriptor for an attribute of the component's root element
with a non-null default value.
- attributeWithDefault(String, String, boolean) - Static method in class com.vaadin.flow.component.PropertyDescriptors
-
Creates a descriptor for an attribute of the component's root element
with a non-null default value.
- AUDIO_BALANCE_LEFT - Static variable in interface com.vaadin.flow.component.Key
-
Adjusts audio balance toward the left.
- AUDIO_BALANCE_RIGHT - Static variable in interface com.vaadin.flow.component.Key
-
Adjusts audio balance toward the right.
- AUDIO_BASS_BOOST_DOWN - Static variable in interface com.vaadin.flow.component.Key
-
Reduces bass boosting or cycles downward through bass boost modes or
states.
- AUDIO_BASS_BOOST_TOGGLE - Static variable in interface com.vaadin.flow.component.Key
-
Toggles bass boosting on and off.
- AUDIO_BASS_BOOST_UP - Static variable in interface com.vaadin.flow.component.Key
-
Increases the amount of bass boosting, or cycles upward through a set of
bass boost modes or states.
- AUDIO_BASS_DOWN - Static variable in interface com.vaadin.flow.component.Key
-
Decreases the amount of bass.
- AUDIO_BASS_UP - Static variable in interface com.vaadin.flow.component.Key
-
Increases the amount of bass.
- AUDIO_FADER_FRONT - Static variable in interface com.vaadin.flow.component.Key
-
Adjusts the audio fader toward the front.
- AUDIO_FADER_REAR - Static variable in interface com.vaadin.flow.component.Key
-
Adjusts the audio fader toward the rear.
- AUDIO_SURROUND_MODE_NEXT - Static variable in interface com.vaadin.flow.component.Key
-
Selects the next available surround sound mode.
- AUDIO_TREBLE_DOWN - Static variable in interface com.vaadin.flow.component.Key
-
Decreases the amount of treble.
- AUDIO_TREBLE_UP - Static variable in interface com.vaadin.flow.component.Key
-
Increases the amount of treble.
- AUDIO_VOLUME_DOWN - Static variable in interface com.vaadin.flow.component.Key
-
Decreases the audio volume.
- AUDIO_VOLUME_MUTE - Static variable in interface com.vaadin.flow.component.Key
-
Mutes the audio.
- AUDIO_VOLUME_UP - Static variable in interface com.vaadin.flow.component.Key
-
Increases the audio volume.
- Autocapitalize - Enum in com.vaadin.flow.component.textfield
-
Capitalization options for the autocapitalize
attribute.
- AUTOCAPITALIZE_ATTRIBUTE - Static variable in interface com.vaadin.flow.component.textfield.HasAutocapitalize
-
Name of @{code autocapitalize} attribute.
- Autocomplete - Enum in com.vaadin.flow.component.textfield
-
Values for the autocomplete
attribute.
- AUTOCOMPLETE_ATTRIBUTE - Static variable in interface com.vaadin.flow.component.textfield.HasAutocomplete
-
Name of @{code autocomplete} attribute.
- AUTOCORRECT_ATTRIBUTE - Static variable in interface com.vaadin.flow.component.textfield.HasAutocorrect
-
Name of autocorrect
attribute.
- Avatar - Class in com.vaadin.flow.component.avatar
-
Server-side component for the vaadin-avatar
element.
- Avatar() - Constructor for class com.vaadin.flow.component.avatar.Avatar
-
Creates a new empty avatar.
- Avatar(String) - Constructor for class com.vaadin.flow.component.avatar.Avatar
-
Creates a new avatar with the provided name.
- Avatar(String, String) - Constructor for class com.vaadin.flow.component.avatar.Avatar
-
Creates a new avatar with the provided name and url.
- Avatar.AvatarI18n - Class in com.vaadin.flow.component.avatar
-
- AvatarGroup - Class in com.vaadin.flow.component.avatar
-
Server-side component for the vaadin-avatar-group
element.
- AvatarGroup() - Constructor for class com.vaadin.flow.component.avatar.AvatarGroup
-
Creates an empty avatar group component.
- AvatarGroup(Collection<AvatarGroup.AvatarGroupItem>) - Constructor for class com.vaadin.flow.component.avatar.AvatarGroup
-
Creates an avatar group with the provided items to be displayed as
avatars.
- AvatarGroup(AvatarGroup.AvatarGroupItem...) - Constructor for class com.vaadin.flow.component.avatar.AvatarGroup
-
Creates an avatar group with the provided items to be displayed as
avatars.
- AvatarGroup.AvatarGroupI18n - Class in com.vaadin.flow.component.avatar
-
- AvatarGroup.AvatarGroupItem - Class in com.vaadin.flow.component.avatar
-
Item to be set as an avatar for the avatar group.
- AvatarGroupI18n() - Constructor for class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupI18n
-
- AvatarGroupItem() - Constructor for class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupItem
-
Creates a new empty avatar group item.
- AvatarGroupItem(String) - Constructor for class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupItem
-
Creates a new avatar group item with the provided name.
- AvatarGroupItem(String, String) - Constructor for class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupItem
-
Creates a new avatar group item with the provided name and url.
- AvatarGroupVariant - Enum in com.vaadin.flow.component.avatar
-
Set of theme variants applicable for vaadin-avatar-group
component.
- AvatarI18n() - Constructor for class com.vaadin.flow.component.avatar.Avatar.AvatarI18n
-
- AvatarVariant - Enum in com.vaadin.flow.component.avatar
-
Set of theme variants applicable for vaadin-avatar
component.
- AVR_INPUT - Static variable in interface com.vaadin.flow.component.Key
-
Changes the input mode on an external audio/video receiver (AVR) unit.
- AVR_POWER - Static variable in interface com.vaadin.flow.component.Key
-
Toggles the power on an external AVR unit.
- Axis - Class in com.vaadin.flow.component.charts.model
-
- Axis() - Constructor for class com.vaadin.flow.component.charts.model.Axis
-
- AXIS_LABEL_POSITION_AUTO - Static variable in class com.vaadin.flow.component.charts.model.Options3d
-
- AxisDimension - Enum in com.vaadin.flow.component.charts.model
-
Possible axis dimensions with their indexes in client-side
- AxisList<T extends Axis> - Class in com.vaadin.flow.component.charts.model
-
Alternative AxisContainer to allow multiple axes
- AxisList() - Constructor for class com.vaadin.flow.component.charts.model.AxisList
-
- AxisListSerializer - Class in com.vaadin.flow.component.charts.model.serializers
-
- AxisListSerializer() - Constructor for class com.vaadin.flow.component.charts.model.serializers.AxisListSerializer
-
- axisRescaled(AxisRescaledEvent) - Method in interface com.vaadin.flow.component.charts.events.internal.ConfigurationChangeListener
-
An axis has been rescaled.
- AxisRescaledEvent - Class in com.vaadin.flow.component.charts.events.internal
-
Event for information about rescaling the axis.
- AxisRescaledEvent(int, int, Number, Number, boolean, boolean) - Constructor for class com.vaadin.flow.component.charts.events.internal.AxisRescaledEvent
-
Constructs the event.
- AxisRescaledEvent(int, int, Number, Number, boolean) - Constructor for class com.vaadin.flow.component.charts.events.internal.AxisRescaledEvent
-
Constructs the event with animated transition.
- AxisRescaledEvent(int, int, Number, Number) - Constructor for class com.vaadin.flow.component.charts.events.internal.AxisRescaledEvent
-
Constructs the event with animated transition, redraws the chart.
- AxisTitle - Class in com.vaadin.flow.component.charts.model
-
The axis title, showing next to the axis line.
- AxisTitle() - Constructor for class com.vaadin.flow.component.charts.model.AxisTitle
-
- AxisTitle(String) - Constructor for class com.vaadin.flow.component.charts.model.AxisTitle
-
- AxisTitleBeanSerializer - Class in com.vaadin.flow.component.charts.model.serializers
-
- AxisTitleBeanSerializer() - Constructor for class com.vaadin.flow.component.charts.model.serializers.AxisTitleBeanSerializer
-
- AxisType - Enum in com.vaadin.flow.component.charts.model
-
Enum representing different axis types.
- AZURE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
-
- Back - Class in com.vaadin.flow.component.charts.model
-
Defines the back panel of the frame around 3D charts.
- Back() - Constructor for class com.vaadin.flow.component.charts.model.Back
-
- back() - Method in class com.vaadin.flow.component.page.History
-
Navigates back.
- BackEndDataProvider<T,F> - Interface in com.vaadin.flow.data.provider
-
A data provider that lazy loads items from a back end.
- BackEndHierarchicalDataProvider<T,F> - Interface in com.vaadin.flow.data.provider.hierarchy
-
A data provider that lazy loads items from a back end containing hierarchical
data.
- Background - Class in com.vaadin.flow.component.charts.model
-
An object, or array of objects, for backgrounds.
- Background() - Constructor for class com.vaadin.flow.component.charts.model.Background
-
- BackgroundShape - Enum in com.vaadin.flow.component.charts.model
-
The shape of the pane background.
- BACKQUOTE - Static variable in interface com.vaadin.flow.component.Key
-
`~
on a US keyboard.
- BACKSLASH - Static variable in interface com.vaadin.flow.component.Key
-
Used for both the US \|
(on the 101-key layout) and also for
the keylocated between the "
and Enter
keys on
row C of the 102-, 104- and 106-key layouts.
- BACKSPACE - Static variable in interface com.vaadin.flow.component.Key
-
Backspace
or ?
.
- BAR - Static variable in class com.vaadin.flow.component.charts.model.ChartType
-
- BASE_PROTOCOL_PREFIX - Static variable in class com.vaadin.flow.shared.ApplicationConstants
-
Protocol used for referencing resources relative the base URI of the
loaded page.
- BASIC_TYPE_VALUE - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
-
- BasicComplexModelType<T> - Class in com.vaadin.flow.templatemodel
-
A model type representing an immutable leaf value (e.g.
- BasicElementStateProvider - Class in com.vaadin.flow.dom.impl
-
Implementation which stores data for basic elements, i.e.
- BasicElementStyle - Class in com.vaadin.flow.dom.impl
-
- BasicElementStyle(ElementStylePropertyMap) - Constructor for class com.vaadin.flow.dom.impl.BasicElementStyle
-
Creates an instance connected to the given map.
- BasicModelType - Class in com.vaadin.flow.templatemodel
-
A model type representing an immutable leaf value, e.g.
- BasicRenderer<SOURCE,TARGET> - Class in com.vaadin.flow.data.renderer
-
- BasicRenderer(ValueProvider<SOURCE, TARGET>) - Constructor for class com.vaadin.flow.data.renderer.BasicRenderer
-
Builds a new template renderer using the value provider as the source of
values to be rendered.
- BasicTextElementStateProvider - Class in com.vaadin.flow.dom.impl
-
Handles storing and retrieval of the state information for a text node using
a state node.
- BasicTypeValue - Class in com.vaadin.flow.internal.nodefeature
-
The feature contains a value of the basic type.
- BasicTypeValue(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.BasicTypeValue
-
Creates a new value map for the given node.
- BeanDataGenerator<T> - Class in com.vaadin.flow.data.provider
-
A
DataGenerator
that sends all the fields of the objects in the model
to the client, using the field names as property names.
- BeanDataGenerator() - Constructor for class com.vaadin.flow.data.provider.BeanDataGenerator
-
- BeanModelType<T> - Class in com.vaadin.flow.templatemodel
-
A model type corresponding to a Java bean type.
- BeanModelType(Class<T>, Map<String, BeanModelType.BeanModelTypeProperty>, boolean) - Constructor for class com.vaadin.flow.templatemodel.BeanModelType
-
Creates a new bean model type from the given class and properties.
- BeanModelType(Class<T>, PropertyFilter, boolean) - Constructor for class com.vaadin.flow.templatemodel.BeanModelType
-
Creates a new bean model type with the bean properties of the provided
class that passes the provided property filter.
- BeanPropertySet<T> - Class in com.vaadin.flow.data.binder
-
A
PropertySet
that uses reflection to find bean properties.
- BeanPropertySet.NestedBeanPropertyDefinition<T,V> - Class in com.vaadin.flow.data.binder
-
Contains properties for a bean type which is nested in another
definition.
- BeanSerializationDelegate<T> - Class in com.vaadin.flow.component.charts.model.serializers
-
Abstract class for bean serializers.
- BeanSerializationDelegate() - Constructor for class com.vaadin.flow.component.charts.model.serializers.BeanSerializationDelegate
-
- BeanSerializerDelegator<T> - Class in com.vaadin.flow.component.charts.model.serializers
-
- BeanSerializerDelegator(BeanSerializerBase) - Constructor for class com.vaadin.flow.component.charts.model.serializers.BeanSerializerDelegator
-
- BeanSerializerDelegator(BeanSerializerBase, ObjectIdWriter) - Constructor for class com.vaadin.flow.component.charts.model.serializers.BeanSerializerDelegator
-
- BeanSerializerDelegator(BeanSerializerBase, String[]) - Constructor for class com.vaadin.flow.component.charts.model.serializers.BeanSerializerDelegator
-
- BeanSerializerDelegator(BeanSerializerBase, Object) - Constructor for class com.vaadin.flow.component.charts.model.serializers.BeanSerializerDelegator
-
- BeanSerializerDelegator(BeanSerializerBase, BeanSerializationDelegate<T>) - Constructor for class com.vaadin.flow.component.charts.model.serializers.BeanSerializerDelegator
-
- BeanUtil - Class in com.vaadin.flow.internal
-
Utility class for Java Beans information access.
- BeanValidationBinder<BEAN> - Class in com.vaadin.flow.data.binder
-
Binder that uses reflection based on the provided bean type to resolve bean
properties.
- BeanValidationBinder(Class<BEAN>) - Constructor for class com.vaadin.flow.data.binder.BeanValidationBinder
-
Creates a new binder that uses reflection based on the provided bean type
to resolve bean properties.
- BeanValidationBinder(Class<BEAN>, boolean) - Constructor for class com.vaadin.flow.data.binder.BeanValidationBinder
-
Creates a new binder that uses reflection based on the provided bean type
to resolve bean properties.
- BeanValidator - Class in com.vaadin.flow.data.validator
-
A Validator
using the JSR-303 (javax.validation) annotation-based
bean validation mechanism.
- BeanValidator(Class<?>, String) - Constructor for class com.vaadin.flow.data.validator.BeanValidator
-
Creates a new JSR-303 BeanValidator
that validates values of the
specified property.
- beforeClientResponse(Component, SerializableConsumer<ExecutionContext>) - Method in class com.vaadin.flow.component.UI
-
Registers a task to be executed before the response is sent to the
client.
- beforeClientResponse(StateNode, SerializableConsumer<ExecutionContext>) - Method in class com.vaadin.flow.internal.StateTree
-
Registers a task to be executed before the response is sent to the
client.
- beforeEnter(BeforeEnterEvent) - Method in interface com.vaadin.flow.router.internal.BeforeEnterHandler
-
Callback executed before navigation to attaching Component chain is made.
- BeforeEnterEvent - Class in com.vaadin.flow.router
-
Event created before navigation happens.
- BeforeEnterEvent(NavigationEvent, Class<?>) - Constructor for class com.vaadin.flow.router.BeforeEnterEvent
-
- BeforeEnterEvent(NavigationEvent, Class<?>, List<Class<? extends RouterLayout>>) - Constructor for class com.vaadin.flow.router.BeforeEnterEvent
-
Constructs event from a NavigationEvent.
- BeforeEnterEvent(NavigationEvent, Class<?>, RouteParameters, List<Class<? extends RouterLayout>>) - Constructor for class com.vaadin.flow.router.BeforeEnterEvent
-
Constructs event from a NavigationEvent.
- BeforeEnterEvent(Router, NavigationTrigger, Location, Class<?>, UI) - Constructor for class com.vaadin.flow.router.BeforeEnterEvent
-
- BeforeEnterEvent(Router, NavigationTrigger, Location, Class<?>, UI, List<Class<? extends RouterLayout>>) - Constructor for class com.vaadin.flow.router.BeforeEnterEvent
-
Constructs a new BeforeEnterEvent.
- BeforeEnterEvent(Router, NavigationTrigger, Location, Class<?>, RouteParameters, UI, List<Class<? extends RouterLayout>>) - Constructor for class com.vaadin.flow.router.BeforeEnterEvent
-
Constructs a new BeforeEnterEvent.
- BeforeEnterHandler - Interface in com.vaadin.flow.router.internal
-
- BeforeEnterListener - Interface in com.vaadin.flow.router
-
- BeforeEnterObserver - Interface in com.vaadin.flow.router
-
Any attached component implementing this interface will receive an event
before a new navigation state is entered.
- BeforeEvent - Class in com.vaadin.flow.router
-
- BeforeEvent(NavigationEvent, Class<?>) - Constructor for class com.vaadin.flow.router.BeforeEvent
-
- BeforeEvent(NavigationEvent, Class<?>, List<Class<? extends RouterLayout>>) - Constructor for class com.vaadin.flow.router.BeforeEvent
-
Constructs event from a NavigationEvent.
- BeforeEvent(NavigationEvent, Class<?>, RouteParameters, List<Class<? extends RouterLayout>>) - Constructor for class com.vaadin.flow.router.BeforeEvent
-
Constructs event from a NavigationEvent.
- BeforeEvent(Router, NavigationTrigger, Location, Class<?>, UI) - Constructor for class com.vaadin.flow.router.BeforeEvent
-
- BeforeEvent(Router, NavigationTrigger, Location, Class<?>, UI, List<Class<? extends RouterLayout>>) - Constructor for class com.vaadin.flow.router.BeforeEvent
-
Constructs a new BeforeEvent.
- BeforeEvent(Router, NavigationTrigger, Location, Class<?>, RouteParameters, UI, List<Class<? extends RouterLayout>>) - Constructor for class com.vaadin.flow.router.BeforeEvent
-
Constructs a new BeforeEvent.
- beforeLeave(BeforeLeaveEvent) - Method in interface com.vaadin.flow.router.internal.BeforeLeaveHandler
-
Callback executed before navigation to detaching Component chain is made.
- BeforeLeaveEvent - Class in com.vaadin.flow.router
-
Event created before navigation happens.
- BeforeLeaveEvent(NavigationEvent, Class<?>) - Constructor for class com.vaadin.flow.router.BeforeLeaveEvent
-
- BeforeLeaveEvent(NavigationEvent, Class<?>, List<Class<? extends RouterLayout>>) - Constructor for class com.vaadin.flow.router.BeforeLeaveEvent
-
Constructs event from a NavigationEvent.
- BeforeLeaveEvent(NavigationEvent, Class<?>, RouteParameters, List<Class<? extends RouterLayout>>) - Constructor for class com.vaadin.flow.router.BeforeLeaveEvent
-
Constructs event from a NavigationEvent.
- BeforeLeaveEvent(Router, NavigationTrigger, Location, Class<?>, UI) - Constructor for class com.vaadin.flow.router.BeforeLeaveEvent
-
- BeforeLeaveEvent(Router, NavigationTrigger, Location, Class<?>, UI, List<Class<? extends RouterLayout>>) - Constructor for class com.vaadin.flow.router.BeforeLeaveEvent
-
Constructs a new BeforeLeaveEvent.
- BeforeLeaveEvent(Router, NavigationTrigger, Location, Class<?>, RouteParameters, UI, List<Class<? extends RouterLayout>>) - Constructor for class com.vaadin.flow.router.BeforeLeaveEvent
-
Constructs a new BeforeLeaveEvent.
- BeforeLeaveEvent.ContinueNavigationAction - Class in com.vaadin.flow.router
-
- BeforeLeaveHandler - Interface in com.vaadin.flow.router.internal
-
- BeforeLeaveListener - Interface in com.vaadin.flow.router
-
- BeforeLeaveObserver - Interface in com.vaadin.flow.router
-
Any attached component implementing this interface will receive an event
before leaving the current navigation state.
- BEIGE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
-
- between(int, int) - Static method in class com.vaadin.flow.internal.Range
-
Creates a range between two integers.
- BigDecimalField - Class in com.vaadin.flow.component.textfield
-
Server-side component for the vaadin-big-decimal-field
element.
- BigDecimalField() - Constructor for class com.vaadin.flow.component.textfield.BigDecimalField
-
Constructs an empty BigDecimalField
.
- BigDecimalField(String) - Constructor for class com.vaadin.flow.component.textfield.BigDecimalField
-
Constructs an empty BigDecimalField
with the given label.
- BigDecimalField(String, String) - Constructor for class com.vaadin.flow.component.textfield.BigDecimalField
-
Constructs an empty BigDecimalField
with the given label and
placeholder text.
- BigDecimalField(String, BigDecimal, String) - Constructor for class com.vaadin.flow.component.textfield.BigDecimalField
-
Constructs a BigDecimalField
with the given label, an initial
value and placeholder text.
- BigDecimalField(HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<BigDecimalField, BigDecimal>>) - Constructor for class com.vaadin.flow.component.textfield.BigDecimalField
-
Constructs an empty BigDecimalField
with a value change listener.
- BigDecimalField(String, HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<BigDecimalField, BigDecimal>>) - Constructor for class com.vaadin.flow.component.textfield.BigDecimalField
-
Constructs an empty BigDecimalField
with a label and a value
change listener.
- BigDecimalField(String, BigDecimal, HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<BigDecimalField, BigDecimal>>) - Constructor for class com.vaadin.flow.component.textfield.BigDecimalField
-
Constructs an empty BigDecimalField
with a label,a value change
listener and an initial value.
- BigDecimalRangeValidator - Class in com.vaadin.flow.data.validator
-
Validator for validating that an
BigDecimal
is inside a given range.
- BigDecimalRangeValidator(String, BigDecimal, BigDecimal) - Constructor for class com.vaadin.flow.data.validator.BigDecimalRangeValidator
-
Creates a validator for checking that an BigDecimal is within a given
range.
- BigIntegerRangeValidator - Class in com.vaadin.flow.data.validator
-
Validator for validating that an
BigInteger
is inside a given range.
- BigIntegerRangeValidator(String, BigInteger, BigInteger) - Constructor for class com.vaadin.flow.data.validator.BigIntegerRangeValidator
-
Creates a validator for checking that an BigInteger is within a given
range.
- bind(HasValue<?, FIELDVALUE>, ValueProvider<BEAN, FIELDVALUE>, Setter<BEAN, FIELDVALUE>) - Method in class com.vaadin.flow.data.binder.Binder
-
Binds a field to a bean property represented by the given getter and
setter pair.
- bind(HasValue<?, FIELDVALUE>, String) - Method in class com.vaadin.flow.data.binder.Binder
-
Binds the given field to the property with the given name.
- bind(ValueProvider<BEAN, TARGET>, Setter<BEAN, TARGET>) - Method in interface com.vaadin.flow.data.binder.Binder.BindingBuilder
-
Completes this binding using the given getter and setter functions
representing a backing bean property.
- bind(String) - Method in interface com.vaadin.flow.data.binder.Binder.BindingBuilder
-
Completes this binding by connecting the field to the property with
the given name.
- bind(ValueProvider<BEAN, TARGET>, Setter<BEAN, TARGET>) - Method in class com.vaadin.flow.data.binder.Binder.BindingBuilderImpl
-
- bind(String) - Method in class com.vaadin.flow.data.binder.Binder.BindingBuilderImpl
-
- Binder<BEAN> - Class in com.vaadin.flow.data.binder
-
Connects one or more Field
components to properties of a backing data
type such as a bean type.
- Binder(PropertySet<BEAN>) - Constructor for class com.vaadin.flow.data.binder.Binder
-
- Binder(Class<BEAN>) - Constructor for class com.vaadin.flow.data.binder.Binder
-
Creates a new binder that uses reflection based on the provided bean type
to resolve bean properties.
- Binder() - Constructor for class com.vaadin.flow.data.binder.Binder
-
Creates a new binder without support for creating bindings based on
property names.
- Binder(Class<BEAN>, boolean) - Constructor for class com.vaadin.flow.data.binder.Binder
-
Creates a new binder that uses reflection based on the provided bean type
to resolve bean properties.
- Binder.Binding<BEAN,TARGET> - Interface in com.vaadin.flow.data.binder
-
Represents the binding between a field and a data property.
- Binder.BindingBuilder<BEAN,TARGET> - Interface in com.vaadin.flow.data.binder
-
Creates a binding between a field and a data property.
- Binder.BindingBuilderImpl<BEAN,FIELDVALUE,TARGET> - Class in com.vaadin.flow.data.binder
-
An internal implementation of BindingBuilder
.
- Binder.BindingImpl<BEAN,FIELDVALUE,TARGET> - Class in com.vaadin.flow.data.binder
-
An internal implementation of Binding
.
- BinderCrudEditor<E> - Class in com.vaadin.flow.component.crud
-
A CRUD editor that binds editor fields to bean properties using a
Binder
.
- BinderCrudEditor(Binder<E>) - Constructor for class com.vaadin.flow.component.crud.BinderCrudEditor
-
Initializes a BinderCrudEditor with the given binder and no form view
- BinderCrudEditor(Binder<E>, Component) - Constructor for class com.vaadin.flow.component.crud.BinderCrudEditor
-
Initializes a BinderCrudEditor with the given binder and form view
- BinderValidationErrorHandler - Interface in com.vaadin.flow.data.binder
-
- BinderValidationStatus<BEAN> - Class in com.vaadin.flow.data.binder
-
Binder validation status change.
- BinderValidationStatus(Binder<BEAN>, List<BindingValidationStatus<?>>, List<ValidationResult>) - Constructor for class com.vaadin.flow.data.binder.BinderValidationStatus
-
Creates a new binder validation status for the given binder and
validation results.
- BinderValidationStatusHandler<BEAN> - Interface in com.vaadin.flow.data.binder
-
- BindingBuilderImpl(Binder<BEAN>, HasValue<?, FIELDVALUE>, Converter<FIELDVALUE, TARGET>, BindingValidationStatusHandler) - Constructor for class com.vaadin.flow.data.binder.Binder.BindingBuilderImpl
-
Creates a new binding builder associated with the given field.
- BindingImpl(Binder.BindingBuilderImpl<BEAN, FIELDVALUE, TARGET>, ValueProvider<BEAN, TARGET>, Setter<BEAN, TARGET>) - Constructor for class com.vaadin.flow.data.binder.Binder.BindingImpl
-
- BindingValidationStatus<TARGET> - Class in com.vaadin.flow.data.binder
-
Represents the status of field validation.
- BindingValidationStatus(Result<TARGET>, Binder.Binding<?, TARGET>) - Constructor for class com.vaadin.flow.data.binder.BindingValidationStatus
-
Creates a new status change event.
- BindingValidationStatus.Status - Enum in com.vaadin.flow.data.binder
-
Status of the validation.
- BindingValidationStatusHandler - Interface in com.vaadin.flow.data.binder
-
- bindInstanceFields(Object) - Method in class com.vaadin.flow.data.binder.Binder
-
Binds member fields found in the given object.
- bindLifecycleTo(Component) - Method in class com.vaadin.flow.component.ShortcutRegistration
-
Binds the shortcut's life cycle to that of the given
Component
.
- bindProperty(PropertyConfigurationImpl<C, ? extends Serializable>, boolean, JsonValue) - Method in class com.vaadin.flow.server.webcomponent.WebComponentBinding
-
Adds a property to this
web component binding based on the propertyConfiguration
.
- BISQUE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
-
- BLACK - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
-
- BLANCHEDALMOND - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
-
- BLUE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
-
- BLUEVIOLET - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
-
- blur() - Method in interface com.vaadin.flow.component.Focusable
-
Calls the blur
function at the client, making the component
lose keyboard focus.
- BlurEvent(C, boolean) - Constructor for class com.vaadin.flow.component.BlurNotifier.BlurEvent
-
BlurEvent base constructor.
- BlurNotifier<T extends Component> - Interface in com.vaadin.flow.component
-
Mixin interface to handle blur events on components.
- BlurNotifier.BlurEvent<C extends Component> - Class in com.vaadin.flow.component
-
Represents the DOM event "blur".
- Board - Class in com.vaadin.flow.component.board
-
Vaadin Board allows creating responsive layouts in an easy way.
- Board() - Constructor for class com.vaadin.flow.component.board.Board
-
Creates an empty board.
- BodySize - Annotation Type in com.vaadin.flow.component.page
-
Defines the body size that will be added to the HTML of the host pages.
- BOOLEAN - Static variable in class com.vaadin.flow.router.RouteParameterRegex
-
Boolean type regex.
- bootstrap(Lookup) - Method in interface com.vaadin.flow.function.VaadinApplicationInitializationBootstrap
-
Bootstraps Vaadin application initialization.
- BootstrapContext(VaadinRequest, VaadinResponse, VaadinSession, UI, Function<VaadinRequest, String>) - Constructor for class com.vaadin.flow.server.BootstrapHandler.BootstrapContext
-
Creates a new context instance using the given parameters.
- BootstrapException - Exception in com.vaadin.flow.server
-
A Vaadin internal runtime exception thrown when the writing of the bootstrap
page in
BootstrapHandler
fails for some reason.
- BootstrapException(String) - Constructor for exception com.vaadin.flow.server.BootstrapException
-
Constructs a new bootstrap exception with the specified detail message.
- BootstrapException(String, Throwable) - Constructor for exception com.vaadin.flow.server.BootstrapException
-
Constructs a new bootstrap exception with the specified detail message
and cause.
- BootstrapHandler - Class in com.vaadin.flow.server
-
Request handler which handles bootstrapping of the application, i.e.
- BootstrapHandler() - Constructor for class com.vaadin.flow.server.BootstrapHandler
-
- BootstrapHandler(BootstrapHandler.PageBuilder) - Constructor for class com.vaadin.flow.server.BootstrapHandler
-
Creates an instance of the handler using provided page builder.
- BootstrapHandler.BootstrapContext - Class in com.vaadin.flow.server
-
Provides context information for the bootstrap process.
- BootstrapHandler.BootstrapPageBuilder - Class in com.vaadin.flow.server
-
Builds bootstrap pages.
- BootstrapHandler.BootstrapUriResolver - Class in com.vaadin.flow.server
-
The URI resolver used in the bootstrap process.
- BootstrapHandler.PageBuilder - Interface in com.vaadin.flow.server
-
Interface for objects capable of building the bootstrap page.
- BootstrapHandlerHelper - Class in com.vaadin.flow.internal
-
Helper methods for use in bootstrapping.
- BootstrapListener - Interface in com.vaadin.flow.server
-
This event listener is notified when the bootstrap HTML is about to be
generated and sent to the client.
- bootstrapNpm() - Method in class com.vaadin.flow.server.communication.WebComponentProvider
-
- BootstrapPageBuilder() - Constructor for class com.vaadin.flow.server.BootstrapHandler.BootstrapPageBuilder
-
- BootstrapPageResponse - Class in com.vaadin.flow.server
-
This represents the state of a bootstrap page being generated.
- BootstrapPageResponse(VaadinRequest, VaadinSession, VaadinResponse, Document, UI, VaadinUriResolver) - Constructor for class com.vaadin.flow.server.BootstrapPageResponse
-
Create a new bootstrap page response.
- BootstrapUriResolver(UI) - Constructor for class com.vaadin.flow.server.BootstrapHandler.BootstrapUriResolver
-
Creates a new bootstrap resolver based on the given ui.
- BootstrapUriResolver(String, VaadinSession) - Constructor for class com.vaadin.flow.server.BootstrapHandler.BootstrapUriResolver
-
Creates a new bootstrap resolver based on the given session.
- Bottom - Class in com.vaadin.flow.component.charts.model
-
The bottom of the frame around a 3D chart.
- Bottom() - Constructor for class com.vaadin.flow.component.charts.model.Bottom
-
- BOXPLOT - Static variable in class com.vaadin.flow.component.charts.model.ChartType
-
- BoxPlotItem - Class in com.vaadin.flow.component.charts.model
-
- BoxPlotItem() - Constructor for class com.vaadin.flow.component.charts.model.BoxPlotItem
-
Constructs an empty data item suitable for box plot chart
- BoxPlotItem(Number, Number, Number, Number, Number) - Constructor for class com.vaadin.flow.component.charts.model.BoxPlotItem
-
Constructs an item for box plot with given values.
- BoxSizing - Enum in com.vaadin.flow.component.orderedlayout
-
Enum for the values of the CSS property box-sizing
.
- BR - Static variable in annotation type com.vaadin.flow.component.Tag
-
Tag for an <br>
.
- BRACKET_LEFT - Static variable in interface com.vaadin.flow.component.Key
-
[{
on a US keyboard.
- BRACKET_RIGHT - Static variable in interface com.vaadin.flow.component.Key
-
]}
on a US keyboard.
- Breaks - Class in com.vaadin.flow.component.charts.model
-
An array defining breaks in the axis, the sections defined will be left out
and all the points shifted closer to each other.
- Breaks() - Constructor for class com.vaadin.flow.component.charts.model.Breaks
-
- BRIGHT_BLUE - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
-
- BRIGHTNESS_DOWN - Static variable in interface com.vaadin.flow.component.Key
-
The Brightness Down key.
- BRIGHTNESS_UP - Static variable in interface com.vaadin.flow.component.Key
-
The Brightness Up key.
- BROWN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
-
- browser - Variable in class com.vaadin.flow.server.VaadinSession
-
- BROWSER_BACK - Static variable in interface com.vaadin.flow.component.Key
-
Navigates to the previous content or page in the current Web view's
history.
- BROWSER_FAVORITES - Static variable in interface com.vaadin.flow.component.Key
-
Opens the user's list of bookmarks/favorites.
- BROWSER_FORWARD - Static variable in interface com.vaadin.flow.component.Key
-
Navigates to the next content or page in the current Web view's history.
- BROWSER_HOME - Static variable in interface com.vaadin.flow.component.Key
-
Navigates to the user's preferred home page.
- BROWSER_REFRESH - Static variable in interface com.vaadin.flow.component.Key
-
Refreshes the current page or content.
- BROWSER_SEARCH - Static variable in interface com.vaadin.flow.component.Key
-
Activates the user's preferred search engine or the search interface
within their browser.
- BROWSER_STOP - Static variable in interface com.vaadin.flow.component.Key
-
Stops loading the currently displayed Web view or content.
- BrowserDetails - Class in com.vaadin.flow.shared
-
Parses the user agent string from the browser and provides information about
the browser.
- BrowserDetails(String) - Constructor for class com.vaadin.flow.shared.BrowserDetails
-
Create an instance based on the given user agent.
- BrowserDetails.OperatingSystem - Enum in com.vaadin.flow.shared
-
Detected operating systems.
- browserHasNewestVersion(HttpServletRequest, long) - Method in class com.vaadin.flow.server.StaticFileServer
-
Checks if the browser has an up to date cached version of requested
resource using the "If-Modified-Since" header.
- BrowserLiveReload - Interface in com.vaadin.flow.internal
-
Provides a way to reload browser tabs via web socket connection passed as a
AtmosphereResource
.
- BrowserLiveReload.Backend - Enum in com.vaadin.flow.internal
-
Live reload enabling technology detected.
- BrowserLiveReloadAccess - Class in com.vaadin.flow.internal
-
- BrowserLiveReloadAccess() - Constructor for class com.vaadin.flow.internal.BrowserLiveReloadAccess
-
- browserWindowResized(BrowserWindowResizeEvent) - Method in interface com.vaadin.flow.component.page.BrowserWindowResizeListener
-
Invoked when the browser window containing a UI has been resized.
- BrowserWindowResizeEvent - Class in com.vaadin.flow.component.page
-
Event that is fired when a browser window containing a uI is resized.
- BrowserWindowResizeEvent(Page, int, int) - Constructor for class com.vaadin.flow.component.page.BrowserWindowResizeEvent
-
Creates a new event.
- BrowserWindowResizeListener - Interface in com.vaadin.flow.component.page
-
Listener that gets notified when the size of the browser window containing
the uI has changed.
- BUBBLE - Static variable in class com.vaadin.flow.component.charts.model.ChartType
-
- build(Element, CompositeDataGenerator<T>, U, SerializableSupplier<ValueProvider<T, String>>) - Method in class com.vaadin.flow.component.grid.Grid.DataCommunicatorBuilder
-
- build() - Method in class com.vaadin.flow.data.provider.SortOrderBuilder
-
Returns an unmodifiable copy of the list of current sort orders in this
sort builder.
- build() - Method in class com.vaadin.flow.router.NavigationStateBuilder
-
Returns the NavigationState instance that has been built so far and
resets the internal state of this builder.
- build() - Method in class com.vaadin.flow.server.frontend.NodeTasks.Builder
-
Creates a NodeExecutor
using this configuration.
- Builder(ClassFinder, File) - Constructor for class com.vaadin.flow.server.frontend.NodeTasks.Builder
-
Create a builder instance given an specific npm folder.
- Builder(ClassFinder, File, File) - Constructor for class com.vaadin.flow.server.frontend.NodeTasks.Builder
-
Create a builder instance with custom npmFolder and generatedPath
- Builder(ClassFinder, File, File, File) - Constructor for class com.vaadin.flow.server.frontend.NodeTasks.Builder
-
Create a builder instance with all parameters.
- BundleDependencyFilter - Class in com.vaadin.flow.server.startup
-
Filter for serving bundles instead of single dependencies basing on the
bundling information.
- BundleDependencyFilter(WebBrowser, String, Map<String, Set<String>>) - Constructor for class com.vaadin.flow.server.startup.BundleDependencyFilter
-
Creates a filter with the required information.
- BundleFilterFactory - Class in com.vaadin.flow.server.startup
-
Factory for bundle filters.
- BundleFilterFactory() - Constructor for class com.vaadin.flow.server.startup.BundleFilterFactory
-
- BundleLitParser - Class in com.vaadin.flow.component.littemplate
-
Parse statistics data provided by webpack.
- BundleParser - Class in com.vaadin.flow.component.polymertemplate
-
Parse statistics data provided by webpack.
- BURLYWOOD - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
-
- Button - Class in com.vaadin.flow.component.button
-
Server-side component for the vaadin-button
element.
- Button() - Constructor for class com.vaadin.flow.component.button.Button
-
Default constructor.
- Button(String) - Constructor for class com.vaadin.flow.component.button.Button
-
Creates a button with a text inside.
- Button(Component) - Constructor for class com.vaadin.flow.component.button.Button
-
Creates a button with an icon inside.
- Button(String, Component) - Constructor for class com.vaadin.flow.component.button.Button
-
Creates a button with a text and an icon inside.
- Button(String, ComponentEventListener<ClickEvent<Button>>) - Constructor for class com.vaadin.flow.component.button.Button
-
Creates a button with a text and a listener for click events.
- Button(Component, ComponentEventListener<ClickEvent<Button>>) - Constructor for class com.vaadin.flow.component.button.Button
-
Creates a button with an icon and a listener for click events.
- Button(String, Component, ComponentEventListener<ClickEvent<Button>>) - Constructor for class com.vaadin.flow.component.button.Button
-
Create a button with a text, an icon and a listener for click events.
- Button() - Constructor for class com.vaadin.flow.component.crud.CrudI18n.Confirmations.Confirmation.Button
-
- BUTTON - Static variable in annotation type com.vaadin.flow.component.Tag
-
Tag for an <button>
.
- ButtonOptions - Class in com.vaadin.flow.component.charts.model
-
A collection of options for buttons appearing in the exporting module.
- ButtonOptions() - Constructor for class com.vaadin.flow.component.charts.model.ButtonOptions
-
- ButtonOptions(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.ButtonOptions
-
- ButtonOptions(String) - Constructor for class com.vaadin.flow.component.charts.model.ButtonOptions
-
- ButtonPosition - Class in com.vaadin.flow.component.charts.model
-
- ButtonPosition() - Constructor for class com.vaadin.flow.component.charts.model.ButtonPosition
-
- Buttons - Class in com.vaadin.flow.component.charts.model
-
Options for the export related buttons, print and export.
- Buttons() - Constructor for class com.vaadin.flow.component.charts.model.Buttons
-
- ButtonTheme - Class in com.vaadin.flow.component.charts.model.style
-
- ButtonTheme() - Constructor for class com.vaadin.flow.component.charts.model.style.ButtonTheme
-
- ButtonVariant - Enum in com.vaadin.flow.component.button
-
Set of theme variants applicable for vaadin-button
component.
- ByteRangeValidator - Class in com.vaadin.flow.data.validator
-
Validator for validating that an
Byte
is inside a given range.
- ByteRangeValidator(String, Byte, Byte) - Constructor for class com.vaadin.flow.data.validator.ByteRangeValidator
-
Creates a validator for checking that an Byte is within a given range.
- CachedClassFinder(ClassFinder) - Constructor for class com.vaadin.flow.server.frontend.scanner.ClassFinder.CachedClassFinder
-
It uses specified classFinder and caches scanned annotation.
- CADETBLUE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
-
- CALL - Static variable in interface com.vaadin.flow.component.Key
-
The Call
key; dials the number which has been entered.
- CallbackDataProvider<T,F> - Class in com.vaadin.flow.data.provider
-
Data provider that uses one callback for fetching items from a back end and
another callback for counting the number of available items.
- CallbackDataProvider(CallbackDataProvider.FetchCallback<T, F>, CallbackDataProvider.CountCallback<T, F>) - Constructor for class com.vaadin.flow.data.provider.CallbackDataProvider
-
Constructs a new DataProvider to request data using callbacks for
fetching and counting items in the back end.
- CallbackDataProvider(CallbackDataProvider.FetchCallback<T, F>, CallbackDataProvider.CountCallback<T, F>, ValueProvider<T, Object>) - Constructor for class com.vaadin.flow.data.provider.CallbackDataProvider
-
Constructs a new DataProvider to request data using callbacks for
fetching and counting items in the back end.
- CallbackDataProvider.CountCallback<T,F> - Interface in com.vaadin.flow.data.provider
-
Callback interface for counting the number of items in a backend based on
a query.
- CallbackDataProvider.FetchCallback<T,F> - Interface in com.vaadin.flow.data.provider
-
Callback interface for fetching a stream of items from a backend based on
a query.
- callFunction(String, Serializable...) - Method in class com.vaadin.flow.dom.Element
-
- callJsFunction(String, Serializable...) - Method in class com.vaadin.flow.dom.Element
-
Calls the given function on the element with the given arguments.
- callOnceOnClientReponse(Component, String) - Static method in class com.vaadin.flow.component.board.internal.FunctionCaller
-
An internal helper for executing a JS function only once after other
updates have been done.
- camelCaseToDashSeparated(String) - Static method in class com.vaadin.flow.shared.util.SharedUtil
-
Converts a camelCase string into dash ("-") separated.
- camelCaseToHumanFriendly(String) - Static method in class com.vaadin.flow.shared.util.SharedUtil
-
Converts a camelCaseString to a human friendly format (Camel case
string).
- CAMERA - Static variable in interface com.vaadin.flow.component.Key
-
The Camera
key; activates the camera.
- CAMERA_FOCUS - Static variable in interface com.vaadin.flow.component.Key
-
The Focus
key; focuses the camera.
- cancel() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
-
Description copied from corresponding location in WebComponent:
- cancel() - Method in interface com.vaadin.flow.component.grid.editor.Editor
-
Cancel will discard any changes made in editor fields for a buffered
editor.
- cancel() - Method in class com.vaadin.flow.component.grid.editor.EditorImpl
-
- CANCEL - Static variable in interface com.vaadin.flow.component.Key
-
The Cancel
key.
- CancelEvent(ConfirmDialog, boolean) - Constructor for class com.vaadin.flow.component.confirmdialog.ConfirmDialog.CancelEvent
-
- CancelEvent(Crud<E>, boolean, Object) - Constructor for class com.vaadin.flow.component.crud.Crud.CancelEvent
-
Creates a new event using the given source and indicator whether the
event originated from the client side or the server side.
- cancelExecution() - Method in class com.vaadin.flow.component.internal.PendingJavaScriptInvocation
-
- cancelExecution() - Method in interface com.vaadin.flow.component.page.Page.ExecutionCanceler
-
Deprecated.
Cancel the javascript execution, if it was not yet sent to the
browser for execution.
- cancelExecution() - Method in interface com.vaadin.flow.component.page.PendingJavaScriptResult
-
- cancelPendingTitleUpdate() - Method in class com.vaadin.flow.component.internal.UIInternals
-
- CANDLESTICK - Static variable in class com.vaadin.flow.component.charts.model.ChartType
-
- canEncodeWithoutTypeInfo(Class<?>) - Static method in class com.vaadin.flow.internal.JsonCodec
-
- canEncodeWithTypeInfo(Class<?>) - Static method in class com.vaadin.flow.internal.JsonCodec
-
- canHandleRequest(VaadinRequest) - Method in class com.vaadin.flow.server.BootstrapHandler
-
- canHandleRequest(VaadinRequest) - Method in class com.vaadin.flow.server.communication.HeartbeatHandler
-
- canHandleRequest(VaadinRequest) - Method in class com.vaadin.flow.server.communication.UidlRequestHandler
-
- canHandleRequest(VaadinRequest) - Method in class com.vaadin.flow.server.communication.WebComponentBootstrapHandler
-
- canHandleRequest(VaadinRequest) - Method in class com.vaadin.flow.server.communication.WebComponentProvider
-
- canHandleRequest(VaadinRequest) - Method in class com.vaadin.flow.server.SynchronizedRequestHandler
-
Check whether a request may be handled by this handler.
- CANNOT_ACQUIRE_CLASSLOADER_SEVERE - Static variable in class com.vaadin.flow.server.VaadinService
-
- capitalize(String) - Static method in class com.vaadin.flow.internal.CaseUtil
-
Capitalizes the first character in the given string in a way suitable for
use in code (methods, properties etc).
- capitalize(String) - Static method in class com.vaadin.flow.shared.util.SharedUtil
-
Capitalizes the first character in the given string in a way suitable for
use in code (methods, properties etc).
- CAPS_LOCK - Static variable in interface com.vaadin.flow.component.Key
-
The CapsLock
or ?
key.
- CaseUtil - Class in com.vaadin.flow.internal
-
Utilities related to various case operations.
- cast(Class<C>) - Method in class com.vaadin.flow.templatemodel.BasicComplexModelType
-
- cast(Class<C>) - Method in class com.vaadin.flow.templatemodel.BeanModelType
-
- cast(Class<C>) - Method in interface com.vaadin.flow.templatemodel.ComplexModelType
-
Checks that this type uses the provided proxy type and returns this type
as a model type with that proxy type.
- cast(Class<C>) - Method in class com.vaadin.flow.templatemodel.ListModelType
-
- CellEditStartedEvent(GridPro<E>, boolean, JsonObject, String) - Constructor for class com.vaadin.flow.component.gridpro.GridPro.CellEditStartedEvent
-
Creates a new event using the given source and indicator whether the
event originated from the client side or the server side.
- CellFocusEvent<T> - Class in com.vaadin.flow.component.grid
-
Event fired when a cell in the Grid is focused.
- CellFocusEvent(Grid<T>, boolean, String, String, String) - Constructor for class com.vaadin.flow.component.grid.CellFocusEvent
-
Creates a new cell focus event.
- CellFocusEvent.GridSection - Enum in com.vaadin.flow.component.grid
-
An enum representing the different sections of a grid.
- chain(RequiredFieldConfigurator) - Method in interface com.vaadin.flow.data.binder.RequiredFieldConfigurator
-
Returns a configurator that chains together this configurator with the
given configurator.
- chain(Converter<MODEL, T>) - Method in interface com.vaadin.flow.data.converter.Converter
-
Returns a converter that chains together this converter with the given
type-compatible converter.
- CHANGE_FEATURE - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Key holding the feature of a change.
- CHANGE_FEATURE_TYPE - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Key holding the feature type.
- CHANGE_MAP_KEY - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Key holding the map key of the change.
- CHANGE_NODE - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Key holding id of the node affected by a change.
- CHANGE_PUT_NODE_VALUE - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Key holder the node value of a put change.
- CHANGE_PUT_VALUE - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Key holding the value of a put change.
- CHANGE_SPLICE_ADD - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Key holding values to add for a splice.
- CHANGE_SPLICE_ADD_NODES - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Key holding nodes to add for a splice.
- CHANGE_SPLICE_INDEX - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Key holding the index of a splice.
- CHANGE_SPLICE_REMOVE - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Key holding the number of items to remove for a splice.
- CHANGE_TYPE - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Key holding the type of a change.
- CHANGE_TYPE_ATTACH - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Change type for attaching nodes.
- CHANGE_TYPE_CLEAR - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Change type for list clear changes.
- CHANGE_TYPE_DETACH - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Change type for detaching nodes.
- CHANGE_TYPE_NOOP - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Change type for empty change (populate the feature on the client side
only).
- CHANGE_TYPE_PUT - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Change type for map put changes.
- CHANGE_TYPE_REMOVE - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Change type for map remove changes.
- CHANGE_TYPE_SPLICE - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Change type for list splice changes.
- ChangeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox.ChangeEvent
-
- ChangeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker.ChangeEvent
-
- ChangeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.richtexteditor.GeneratedVaadinRichTextEditor.ChangeEvent
-
- ChangeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea.ChangeEvent
-
- ChangeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.textfield.GeneratedVaadinTextField.ChangeEvent
-
- CHANNEL_DOWN - Static variable in interface com.vaadin.flow.component.Key
-
Switches to the previous channel.
- CHANNEL_UP - Static variable in interface com.vaadin.flow.component.Key
-
Switches to the next channel.
- Chart - Class in com.vaadin.flow.component.charts
-
- Chart() - Constructor for class com.vaadin.flow.component.charts.Chart
-
Creates a new chart with default configuration
- Chart(ChartType) - Constructor for class com.vaadin.flow.component.charts.Chart
-
Creates a new chart with the given type
- ChartAddSeriesEvent - Class in com.vaadin.flow.component.charts.events
-
The ChartAddSeriesEvent class stores data about new series added to an
existing chart.
- ChartAddSeriesEvent(Chart, boolean, String, JsonArray) - Constructor for class com.vaadin.flow.component.charts.events.ChartAddSeriesEvent
-
Constructs a ChartAddSeriesEvent
- ChartAfterPrintEvent - Class in com.vaadin.flow.component.charts.events
-
Fired after a chart is printed using the print menu
- ChartAfterPrintEvent(Chart, boolean) - Constructor for class com.vaadin.flow.component.charts.events.ChartAfterPrintEvent
-
Constructs a ChartAfterPrintEvent
- ChartBeforePrintEvent - Class in com.vaadin.flow.component.charts.events
-
Fired before a chart is printed using the print menu
- ChartBeforePrintEvent(Chart, boolean) - Constructor for class com.vaadin.flow.component.charts.events.ChartBeforePrintEvent
-
Constructs a ChartBeforePrintEvent
- ChartClickEvent - Class in com.vaadin.flow.component.charts.events
-
The ChartClickEvent class stores information on click events anywhere on the
area of the chart.
- ChartClickEvent(Chart, boolean, Double, Double, int, int, boolean, boolean, boolean, boolean, int) - Constructor for class com.vaadin.flow.component.charts.events.ChartClickEvent
-
Constructs a ChartClickEvent
- ChartConfiguration - Interface in com.vaadin.flow.component.charts.model
-
- ChartDrillupAllEvent - Class in com.vaadin.flow.component.charts.events
-
ChartDrillupEvent triggered after all the series has been drilled up if chart
has multiple drilldown series
- ChartDrillupAllEvent(Chart, boolean) - Constructor for class com.vaadin.flow.component.charts.events.ChartDrillupAllEvent
-
Constructs a ChartDrillupAllEvent
- ChartDrillupEvent - Class in com.vaadin.flow.component.charts.events
-
ChartDrillupEvent triggered when the 'Back to previous series' button is
clicked
- ChartDrillupEvent(Chart, boolean) - Constructor for class com.vaadin.flow.component.charts.events.ChartDrillupEvent
-
Constructs a ChartDrillupEvent
- ChartEnum - Interface in com.vaadin.flow.component.charts.model
-
Interface shared by all enum classes of the vaadin charts.
- ChartEnumSerializer - Class in com.vaadin.flow.component.charts.model.serializers
-
Serializer for all classes implementing
ChartEnum
- ChartEnumSerializer() - Constructor for class com.vaadin.flow.component.charts.model.serializers.ChartEnumSerializer
-
- ChartLoadEvent - Class in com.vaadin.flow.component.charts.events
-
Fired after a chart is loaded
- ChartLoadEvent(Chart, boolean) - Constructor for class com.vaadin.flow.component.charts.events.ChartLoadEvent
-
Constructs a ChartLoadEvent
- ChartModel - Class in com.vaadin.flow.component.charts.model
-
Options regarding the chart area and plot area as well as general chart
options.
- ChartModel() - Constructor for class com.vaadin.flow.component.charts.model.ChartModel
-
- ChartRedrawEvent - Class in com.vaadin.flow.component.charts.events
-
Fired after a chart is redrawn
- ChartRedrawEvent(Chart, boolean) - Constructor for class com.vaadin.flow.component.charts.events.ChartRedrawEvent
-
- CHARTREUSE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
-
- ChartSelectionEvent - Class in com.vaadin.flow.component.charts.events
-
The ChartSelectionEvent class stores information on selection events on the
chart's area.
- ChartSelectionEvent(Chart, boolean, Double, Double, Double, Double) - Constructor for class com.vaadin.flow.component.charts.events.ChartSelectionEvent
-
Construct a ChartSelectionEvent
- ChartSerialization - Class in com.vaadin.flow.component.charts.util
-
Util class that handles the configuration needed for the model classes to be
serialized to JSON.
- ChartSerialization() - Constructor for class com.vaadin.flow.component.charts.util.ChartSerialization
-
- ChartType - Class in com.vaadin.flow.component.charts.model
-
The default series type for the chart.
- ChartType(String) - Constructor for class com.vaadin.flow.component.charts.model.ChartType
-
Constructs a new Chart type.
- checkBeanValidationAvailable() - Static method in class com.vaadin.flow.internal.BeanUtil
-
Returns whether an implementation of JSR-303 version 1.0 or 1.1 is
present on the classpath.
- Checkbox - Class in com.vaadin.flow.component.checkbox
-
Server-side component for the vaadin-checkbox
element.
- Checkbox() - Constructor for class com.vaadin.flow.component.checkbox.Checkbox
-
Default constructor.
- Checkbox(String) - Constructor for class com.vaadin.flow.component.checkbox.Checkbox
-
Constructs a checkbox with the initial label text.
- Checkbox(boolean) - Constructor for class com.vaadin.flow.component.checkbox.Checkbox
-
Constructs a checkbox with the initial value.
- Checkbox(String, boolean) - Constructor for class com.vaadin.flow.component.checkbox.Checkbox
-
Constructs a checkbox with the initial value.
- Checkbox(String, HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<Checkbox, Boolean>>) - Constructor for class com.vaadin.flow.component.checkbox.Checkbox
-
Constructs a checkbox with the initial label text and value change
listener.
- checkbox(ItemUpdater<T, Boolean>) - Method in class com.vaadin.flow.component.gridpro.EditColumnConfigurator
-
Configures the column to have a checkbox editor with the given item
updater.
- CheckboxGroup<T> - Class in com.vaadin.flow.component.checkbox
-
Server-side component for the vaadin-checkbox-group
element.
- CheckboxGroup() - Constructor for class com.vaadin.flow.component.checkbox.CheckboxGroup
-
- CheckboxGroupVariant - Enum in com.vaadin.flow.component.checkbox
-
Set of theme variants applicable for vaadin-checkbox-group
component.
- checkClassAccessibility(Class<?>) - Static method in class com.vaadin.flow.internal.ReflectTools
-
Makes a check whether the clazz
is externally accessible for
instantiation (e.g.
- CheckedChangeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox.CheckedChangeEvent
-
- CheckedChangeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioButton.CheckedChangeEvent
-
- checkForDuplicates(Class<? extends Component>, Collection<Class<? extends RouterLayout>>) - Static method in class com.vaadin.flow.router.internal.RouterUtil
-
Deprecated.
Checks that the same component type is not used in multiple parts of a
route chain.
- checkHasLock(String) - Method in class com.vaadin.flow.server.VaadinSession
-
Potentially checks whether this session is currently locked by the
current thread, and fails with the given message if not.
- checkHasLock() - Method in class com.vaadin.flow.server.VaadinSession
-
Potentially checks whether this session is currently locked by the
current thread, and fails with a standard error message if not.
- checkMandatoryParameter(Class<? extends Component>, RouteParameters) - Static method in class com.vaadin.flow.router.internal.HasUrlParameterFormat
-
Verify whether the navigationTarget has mandatory parameter and complies
with the given parameter values.
- checkUnbound() - Method in class com.vaadin.flow.data.binder.Binder.BindingBuilderImpl
-
Throws if this binding is already completed and cannot be modified
anymore.
- checkValidity() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
-
Description copied from corresponding location in WebComponent:
- checkValidity(String) - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
-
Description copied from corresponding location in WebComponent:
- checkValidity() - Method in class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioGroup
-
Description copied from corresponding location in WebComponent:
- checkValidity() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinNumberField
-
- checkValidity() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
-
Description copied from corresponding location in WebComponent:
- checkValidity() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
-
Description copied from corresponding location in WebComponent:
- checkValidity() - Method in class com.vaadin.flow.component.timepicker.GeneratedVaadinTimePicker
-
Description copied from corresponding location in WebComponent:
- ChildElementConsumer - Interface in com.vaadin.flow.dom
-
Callback which allows to handle request to map a client side DOM element to
the server
Element
instance.
- CHOCOLATE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
-
- CHUNKS - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
-
A key in a Json object for chunks list.
- CLASS_LIST - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
-
- ClassAttributeHandler - Class in com.vaadin.flow.dom.impl
-
- ClassAttributeHandler() - Constructor for class com.vaadin.flow.dom.impl.ClassAttributeHandler
-
- ClassFinder - Interface in com.vaadin.flow.server.frontend.scanner
-
Interface for annotated and subclass class searches.
- ClassFinder.CachedClassFinder - Class in com.vaadin.flow.server.frontend.scanner
-
Implementation that proxy and cache a real ClassFinder
.
- ClassFinder.DefaultClassFinder - Class in com.vaadin.flow.server.frontend.scanner
-
Implementation that searches for annotated classes or subclasses in a
list of classes.
- ClassList - Interface in com.vaadin.flow.dom
-
Representation of the class names for an
Element
.
- ClassLoaderAwareServletContainerInitializer - Interface in com.vaadin.flow.server.startup
-
- clean() - Method in class com.vaadin.flow.router.internal.AbstractRouteRegistry
-
- clean() - Method in interface com.vaadin.flow.server.RouteRegistry
-
Clear all registered routes from the registry.
- clear() - Method in class com.vaadin.flow.component.charts.model.DataSeries
-
Removes all items from the series.
- clear() - Method in class com.vaadin.flow.component.charts.model.HeatSeries
-
- clear() - Method in class com.vaadin.flow.component.crud.BinderCrudEditor
-
Clears the editor.
- clear() - Method in interface com.vaadin.flow.component.crud.CrudEditor
-
Clears the editor.
- clear(int, int) - Method in class com.vaadin.flow.component.grid.Grid.UpdateQueue
-
- clear() - Method in interface com.vaadin.flow.component.HasValue
-
Resets the value to the empty one.
- clear() - Method in class com.vaadin.flow.component.internal.DependencyTreeCache
-
Clears all the contents of the cache.
- CLEAR - Static variable in interface com.vaadin.flow.component.Key
-
The Clear
key.
- clear(int, int) - Method in interface com.vaadin.flow.data.provider.ArrayUpdater.Update
-
Clears length
elements in array from the start
position.
- clear(int, int, String) - Method in interface com.vaadin.flow.data.provider.hierarchy.HierarchicalArrayUpdater.HierarchicalUpdate
-
Clears length
elements in array from the start
position.
- clear() - Method in class com.vaadin.flow.data.provider.hierarchy.TreeData
-
Clear all items from this structure.
- clear() - Method in class com.vaadin.flow.dom.impl.BasicElementStyle
-
- clear() - Method in class com.vaadin.flow.dom.impl.ImmutableEmptyStyle
-
- clear() - Method in class com.vaadin.flow.dom.impl.ThemeListImpl
-
- clear() - Method in interface com.vaadin.flow.dom.Style
-
Removes all set style properties.
- clear() - Method in class com.vaadin.flow.internal.nodefeature.ElementChildrenList
-
- clear() - Method in class com.vaadin.flow.internal.nodefeature.ModelList
-
- clear() - Method in class com.vaadin.flow.internal.nodefeature.NodeList
-
Removes all nodes, including those not known by the server.
- clear() - Method in class com.vaadin.flow.internal.nodefeature.NodeList.SetView
-
- clear() - Method in class com.vaadin.flow.internal.nodefeature.NodeMap
-
Removes the values for all stored keys.
- clear() - Method in class com.vaadin.flow.internal.nodefeature.StateNodeNodeList
-
- clear() - Method in class com.vaadin.flow.internal.nodefeature.VirtualChildrenList
-
- clear() - Method in class com.vaadin.flow.internal.ReflectionCache
-
Removes all mappings from this cache.
- clear() - Method in class com.vaadin.flow.router.internal.ConfigureRoutes
-
Clear all maps from this configuration.
- clear() - Method in class com.vaadin.flow.templatemodel.TemplateModelListProxy
-
- clearAll() - Static method in class com.vaadin.flow.internal.CurrentInstance
-
Clears all current instances.
- clearAll() - Static method in class com.vaadin.flow.internal.ReflectionCache
-
Clears all mappings from all reflection caches and related resources.
- clearCache() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
-
Description copied from corresponding location in WebComponent:
- clearCachedStatsContent(VaadinService) - Static method in class com.vaadin.flow.server.frontend.FrontendUtils
-
- clearChanges() - Method in class com.vaadin.flow.internal.StateNode
-
Clears all changes recorded for this node.
- clearDragData() - Method in class com.vaadin.flow.component.dnd.DragEndEvent
-
Clears the drag data for this drag operation (and the drag source
component).
- clearError(HasValue<?, ?>) - Method in class com.vaadin.flow.data.binder.Binder
-
Clears the error condition of the given field, if any.
- clearError(HasValue<?, ?>) - Method in interface com.vaadin.flow.data.binder.BinderValidationErrorHandler
-
- clearError(HasValue<?, ?>) - Method in class com.vaadin.flow.data.binder.DefaultBinderValidationErrorHandler
-
Clears the error condition of the given field, if any.
- clearErrorTheme(HasValue<?, ?>) - Method in class com.vaadin.flow.data.binder.DefaultBinderValidationErrorHandler
-
Clears error theme for the field
.
- clearFilters() - Method in interface com.vaadin.flow.data.provider.InMemoryDataProvider
-
Removes any filter that has been set or added previously.
- clearLastHandledNavigation() - Method in class com.vaadin.flow.component.internal.UIInternals
-
Clear latest handled navigation location.
- clearPendingSendToClient() - Method in class com.vaadin.flow.component.internal.DependencyList
-
Clears the list of dependencies which should be sent to the client.
- clearSeries() - Method in class com.vaadin.flow.component.charts.model.TreeSeries
-
Remove all items in the series.
- click() - Method in class com.vaadin.flow.component.button.Button
-
Simulates a click on this button on the server side.
- ClickableRenderer<SOURCE> - Interface in com.vaadin.flow.data.renderer
-
Represents a clickable renderer.
- ClickableRenderer.ItemClickListener<SOURCE> - Interface in com.vaadin.flow.data.renderer
-
Listener that receives the clicked item (or tapped item, in touch
devices).
- ClickEvent - Interface in com.vaadin.flow.component.charts.events
-
- ClickEvent<C extends Component> - Class in com.vaadin.flow.component
-
Event fired when a component is clicked.
- ClickEvent(Component, boolean, int, int, int, int, int, int, boolean, boolean, boolean, boolean) - Constructor for class com.vaadin.flow.component.ClickEvent
-
Creates a new click event.
- ClickEvent(Component) - Constructor for class com.vaadin.flow.component.ClickEvent
-
Creates a new server-side click event with no additional information.
- clickInClient() - Method in class com.vaadin.flow.component.button.Button
-
Executes a click on this button at the client-side.
- ClickNotifier<T extends Component> - Interface in com.vaadin.flow.component
-
Mixin interface for components that support adding click listeners to the
their root elements.
- CLIENT_DELEGATE_HANDLERS - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
-
- CLIENT_ENGINE_PATH - Static variable in class com.vaadin.flow.shared.ApplicationConstants
-
Path to the Vaadin client engine folder, relative to the context root.
- CLIENT_TO_SERVER_ID - Static variable in class com.vaadin.flow.shared.ApplicationConstants
-
The name of the parameter used to transmit the id of the client to server
messages.
- ClientCallable - Annotation Type in com.vaadin.flow.component
-
Publishes the annotated method so it can be invoked from the client side
using the notation this.$server.method()
.
- ClientCallableHandlers - Class in com.vaadin.flow.internal.nodefeature
-
Methods which are published as element.$server.<name>
on
the client side.
- ClientCallableHandlers(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.ClientCallableHandlers
-
Creates a new meta information list for the given state node.
- ClientUpdateMode - Enum in com.vaadin.flow.templatemodel
-
A mode for whether a model property may be updated from the client.
- close() - Method in class com.vaadin.flow.component.accordion.Accordion
-
Closes the opened panel (if any) in this accordion.
- close() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
-
Description copied from corresponding location in WebComponent:
- close() - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Closes the dialog.
- close() - Method in class com.vaadin.flow.component.contextmenu.ContextMenuBase
-
Closes this context menu if it is currently open.
- close() - Method in class com.vaadin.flow.component.contextmenu.GeneratedVaadinContextMenu
-
Description copied from corresponding location in WebComponent:
- close() - Method in class com.vaadin.flow.component.datepicker.DatePicker
-
Closes the datepicker overlay.
- close() - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
-
Description copied from corresponding location in WebComponent:
- close() - Method in class com.vaadin.flow.component.dialog.Dialog
-
Closes the dialog.
- CLOSE - Static variable in interface com.vaadin.flow.component.Key
-
Closes the current document or message.
- close() - Method in class com.vaadin.flow.component.login.LoginOverlay
-
Closes the login overlay.
- close() - Method in class com.vaadin.flow.component.notification.GeneratedVaadinNotification
-
Description copied from corresponding location in WebComponent:
- close() - Method in class com.vaadin.flow.component.notification.Notification
-
Closes the notification.
- close() - Method in class com.vaadin.flow.component.UI
-
Marks this UI to be
detached
from the
session at the end of the current request, or the next request if there
is no current request (if called from a background thread, for instance.)
- close() - Method in class com.vaadin.flow.server.VaadinSession
-
Sets this session to be closed and all UI state to be discarded at the
end of the current request, or at the end of the next request if there is
no ongoing one.
- CLOSE_PROPERTY - Static variable in class com.vaadin.flow.component.charts.model.DataProviderSeries
-
- CLOSED_CAPTION_TOGGLE - Static variable in interface com.vaadin.flow.component.Key
-
Toggles closed captioning on and off.
- closeEditor() - Method in interface com.vaadin.flow.component.grid.editor.Editor
-
Closes the editor when in unbuffered mode and fires an
EditorCloseEvent
if the edited item is not
null
.
- closeEditor() - Method in class com.vaadin.flow.component.grid.editor.EditorImpl
-
- closeSession(VaadinSession) - Method in class com.vaadin.flow.server.VaadinService
-
Sets the given session to be closed and all its UI state to be discarded
at the end of the current request, or at the end of the next request if
there is no ongoing one.
- CLOSING_BRACKET - Static variable in class com.vaadin.flow.server.UnsupportedBrowserHandler
-
- CODE_INPUT - Static variable in interface com.vaadin.flow.component.Key
-
The Code Input
key, which enables code input mode, which
lets the user enter characters by typing their code points (their Unicode
character numbers, typically).
- collapse(T...) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
-
Collapse the given items.
- collapse(Collection<T>) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
-
Collapse the given items.
- collapse(Collection<T>, boolean) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
-
Collapse the given items.
- collapse(T) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalDataCommunicator
-
Collapses the given item and removes its sub-hierarchy.
- collapse(T, boolean) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalDataCommunicator
-
Collapses the given item and removes its sub-hierarchy.
- collapse(Collection<T>) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalDataCommunicator
-
Collapses the given items and removes its sub-hierarchy.
- collapse(T) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchyMapper
-
Collapses the given item.
- collapse(T, Integer) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchyMapper
-
Collapses the given item.
- CollapseEvent<T,C extends Component> - Class in com.vaadin.flow.component.treegrid
-
- CollapseEvent(C, boolean, Collection<T>) - Constructor for class com.vaadin.flow.component.treegrid.CollapseEvent
-
CollapseEvent base constructor.
- collapseRecursively(Stream<T>, int) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
-
Collapse the given items and their children recursively until the given
depth.
- collapseRecursively(Collection<T>, int) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
-
Collapse the given items and their children recursively until the given
depth.
- collectAfterNavigationObservers(UI) - Static method in class com.vaadin.flow.router.EventUtil
-
- collectBeforeEnterObservers(Collection<? extends HasElement>, Collection<? extends HasElement>) - Static method in class com.vaadin.flow.router.EventUtil
-
Collect before enter observer instances based on what will be attached
when a new view chain is applied.
- collectBeforeEnterObserversFromChain(Collection<? extends HasElement>, Collection<? extends HasElement>) - Static method in class com.vaadin.flow.router.EventUtil
-
Collect before enter observer instances based on what will be attached
when a new view chain is applied.
- collectBeforeEnterObserversFromChainElement(HasElement, Collection<? extends HasElement>) - Static method in class com.vaadin.flow.router.EventUtil
-
Collect before enter observer instances in the element
's
hierarchy.
- collectBeforeLeaveObservers(UI) - Static method in class com.vaadin.flow.router.EventUtil
-
- collectChanges(Consumer<NodeChange>) - Method in class com.vaadin.flow.internal.nodefeature.NodeFeature
-
Collects all changes that are recorded for this feature.
- collectChanges(Consumer<NodeChange>) - Method in class com.vaadin.flow.internal.nodefeature.NodeList
-
- collectChanges(Consumer<NodeChange>) - Method in class com.vaadin.flow.internal.nodefeature.NodeMap
-
- collectChanges(Consumer<NodeChange>) - Method in class com.vaadin.flow.internal.nodefeature.NodeValue
-
- collectChanges(Consumer<NodeChange>) - Method in class com.vaadin.flow.internal.nodefeature.ServerSideFeature
-
- collectChanges(Consumer<NodeChange>) - Method in class com.vaadin.flow.internal.StateNode
-
- collectChanges(Consumer<NodeChange>) - Method in class com.vaadin.flow.internal.StateTree
-
- collectDirtyNodes() - Method in class com.vaadin.flow.internal.StateTree
-
Gets all the nodes that have been marked.
- collectHandlerMethods(Class<?>) - Method in class com.vaadin.flow.internal.nodefeature.AbstractServerHandlers
-
Collect methods annotated with the handler annotation for given class.
- collectHandlerMethods(Class<?>, Collection<Method>) - Method in class com.vaadin.flow.internal.nodefeature.AbstractServerHandlers
-
Collect all Methods annotated with the handler annotation.
- collectInjectedIds(Set<String>) - Method in class com.vaadin.flow.component.polymertemplate.IdCollector
-
Scans the given template class and finds fields mapped using
@Id
.
- collectLocaleChangeObservers(Element) - Static method in class com.vaadin.flow.router.EventUtil
-
- collectLocaleChangeObservers(List<HasElement>) - Static method in class com.vaadin.flow.router.EventUtil
-
Collect all Components implementing
LocaleChangeObserver
connected to the tree of all given Components in list.
- Color - Interface in com.vaadin.flow.component.charts.model.style
-
Interface used for different type of colors used in model and theme
- COLOR_F0_RED - Static variable in interface com.vaadin.flow.component.Key
-
General-purpose media function key, color-coded red; this has index 0
among the colored keys.
- COLOR_F1_GREEN - Static variable in interface com.vaadin.flow.component.Key
-
General-purpose media function key, color-coded green; this has index 1
among the colored keys.
- COLOR_F2_YELLOW - Static variable in interface com.vaadin.flow.component.Key
-
General-purpose media function key, color-coded yellow; this has index 2
among the colored keys.
- COLOR_F3_BLUE - Static variable in interface com.vaadin.flow.component.Key
-
General-purpose media function key, color-coded blue; this has index 3
among the colored keys.
- COLOR_F4_GREY - Static variable in interface com.vaadin.flow.component.Key
-
General-purpose media function key, color-coded grey; this has index 4
among the colored keys.
- COLOR_F5_BROWN - Static variable in interface com.vaadin.flow.component.Key
-
General-purpose media function key, color-coded brown; this has index 5
among the colored keys.
- ColorAxis - Class in com.vaadin.flow.component.charts.model
-
- ColorAxis() - Constructor for class com.vaadin.flow.component.charts.model.ColorAxis
-
- COLUMN - Static variable in class com.vaadin.flow.component.charts.model.ChartType
-
- Column(Grid<T>, String, Renderer<T>) - Constructor for class com.vaadin.flow.component.grid.Grid.Column
-
Constructs a new Column for use inside a Grid.
- ColumnOptions - Class in com.vaadin.flow.component.charts.model
-
- ColumnOptions() - Constructor for class com.vaadin.flow.component.charts.model.ColumnOptions
-
- ColumnPathRenderer<SOURCE> - Class in com.vaadin.flow.component.grid
-
Renderer for columns that doesn't use any template for rendering its contents
(only the value from the object model).
- ColumnPathRenderer(String, ValueProvider<SOURCE, ?>) - Constructor for class com.vaadin.flow.component.grid.ColumnPathRenderer
-
Creates a new renderer based on the property and the value provider for
that property.
- COLUMNRANGE - Static variable in class com.vaadin.flow.component.charts.model.ChartType
-
- ColumnReorderEvent<T> - Class in com.vaadin.flow.component.grid
-
Event fired when the columns in the Grid are reordered.
- ColumnReorderEvent(Grid<T>, boolean, JsonArray) - Constructor for class com.vaadin.flow.component.grid.ColumnReorderEvent
-
Creates a new column reorder event.
- ColumnReorderEvent(Grid<T>, boolean, List<Grid.Column<T>>) - Constructor for class com.vaadin.flow.component.grid.ColumnReorderEvent
-
Creates a new column reorder event.
- ColumnResizeEvent<T> - Class in com.vaadin.flow.component.grid
-
Event fired when a Grid column is resized by the user.
- ColumnResizeEvent(Grid<T>, boolean, String) - Constructor for class com.vaadin.flow.component.grid.ColumnResizeEvent
-
Creates a new column resize event.
- ColumnTextAlign - Enum in com.vaadin.flow.component.grid
-
Constants for the text alignment of columns.
- com.vaadin.flow.component - package com.vaadin.flow.component
-
- com.vaadin.flow.component.accordion - package com.vaadin.flow.component.accordion
-
- com.vaadin.flow.component.applayout - package com.vaadin.flow.component.applayout
-
- com.vaadin.flow.component.avatar - package com.vaadin.flow.component.avatar
-
- com.vaadin.flow.component.board - package com.vaadin.flow.component.board
-
- com.vaadin.flow.component.board.internal - package com.vaadin.flow.component.board.internal
-
- com.vaadin.flow.component.button - package com.vaadin.flow.component.button
-
- com.vaadin.flow.component.charts - package com.vaadin.flow.component.charts
-
- com.vaadin.flow.component.charts.events - package com.vaadin.flow.component.charts.events
-
- com.vaadin.flow.component.charts.events.internal - package com.vaadin.flow.component.charts.events.internal
-
- com.vaadin.flow.component.charts.model - package com.vaadin.flow.component.charts.model
-
- com.vaadin.flow.component.charts.model.serializers - package com.vaadin.flow.component.charts.model.serializers
-
- com.vaadin.flow.component.charts.model.style - package com.vaadin.flow.component.charts.model.style
-
- com.vaadin.flow.component.charts.util - package com.vaadin.flow.component.charts.util
-
- com.vaadin.flow.component.checkbox - package com.vaadin.flow.component.checkbox
-
- com.vaadin.flow.component.combobox - package com.vaadin.flow.component.combobox
-
- com.vaadin.flow.component.combobox.osgi - package com.vaadin.flow.component.combobox.osgi
-
- com.vaadin.flow.component.confirmdialog - package com.vaadin.flow.component.confirmdialog
-
- com.vaadin.flow.component.contextmenu - package com.vaadin.flow.component.contextmenu
-
- com.vaadin.flow.component.contextmenu.osgi - package com.vaadin.flow.component.contextmenu.osgi
-
- com.vaadin.flow.component.cookieconsent - package com.vaadin.flow.component.cookieconsent
-
- com.vaadin.flow.component.crud - package com.vaadin.flow.component.crud
-
- com.vaadin.flow.component.customfield - package com.vaadin.flow.component.customfield
-
- com.vaadin.flow.component.datepicker - package com.vaadin.flow.component.datepicker
-
- com.vaadin.flow.component.datepicker.osgi - package com.vaadin.flow.component.datepicker.osgi
-
- com.vaadin.flow.component.datetimepicker - package com.vaadin.flow.component.datetimepicker
-
- com.vaadin.flow.component.dependency - package com.vaadin.flow.component.dependency
-
- com.vaadin.flow.component.details - package com.vaadin.flow.component.details
-
- com.vaadin.flow.component.dialog - package com.vaadin.flow.component.dialog
-
- com.vaadin.flow.component.dnd - package com.vaadin.flow.component.dnd
-
- com.vaadin.flow.component.dnd.internal - package com.vaadin.flow.component.dnd.internal
-
- com.vaadin.flow.component.dnd.osgi - package com.vaadin.flow.component.dnd.osgi
-
- com.vaadin.flow.component.formlayout - package com.vaadin.flow.component.formlayout
-
- com.vaadin.flow.component.grid - package com.vaadin.flow.component.grid
-
- com.vaadin.flow.component.grid.contextmenu - package com.vaadin.flow.component.grid.contextmenu
-
- com.vaadin.flow.component.grid.dnd - package com.vaadin.flow.component.grid.dnd
-
- com.vaadin.flow.component.grid.editor - package com.vaadin.flow.component.grid.editor
-
- com.vaadin.flow.component.grid.osgi - package com.vaadin.flow.component.grid.osgi
-
- com.vaadin.flow.component.gridpro - package com.vaadin.flow.component.gridpro
-
- com.vaadin.flow.component.gridpro.osgi - package com.vaadin.flow.component.gridpro.osgi
-
- com.vaadin.flow.component.html - package com.vaadin.flow.component.html
-
- com.vaadin.flow.component.icon - package com.vaadin.flow.component.icon
-
- com.vaadin.flow.component.internal - package com.vaadin.flow.component.internal
-
- com.vaadin.flow.component.ironlist - package com.vaadin.flow.component.ironlist
-
- com.vaadin.flow.component.ironlist.osgi - package com.vaadin.flow.component.ironlist.osgi
-
- com.vaadin.flow.component.listbox - package com.vaadin.flow.component.listbox
-
- com.vaadin.flow.component.littemplate - package com.vaadin.flow.component.littemplate
-
- com.vaadin.flow.component.littemplate.internal - package com.vaadin.flow.component.littemplate.internal
-
- com.vaadin.flow.component.login - package com.vaadin.flow.component.login
-
- com.vaadin.flow.component.menubar - package com.vaadin.flow.component.menubar
-
- com.vaadin.flow.component.menubar.osgi - package com.vaadin.flow.component.menubar.osgi
-
- com.vaadin.flow.component.messages - package com.vaadin.flow.component.messages
-
- com.vaadin.flow.component.notification - package com.vaadin.flow.component.notification
-
- com.vaadin.flow.component.orderedlayout - package com.vaadin.flow.component.orderedlayout
-
- com.vaadin.flow.component.page - package com.vaadin.flow.component.page
-
- com.vaadin.flow.component.polymertemplate - package com.vaadin.flow.component.polymertemplate
-
- com.vaadin.flow.component.progressbar - package com.vaadin.flow.component.progressbar
-
- com.vaadin.flow.component.radiobutton - package com.vaadin.flow.component.radiobutton
-
- com.vaadin.flow.component.richtexteditor - package com.vaadin.flow.component.richtexteditor
-
- com.vaadin.flow.component.select - package com.vaadin.flow.component.select
-
- com.vaadin.flow.component.select.generated - package com.vaadin.flow.component.select.generated
-
- com.vaadin.flow.component.splitlayout - package com.vaadin.flow.component.splitlayout
-
- com.vaadin.flow.component.tabs - package com.vaadin.flow.component.tabs
-
- com.vaadin.flow.component.template - package com.vaadin.flow.component.template
-
- com.vaadin.flow.component.template.internal - package com.vaadin.flow.component.template.internal
-
- com.vaadin.flow.component.textfield - package com.vaadin.flow.component.textfield
-
- com.vaadin.flow.component.timepicker - package com.vaadin.flow.component.timepicker
-
- com.vaadin.flow.component.timepicker.osgi - package com.vaadin.flow.component.timepicker.osgi
-
- com.vaadin.flow.component.treegrid - package com.vaadin.flow.component.treegrid
-
- com.vaadin.flow.component.upload - package com.vaadin.flow.component.upload
-
- com.vaadin.flow.component.upload.receivers - package com.vaadin.flow.component.upload.receivers
-
- com.vaadin.flow.component.webcomponent - package com.vaadin.flow.component.webcomponent
-
- com.vaadin.flow.data.binder - package com.vaadin.flow.data.binder
-
- com.vaadin.flow.data.converter - package com.vaadin.flow.data.converter
-
- com.vaadin.flow.data.event - package com.vaadin.flow.data.event
-
- com.vaadin.flow.data.osgi - package com.vaadin.flow.data.osgi
-
- com.vaadin.flow.data.provider - package com.vaadin.flow.data.provider
-
- com.vaadin.flow.data.provider.hierarchy - package com.vaadin.flow.data.provider.hierarchy
-
- com.vaadin.flow.data.renderer - package com.vaadin.flow.data.renderer
-
- com.vaadin.flow.data.selection - package com.vaadin.flow.data.selection
-
- com.vaadin.flow.data.validator - package com.vaadin.flow.data.validator
-
- com.vaadin.flow.data.value - package com.vaadin.flow.data.value
-
- com.vaadin.flow.di - package com.vaadin.flow.di
-
- com.vaadin.flow.dom - package com.vaadin.flow.dom
-
- com.vaadin.flow.dom.impl - package com.vaadin.flow.dom.impl
-
- com.vaadin.flow.function - package com.vaadin.flow.function
-
- com.vaadin.flow.i18n - package com.vaadin.flow.i18n
-
- com.vaadin.flow.internal - package com.vaadin.flow.internal
-
- com.vaadin.flow.internal.change - package com.vaadin.flow.internal.change
-
- com.vaadin.flow.internal.nodefeature - package com.vaadin.flow.internal.nodefeature
-
- com.vaadin.flow.router - package com.vaadin.flow.router
-
- com.vaadin.flow.router.internal - package com.vaadin.flow.router.internal
-
- com.vaadin.flow.server - package com.vaadin.flow.server
-
- com.vaadin.flow.server.communication - package com.vaadin.flow.server.communication
-
- com.vaadin.flow.server.communication.rpc - package com.vaadin.flow.server.communication.rpc
-
- com.vaadin.flow.server.communication.streaming - package com.vaadin.flow.server.communication.streaming
-
- com.vaadin.flow.server.frontend - package com.vaadin.flow.server.frontend
-
- com.vaadin.flow.server.frontend.installer - package com.vaadin.flow.server.frontend.installer
-
- com.vaadin.flow.server.frontend.scanner - package com.vaadin.flow.server.frontend.scanner
-
- com.vaadin.flow.server.osgi - package com.vaadin.flow.server.osgi
-
- com.vaadin.flow.server.startup - package com.vaadin.flow.server.startup
-
- com.vaadin.flow.server.webcomponent - package com.vaadin.flow.server.webcomponent
-
- com.vaadin.flow.server.webjar - package com.vaadin.flow.server.webjar
-
- com.vaadin.flow.shared - package com.vaadin.flow.shared
-
- com.vaadin.flow.shared.communication - package com.vaadin.flow.shared.communication
-
- com.vaadin.flow.shared.ui - package com.vaadin.flow.shared.ui
-
- com.vaadin.flow.shared.util - package com.vaadin.flow.shared.util
-
- com.vaadin.flow.templatemodel - package com.vaadin.flow.templatemodel
-
- com.vaadin.flow.theme - package com.vaadin.flow.theme
-
- com.vaadin.flow.theme.lumo - package com.vaadin.flow.theme.lumo
-
- com.vaadin.flow.theme.material - package com.vaadin.flow.theme.material
-
- com.vaadin.shrinkwrap - package com.vaadin.shrinkwrap
-
- combine(Registration...) - Static method in interface com.vaadin.flow.shared.Registration
-
Creates a registration that will remove multiple registrations.
- combineFilters(Q, C) - Method in class com.vaadin.flow.data.provider.ConfigurableFilterDataProviderWrapper
-
Combines the configured filter and the filter from the query into one
filter instance that can be passed to the wrapped data provider.
- combineFilters(SerializableBiFunction<Q, C, F>, Q, C) - Static method in class com.vaadin.flow.data.provider.FilterUtils
-
Combines the configured filter and the filter from the query into one
filter instance that can be passed to the wrapped data provider using the
filterCombiner
.
- combineWith(Range) - Method in class com.vaadin.flow.internal.Range
-
Combines two ranges to create a range containing all values in both
ranges, provided there are no gaps between the ranges.
- ComboBox<T> - Class in com.vaadin.flow.component.combobox
-
Server-side component for the vaadin-combo-box
webcomponent.
- ComboBox(int) - Constructor for class com.vaadin.flow.component.combobox.ComboBox
-
Creates an empty combo box with the defined page size for lazy loading.
- ComboBox() - Constructor for class com.vaadin.flow.component.combobox.ComboBox
-
Default constructor.
- ComboBox(String) - Constructor for class com.vaadin.flow.component.combobox.ComboBox
-
Creates an empty combo box with the defined label.
- ComboBox(String, Collection<T>) - Constructor for class com.vaadin.flow.component.combobox.ComboBox
-
Creates a combo box with the defined label and populated with the items
in the collection.
- ComboBox(String, T...) - Constructor for class com.vaadin.flow.component.combobox.ComboBox
-
Creates a combo box with the defined label and populated with the items
in the array.
- ComboBox.FetchItemsCallback<T> - Interface in com.vaadin.flow.component.combobox
-
A callback method for fetching items.
- ComboBox.ItemFilter<T> - Interface in com.vaadin.flow.component.combobox
-
Predicate to check
ComboBox
items against user typed strings.
- ComboBoxConnectorResource - Class in com.vaadin.flow.component.combobox.osgi
-
Combo box connector resource registration.
- ComboBoxConnectorResource() - Constructor for class com.vaadin.flow.component.combobox.osgi.ComboBoxConnectorResource
-
- COMMA - Static variable in interface com.vaadin.flow.component.Key
-
,<
on a US keyboard.
- Command - Interface in com.vaadin.flow.server
-
A generic command interface meant to be used for passing lambdas around.
- CommandExecutionException(int) - Constructor for exception com.vaadin.flow.server.frontend.FrontendUtils.CommandExecutionException
-
Constructs an exception telling what code the command execution
process was exited with.
- CommandExecutionException(Throwable) - Constructor for exception com.vaadin.flow.server.frontend.FrontendUtils.CommandExecutionException
-
Constructs an exception telling what was the original exception the
command execution process failed with.
- commandToString(String, List<String>) - Static method in class com.vaadin.flow.server.frontend.FrontendUtils
-
Pretty prints a command line order.
- commit(int) - Method in class com.vaadin.flow.component.grid.Grid.UpdateQueue
-
- commit() - Method in class com.vaadin.flow.component.grid.Grid.UpdateQueue
-
- commit(int) - Method in interface com.vaadin.flow.data.provider.ArrayUpdater.Update
-
Commits changes for the given updateId
.
- commit() - Method in interface com.vaadin.flow.data.provider.hierarchy.HierarchicalArrayUpdater.HierarchicalUpdate
-
- commit(int, String, int) - Method in interface com.vaadin.flow.data.provider.hierarchy.HierarchicalArrayUpdater.HierarchicalUpdate
-
Commits changes for the given updateId
and parent key.
- commitJsonResponse(VaadinResponse, String) - Static method in class com.vaadin.flow.server.communication.UidlRequestHandler
-
Commit the JSON response.
- Compare - Enum in com.vaadin.flow.component.charts.model
-
- compareMaybeComparables(Object, Object) - Static method in class com.vaadin.flow.component.grid.Grid
-
- compareTo(T) - Method in class com.vaadin.flow.router.RouteBaseData
-
- compareTo(FrontendVersion) - Method in class com.vaadin.flow.server.frontend.FrontendVersion
-
Compare version numbers and return order as -1, 0 and 1.
- COMPATIBILITY_RESOURCES_FRONTEND_DEFAULT - Static variable in class com.vaadin.flow.server.Constants
-
Location for the frontend resources in jar files for compatibility mode
(also obsolete but supported for NPM mode).
- COMPILED_WEB_COMPONENTS_PATH - Static variable in class com.vaadin.flow.server.Constants
-
- COMPILED_WEB_COMPONENTS_PATH - Static variable in class com.vaadin.flow.server.InitParameters
-
Configuration name for the parameter that sets the compiled web
components path.
- complete(JsonValue) - Method in class com.vaadin.flow.component.internal.PendingJavaScriptInvocation
-
Completes this invocation with the given return value from the client.
- completeExceptionally(JsonValue) - Method in class com.vaadin.flow.component.internal.PendingJavaScriptInvocation
-
Completes this invocation with the given exception value from the client.
- ComplexModelType<T> - Interface in com.vaadin.flow.templatemodel
-
A complex model type (represents either a list or a bean).
- Component - Class in com.vaadin.flow.component
-
A Component is a higher level abstraction of an
Element
or a
hierarchy of
Element
s.
- Component() - Constructor for class com.vaadin.flow.component.Component
-
Creates a component instance with an element created based on the
Tag
annotation of the sub class.
- Component(Element) - Constructor for class com.vaadin.flow.component.Component
-
Creates a component instance based on the given element.
- COMPONENT_MAPPING - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
-
- ComponentDataGenerator<T> - Class in com.vaadin.flow.data.provider
-
- ComponentDataGenerator(ComponentRenderer<? extends Component, T>, ValueProvider<T, String>) - Constructor for class com.vaadin.flow.data.provider.ComponentDataGenerator
-
Creates a new generator.
- ComponentEvent<T extends Component> - Class in com.vaadin.flow.component
-
- ComponentEvent(T, boolean) - Constructor for class com.vaadin.flow.component.ComponentEvent
-
Creates a new event using the given source and indicator whether the
event originated from the client side or the server side.
- ComponentEventBus - Class in com.vaadin.flow.component
-
- ComponentEventBus(Component) - Constructor for class com.vaadin.flow.component.ComponentEventBus
-
Creates an event bus for the given component.
- ComponentEventBusUtil - Class in com.vaadin.flow.component
-
- ComponentEventListener<T extends ComponentEvent<?>> - Interface in com.vaadin.flow.component
-
Generic listener for component events.
- componentFromElement(Element, Class<T>, boolean) - Static method in class com.vaadin.flow.component.ComponentUtil
-
Creates a new component instance using the given element, maps the
component to the element and optionally maps the element to the component
(if mapComponent
is true
).
- ComponentMapping - Class in com.vaadin.flow.internal.nodefeature
-
A server side only node feature for mapping a node to a component.
- ComponentMapping(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.ComponentMapping
-
Creates an instance of this node feature.
- ComponentMetaData - Class in com.vaadin.flow.component.internal
-
Immutable meta data related to a component class.
- ComponentMetaData(Class<? extends Component>) - Constructor for class com.vaadin.flow.component.internal.ComponentMetaData
-
Scans the given component class and creates a new instance based on found
annotations.
- ComponentMetaData.DependencyInfo - Class in com.vaadin.flow.component.internal
-
- ComponentMetaData.HtmlImportDependency - Class in com.vaadin.flow.component.internal
-
- ComponentMetaData.SynchronizedPropertyInfo - Class in com.vaadin.flow.component.internal
-
Synchronized properties defined for a
Component
class.
- ComponentRenderer<COMPONENT extends Component,SOURCE> - Class in com.vaadin.flow.data.renderer
-
Base class for all renderers that support arbitrary
Component
s.
- ComponentRenderer(SerializableSupplier<COMPONENT>, SerializableBiConsumer<COMPONENT, SOURCE>) - Constructor for class com.vaadin.flow.data.renderer.ComponentRenderer
-
Creates a new ComponentRenderer that uses the componentSupplier to
generate new
Component
instances, and the itemConsumer to set the
related items.
- ComponentRenderer(SerializableSupplier<COMPONENT>) - Constructor for class com.vaadin.flow.data.renderer.ComponentRenderer
-
Creates a new ComponentRenderer that uses the componentSupplier to
generate new
Component
instances.
- ComponentRenderer(SerializableFunction<SOURCE, COMPONENT>) - Constructor for class com.vaadin.flow.data.renderer.ComponentRenderer
-
Creates a new ComponentRenderer that uses the componentFunction to
generate new
Component
instances.
- ComponentRenderer(SerializableFunction<SOURCE, COMPONENT>, SerializableBiFunction<Component, SOURCE, Component>) - Constructor for class com.vaadin.flow.data.renderer.ComponentRenderer
-
Creates a new ComponentRenderer that uses the componentFunction to
generate new
Component
instances, and a componentUpdateFunction
to update existing
Component
instances.
- ComponentRenderer() - Constructor for class com.vaadin.flow.data.renderer.ComponentRenderer
-
Default constructor, that can be used by subclasses which supports
different ways of creating components, other than those defined in the
other constructors.
- componentSet(T) - Method in class com.vaadin.flow.internal.nodefeature.AbstractServerHandlers
-
Called by
ComponentMapping
whenever a component instance has been
set for the node.
- ComponentUtil - Class in com.vaadin.flow.component
-
- ComponentValueChangeEvent(C, HasValue<?, V>, V, boolean) - Constructor for class com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent
-
Creates a new component value change event.
- COMPOSE - Static variable in interface com.vaadin.flow.component.Key
-
The Compose
key.
- compose(Map<String, T>, String) - Method in class com.vaadin.flow.templatemodel.PathLookup
-
Composes a new path lookup that contains all items of this path lookup
and all provided items supplemented with the provided path prefix.
- Composite<T extends Component> - Class in com.vaadin.flow.component
-
A composite encapsulates a
Component
tree to allow creation of new
components by composing existing components.
- Composite() - Constructor for class com.vaadin.flow.component.Composite
-
Creates a new composite.
- CompositeDataGenerator<T> - Class in com.vaadin.flow.data.provider
-
A
DataGenerator
that aggregates multiple DataGenerators and delegates
the data generation to them.
- CompositeDataGenerator() - Constructor for class com.vaadin.flow.data.provider.CompositeDataGenerator
-
- CompositionEndEvent - Class in com.vaadin.flow.component
-
The event when a composition is ended.
- CompositionEndEvent(Component, boolean, String, String) - Constructor for class com.vaadin.flow.component.CompositionEndEvent
-
Creates a new composition event.
- CompositionEndEvent(Component) - Constructor for class com.vaadin.flow.component.CompositionEndEvent
-
Creates a new server-side composition event with no additional
information.
- CompositionEvent - Class in com.vaadin.flow.component.internal
-
Abstract class for composition events.
- CompositionEvent(Component, boolean, String, String) - Constructor for class com.vaadin.flow.component.internal.CompositionEvent
-
Creates a new composition event.
- CompositionEvent(Component) - Constructor for class com.vaadin.flow.component.internal.CompositionEvent
-
Creates a new server-side composition event with no additional
information.
- CompositionNotifier - Interface in com.vaadin.flow.component
-
Mixin interface for components that support adding composition listeners to
the their root elements.
- CompositionStartEvent - Class in com.vaadin.flow.component
-
The event when a composition is started.
- CompositionStartEvent(Component, boolean, String, String) - Constructor for class com.vaadin.flow.component.CompositionStartEvent
-
Creates a new composition event.
- CompositionStartEvent(Component) - Constructor for class com.vaadin.flow.component.CompositionStartEvent
-
Creates a new server-side composition event with no additional
information.
- CompositionUpdateEvent - Class in com.vaadin.flow.component
-
The event when a composition is updated.
- CompositionUpdateEvent(Component, boolean, String, String) - Constructor for class com.vaadin.flow.component.CompositionUpdateEvent
-
Creates a new composition event.
- CompositionUpdateEvent(Component) - Constructor for class com.vaadin.flow.component.CompositionUpdateEvent
-
Creates a new server-side composition event with no additional
information.
- Condition - Class in com.vaadin.flow.component.charts.model
-
Under which conditions the rule applies.
- Condition() - Constructor for class com.vaadin.flow.component.charts.model.Condition
-
- ConfigurableFilterDataProvider<T,Q,C> - Interface in com.vaadin.flow.data.provider
-
A data provider that supports programmatically setting a filter that will be
applied to all queries.
- ConfigurableFilterDataProviderWrapper<T,Q,C,F> - Class in com.vaadin.flow.data.provider
-
A configurable data provider that wraps another data provider by combining
any filter from the component with the configured filter and passing that to
the wrapped provider through the query.
- ConfigurableFilterDataProviderWrapper(DataProvider<T, F>) - Constructor for class com.vaadin.flow.data.provider.ConfigurableFilterDataProviderWrapper
-
Creates a new configurable filter data provider by wrapping an existing
data provider.
- Configuration - Class in com.vaadin.flow.component.charts.model
-
Chart's configuration root object containing all the child objects that are
used to configure chart, axes, legend, titles etc.
- Configuration() - Constructor for class com.vaadin.flow.component.charts.model.Configuration
-
- ConfigurationChangeListener - Interface in com.vaadin.flow.component.charts.events.internal
-
Listener interface for events triggered in Configuration.
- configure(T) - Static method in interface com.vaadin.flow.component.dnd.DragSource
-
Gives access to the generic drag source API for the given component.
- configure(T, boolean) - Static method in interface com.vaadin.flow.component.dnd.DragSource
-
Gives access to the generic drag source API for the given component and
applies the given draggable status to it.
- configure(T) - Static method in interface com.vaadin.flow.component.dnd.DropTarget
-
Gives access to the generic drop target API for the given component.
- configure(T, boolean) - Static method in interface com.vaadin.flow.component.dnd.DropTarget
-
Gives access to the generic drop target API for the given component and
either activates or deactivates the drop target.
- configure(ConfigureRoutes) - Method in interface com.vaadin.flow.router.internal.AbstractRouteRegistry.Configuration
-
Configure the given configurable route holder object.
- configure(AbstractRouteRegistry.Configuration) - Method in class com.vaadin.flow.router.internal.AbstractRouteRegistry
-
Thread-safe update of the RouteConfiguration.
- configureBinding(Binder.BindingBuilder<BEAN, ?>, PropertyDefinition<BEAN, ?>) - Method in class com.vaadin.flow.data.binder.BeanValidationBinder
-
- configureBinding(Binder.BindingBuilder<BEAN, ?>, PropertyDefinition<BEAN, ?>) - Method in class com.vaadin.flow.data.binder.Binder
-
Configures the binding
with the property definition
definition
before it's being bound.
- ConfiguredRoutes - Class in com.vaadin.flow.router.internal
-
Route configuration class that is used as a value object.
- ConfiguredRoutes() - Constructor for class com.vaadin.flow.router.internal.ConfiguredRoutes
-
Create an immutable RouteConfiguration.
- ConfiguredRoutes(ConfigureRoutes) - Constructor for class com.vaadin.flow.router.internal.ConfiguredRoutes
-
Create a mutable or immutable configuration with original configuration
information.
- configureInstance(WebComponent<C>, C) - Method in class com.vaadin.flow.component.WebComponentExporter
-
If custom initialization for the created
Component
instance is
needed, it can be done here.
- configurePage(InitialPageSettings) - Method in interface com.vaadin.flow.server.PageConfigurator
-
Deprecated.
Configure the initial page settings when called.
- ConfigureRoutes - Class in com.vaadin.flow.router.internal
-
Configuration class for editing routes.
- ConfigureRoutes() - Constructor for class com.vaadin.flow.router.internal.ConfigureRoutes
-
Create an immutable RouteConfiguration.
- ConfigureRoutes(ConfiguredRoutes) - Constructor for class com.vaadin.flow.router.internal.ConfigureRoutes
-
Create a mutable or immutable configuration with original configuration
information.
- Confirmation() - Constructor for class com.vaadin.flow.component.crud.CrudI18n.Confirmations.Confirmation
-
- Confirmations() - Constructor for class com.vaadin.flow.component.crud.CrudI18n.Confirmations
-
- ConfirmDialog - Class in com.vaadin.flow.component.confirmdialog
-
Server-side component for the <vaadin-confirm-dialog>
element.
- ConfirmDialog() - Constructor for class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Creates an empty dialog with a Confirm button
- ConfirmDialog(String, String, String, ComponentEventListener<ConfirmDialog.ConfirmEvent>) - Constructor for class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Creates a dialog with a Confirm button with its click listener and a
given texts
- ConfirmDialog(String, String, String, ComponentEventListener<ConfirmDialog.ConfirmEvent>, String, ComponentEventListener<ConfirmDialog.CancelEvent>) - Constructor for class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Creates a two button dialog with Confirm and Cancel buttons
- ConfirmDialog(String, String, String, ComponentEventListener<ConfirmDialog.ConfirmEvent>, String, ComponentEventListener<ConfirmDialog.RejectEvent>, String, ComponentEventListener<ConfirmDialog.CancelEvent>) - Constructor for class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Creates a three button dialog with Confirm, Reject and Cancel buttons
- ConfirmDialog.CancelEvent - Class in com.vaadin.flow.component.confirmdialog
-
`cancel` is sent when the user clicks Cancel button or presses Escape
key.
- ConfirmDialog.ConfirmEvent - Class in com.vaadin.flow.component.confirmdialog
-
`confirm` is sent when the user clicks Confirm button
- ConfirmDialog.RejectEvent - Class in com.vaadin.flow.component.confirmdialog
-
`reject` is sent when the user clicks Reject button
- ConfirmEvent(ConfirmDialog, boolean) - Constructor for class com.vaadin.flow.component.confirmdialog.ConfirmDialog.ConfirmEvent
-
- confirmUpdate(int) - Method in class com.vaadin.flow.data.provider.DataCommunicator
-
Confirm update with the given updateId
.
- confirmUpdate(int) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalCommunicationController
-
- confirmUpdate(int, String) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalDataCommunicator
-
- connect(AtmosphereResource) - Method in class com.vaadin.flow.server.communication.AtmospherePushConnection
-
Associates this AtmospherePushConnection
with the given
AtmosphereResource
representing an established push connection.
- connectionLost() - Method in class com.vaadin.flow.server.communication.AtmospherePushConnection
-
Called when the connection to the client has been lost.
- console(String, Object) - Static method in class com.vaadin.flow.server.frontend.FrontendUtils
-
/**
Intentionally send to console instead to log, useful when executing
external processes.
- ConstantPool - Class in com.vaadin.flow.internal
-
Keeps track of
ConstantPoolKey
values that have already been sent to
the client.
- ConstantPool() - Constructor for class com.vaadin.flow.internal.ConstantPool
-
- ConstantPoolKey - Class in com.vaadin.flow.internal
-
Wraps a JSON value that should be stored in the
ConstantPool
shared
between the client and the server.
- ConstantPoolKey(JsonValue) - Constructor for class com.vaadin.flow.internal.ConstantPoolKey
-
Creates a new constant pool key for the given JSON value.
- Constants - Class in com.vaadin.flow.server
-
Constants used by the server side framework.
- constructVaadinContext() - Method in class com.vaadin.flow.server.VaadinService
-
- constructVaadinContext() - Method in class com.vaadin.flow.server.VaadinServletService
-
- contains(Axis) - Method in class com.vaadin.flow.component.charts.model.AxisList
-
- contains(T) - Method in class com.vaadin.flow.data.provider.hierarchy.TreeData
-
Check whether the given item is in this hierarchy.
- contains(Object) - Method in class com.vaadin.flow.dom.impl.ThemeListImpl
-
- contains(StateNode) - Method in class com.vaadin.flow.internal.nodefeature.ModelList
-
Returns true if this list contains the specified node.
- contains(Object) - Method in class com.vaadin.flow.internal.nodefeature.NodeList.SetView
-
- contains(String) - Method in class com.vaadin.flow.internal.nodefeature.NodeMap
-
Checks whether a value is stored for the given key.
- contains(int) - Method in class com.vaadin.flow.internal.Range
-
Checks whether an integer is found within this range.
- contains(Class<? extends C>) - Method in class com.vaadin.flow.internal.ReflectionCache
-
Checks whether this cache contains an entry for the given type.
- contains(String) - Static method in enum com.vaadin.flow.shared.ui.Dependency.Type
-
Check if the given value is contained as a enum value.
- containsAll(Collection<?>) - Method in class com.vaadin.flow.dom.impl.ThemeListImpl
-
- containsKey(String) - Method in class com.vaadin.flow.data.provider.KeyMapper
-
Checks if the given key is mapped to an object.
- containsPath(File, String) - Method in class com.vaadin.flow.server.frontend.JarContentsManager
-
Checks if a jar file contains a path specified (case sensitive).
- containsTarget(Class<? extends Component>) - Method in class com.vaadin.flow.router.internal.RouteTarget
-
Check if navigation target is present in current target.
- CONTENT_TYPE_TEXT_HTML_UTF_8 - Static variable in class com.vaadin.flow.shared.ApplicationConstants
-
Content type to use for text/html responses (should always be UTF-8).
- CONTENT_TYPE_TEXT_JAVASCRIPT_UTF_8 - Static variable in class com.vaadin.flow.shared.ApplicationConstants
-
Content type to use for text/javascript responses (should always be
UTF-8).
- ContentTypeResolver - Interface in com.vaadin.flow.function
-
Content type resolver.
- CONTEXT_MENU - Static variable in interface com.vaadin.flow.component.Key
-
Shows the context menu.
- CONTEXT_PROTOCOL_PREFIX - Static variable in class com.vaadin.flow.shared.ApplicationConstants
-
Protocol used for referencing the application context path.
- CONTEXT_ROOT_URL - Static variable in class com.vaadin.flow.shared.ApplicationConstants
-
Configuration parameter giving the (in some cases relative) URL to the
web application context root.
- ContextButton - Class in com.vaadin.flow.component.charts.model
-
Options for the export button.
- ContextButton() - Constructor for class com.vaadin.flow.component.charts.model.ContextButton
-
- ContextButton(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.ContextButton
-
- ContextButton(String) - Constructor for class com.vaadin.flow.component.charts.model.ContextButton
-
- ContextButtonMenuItem - Class in com.vaadin.flow.component.charts.model
-
- ContextButtonMenuItem() - Constructor for class com.vaadin.flow.component.charts.model.ContextButtonMenuItem
-
- contextDestroyed(ServletContextEvent) - Method in class com.vaadin.flow.server.communication.JSR356WebsocketInitializer
-
- contextDestroyed(ServletContextEvent) - Method in class com.vaadin.flow.server.startup.DevModeInitializer
-
- contextDestroyed(ServletContextEvent) - Method in class com.vaadin.flow.server.startup.ServletContextListeners
-
- contextDestroyed(ServletContextEvent) - Method in class com.vaadin.flow.server.startup.ServletDeployer
-
- contextInitialized(ServletContextEvent) - Method in class com.vaadin.flow.server.communication.JSR356WebsocketInitializer
-
- contextInitialized(ServletContextEvent) - Method in class com.vaadin.flow.server.startup.DevModeInitializer
-
- contextInitialized(ServletContextEvent) - Method in class com.vaadin.flow.server.startup.ServletContextListeners
-
- contextInitialized(ServletContextEvent) - Method in class com.vaadin.flow.server.startup.ServletDeployer
-
- ContextMenu - Class in com.vaadin.flow.component.contextmenu
-
Server-side component for <vaadin-context-menu>
.
- ContextMenu() - Constructor for class com.vaadin.flow.component.contextmenu.ContextMenu
-
Creates an empty context menu.
- ContextMenu(Component) - Constructor for class com.vaadin.flow.component.contextmenu.ContextMenu
-
Creates an empty context menu with the given target component.
- ContextMenuBase<C extends ContextMenuBase<C,I,S>,I extends MenuItemBase<C,I,S>,S extends SubMenuBase<C,I,S>> - Class in com.vaadin.flow.component.contextmenu
-
Base functionality for server-side components based on
<vaadin-context-menu>
.
- ContextMenuBase() - Constructor for class com.vaadin.flow.component.contextmenu.ContextMenuBase
-
Creates an empty context menu.
- ContextMenuConectorResource - Class in com.vaadin.flow.component.contextmenu.osgi
-
Context menu connector resource registration.
- ContextMenuConectorResource() - Constructor for class com.vaadin.flow.component.contextmenu.osgi.ContextMenuConectorResource
-
- CONTROL - Static variable in interface com.vaadin.flow.component.Key
-
The Control
, Ctrl
, or Ctl
key.
- CONTROL_LEFT - Static variable in interface com.vaadin.flow.component.Key
-
Control
or ?
- CONTROL_RIGHT - Static variable in interface com.vaadin.flow.component.Key
-
Control
or ?
- CONVERT - Static variable in interface com.vaadin.flow.component.Key
-
The Convert
key, which instructs the IME to convert the
current input method sequence into the resulting character.
- convertDurationToStepsValue(Duration) - Static method in class com.vaadin.flow.component.timepicker.StepsUtil
-
Converts a Duration object into a decimal value that is used internally
by the time picker web component.
- ConvertedModelType<A,M extends Serializable> - Class in com.vaadin.flow.templatemodel
-
A
ModelType
implementation that wraps a model type for performing
type conversions on together with a
ModelEncoder
.
- Converter<PRESENTATION,MODEL> - Interface in com.vaadin.flow.data.converter
-
Defines conversion between a model and a presentation type.
- convertFilter(SerializableFunction<C, F>, Query<T, C>) - Static method in class com.vaadin.flow.data.provider.FilterUtils
-
Gets the filter converted from a query filter by the
filterConverter
.
- convertPrimitiveType(Class<?>) - Static method in class com.vaadin.flow.internal.ReflectTools
-
Converts the given primitive type to its boxed version.
- convertStepsValueToDuration(double) - Static method in class com.vaadin.flow.component.timepicker.StepsUtil
-
Converts the decimal steps value use internally by the time picker web
component into a Duration instance
- convertToApplication(Serializable) - Method in class com.vaadin.flow.templatemodel.AbstractBasicModelType
-
Converts the given model value to the application type of this model
type.
- convertToModel(PRESENTATION, ValueContext) - Method in interface com.vaadin.flow.data.converter.Converter
-
Converts the given value from presentation type to model type.
- convertToModel(Date, ValueContext) - Method in class com.vaadin.flow.data.converter.DateToLongConverter
-
- convertToModel(Date, ValueContext) - Method in class com.vaadin.flow.data.converter.DateToSqlDateConverter
-
- convertToModel(LocalDateTime, ValueContext) - Method in class com.vaadin.flow.data.converter.LocalDateTimeToDateConverter
-
- convertToModel(LocalDate, ValueContext) - Method in class com.vaadin.flow.data.converter.LocalDateToDateConverter
-
- convertToModel(String, ValueContext) - Method in class com.vaadin.flow.data.converter.StringToBigDecimalConverter
-
- convertToModel(String, ValueContext) - Method in class com.vaadin.flow.data.converter.StringToBigIntegerConverter
-
- convertToModel(String, ValueContext) - Method in class com.vaadin.flow.data.converter.StringToBooleanConverter
-
- convertToModel(String, ValueContext) - Method in class com.vaadin.flow.data.converter.StringToDateConverter
-
- convertToModel(String, ValueContext) - Method in class com.vaadin.flow.data.converter.StringToDoubleConverter
-
- convertToModel(String, ValueContext) - Method in class com.vaadin.flow.data.converter.StringToFloatConverter
-
- convertToModel(String, ValueContext) - Method in class com.vaadin.flow.data.converter.StringToIntegerConverter
-
- convertToModel(String, ValueContext) - Method in class com.vaadin.flow.data.converter.StringToLongConverter
-
- convertToModel(String, ValueContext) - Method in class com.vaadin.flow.data.converter.StringToUuidConverter
-
- convertToNumber(String, ValueContext) - Method in class com.vaadin.flow.data.converter.AbstractStringToNumberConverter
-
- convertToPresentation(T, ValueContext) - Method in class com.vaadin.flow.data.converter.AbstractStringToNumberConverter
-
- convertToPresentation(MODEL, ValueContext) - Method in interface com.vaadin.flow.data.converter.Converter
-
Converts the given value from model type to presentation type.
- convertToPresentation(Long, ValueContext) - Method in class com.vaadin.flow.data.converter.DateToLongConverter
-
- convertToPresentation(Date, ValueContext) - Method in class com.vaadin.flow.data.converter.DateToSqlDateConverter
-
- convertToPresentation(Date, ValueContext) - Method in class com.vaadin.flow.data.converter.LocalDateTimeToDateConverter
-
- convertToPresentation(Date, ValueContext) - Method in class com.vaadin.flow.data.converter.LocalDateToDateConverter
-
- convertToPresentation(Boolean, ValueContext) - Method in class com.vaadin.flow.data.converter.StringToBooleanConverter
-
- convertToPresentation(Date, ValueContext) - Method in class com.vaadin.flow.data.converter.StringToDateConverter
-
- convertToPresentation(UUID, ValueContext) - Method in class com.vaadin.flow.data.converter.StringToUuidConverter
-
- CookieConsent - Class in com.vaadin.flow.component.cookieconsent
-
Server-side component for the vaadin-cookie-consent
element,
used for showing a cookie consent banner the first time a user visits the
application, until the banner is dismissed.
- CookieConsent() - Constructor for class com.vaadin.flow.component.cookieconsent.CookieConsent
-
Creates a banner with default values.
- CookieConsent(String, String, String, String, CookieConsent.Position) - Constructor for class com.vaadin.flow.component.cookieconsent.CookieConsent
-
Creates a banner with the specified data
- CookieConsent.Position - Enum in com.vaadin.flow.component.cookieconsent
-
Position of the banner.
- cookiesDisabledCaption - Variable in class com.vaadin.flow.server.SystemMessages
-
- cookiesDisabledMessage - Variable in class com.vaadin.flow.server.SystemMessages
-
- cookiesDisabledNotificationEnabled - Variable in class com.vaadin.flow.server.SystemMessages
-
- cookiesDisabledURL - Variable in class com.vaadin.flow.server.SystemMessages
-
- COPY - Static variable in interface com.vaadin.flow.component.Key
-
The Copy
key (on certain extended keyboards).
- copy(int) - Method in class com.vaadin.flow.internal.change.AbstractListChange
-
Gets a copy of the change with the same data except index
.
- copy(List<? extends T>) - Method in class com.vaadin.flow.internal.change.ListAddChange
-
Gets a copy of the change with the same data except a list of new
items
.
- copy(int) - Method in class com.vaadin.flow.internal.change.ListAddChange
-
- copy(int) - Method in class com.vaadin.flow.internal.change.ListClearChange
-
- copy(int) - Method in class com.vaadin.flow.internal.change.ListRemoveChange
-
- copyFilesFromJarTrimmingBasePath(File, String, File, String...) - Method in class com.vaadin.flow.server.frontend.JarContentsManager
-
Copies files from the jar file to the output directory.
- copyIncludedFilesFromJarTrimmingBasePath(File, String, File, String...) - Method in class com.vaadin.flow.server.frontend.JarContentsManager
-
Copies files matching the inclusion filters from the jar file to the
output directory.
- copyLocalResources(File) - Method in class com.vaadin.flow.server.frontend.NodeTasks.Builder
-
Set local frontend files to be copied from given folder.
- copyResources(Set<File>) - Method in class com.vaadin.flow.server.frontend.NodeTasks.Builder
-
Sets whether copy resources from classpath to the `node_modules`
folder as they are available for webpack build.
- copyTargetRouteModels(boolean) - Method in class com.vaadin.flow.router.internal.ConfiguredRoutes
-
Make a copy of the target and route models mapping.
- CORAL - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
-
- CORNFLOWERBLUE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
-
- CORNSILK - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
-
- count(Query<T, F>) - Method in interface com.vaadin.flow.data.provider.CallbackDataProvider.CountCallback
-
Counts the number of available items based on a query.
- countChildItems(T) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchyMapper
-
- CR_SEL - Static variable in interface com.vaadin.flow.component.Key
-
The Cursor Select key, CrSel
.
- create(T) - Static method in interface com.vaadin.flow.component.dnd.DragSource
-
Makes the given component draggable and gives access to the generic drag
source API for the component.
- create(T) - Static method in interface com.vaadin.flow.component.dnd.DropTarget
-
Makes the given component a drop target and gives access to the generic
drop target API for the component.
- create() - Method in interface com.vaadin.flow.component.icon.IconFactory
-
- create() - Method in enum com.vaadin.flow.component.icon.VaadinIcon
-
Creates a new
IronIcon
instance with the icon determined by the
name of this instance.
- create(WebComponentExporter<T>) - Method in class com.vaadin.flow.component.WebComponentExporter.WebComponentConfigurationFactory
-
- create() - Method in interface com.vaadin.flow.component.WebComponentExporterFactory
-
Creates a new WebComponentExporter
instance and configures the
tag name of the web component created based on this exporter.
- create() - Method in class com.vaadin.flow.component.WebComponentExporterFactory.DefaultWebComponentExporterFactory
-
- create(String, ErrorLevel) - Static method in interface com.vaadin.flow.data.binder.ValidationResult
-
Creates the validation result with the given errorMessage
and
errorLevel
.
- create(Class<? extends NodeFeature>, StateNode) - Static method in class com.vaadin.flow.internal.nodefeature.NodeFeatureRegistry
-
Creates a feature of the given type for a node.
- createAnchor() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an <a>
element.
- createAnchor(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an <a>
with the given href
attribute.
- createAnchor(String, String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an <a>
element with the given href
attribute
and text content.
- createAndInitUI(Class<? extends UI>, VaadinRequest, VaadinResponse, VaadinSession) - Method in class com.vaadin.flow.server.BootstrapHandler
-
- createAndInitUI(Class<? extends UI>, VaadinRequest, VaadinResponse, VaadinSession) - Method in class com.vaadin.flow.server.communication.WebComponentBootstrapHandler
-
- createArray(JsonValue...) - Static method in class com.vaadin.flow.internal.JsonUtils
-
Creates a new JSON array with the given values.
- createBinding(HasValue<?, FIELDVALUE>, Converter<FIELDVALUE, TARGET>, BindingValidationStatusHandler) - Method in class com.vaadin.flow.data.binder.Binder
-
Creates a new binding with the given field.
- createBootstrapContext(VaadinRequest, VaadinResponse, UI, Function<VaadinRequest, String>) - Method in class com.vaadin.flow.server.BootstrapHandler
-
- createBootstrapContext(VaadinRequest, VaadinResponse, UI, Function<VaadinRequest, String>) - Method in class com.vaadin.flow.server.communication.WebComponentBootstrapHandler
-
- createBr() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a <br>
element.
- createButton() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a <button>
element.
- createButton(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a <button>
with the given text content.
- createColumn(Renderer<T>, String) - Method in class com.vaadin.flow.component.grid.Grid
-
- createColumnId(boolean) - Method in class com.vaadin.flow.component.grid.Grid
-
- createComponent(T) - Method in class com.vaadin.flow.data.provider.AbstractComponentDataGenerator
-
Creates a new component based on the provided item.
- createComponent(T) - Method in class com.vaadin.flow.data.provider.ComponentDataGenerator
-
- createComponent(SOURCE) - Method in class com.vaadin.flow.data.renderer.BasicRenderer
-
- createComponent(SOURCE) - Method in class com.vaadin.flow.data.renderer.ComponentRenderer
-
Creates a component for a given object model item.
- createComponent(ITEM) - Method in class com.vaadin.flow.data.renderer.IconRenderer
-
- createComponent(SOURCE) - Method in class com.vaadin.flow.data.renderer.NativeButtonRenderer
-
- createComponent(ITEM) - Method in class com.vaadin.flow.data.renderer.TextRenderer
-
- createComponent(Class<T>) - Method in class com.vaadin.flow.di.DefaultInstantiator
-
- createComponent(Class<T>) - Method in interface com.vaadin.flow.di.Instantiator
-
Creates an instance of a component by its componentClass
.
- createContext(ConstraintViolation<?>) - Method in class com.vaadin.flow.data.validator.BeanValidator
-
Creates a simple message interpolation context based on the given
constraint violation.
- createCriticalNotificationJSON(String, String, String, String) - Static method in class com.vaadin.flow.server.VaadinService
-
Creates a JSON message which, when sent to client as-is, will cause a
critical error to be shown with the given details.
- createCriticalNotificationJSON(String, String, String, String, String) - Static method in class com.vaadin.flow.server.VaadinService
-
Creates a JSON message which, when sent to client as-is, will cause a
critical error to be shown with the given details.
- createDefault() - Static method in class com.vaadin.flow.component.crud.CrudI18n
-
Creates a new instance with the default messages
- createDefault() - Static method in class com.vaadin.flow.component.login.LoginI18n
-
- createDefaultArrayUpdater(SerializableBiFunction<GridArrayUpdater.UpdateQueueData, Integer, Grid.UpdateQueue>) - Method in class com.vaadin.flow.component.grid.Grid
-
- createDefaultArrayUpdater(SerializableBiFunction<GridArrayUpdater.UpdateQueueData, Integer, Grid.UpdateQueue>) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
-
- createDeploymentConfiguration(Class<?>, VaadinConfig) - Static method in class com.vaadin.flow.server.DeploymentConfigurationFactory
-
- createDeploymentConfiguration(ServletContext, ServletRegistration, Class<?>) - Static method in class com.vaadin.flow.server.startup.ServletDeployer.StubServletConfig
-
Creates a DeploymentConfiguration.
- createDeploymentConfiguration(ServletContext, Class<?>) - Static method in class com.vaadin.flow.server.startup.ServletDeployer.StubServletConfig
-
Creates a DeploymentConfiguration.
- createDeploymentConfiguration() - Method in class com.vaadin.flow.server.VaadinServlet
-
Creates a deployment configuration to be used for the creation of a
VaadinService
.
- createDeploymentConfiguration(Properties) - Method in class com.vaadin.flow.server.VaadinServlet
-
Creates a deployment configuration to be used for the creation of a
VaadinService
.
- createDiv() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a <div>
element.
- createDiv(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a <div>
with the given text content.
- createEditColumn(Renderer<E>, String) - Method in class com.vaadin.flow.component.gridpro.GridPro
-
Creates a new edit column instance for this
GridPro
instance.
- createEditor() - Method in class com.vaadin.flow.component.grid.Grid
-
Creates a new Editor instance.
- createElement(String) - Method in class com.vaadin.flow.data.renderer.TextRenderer
-
Creates a new
Element
that represent the rendered
item
.
- createEmphasis() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an <em>
element.
- createEmphasis(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an <em>
element with the given text content.
- createEqualsFilter(ValueProvider<T, V>, V) - Static method in class com.vaadin.flow.data.provider.InMemoryDataProviderHelpers
-
Creates a predicate that compares equality of the given required value to
the value the given value provider obtains.
- createEvent(NavigationEvent, List<HasElement>) - Static method in class com.vaadin.flow.router.internal.RouterUtil
-
Deprecated.
Create a new location change event for given navigation event and chain.
- createFile(String) - Method in interface com.vaadin.flow.component.upload.receivers.FileFactory
-
Create a new file for given file name.
- createFile(String) - Method in class com.vaadin.flow.component.upload.receivers.TemporaryFileFactory
-
Create a new temporary file
- createFileOutputStream(String) - Method in class com.vaadin.flow.component.upload.receivers.AbstractFileBuffer
-
Create a file output stream for the file.
- createFilters(VaadinService) - Method in class com.vaadin.flow.server.startup.BundleFilterFactory
-
Creates bundle filters for the given service.
- createHeading1() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an <h1>
element.
- createHeading1(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a <h1>
element with the given text content.
- createHeading2() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an <h2>
element.
- createHeading2(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a <h2>
element with the given text content.
- createHeading3() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an <h3>
element.
- createHeading3(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a <h3>
element with the given text content.
- createHeading4() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an <h4>
element.
- createHeading4(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a <h4>
element with the given text content.
- createHeading5() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an <h5>
element.
- createHeading5(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a <h5>
element with the given text content.
- createHeading6() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an <h6>
element.
- createHeading6(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a <h6>
element with the given text content.
- createHierarchyMapper(HierarchicalDataProvider<T, F>) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalDataCommunicator
-
Create new HierarchyMapper
for the given data provider.
- createHr() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an <hr>
element.
- createInitialValue(StateNode, String) - Method in class com.vaadin.flow.templatemodel.AbstractBasicModelType
-
- createInitialValue(StateNode, String) - Method in class com.vaadin.flow.templatemodel.BeanModelType
-
- createInitialValue(StateNode, String) - Method in class com.vaadin.flow.templatemodel.ConvertedModelType
-
- createInitialValue(StateNode, String) - Method in class com.vaadin.flow.templatemodel.ListModelType
-
- createInitialValue(StateNode, String) - Method in interface com.vaadin.flow.templatemodel.ModelType
-
Create initial value for the given property
and set it for the
node
.
- createInitialValues(StateNode) - Method in class com.vaadin.flow.templatemodel.BeanModelType
-
Creates initial values for the given node
using info from this
model type.
- createInitParameters(Class<?>, VaadinConfig) - Static method in class com.vaadin.flow.server.DeploymentConfigurationFactory
-
Generate Property containing parameters for with all parameters contained
in current application.
- createInput() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an <input>
element.
- createInput(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an <input>
element with the given type.
- createInputStream() - Method in interface com.vaadin.flow.server.InputStreamFactory
-
- createInstance(Class<T>) - Static method in class com.vaadin.flow.internal.ReflectTools
-
Creates an instance of the given class with a no-arg constructor.
- createInstantiator() - Method in class com.vaadin.flow.server.VaadinService
-
Creates an instantiator to use with this service.
- createInstantitor(VaadinService) - Method in interface com.vaadin.flow.di.InstantiatorFactory
-
- createKey() - Method in class com.vaadin.flow.data.provider.KeyMapper
-
Creates a key for a new item.
- createLabel() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an <label>
element.
- createLabel(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an <label>
element with the given text content.
- createListItem() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an <li>
element.
- createListItem(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an <li>
element with the given text content.
- createLookup(VaadinContext, Map<Class<?>, Collection<Class<?>>>) - Method in class com.vaadin.flow.di.LookupInitializer
-
Creates a lookup based on provided services
.
- createMenuManager(SerializableRunnable) - Method in class com.vaadin.flow.component.contextmenu.ContextMenu
-
- createMenuManager(SerializableRunnable) - Method in class com.vaadin.flow.component.contextmenu.ContextMenuBase
-
Creates a menu manager instance which contains logic to control the menu
content.
- createMenuManager() - Method in class com.vaadin.flow.component.contextmenu.SubMenu
-
- createMenuManager() - Method in class com.vaadin.flow.component.contextmenu.SubMenuBase
-
Creates a (sub) menu manager instance which contains logic to control the
(sub) menu content.
- createMenuManager(SerializableRunnable) - Method in class com.vaadin.flow.component.grid.contextmenu.GridContextMenu
-
- createMenuManager() - Method in class com.vaadin.flow.component.grid.contextmenu.GridSubMenu
-
- createMetadata(UI, boolean, boolean, SystemMessages) - Method in class com.vaadin.flow.server.communication.MetadataWriter
-
Creates a JSON object containing metadata related to the given UI.
- createMissingPackageJson(boolean) - Method in class com.vaadin.flow.server.frontend.NodeTasks.Builder
-
Sets whether to create the package file if missing.
- createModel(Grid<T>) - Method in enum com.vaadin.flow.component.grid.Grid.SelectionMode
-
Creates the selection model to use with this enum.
- createModelProxy(StateNode, BeanModelType<T>) - Static method in class com.vaadin.flow.templatemodel.TemplateModelProxyHandler
-
Creates a proxy object for the given modelType
type for the given
state node.
- createObject(Map<String, T>, Function<T, JsonValue>) - Static method in class com.vaadin.flow.internal.JsonUtils
-
Converts the given map into a JSON object by converting each map value to
a JSON value.
- createObjectMapper() - Static method in class com.vaadin.flow.component.charts.util.ChartSerialization
-
Create the default ObjectMapper
used for serialization.
- createObjectMapper(BeanSerializerModifier) - Static method in class com.vaadin.flow.component.charts.util.ChartSerialization
-
- createOption() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an <option>
element.
- createOption(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an <option>
element with the given text content.
- createParagraph() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a <p>
element.
- createParagraph(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a <p>
element with the given text content.
- createParameterizedType(Class<?>, Type) - Static method in class com.vaadin.flow.internal.ReflectTools
-
Creates a parameterized type, e.g.
- createParser() - Method in class com.vaadin.flow.component.littemplate.LitTemplateParser.LitTemplateParserFactory
-
Creates a Lit template parser instance.
- createPreformatted() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a <pre>
element.
- createPreformatted(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a <pre>
element with the given text content.
- createProcessBuilder(List<String>) - Static method in class com.vaadin.flow.server.frontend.FrontendUtils
-
Creates a process builder for the given list of program and arguments.
- createPropertyDeploymentConfiguration(Class<?>, VaadinConfig) - Static method in class com.vaadin.flow.server.DeploymentConfigurationFactory
-
Creates a
DeploymentConfiguration
instance that has all
parameters, specified for the current app without doing checks so
property states and only returns default.
- createProxyInstance(Class<T>, Class<?>) - Static method in class com.vaadin.flow.internal.ReflectTools
-
Creates an instance of the given proxyClass
with no-arg
constructor.
- createPushHandler(VaadinServletService) - Method in class com.vaadin.flow.server.communication.PushRequestHandler
-
Creates a push handler for this request handler.
- createRequestHandlers() - Method in class com.vaadin.flow.server.VaadinService
-
Called during initialization to add the request handlers for the service.
- createRequestHandlers() - Method in class com.vaadin.flow.server.VaadinServletService
-
- createRouterLink(String, String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an <a>
element with the given href
attribute,
text content and the router link attribute.
- createRouteTarget(Class<T>, NavigationEvent) - Method in interface com.vaadin.flow.di.Instantiator
-
Creates an instance of a navigation target or router layout.
- createRpcHandler() - Method in class com.vaadin.flow.server.communication.UidlRequestHandler
-
Creates the ServerRpcHandler to use.
- createScanner(boolean, ClassFinder, boolean) - Method in class com.vaadin.flow.server.frontend.scanner.FrontendDependenciesScanner.FrontendDependenciesScannerFactory
-
Produces scanner implementation based on allDependenciesScan
value.
- createSelect() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a <select>
element.
- createServletService() - Method in class com.vaadin.flow.server.VaadinServlet
-
Creates a vaadin servlet service.
- createServletService(DeploymentConfiguration) - Method in class com.vaadin.flow.server.VaadinServlet
-
Creates a vaadin servlet service.
- createSessionExpiredJSON(boolean) - Static method in class com.vaadin.flow.server.VaadinService
-
Creates the JSON to send to the client when the session has expired.
- createShadowRootNode(StateNode) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
-
Create a new shadow root node for the given element node
.
- createSortingComparator() - Method in class com.vaadin.flow.component.grid.Grid
-
Creates a comparator for grid to sort rows.
- createSortOrder(Grid.Column<T>, SortDirection) - Method in class com.vaadin.flow.component.grid.GridSortOrderBuilder
-
- createSortOrder(String, SortDirection) - Method in class com.vaadin.flow.data.provider.QuerySortOrderBuilder
-
- createSortOrder(V, SortDirection) - Method in class com.vaadin.flow.data.provider.SortOrderBuilder
-
Creates a sort order object with the given parameters.
- createSpan() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a <span>
element.
- createSpan(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a <span>
element with the given text content.
- createStateNode(String) - Static method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
-
Creates a compatible element state node using the given tag
.
- createStateNode(String) - Static method in class com.vaadin.flow.dom.impl.BasicTextElementStateProvider
-
Creates a compatible text state node using the given text.
- createStaticFileHandler(VaadinServletService) - Method in class com.vaadin.flow.server.VaadinServlet
-
Creates a new instance of
StaticFileHandler
, that is responsible
to find and serve static resources.
- createStreamResourceRegistry() - Method in class com.vaadin.flow.server.VaadinSession
-
Creates the StreamResourceRegistry for this session.
- createStrong() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a <strong>
element.
- createStrong(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a <strong>
element with the given text content.
- createSubMenu() - Method in class com.vaadin.flow.component.contextmenu.MenuItem
-
- createSubMenu() - Method in class com.vaadin.flow.component.contextmenu.MenuItemBase
-
- createSubMenu() - Method in class com.vaadin.flow.component.grid.contextmenu.GridMenuItem
-
- createText(String) - Static method in class com.vaadin.flow.dom.Element
-
Creates a text node with the given text.
- createTextarea() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a <textarea>
element.
- createUidl(UI, boolean, boolean) - Method in class com.vaadin.flow.server.communication.UidlWriter
-
Creates a JSON object containing all pending changes to the given UI.
- createUidl(UI, boolean) - Method in class com.vaadin.flow.server.communication.UidlWriter
-
Creates a JSON object containing all pending changes to the given UI.
- createUINotFoundJSON(boolean) - Static method in class com.vaadin.flow.server.VaadinService
-
Creates the JSON to send to the client when the UI cannot be found.
- createUnorderedList() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a <ul>
element.
- createUnresolvedStatus(Binder<BEAN>) - Static method in class com.vaadin.flow.data.binder.BinderValidationStatus
-
Convenience method for creating a unresolved validation status for the
given binder.
- createUnresolvedStatus(Binder.Binding<?, TARGET>) - Static method in class com.vaadin.flow.data.binder.BindingValidationStatus
-
- createVaadinRequest(HttpServletRequest) - Method in class com.vaadin.flow.server.VaadinServlet
-
Creates a Vaadin request for a http servlet request.
- createVaadinSession(VaadinRequest) - Method in class com.vaadin.flow.server.VaadinService
-
Creates a new Vaadin session for this service and request.
- createValueContext() - Method in class com.vaadin.flow.data.binder.Binder.BindingImpl
-
Creates a value context from the current state of the binding and its
field.
- createValueProviderFilter(ValueProvider<T, V>, SerializablePredicate<V>) - Static method in class com.vaadin.flow.data.provider.InMemoryDataProviderHelpers
-
Creates a new predicate from the given predicate and value provider.
- createWebComponentBinding(Instantiator, Element, JsonObject) - Method in interface com.vaadin.flow.component.webcomponent.WebComponentConfiguration
-
- Credits - Class in com.vaadin.flow.component.charts.model
-
Highchart by default puts a credits label in the lower right corner of the
chart.
- Credits() - Constructor for class com.vaadin.flow.component.charts.model.Credits
-
- Credits(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.Credits
-
- Credits(String) - Constructor for class com.vaadin.flow.component.charts.model.Credits
-
- CRIMSON - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
-
- Crosshair - Class in com.vaadin.flow.component.charts.model
-
Configure a crosshair that follows either the mouse pointer or the hovered
point.
- Crosshair() - Constructor for class com.vaadin.flow.component.charts.model.Crosshair
-
- CrosshairLabel - Class in com.vaadin.flow.component.charts.model
-
A label on the axis next to the crosshair.
- CrosshairLabel() - Constructor for class com.vaadin.flow.component.charts.model.CrosshairLabel
-
- CrosshairLabel(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.CrosshairLabel
-
- Crud<E> - Class in com.vaadin.flow.component.crud
-
A component for performing
CRUD
operations on a data backend (e.g entities from a database).
- Crud(Class<E>, Grid<E>, CrudEditor<E>) - Constructor for class com.vaadin.flow.component.crud.Crud
-
Instantiates a new Crud using a custom grid.
- Crud(Class<E>, CrudEditor<E>) - Constructor for class com.vaadin.flow.component.crud.Crud
-
Instantiates a new Crud for the given bean type and uses the supplied
editor.
- Crud() - Constructor for class com.vaadin.flow.component.crud.Crud
-
Instantiates a new Crud with no grid, editor and runtime bean type
information.
- Crud.CancelEvent<E> - Class in com.vaadin.flow.component.crud
-
Event fired when the user cancels the creation of a new item or
modifications to an existing item.
- Crud.DeleteEvent<E> - Class in com.vaadin.flow.component.crud
-
Event fired when the user tries to delete an existing item.
- Crud.EditEvent<E> - Class in com.vaadin.flow.component.crud
-
Event fired when the user starts to edit an existing item.
- Crud.EditMode - Enum in com.vaadin.flow.component.crud
-
Determines whether an item presented for editing is to be treated as a
new item or an existing item.
- Crud.NewEvent<E> - Class in com.vaadin.flow.component.crud
-
Event fired when the user starts to create a new item.
- Crud.SaveEvent<E> - Class in com.vaadin.flow.component.crud
-
Event fired when the user tries to save a new item or modifications to an
existing item.
- CrudEditor<E> - Interface in com.vaadin.flow.component.crud
-
Interface representing a crud editor.
- CrudEditorPosition - Enum in com.vaadin.flow.component.crud
-
Enum with the possible values for the crud's editor position.
- CrudFilter - Class in com.vaadin.flow.component.crud
-
- CrudFilter() - Constructor for class com.vaadin.flow.component.crud.CrudFilter
-
- CrudGrid<E> - Class in com.vaadin.flow.component.crud
-
A simple grid implementation for Crud that allows searching and sorting
backed by a data provider.
- CrudGrid(Class<E>, boolean) - Constructor for class com.vaadin.flow.component.crud.CrudGrid
-
Instantiates a new CrudGrid for the supplied bean type.
- CrudI18n - Class in com.vaadin.flow.component.crud
-
Internationalization object for customizing the component UI texts.
- CrudI18n() - Constructor for class com.vaadin.flow.component.crud.CrudI18n
-
- CrudI18n.Confirmations - Class in com.vaadin.flow.component.crud
-
The confirmation dialogs used in the component
- CrudI18n.Confirmations.Confirmation - Class in com.vaadin.flow.component.crud
-
Represents texts in the confirmation dialogs
- CrudI18n.Confirmations.Confirmation.Button - Class in com.vaadin.flow.component.crud
-
The confirmation options on a dialog
- CrudI18nUpdatedEvent - Class in com.vaadin.flow.component.crud
-
Event fired to a crud grid when the internationalization object is changed.
- CrudI18nUpdatedEvent(Crud<?>, boolean, CrudI18n) - Constructor for class com.vaadin.flow.component.crud.CrudI18nUpdatedEvent
-
Creates a new event using the given source and indicator whether the
event originated from the client side or the server side.
- CrudVariant - Enum in com.vaadin.flow.component.crud
-
The set of theme variants applicable to the vaadin-crud
component.
- CSRF_TOKEN - Static variable in class com.vaadin.flow.shared.ApplicationConstants
-
The name of the parameter used to transmit the CSRF token.
- CSRF_TOKEN_DEFAULT_VALUE - Static variable in class com.vaadin.flow.shared.ApplicationConstants
-
Default value to use in case the security protection is disabled.
- CSS_IMPORTS - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
-
A key in a Json object for css imports data.
- CssData - Class in com.vaadin.flow.server.frontend.scanner
-
A container for CssImport information when scanning the class path.
- CssData() - Constructor for class com.vaadin.flow.server.frontend.scanner.CssData
-
- CssImport - Annotation Type in com.vaadin.flow.component.dependency
-
Imports a CSS file into the application bundle.
- CssImport.Container - Annotation Type in com.vaadin.flow.component.dependency
-
Internal annotation to enable use of multiple
CssImport
annotations.
- CssImportData(String, String, String, String) - Constructor for class com.vaadin.flow.server.frontend.FallbackChunk.CssImportData
-
Creates a new instance using provided values for css data.
- CURRENT_LOCALE_SUPPLIER - Static variable in class com.vaadin.flow.data.provider.InMemoryDataProviderHelpers
-
Supplier that attempts to resolve a locale from the current UI.
- CurrentInstance - Class in com.vaadin.flow.internal
-
Keeps track of various current instances for the current thread.
- Cursor - Enum in com.vaadin.flow.component.charts.model
-
You can set the cursor to POINTER("pointer") if you have click events
attached to the series, to signal to the user that the points and lines can
be clicked.
- custom(AbstractField<?, V>, ItemUpdater<T, V>) - Method in class com.vaadin.flow.component.gridpro.EditColumnConfigurator
-
- CustomAttribute - Class in com.vaadin.flow.dom.impl
-
Callback for handling attributes with special semantics.
- CustomAttribute() - Constructor for class com.vaadin.flow.dom.impl.CustomAttribute
-
- CustomElementNameValidator - Class in com.vaadin.flow.internal
-
- CustomElementNameValidator() - Constructor for class com.vaadin.flow.internal.CustomElementNameValidator
-
- CustomField<T> - Class in com.vaadin.flow.component.customfield
-
A
HasValue
whose UI content can be constructed by the user, enabling
the creation of e.g.
- CustomField() - Constructor for class com.vaadin.flow.component.customfield.CustomField
-
Default constructor.
- CustomField(T) - Constructor for class com.vaadin.flow.component.customfield.CustomField
-
Constructs a new custom field.
- CustomizedSystemMessages - Class in com.vaadin.flow.server
-
Contains the system messages used to notify the user about various critical
situations that can occur.
- CustomizedSystemMessages() - Constructor for class com.vaadin.flow.server.CustomizedSystemMessages
-
- CustomValueSetEvent(R, boolean, String) - Constructor for class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox.CustomValueSetEvent
-
- CUT - Static variable in interface com.vaadin.flow.component.Key
-
The Cut
key (on certain extended keyboards).
- CYAN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
-
- DARK - Static variable in class com.vaadin.flow.theme.lumo.Lumo
-
- DARK - Static variable in class com.vaadin.flow.theme.material.Material
-
- DARKBLUE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
-
- DARKCYAN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
-
- DARKGOLDENROD - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
-
- DARKGRAY - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
-
- DARKGREEN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
-
- DARKGREY - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
-
- DARKKHAKI - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
-
- DARKMAGENTA - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
-
- DARKOLIVEGREEN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
-
- DARKORANGE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
-
- DARKORCHID - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
-
- DARKRED - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
-
- DARKSALMON - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
-
- DARKSEAGREEN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
-
- DARKSLATEBLUE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
-
- DARKSLATEGRAY - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
-
- DARKSLATEGREY - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
-
- DARKTURQUOISE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
-
- DARKVIOLET - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
-
- dashSeparatedToCamelCase(String) - Static method in class com.vaadin.flow.shared.util.SharedUtil
-
Converts a dash ("-") separated string into camelCase.
- dataAdded(DataAddedEvent) - Method in interface com.vaadin.flow.component.charts.events.internal.ConfigurationChangeListener
-
A data point has been added
- DataAddedEvent - Class in com.vaadin.flow.component.charts.events.internal
-
Event triggered when data was added to the series.
- DataAddedEvent(Series, Number) - Constructor for class com.vaadin.flow.component.charts.events.internal.DataAddedEvent
-
Constructs the event with given series and number.
- DataAddedEvent(Series, DataSeriesItem, boolean) - Constructor for class com.vaadin.flow.component.charts.events.internal.DataAddedEvent
-
Constructs the event with given series, item and a shift information.
- DataChangeEvent<T> - Class in com.vaadin.flow.data.provider
-
An event fired when the data of a DataProvider
changes.
- DataChangeEvent(DataProvider<T, ?>) - Constructor for class com.vaadin.flow.data.provider.DataChangeEvent
-
Creates a new DataChangeEvent
event originating from the given
data provider.
- DataChangeEvent.DataRefreshEvent<T> - Class in com.vaadin.flow.data.provider
-
An event fired when a single item of a DataProvider
has been
updated.
- DataCommunicator<T> - Class in com.vaadin.flow.data.provider
-
DataProvider base class.
- DataCommunicator(DataGenerator<T>, ArrayUpdater, SerializableConsumer<JsonArray>, StateNode) - Constructor for class com.vaadin.flow.data.provider.DataCommunicator
-
Creates a new instance.
- DataCommunicatorBuilder() - Constructor for class com.vaadin.flow.component.grid.Grid.DataCommunicatorBuilder
-
- DataGenerator<T> - Interface in com.vaadin.flow.data.provider
-
- DataGrouping - Class in com.vaadin.flow.component.charts.model
-
Data grouping is the concept of sampling the data values into larger blocks
in order to ease readability and increase performance of the JavaScript
charts.
- DataGrouping() - Constructor for class com.vaadin.flow.component.charts.model.DataGrouping
-
- DataGrouping(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.DataGrouping
-
- DataKeyMapper<T> - Interface in com.vaadin.flow.data.provider
-
DataKeyMapper to map data objects to key strings.
- DataLabels - Class in com.vaadin.flow.component.charts.model
-
Options for the series data labels, appearing next to each data point.
- DataLabels() - Constructor for class com.vaadin.flow.component.charts.model.DataLabels
-
- DataLabels(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.DataLabels
-
- DataLabelsFunnel - Class in com.vaadin.flow.component.charts.model
-
- DataLabelsFunnel() - Constructor for class com.vaadin.flow.component.charts.model.DataLabelsFunnel
-
- DataLabelsFunnel(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.DataLabelsFunnel
-
- DataLabelsRange - Class in com.vaadin.flow.component.charts.model
-
Extended data labels for range series types.
- DataLabelsRange() - Constructor for class com.vaadin.flow.component.charts.model.DataLabelsRange
-
- DataLabelsRange(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.DataLabelsRange
-
- DataProvider<T,F> - Interface in com.vaadin.flow.data.provider
-
A common interface for fetching data from a backend.
- dataProvider - Variable in class com.vaadin.flow.data.provider.DataProviderWrapper
-
The actual data provider behind this wrapper.
- DataProviderListener<T> - Interface in com.vaadin.flow.data.provider
-
Data change events listener.
- DataProviderSeries<T> - Class in com.vaadin.flow.component.charts.model
-
A series which is based on data from a DataProvider.
- DataProviderSeries(DataProvider<T, ?>) - Constructor for class com.vaadin.flow.component.charts.model.DataProviderSeries
-
Creates a new series using data from the given data provider.
- DataProviderSeries(DataProvider<T, ?>, SerializableFunction<T, Object>) - Constructor for class com.vaadin.flow.component.charts.model.DataProviderSeries
-
Creates a new series using data from the given data provider and y
values.
- DataProviderSeriesBeanSerializer - Class in com.vaadin.flow.component.charts.model.serializers
-
- DataProviderSeriesBeanSerializer() - Constructor for class com.vaadin.flow.component.charts.model.serializers.DataProviderSeriesBeanSerializer
-
- DataProviderWrapper<T,F,M> - Class in com.vaadin.flow.data.provider
-
Wrapper class for modifying, chaining and replacing filters and sorting in a
query.
- DataProviderWrapper(DataProvider<T, M>) - Constructor for class com.vaadin.flow.data.provider.DataProviderWrapper
-
Constructs a filtering wrapper for a data provider.
- DataRefreshEvent(DataProvider<T, ?>, T) - Constructor for class com.vaadin.flow.data.provider.DataChangeEvent.DataRefreshEvent
-
Creates a new data refresh event originating from the given data
provider.
- DataRefreshEvent(DataProvider<T, ?>, T, boolean) - Constructor for class com.vaadin.flow.data.provider.DataChangeEvent.DataRefreshEvent
-
Creates a new data refresh event originating from the given data
provider.
- dataRemoved(DataRemovedEvent) - Method in interface com.vaadin.flow.component.charts.events.internal.ConfigurationChangeListener
-
A data point has been removed
- DataRemovedEvent - Class in com.vaadin.flow.component.charts.events.internal
-
Event when the data was removed.
- DataRemovedEvent(Series, int) - Constructor for class com.vaadin.flow.component.charts.events.internal.DataRemovedEvent
-
Constructs the event with given series and index of the removed data.
- DataSeries - Class in com.vaadin.flow.component.charts.model
-
An array of data points to be displayed in a chart.
- DataSeries() - Constructor for class com.vaadin.flow.component.charts.model.DataSeries
-
- DataSeries(String[], Number[]) - Constructor for class com.vaadin.flow.component.charts.model.DataSeries
-
Constructs a DataSeries instance containing the given category name, Y
value pairs.
- DataSeries(String) - Constructor for class com.vaadin.flow.component.charts.model.DataSeries
-
Constructs a new DataSeries instance with the given name.
- DataSeries(List<DataSeriesItem>) - Constructor for class com.vaadin.flow.component.charts.model.DataSeries
-
Constructs a new DataSeries instance with the given items.
- DataSeries(DataSeriesItem...) - Constructor for class com.vaadin.flow.component.charts.model.DataSeries
-
Constructs a new DataSeries with the given items.
- DataSeriesItem - Class in com.vaadin.flow.component.charts.model
-
The DataSeriesItem class represents a single entry in a
DataSeries
.
- DataSeriesItem() - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItem
-
Creates an empty item, without values, colors, etc.
- DataSeriesItem(String, Number) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItem
-
Constructs an item with a name and a Y value
- DataSeriesItem(String, Number, Number) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItem
-
Constructs an item with a name and a value on the Y-axis and assigns the
specified color to the item.
- DataSeriesItem(Number, Number) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItem
-
Constructs an item with X and Y values
- DataSeriesItem(Instant, Number) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItem
-
Constructs a DataSeriesItem with the given instant as X value and Y
value.
- DataSeriesItem(Date, Number) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItem
-
- DataSeriesItem(Instant, Number, Number) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItem
-
Constructs a DataSeriesItem with the given instant as X value with min
and max values for use in range visualizations.
- DataSeriesItem(Date, Number, Number) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItem
-
- DataSeriesItem(Number, Number, Number) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItem
-
Constructs a DataSeriesItem with the given X, min and max values for use
in range visualizations.
- DataSeriesItem3d - Class in com.vaadin.flow.component.charts.model
-
DataSeriesItem that can hold also Z value.
- DataSeriesItem3d() - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItem3d
-
- DataSeriesItem3d(Number, Number, Number) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItem3d
-
Constructs an item with X, Y and Z values
- DataSeriesItemBeanSerializer - Class in com.vaadin.flow.component.charts.model.serializers
-
- DataSeriesItemBeanSerializer() - Constructor for class com.vaadin.flow.component.charts.model.serializers.DataSeriesItemBeanSerializer
-
- dataUpdated(DataUpdatedEvent) - Method in interface com.vaadin.flow.component.charts.events.internal.ConfigurationChangeListener
-
A data point has been updated
- DataUpdatedEvent - Class in com.vaadin.flow.component.charts.events.internal
-
Event for updating existing data series.
- DataUpdatedEvent(Series, Number, int) - Constructor for class com.vaadin.flow.component.charts.events.internal.DataUpdatedEvent
-
Constructs the event with given series, number and point index.
- DataUpdatedEvent(Series, DataSeriesItem, int) - Constructor for class com.vaadin.flow.component.charts.events.internal.DataUpdatedEvent
-
Constructs the event with given series, item and point index.
- DatePicker - Class in com.vaadin.flow.component.datepicker
-
Server-side component that encapsulates the functionality of the
vaadin-date-picker
webcomponent.
- DatePicker() - Constructor for class com.vaadin.flow.component.datepicker.DatePicker
-
Default constructor.
- DatePicker(LocalDate) - Constructor for class com.vaadin.flow.component.datepicker.DatePicker
-
Convenience constructor to create a date picker with a pre-selected date
in current UI locale format.
- DatePicker(String) - Constructor for class com.vaadin.flow.component.datepicker.DatePicker
-
Convenience constructor to create a date picker with a label.
- DatePicker(String, LocalDate) - Constructor for class com.vaadin.flow.component.datepicker.DatePicker
-
Convenience constructor to create a date picker with a pre-selected date
in current UI locale format and a label.
- DatePicker(HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<DatePicker, LocalDate>>) - Constructor for class com.vaadin.flow.component.datepicker.DatePicker
-
Convenience constructor to create a date picker with a
ValueChangeListener
.
- DatePicker(String, HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<DatePicker, LocalDate>>) - Constructor for class com.vaadin.flow.component.datepicker.DatePicker
-
Convenience constructor to create a date picker with a
ValueChangeListener
and a label.
- DatePicker(LocalDate, HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<DatePicker, LocalDate>>) - Constructor for class com.vaadin.flow.component.datepicker.DatePicker
-
Convenience constructor to create a date picker with a pre-selected date
in current UI locale format and a ValueChangeListener
.
- DatePicker(String, LocalDate, HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<DatePicker, LocalDate>>) - Constructor for class com.vaadin.flow.component.datepicker.DatePicker
-
Convenience constructor to create a date picker with a pre-selected date
in current UI locale format, a ValueChangeListener
and a label.
- DatePicker(LocalDate, Locale) - Constructor for class com.vaadin.flow.component.datepicker.DatePicker
-
Convenience Constructor to create a date picker with pre-selected date
and locale setup.
- DatePicker.DatePickerI18n - Class in com.vaadin.flow.component.datepicker
-
The internationalization properties for
DatePicker
.
- DatePickerI18n() - Constructor for class com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n
-
- DatePickerResource - Class in com.vaadin.flow.component.datepicker.osgi
-
Date picker connector resource registration.
- DatePickerResource() - Constructor for class com.vaadin.flow.component.datepicker.osgi.DatePickerResource
-
- DateRangeValidator - Class in com.vaadin.flow.data.validator
-
Validator for validating that a
LocalDate
is inside a given range.
- DateRangeValidator(String, LocalDate, LocalDate) - Constructor for class com.vaadin.flow.data.validator.DateRangeValidator
-
Creates a validator for checking that a LocalDate is within a given
range.
- DateSerializer - Class in com.vaadin.flow.component.charts.model.serializers
-
Serializes all
Date
objects as UTC long.
- DateSerializer() - Constructor for class com.vaadin.flow.component.charts.model.serializers.DateSerializer
-
- DateTimeLabelFormats - Class in com.vaadin.flow.component.charts.model
-
For a DATETIME axis, the scale will automatically adjust to the appropriate
unit.
- DateTimeLabelFormats() - Constructor for class com.vaadin.flow.component.charts.model.DateTimeLabelFormats
-
- DateTimeLabelFormats(String, String) - Constructor for class com.vaadin.flow.component.charts.model.DateTimeLabelFormats
-
Constructs a DateTimeLabelFormats with the given format strings for month
and year
- DateTimePicker - Class in com.vaadin.flow.component.datetimepicker
-
Server-side component that encapsulates the functionality of the
vaadin-date-time-picker
web component.
- DateTimePicker() - Constructor for class com.vaadin.flow.component.datetimepicker.DateTimePicker
-
Default constructor.
- DateTimePicker(String) - Constructor for class com.vaadin.flow.component.datetimepicker.DateTimePicker
-
Convenience constructor to create a date time picker with a label.
- DateTimePicker(String, LocalDateTime) - Constructor for class com.vaadin.flow.component.datetimepicker.DateTimePicker
-
Convenience constructor to create a date time picker with a pre-selected
date and time in current UI locale format and a label.
- DateTimePicker(LocalDateTime) - Constructor for class com.vaadin.flow.component.datetimepicker.DateTimePicker
-
Convenience constructor to create a date time picker with a pre-selected
date time in current UI locale format.
- DateTimePicker(HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<DateTimePicker, LocalDateTime>>) - Constructor for class com.vaadin.flow.component.datetimepicker.DateTimePicker
-
Convenience constructor to create a date time picker with a
ValueChangeListener
.
- DateTimePicker(String, HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<DateTimePicker, LocalDateTime>>) - Constructor for class com.vaadin.flow.component.datetimepicker.DateTimePicker
-
Convenience constructor to create a date time picker with a
ValueChangeListener
and a label.
- DateTimePicker(LocalDateTime, HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<DateTimePicker, LocalDateTime>>) - Constructor for class com.vaadin.flow.component.datetimepicker.DateTimePicker
-
Convenience constructor to create a date time picker with a pre-selected
date time in current UI locale format and a ValueChangeListener
.
- DateTimePicker(String, LocalDateTime, HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<DateTimePicker, LocalDateTime>>) - Constructor for class com.vaadin.flow.component.datetimepicker.DateTimePicker
-
Convenience constructor to create a date time picker with a pre-selected
date and time in current UI locale format, a ValueChangeListener
and a label.
- DateTimePicker(LocalDateTime, Locale) - Constructor for class com.vaadin.flow.component.datetimepicker.DateTimePicker
-
Convenience constructor to create a date time picker with pre-selected
date time and locale setup.
- DateTimeRangeValidator - Class in com.vaadin.flow.data.validator
-
Validator for validating that a
LocalDateTime
is inside a given
range.
- DateTimeRangeValidator(String, LocalDateTime, LocalDateTime) - Constructor for class com.vaadin.flow.data.validator.DateTimeRangeValidator
-
Creates a validator for checking that a
LocalDateTime
is within a
given range.
- DateToLongConverter - Class in com.vaadin.flow.data.converter
-
A converter that converts from
Long
to
Date
and back.
- DateToLongConverter() - Constructor for class com.vaadin.flow.data.converter.DateToLongConverter
-
- DateToSqlDateConverter - Class in com.vaadin.flow.data.converter
-
Converter for handling conversion between
Date
and
Date
.
- DateToSqlDateConverter() - Constructor for class com.vaadin.flow.data.converter.DateToSqlDateConverter
-
- DD - Static variable in annotation type com.vaadin.flow.component.Tag
-
Tag for an <dd>
.
- DEAD - Static variable in interface com.vaadin.flow.component.Key
-
A dead "combining" key; that is, a key which is used in tandem with other
keys to generate accented and other modified characters.
- DeadlockDetectingCompletableFuture<T> - Class in com.vaadin.flow.component.internal
-
A completable future that will throw from blocking operations if the current
thread holds the session lock.
- DeadlockDetectingCompletableFuture(VaadinSession) - Constructor for class com.vaadin.flow.component.internal.DeadlockDetectingCompletableFuture
-
Creates a new deadlock detecting completable future tied to the given
session.
- DEAULT_FLOW_RESOURCES_FOLDER - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
-
Default folder for copying front-end resources present in the classpath
jars.
- debounce(int, DebouncePhase, DebouncePhase...) - Method in interface com.vaadin.flow.dom.DomListenerRegistration
-
Configures the debouncing phases for which this listener should be
triggered.
- debounce(int) - Method in interface com.vaadin.flow.dom.DomListenerRegistration
-
Configures this listener to be notified only when at least
timeout
milliseconds has passed since the last time the
event was triggered.
- DebouncePhase - Enum in com.vaadin.flow.dom
-
Defines phases for an event that is debounced.
- DebounceSettings - Annotation Type in com.vaadin.flow.component
-
Debounce settings for declaratively defined client-side event handlers.
- DECIMAL - Static variable in interface com.vaadin.flow.component.Key
-
The decimal point key (typically .
or ,
)
depending on the region.
- decode(JsonValue, Class<T>) - Method in class com.vaadin.flow.server.communication.rpc.DefaultRpcDecoder
-
- decode(JsonValue, Class<T>) - Method in interface com.vaadin.flow.server.communication.rpc.RpcDecoder
-
Decode the given value
to the required type
.
- decode(JsonValue, Class<T>) - Method in class com.vaadin.flow.server.communication.rpc.StringToEnumDecoder
-
- decode(JsonValue, Class<T>) - Method in class com.vaadin.flow.server.communication.rpc.StringToNumberDecoder
-
- decode(E) - Method in interface com.vaadin.flow.templatemodel.ModelEncoder
-
Decodes the given value.
- decodeAs(JsonValue, Class<T>) - Static method in class com.vaadin.flow.internal.JsonCodec
-
Decodes the given JSON value as the given type.
- decodeWithoutTypeInfo(JsonValue) - Static method in class com.vaadin.flow.internal.JsonCodec
-
Helper for decoding any "primitive" value that is directly supported in
JSON.
- DEEPPINK - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
-
- DEEPSKYBLUE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
-
- DEFAULT - Static variable in annotation type com.vaadin.flow.component.page.Viewport
-
Sets the viewport at the width of the device.
- DEFAULT - Static variable in interface com.vaadin.flow.data.binder.RequiredFieldConfigurator
-
- DEFAULT_BACKGROUND_COLOR - Static variable in class com.vaadin.flow.server.PwaConfiguration
-
- DEFAULT_CHANGE_TIMEOUT - Static variable in interface com.vaadin.flow.data.value.HasValueChangeMode
-
Default value change timeout for textual inputs in milliseconds.
- DEFAULT_CLOSE_IDLE_SESSIONS - Static variable in class com.vaadin.flow.server.DefaultDeploymentConfiguration
-
- DEFAULT_DISPLAY - Static variable in class com.vaadin.flow.server.PwaConfiguration
-
- DEFAULT_EXTERNAL_STATS_URL - Static variable in class com.vaadin.flow.server.Constants
-
Default location to look for the external stats.json.
- DEFAULT_FRONTEND_DIR - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
-
Path of the folder containing application frontend source files, it needs
to be relative to the
FrontendUtils.DEFAULT_NODE_DIR
By default it is
/frontend
in the project folder.
- DEFAULT_GENERATED_DIR - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
-
- DEFAULT_HEARTBEAT_INTERVAL - Static variable in class com.vaadin.flow.server.DefaultDeploymentConfiguration
-
- DEFAULT_ICON - Static variable in class com.vaadin.flow.server.PwaConfiguration
-
- DEFAULT_MAX_MESSAGE_SUSPEND_TIMEOUT - Static variable in class com.vaadin.flow.server.DefaultDeploymentConfiguration
-
- DEFAULT_NAME - Static variable in class com.vaadin.flow.server.PwaConfiguration
-
- DEFAULT_NODE_DIR - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
-
Default folder for the node related content.
- DEFAULT_NODE_VERSION - Static variable in class com.vaadin.flow.server.frontend.FrontendTools
-
- DEFAULT_NODEJS_DOWNLOAD_ROOT - Static variable in class com.vaadin.flow.server.frontend.installer.NodeInstaller
-
- DEFAULT_OFFLINE_PATH - Static variable in class com.vaadin.flow.server.PwaConfiguration
-
- DEFAULT_PATH - Static variable in class com.vaadin.flow.server.PwaConfiguration
-
- DEFAULT_PNPM_VERSION - Static variable in class com.vaadin.flow.server.frontend.FrontendTools
-
- DEFAULT_SEND_URLS_AS_PARAMETERS - Static variable in class com.vaadin.flow.server.DefaultDeploymentConfiguration
-
- DEFAULT_STREAMING_PROGRESS_EVENT_INTERVAL_MS - Static variable in class com.vaadin.flow.server.communication.StreamReceiverHandler
-
- DEFAULT_SYNC_ID_CHECK - Static variable in class com.vaadin.flow.server.DefaultDeploymentConfiguration
-
- DEFAULT_THEME_APPLIED_DEFAULT - Static variable in class com.vaadin.flow.internal.nodefeature.LoadingIndicatorConfigurationMap
-
- DEFAULT_THEME_APPLIED_KEY - Static variable in class com.vaadin.flow.internal.nodefeature.LoadingIndicatorConfigurationMap
-
- DEFAULT_THEME_COLOR - Static variable in class com.vaadin.flow.server.PwaConfiguration
-
- DEFAULT_WEB_COMPONENT_DISCONNECT - Static variable in class com.vaadin.flow.server.DefaultDeploymentConfiguration
-
- DEFAULT_WEB_COMPONENT_STEP - Static variable in class com.vaadin.flow.component.timepicker.StepsUtil
-
Default step value of the web component, as Duration
- DefaultArchiveExtractor - Class in com.vaadin.flow.server.frontend.installer
-
Default implementation for file archive extraction.
- DefaultArchiveExtractor() - Constructor for class com.vaadin.flow.server.frontend.installer.DefaultArchiveExtractor
-
- DefaultBeanSerializerModifier - Class in com.vaadin.flow.component.charts.model.serializers
-
Logic for altering the bean serialization process.
- DefaultBeanSerializerModifier() - Constructor for class com.vaadin.flow.component.charts.model.serializers.DefaultBeanSerializerModifier
-
- DefaultBinderValidationErrorHandler - Class in com.vaadin.flow.data.binder
-
- DefaultBinderValidationErrorHandler() - Constructor for class com.vaadin.flow.data.binder.DefaultBinderValidationErrorHandler
-
- DefaultClassFinder(Set<Class<?>>) - Constructor for class com.vaadin.flow.server.frontend.scanner.ClassFinder.DefaultClassFinder
-
It uses current classloader for getting resources or loading classes.
- DefaultClassFinder(ClassLoader, Class<?>...) - Constructor for class com.vaadin.flow.server.frontend.scanner.ClassFinder.DefaultClassFinder
-
ClassFinder using a specified ClassLoader
to load
classes and a list of classes where to look for annotations or
subclasses.
- DefaultDeploymentConfiguration - Class in com.vaadin.flow.server
-
The default implementation of
DeploymentConfiguration
based on a base
class for resolving system properties and a set of init parameters.
- DefaultDeploymentConfiguration(Class<?>, Properties) - Constructor for class com.vaadin.flow.server.DefaultDeploymentConfiguration
-
Create a new deployment configuration instance.
- DefaultErrorHandler - Annotation Type in com.vaadin.flow.router.internal
-
Marks an HasErrorParameter view as Framework default handler so it can be
disregarded if there is a custom view for the same Exception.
- DefaultErrorHandler - Class in com.vaadin.flow.server
-
- DefaultErrorHandler() - Constructor for class com.vaadin.flow.server.DefaultErrorHandler
-
- DefaultFileDownloader - Class in com.vaadin.flow.server.frontend.installer
-
Default file downloader implementation.
- DefaultFileDownloader(ProxyConfig) - Constructor for class com.vaadin.flow.server.frontend.installer.DefaultFileDownloader
-
Construct file downloader with given proxy configuration.
- DefaultInstantiator - Class in com.vaadin.flow.di
-
Default instantiator that is used if no other instantiator has been
registered.
- DefaultInstantiator(VaadinService) - Constructor for class com.vaadin.flow.di.DefaultInstantiator
-
Creates a new instantiator for the given service.
- DefaultRouteResolver - Class in com.vaadin.flow.router.internal
-
- DefaultRouteResolver() - Constructor for class com.vaadin.flow.router.internal.DefaultRouteResolver
-
- DefaultRpcDecoder - Class in com.vaadin.flow.server.communication.rpc
-
Decodes the standard basic types from their JSON representation.
- DefaultRpcDecoder() - Constructor for class com.vaadin.flow.server.communication.rpc.DefaultRpcDecoder
-
- DefaultSystemMessagesProvider - Class in com.vaadin.flow.server
-
System messages provider using the built-in default system messages.
- DefaultTemplateParser - Class in com.vaadin.flow.component.polymertemplate
-
Default template parser implementation.
- DefaultWebComponentExporterFactory(Class<? extends WebComponentExporter<C>>) - Constructor for class com.vaadin.flow.component.WebComponentExporterFactory.DefaultWebComponentExporterFactory
-
- deferredUpdateFromClient(String, Serializable) - Method in class com.vaadin.flow.internal.nodefeature.ElementPropertyMap
-
Updates a property value from the client and returns a Runnable for
firing the associated PropertyChangeEvent.
- DELETE - Static variable in interface com.vaadin.flow.component.Key
-
The Delete key, Del
, and ?
.
- DeleteEvent(Crud<E>, boolean, Object) - Constructor for class com.vaadin.flow.component.crud.Crud.DeleteEvent
-
Creates a new event using the given source and indicator whether the
event originated from the client side or the server side.
- Dependency - Class in com.vaadin.flow.shared.ui
-
Represents an html import, stylesheet or JavaScript to include on the page.
- Dependency(Dependency.Type, String, LoadMode) - Constructor for class com.vaadin.flow.shared.ui.Dependency
-
Creates a new dependency of the given type, to be loaded from the given
URL.
- Dependency(Dependency.Type, String) - Constructor for class com.vaadin.flow.shared.ui.Dependency
-
Creates a new dependency of the given type, to be loaded using JS
expression which is supposed to return a Promise
.
- Dependency.Type - Enum in com.vaadin.flow.shared.ui
-
The type of a dependency.
- DependencyFilter - Interface in com.vaadin.flow.server
-
- DependencyFilter.FilterContext - Class in com.vaadin.flow.server
-
Provides context information for the dependency filter operation.
- DependencyInfo() - Constructor for class com.vaadin.flow.component.internal.ComponentMetaData.DependencyInfo
-
- DependencyList - Class in com.vaadin.flow.component.internal
-
List for storing dependencies/files (JavaScript, Stylesheets) to be loaded
and included on the client side.
- DependencyList() - Constructor for class com.vaadin.flow.component.internal.DependencyList
-
Creates a new instance.
- DependencyTreeCache<T> - Class in com.vaadin.flow.component.internal
-
A caching tree traverser for collecting and parsing dependencies.
- DependencyTreeCache(SerializableFunction<T, Collection<T>>) - Constructor for class com.vaadin.flow.component.internal.DependencyTreeCache
-
Creates a dependency cache with the given dependency parser.
- DeploymentConfiguration - Interface in com.vaadin.flow.function
-
A collection of properties configured at deploy time as well as a way of
accessing third party properties not explicitly supported by this class.
- DeploymentConfigurationFactory - Class in com.vaadin.flow.server
-
- desc(Grid.Column<T>) - Static method in class com.vaadin.flow.component.grid.GridSortOrder
-
Creates a new grid sort builder with given sorting using descending sort
direction.
- desc(String) - Static method in class com.vaadin.flow.data.provider.QuerySortOrder
-
Creates a new query sort builder with given sorting using descending sort
direction.
- Description() - Constructor for class com.vaadin.flow.component.html.DescriptionList.Description
-
Creates a new empty description.
- Description(Component...) - Constructor for class com.vaadin.flow.component.html.DescriptionList.Description
-
Creates a new description with the given child components.
- Description(String) - Constructor for class com.vaadin.flow.component.html.DescriptionList.Description
-
Creates a new description with the given text.
- DescriptionList - Class in com.vaadin.flow.component.html
-
Component representing a <dl>
element.
- DescriptionList() - Constructor for class com.vaadin.flow.component.html.DescriptionList
-
Creates a new empty description list.
- DescriptionList(Map<DescriptionList.Term, DescriptionList.Description>) - Constructor for class com.vaadin.flow.component.html.DescriptionList
-
Creates a new description list with the given map of terms and
descriptions.
- DescriptionList.Description - Class in com.vaadin.flow.component.html
-
Component representing a <dd>
element.
- DescriptionList.Term - Class in com.vaadin.flow.component.html
-
Component representing a <dt>
element.
- deselect(T) - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
-
- deselect(T) - Method in class com.vaadin.flow.component.grid.AbstractGridSingleSelectionModel
-
- deselect(T) - Method in class com.vaadin.flow.component.grid.Grid
-
This method is a shorthand that delegates to the currently set selection
model.
- deselect(T) - Method in class com.vaadin.flow.component.grid.GridNoneSelectionModel
-
- deselect(T...) - Method in interface com.vaadin.flow.data.selection.MultiSelect
-
Removes the given items from the set of currently selected items.
- deselect(Iterable<T>) - Method in interface com.vaadin.flow.data.selection.MultiSelect
-
Removes the given items from the set of currently selected items.
- deselect(T) - Method in interface com.vaadin.flow.data.selection.SelectionModel
-
Deselects the given item.
- deselect(T) - Method in interface com.vaadin.flow.data.selection.SelectionModel.Multi
-
- deselectAll() - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
-
- deselectAll() - Method in class com.vaadin.flow.component.grid.Grid
-
This method is a shorthand that delegates to the currently set selection
model.
- deselectAll() - Method in class com.vaadin.flow.component.grid.GridNoneSelectionModel
-
- deselectAll() - Method in interface com.vaadin.flow.data.selection.MultiSelect
-
Deselects all currently selected items.
- deselectAll() - Method in interface com.vaadin.flow.data.selection.SelectionModel
-
Deselects all currently selected items, if any.
- deselectAll() - Method in interface com.vaadin.flow.data.selection.SelectionModel.Single
-
- deselectFromClient(T) - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
-
- deselectFromClient(T) - Method in class com.vaadin.flow.component.grid.AbstractGridSingleSelectionModel
-
- deselectFromClient(T) - Method in class com.vaadin.flow.component.grid.GridNoneSelectionModel
-
- deselectFromClient(T) - Method in interface com.vaadin.flow.component.grid.GridSelectionModel
-
Handles the deselection of an item that originates from the client.
- deselectItems(T...) - Method in interface com.vaadin.flow.data.selection.SelectionModel.Multi
-
Removes the given items from the set of currently selected items.
- deserializeParameter(Class<T>, String, String) - Static method in class com.vaadin.flow.router.ParameterDeserializer
-
Deserializer method for known parameter types.
- deserializeRouteParameters(Class<?>, List<String>) - Static method in class com.vaadin.flow.router.ParameterDeserializer
-
Deserializes the list of url segments to an instance of the parameter
type.
- destroy() - Method in class com.vaadin.flow.server.communication.PushRequestHandler
-
Frees any resources currently in use.
- destroy() - Method in class com.vaadin.flow.server.VaadinService
-
Called when the servlet or similar for this service is being destroyed.
- destroy() - Method in class com.vaadin.flow.server.VaadinServlet
-
- destroyAllData() - Method in class com.vaadin.flow.data.provider.AbstractComponentDataGenerator
-
- destroyAllData() - Method in class com.vaadin.flow.data.provider.CompositeDataGenerator
-
- destroyAllData() - Method in interface com.vaadin.flow.data.provider.DataGenerator
-
Informs the DataGenerator
that all data has been dropped.
- destroyAllData() - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchyMapper
-
- destroyData(T) - Method in class com.vaadin.flow.data.provider.AbstractComponentDataGenerator
-
- destroyData(T) - Method in class com.vaadin.flow.data.provider.CompositeDataGenerator
-
- destroyData(T) - Method in interface com.vaadin.flow.data.provider.DataGenerator
-
Informs the DataGenerator
that the given data item has been
dropped and is no longer needed.
- destroyDataGenerators() - Method in class com.vaadin.flow.component.grid.Grid.Column
-
- DetachEvent - Class in com.vaadin.flow.component
-
Event fired before a
Component
is detached from the UI.
- DetachEvent(Component) - Constructor for class com.vaadin.flow.component.DetachEvent
-
Creates a new detach event with the given component as source.
- DetachNotifier - Interface in com.vaadin.flow.component
-
Mixin interface for components that support adding detach listeners.
- Details - Class in com.vaadin.flow.component.details
-
- Details() - Constructor for class com.vaadin.flow.component.details.Details
-
Initializes a new Details component.
- Details(String, Component) - Constructor for class com.vaadin.flow.component.details.Details
-
Initializes a new Details using the provided summary and content.
- Details(Component, Component) - Constructor for class com.vaadin.flow.component.details.Details
-
Initializes a new Details using the provided summary and content.
- DETAILS - Static variable in annotation type com.vaadin.flow.component.Tag
-
Tag for an <details>
.
- Details.OpenedChangeEvent - Class in com.vaadin.flow.component.details
-
- DetailsVariant - Enum in com.vaadin.flow.component.details
-
The set of theme variants applicable to the vaadin-details
component.
- detatchPotentialChild(Object) - Method in class com.vaadin.flow.internal.nodefeature.NodeFeature
-
- DEV_FOLDER_MISSING_MESSAGE - Static variable in class com.vaadin.flow.server.DeploymentConfigurationFactory
-
- DEV_MODE_ENABLE_STRATEGY - Static variable in class com.vaadin.flow.server.DeploymentConfigurationFactory
-
- DEVICE_DIMENSIONS - Static variable in annotation type com.vaadin.flow.component.page.Viewport
-
Sets the viewport at the width and height of the device.
- DEVICE_HEIGHT - Static variable in annotation type com.vaadin.flow.component.page.Viewport
-
Sets the viewport to the height of the device rather than the rendered
space.
- DEVMODE_GIZMO_ENABLED - Static variable in class com.vaadin.flow.shared.ApplicationConstants
-
Boolean client configuration parameter enabling the development mode
gizmo.
- DEVMODE_GIZMO_MODULE - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
-
Development mode gizmo JS module.
- DevModeHandler - Class in com.vaadin.flow.server
-
Handles getting resources from webpack-dev-server
.
- DevModeInitializer - Class in com.vaadin.flow.server.startup
-
Servlet initializer starting node updaters as well as the webpack-dev-mode
server.
- DevModeInitializer() - Constructor for class com.vaadin.flow.server.startup.DevModeInitializer
-
- Dial - Class in com.vaadin.flow.component.charts.model
-
Options for the dial or arrow pointer of the gauge.
- Dial() - Constructor for class com.vaadin.flow.component.charts.model.Dial
-
- Dialog - Class in com.vaadin.flow.component.dialog
-
Server-side component for the <vaadin-dialog>
element.
- Dialog() - Constructor for class com.vaadin.flow.component.dialog.Dialog
-
Creates an empty dialog.
- Dialog(Component...) - Constructor for class com.vaadin.flow.component.dialog.Dialog
-
Creates a dialog with given components inside.
- Dialog.DialogCloseActionEvent - Class in com.vaadin.flow.component.dialog
-
`vaadin-dialog-close-action` is sent when the user clicks outside the
overlay or presses the escape key.
- Dialog.DialogResizeEvent - Class in com.vaadin.flow.component.dialog
-
`resize` event is sent when the user finishes resizing the overlay.
- DIALOG_GRACE_PERIOD_DEFAULT - Static variable in class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap
-
- DIALOG_GRACE_PERIOD_KEY - Static variable in class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap
-
- DIALOG_MODAL_DEFAULT - Static variable in class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap
-
- DIALOG_MODAL_KEY - Static variable in class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap
-
- DIALOG_TEXT_DEFAULT - Static variable in class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap
-
- DIALOG_TEXT_GAVE_UP_DEFAULT - Static variable in class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap
-
- DIALOG_TEXT_GAVE_UP_KEY - Static variable in class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap
-
- DIALOG_TEXT_KEY - Static variable in class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap
-
- DialogCloseActionEvent(Dialog, boolean) - Constructor for class com.vaadin.flow.component.dialog.Dialog.DialogCloseActionEvent
-
- DialogResizeEvent(Dialog, boolean, String, String) - Constructor for class com.vaadin.flow.component.dialog.Dialog.DialogResizeEvent
-
- DialogVariant - Enum in