Index

$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

$

$(Class<T>) - Method in interface com.vaadin.testbench.HasElementQuery
Prepare a ElementQuery instance to use for locating components on the client.
$(Class<T>) - Method in class com.vaadin.testbench.unit.BaseUIUnitTest
Gets a query object for finding a component inside the UI
$(Class<T>, Component) - Method in class com.vaadin.testbench.unit.BaseUIUnitTest
Gets a query object for finding a component nested inside the given component.
$(String) - Method in interface com.vaadin.testbench.HasElementQuery
Prepare a ElementQuery instance to use for locating components on the client.
$view(Class<T>) - Method in class com.vaadin.testbench.unit.BaseUIUnitTest
Gets a query object for finding a component inside the current view

A

A - Static variable in annotation interface com.vaadin.flow.component.Tag
Tag for an <a>.
ABACUS - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
abort() - Method in class com.vaadin.flow.component.upload.testbench.UploadElement
Aborts any upload currently in progress.
ABORT - Static variable in interface com.vaadin.flow.component.Key
This value matches DOM's KeyboardEvent's event.code.
ABOVE - Enum constant in enum class com.vaadin.flow.component.grid.dnd.GridDropLocation
Drop above or before the row.
absolute() - Element in annotation interface com.vaadin.flow.router.Route
Ignore route prefixes from parent layouts and only use the path defined in this annotation.
absolute() - Element in annotation interface com.vaadin.flow.router.RouteAlias
Have the route chain break on defined class and not take into notice any more parent layout route prefixes.
absolute() - Element in annotation interface com.vaadin.flow.router.RoutePrefix
Have the route chain break on defined class and not take into notice any more parent layout route prefixes.
ABSOLUTE - Enum constant in enum class com.vaadin.flow.component.charts.model.style.StylePosition
 
ABSOLUTE - Enum constant in enum class com.vaadin.flow.dom.Style.Position
 
ABSOLUTE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Position
 
ABSOLUTE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Position.Breakpoint.Large
 
ABSOLUTE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Position.Breakpoint.Medium
 
ABSOLUTE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Position.Breakpoint.Small
 
ABSOLUTE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Position.Breakpoint.XLarge
 
ABSOLUTE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Position.Breakpoint.XXLarge
 
ABSOLUTE_POSITION - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
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
Internal helper for AttachEvent and DetachEvent.
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
Abstract base class for implementing BackEndHierarchicalDataProviders.
AbstractBackEndHierarchicalDataProvider() - Constructor for class com.vaadin.flow.data.provider.hierarchy.AbstractBackEndHierarchicalDataProvider
 
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.
AbstractBrowserDriverTestBase - Class in com.vaadin.testbench
Base class for tests using WebDriver.
AbstractBrowserDriverTestBase() - Constructor for class com.vaadin.testbench.AbstractBrowserDriverTestBase
 
AbstractBrowserTestBase - Class in com.vaadin.testbench
A superclass with helper methods to aid TestBench developers create a JUnit 5 based tests.
AbstractBrowserTestBase() - Constructor for class com.vaadin.testbench.AbstractBrowserTestBase
 
AbstractClientMessage - Class in com.vaadin.hilla.push.messages.toclient
 
AbstractClientMessage() - Constructor for class com.vaadin.hilla.push.messages.toclient.AbstractClientMessage
 
AbstractClientMessage(String) - Constructor for class com.vaadin.hilla.push.messages.toclient.AbstractClientMessage
 
AbstractCollaborationManager - Class in com.vaadin.collaborationengine
The common abstract superclass of Collaboration Managers.
AbstractCollaborationManager(UserInfo, String, CollaborationEngine) - Constructor for class com.vaadin.collaborationengine.AbstractCollaborationManager
Deprecated, for removal: This API element is subject to removal in a future version.
This constructor is not compatible with serialization
AbstractCollaborationManager(UserInfo, String, SerializableSupplier<CollaborationEngine>) - Constructor for class com.vaadin.collaborationengine.AbstractCollaborationManager
Constructs a new manager instance.
AbstractCollaborationManager.ActivationHandler - Interface in com.vaadin.collaborationengine
The callback executed when the manager is activated, i.e.
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.
AbstractConfiguration - Interface in com.vaadin.flow.server
Defines a base contract for configuration (e.g.
AbstractConfigurationFactory - Class in com.vaadin.flow.server.startup
A configuration factory base logic which reads the token file.
AbstractConfigurationFactory() - Constructor for class com.vaadin.flow.server.startup.AbstractConfigurationFactory
 
AbstractConfigurationObject - Class in com.vaadin.flow.component.charts.model
Abstract base class for model classes to be serialized to JSON.
AbstractConfigurationObject - Class in com.vaadin.flow.component.map.configuration
Base class for all map configuration objects that represent an OL class.
AbstractConfigurationObject() - Constructor for class com.vaadin.flow.component.charts.model.AbstractConfigurationObject
 
AbstractConfigurationObject() - Constructor for class com.vaadin.flow.component.map.configuration.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
 
AbstractDataView<T> - Class in com.vaadin.flow.data.provider
Abstract data view implementation which handles parts that apply for any type of data.
AbstractDataView(SerializableSupplier<? extends DataProvider<T, ?>>, Component) - Constructor for class com.vaadin.flow.data.provider.AbstractDataView
Creates a new instance of AbstractDataView subclass and verifies the passed data provider is compatible with this data view implementation.
AbstractDeploymentConfiguration - Class in com.vaadin.flow.server
An abstract base class for DeploymentConfiguration implementations.
AbstractDeploymentConfiguration(Map<String, String>) - Constructor for class com.vaadin.flow.server.AbstractDeploymentConfiguration
Creates a new configuration based on properties.
AbstractDevServerRunner - Class in com.vaadin.base.devserver
Deals with most details of starting a frontend development server or connecting to an existing one.
AbstractDevServerRunner(Lookup, int, File, CompletableFuture<Void>) - Constructor for class com.vaadin.base.devserver.AbstractDevServerRunner
Craete an instance that waits for the given task to complete before starting or connecting to the server.
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(Element, T) - Constructor for class com.vaadin.flow.component.AbstractField
Creates a new field with the given element instance.
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.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.
AbstractFileGeneratorFallibleCommand - Class in com.vaadin.flow.server.frontend
A base class for commands providing helpers for common file generation actions.
AbstractFileGeneratorFallibleCommand() - Constructor for class com.vaadin.flow.server.frontend.AbstractFileGeneratorFallibleCommand
 
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
 
AbstractIcon<T extends AbstractIcon<T>> - Class in com.vaadin.flow.component.icon
Abstract base class for icon components
AbstractIcon() - Constructor for class com.vaadin.flow.component.icon.AbstractIcon
 
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.
AbstractLazyDataView<T> - Class in com.vaadin.flow.data.provider
Abstract lazy data view implementation which handles the interaction with a data communicator.
AbstractLazyDataView(DataCommunicator<T>, Component) - Constructor for class com.vaadin.flow.data.provider.AbstractLazyDataView
Creates a new instance and verifies the passed data provider is compatible with this data view implementation.
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.
AbstractListDataView<T> - Class in com.vaadin.flow.data.provider
Abstract list data view implementation which provides common methods for fetching, filtering and sorting in-memory data to all ListDataView subclasses.
AbstractListDataView(SerializableSupplier<? extends DataProvider<T, ?>>, Component, SerializableBiConsumer<SerializablePredicate<T>, SerializableComparator<T>>) - Constructor for class com.vaadin.flow.data.provider.AbstractListDataView
Creates a new instance of AbstractListDataView subclass and verifies the passed data provider is compatible with this data view implementation.
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.
AbstractLoginTester<T extends AbstractLogin> - Class in com.vaadin.flow.component.login
Class with common functions for Login components LoginForm and LoginOverlay.
AbstractLoginTester(T) - Constructor for class com.vaadin.flow.component.login.AbstractLoginTester
Wrap given component for testing.
AbstractLookupInitializer - Interface in com.vaadin.flow.di
SPI for customizing lookup in applications inside Servlet 5.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.
AbstractNumberFieldI18n - Interface in com.vaadin.flow.component.textfield
The internationalization properties for AbstractNumberField.
AbstractPlotOptions - Class in com.vaadin.flow.component.charts.model
 
AbstractPlotOptions() - Constructor for class com.vaadin.flow.component.charts.model.AbstractPlotOptions
 
AbstractPropertyConfiguration - Class in com.vaadin.flow.server
Provides a configuration based on string properties.
AbstractPropertyConfiguration(Map<String, String>) - Constructor for class com.vaadin.flow.server.AbstractPropertyConfiguration
Creates a new instance with given properties.
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.
AbstractRouteNotFoundError - Class in com.vaadin.flow.router
This is abstract error view for routing exceptions.
AbstractRouteNotFoundError() - Constructor for class com.vaadin.flow.router.AbstractRouteNotFoundError
 
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
Custom bean serializer for AbstractSeries that adds the type field.
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, DataSeriesItem) - Constructor for class com.vaadin.flow.component.charts.events.internal.AbstractSeriesItemEvent
Constructs the event with a series item (without the value).
AbstractSeriesItemEvent(Series, Number) - Constructor for class com.vaadin.flow.component.charts.events.internal.AbstractSeriesItemEvent
Constructs the event with a value (without the series item).
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.
AbstractServerMessage - Class in com.vaadin.hilla.push.messages.fromclient
 
AbstractServerMessage() - Constructor for class com.vaadin.hilla.push.messages.fromclient.AbstractServerMessage
 
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>, 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.
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.
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.
AbstractTaskClientGenerator - Class in com.vaadin.flow.server.frontend
Abstract class for generating client files.
AbstractTaskClientGenerator() - Constructor for class com.vaadin.flow.server.frontend.AbstractTaskClientGenerator
 
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.
ACADEMY_CAP - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
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
This callback method is called when the request initiated by the Node.appendChild(Element...) method is successfully executed.
accept(NodeVisitor) - Method in class com.vaadin.flow.dom.Node
Applies the visitor for the node.
accept(OutputStream, VaadinSession) - Method in interface com.vaadin.flow.server.StreamResourceWriter
Handles stream (writes data to it) using session as a context.
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(T, U, V) - Method in interface com.vaadin.flow.function.SerializableTriConsumer
Performs the action.
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_MISSING_SHA - Static variable in class com.vaadin.flow.server.frontend.installer.NodeInstaller
 
ACCEPTED - Enum constant in enum class com.vaadin.flow.server.HttpStatusCode
Status code (202) indicating that a request was accepted for processing, but was not completed.
ACCEPTED - Static variable in class com.vaadin.hilla.signals.core.event.StateEvent.Field
 
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.base.devserver.stats.StatisticsStorage
Runs the given command with the store locked.
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.
ACCESS_DENIED_MSG - Static variable in class com.vaadin.hilla.auth.EndpointAccessChecker
 
ACCESS_DENIED_MSG_DEV_MODE - Static variable in class com.vaadin.hilla.auth.EndpointAccessChecker
 
accessAnnotationChecker() - Method in class com.vaadin.flow.spring.SpringSecurityAutoConfiguration
Makes the default access annotation checker available for security configuration.
AccessAnnotationChecker - Class in com.vaadin.flow.server.auth
Checks if a given user has access to a given method.
AccessAnnotationChecker() - Constructor for class com.vaadin.flow.server.auth.AccessAnnotationChecker
 
AccessCheckDecision - Enum Class in com.vaadin.flow.server.auth
Decision on navigation access.
AccessCheckDecisionResolver - Interface in com.vaadin.flow.server.auth
Indicates a class that is responsible for taking a decisions about granting access to a target view, based on the result provided by NavigationAccessCheckers.
AccessCheckResult - Class in com.vaadin.flow.server.auth
A representation of the access check result, potentially providing deny reason.
AccessCheckResult(AccessCheckDecision, String) - Constructor for class com.vaadin.flow.server.auth.AccessCheckResult
Creates a new result.
AccessDeniedErrorRouter - Annotation Interface in com.vaadin.flow.server.auth
Annotation for customizing route specific rerouting of access denied error in AnnotatedViewAccessChecker.
AccessDeniedException - Exception in com.vaadin.flow.router
Exception for access denied error view.
AccessDeniedException() - Constructor for exception com.vaadin.flow.router.AccessDeniedException
 
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
 
ACCESSIBILITY - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ACCESSIBLE_DISABLED_BUTTONS - Static variable in class com.vaadin.experimental.FeatureFlags
 
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.
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.
accessPatchChecker(VaadinConfigurationProperties, WebInvocationPrivilegeEvaluator) - Method in class com.vaadin.flow.spring.SpringSecurityAutoConfiguration
Makes the default route path access checker available for security configuration.
AccessPathChecker - Interface in com.vaadin.flow.server.auth
Checks if a user has access to a given route path.
AccessResponse - Class in com.vaadin.collaborationengine
Response object when access to Collaboration Engine is requested for a user.
accessSession(VaadinSession, Command) - Method in class com.vaadin.flow.server.VaadinService
Implementation for VaadinSession.access(Command).
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 vertically stacked set of expandable panels.
Accordion() - Constructor for class com.vaadin.flow.component.accordion.Accordion
 
ACCORDION_MENU - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
Accordion.OpenedChangeEvent - Class in com.vaadin.flow.component.accordion
An event fired when an Accordion is opened or closed.
AccordionElement - Class in com.vaadin.flow.component.accordion.testbench
TestBench element for the vaadin-accordion element
AccordionElement() - Constructor for class com.vaadin.flow.component.accordion.testbench.AccordionElement
 
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(Component) - Constructor for class com.vaadin.flow.component.accordion.AccordionPanel
Initializes a new panel using the provided summary.
AccordionPanel(Component, Component) - Constructor for class com.vaadin.flow.component.accordion.AccordionPanel
Creates a panel with the provided summary component and content.
AccordionPanel(Component, Component...) - Constructor for class com.vaadin.flow.component.accordion.AccordionPanel
Initializes a new panel using the provided summary and content components.
AccordionPanel(String) - Constructor for class com.vaadin.flow.component.accordion.AccordionPanel
Initializes a new panel using the provided summary.
AccordionPanel(String, Component) - Constructor for class com.vaadin.flow.component.accordion.AccordionPanel
Creates a panel with the provided summary text and content.
AccordionPanel(String, Component...) - Constructor for class com.vaadin.flow.component.accordion.AccordionPanel
Initializes a new panel using the provided summary and content components.
AccordionPanelElement - Class in com.vaadin.flow.component.accordion.testbench
TestBench element for the vaadin-accordion-panel element
AccordionPanelElement() - Constructor for class com.vaadin.flow.component.accordion.testbench.AccordionPanelElement
 
AccordionTester<T extends Accordion> - Class in com.vaadin.flow.component.accordion
 
AccordionTester(T) - Constructor for class com.vaadin.flow.component.accordion.AccordionTester
Wrap given component for testing.
ActionDispatcher - Interface in com.vaadin.collaborationengine
Allows dispatching actions to be executed in background.
ActivationHandler - Interface in com.vaadin.collaborationengine
Defines when to execute the connection callback
add(int, StateNode) - Method in class com.vaadin.flow.internal.nodefeature.ElementChildrenList
 
add(int, StateNode) - Method in class com.vaadin.flow.internal.nodefeature.ModelList
 
add(int, StateNode) - Method in class com.vaadin.flow.internal.nodefeature.StateNodeNodeList
 
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, 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, 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, T) - Method in class com.vaadin.flow.internal.nodefeature.NodeList
Inserts an item at the given index of the list.
add(int, T) - Method in class com.vaadin.flow.internal.nodefeature.SerializableNodeList
 
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(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(GanttSeriesItem) - Method in class com.vaadin.flow.component.charts.model.GanttSeries
Add given item to the series
add(Node, Node) - Method in class com.vaadin.flow.component.charts.model.NodeSeries
Adds both nodes and links then in the series.
add(NodeSeriesItem) - Method in class com.vaadin.flow.component.charts.model.NodeSeries
Adds a data item.
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.board.Row
Adds the given component(s) to the row.
add(Component...) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
Deprecated.
since v24.4, not supported
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.DialogFooter
 
add(Component...) - Method in interface com.vaadin.flow.component.HasComponents
Adds the given components as children of this component.
add(Component...) - Method in class com.vaadin.flow.component.login.LoginOverlay.LoginOverlayFooter
Adds the given components to the container.
add(Component...) - Method in class com.vaadin.flow.component.orderedlayout.HorizontalLayout
Adds the given components as children of this component.
add(Component...) - Method in class com.vaadin.flow.component.select.Select
Adds the given components as children of this component.
add(Component...) - Method in class com.vaadin.flow.component.tabs.Tabs
Deprecated.
since 24.0, use Tabs.add(Tab...) instead.
add(Component...) - Method in class com.vaadin.flow.component.UI
Adds the given components to the UI.
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(Component, int) - Method in class com.vaadin.flow.component.formlayout.FormLayout
Adds a component with the desired colspan.
add(Component, Component) - Method in class com.vaadin.flow.component.tabs.TabSheet
Adds a tab created from the given tab content and content.
add(DashboardWidget...) - Method in interface com.vaadin.flow.component.dashboard.HasWidgets
Adds the given widgets to this component.
add(Tab...) - Method in class com.vaadin.flow.component.tabs.Tabs
Adds the given tabs to the component.
add(Tab, Component) - Method in class com.vaadin.flow.component.tabs.TabSheet
Adds a tab with the given content.
add(Tab, Component, int) - Method in class com.vaadin.flow.component.tabs.TabSheet
Adds a tab with the given content to the given position.
add(StateNode) - Method in class com.vaadin.flow.internal.nodefeature.ModelList
 
add(Dependency) - Method in class com.vaadin.flow.component.internal.DependencyList
Adds the given dependency to be loaded by the client side.
add(String) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
Deprecated.
since v24.4, not supported
add(String) - Method in class com.vaadin.flow.component.details.Details
Adds the given text to the content section
add(String) - Method in class com.vaadin.flow.component.dialog.Dialog.DialogFooter
 
add(String) - Method in interface com.vaadin.flow.component.HasComponents
Add the given text as a child of this component.
add(String) - Method in class com.vaadin.flow.component.shared.internal.OverlayClassListProxy
 
add(String) - Method in class com.vaadin.flow.dom.impl.ImmutableClassList
 
add(String) - Method in class com.vaadin.flow.dom.impl.ThemeListImpl
 
add(String, Component) - Method in class com.vaadin.flow.component.accordion.Accordion
Adds a panel created from the given title and content.
add(String, Component) - Method in class com.vaadin.flow.component.tabs.TabSheet
Adds a tab created from the given text and content.
add(String, DomEventListener) - Method in class com.vaadin.flow.internal.nodefeature.ElementListenerMap
Add eventData for an event type.
add(String, String[]) - Method in class com.vaadin.flow.internal.nodefeature.PolymerEventListenerMap
Adds a listener for a event created from a template method.
add(Collection<Component>) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
Deprecated.
since v24.4, not supported
add(Collection<Component>) - Method in class com.vaadin.flow.component.details.Details
Adds components to the content section
add(Collection<Component>) - Method in class com.vaadin.flow.component.dialog.Dialog
Adds the given components into this dialog.
add(Collection<Component>) - Method in class com.vaadin.flow.component.dialog.Dialog.DialogFooter
 
add(Collection<Component>) - Method in interface com.vaadin.flow.component.HasComponents
Adds the given components as children of this component.
add(Collection<Component>) - Method in class com.vaadin.flow.component.notification.Notification
Adds the given components into this notification.
add(Collection<Component>) - Method in class com.vaadin.flow.component.orderedlayout.HorizontalLayout
Adds the given components as children of this component.
add(Collection<Component>) - Method in class com.vaadin.flow.component.popover.Popover
Adds the given components into this popover.
add(Collection<DashboardWidget>) - Method in class com.vaadin.flow.component.dashboard.Dashboard
 
add(Collection<DashboardWidget>) - Method in class com.vaadin.flow.component.dashboard.DashboardSection
 
add(Collection<DashboardWidget>) - Method in interface com.vaadin.flow.component.dashboard.HasWidgets
Adds the given widgets to this component.
add(T) - Method in class com.vaadin.flow.internal.nodefeature.NodeList
Adds an item to the end of the list.
add(T) - Method in class com.vaadin.flow.internal.nodefeature.NodeList.SetView
 
ADD - Static variable in interface com.vaadin.flow.component.Key
The numeric keypad's addition key, +.
ADD_DOCK - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
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(GanttSeriesItem...) - Method in class com.vaadin.flow.component.charts.model.GanttSeries
Add all the given items to the series
addAll(TreeSeriesItem...) - Method in class com.vaadin.flow.component.charts.model.TreeSeries
Add all the given items to the series
addAll(Collection<? extends StateNode>) - Method in class com.vaadin.flow.internal.nodefeature.ModelList
 
addAll(Collection<? extends StateNode>) - Method in class com.vaadin.flow.internal.nodefeature.StateNodeNodeList
 
addAll(Collection<? extends String>) - Method in class com.vaadin.flow.dom.impl.ThemeListImpl
 
addAll(Collection<? extends T>) - Method in class com.vaadin.flow.internal.nodefeature.NodeList
Adds all provided items to the end of the list.
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<Button>>) - Method in class com.vaadin.flow.component.button.Button
Add a listener to blur DOM events.
addBlurListener(ComponentEventListener<BlurNotifier.BlurEvent<T>>) - Method in interface com.vaadin.flow.component.BlurNotifier
Add a listener to blur DOM events.
addBody() - Method in class com.vaadin.flow.component.html.NativeTable
Adds a new body element to the table.
addBrowserWindowResizeListener(BrowserWindowResizeListener) - Method in class com.vaadin.flow.component.page.Page
Adds a new BrowserWindowResizeListener to this UI.
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
addCell(int, AbstractColumn<?>) - Method in class com.vaadin.flow.component.grid.FooterRow
 
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.
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
addChild(AbstractConfigurationObject) - Method in class com.vaadin.flow.component.map.configuration.AbstractConfigurationObject
Adds a nested object reference to keep track of.
addClassName(String) - Method in interface com.vaadin.flow.component.HasStyle
Adds a CSS class name to this component.
addClassName(String) - Method in class com.vaadin.flow.component.Text
The method is not supported for the Text class.
addClassNames(String...) - Method in class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupItem
Adds one or more class names to this item.
addClassNames(String...) - Method in interface com.vaadin.flow.component.HasStyle
Adds one or more CSS class names to this component.
addClassNames(String...) - Method in class com.vaadin.flow.component.messages.MessageListItem
Adds one or more class names to this item.
addClassNames(String...) - Method in class com.vaadin.flow.component.Text
The method is not supported for the Text class.
addClearAllAction(Runnable) - Static method in class com.vaadin.flow.internal.ReflectionCache
Adds an action that will be run when all reflection caches are cleared.
addClickEventListener(ComponentEventListener<MapClickEvent>) - Method in class com.vaadin.flow.component.map.MapBase
Adds a click listener for the map.
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
Adds a shortcut which 'clicks' the Component which implements ClickNotifier interface.
addClientItemToggleListener(ComponentEventListener<ClientItemToggleEvent<T>>) - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
 
addClientItemToggleListener(ComponentEventListener<ClientItemToggleEvent<T>>) - Method in interface com.vaadin.flow.component.grid.GridMultiSelectionModel
Adds a client item toggle listener that will be called when the user toggles the selection state of an item on the client-side.
addClientValidatedEventListener(ComponentEventListener<HasClientValidation.ClientValidatedEvent>) - Method in interface com.vaadin.flow.component.shared.HasClientValidation
Deprecated.
Since 24.6, this event is no longer supported. Consider subscribing to ValidationStatusChangeEvent to get notified when the user enters input that cannot be parsed.
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.ColumnOptions
Adds color to the colors array
addColor(Color) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
Adds color to the colors array
addColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
Adds color to the colors array
addColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
Adds color to the colors array
addColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
Adds color to the colors array
addColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
Adds color to the colors array
addColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
Adds color to the colors array
addColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
Adds color to the colors array
addColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
Adds color to the colors array
addColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
Adds color to the colors array
addColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
Adds color to the colors array
addColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
Adds color to the colors array
addColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
Adds color to the colors array
addColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
Adds color to the colors array
addColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
Adds color to the colors array
addColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
Adds color to the colors array
addColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
Adds color to the colors array
addColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
Adds color to the colors array
addColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
Adds color to the colors array
addColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
Adds color to the colors array
addColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
Adds color to the colors array
addColor(Color) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
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
addColorStop(double, SolidColor) - Method in class com.vaadin.flow.component.charts.model.style.GradientColor
Adds a color stop to the gradient
addColumn(XAxis) - Method in class com.vaadin.flow.component.charts.model.AxisGrid
Add a new column to the 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(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
Adds a new text column to this Grid with a value provider and sorting properties.The value is converted to a JSON value by using JsonSerializer.toJson(Object).
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.
addComponent(Component) - Method in class com.vaadin.collaborationengine.ComponentConnectionContext
Adds a component instance to track for this context.
addComponentAsFirst(Component) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
Deprecated.
since v24.4, not supported
addComponentAsFirst(Component) - Method in class com.vaadin.flow.component.dialog.Dialog.DialogFooter
 
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.
addComponentAsFirst(Component) - Method in class com.vaadin.flow.component.tabs.Tabs
Deprecated.
since 24.0, use Tabs.addTabAsFirst(Tab) instead.
addComponentAtIndex(int, Component) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
Deprecated.
since v24.4, not supported
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.details.Details
Adds the given component to the content section at the specific 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 class com.vaadin.flow.component.dialog.Dialog.DialogFooter
 
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.orderedlayout.HorizontalLayout
 
addComponentAtIndex(int, Component) - Method in class com.vaadin.flow.component.popover.Popover
Adds the given component into this popover 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
Deprecated.
since 24.0, use Tabs.addTabAtIndex(int, Tab) instead.
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
Adds the dependencies defined using StyleSheet or JavaScript on the given Component class.
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.HasItemComponents
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
Deprecated.
since v24.2, use HasComponents.add(Component...) instead.
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.
addCssLines(Collection<String>, CssData, int) - Method in class com.vaadin.flow.server.frontend.GenerateMainImports
 
addCustomValueSetListener(ComponentEventListener<ComboBoxBase.CustomValueSetEvent<TComponent>>) - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
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.
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[][]) - Method in class com.vaadin.flow.component.charts.model.DataSeries
Adds a list of (x,y) data pairs e.g.
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.
addDataCell() - Method in class com.vaadin.flow.component.html.NativeTableRow
Add a data cell to this row.
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.
addDependency(GanttSeriesItemDependency) - Method in class com.vaadin.flow.component.charts.model.GanttSeriesItem
Adds a dependency on another task.
addDependency(String) - Method in class com.vaadin.flow.component.charts.model.GanttSeriesItem
Adds a dependency on another task.
addDependencyFilter(DependencyFilter) - Method in class com.vaadin.flow.server.ServiceInitEvent
Adds a new dependency filter that will be used by this service.
addDestroyListener(SessionDestroyListener) - Method in class com.vaadin.flow.spring.SpringVaadinSession
Deprecated.
Adds a listener that gets notified when the Vaadin service session is destroyed.
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.
addDoubleClickListener(ComponentEventListener<ClickEvent<T>>) - Method in interface com.vaadin.flow.component.ClickNotifier
Adds a double click listener to this component.
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.
addDraggedListener(ComponentEventListener<Dialog.DialogDraggedEvent>) - Method in class com.vaadin.flow.component.dialog.Dialog
Adds a listener that is called after user finishes dragging the overlay.
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.
addEditor(TopicConnection, String, UserInfo) - Static method in class com.vaadin.collaborationengine.CollaborationBinderUtil
Signals that the user is currently editing the field that is bound to the property.
addEditor(TopicConnection, String, UserInfo, int) - Static method in class com.vaadin.collaborationengine.CollaborationBinderUtil
Signals that the user is currently editing the field that is bound to the property.
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.
addEventDataElement(String) - Method in interface com.vaadin.flow.dom.DomListenerRegistration
Add a JavaScript expression for extracting an element as event data.
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
 
addEventListener(String, DomEventListener) - Method in class com.vaadin.flow.dom.Element
Adds an event listener for the given event type.
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(Inline.Position, String, String, String) - Method in class com.vaadin.flow.server.AppShellSettings
Append a fav icon link to initial page head.
addFavIcon(String, String, String) - Method in class com.vaadin.flow.server.AppShellSettings
Append a fav icon link to initial page head.
addFeature(Feature) - Method in class com.vaadin.flow.component.map.configuration.layer.FeatureLayer
Adds a feature to the layer
addFeature(Feature) - Method in class com.vaadin.flow.component.map.configuration.source.VectorSource
 
addFeatureClickListener(ComponentEventListener<MapFeatureClickEvent>) - Method in class com.vaadin.flow.component.map.MapBase
Adds a click listener for geographical features.
addFeatureClickListener(VectorLayer, ComponentEventListener<MapFeatureClickEvent>) - Method in class com.vaadin.flow.component.map.MapBase
Adds a click listener for geographical features.
addFeatureDropListener(ComponentEventListener<MapFeatureDropEvent>) - Method in class com.vaadin.flow.component.map.MapBase
Adds an event listener for when a feature is dropped after a drag operation.
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
addFileRemovedListener(ComponentEventListener<FileRemovedEvent>) - Method in class com.vaadin.flow.component.upload.Upload
Adds a listener for events fired when a file is removed.
AddFiles() - Constructor for class com.vaadin.flow.component.upload.UploadI18N.AddFiles
 
addFilter(SerializablePredicate<T>) - Method in class com.vaadin.flow.component.combobox.dataview.ComboBoxListDataView
Adds a filter to be applied to all queries.
addFilter(SerializablePredicate<T>) - Method in class com.vaadin.flow.data.provider.AbstractListDataView
 
addFilter(SerializablePredicate<T>) - Method in interface com.vaadin.flow.data.provider.InMemoryDataProvider
Adds a filter to be applied to all queries.
addFilter(SerializablePredicate<T>) - Method in interface com.vaadin.flow.data.provider.ListDataView
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.
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<Button>>) - Method in class com.vaadin.flow.component.button.Button
Add a listener to focus DOM events.
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 class com.vaadin.flow.component.button.Button
Adds a shortcut which focuses the Component which implements Focusable interface.
addFocusShortcut(Key, KeyModifier...) - Method in interface com.vaadin.flow.component.Focusable
Adds a shortcut which focuses the Component which implements Focusable interface.
addForgotPasswordListener(ComponentEventListener<AbstractLogin.ForgotPasswordEvent>) - Method in class com.vaadin.flow.component.login.AbstractLogin
Adds `forgotPassword` event listener.
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.
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.
addGeneratedIndexContent(Document, JsonObject) - Static method in class com.vaadin.flow.server.communication.IndexHtmlRequestHandler
 
addGeneratedIndexContent(Document, JsonObject) - Static method in class com.vaadin.flow.server.communication.WebComponentBootstrapHandler
 
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.
addGetParameter(String, String, int) - Static method in class com.vaadin.testbench.internal.SharedUtil
Adds the given get parameter to the URI and returns the new URI.
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, String) - Static method in class com.vaadin.testbench.internal.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.
addGetParameters(String, String) - Static method in class com.vaadin.testbench.internal.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
Deprecated.
 
addHeaderCell() - Method in class com.vaadin.flow.component.html.NativeTableRow
Add a header cell to this row.
addHeartbeatListener(HeartbeatListener) - Method in class com.vaadin.flow.component.internal.UIInternals
 
addHeartbeatListener(HeartbeatListener) - Method in class com.vaadin.flow.component.UI
Add a listener that will be informed when this UI received a heartbeat from the client-side.
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.
addIdentifierProviderChangeListener(ComponentEventListener<IdentifierProviderChangeEvent<T, ?>>) - Method in class com.vaadin.flow.data.provider.AbstractDataView
Add an identifier provider change listener that is fired when a custom identifier provider is set with AbstractDataView.setIdentifierProvider(IdentifierProvider).
addIndexHtmlRequestListener(IndexHtmlRequestListener) - Method in class com.vaadin.flow.server.ServiceInitEvent
Adds a new Index HTML request listener that will be used by this service.
addInlineDependency(Inline, VaadinService) - Method in class com.vaadin.flow.server.InlineTargets
Inline contents from classpath file to head of initial page.
addInlineFromFile(Inline.Position, String, Inline.Wrapping) - Method in class com.vaadin.flow.server.AppShellSettings
Inline contents from classpath file to head of initial page.
addInlineFromFile(TargetElement, Inline.Position, String, Inline.Wrapping) - Method in class com.vaadin.flow.server.AppShellSettings
Inline contents from classpath file to head of initial page.
addInlineFromFile(String, Inline.Wrapping) - Method in class com.vaadin.flow.server.AppShellSettings
Inline contents from classpath file to append to head of initial page.
addInlineWithContents(Inline.Position, String, Inline.Wrapping) - Method in class com.vaadin.flow.server.AppShellSettings
Add content to head of initial page.
addInlineWithContents(TargetElement, Inline.Position, String, Inline.Wrapping) - Method in class com.vaadin.flow.server.AppShellSettings
Add content to the specified target of initial page.
addInlineWithContents(String, Inline.Wrapping) - Method in class com.vaadin.flow.server.AppShellSettings
Add content to append 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<DatePicker.InvalidChangeEvent>) - Method in class com.vaadin.flow.component.datepicker.DatePicker
Adds a listener for invalid-changed events fired by the webcomponent.
addInvalidChangeListener(ComponentEventListener<Select.InvalidChangeEvent>) - Method in class com.vaadin.flow.component.select.Select
Adds a listener for invalid-changed events fired by the webcomponent.
addInvalidChangeListener(ComponentEventListener<TimePicker.InvalidChangeEvent>) - Method in class com.vaadin.flow.component.timepicker.TimePicker
Adds a listener for invalid-changed events fired by the webcomponent.
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(Component) - Method in class com.vaadin.flow.component.contextmenu.MenuManager
Adds a component as a menu item.
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(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(Component, ComponentEventListener<ClickEvent<MenuItem>>) - Method in class com.vaadin.flow.component.contextmenu.ContextMenu
 
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(Component, ComponentEventListener<ClickEvent<MenuItem>>) - Method in class com.vaadin.flow.component.contextmenu.SubMenu
 
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(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(Component, 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.GridSubMenu
 
addItem(Component, String) - Method in class com.vaadin.flow.component.menubar.MenuBar
Creates a new MenuItem component with the provided tooltip text and adds it to the root level of this menu bar.
addItem(Component, String, ComponentEventListener<ClickEvent<MenuItem>>) - Method in class com.vaadin.flow.component.menubar.MenuBar
Creates a new MenuItem component with the provided click listener and the tooltip text and adds it to the root level of this menu bar.
addItem(SideNavItem...) - Method in class com.vaadin.flow.component.sidenav.SideNav
Adds navigation menu item(s) to the menu.
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(String) - Method in class com.vaadin.flow.component.contextmenu.MenuManager
Adds a text as a menu item.
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(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(String, ComponentEventListener<ClickEvent<MenuItem>>) - Method in class com.vaadin.flow.component.contextmenu.ContextMenu
 
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(String, ComponentEventListener<ClickEvent<MenuItem>>) - Method in class com.vaadin.flow.component.contextmenu.SubMenu
 
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(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(String, 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(String, String) - Method in class com.vaadin.flow.component.menubar.MenuBar
Creates a new MenuItem component with the provided text content and the tooltip text and adds it to the root level of this menu bar.
addItem(String, String, ComponentEventListener<ClickEvent<MenuItem>>) - Method in class com.vaadin.flow.component.menubar.MenuBar
Creates a new MenuItem component with the provided text content and the tooltip text and click listener and adds it to the root level of this menu bar.
addItem(T) - Method in class com.vaadin.flow.data.provider.AbstractListDataView
 
addItem(T) - Method in interface com.vaadin.flow.data.provider.ListDataView
Adds an item to the data list if it is not already present.
addItem(T, T) - Method in class com.vaadin.flow.data.provider.hierarchy.TreeData
Adds a data item as a child of parent.
addItemAfter(T, T) - Method in class com.vaadin.flow.data.provider.AbstractListDataView
 
addItemAfter(T, T) - Method in interface com.vaadin.flow.data.provider.ListDataView
Adds an item after the given target item.
addItemAsFirst(SideNavItem) - Method in class com.vaadin.flow.component.sidenav.SideNav
Adds the given navigation item as the first child of this navigation item.
addItemAtIndex(int, SideNavItem) - Method in class com.vaadin.flow.component.sidenav.SideNav
Adds the given item as child of this navigation item at the specific index.
addItemBefore(T, T) - Method in class com.vaadin.flow.data.provider.AbstractListDataView
 
addItemBefore(T, T) - Method in interface com.vaadin.flow.data.provider.ListDataView
Adds an item before the given target item.
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
 
addItemCountChangeListener(ComponentEventListener<ItemCountChangeEvent<?>>) - Method in class com.vaadin.flow.component.combobox.dataview.ComboBoxDataView
Add an item count change listener that is fired when the item count changes.
addItemCountChangeListener(ComponentEventListener<ItemCountChangeEvent<?>>) - Method in class com.vaadin.flow.component.combobox.dataview.ComboBoxLazyDataView
Add an item count change listener that is fired when the item count changes.
addItemCountChangeListener(ComponentEventListener<ItemCountChangeEvent<?>>) - Method in class com.vaadin.flow.component.combobox.dataview.ComboBoxListDataView
Add an item count change listener that is fired when the item count changes.
addItemCountChangeListener(ComponentEventListener<ItemCountChangeEvent<?>>) - Method in class com.vaadin.flow.data.provider.AbstractDataView
 
addItemCountChangeListener(ComponentEventListener<ItemCountChangeEvent<?>>) - Method in interface com.vaadin.flow.data.provider.DataView
Add an item count change listener that is fired when the item count changes.
addItemDoubleClickListener(ComponentEventListener<ItemDoubleClickEvent<T>>) - Method in class com.vaadin.flow.component.grid.Grid
Adds an item double click listener to this component.
addItemMovedListener(ComponentEventListener<DashboardItemMovedEvent>) - Method in class com.vaadin.flow.component.dashboard.Dashboard
Adds an item moved listener to this dashboard.
addItemMoveModeChangedListener(ComponentEventListener<DashboardItemMoveModeChangedEvent>) - Method in class com.vaadin.flow.component.dashboard.Dashboard
Adds an item move mode change listener to this dashboard.
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.
addItemRemovedListener(ComponentEventListener<DashboardItemRemovedEvent>) - Method in class com.vaadin.flow.component.dashboard.Dashboard
Adds an item removed listener to this dashboard.
addItemResizedListener(ComponentEventListener<DashboardItemResizedEvent>) - Method in class com.vaadin.flow.component.dashboard.Dashboard
Adds an item resized listener to this dashboard.
addItemResizeModeChangedListener(ComponentEventListener<DashboardItemResizeModeChangedEvent>) - Method in class com.vaadin.flow.component.dashboard.Dashboard
Adds an item resize mode change listener to this dashboard.
addItems(Collection<T>) - Method in class com.vaadin.flow.data.provider.AbstractListDataView
 
addItems(Collection<T>) - Method in interface com.vaadin.flow.data.provider.ListDataView
Adds multiple items to the data list.
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.
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(T, T...) - Method in class com.vaadin.flow.data.provider.hierarchy.TreeData
Adds a list of data items as children of parent.
addItemsAfter(Collection<T>, T) - Method in class com.vaadin.flow.data.provider.AbstractListDataView
 
addItemsAfter(Collection<T>, T) - Method in interface com.vaadin.flow.data.provider.ListDataView
Adds multiple items after the given target item.
addItemsBefore(Collection<T>, T) - Method in class com.vaadin.flow.data.provider.AbstractListDataView
 
addItemsBefore(Collection<T>, T) - Method in interface com.vaadin.flow.data.provider.ListDataView
Adds multiple items before the given target item.
addItemSelectedChangedListener(ComponentEventListener<DashboardItemSelectedChangedEvent>) - Method in class com.vaadin.flow.component.dashboard.Dashboard
Adds an item selected change listener to this dashboard.
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.
addItemWithDrilldown(DataSeriesItem, Series) - Method in class com.vaadin.flow.component.charts.model.DataSeries
Adds a new item to the series data.
ADDITIONAL_NAME - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
Middle name.
ADDITIONAL_POSTINSTALL_PACKAGES - Static variable in class com.vaadin.flow.server.InitParameters
Packages, in addition to the internally used ones, to run postinstall scripts for.
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.
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.PlotOptionsBullet
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.PlotOptionsGantt
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.PlotOptionsTimeline
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.PlotOptionsXrange
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.
addLabel(AnnotationItemLabel) - Method in class com.vaadin.flow.component.charts.model.AnnotationItem
Adds a single label
addLabel(AnnotationItemLabel) - Method in class com.vaadin.flow.component.charts.model.Configuration
Adds a single label
addLabels(AnnotationItemLabel...) - Method in class com.vaadin.flow.component.charts.model.AnnotationItem
Adds multiple labels
addLayer(Layer) - Method in class com.vaadin.flow.component.map.configuration.Configuration
Adds a layer to the map.
addLayer(Layer) - Method in class com.vaadin.flow.component.map.Map
Adds a layer to the map.
addLevel(Level) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
Adds level to the levels array
addLevel(Level) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
Adds level to the levels array
addLevel(Level) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
Adds level to the levels array
addLicenseChecker(Document) - Static method in class com.vaadin.flow.server.communication.IndexHtmlRequestHandler
Adds the needed overrides for the license checker to work when in development mode.
addLines(Collection<String>, String) - Method in class com.vaadin.flow.server.frontend.GenerateMainImports
 
addLink(Inline.Position, String) - Method in class com.vaadin.flow.server.AppShellSettings
Add a link to initial page head.
addLink(Inline.Position, String, String) - Method in class com.vaadin.flow.server.AppShellSettings
Add a link to initial page head.
addLink(Inline.Position, String, Map<String, String>) - Method in class com.vaadin.flow.server.AppShellSettings
Add a link to initial page head.
addLink(String) - Method in class com.vaadin.flow.server.AppShellSettings
Add a link to be appended to initial page head.
addLink(String, String) - Method in class com.vaadin.flow.server.AppShellSettings
Append a link to initial page head.
addLink(String, Map<String, String>) - Method in class com.vaadin.flow.server.AppShellSettings
Append a link to initial page head.
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<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.
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(Class<T>, SerializableConsumer<T>) - Method in class com.vaadin.flow.data.binder.Binder
Adds a listener to the binder.
addLoginListener(ComponentEventListener<AbstractLogin.LoginEvent>) - Method in class com.vaadin.flow.component.login.AbstractLogin
Adds `login` event listener.
addLogoutHandlers(Consumer<LogoutHandler>) - Method in class com.vaadin.flow.spring.security.VaadinWebSecurity
Sets additional LogoutHandlers that will participate in logout process.
addMembershipListener(MembershipListener) - Method in class com.vaadin.collaborationengine.Backend
Adds a listener of membership events.
addMembershipListener(MembershipListener) - Method in class com.vaadin.collaborationengine.LocalBackend
 
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(Inline.Position, String, String) - Method in class com.vaadin.flow.server.AppShellSettings
Add a meta tag to initial page head.
addMetaTag(String, String) - Method in class com.vaadin.flow.server.AppShellSettings
Add a meta tag to be appended to initial page head.
addModal(Component) - Method in class com.vaadin.flow.component.UI
Adds the given component as a modal child to the UI, making the UI and all other (existing) components added to the UI impossible for the user to interact with.
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.
addNode(Node) - Method in class com.vaadin.flow.component.charts.model.NodeSeries
Adds a node to the chart.
addNullableChild(AbstractConfigurationObject) - Method in class com.vaadin.flow.component.map.configuration.AbstractConfigurationObject
Convenience wrapper for AbstractConfigurationObject.addChild(AbstractConfigurationObject) that allows configurationObject to be a null reference.
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<ContextMenuBase.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<DatePicker.OpenedChangeEvent>) - Method in class com.vaadin.flow.component.datepicker.DatePicker
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 to get notified when the opened state of the component changes.
addOpenedChangeListener(ComponentEventListener<Dialog.OpenedChangeEvent>) - Method in class com.vaadin.flow.component.dialog.Dialog
Add a lister for event fired by the opened-changed events.
addOpenedChangeListener(ComponentEventListener<Notification.OpenedChangeEvent>) - Method in class com.vaadin.flow.component.notification.Notification
Adds a listener for opened-changed events fired by the webcomponent.
addOpenedChangeListener(ComponentEventListener<Popover.OpenedChangeEvent>) - Method in class com.vaadin.flow.component.popover.Popover
Add a listener for event fired by the opened-changed events.
addOpenedChangeListener(ComponentEventListener<Select.OpenedChangeEvent>) - Method in class com.vaadin.flow.component.select.Select
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
addPointDragListener(ComponentEventListener<PointDragEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds a point drag listener, which will be notified while point is dragged.
addPointDragStartListener(ComponentEventListener<PointDragStartEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds a point drag start listener, which will be notified when starting to drag a point.
addPointDropListener(ComponentEventListener<PointDropEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds a point drop listener, which will be notified point is dropped.
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, boolean) - Method in class com.vaadin.flow.component.WebComponentExporter
Add an Boolean 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, int) - Method in class com.vaadin.flow.component.WebComponentExporter
Add an Integer 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.
addProperty(String, String) - Method in class com.vaadin.flow.component.WebComponentExporter
Add an String property to the exported web component identified by name.
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(PropertyChangeListener) - Method in class com.vaadin.flow.component.map.configuration.AbstractConfigurationObject
Adds a change listener to the object.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.vaadin.flow.component.map.configuration.Configuration
For internal use only.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class com.vaadin.flow.dom.Element
Adds a property change listener which is triggered when the property's value is updated on the server side.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class com.vaadin.flow.internal.nodefeature.ElementPropertyMap
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.
addReinitializer(Consumer<VaadinService>) - Static method in class com.vaadin.collaborationengine.CollaborationEngineServiceInitListener
 
addRejectListener(ComponentEventListener<ConfirmDialog.RejectEvent>) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
Adds `reject` event listener
addRepresentation(ReferenceImageRepresentation.HashRepresentation) - Method in class com.vaadin.testbench.screenshot.ReferenceImageRepresentation
 
addRepresentation(String) - Method in class com.vaadin.testbench.screenshot.ReferenceImageRepresentation
 
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.
ADDRESS_LEVEL1 - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
Address level 1.
ADDRESS_LEVEL2 - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
Address level 2.
ADDRESS_LEVEL3 - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
Address level 3.
ADDRESS_LEVEL4 - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
Address level 4.
ADDRESS_LINE1 - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
Address line 1.
ADDRESS_LINE2 - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
Address line 2.
ADDRESS_LINE3 - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
Address line 3.
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.
addRootItems(T...) - Method in class com.vaadin.flow.data.provider.hierarchy.TreeData
Adds the items 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() - Method in class com.vaadin.flow.component.html.NativeTableFooter
Create and append a row to the end of the container.
addRow(Component...) - Method in class com.vaadin.flow.component.board.Board
Creates a new row and adds the given components to the row.
addRows(NativeTableRow...) - Method in class com.vaadin.flow.component.html.NativeTableFooter
Appends a list of rows to the container.
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
 
addSection() - Method in class com.vaadin.flow.component.dashboard.Dashboard
Adds an empty section to this dashboard.
addSection(DashboardSection) - Method in class com.vaadin.flow.component.dashboard.Dashboard
Adds the given section to this dashboard.
addSection(String) - Method in class com.vaadin.flow.component.dashboard.Dashboard
Adds an empty section to this dashboard.
addSelectedChangeListener(ComponentEventListener<Tabs.SelectedChangeEvent>) - Method in class com.vaadin.flow.component.tabs.Tabs
Adds a listener for Tabs.SelectedChangeEvent.
addSelectedChangeListener(ComponentEventListener<TabSheet.SelectedChangeEvent>) - Method in class com.vaadin.flow.component.tabs.TabSheet
Adds a listener for TabSheet.SelectedChangeEvent.
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(MultiSelectionListener<CheckboxGroup<T>, T>) - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
 
addSelectionListener(MultiSelectionListener<MultiSelectComboBox<TItem>, TItem>) - Method in class com.vaadin.flow.component.combobox.MultiSelectComboBox
 
addSelectionListener(MultiSelectionListener<MultiSelectListBox<T>, T>) - Method in class com.vaadin.flow.component.listbox.MultiSelectListBox
 
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.
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
 
addSeparator() - Method in class com.vaadin.flow.component.contextmenu.SubMenu
Adds a separator between items.
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.
addSessionDestroyListener(SessionDestroyListener) - Method in class com.vaadin.flow.server.VaadinSession
Adds a listener that gets notified when this session 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, ShortcutEventListener, Key, KeyModifier...) - Static method in class com.vaadin.flow.component.Shortcuts
Invoke a ShortcutEventListener when the shortcut is invoked.
addShortcutListener(Component, Command, Key, KeyModifier...) - Static method in class com.vaadin.flow.component.Shortcuts
Invoke a Command when the shortcut is invoked.
addShortcutListener(ShortcutEventListener, Key, KeyModifier...) - Method in class com.vaadin.flow.component.UI
Registers a global shortcut tied to the UI which executes the given ComponentEventListener when invoked.
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.
addSingleClickListener(ComponentEventListener<ClickEvent<T>>) - Method in interface com.vaadin.flow.component.ClickNotifier
Adds a single click listener to this component.
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 class com.vaadin.flow.data.provider.AbstractListDataView
 
addSortComparator(SerializableComparator<T>) - Method in interface com.vaadin.flow.data.provider.InMemoryDataProvider
Adds a comparator to the default sorting for this data provider.
addSortComparator(SerializableComparator<T>) - Method in interface com.vaadin.flow.data.provider.ListDataView
Adds a comparator to the data default sorting.
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.
addSortOrder(ValueProvider<T, V1>, SortDirection) - Method in class com.vaadin.flow.data.provider.AbstractListDataView
 
addSortOrder(ValueProvider<T, V1>, SortDirection) - Method in interface com.vaadin.flow.data.provider.ListDataView
Adds a property and direction to the default sorting.
addSplitterDragendListener(ComponentEventListener<SplitLayout.SplitterDragendEvent>) - 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.
addStateChangeListener(String, TypeReference<T>, SerializableConsumer<T>) - Method in class com.vaadin.flow.component.react.ReactAdapterComponent
Adds the specified listener for the state change event in the React adapter.
addStateChangeListener(String, Class<T>, SerializableConsumer<T>) - Method in class com.vaadin.flow.component.react.ReactAdapterComponent
Adds the specified listener for the state change event in the React adapter.
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
Adds a listener that is called when the user submits the value of the input field, which can be obtained with MessageInput.SubmitEvent.getValue().
addSucceededListener(ComponentEventListener<SucceededEvent>) - Method in class com.vaadin.flow.component.upload.Upload
Add a succeeded listener that is informed on upload succeeded.
addTabAsFirst(Tab) - Method in class com.vaadin.flow.component.tabs.Tabs
Adds the given tab as the first child of this component.
addTabAtIndex(int, Tab) - Method in class com.vaadin.flow.component.tabs.Tabs
Adds the given tab as child of this tab at the specific index.
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.
addThemeNames(String...) - Method in class com.vaadin.flow.component.messages.MessageListItem
Adds one or more theme names to this message.
addThemeVariants(AvatarGroupVariant...) - Method in class com.vaadin.collaborationengine.CollaborationAvatarGroup
Adds theme variants to the avatar group component.
addThemeVariants(ChartVariant...) - Method in class com.vaadin.flow.component.charts.Chart
Adds theme variants to the component.
addThemeVariants(CrudVariant...) - Method in class com.vaadin.flow.component.crud.Crud
Adds theme variants to the component.
addThemeVariants(CustomFieldVariant...) - Method in class com.vaadin.flow.component.customfield.CustomField
Adds theme variants to the component.
addThemeVariants(GridVariant...) - Method in class com.vaadin.flow.component.grid.Grid
Adds theme variants to the component.
addThemeVariants(GridProVariant...) - Method in class com.vaadin.flow.component.gridpro.GridPro
Adds theme variants to the component.
addThemeVariants(TVariantEnum...) - Method in interface com.vaadin.flow.component.shared.HasThemeVariant
Adds theme variants to the component.
addToDrawer(Component...) - Method in class com.vaadin.flow.component.applayout.AppLayout
Adds the components to the drawer slot of this AppLayout.
addToEnd(Component...) - Method in class com.vaadin.flow.component.orderedlayout.HorizontalLayout
Adds the components to the middle slot of this layout.
addToEnd(Collection<Component>) - Method in class com.vaadin.flow.component.orderedlayout.HorizontalLayout
Adds the components to the end slot of this layout.
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.TextFieldBase
Adds the given components as children of this component at the slot 'input'.
addTokenAsMetaTagsToHeadIfPresentInRequest(Element, VaadinRequest) - Static method in class com.vaadin.flow.internal.springcsrf.SpringCsrfTokenUtil
 
addToLabel(Component...) - Method in class com.vaadin.flow.component.formlayout.FormLayout.FormItem
Adds the given components as children of this component at the slot 'label'.
addToMiddle(Component...) - Method in class com.vaadin.flow.component.orderedlayout.HorizontalLayout
Adds the components to the middle slot of this layout.
addToMiddle(Collection<Component>) - Method in class com.vaadin.flow.component.orderedlayout.HorizontalLayout
Adds the components to the middle slot of this layout.
addToModalComponent(Component) - Method in class com.vaadin.flow.component.UI
Add component as child to modal component if one is active.
addToNavbar(boolean, Component...) - Method in class com.vaadin.flow.component.applayout.AppLayout
Adds the components to the navbar slot of this AppLayout.
addToNavbar(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.textfield.TextFieldBase
Adds the given components as children of this component at the slot 'prefix'.
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.SplitLayout
Sets the given components to the secondary split of this layout, i.e.
addToSlot(HasElement, String, Component...) - Static method in class com.vaadin.flow.component.shared.SlotUtils
Adds components to the specified slot in the parent component.
addToSlot(HasElement, String, Element...) - Static method in class com.vaadin.flow.component.shared.SlotUtils
Adds elements to the specified slot in the parent component.
addToStart(Component...) - Method in class com.vaadin.flow.component.orderedlayout.HorizontalLayout
Adds the components to the start slot of this layout.
addToStart(Collection<Component>) - Method in class com.vaadin.flow.component.orderedlayout.HorizontalLayout
Adds the components to the start slot of this layout.
addToSuffix(Component...) - Method in class com.vaadin.flow.component.textfield.TextFieldBase
Adds the given components as children of this component at the slot 'suffix'.
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
addUserEntry(String, YearMonth, String) - Method in interface com.vaadin.collaborationengine.LicenseStorage
Deprecated.
Adds a user entry for the specified month.
addVaadinRequestInterceptor(VaadinRequestInterceptor) - Method in class com.vaadin.flow.server.ServiceInitEvent
Adds a new request interceptor that will be used by this service.
addValidationStatusChangeListener(ValidationStatusChangeListener<BigDecimal>) - Method in class com.vaadin.flow.component.textfield.BigDecimalField
 
addValidationStatusChangeListener(ValidationStatusChangeListener<LocalDate>) - Method in class com.vaadin.flow.component.datepicker.DatePicker
 
addValidationStatusChangeListener(ValidationStatusChangeListener<LocalDateTime>) - Method in class com.vaadin.flow.component.datetimepicker.DateTimePicker
 
addValidationStatusChangeListener(ValidationStatusChangeListener<LocalTime>) - Method in class com.vaadin.flow.component.timepicker.TimePicker
 
addValidationStatusChangeListener(ValidationStatusChangeListener<T>) - Method in class com.vaadin.flow.component.textfield.AbstractNumberField
 
addValidationStatusChangeListener(ValidationStatusChangeListener<V>) - Method in interface com.vaadin.flow.data.binder.HasValidator
Enables the implementing components to notify changes in their validation status to the observers.
addValueChangeListener(HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<C, T>>) - Method in class com.vaadin.flow.component.AbstractField
 
addValueChangeListener(HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<C, T>>) - Method in class com.vaadin.flow.component.internal.AbstractFieldSupport
addValueChangeListener(HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<S, T>>) - Method in class com.vaadin.flow.component.AbstractCompositeField
 
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
 
addValueChangeListener(HasValue.ValueChangeListener<? super E>) - Method in interface com.vaadin.flow.component.HasValue
Adds a value change listener.
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.
addViewMoveEndEventListener(ComponentEventListener<MapViewMoveEndEvent>) - Method in class com.vaadin.flow.component.map.MapBase
Adds an event listener for changes to the map's viewport.
addWidgetAtIndex(int, DashboardWidget) - Method in class com.vaadin.flow.component.dashboard.Dashboard
Adds the given widget as child of this dashboard at the specific index.
addWidgetAtIndex(int, DashboardWidget) - Method in class com.vaadin.flow.component.dashboard.DashboardSection
 
addWidgetAtIndex(int, DashboardWidget) - Method in interface com.vaadin.flow.component.dashboard.HasWidgets
Adds the given widget as child of this component at the specific index.
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
addXBlock() - Method in class com.vaadin.testbench.screenshot.ErrorBlock
 
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.
addYBlock() - Method in class com.vaadin.testbench.screenshot.ErrorBlock
 
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.PlotOptionsBullet
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.PlotOptionsXrange
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
ADJUST - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ADOBE_FLASH - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
AFTER - Enum constant in enum class com.vaadin.hilla.signals.core.event.ListStateEvent.InsertPosition
 
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.
AfterNavigationEvent(LocationChangeEvent, RouteParameters) - Constructor for class com.vaadin.flow.router.AfterNavigationEvent
Construct event from a NavigationEvent.
AfterNavigationHandler - Interface in com.vaadin.flow.router.internal
The base interface for every AfterNavigationEvent handler.
AfterNavigationListener - Interface in com.vaadin.flow.router
A listener that may be added to the UI using UI.addAfterNavigationListener(AfterNavigationListener).
AfterNavigationObserver - Interface in com.vaadin.flow.router
Any attached component implementing this interface will receive an event after all navigation tasks have resolved.
afterPropertiesSet() - Method in class com.vaadin.flow.spring.VaadinWebsocketEndpointExporter
 
afterTestExecution(ExtensionContext) - Method in class com.vaadin.testbench.unit.TreeOnFailureExtension
 
afterTestMethod(TestContext) - Method in class com.vaadin.testbench.unit.UITestSpringLookupInitializer
 
AGAIN - Static variable in interface com.vaadin.flow.component.Key
The Again key.
aggregate(String, double) - Method in class com.vaadin.base.devserver.stats.StatisticsContainer
Sets the value to the given field and updates related aggregate fields.
AIRPLANE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ALARM - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
algorithm(MacAlgorithm) - Method in class com.vaadin.flow.spring.security.stateless.VaadinStatelessSecurityConfigurer.SecretKeyConfigurer
Sets the signature algorithm.
ALICEBLUE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
ALIGN_CENTER - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ALIGN_CENTER - Enum constant in enum class com.vaadin.flow.theme.lumo.LumoIcon
 
ALIGN_JUSTIFY - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ALIGN_LEFT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ALIGN_LEFT - Enum constant in enum class com.vaadin.flow.theme.lumo.LumoIcon
 
ALIGN_RIGHT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ALIGN_RIGHT - Enum constant in enum class com.vaadin.flow.theme.lumo.LumoIcon
 
all() - Method in class com.vaadin.testbench.ElementQuery
Search the open Vaadin application for a list of matching components relative to given context.
all() - Method in class com.vaadin.testbench.unit.ComponentQuery
Executes the search against current context and returns a list of matching components.
ALL - Enum constant in enum class com.vaadin.flow.component.charts.model.RangeSelectorTimespan
 
ALL - Enum constant in enum class com.vaadin.flow.component.dnd.EffectAllowed
All operations are permitted.
ALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Border
 
ALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Transition
 
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.
allow() - Static method in class com.vaadin.flow.server.auth.AccessCheckResult
Create a result instance informing that the navigation to the target view is allowed for the current user.
allow() - Method in class com.vaadin.flow.server.auth.NavigationContext
Create a result instance informing that the navigation to the target view is allowed for the current user.
allow() - Static method in class com.vaadin.hilla.signals.operation.ValidationResult
 
ALLOW - Enum constant in enum class com.vaadin.flow.server.auth.AccessCheckDecision
Allows access to the target view.
ALLOW_APPSHELL_ANNOTATIONS - Static variable in class com.vaadin.flow.server.Constants
Internal parameter which prevent validation for annotations which are allowed on an AppShell class
ALLOW_FORMS - Enum constant in enum class com.vaadin.flow.component.html.IFrame.SandboxType
 
ALLOW_MODALS - Enum constant in enum class com.vaadin.flow.component.html.IFrame.SandboxType
 
ALLOW_NULLS - Enum constant in enum class com.vaadin.flow.component.grid.Grid.NestedNullBehavior
silently ignore any exceptions caused by nested null values
ALLOW_ORIENTATION_LOCK - Enum constant in enum class com.vaadin.flow.component.html.IFrame.SandboxType
 
ALLOW_POINTER_LOCK - Enum constant in enum class com.vaadin.flow.component.html.IFrame.SandboxType
 
ALLOW_POPUPS - Enum constant in enum class com.vaadin.flow.component.html.IFrame.SandboxType
 
ALLOW_POPUPS_TO_ESCAPE_SANDBOX - Enum constant in enum class com.vaadin.flow.component.html.IFrame.SandboxType
 
ALLOW_PRESENTATION - Enum constant in enum class com.vaadin.flow.component.html.IFrame.SandboxType
 
ALLOW_SAME_ORIGIN - Enum constant in enum class com.vaadin.flow.component.html.IFrame.SandboxType
 
ALLOW_SCRIPTS - Enum constant in enum class com.vaadin.flow.component.html.IFrame.SandboxType
 
ALLOW_STORAGE_ACCESS_BY_USER_ACTIVATION - Enum constant in enum class com.vaadin.flow.component.html.IFrame.SandboxType
 
ALLOW_TOP_NAVIGATION - Enum constant in enum class com.vaadin.flow.component.html.IFrame.SandboxType
 
ALLOW_TOP_NAVIGATION_BY_USER_ACTIVATION - Enum constant in enum class com.vaadin.flow.component.html.IFrame.SandboxType
 
allowBrowserDefault() - Method in class com.vaadin.flow.component.ShortcutRegistration
Allows the default keyboard event handling when the shortcut is invoked.
ALLOWED - Enum constant in enum class com.vaadin.hilla.signals.operation.ValidationResult.Status
 
ALLOWED_PACKAGES_PROPERTY - Static variable in class com.vaadin.flow.spring.io.FilterableResourceResolver
The property key for allowed packages.
allowEventPropagation() - Method in class com.vaadin.flow.component.ShortcutRegistration
Allow the event to propagate upwards in the DOM tree, when the shortcut is invoked.
allowInert() - Element in annotation interface com.vaadin.flow.component.Synchronize
Makes this property able to synchronize even when the related node is inert.
allowInert() - Method in interface com.vaadin.flow.dom.DomListenerRegistration
Configures the event listener to bypass the server side security checks for modality.
allowInert(UI, JsonObject) - Method in class com.vaadin.flow.server.communication.ReturnChannelHandler
 
allowInert(UI, JsonObject) - Method in class com.vaadin.flow.server.communication.rpc.AbstractRpcInvocationHandler
Specifies whether inert status should be ignored for an RPC invocation or not.
allowInert(UI, JsonObject) - Method in class com.vaadin.flow.server.communication.rpc.EventRpcHandler
 
allowInert(UI, JsonObject) - Method in class com.vaadin.flow.server.communication.rpc.MapSyncRpcHandler
 
allowInert(UI, JsonObject) - Method in class com.vaadin.flow.server.communication.rpc.PublishedServerEventHandlerRpcHandler
 
AllowInert - Annotation Interface in com.vaadin.flow.component.internal
Makes a @ClientCallable method callable even if the UI is inert.
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.
allowUpdates() - Element in annotation interface com.vaadin.flow.component.DomEvent
Controls RPC for the listener when the element is disabled.
allowUpdates() - Element in annotation interface com.vaadin.flow.component.Synchronize
Controls updates for the property from the client side to the server side when the element is disabled.
ALPHABETIC - Enum constant in enum class com.vaadin.flow.component.map.configuration.style.TextStyle.TextBaseline
 
ALPHANUMERIC - Static variable in interface com.vaadin.flow.component.Key
The Alphanumeric key.
ALPINE_RELEASE_FILE_PATH - Static variable in class com.vaadin.flow.server.frontend.installer.Platform
 
alt() - Method in class com.vaadin.testbench.unit.MetaKeys
Set alt key down to true.
ALT - Enum constant in enum class com.vaadin.flow.component.charts.model.PanKey
 
ALT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ALT - Enum constant in enum class com.vaadin.flow.component.KeyModifier
KeyModifier for "Alt" key.
ALT - Static variable in interface com.vaadin.flow.component.Key
The Alt (Alternative) key.
ALT_A - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ALT_GRAPH - Enum constant in enum class com.vaadin.flow.component.KeyModifier
KeyModifier for "Alt Graph" 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 - Enum constant in enum class com.vaadin.flow.dom.DisabledUpdateMode
If used then updates from the client side are allowed even for disabled element.
ALWAYS - Enum constant in enum class com.vaadin.flow.server.auth.MenuAccessControl.PopulateClientMenu
Always populate the menu with server side routes.
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.
AMBULANCE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
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() - Constructor for class com.vaadin.flow.component.map.configuration.style.Icon.Anchor
 
Anchor(double, double) - Constructor for class com.vaadin.flow.component.map.configuration.style.Icon.Anchor
 
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.
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 - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
AnchorElement - Class in com.vaadin.flow.component.html.testbench
A TestBench element representing an <a> element.
AnchorElement() - Constructor for class com.vaadin.flow.component.html.testbench.AnchorElement
 
AnchorTarget - Enum Class 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.
AnchorTester - Class in com.vaadin.flow.component.html.testbench
 
AnchorTester(Anchor) - Constructor for class com.vaadin.flow.component.html.testbench.AnchorTester
Wrap given component for testing.
and() - Method in class com.vaadin.flow.spring.security.stateless.VaadinStatelessSecurityConfigurer.SecretKeyConfigurer
Return to the VaadinStatelessSecurityConfigurer when done using the VaadinStatelessSecurityConfigurer<H extends org.springframework.security.config.annotation.web.HttpSecurityBuilder<H>>.SecretKeyConfigurer for method chaining.
and(Predicate<? super T>) - Method in interface com.vaadin.flow.function.SerializablePredicate
 
AndFilter - Class in com.vaadin.hilla.crud.filter
A filter that requires all children to pass.
AndFilter() - Constructor for class com.vaadin.hilla.crud.filter.AndFilter
 
ANDROID - Enum constant in enum class com.vaadin.flow.shared.BrowserDetails.OperatingSystem
 
ANGLE_DOUBLE_DOWN - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ANGLE_DOUBLE_LEFT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ANGLE_DOUBLE_RIGHT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ANGLE_DOUBLE_UP - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ANGLE_DOWN - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ANGLE_DOWN - Enum constant in enum class com.vaadin.flow.theme.lumo.LumoIcon
 
ANGLE_LEFT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ANGLE_LEFT - Enum constant in enum class com.vaadin.flow.theme.lumo.LumoIcon
 
ANGLE_RIGHT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ANGLE_RIGHT - Enum constant in enum class com.vaadin.flow.theme.lumo.LumoIcon
 
ANGLE_UP - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ANGLE_UP - Enum constant in enum class com.vaadin.flow.theme.lumo.LumoIcon
 
annotatedViewAccessChecker(AccessAnnotationChecker) - Method in class com.vaadin.flow.spring.SpringSecurityAutoConfiguration
Makes the default annotation based view access checker available for security configuration.
AnnotatedViewAccessChecker - Class in com.vaadin.flow.server.auth
Checks access to views using an AccessAnnotationChecker.
AnnotatedViewAccessChecker() - Constructor for class com.vaadin.flow.server.auth.AnnotatedViewAccessChecker
Creates an instance using the given checker.
AnnotatedViewAccessChecker(AccessAnnotationChecker) - Constructor for class com.vaadin.flow.server.auth.AnnotatedViewAccessChecker
Creates an instance using the given checker.
AnnotationItem - Class in com.vaadin.flow.component.charts.model
Container for labels on the chart
AnnotationItem() - Constructor for class com.vaadin.flow.component.charts.model.AnnotationItem
 
AnnotationItemLabel - Class in com.vaadin.flow.component.charts.model
Label that can be positioned anywhere in the chart area
AnnotationItemLabel(String) - Constructor for class com.vaadin.flow.component.charts.model.AnnotationItemLabel
Constructs an AnnotationItemLabel with the given text
AnnotationItemLabelPoint - Class in com.vaadin.flow.component.charts.model
Contains coordinates for AnnotationItemLabel
AnnotationItemLabelPoint(Number, Number) - Constructor for class com.vaadin.flow.component.charts.model.AnnotationItemLabelPoint
Constructs an AnnotationItemLabelPoint with the given coordinates
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
 
AnonymousAllowed - Annotation Interface in com.vaadin.flow.server.auth
A security annotation, granting anonymous access to the Vaadin endpoint (or its method) it is placed onto.
ANTIQUEWHITE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
antMatchers(String...) - Static method in class com.vaadin.flow.spring.security.RequestUtil
Utility to create RequestMatchers from ant patterns.
antMatchers(String...) - Method in class com.vaadin.flow.spring.security.VaadinWebSecurity
Utility to create RequestMatchers from ant patterns.
App - Enum Class in com.vaadin.open
 
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_ASSETS_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) - Method in class com.vaadin.flow.internal.nodefeature.VirtualChildrenList
Appends an item supplied with payload type 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, String) - Method in class com.vaadin.flow.internal.nodefeature.VirtualChildrenList
Appends an item supplied with payload data 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.
APPEND - Enum constant in enum class com.vaadin.flow.component.grid.Grid.MultiSortPriority
Whenever an unsorted column is sorted, it gets added at the end of the sort order, after all the previously sorted columns.
APPEND - Enum constant in enum class com.vaadin.flow.component.page.Inline.Position
 
appendChild(Element...) - Method in class com.vaadin.flow.dom.Node
Adds the given children as the last children of this element.
appendChild(Collection<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.
appendMessage(String) - Method in interface com.vaadin.collaborationengine.CollaborationMessageSubmitter.ActivationContext
Appends a message.
appendVirtualChild(Element...) - Method in class com.vaadin.flow.dom.Node
Appends the given children as the virtual children of the element.
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(Collection<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
App Layout is a component for building common application layouts.
AppLayout() - Constructor for class com.vaadin.flow.component.applayout.AppLayout
 
AppLayout.AppLayoutI18n - Class in com.vaadin.flow.component.applayout
The internationalization properties for AppLayout
AppLayout.Section - Enum Class in com.vaadin.flow.component.applayout
Sections in the component that can be used as primary.
AppLayoutElement - Class in com.vaadin.flow.component.applayout.testbench
 
AppLayoutElement() - Constructor for class com.vaadin.flow.component.applayout.testbench.AppLayoutElement
 
AppLayoutI18n() - Constructor for class com.vaadin.flow.component.applayout.AppLayout.AppLayoutI18n
 
APPLICATION_IDENTIFIER - Static variable in class com.vaadin.flow.server.InitParameters
Configuration name for setting the application identifier.
APPLICATION_META_INF_RESOURCES - Static variable in class com.vaadin.flow.server.frontend.TaskUpdateThemeImport
 
APPLICATION_PARAMETER_DEVMODE_ENABLE_COMPONENT_TRACKER - Static variable in class com.vaadin.flow.server.InitParameters
Configuration parameter name for enabling component tracking in development mode.
APPLICATION_PARAMETER_DEVMODE_ENABLE_SERIALIZE_SESSION - Static variable in class com.vaadin.flow.server.InitParameters
Configuration parameter name for enabling session serialization in development.
APPLICATION_PDF - Enum constant in enum class com.vaadin.flow.component.charts.model.ExportFileType
 
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.
ApplicationClassLoaderAccess - Interface in com.vaadin.flow.internal
Allows to access the web application classloader.
ApplicationConfiguration - Interface in com.vaadin.flow.server.startup
Configuration on the application level.
ApplicationConfigurationFactory - Interface in com.vaadin.flow.server.startup
ApplicationConfigurationImpl(VaadinContext, Map<String, String>) - Constructor for class com.vaadin.flow.server.startup.DefaultApplicationConfigurationFactory.ApplicationConfigurationImpl
 
ApplicationConstants - Class in com.vaadin.flow.shared
A utility class providing static constants.
ApplicationConstants() - Constructor for class com.vaadin.flow.shared.ApplicationConstants
 
ApplicationContextProvider - Class in com.vaadin.hilla
 
ApplicationContextProvider() - Constructor for class com.vaadin.hilla.ApplicationContextProvider
 
ApplicationRouteRegistry - Class in com.vaadin.flow.server.startup
Registry for holding navigation target components found on servlet initialization.
ApplicationRouteRegistry(VaadinContext) - 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.
apply(ListOperation) - Method in interface com.vaadin.collaborationengine.CollaborationList
Performs the given list operation.
apply(WebComponentExporterFactory<? extends Component>) - Method in class com.vaadin.flow.server.webcomponent.WebComponentExporterTagExtractor
 
apply(ValueContext) - Method in interface com.vaadin.flow.data.binder.ErrorMessageProvider
Returns a generated error message for given ValueContext.
apply(SortDirection) - Method in interface com.vaadin.flow.component.grid.SortOrderProvider
Generates the sort orders when rows are sorted by a column.
apply(Filter) - Method in class com.vaadin.hilla.crud.filter.FilterTransformer
Applies registered property mappings and transformation function on the provided filter instance.
apply(MockRequest) - Method in class com.vaadin.testbench.unit.mocks.SpringSecurityRequestCustomizer
 
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(Field, String, String) - Method in interface com.vaadin.flow.component.template.internal.InjectableFieldConsumer
Performs this operation on the given arguments.
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(Statement, Description) - Method in class com.vaadin.testbench.RetryRule
 
apply(Pageable) - Method in class com.vaadin.hilla.crud.filter.FilterTransformer
Applies registered property mappings on the provided pageable instance.
apply(HttpSecurity, Customizer<VaadinStatelessSecurityConfigurer<HttpSecurity>>) - Static method in class com.vaadin.flow.spring.security.stateless.VaadinStatelessSecurityConfigurer
Applies configuration required to enable stateless security for a Vaadin application.
apply(SOURCE) - Method in interface com.vaadin.flow.function.ValueProvider
Provides a value from the given source object.
apply(T) - Method in interface com.vaadin.flow.component.checkbox.CheckboxGroup.ItemHelperGenerator
Gets a helper text string for the item.
apply(T) - Method in interface com.vaadin.flow.component.ItemLabelGenerator
Gets a caption for the item.
apply(T, ValueContext) - Method in interface com.vaadin.flow.data.binder.Validator
Validates the given value.
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(T, Query<T, F>) - Method in interface com.vaadin.flow.data.provider.ItemIndexProvider
Gets the index of the item in the filtered and sorted data set.
applyChangeTimeout(ValueChangeMode, int, DomListenerRegistration) - Static method in enum class 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.
applyEnforcement(VaadinRequest, Predicate<VaadinRequest>) - Static method in class com.vaadin.flow.server.dau.FlowDauIntegration
Potentially applies enforcement to the current request if DAU limit is exceeded.
applySecurityConfiguration(HttpSecurity, AuthenticationContext) - Static method in class com.vaadin.flow.spring.security.AuthenticationContext
Augments the given AuthenticationContext with Spring Security.
applySpringSecurityIfPresent(MockRequest) - Static method in class com.vaadin.testbench.unit.mocks.MockSpringServlet
Augments the mock HTTP request backed by Vaadin request, with authentication information provided by Spring Security framework.
applyUrlMapping(String) - Method in class com.vaadin.flow.spring.security.VaadinWebSecurity
Helper method to prepend configured servlet path to the given path.
AppShellConfigurator - Interface in com.vaadin.flow.component.page
An interface to configure application features and the host page where the Vaadin application is running.
AppShellPredicate - Interface in com.vaadin.flow.server.startup
Checks whether the provided class is an AppShellConfigurator eligible for the web application.
AppShellPredicateImpl() - Constructor for class com.vaadin.flow.di.LookupInitializer.AppShellPredicateImpl
Creates a new instance.
AppShellRegistry - Class in com.vaadin.flow.server
The registry class for AppShellConfigurator annotations.
AppShellRegistry.AppShellRegistryWrapper - Class in com.vaadin.flow.server
A wrapper class for storing the AppShellRegistry instance in the servlet context.
AppShellRegistryWrapper(AppShellRegistry) - Constructor for class com.vaadin.flow.server.AppShellRegistry.AppShellRegistryWrapper
Construct a wraper for an app-shell registry.
AppShellSettings - Class in com.vaadin.flow.server
Initial page settings class for modifying the application shell.
AppShellSettings() - Constructor for class com.vaadin.flow.server.AppShellSettings
 
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
 
ARC - Enum constant in enum class com.vaadin.flow.component.charts.model.BackgroundShape
 
ARCHIVE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
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.
ARCHIVES - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
AREA - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
AREA_SELECT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
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
 
arguments() - Method in interface com.vaadin.hilla.engine.commandrunner.CommandRunner
Get the arguments to use when running the command.
arguments() - Method in class com.vaadin.hilla.engine.commandrunner.GradleRunner
 
arguments() - Method in class com.vaadin.hilla.engine.commandrunner.MavenRunner
 
ARIA_LABEL_ATTRIBUTE_NAME - Static variable in class com.vaadin.flow.dom.ElementConstants
The aria-label attribute.
ARIA_LABEL_PROPERTY_NAME - Static variable in class com.vaadin.flow.dom.ElementConstants
ARIA_LABELLEDBY_ATTRIBUTE_NAME - Static variable in class com.vaadin.flow.dom.ElementConstants
The aria-labelledby attribute.
AROUND - Enum constant in enum class com.vaadin.flow.component.orderedlayout.FlexComponent.JustifyContentMode
Items are positioned with space before, between, and after the lines.
AROUND - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.AlignContent
 
AROUND - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.JustifyContent
 
ARRAY_TYPE - Static variable in class com.vaadin.flow.internal.JacksonCodec
Type id for a complex type array containing a ArrayNode.
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 - Enum constant in enum class com.vaadin.flow.component.popover.PopoverVariant
 
ARROW_BACKWARD - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ARROW_CIRCLE_DOWN - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ARROW_CIRCLE_DOWN_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ARROW_CIRCLE_LEFT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ARROW_CIRCLE_LEFT_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ARROW_CIRCLE_RIGHT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ARROW_CIRCLE_RIGHT_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ARROW_CIRCLE_UP - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ARROW_CIRCLE_UP_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ARROW_DOWN - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ARROW_DOWN - Enum constant in enum class com.vaadin.flow.theme.lumo.LumoIcon
 
ARROW_DOWN - Static variable in interface com.vaadin.flow.component.Key
The down arrow key (?).
ARROW_FORWARD - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ARROW_LEFT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ARROW_LEFT - Enum constant in enum class com.vaadin.flow.theme.lumo.LumoIcon
 
ARROW_LEFT - Static variable in interface com.vaadin.flow.component.Key
The left arrow key (?).
ARROW_LONG_DOWN - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ARROW_LONG_LEFT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ARROW_RIGHT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ARROW_RIGHT - Enum constant in enum class com.vaadin.flow.theme.lumo.LumoIcon
 
ARROW_RIGHT - Static variable in interface com.vaadin.flow.component.Key
The right arrow key (?).
ARROW_UP - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ARROW_UP - Enum constant in enum class com.vaadin.flow.theme.lumo.LumoIcon
 
ARROW_UP - Static variable in interface com.vaadin.flow.component.Key
The up arrow key (?).
ARROWS - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ARROWS_CROSS - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ARROWS_LONG_H - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ARROWS_LONG_RIGHT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ARROWS_LONG_UP - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ARROWS_LONG_V - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
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 interface com.vaadin.flow.component.Tag
Tag for an <article>.
artifactId(String) - Method in class com.vaadin.hilla.engine.EngineConfiguration.Builder
 
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.JacksonUtils
Creates a collector that collects values into a JSON array.
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
 
asArraySerializer() - Method in class com.vaadin.flow.component.charts.model.serializers.ThemeGradientColorBeanSerializer
 
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.
ASCENDING - Enum constant in enum class com.vaadin.flow.data.provider.SortDirection
Ascending (e.g.
asDelta() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor
Gets an instance of HasValue for the editor in the Quill Delta format.
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 the editor in the HTML format.
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 - Enum constant in enum class com.vaadin.flow.component.crud.CrudEditorPosition
Editor form is positioned on the grid side
ASIDE - Enum constant in enum class com.vaadin.flow.component.formlayout.FormLayout.ResponsiveStep.LabelsPosition
Labels are displayed on the left hand side of the wrapped component.
ASIDE - Static variable in annotation interface 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.
asReadonly() - Method in class com.vaadin.hilla.signals.ListSignal
 
asReadonly() - Method in class com.vaadin.hilla.signals.NumberSignal
 
asReadonly() - Method in class com.vaadin.hilla.signals.Signal
Returns a read-only instance of the signal that rejects any attempt to modify the signal value.
asReadonly() - Method in class com.vaadin.hilla.signals.ValueSignal
 
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(ErrorMessageProvider) - Method in class com.vaadin.flow.data.binder.Binder.BindingBuilderImpl
 
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(Validator<TARGET>) - Method in class com.vaadin.flow.data.binder.Binder.BindingBuilderImpl
 
asRequired(String) - Method in interface com.vaadin.flow.data.binder.Binder.BindingBuilder
Sets the field to be required.
ASSERT - Enum constant in enum class com.vaadin.flow.server.SessionLockCheckStrategy
The default strategy, runs Java `assert` statement.
assertEquals(WebElement, WebElement) - Static method in class com.vaadin.testbench.AbstractBrowserTestBase
Assert that the two elements are equal.
Assets - Class in com.vaadin.flow.component.map
Defines the default assets that the Map component provides
Assets() - Constructor for class com.vaadin.flow.component.map.Assets
 
ASSETS - Static variable in class com.vaadin.flow.server.Constants
The directory name inside dev bundle for the frontend assets.
Assets.Asset - Class in com.vaadin.flow.component.map
 
Assets.ImageAsset - Class in com.vaadin.flow.component.map
 
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.
ASTERISK - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
AT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
atIndex(int) - Method in class com.vaadin.testbench.unit.ComponentQuery
Executes the search against current context and returns the component at given index.
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 Class 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
Attaches an object if it is a StateNode.
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.
attribute(String, String) - Method in class com.vaadin.testbench.ElementQuery
Attribute - Annotation Interface in com.vaadin.testbench.annotations
Additional qualifier to be used on element classes which do not use an unique tag name.
ATTRIBUTE_HEIGHT_FULL - Static variable in class com.vaadin.flow.server.Constants
Attribute used by HasSize to mark elements that have been set to full height.
ATTRIBUTE_WIDTH_FULL - Static variable in class com.vaadin.flow.server.Constants
Attribute used by HasSize to mark elements that have been set to full width.
Attribute.Container - Annotation Interface in com.vaadin.testbench.annotations
Internal annotation to enable use of multiple Attribute annotations.
attributeContains(String, String) - Method in class com.vaadin.testbench.ElementQuery
AttributeMatch(String) - Constructor for class com.vaadin.testbench.ElementQuery.AttributeMatch
Instantiates an attribute exists expression having the supplied attribute name.
AttributeMatch(String, ElementQuery.AttributeMatch.Comparison, String) - Constructor for class com.vaadin.testbench.ElementQuery.AttributeMatch
Instantiates an attribute matching expression having the supplied attribute name, comparison, and value to compare with the attribute's value.
AttributeMatch(String, String) - Constructor for class com.vaadin.testbench.ElementQuery.AttributeMatch
Instantiates an attribute exact matching expression having the supplied attribute name and value to compare with the attribute's value.
AttributeMatch(String, String, String) - Constructor for class com.vaadin.testbench.ElementQuery.AttributeMatch
Deprecated, for removal: This API element is subject to removal in a future version.
attributes() - Method in class com.vaadin.flow.internal.nodefeature.ElementAttributeMap
Gets the attribute names.
Attributes - Class in com.vaadin.flow.component.charts.model
A collection of style attributes for the Halo
Attributes - Class in com.vaadin.flow.server
The Attributes class represents a set of attributes.
Attributes() - Constructor for class com.vaadin.flow.component.charts.model.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.
AuthenticationContext - Class in com.vaadin.flow.spring.security
The authentication context of the application.
AuthenticationContext() - Constructor for class com.vaadin.flow.spring.security.AuthenticationContext
 
AuthenticationUtil - Class in com.vaadin.flow.spring
Helpers for authentication related tasks.
AuthenticationUtil - Class in com.vaadin.hilla
Helpers for authentication related tasks.
AuthenticationUtil() - Constructor for class com.vaadin.flow.spring.AuthenticationUtil
 
AuthenticationUtil() - Constructor for class com.vaadin.hilla.AuthenticationUtil
 
AUTO - Enum constant in enum class com.vaadin.flow.component.charts.model.style.TickIntervalStyle
 
AUTO - Enum constant in enum class com.vaadin.flow.component.html.IFrame.ImportanceType
 
AUTO - Enum constant in enum class com.vaadin.flow.component.orderedlayout.FlexComponent.Alignment
The element inherits its parent container's align-items property, or "stretch" if it has no parent container.
AUTO - Enum constant in enum class com.vaadin.flow.component.ScrollOptions.Behavior
 
AUTO - Enum constant in enum class com.vaadin.flow.dom.Style.AlignSelf
 
AUTO - Enum constant in enum class com.vaadin.flow.dom.Style.FlexBasis
 
AUTO - Enum constant in enum class com.vaadin.flow.dom.Style.Overflow
 
AUTO - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.AlignSelf
 
AUTO - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Flex
 
AUTO - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Height
 
AUTO - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin
 
AUTO - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.Bottom
 
AUTO - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.End
 
AUTO - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.Horizontal
 
AUTO - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.Left
 
AUTO - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.Right
 
AUTO - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.Start
 
AUTO - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.Top
 
AUTO - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.Vertical
 
AUTO - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Overflow
 
AUTO - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Position.Bottom
 
AUTO - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Position.End
 
AUTO - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Position.Start
 
AUTO - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Position.Top
 
AUTO - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Width
 
AUTO - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.ZIndex
 
Autocapitalize - Enum Class 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.
autoClose() - Method in class com.vaadin.flow.component.notification.NotificationTester
Simulates auto-close of the notification, because of show duration timeout.
Autocomplete - Enum Class 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.
autoLayout() - Element in annotation interface com.vaadin.flow.router.Route
Marks if Route should apply a Layout matching route value when no Route.layout() defined.
autoLayout() - Element in annotation interface com.vaadin.flow.router.RouteAlias
Marks if Route should apply a Layout matching route value when no RouteAlias.layout() defined.
AUTOMATIC - Enum constant in enum class com.vaadin.flow.component.page.Inline.Wrapping
 
AUTOMATIC - Enum constant in enum class com.vaadin.flow.server.auth.MenuAccessControl.PopulateClientMenu
Populate the menu with server side routes only if client-side menu exists.
AUTOMATIC - Enum constant in enum class com.vaadin.flow.shared.communication.PushMode
Push is enabled.
AUTOMATION - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
AvailableViewInfo - Record Class in com.vaadin.flow.server.menu
Represents a view configuration for use with a menu.
AvailableViewInfo(String, String[], boolean, String, boolean, boolean, MenuData, List<AvailableViewInfo>, Map<String, RouteParamType>, boolean) - Constructor for record class com.vaadin.flow.server.menu.AvailableViewInfo
Creates an instance of a AvailableViewInfo record class.
Avatar - Class in com.vaadin.flow.component.avatar
Avatar is a graphical representation of an object or entity, for example a person or an organisation.
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
The internationalization properties for AvatarGroup.
AvatarElement - Class in com.vaadin.flow.component.avatar.testbench
A TestBench element representing a <vaadin-avatar> element.
AvatarElement() - Constructor for class com.vaadin.flow.component.avatar.testbench.AvatarElement
 
AvatarGroup - Class in com.vaadin.flow.component.avatar
Avatar Group is used to group multiple Avatars together.
AvatarGroup() - Constructor for class com.vaadin.flow.component.avatar.AvatarGroup
Creates an empty avatar group component.
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(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.AvatarGroupI18n - Class in com.vaadin.flow.component.avatar
The internationalization properties for AvatarGroup.
AvatarGroup.AvatarGroupItem - Class in com.vaadin.flow.component.avatar
Item to be set as an avatar for the avatar group.
AvatarGroupElement - Class in com.vaadin.flow.component.avatar.testbench
A TestBench element representing a <vaadin-avatar-group> element.
AvatarGroupElement() - Constructor for class com.vaadin.flow.component.avatar.testbench.AvatarGroupElement
 
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 Class 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 Class 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.
awaitFirstMatch(int) - Method in class com.vaadin.base.devserver.DevServerOutputTracker
Blocks until the first match is found and the callback has been run.
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 Class in com.vaadin.flow.component.charts.model
Possible axis dimensions with their indexes in client-side
AxisGrid - Class in com.vaadin.flow.component.charts.model
 
AxisGrid() - Constructor for class com.vaadin.flow.component.charts.model.AxisGrid
 
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
Serializer for AxisList
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) - Constructor for class com.vaadin.flow.component.charts.events.internal.AxisRescaledEvent
Constructs the event with animated transition, redraws the chart.
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, boolean, boolean) - Constructor for class com.vaadin.flow.component.charts.events.internal.AxisRescaledEvent
Constructs the event.
AxisStyle - Class in com.vaadin.flow.component.charts.model.style
The AxisStyle class contains options for customizing the style of an axis
AxisStyle() - Constructor for class com.vaadin.flow.component.charts.model.style.AxisStyle
 
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
Serializer for AxisTitle.
AxisTitleBeanSerializer() - Constructor for class com.vaadin.flow.component.charts.model.serializers.AxisTitleBeanSerializer
 
AxisType - Enum Class 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
 

B

back() - Method in class com.vaadin.flow.component.page.History
Navigates back.
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 - Enum constant in enum class com.vaadin.testbench.unit.MouseButton
 
Backend - Class in com.vaadin.collaborationengine
The interface between a cluster backend and Collaboration Engine.
Backend() - Constructor for class com.vaadin.collaborationengine.Backend
 
Backend.EventIdNotFoundException - Exception in com.vaadin.collaborationengine
This exception is thrown by the {@link EventLog::subscribe()} method if the provided UUID does not exist in the log.
Backend.EventLog - Interface in com.vaadin.collaborationengine
A strictly ordered log of submitted events.
Backend.Snapshot - Class in com.vaadin.collaborationengine
The Snapshot class is used to submit and retrieve a snapshot payload using the {@link Backend::replaceSnapshot()} and {@link Backend::loadLatestSnapshot()} methods.
BackEndDataProvider<T,F> - Interface in com.vaadin.flow.data.provider
A data provider that lazy loads items from a back end.
BackendFeatureNotEnabledException - Exception in com.vaadin.collaborationengine
Exception thrown if the feature-flag for the Backend API is not enabled.
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
 
backgroundColor() - Element in annotation interface com.vaadin.flow.server.PWA
Background color of the application.
BackgroundShape - Enum Class 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 - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
BACKSPACE - Static variable in interface com.vaadin.flow.component.Key
Backspace or ?.
BACKSPACE_A - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
BACKWARDS - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
BAD_GATEWAY - Enum constant in enum class com.vaadin.flow.server.HttpStatusCode
Status code (502) indicating that the HTTP server received an invalid response from a server it consulted when acting as a proxy or gateway.
BAD_REQUEST - Enum constant in enum class com.vaadin.flow.server.HttpStatusCode
Status code (400) indicating the request sent by the client was syntactically incorrect.
BAN - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
BAR - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
BAR_CHART - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
BAR_CHART - Enum constant in enum class com.vaadin.flow.theme.lumo.LumoIcon
 
BAR_CHART_H - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
BAR_CHART_V - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
BARCODE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
BASE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Background
 
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.
baseDir(Path) - Method in class com.vaadin.hilla.engine.EngineConfiguration.Builder
 
BASELINE - Enum constant in enum class com.vaadin.flow.component.orderedlayout.FlexComponent.Alignment
Items are positioned at the baseline of the container.
BASELINE - Enum constant in enum class com.vaadin.flow.dom.Style.AlignItems
 
BASELINE - Enum constant in enum class com.vaadin.flow.dom.Style.AlignSelf
 
BASELINE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.AlignItems
 
BASELINE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.AlignItems.Breakpoint.Large
 
BASELINE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.AlignItems.Breakpoint.Medium
 
BASELINE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.AlignItems.Breakpoint.Small
 
BASELINE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.AlignItems.Breakpoint.XLarge
 
BASELINE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.AlignItems.Breakpoint.XXLarge
 
BASELINE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.AlignSelf
 
BaseUIUnitTest - Class in com.vaadin.testbench.unit
Base class for UI unit tests.
BaseUIUnitTest() - Constructor for class com.vaadin.testbench.unit.BaseUIUnitTest
 
BASIC_TYPE_VALUE - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
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
Implementation of Style for BasicElementStateProvider.
BasicElementStyle(ElementStylePropertyMap) - Constructor for class com.vaadin.flow.dom.impl.BasicElementStyle
Creates an instance connected to the given map.
BasicRenderer<SOURCE,TARGET> - Class in com.vaadin.flow.data.renderer
Abstract renderer used as the base implementation for renderers that outputs a simple value in the UI, such as NumberRenderer and LocalDateRenderer.
BasicRenderer(ValueProvider<SOURCE, TARGET>) - Constructor for class com.vaadin.flow.data.renderer.BasicRenderer
Builds a new 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.
BDAY - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
Date of birth.
BDAY_DAY - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
Day of birth.
BDAY_MONTH - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
Month of birth.
BDAY_YEAR - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
Year of birth.
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
 
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
Delegates serialization calls to the given instance of BeanSerializationDelegate.
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, BeanSerializationDelegate<T>) - 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, String[]) - Constructor for class com.vaadin.flow.component.charts.model.serializers.BeanSerializerDelegator
 
beanToJson(Object) - Static method in class com.vaadin.flow.internal.JacksonUtils
Converts the given bean to JSON.
beanToJson(Object) - Static method in class com.vaadin.flow.internal.JsonUtils
Converts the given bean to JSON.
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 (jakarta.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.
BED - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
BEFORE - Enum constant in enum class com.vaadin.hilla.signals.core.event.ListStateEvent.InsertPosition
 
beforeAll(ExtensionContext) - Method in class com.vaadin.testbench.browser.MultipleBrowsersExtension
 
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.
beforeEach(ExtensionContext) - Method in class com.vaadin.testbench.browser.BrowserExtension
Sets test name while using SauceLabs integration, injects WebDriver and Capabilities references and sets the driver for this test instance.
beforeEnter(BeforeEnterEvent) - Method in interface com.vaadin.flow.router.internal.BeforeEnterHandler
Callback executed before navigation to attaching Component chain is made.
beforeEnter(BeforeEnterEvent) - Method in class com.vaadin.flow.server.auth.NavigationAccessControl
 
beforeEnter(BeforeEnterEvent) - Method in class com.vaadin.flow.server.auth.ViewAccessChecker
Deprecated.
 
BeforeEnterEvent - Class in com.vaadin.flow.router
Event created before navigation happens.
BeforeEnterEvent(NavigationEvent, Class<?>, RouteParameters, List<Class<? extends RouterLayout>>) - Constructor for class com.vaadin.flow.router.BeforeEnterEvent
Constructs event from a NavigationEvent.
BeforeEnterEvent(NavigationEvent, Class<?>, List<Class<? extends RouterLayout>>) - Constructor for class com.vaadin.flow.router.BeforeEnterEvent
Constructs event from a NavigationEvent.
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
The base interface for every BeforeEnterEvent handler.
BeforeEnterListener - Interface in com.vaadin.flow.router
A listener that may be added to the UI using UI.addBeforeEnterListener(BeforeEnterListener).
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
Abstract before event class that has the common functionalities for BeforeLeaveEvent and BeforeEnterEvent.
BeforeEvent(NavigationEvent, Class<?>, RouteParameters, List<Class<? extends RouterLayout>>) - Constructor for class com.vaadin.flow.router.BeforeEvent
Constructs event from a NavigationEvent.
BeforeEvent(NavigationEvent, Class<?>, List<Class<? extends RouterLayout>>) - Constructor for class com.vaadin.flow.router.BeforeEvent
Constructs event from a NavigationEvent.
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<?>, RouteParameters, List<Class<? extends RouterLayout>>) - Constructor for class com.vaadin.flow.router.BeforeLeaveEvent
Constructs event from a NavigationEvent.
BeforeLeaveEvent(NavigationEvent, Class<?>, List<Class<? extends RouterLayout>>) - Constructor for class com.vaadin.flow.router.BeforeLeaveEvent
Constructs event from a NavigationEvent.
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
The action to resume a postponed BeforeEnterEvent.
BeforeLeaveHandler - Interface in com.vaadin.flow.router.internal
The base interface for every BeforeLeaveEvent handler.
BeforeLeaveListener - Interface in com.vaadin.flow.router
A listener that may be added to the UI using UI.addBeforeLeaveListener(BeforeLeaveListener).
BeforeLeaveObserver - Interface in com.vaadin.flow.router
Any attached component implementing this interface will receive an event before leaving the current navigation state.
beforeTestMethod(TestContext) - Method in class com.vaadin.testbench.unit.UITestSpringLookupInitializer
 
BEGINS_WITH - Enum constant in enum class com.vaadin.testbench.ElementQuery.AttributeMatch.Comparison
Attribute value begins with the given value.
BEIGE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
BELL - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
BELL - Enum constant in enum class com.vaadin.flow.theme.lumo.LumoIcon
 
BELL_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
BELL_SLASH - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
BELL_SLASH_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
BELOW - Enum constant in enum class com.vaadin.flow.component.grid.dnd.GridDropLocation
Drop below or after the row.
between(int, int) - Static method in class com.vaadin.flow.internal.Range
Creates a range between two integers.
BETWEEN - Enum constant in enum class com.vaadin.flow.component.charts.model.PointPlacement
 
BETWEEN - Enum constant in enum class com.vaadin.flow.component.charts.model.TickmarkPlacement
 
BETWEEN - Enum constant in enum class com.vaadin.flow.component.grid.dnd.GridDropMode
The drop event can happen between Grid rows.
BETWEEN - Enum constant in enum class com.vaadin.flow.component.orderedlayout.FlexComponent.JustifyContentMode
Items are positioned with space between the lines.
BETWEEN - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.AlignContent
 
BETWEEN - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.JustifyContent
 
BGCOLOR - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
BGCOLOR - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
BGCOLOR_LIGHT_GRAY - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
BGCOLOR_LIGHT_GRAY - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
BigDecimalField - Class in com.vaadin.flow.component.textfield
BigDecimalField is an input field for handling decimal numbers with high precision.
BigDecimalField() - Constructor for class com.vaadin.flow.component.textfield.BigDecimalField
Constructs an empty BigDecimalField.
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) - Constructor for class com.vaadin.flow.component.textfield.BigDecimalField
Constructs an empty BigDecimalField with the given label.
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, String) - Constructor for class com.vaadin.flow.component.textfield.BigDecimalField
Constructs an empty BigDecimalField with the given label and placeholder text.
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.
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.BigDecimalFieldI18n - Class in com.vaadin.flow.component.textfield
The internationalization properties for BigDecimalField.
BigDecimalFieldElement - Class in com.vaadin.flow.component.textfield.testbench
A TestBench element representing a <vaadin-big-decimal-field> element.
BigDecimalFieldElement() - Constructor for class com.vaadin.flow.component.textfield.testbench.BigDecimalFieldElement
 
BigDecimalFieldI18n() - Constructor for class com.vaadin.flow.component.textfield.BigDecimalField.BigDecimalFieldI18n
 
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.
BigDecimalToDoubleConverter - Class in com.vaadin.flow.data.converter
A converter that converts from BigDecimal to Double and back.
BigDecimalToDoubleConverter() - Constructor for class com.vaadin.flow.data.converter.BigDecimalToDoubleConverter
 
BigDecimalToFloatConverter - Class in com.vaadin.flow.data.converter
A converter that converts from BigDecimal to Float and back.
BigDecimalToFloatConverter() - Constructor for class com.vaadin.flow.data.converter.BigDecimalToFloatConverter
 
BigDecimalToIntegerConverter - Class in com.vaadin.flow.data.converter
A converter that converts from BigDecimal to Integer and back.
BigDecimalToIntegerConverter() - Constructor for class com.vaadin.flow.data.converter.BigDecimalToIntegerConverter
 
BigDecimalToLongConverter - Class in com.vaadin.flow.data.converter
A converter that converts from BigDecimal to Long and back.
BigDecimalToLongConverter() - Constructor for class com.vaadin.flow.data.converter.BigDecimalToLongConverter
 
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.collaborationengine.CollaborationBinder
Deprecated.
The method does not work with the collaboration binder. Use CollaborationBinder.bind(HasValue, String) instead.
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.collaborationengine.CollaborationBinder
Binds the given field to the property with the given name, as described in Binder.bind(HasValue, String).
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 class com.vaadin.collaborationengine.CollaborationBinder.CollaborationBindingBuilderImpl
 
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(ValueProvider<BEAN, TARGET>, Setter<BEAN, TARGET>) - Method in class com.vaadin.flow.data.binder.Binder.BindingBuilderImpl
 
bind(String) - Method in class com.vaadin.collaborationengine.CollaborationBinder.CollaborationBindingBuilderImpl
 
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(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() - Constructor for class com.vaadin.flow.data.binder.Binder
Creates a new binder without support for creating bindings based on property names.
Binder(PropertySet<BEAN>) - Constructor for class com.vaadin.flow.data.binder.Binder
Creates a binder using a custom PropertySet implementation for finding and resolving property names for Binder.bindInstanceFields(Object), Binder.bind(HasValue, String) and Binder.BindingBuilder.bind(String).
Binder(Class<BEAN>) - Constructor for class com.vaadin.flow.data.binder.Binder
Creates a new binder that uses reflection based on the provided bean or record type to resolve its properties.
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 or record type to resolve its 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
Handler for applying effects to HasValue components in Binder based on ValidationResult for the user input.
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
Handler for BinderValidationStatus changes.
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.
BindingException - Exception in com.vaadin.flow.data.binder
A subclass of RuntimeException which may be thrown inside Binder.Binding logic to wrap an exception caused by HasValue, validator, converter, etc.
BindingException(String) - Constructor for exception com.vaadin.flow.data.binder.BindingException
Constructs a new binding exception with the specified detail message.
BindingException(String, Throwable) - Constructor for exception com.vaadin.flow.data.binder.BindingException
Constructs a new binding exception with the specified detail message and cause.
BindingException(Throwable) - Constructor for exception com.vaadin.flow.data.binder.BindingException
Constructs a new binding exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
BindingExceptionHandler - Interface in com.vaadin.flow.data.binder
Handles an Exception which may be thrown inside Binder.Binding logic to be able to identify the originator of the exception (the original Exception instance usually doesn't contain any information which HasValue object is the source of the exception).
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 Class in com.vaadin.flow.data.binder
Status of the validation.
BindingValidationStatusHandler - Interface in com.vaadin.flow.data.binder
Handler for BindingValidationStatus changes.
bindInstanceFields(Object) - Method in class com.vaadin.collaborationengine.CollaborationBinder
Binds the member fields found in the given object, as described in Binder.bindInstanceFields(Object).
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.
bindReadOnly(HasValue<?, FIELDVALUE>, ValueProvider<BEAN, FIELDVALUE>) - Method in class com.vaadin.flow.data.binder.Binder
Binds a field to a bean property represented by the given getter.
bindReadOnly(HasValue<?, FIELDVALUE>, String) - Method in class com.vaadin.flow.data.binder.Binder
Binds the given field to the property with the given name.
bindReadOnly(ValueProvider<BEAN, TARGET>) - Method in interface com.vaadin.flow.data.binder.Binder.BindingBuilder
Completes this binding using the given getter function representing a backing bean property.
bindReadOnly(ValueProvider<BEAN, TARGET>) - Method in class com.vaadin.flow.data.binder.Binder.BindingBuilderImpl
 
bindReadOnly(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.
bindReadOnly(String) - Method in class com.vaadin.flow.data.binder.Binder.BindingBuilderImpl
 
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
 
BLACK - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontWeight
 
BLANCHEDALMOND - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
BLANK - Enum constant in enum class com.vaadin.flow.component.html.AnchorTarget
Open a link in a new unnamed context.
BLOCK - Enum constant in enum class com.vaadin.flow.dom.Style.Display
 
BLOCK - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Display
 
BLOCK - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Display.Breakpoint.Large
 
BLOCK - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Display.Breakpoint.Medium
 
BLOCK - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Display.Breakpoint.Small
 
BLOCK - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Display.Breakpoint.XLarge
 
BLOCK - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Display.Breakpoint.XXLarge
 
BLOCKED_JAR_PROPERTY - Static variable in class com.vaadin.flow.spring.io.FilterableResourceResolver
The property key for blocked JAR file.
BLOCKED_PACKAGES_PROPERTY - Static variable in class com.vaadin.flow.spring.io.FilterableResourceResolver
The property key for blocked packages.
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.
blur() - Method in class com.vaadin.testbench.AbstractBrowserTestBase
Calls the blur() function on the current active element of the page, if any.
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.
BoardElement - Class in com.vaadin.flow.component.board.testbench
This is the base element class for accessing a Vaadin Board component for TestBench testing.
BoardElement() - Constructor for class com.vaadin.flow.component.board.testbench.BoardElement
 
BOAT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
BODY - Enum constant in enum class com.vaadin.flow.component.grid.CellFocusEvent.GridSection
Body section.
BODY - Enum constant in enum class com.vaadin.flow.component.page.TargetElement
 
BODY - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.TextColor
 
BODY_PART_NAME - Static variable in class com.vaadin.hilla.EndpointController
 
BodySize - Annotation Interface in com.vaadin.flow.component.page
Defines the body size that will be added to the HTML of the host pages.
BOLD - Enum constant in enum class com.vaadin.flow.component.charts.model.style.FontWeight
Bold text
BOLD - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
BOLD - Enum constant in enum class com.vaadin.flow.dom.Style.FontWeight
 
BOLD - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontWeight
 
BOLDER - Enum constant in enum class com.vaadin.flow.dom.Style.FontWeight
 
BOLT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
BOMB - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
BOOK - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
BOOK_DOLLAR - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
BOOK_PERCENT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
BOOKMARK - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
BOOKMARK_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
BOOLEAN - Static variable in class com.vaadin.flow.router.RouteParameterRegex
Boolean type regex.
booleanEqual(JsonNode, JsonNode) - Static method in class com.vaadin.flow.internal.JacksonUtils
Compare boolean value of two JsonNode values.
booleanEqual(JsonValue, JsonValue) - Static method in class com.vaadin.flow.internal.JsonUtils
 
bootstrap(Lookup) - Method in interface com.vaadin.flow.function.VaadinApplicationInitializationBootstrap
Bootstraps Vaadin application initialization.
BOOTSTRAP_FILE_NAME - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
File name of the bootstrap file that is generated in frontend FrontendUtils.GENERATED folder.
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.
BootstrapContext(VaadinRequest, VaadinResponse, VaadinSession, UI, Function<VaadinRequest, String>, Function<VaadinRequest, Location>) - 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
Creates an instance of the handler with default BootstrapHandler.PageBuilder.
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.
BootstrapInitialPredicate - Interface in com.vaadin.flow.server
The callback used by bootstrap handlers in order to know when a request needs to pre-render the UI and include the initial UIDL in the page.
bootstrapNpm(boolean) - Method in class com.vaadin.flow.server.communication.WebComponentProvider
 
BootstrapPageBuilder() - Constructor for class com.vaadin.flow.server.BootstrapHandler.BootstrapPageBuilder
 
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.
BootstrapUrlPredicate - Interface in com.vaadin.flow.server
The callback used by bootstrap handlers in order to know when a request is a valid URL to render the page.
BORDER - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.BoxSizing
 
BORDER_BOX - Enum constant in enum class com.vaadin.flow.component.orderedlayout.BoxSizing
Tells the browser to account for any border and padding in the values you specify for an element's width and height.
BORDER_BOX - Enum constant in enum class com.vaadin.flow.dom.Style.BoxSizing
 
BORDER_RADIUS - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
BORDER_RADIUS - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
BORDERLESS - Enum constant in enum class com.vaadin.flow.component.map.MapVariant
 
BOTH - Enum constant in enum class com.vaadin.flow.component.combobox.MultiSelectComboBox.AutoExpandMode
Field expands horizontally until max-width is reached, then expands vertically and chips wrap.
BOTH - Enum constant in enum class com.vaadin.flow.component.orderedlayout.Scroller.ScrollDirection
 
BOTH - Enum constant in enum class com.vaadin.flow.dom.Style.Clear
 
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
 
BOTTOM - Enum constant in enum class com.vaadin.flow.component.charts.model.VerticalAlign
 
BOTTOM - Enum constant in enum class com.vaadin.flow.component.cookieconsent.CookieConsent.Position
 
BOTTOM - Enum constant in enum class com.vaadin.flow.component.crud.CrudEditorPosition
Editor form is positioned below the grid
BOTTOM - Enum constant in enum class com.vaadin.flow.component.map.configuration.style.TextStyle.TextBaseline
 
BOTTOM - Enum constant in enum class com.vaadin.flow.component.popover.PopoverPosition
 
BOTTOM - Enum constant in enum class com.vaadin.flow.component.shared.Tooltip.TooltipPosition
 
BOTTOM - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Border
 
BOTTOM_CENTER - Enum constant in enum class com.vaadin.flow.component.notification.Notification.Position
 
BOTTOM_END - Enum constant in enum class com.vaadin.flow.component.notification.Notification.Position
 
BOTTOM_END - Enum constant in enum class com.vaadin.flow.component.popover.PopoverPosition
 
BOTTOM_END - Enum constant in enum class com.vaadin.flow.component.shared.Tooltip.TooltipPosition
 
BOTTOM_LEFT - Enum constant in enum class com.vaadin.flow.component.cookieconsent.CookieConsent.Position
 
BOTTOM_LEFT - Enum constant in enum class com.vaadin.flow.component.map.configuration.style.Icon.AnchorOrigin
 
BOTTOM_RIGHT - Enum constant in enum class com.vaadin.flow.component.cookieconsent.CookieConsent.Position
 
BOTTOM_RIGHT - Enum constant in enum class com.vaadin.flow.component.map.configuration.style.Icon.AnchorOrigin
 
BOTTOM_START - Enum constant in enum class com.vaadin.flow.component.notification.Notification.Position
 
BOTTOM_START - Enum constant in enum class com.vaadin.flow.component.popover.PopoverPosition
 
BOTTOM_START - Enum constant in enum class com.vaadin.flow.component.shared.Tooltip.TooltipPosition
 
BOTTOM_STRETCH - Enum constant in enum class com.vaadin.flow.component.notification.Notification.Position
 
BOXPLOT - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
BoxPlotItem - Class in com.vaadin.flow.component.charts.model
A DataSeriesItem implementation suitable for box plot charts.
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 Class in com.vaadin.flow.component.orderedlayout
Enum for the values of the CSS property box-sizing.
BR - Static variable in annotation interface 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.
BRAVE - Enum constant in enum class com.vaadin.open.App
 
BREAK_SPACES - Enum constant in enum class com.vaadin.flow.component.HasText.WhiteSpace
The behavior is identical to that of pre-wrap, except that: Any sequence of preserved white space always takes up space, including at the end of the line.
BREAK_SPACES - Enum constant in enum class com.vaadin.flow.dom.Style.WhiteSpace
 
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
 
BRIEFCASE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
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.
broadcast(JsonObject) - Method in class com.vaadin.base.devserver.DebugWindowConnection
Broadcasts the given message to all connected clients.
BROWN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
browser - Variable in class com.vaadin.flow.server.VaadinSession
 
Browser - Enum Class in com.vaadin.testbench.parallel
Enumerates the most commonly used browsers.
BROWSER - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
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.
BROWSER_TOO_OLD - Enum constant in enum class com.vaadin.flow.server.HandlerHelper.RequestType
Page showing that the browser is unsupported.
BrowserCallable - Annotation Interface in com.vaadin.hilla
Makes the methods of the annotated class available to the browser.
browserCallableFinder(EngineConfiguration.BrowserCallableFinder) - Method in class com.vaadin.hilla.engine.EngineConfiguration.Builder
 
BrowserConfiguration - Annotation Interface in com.vaadin.testbench.annotations
Methods annotated with BrowserConfiguration in test classes will be used to configure the browsers that are to be used for test cases in that class.
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 Class in com.vaadin.flow.shared
Detected operating systems.
BrowserExtension - Class in com.vaadin.testbench.browser
TestBench Extension that provides WebDriver configuration and startup according to given test configuration and desired capabilities.
BrowserExtension() - Constructor for class com.vaadin.testbench.browser.BrowserExtension
 
BrowserExtension(Capabilities) - Constructor for class com.vaadin.testbench.browser.BrowserExtension
 
BrowserFactory - Annotation Interface in com.vaadin.testbench.annotations
BrowserFactory annotation is used to define which TestBenchBrowserFactory implementation to use in a test.
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.
BrowserLauncher - Class in com.vaadin.base.devserver
Util for launching a browser instance.
BrowserLauncher(VaadinContext) - Constructor for class com.vaadin.base.devserver.BrowserLauncher
Init a launcher for the given context.
BrowserLeaveNavigationEvent(UI, boolean, String, String) - Constructor for class com.vaadin.flow.component.UI.BrowserLeaveNavigationEvent
Creates a new event instance.
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 Class in com.vaadin.flow.internal
Live reload enabling technology detected.
BrowserLiveReloadAccess - Class in com.vaadin.flow.internal
Deprecated.
BrowserLiveReloadAccess() - Constructor for class com.vaadin.flow.internal.BrowserLiveReloadAccess
Deprecated.
 
BrowserLiveReloadAccessor - Interface in com.vaadin.flow.internal
Provides API to access to the BrowserLiveReload instance by a VaadinService.
BrowserLiveReloadAccessorImpl - Class in com.vaadin.base.devserver
Default implementation for BrowserLiveReloadAccessor that stores the instance in the Vaadin context.
BrowserLiveReloadAccessorImpl() - Constructor for class com.vaadin.base.devserver.BrowserLiveReloadAccessorImpl
 
browserNavigate(UI.BrowserNavigateEvent) - Method in class com.vaadin.flow.component.UI
Connect a client with the server side UI.
BrowserNavigateEvent(UI, boolean, String, String, String, JsonValue, String) - Constructor for class com.vaadin.flow.component.UI.BrowserNavigateEvent
Creates a new event instance.
BrowserRefreshEvent(UI, boolean, boolean) - Constructor for class com.vaadin.flow.component.UI.BrowserRefreshEvent
Creates a new event instance.
BrowserTest - Annotation Interface in com.vaadin.testbench
Shorthand annotation for marking test methods in test class.
BrowserTestBase - Class in com.vaadin.testbench
A superclass with helper methods to aid TestBench developers create a JUnit 5 based tests.
BrowserTestBase() - Constructor for class com.vaadin.testbench.BrowserTestBase
 
BrowserTestClass - Annotation Interface in com.vaadin.testbench
Shorthand annotation for enabling @ExtendWith(MultipleBrowsersExtension.class) on test class.
BrowserTestInfo - Record Class in com.vaadin.testbench.browser
Record that is automatically resolved by BrowserExtension providing most important information on currently run test.
BrowserTestInfo(WebDriver, Capabilities, String, Browser, String) - Constructor for record class com.vaadin.testbench.browser.BrowserTestInfo
Creates an instance of a BrowserTestInfo record class.
BrowserUtil - Class in com.vaadin.testbench.parallel
Provides helper method for selecting the browser to run on
BrowserUtil() - Constructor for class com.vaadin.testbench.parallel.BrowserUtil
 
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
 
BUG - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
BUG_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
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.hilla.engine.EngineConfiguration.Builder
 
build(Element, CompositeDataGenerator<T>, U, SerializableSupplier<ValueProvider<T, String>>) - Method in class com.vaadin.flow.component.grid.Grid.DataCommunicatorBuilder
Build a new DataCommunicator object for the given Grid instance.
build(BiFunction<List<NavigationAccessChecker>, AccessCheckDecisionResolver, T>, List<NavigationAccessChecker>) - Method in class com.vaadin.flow.spring.security.NavigationAccessControlConfigurer
Builds a NavigationAccessControl instance, configured according to this configurer instance settings.
BUILD_FOLDER - Static variable in class com.vaadin.flow.server.InitParameters
Configuration name for the build folder.
buildDir(String) - Method in class com.vaadin.hilla.engine.EngineConfiguration.Builder
 
buildDir(Path) - Method in class com.vaadin.hilla.engine.EngineConfiguration.Builder
 
Builder() - Constructor for class com.vaadin.hilla.engine.EngineConfiguration.Builder
 
Builder(EngineConfiguration) - Constructor for class com.vaadin.hilla.engine.EngineConfiguration.Builder
 
BUILDING - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
BUILDING_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
buildQuery(int, int) - Method in class com.vaadin.flow.data.provider.DataCommunicator
Generate a data query with component sorting and filtering.
BULLET - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
BULLETS - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
BULLSEYE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
Bun() - Constructor for class com.vaadin.flow.spring.VaadinConfigurationProperties.Bun
 
BUNDLE_FILENAME - Static variable in class com.vaadin.flow.i18n.DefaultI18NProvider
 
BUNDLE_FOLDER - Static variable in class com.vaadin.flow.i18n.DefaultI18NProvider
 
BUNDLE_LOCATION - Static variable in class com.vaadin.flow.server.Constants
The folder where the bundle zip files are stored.
BUNDLE_PREFIX - Static variable in class com.vaadin.flow.i18n.DefaultI18NProvider
 
BundleLitParser - Class in com.vaadin.flow.component.littemplate
Parse statistics data provided by webpack.
BundleUtils - Class in com.vaadin.flow.server.frontend
 
BundleValidationUtil - Class in com.vaadin.flow.server.frontend
Bundle handling methods.
BundleValidationUtil() - Constructor for class com.vaadin.flow.server.frontend.BundleValidationUtil
 
BURLYWOOD - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
BUS - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
Button - Class in com.vaadin.flow.component.button
The Button component allows users to perform actions.
Button() - Constructor for class com.vaadin.flow.component.button.Button
Default constructor.
Button() - Constructor for class com.vaadin.flow.component.crud.CrudI18n.Confirmations.Confirmation.Button
 
Button(Component) - Constructor for class com.vaadin.flow.component.button.Button
Creates a button with an icon inside.
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) - Constructor for class com.vaadin.flow.component.button.Button
Creates a button with a text 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(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 - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
BUTTON - Static variable in annotation interface com.vaadin.flow.component.Tag
Tag for an <button>.
ButtonElement - Class in com.vaadin.flow.component.button.testbench
A TestBench element representing a <vaadin-button> element.
ButtonElement() - Constructor for class com.vaadin.flow.component.button.testbench.ButtonElement
 
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
Positioning options for DrillUpButton
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
 
ButtonTester<T extends Button> - Class in com.vaadin.flow.component.button
Tester for Button components.
ButtonTester(T) - Constructor for class com.vaadin.flow.component.button.ButtonTester
Wrap given button for testing.
ButtonTheme - Class in com.vaadin.flow.component.charts.model.style
 
ButtonTheme() - Constructor for class com.vaadin.flow.component.charts.model.style.ButtonTheme
 
ButtonVariant - Enum Class 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.

C

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
 
CALC - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CALC_BOOK - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
calculateHash(String) - Static method in class com.vaadin.flow.server.frontend.BundleValidationUtil
 
CALENDAR - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CALENDAR - Enum constant in enum class com.vaadin.flow.theme.lumo.LumoIcon
 
CALENDAR_BRIEFCASE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CALENDAR_CLOCK - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CALENDAR_ENVELOPE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CALENDAR_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CALENDAR_USER - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
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, Object...) - Method in interface com.vaadin.testbench.HasCallFunction
Invoke the given method on this element using the given arguments as arguments to the method.
callFunction(String, Object...) - Method in class com.vaadin.testbench.TestBenchElement
 
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.
CALLOUT - Enum constant in enum class com.vaadin.flow.component.charts.model.FlagShape
 
CALLOUT - Enum constant in enum class com.vaadin.flow.component.charts.model.Shape
 
camelCaseToDashSeparated(String) - Static method in class com.vaadin.flow.shared.util.SharedUtil
Converts a camelCase string into dash ("-") separated.
camelCaseToDashSeparated(String) - Static method in class com.vaadin.testbench.internal.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).
camelCaseToHumanFriendly(String) - Static method in class com.vaadin.testbench.internal.SharedUtil
Converts a camelCaseString to a human friendly format (Camel case string).
CAMERA - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
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.
canAccessView(AvailableViewInfo) - Method in interface com.vaadin.flow.server.auth.MenuAccessControl
Determines if current user has permissions to access the given view.
canAccessView(AvailableViewInfo) - Method in class com.vaadin.flow.spring.security.SpringMenuAccessControl
 
canAccessView(AvailableViewInfo, Principal, Predicate<String>) - Static method in interface com.vaadin.flow.server.auth.MenuAccessControl
Check view against authentication state.
cancel() - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialogTester
Click cancel button.
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() - Method in class com.vaadin.flow.router.BeforeLeaveEvent.ContinueNavigationAction
Cancel the navigation that was postponed.
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.PendingJavaScriptResult
Cancel the javascript execution, if it was not yet sent to the browser for execution.
cancelPendingTitleUpdate() - Method in class com.vaadin.flow.component.internal.UIInternals
Cancels any pending page title update set via UIInternals.setTitle(String).
CanCompareScreenshots - Interface in com.vaadin.testbench.commands
 
CANDLESTICK - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
canEncodeWithoutTypeInfo(Class<?>) - Static method in class com.vaadin.flow.internal.JacksonCodec
Helper for checking whether the type is supported by JacksonCodec.encodeWithoutTypeInfo(Object).
canEncodeWithoutTypeInfo(Class<?>) - Static method in class com.vaadin.flow.internal.JsonCodec
Helper for checking whether the type is supported by JsonCodec.encodeWithoutTypeInfo(Object).
canEncodeWithTypeInfo(Class<?>) - Static method in class com.vaadin.flow.internal.JacksonCodec
Helper for checking whether the type is supported by JacksonCodec.encodeWithTypeInfo(Object).
canEncodeWithTypeInfo(Class<?>) - Static method in class com.vaadin.flow.internal.JsonCodec
Helper for checking whether the type is supported by JsonCodec.encodeWithTypeInfo(Object).
canHandleRequest(VaadinRequest) - Method in class com.vaadin.flow.i18n.TranslationFileRequestHandler
 
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.IndexHtmlRequestHandler
 
canHandleRequest(VaadinRequest) - Method in class com.vaadin.flow.server.communication.JavaScriptBootstrapHandler
 
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.
capabilities() - Method in record class com.vaadin.testbench.browser.BrowserTestInfo
Returns the value of the capabilities record component.
CapabilitiesUtil - Class in com.vaadin.testbench.browser
 
CapabilitiesUtil() - Constructor for class com.vaadin.testbench.browser.CapabilitiesUtil
 
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).
capitalize(String) - Static method in class com.vaadin.testbench.internal.SharedUtil
Capitalizes the first character in the given string in a way suitable for use in code (methods, properties etc)
CAPITALIZE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.TextTransform
 
CAPS_LOCK - Static variable in interface com.vaadin.flow.component.Key
The CapsLock or ? key.
caption() - Method in record class com.vaadin.flow.server.dau.EnforcementNotificationMessages
Returns the value of the caption record component.
CAPTION - Static variable in annotation interface com.vaadin.flow.component.Tag
Tag for an <caption>.
CAR - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CARD_COMPONENT - Static variable in class com.vaadin.experimental.FeatureFlags
 
CARET_DOWN - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CARET_LEFT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CARET_RIGHT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CARET_SQUARE_DOWN_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CARET_SQUARE_LEFT_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CARET_SQUARE_RIGHT_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CARET_SQUARE_UP_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CARET_UP - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CART - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CART_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CaseUtil - Class in com.vaadin.flow.internal
Utilities related to various case operations.
CASH - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CATEGORY - Enum constant in enum class com.vaadin.flow.component.charts.model.AxisType
a convenience mode for where the point names of the first series are used for categories - avoiding the need to call Axis.setCategories(String...).
CC_ADDITIONAL_NAME - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
Middle name as given on the payment instrument.
CC_CSC - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
Security code for the payment instrument.
CC_EXP - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
Expiration date of the payment instrument.
CC_EXP_MONTH - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
Expiration month of the payment instrument.
CC_EXP_YEAR - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
Expiration year of the payment instrument.
CC_FAMILY_NAME - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
Last name as given on the payment instrument.
CC_GIVEN_NAME - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
First name as given on the payment instrument.
CC_NAME - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
Full name as given on the payment instrument.
CC_NUMBER - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
Code identifying the payment instrument (e.g.
CC_TYPE - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
Type of payment instrument (e.g.
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 Class in com.vaadin.flow.component.grid
An enum representing the different sections of a grid.
cells - Variable in class com.vaadin.flow.component.grid.FooterRow
 
CENTER - Enum constant in enum class com.vaadin.flow.component.charts.model.HorizontalAlign
 
CENTER - Enum constant in enum class com.vaadin.flow.component.charts.model.StepType
 
CENTER - Enum constant in enum class com.vaadin.flow.component.charts.model.TextAlign
 
CENTER - Enum constant in enum class com.vaadin.flow.component.grid.ColumnTextAlign
 
CENTER - Enum constant in enum class com.vaadin.flow.component.map.configuration.style.TextStyle.TextAlign
 
CENTER - Enum constant in enum class com.vaadin.flow.component.orderedlayout.FlexComponent.Alignment
Items are positioned at the center of the container.
CENTER - Enum constant in enum class com.vaadin.flow.component.orderedlayout.FlexComponent.JustifyContentMode
Items are positioned at the center of the container.
CENTER - Enum constant in enum class com.vaadin.flow.component.orderedlayout.FlexLayout.ContentAlignment
Items are positioned at the center of the container.
CENTER - Enum constant in enum class com.vaadin.flow.component.ScrollOptions.Alignment
 
CENTER - Enum constant in enum class com.vaadin.flow.dom.Style.AlignItems
 
CENTER - Enum constant in enum class com.vaadin.flow.dom.Style.AlignSelf
 
CENTER - Enum constant in enum class com.vaadin.flow.dom.Style.JustifyContent
 
CENTER - Enum constant in enum class com.vaadin.flow.dom.Style.TextAlign
 
CENTER - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.AlignContent
 
CENTER - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.AlignItems.Breakpoint.Large
 
CENTER - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.AlignItems.Breakpoint.Medium
 
CENTER - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.AlignItems.Breakpoint.Small
 
CENTER - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.AlignItems.Breakpoint.XLarge
 
CENTER - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.AlignItems.Breakpoint.XXLarge
 
CENTER - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.AlignItems
 
CENTER - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.AlignSelf
 
CENTER - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.JustifyContent
 
CENTER - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.TextAlignment
 
CH - Enum constant in enum class com.vaadin.flow.component.Unit
Unit code representing the width of the "0" (zero).
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.
changeProperties(SerializationConfig, BeanDescription, List<BeanPropertyWriter>) - Method in class com.vaadin.flow.component.charts.model.serializers.ChartOptionsBeanSerializerModifier
 
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.
CHARACTERS - Enum constant in enum class com.vaadin.flow.component.textfield.Autocapitalize
Automatically capitalize all characters.
Chart - Class in com.vaadin.flow.component.charts
Vaadin Charts is a feature-rich interactive charting library for Vaadin.
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
CHART - Enum constant in enum class com.vaadin.flow.component.charts.model.ResetZoomButtonRelativeTo
 
CHART - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CHART_3D - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CHART_GRID - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CHART_LINE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CHART_TIMELINE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
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
 
ChartConnectors - Class in com.vaadin.flow.component.charts.model
A configuration object to configure style of connectors (dependencies) between two points in a Gantt chart.
ChartConnectors() - Constructor for class com.vaadin.flow.component.charts.model.ChartConnectors
 
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
ChartElement - Class in com.vaadin.flow.component.charts.testbench
 
ChartElement() - Constructor for class com.vaadin.flow.component.charts.testbench.ChartElement
 
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
 
ChartOptions - Class in com.vaadin.flow.component.charts
The ChartOptions configures a page local global options like localized texts for charts.
ChartOptions() - Constructor for class com.vaadin.flow.component.charts.ChartOptions
 
ChartOptionsBeanSerializerModifier - Class in com.vaadin.flow.component.charts.model.serializers
Modifier that adds special handling for ChartOptions and GradientColor inside ChartOptions
ChartOptionsBeanSerializerModifier() - Constructor for class com.vaadin.flow.component.charts.model.serializers.ChartOptionsBeanSerializerModifier
 
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.
ChartStyle - Class in com.vaadin.flow.component.charts.model.style
Styles of chart
ChartStyle() - Constructor for class com.vaadin.flow.component.charts.model.style.ChartStyle
 
ChartTester<T extends Chart> - Class in com.vaadin.flow.component.charts
Tester for Chart components.
ChartTester(T) - Constructor for class com.vaadin.flow.component.charts.ChartTester
Wrap given component for testing.
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.
ChartVariant - Enum Class in com.vaadin.flow.component.charts
Set of theme variants applicable for vaadin-chart component.
CHAT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
check(NavigationContext) - Method in class com.vaadin.flow.server.auth.AnnotatedViewAccessChecker
 
check(NavigationContext) - Method in interface com.vaadin.flow.server.auth.NavigationAccessChecker
Checks if the current user is allowed to access a target view.
check(NavigationContext) - Method in class com.vaadin.flow.server.auth.RoutePathAccessChecker
 
check(Class<?>, HttpServletRequest) - Method in class com.vaadin.hilla.auth.EndpointAccessChecker
Check that the endpoint is accessible for the current user.
check(Class<?>, Principal, Function<String, Boolean>) - Method in class com.vaadin.hilla.auth.EndpointAccessChecker
Check that the endpoint is accessible for the current user.
check(Method, HttpServletRequest) - Method in class com.vaadin.hilla.auth.EndpointAccessChecker
Check that the endpoint is accessible for the current user.
check(Method, Principal, Function<String, Boolean>) - Method in class com.vaadin.hilla.auth.EndpointAccessChecker
Check that the endpoint is accessible for the current user.
check(String) - Method in class com.vaadin.hilla.EndpointNameChecker
Validates the Vaadin endpoint name given.
CHECK - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CHECK_CIRCLE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CHECK_CIRCLE_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CHECK_SQUARE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CHECK_SQUARE_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
checkAccess(NavigationContext) - Method in class com.vaadin.flow.server.auth.ViewAccessChecker
Deprecated.
Checks access to the given navigation target.
checkAccess(NavigationContext, boolean) - Method in class com.vaadin.flow.server.auth.NavigationAccessControl
 
checkAccess(EndpointRegistry.VaadinEndpointData, Method, Principal, Function<String, Boolean>) - Method in class com.vaadin.hilla.EndpointInvoker
 
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(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.
Checkbox - Class in com.vaadin.flow.component.checkbox
Checkbox is an input field representing a binary choice.
Checkbox() - Constructor for class com.vaadin.flow.component.checkbox.Checkbox
Default constructor.
Checkbox(boolean) - Constructor for class com.vaadin.flow.component.checkbox.Checkbox
Constructs a checkbox with the initial value.
Checkbox(boolean, HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<Checkbox, Boolean>>) - Constructor for class com.vaadin.flow.component.checkbox.Checkbox
Constructs a checkbox with the initial value and value change listener.
Checkbox(String) - Constructor for class com.vaadin.flow.component.checkbox.Checkbox
Constructs a checkbox with the initial label text.
Checkbox(String, boolean) - Constructor for class com.vaadin.flow.component.checkbox.Checkbox
Constructs a checkbox with the initial value.
Checkbox(String, boolean, HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<Checkbox, Boolean>>) - Constructor for class com.vaadin.flow.component.checkbox.Checkbox
Constructs a checkbox with the initial value, label text and value change listener.
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 - Enum constant in enum class com.vaadin.flow.component.gridpro.EditorType
 
Checkbox.CheckboxI18n - Class in com.vaadin.flow.component.checkbox
The internationalization properties for Checkbox.
CheckboxElement - Class in com.vaadin.flow.component.checkbox.testbench
A TestBench element representing a <vaadin-checkbox> element.
CheckboxElement() - Constructor for class com.vaadin.flow.component.checkbox.testbench.CheckboxElement
 
CheckboxGroup<T> - Class in com.vaadin.flow.component.checkbox
CheckBoxGroup is a multi-selection component where items are displayed as check boxes.
CheckboxGroup() - Constructor for class com.vaadin.flow.component.checkbox.CheckboxGroup
Creates an empty checkbox group
CheckboxGroup(HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<CheckboxGroup<T>, Set<T>>>) - Constructor for class com.vaadin.flow.component.checkbox.CheckboxGroup
Constructs a checkbox group with a value change listener.
CheckboxGroup(String) - Constructor for class com.vaadin.flow.component.checkbox.CheckboxGroup
Creates an empty checkbox group with the defined label.
CheckboxGroup(String, HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<CheckboxGroup<T>, Set<T>>>) - Constructor for class com.vaadin.flow.component.checkbox.CheckboxGroup
Constructs a checkbox group with the defined label and a value change listener.
CheckboxGroup(String, HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<CheckboxGroup<T>, Set<T>>>, T...) - Constructor for class com.vaadin.flow.component.checkbox.CheckboxGroup
Constructs a checkbox group with the defined label, a value change listener and populated with the items in the array.
CheckboxGroup(String, Collection<T>) - Constructor for class com.vaadin.flow.component.checkbox.CheckboxGroup
Creates a checkbox group with the defined label and populated with the items in the collection.
CheckboxGroup(String, T...) - Constructor for class com.vaadin.flow.component.checkbox.CheckboxGroup
Creates a checkbox group with the defined label and populated with the items in the array.
CheckboxGroup.CheckboxGroupI18n - Class in com.vaadin.flow.component.checkbox
The internationalization properties for CheckboxGroup.
CheckboxGroup.ItemHelperGenerator<T> - Interface in com.vaadin.flow.component.checkbox
CheckboxGroup.ItemHelperGenerator can be used to generate helper text strings used by the checkbox group for each checkbox.
CheckboxGroupDataView<T> - Class in com.vaadin.flow.component.checkbox.dataview
Implementation of generic data view for checkbox group.
CheckboxGroupDataView(SerializableSupplier<DataProvider<T, ?>>, CheckboxGroup<T>) - Constructor for class com.vaadin.flow.component.checkbox.dataview.CheckboxGroupDataView
Constructs a new DataView.
CheckboxGroupDataView(SerializableSupplier<DataProvider<T, ?>>, CheckboxGroup<T>, SerializableConsumer<IdentifierProvider<T>>) - Constructor for class com.vaadin.flow.component.checkbox.dataview.CheckboxGroupDataView
Constructs a new DataView.
CheckboxGroupElement - Class in com.vaadin.flow.component.checkbox.testbench
 
CheckboxGroupElement() - Constructor for class com.vaadin.flow.component.checkbox.testbench.CheckboxGroupElement
 
CheckboxGroupI18n() - Constructor for class com.vaadin.flow.component.checkbox.CheckboxGroup.CheckboxGroupI18n
 
CheckboxGroupListDataView<T> - Class in com.vaadin.flow.component.checkbox.dataview
Data view implementation for Checkbox Group with in-memory list data.
CheckboxGroupListDataView(SerializableSupplier<DataProvider<T, ?>>, CheckboxGroup<T>, SerializableBiConsumer<SerializablePredicate<T>, SerializableComparator<T>>) - Constructor for class com.vaadin.flow.component.checkbox.dataview.CheckboxGroupListDataView
Creates a new in-memory data view for Checkbox Group and verifies the passed data provider is compatible with this data view implementation.
CheckboxGroupListDataView(SerializableSupplier<DataProvider<T, ?>>, CheckboxGroup<T>, SerializableConsumer<IdentifierProvider<T>>, SerializableBiConsumer<SerializablePredicate<T>, SerializableComparator<T>>) - Constructor for class com.vaadin.flow.component.checkbox.dataview.CheckboxGroupListDataView
Creates a new in-memory data view for Checkbox Group and verifies the passed data provider is compatible with this data view implementation.
CheckboxGroupTester<T extends CheckboxGroup<V>,V> - Class in com.vaadin.flow.component.checkbox
Tester for CheckboxGroup components.
CheckboxGroupTester(T) - Constructor for class com.vaadin.flow.component.checkbox.CheckboxGroupTester
Wrap given component for testing.
CheckboxGroupVariant - Enum Class in com.vaadin.flow.component.checkbox
Set of theme variants applicable for vaadin-checkbox-group component.
CheckboxI18n() - Constructor for class com.vaadin.flow.component.checkbox.Checkbox.CheckboxI18n
 
CheckboxTester<T extends Checkbox> - Class in com.vaadin.flow.component.checkbox
Tester for Checkbox components.
CheckboxTester(T) - Constructor for class com.vaadin.flow.component.checkbox.CheckboxTester
Wrap given component for testing.
checkClassAccessibility(Class<?>) - Static method in class com.vaadin.flow.internal.ReflectTools
Makes a check whether the clazz is externally accessible for instantiation (e.g.
checkConnection() - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
Check the connection to the dev server.
checkForClientRouteCollisions(VaadinService, String...) - Static method in class com.vaadin.flow.router.internal.RouteUtil
Checks the given array of Flow route templates for potential collisions with Hilla routes.
checkForClientRouteCollisions(VaadinService, List<RouteData>) - Static method in class com.vaadin.flow.router.internal.RouteUtil
Checks the given list of Flow routes for potential collisions with Hilla routes.
checkGreaterThanMax(V, V) - Static method in class com.vaadin.flow.component.shared.ValidationUtil
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.
checkHasLock(VaadinSession, String) - Method in enum class com.vaadin.flow.server.SessionLockCheckStrategy
Potentially checks whether this session is currently locked by the current thread
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.
checkLogsForErrors() - Method in class com.vaadin.testbench.AbstractBrowserTestBase
Checks browser's log entries, throws an error for any client-side error and logs any client-side warnings.
checkLogsForErrors(Predicate<String>) - Method in class com.vaadin.testbench.AbstractBrowserTestBase
Checks browser's log entries, throws an error for any client-side error and logs any client-side warnings.
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.
CHECKMARK - Enum constant in enum class com.vaadin.flow.theme.lumo.LumoIcon
 
checkRequired(boolean, V, V) - Static method in class com.vaadin.flow.component.shared.ValidationUtil
checkSetConfiguration() - Method in class com.vaadin.flow.server.VaadinSession
 
checkSmallerThanMin(V, V) - Static method in class com.vaadin.flow.component.shared.ValidationUtil
checkUnbound() - Method in class com.vaadin.flow.data.binder.Binder.BindingBuilderImpl
Throws if this binding is already completed and cannot be modified anymore.
checkValueForAnnotatedElement(Object, AnnotatedElement, boolean) - Method in class com.vaadin.hilla.ExplicitNullableTypeChecker
Validates the given value for the given expected method return value type.
CHEVRON_CIRCLE_DOWN - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CHEVRON_CIRCLE_DOWN_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CHEVRON_CIRCLE_LEFT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CHEVRON_CIRCLE_LEFT_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CHEVRON_CIRCLE_RIGHT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CHEVRON_CIRCLE_RIGHT_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CHEVRON_CIRCLE_UP - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CHEVRON_CIRCLE_UP_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CHEVRON_DOWN - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CHEVRON_DOWN - Enum constant in enum class com.vaadin.flow.theme.lumo.LumoIcon
 
CHEVRON_DOWN_SMALL - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CHEVRON_LEFT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CHEVRON_LEFT - Enum constant in enum class com.vaadin.flow.theme.lumo.LumoIcon
 
CHEVRON_LEFT_SMALL - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CHEVRON_RIGHT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CHEVRON_RIGHT - Enum constant in enum class com.vaadin.flow.theme.lumo.LumoIcon
 
CHEVRON_RIGHT_SMALL - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CHEVRON_UP - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CHEVRON_UP - Enum constant in enum class com.vaadin.flow.theme.lumo.LumoIcon
 
CHEVRON_UP_SMALL - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CHILD - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
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.
children() - Method in record class com.vaadin.flow.server.menu.AvailableViewInfo
Returns the value of the children record component.
CHOCOLATE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
chrome() - Static method in class com.vaadin.testbench.parallel.BrowserUtil
Gets the capabilities for Chrome
CHROME - Enum constant in enum class com.vaadin.open.App
 
CHROME - Enum constant in enum class com.vaadin.testbench.parallel.Browser
 
CHROMEOS - Enum constant in enum class com.vaadin.flow.shared.BrowserDetails.OperatingSystem
 
ChunkInfo - Class in com.vaadin.flow.server.frontend.scanner
Identifier for a chunk or part of the JS bundle.
ChunkInfo(EntryPointType, String, List<String>, boolean) - Constructor for class com.vaadin.flow.server.frontend.scanner.ChunkInfo
 
CHUNKS - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
A key in a Json object for chunks list.
CI_BUILD - Static variable in class com.vaadin.flow.server.InitParameters
Configuration name for enabling ci build for npm/pnpm.
CIRCLE - Enum constant in enum class com.vaadin.flow.component.charts.model.MarkerSymbolEnum
 
CIRCLE - Enum constant in enum class com.vaadin.flow.component.charts.model.Shape
 
CIRCLE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CIRCLE_THIN - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CIRCLEPIN - Enum constant in enum class com.vaadin.flow.component.charts.model.FlagShape
 
CLASS_LIST - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
CLASS_PACKAGE - Static variable in class com.vaadin.flow.server.frontend.TaskGenerateReactFiles
 
ClassAttributeHandler - Class in com.vaadin.flow.dom.impl
Emulates the class attribute by delegating to Element.getClassList().
ClassAttributeHandler() - Constructor for class com.vaadin.flow.dom.impl.ClassAttributeHandler
 
classes() - Element in annotation interface com.vaadin.testbench.unit.ViewPackages
Array of classes whose packages will be scanned for views
classesDirs(List<Path>) - Method in class com.vaadin.hilla.engine.EngineConfiguration.Builder
 
classFinder(ClassFinder) - Method in class com.vaadin.hilla.engine.EngineConfiguration.Builder
 
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.
ClassInfo - Class in com.vaadin.flow.server.frontend.scanner
 
ClassInfo(String) - Constructor for class com.vaadin.flow.server.frontend.scanner.ClassInfo
 
ClassList - Interface in com.vaadin.flow.dom
Representation of the class names for an Element.
ClassLoaderAwareServletContainerInitializer - Interface in com.vaadin.flow.server.startup
Allows to load the implementation class by one classloader but accepts classes in ClassLoaderAwareServletContainerInitializer.onStartup(Set, ServletContext) method loaded by another classloader.
className() - Method in class com.vaadin.flow.component.internal.ComponentTracker.Location
 
classpath(Collection<String>) - Method in class com.vaadin.hilla.engine.EngineConfiguration.Builder
 
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.
CLEAN_BUILD_FRONTEND_FILES - Static variable in class com.vaadin.flow.server.InitParameters
Configuration name for cleaning or leaving frontend files in build.
cleanVaadinEnvironment() - Method in class com.vaadin.testbench.unit.BaseUIUnitTest
Tears down mocked Vaadin.
cleanVaadinEnvironment() - Method in class com.vaadin.testbench.unit.UIUnitTest
 
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.combobox.testbench.ComboBoxElement
Clears the value of the combobox.
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() - Method in class com.vaadin.flow.component.datepicker.testbench.DatePickerElement
Clears the value of the date picker.
clear() - Method in class com.vaadin.flow.component.datetimepicker.testbench.DateTimePickerElement
Clears the value of the date time picker.
clear() - Method in interface com.vaadin.flow.component.HasValue
Resets the value to the empty one.
clear() - Method in class com.vaadin.flow.component.html.testbench.InputTester
Resets the value to the empty value of the component.
clear() - Method in class com.vaadin.flow.component.html.testbench.InputTextElement
Clears the input field.
clear() - Method in class com.vaadin.flow.component.html.testbench.RangeInputElement
Clears the input field.
clear() - Method in class com.vaadin.flow.component.internal.DependencyTreeCache
Clears all the contents of the cache.
clear() - Static method in interface com.vaadin.flow.component.page.WebStorage
Clears all values from the Storage.localStorage
clear() - Method in class com.vaadin.flow.component.textfield.TextFieldTester
Resets the value to the empty one, as when clicking on component clear button on the browser.
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 interface com.vaadin.testbench.HasStringValueProperty
 
clear() - Method in class com.vaadin.testbench.TestBenchElement
 
clear(int, int) - Method in class com.vaadin.flow.component.grid.Grid.UpdateQueue
 
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(WebStorage.Storage) - Static method in interface com.vaadin.flow.component.page.WebStorage
Clears the given storage.
clear(UI, WebStorage.Storage) - Static method in interface com.vaadin.flow.component.page.WebStorage
Clears the given storage.
CLEAR - Static variable in interface com.vaadin.flow.component.Key
The Clear key.
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.
clearChanges() - Method in class com.vaadin.flow.internal.StateNode
Clears all changes recorded for this node.
clearContext() - Method in class com.vaadin.flow.spring.security.VaadinAwareSecurityContextHolderStrategy
 
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.
clearFileList() - Method in class com.vaadin.flow.component.upload.Upload
Clear the list of files being processed, or already uploaded.
clearFileRoutesCache() - Static method in class com.vaadin.flow.internal.menu.MenuRegistry
For internal use only.
clearFilters() - Method in interface com.vaadin.flow.data.provider.InMemoryDataProvider
Removes any filter that has been set or added previously.
clearFragmentedMessage(AtmosphereResource) - Method in class com.vaadin.base.devserver.DebugWindowConnection
 
clearFragmentedMessage(AtmosphereResource) - Method in class com.vaadin.flow.server.communication.AtmospherePushConnection
 
clearFragmentedMessage(AtmosphereResource) - Method in interface com.vaadin.flow.server.communication.FragmentedMessageHolder
Clears the partial message that is currently being received.
clearLabels() - Method in class com.vaadin.flow.component.charts.model.AnnotationItem
Clears all labels
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.
clearSelection() - Method in class com.vaadin.flow.component.listbox.MultiSelectListBoxTester
Clear all selected items from the component.
clearSeries() - Method in class com.vaadin.flow.component.charts.model.GanttSeries
Remove all items in the series.
clearSeries() - Method in class com.vaadin.flow.component.charts.model.TreeSeries
Remove all items in the series.
clearSlot(HasElement, String) - Static method in class com.vaadin.flow.component.shared.SlotUtils
Removes every child element of the parent that are in the specified slot.
clearValidationError() - Method in class com.vaadin.hilla.signals.core.event.StateEvent
 
clearValidationError(ObjectNode) - Static method in class com.vaadin.hilla.signals.core.event.StateEvent
 
click() - Method in class com.vaadin.flow.component.button.Button
Simulates a click on this button on the server side if it is enabled.
click() - Method in class com.vaadin.flow.component.button.ButtonTester
If the component is usable send click to component as if it was from the client.
click() - Method in class com.vaadin.flow.component.checkbox.CheckboxTester
If the component is usable, send click to component as if it was from the client.
click() - Method in class com.vaadin.flow.component.html.testbench.AnchorTester
Click the anchor for navigation if target is a registered route in the application.
click() - Method in interface com.vaadin.flow.component.html.testbench.ClickHandler
If the component is usable send click to component as if it was from the client.
click() - Method in class com.vaadin.flow.component.radiobutton.RadioButtonTester
If the component is usable, send click to component as if it was from the client.
click() - Method in class com.vaadin.flow.component.routerlink.RouterLinkTester
Click the router-link for navigation.
click() - Method in class com.vaadin.flow.component.sidenav.SideNavTester
Simulates a click on the SideNav label, expanding or collapsing item list.
click() - Method in class com.vaadin.flow.component.sidenav.testbench.SideNavItemElement
 
click() - Method in class com.vaadin.testbench.TestBenchElement
 
click(int, int, Keys...) - Method in class com.vaadin.testbench.TestBenchElement
 
click(int, MetaKeys) - Method in interface com.vaadin.flow.component.html.testbench.ClickHandler
 
click(int, MetaKeys) - Method in class com.vaadin.flow.component.html.testbench.HtmlClickContainer
 
click(int, MetaKeys) - Method in class com.vaadin.flow.component.html.testbench.NativeDetailsTester
 
click(MetaKeys) - Method in class com.vaadin.flow.component.button.ButtonTester
If the component is usable send click to component as if it was from the client with defined meta keys pressed.
click(MetaKeys) - Method in interface com.vaadin.flow.component.html.testbench.ClickHandler
If the component is usable send click to component as if it was from the client with defined meta keys pressed.
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).
clickChart() - Method in class com.vaadin.flow.component.charts.ChartTester
Simulates a click on the chart, but not on legend items or points.
clickElementWithJs(String) - Method in class com.vaadin.testbench.AbstractBrowserTestBase
Clicks on the element, using JS.
clickElementWithJs(WebElement) - Method in class com.vaadin.testbench.AbstractBrowserTestBase
Clicks on the element, using JS.
ClickEvent<C extends Component> - Class in com.vaadin.flow.component
Event fired when a component is clicked.
ClickEvent - Interface in com.vaadin.flow.component.charts.events
 
ClickEvent(Component) - Constructor for class com.vaadin.flow.component.ClickEvent
Creates a new server-side click event with no additional information.
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.
ClickHandler - Interface in com.vaadin.flow.component.html.testbench
 
clickInClient() - Method in class com.vaadin.flow.component.button.Button
Executes a click on this button at the client-side.
clickItem(int, int...) - Method in class com.vaadin.flow.component.contextmenu.ContextMenuTester
Simulates a click on the item at the given position in the menu.
clickItem(int, int...) - Method in class com.vaadin.flow.component.menubar.MenuBarTester
Simulates a click on the item at the given position in the menu.
clickItem(String, String...) - Method in class com.vaadin.flow.component.contextmenu.ContextMenuTester
Simulates a click on the item that matches the given text.
clickItem(String, String...) - Method in class com.vaadin.flow.component.menubar.MenuBarTester
Simulates a click on the item that matches the given text.
clickItem(String, String...) - Method in class com.vaadin.flow.component.sidenav.SideNavTester
Simulates a click on the item that matches the given label.
clickLegendItem(String) - Method in class com.vaadin.flow.component.charts.ChartTester
Simulates a click on the item of the legend with the given text.
ClickNotifier<T extends Component> - Interface in com.vaadin.flow.component
Mixin interface for components that support adding click listeners to the their root elements.
clickPoint(String, String) - Method in class com.vaadin.flow.component.charts.ChartTester
Simulates a click on a point on the chart.
clickRow(int) - Method in class com.vaadin.flow.component.grid.GridTester
Click on grid row.
clickRow(int, MetaKeys) - Method in class com.vaadin.flow.component.grid.GridTester
Click on grid row with given meta keys pressed.
clickRow(int, MouseButton) - Method in class com.vaadin.flow.component.grid.GridTester
Click on grid row with given button.
clickRow(int, MouseButton, MetaKeys) - Method in class com.vaadin.flow.component.grid.GridTester
Click on grid row with given button and meta keys pressed.
clickSelectAll() - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Click select all check box
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_NAVIGATE_TO - Static variable in class com.vaadin.flow.component.UI
 
CLIENT_SIDE - Enum constant in enum class com.vaadin.flow.router.NavigationTrigger
Navigation was triggered by client-side.
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 Interface 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.
clientDeselectAll() - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
 
ClientItemToggleEvent<T> - Class in com.vaadin.flow.component.grid
Event fired when the user toggles the selection state of an item on the client-side.
ClientItemToggleEvent(Grid<T>, T, boolean, boolean) - Constructor for class com.vaadin.flow.component.grid.ClientItemToggleEvent
Creates a new item toggle event.
ClientMessageComplete - Class in com.vaadin.hilla.push.messages.toclient
 
ClientMessageComplete() - Constructor for class com.vaadin.hilla.push.messages.toclient.ClientMessageComplete
 
ClientMessageComplete(String) - Constructor for class com.vaadin.hilla.push.messages.toclient.ClientMessageComplete
 
ClientMessageError - Class in com.vaadin.hilla.push.messages.toclient
 
ClientMessageError() - Constructor for class com.vaadin.hilla.push.messages.toclient.ClientMessageError
 
ClientMessageError(String, String) - Constructor for class com.vaadin.hilla.push.messages.toclient.ClientMessageError
 
ClientMessageUpdate - Class in com.vaadin.hilla.push.messages.toclient
 
ClientMessageUpdate() - Constructor for class com.vaadin.hilla.push.messages.toclient.ClientMessageUpdate
 
ClientMessageUpdate(String, Object) - Constructor for class com.vaadin.hilla.push.messages.toclient.ClientMessageUpdate
 
ClientResentPayloadException() - Constructor for exception com.vaadin.flow.server.communication.ServerRpcHandler.ClientResentPayloadException
Default constructor for the exception.
ClientRoutesProvider - Interface in com.vaadin.flow.router.internal
Deprecated, for removal: This API element is subject to removal in a future version.
Provider is deprecated, use FrontendUtils.getClientRoutes() instead.
clientSelectAll() - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
 
ClientTarget - Class in com.vaadin.flow.router.internal
Client route target stores the target template.
ClientTarget(String) - Constructor for class com.vaadin.flow.router.internal.ClientTarget
Create a new Client route target holder with the given route template.
ClientValidatedEvent(Component, boolean) - Constructor for class com.vaadin.flow.component.shared.HasClientValidation.ClientValidatedEvent
Deprecated.
Creates a new event using the given source.
ClientValidatedEvent(Component, boolean, boolean) - Constructor for class com.vaadin.flow.component.shared.HasClientValidation.ClientValidatedEvent
Deprecated.
Creates a new event using the given source.
ClientValidationUtil - Class in com.vaadin.flow.component.shared
A utility class that allows preventing the web component from setting itself to valid as a result of client-side validation.
ClientViewPlaceholder() - Constructor for class com.vaadin.flow.component.UI.ClientViewPlaceholder
 
CLIP - Enum constant in enum class com.vaadin.flow.dom.Style.Overflow
 
CLIP - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.TextOverflow
 
CLIPBOARD - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CLIPBOARD_CHECK - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CLIPBOARD_CROSS - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CLIPBOARD_HEART - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CLIPBOARD_PULSE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CLIPBOARD_TEXT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CLIPBOARD_USER - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CLOCK - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CLOCK - Enum constant in enum class com.vaadin.flow.theme.lumo.LumoIcon
 
cloneImage(BufferedImage) - Static method in class com.vaadin.testbench.screenshot.ImageUtil
Clones the given BufferedImage
close() - Method in class com.vaadin.base.devserver.ExternalDependencyWatcher
 
close() - Method in class com.vaadin.base.devserver.ThemeLiveUpdater
Stops watching the folder and cleans up resources.
close() - Method in class com.vaadin.base.devserver.viteproxy.ViteWebsocketConnection
Closes the connection.
close() - Method in class com.vaadin.base.devserver.viteproxy.ViteWebsocketProxy
Terminates the connection.
close() - Method in class com.vaadin.collaborationengine.AbstractCollaborationManager
Closes the manager connection to the topic.
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.accordion.testbench.AccordionElement
Closes the opened panel (if any) in the accordion.
close() - Method in class com.vaadin.flow.component.accordion.testbench.AccordionPanelElement
Closes the panel.
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.ContextMenuTester
Closes the context menu.
close() - Method in class com.vaadin.flow.component.datepicker.DatePicker
Closes the datepicker overlay.
close() - Method in class com.vaadin.flow.component.datepicker.testbench.DatePickerElement
Closes the date picker overlay
close() - Method in class com.vaadin.flow.component.dialog.Dialog
Closes the dialog.
close() - Method in class com.vaadin.flow.component.dialog.DialogTester
Close the dialog.
close() - Method in class com.vaadin.flow.component.login.LoginOverlay
Closes the login overlay.
close() - Method in class com.vaadin.flow.component.menubar.MenuBar
Closes the current submenu.
close() - Method in class com.vaadin.flow.component.notification.Notification
Closes the notification.
close() - Method in class com.vaadin.flow.component.popover.Popover
Closes the popover.
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() - Method in class com.vaadin.testbench.TestBenchDriverProxy
 
close() - Method in class com.vaadin.testbench.unit.mocks.MockSpringVaadinSession
 
CLOSE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CLOSE - Static variable in interface com.vaadin.flow.component.Key
Closes the current document or message.
CLOSE_BIG - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CLOSE_CIRCLE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CLOSE_CIRCLE_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CLOSE_PROPERTY - Static variable in class com.vaadin.flow.component.charts.model.DataProviderSeries
 
CLOSE_SMALL - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CLOSED - Enum constant in enum class com.vaadin.flow.server.VaadinSessionState
The session is closed; all the UIs have been removed and SessionDestroyListeners have been called.
CLOSED_CAPTION_TOGGLE - Static variable in interface com.vaadin.flow.component.Key
Toggles closed captioning on and off.
closeDetails() - Method in class com.vaadin.flow.component.details.DetailsTester
Hides contents as if the summary is clicked on the browser.
closeDropDown() - Method in class com.vaadin.flow.component.timepicker.testbench.TimePickerElement
Closes the drop down for the time picker.
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
 
closePopup() - Method in class com.vaadin.flow.component.combobox.testbench.ComboBoxElement
Close the popup with options, if it is open.
closePopup() - Method in class com.vaadin.flow.component.combobox.testbench.MultiSelectComboBoxElement
Close the popup, if it is open.
closePopup() - Method in class com.vaadin.flow.component.select.testbench.SelectElement
Closes the popup with options, if it is open.
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 - Enum constant in enum class com.vaadin.flow.server.VaadinSessionState
The close method has been called; the session will be closed as soon as the current request ends.
CLOUD - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CLOUD_DOWNLOAD - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CLOUD_DOWNLOAD_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CLOUD_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CLOUD_UPLOAD - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CLOUD_UPLOAD_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CLUSTER - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CM - Enum constant in enum class com.vaadin.flow.component.Unit
Unit code representing centimeters.
CODE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
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).
COFFEE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
COG - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
COG - Enum constant in enum class com.vaadin.flow.theme.lumo.LumoIcon
 
COG_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
COGS - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
COIN_PILES - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
COINS - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
COLLABORATION_ENGINE_BACKEND - Static variable in class com.vaadin.experimental.FeatureFlags
 
CollaborationAvatarGroup - Class in com.vaadin.collaborationengine
Extension of the AvatarGroup component which integrates with the CollaborationEngine.
CollaborationAvatarGroup(UserInfo, String) - Constructor for class com.vaadin.collaborationengine.CollaborationAvatarGroup
Creates a new collaboration avatar group component with the provided local user and topic id.
CollaborationAvatarGroup.ImageProvider - Interface in com.vaadin.collaborationengine
Callback for creating a stream resource with the image for a specific user.
CollaborationBinder<BEAN> - Class in com.vaadin.collaborationengine
Extension of Binder for creating collaborative forms with CollaborationEngine.
CollaborationBinder(Class<BEAN>, UserInfo) - Constructor for class com.vaadin.collaborationengine.CollaborationBinder
Creates a new collaboration binder.
CollaborationBinder.CollaborationBindingBuilderImpl<BEAN,FIELDVALUE,TARGET> - Class in com.vaadin.collaborationengine
 
CollaborationBinderUtil - Class in com.vaadin.collaborationengine
Utility methods for CollaborationBinder.
CollaborationBindingBuilderImpl(CollaborationBinder<BEAN>, HasValue<?, FIELDVALUE>, Converter<FIELDVALUE, TARGET>, BindingValidationStatusHandler) - Constructor for class com.vaadin.collaborationengine.CollaborationBinder.CollaborationBindingBuilderImpl
 
CollaborationEngine - Class in com.vaadin.collaborationengine
CollaborationEngine is an API for creating collaborative experiences in Vaadin applications.
CollaborationEngineConfiguration - Class in com.vaadin.collaborationengine
Configuration object for CollaborationEngine.
CollaborationEngineConfiguration() - Constructor for class com.vaadin.collaborationengine.CollaborationEngineConfiguration
Creates a new Collaboration Engine configuration.
CollaborationEngineConfiguration(LicenseEventHandler) - Constructor for class com.vaadin.collaborationengine.CollaborationEngineConfiguration
Deprecated, for removal: This API element is subject to removal in a future version.
the provided handler won't receive any events, please prefer using the default constructor with no parameters
CollaborationEngineServiceInitListener - Class in com.vaadin.collaborationengine
A VaadinServiceInitListener which applies callbacks to the service instance to reinitialize the state of topic connection context after de-serialization.
CollaborationEngineServiceInitListener() - Constructor for class com.vaadin.collaborationengine.CollaborationEngineServiceInitListener
 
CollaborationList - Interface in com.vaadin.collaborationengine
A list that is shared between multiple users.
CollaborationMap - Interface in com.vaadin.collaborationengine
A map that is shared between multiple users.
CollaborationMessage - Class in com.vaadin.collaborationengine
CollaborationMessage() - Constructor for class com.vaadin.collaborationengine.CollaborationMessage
Creates a new message.
CollaborationMessage(UserInfo, String, Instant) - Constructor for class com.vaadin.collaborationengine.CollaborationMessage
Creates a new message with the specified user as the message author info, text as the message content and time as the message timestamp.
CollaborationMessageInput - Class in com.vaadin.collaborationengine
Extension of the MessageInput component which integrates with the CollaborationMessageList.
CollaborationMessageInput(CollaborationMessageList) - Constructor for class com.vaadin.collaborationengine.CollaborationMessageInput
Creates a new collaboration message input component which submits messages to the provided CollaborationMessageList.
CollaborationMessageList - Class in com.vaadin.collaborationengine
Extension of the MessageList component which integrates with the CollaborationEngine.
CollaborationMessageList(UserInfo, String) - Constructor for class com.vaadin.collaborationengine.CollaborationMessageList
Creates a new collaboration message list component with the provided topic id.
CollaborationMessageList(UserInfo, String, CollaborationMessagePersister) - Constructor for class com.vaadin.collaborationengine.CollaborationMessageList
Creates a new collaboration message list component with the provided topic id and persister of CollaborationMessage items from/to an external source (e.g.
CollaborationMessageList.MessageConfigurator - Interface in com.vaadin.collaborationengine
Configurator callback for messages in a CollaborationMessageList.
CollaborationMessagePersister - Interface in com.vaadin.collaborationengine
Persister of CollaborationMessage items, which enables to read and write messages from/to a backend, for example a database.
CollaborationMessagePersister.FetchQuery - Class in com.vaadin.collaborationengine
A query to fetch messages from a backend.
CollaborationMessagePersister.PersistRequest - Class in com.vaadin.collaborationengine
A request to persist messages to a backend.
CollaborationMessageSubmitter - Interface in com.vaadin.collaborationengine
Submitter of messages.
CollaborationMessageSubmitter.ActivationContext - Interface in com.vaadin.collaborationengine
The activation context of a CollaborationMessageSubmitter.
collapse(Collection<T>) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
Collapse the given items.
collapse(Collection<T>) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalDataCommunicator
Collapses the given items and removes its sub-hierarchy.
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) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchyMapper
Collapses the given item.
collapse(T...) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
Collapse the given items.
collapse(T, boolean) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalDataCommunicator
Collapses the given item and removes its sub-hierarchy.
collapse(T, Integer) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchyMapper
Collapses the given item.
COLLAPSE - Enum constant in enum class com.vaadin.flow.dom.Style.Visibility
 
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(Collection<T>, int) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
Collapse the given items and their children recursively until the given depth.
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.
collapseWithClick(int) - Method in class com.vaadin.flow.component.grid.testbench.TreeGridElement
Collapses the row at the given index in the grid.
collapseWithClick(int, int) - Method in class com.vaadin.flow.component.grid.testbench.TreeGridElement
Collapses the row at the given index in the grid with the given hierarchical column index.
collectAfterNavigationObservers(UI) - Static method in class com.vaadin.flow.router.EventUtil
Collect all Components implementing AfterNavigationObserver that are found in the given UI.
collectAndAddServerMenuItems(RouteConfiguration, List<BeforeEnterListener>, Map<String, AvailableViewInfo>) - Static method in class com.vaadin.flow.internal.menu.MenuRegistry
Collect all active and accessible server menu items.
collectAndAddServerMenuItems(RouteConfiguration, Map<String, AvailableViewInfo>) - Static method in class com.vaadin.flow.internal.menu.MenuRegistry
Collect all active and accessible server menu items.
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
Collect all Components implementing BeforeLeaveObserver connected to the given UI.
collectChanges(Consumer<AbstractConfigurationObject>) - Method in class com.vaadin.flow.component.map.configuration.AbstractConfigurationObject
Collects all changed objects from a configuration hierarchy.
collectChanges(Consumer<AbstractConfigurationObject>) - Method in class com.vaadin.flow.component.map.configuration.Configuration
For internal use only.
collectChanges(Consumer<NodeChange>) - Method in class com.vaadin.flow.internal.nodefeature.InertData
 
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
Collects all changes made to this node since the last time StateNode.collectChanges(Consumer) has been called.
collectChanges(Consumer<NodeChange>) - Method in class com.vaadin.flow.internal.StateTree
Collects all changes made to this tree since the last time StateTree.collectChanges(Consumer) has been called.
collectClientMenuItems(boolean, AbstractConfiguration) - Static method in class com.vaadin.flow.internal.menu.MenuRegistry
Collect all available client routes.
collectClientMenuItems(boolean, AbstractConfiguration, VaadinRequest) - Static method in class com.vaadin.flow.internal.menu.MenuRegistry
Collect all available client routes.
collectClientViews(VaadinRequest) - Method in class com.vaadin.hilla.route.ServerAndClientViewsProvider
 
collectDirtyNodes() - Method in class com.vaadin.flow.internal.StateTree
Gets all the nodes that have been marked.
collectEvent(String) - Static method in class com.vaadin.base.devserver.stats.DevModeUsageStatistics
Increments specified event count in the current project data.
collectEvent(String, double) - Static method in class com.vaadin.base.devserver.stats.DevModeUsageStatistics
Update a value in usage statistics.
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.template.internal.IdCollector
Scans the given template class and finds fields mapped using @Id.
collectLocaleChangeObservers(Element) - Static method in class com.vaadin.flow.router.EventUtil
Collect all Components implementing LocaleChangeObserver connected to the given element tree.
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.
collectLocalesFromFileNames(List<String>) - Static method in class com.vaadin.flow.i18n.I18NUtil
Get list of locales collected from the given list of translation file names.
collectMenuItems() - Static method in class com.vaadin.flow.internal.menu.MenuRegistry
Collect views with menu annotation for automatic menu population.
collectMenuItemsList() - Static method in class com.vaadin.flow.internal.menu.MenuRegistry
Collect ordered list of views with menu annotation for automatic menu population.
collectMenuItemsList(Locale) - Static method in class com.vaadin.flow.internal.menu.MenuRegistry
Collect ordered list of views with menu annotation for automatic menu population.
collectRouteParentLayouts(Class<? extends RouterLayout>) - Static method in class com.vaadin.flow.router.internal.RouteUtil
Collects all parent layouts for a given route layout class.
collectServerViews(boolean) - Method in class com.vaadin.hilla.route.ServerAndClientViewsProvider
 
Color - Interface in com.vaadin.flow.component.charts.model.style
Interface used for different type of colors used in model and theme
COLOR_AXIS - Enum constant in enum class com.vaadin.flow.component.charts.model.AxisDimension
 
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.
COLOR1 - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
COLOR1 - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
COLOR10 - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
COLOR10 - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
COLOR11 - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
COLOR11 - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
COLOR12 - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
COLOR12 - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
COLOR13 - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
COLOR13 - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
COLOR14 - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
COLOR14 - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
COLOR15 - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
COLOR15 - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
COLOR16 - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
COLOR16 - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
COLOR2 - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
COLOR2 - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
COLOR3 - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
COLOR3 - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
COLOR4 - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
COLOR4 - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
COLOR5 - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
COLOR5 - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
COLOR6 - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
COLOR6 - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
COLOR7 - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
COLOR7 - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
COLOR8 - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
COLOR8 - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
COLOR9 - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
COLOR9 - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
ColorAxis - Class in com.vaadin.flow.component.charts.model
 
ColorAxis() - Constructor for class com.vaadin.flow.component.charts.model.ColorAxis
 
COLORS - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Transition
 
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.
COLUMN - Enum constant in enum class com.vaadin.flow.component.orderedlayout.FlexLayout.FlexDirection
The items are displayed vertically, as a column.
COLUMN - Enum constant in enum class com.vaadin.flow.dom.Style.FlexDirection
 
COLUMN - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
COLUMN - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FlexDirection.Breakpoint.Large
 
COLUMN - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FlexDirection.Breakpoint.Medium
 
COLUMN - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FlexDirection.Breakpoint.Small
 
COLUMN - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FlexDirection.Breakpoint.XLarge
 
COLUMN - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FlexDirection.Breakpoint.XXLarge
 
COLUMN - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FlexDirection
 
COLUMN_REVERSE - Enum constant in enum class com.vaadin.flow.component.orderedlayout.FlexLayout.FlexDirection
The items are displayed vertically, as a column in reverse order.
COLUMN_REVERSE - Enum constant in enum class com.vaadin.flow.dom.Style.FlexDirection
 
COLUMN_REVERSE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FlexDirection
 
COLUMN_SPAN_1 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Column
 
COLUMN_SPAN_10 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Column
 
COLUMN_SPAN_11 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Column
 
COLUMN_SPAN_12 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Column
 
COLUMN_SPAN_2 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Column
 
COLUMN_SPAN_3 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Column
 
COLUMN_SPAN_4 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Column
 
COLUMN_SPAN_5 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Column
 
COLUMN_SPAN_6 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Column
 
COLUMN_SPAN_7 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Column
 
COLUMN_SPAN_8 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Column
 
COLUMN_SPAN_9 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Column
 
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 a renderer function 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
 
ColumnRendering - Enum Class in com.vaadin.flow.component.grid
Constants for the rendering mode of columns.
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.
COLUMNS_1 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.Large
 
COLUMNS_1 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.Medium
 
COLUMNS_1 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.Small
 
COLUMNS_1 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.XLarge
 
COLUMNS_1 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.XXLarge
 
COLUMNS_1 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Column
 
COLUMNS_10 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.Large
 
COLUMNS_10 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.Medium
 
COLUMNS_10 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.Small
 
COLUMNS_10 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.XLarge
 
COLUMNS_10 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.XXLarge
 
COLUMNS_10 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Column
 
COLUMNS_11 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.Large
 
COLUMNS_11 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.Medium
 
COLUMNS_11 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.Small
 
COLUMNS_11 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.XLarge
 
COLUMNS_11 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.XXLarge
 
COLUMNS_11 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Column
 
COLUMNS_12 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.Large
 
COLUMNS_12 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.Medium
 
COLUMNS_12 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.Small
 
COLUMNS_12 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.XLarge
 
COLUMNS_12 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.XXLarge
 
COLUMNS_12 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Column
 
COLUMNS_2 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.Large
 
COLUMNS_2 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.Medium
 
COLUMNS_2 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.Small
 
COLUMNS_2 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.XLarge
 
COLUMNS_2 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.XXLarge
 
COLUMNS_2 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Column
 
COLUMNS_3 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.Large
 
COLUMNS_3 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.Medium
 
COLUMNS_3 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.Small
 
COLUMNS_3 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.XLarge
 
COLUMNS_3 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.XXLarge
 
COLUMNS_3 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Column
 
COLUMNS_4 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.Large
 
COLUMNS_4 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.Medium
 
COLUMNS_4 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.Small
 
COLUMNS_4 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.XLarge
 
COLUMNS_4 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.XXLarge
 
COLUMNS_4 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Column
 
COLUMNS_5 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.Large
 
COLUMNS_5 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.Medium
 
COLUMNS_5 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.Small
 
COLUMNS_5 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.XLarge
 
COLUMNS_5 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.XXLarge
 
COLUMNS_5 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Column
 
COLUMNS_6 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.Large
 
COLUMNS_6 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.Medium
 
COLUMNS_6 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.Small
 
COLUMNS_6 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.XLarge
 
COLUMNS_6 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.XXLarge
 
COLUMNS_6 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Column
 
COLUMNS_7 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.Large
 
COLUMNS_7 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.Medium
 
COLUMNS_7 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.Small
 
COLUMNS_7 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.XLarge
 
COLUMNS_7 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.XXLarge
 
COLUMNS_7 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Column
 
COLUMNS_8 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.Large
 
COLUMNS_8 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.Medium
 
COLUMNS_8 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.Small
 
COLUMNS_8 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.XLarge
 
COLUMNS_8 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.XXLarge
 
COLUMNS_8 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Column
 
COLUMNS_9 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.Large
 
COLUMNS_9 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.Medium
 
COLUMNS_9 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.Small
 
COLUMNS_9 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.XLarge
 
COLUMNS_9 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Breakpoint.XXLarge
 
COLUMNS_9 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Column
 
ColumnTextAlign - Enum Class in com.vaadin.flow.component.grid
Constants for the text alignment of columns.
com.vaadin.base.devserver - package com.vaadin.base.devserver
 
com.vaadin.base.devserver.startup - package com.vaadin.base.devserver.startup
 
com.vaadin.base.devserver.stats - package com.vaadin.base.devserver.stats
 
com.vaadin.base.devserver.viteproxy - package com.vaadin.base.devserver.viteproxy
 
com.vaadin.bundles - package com.vaadin.bundles
 
com.vaadin.collaborationengine - package com.vaadin.collaborationengine
 
com.vaadin.devbundle - package com.vaadin.devbundle
 
com.vaadin.experimental - package com.vaadin.experimental
 
com.vaadin.flow.component - package com.vaadin.flow.component
 
com.vaadin.flow.component.accordion - package com.vaadin.flow.component.accordion
 
com.vaadin.flow.component.accordion.testbench - package com.vaadin.flow.component.accordion.testbench
 
com.vaadin.flow.component.applayout - package com.vaadin.flow.component.applayout
 
com.vaadin.flow.component.applayout.testbench - package com.vaadin.flow.component.applayout.testbench
 
com.vaadin.flow.component.avatar - package com.vaadin.flow.component.avatar
 
com.vaadin.flow.component.avatar.testbench - package com.vaadin.flow.component.avatar.testbench
 
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.board.testbench - package com.vaadin.flow.component.board.testbench
 
com.vaadin.flow.component.button - package com.vaadin.flow.component.button
 
com.vaadin.flow.component.button.testbench - package com.vaadin.flow.component.button.testbench
 
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.testbench - package com.vaadin.flow.component.charts.testbench
 
com.vaadin.flow.component.charts.themes - package com.vaadin.flow.component.charts.themes
 
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.checkbox.dataview - package com.vaadin.flow.component.checkbox.dataview
 
com.vaadin.flow.component.checkbox.testbench - package com.vaadin.flow.component.checkbox.testbench
 
com.vaadin.flow.component.combobox - package com.vaadin.flow.component.combobox
 
com.vaadin.flow.component.combobox.dataview - package com.vaadin.flow.component.combobox.dataview
 
com.vaadin.flow.component.combobox.testbench - package com.vaadin.flow.component.combobox.testbench
 
com.vaadin.flow.component.confirmdialog - package com.vaadin.flow.component.confirmdialog
 
com.vaadin.flow.component.confirmdialog.testbench - package com.vaadin.flow.component.confirmdialog.testbench
 
com.vaadin.flow.component.contextmenu - package com.vaadin.flow.component.contextmenu
 
com.vaadin.flow.component.contextmenu.testbench - package com.vaadin.flow.component.contextmenu.testbench
 
com.vaadin.flow.component.cookieconsent - package com.vaadin.flow.component.cookieconsent
 
com.vaadin.flow.component.cookieconsent.testbench - package com.vaadin.flow.component.cookieconsent.testbench
 
com.vaadin.flow.component.crud - package com.vaadin.flow.component.crud
 
com.vaadin.flow.component.crud.testbench - package com.vaadin.flow.component.crud.testbench
 
com.vaadin.flow.component.customfield - package com.vaadin.flow.component.customfield
 
com.vaadin.flow.component.customfield.testbench - package com.vaadin.flow.component.customfield.testbench
 
com.vaadin.flow.component.dashboard - package com.vaadin.flow.component.dashboard
 
com.vaadin.flow.component.dashboard.testbench - package com.vaadin.flow.component.dashboard.testbench
 
com.vaadin.flow.component.datepicker - package com.vaadin.flow.component.datepicker
 
com.vaadin.flow.component.datepicker.testbench - package com.vaadin.flow.component.datepicker.testbench
 
com.vaadin.flow.component.datetimepicker - package com.vaadin.flow.component.datetimepicker
 
com.vaadin.flow.component.datetimepicker.testbench - package com.vaadin.flow.component.datetimepicker.testbench
 
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.details.testbench - package com.vaadin.flow.component.details.testbench
 
com.vaadin.flow.component.dialog - package com.vaadin.flow.component.dialog
 
com.vaadin.flow.component.dialog.testbench - package com.vaadin.flow.component.dialog.testbench
 
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.fieldhighlighter - package com.vaadin.flow.component.fieldhighlighter
 
com.vaadin.flow.component.formlayout - package com.vaadin.flow.component.formlayout
 
com.vaadin.flow.component.formlayout.testbench - package com.vaadin.flow.component.formlayout.testbench
 
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.dataview - package com.vaadin.flow.component.grid.dataview
 
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.testbench - package com.vaadin.flow.component.grid.testbench
 
com.vaadin.flow.component.gridpro - package com.vaadin.flow.component.gridpro
 
com.vaadin.flow.component.gridpro.testbench - package com.vaadin.flow.component.gridpro.testbench
 
com.vaadin.flow.component.html - package com.vaadin.flow.component.html
 
com.vaadin.flow.component.html.testbench - package com.vaadin.flow.component.html.testbench
 
com.vaadin.flow.component.icon - package com.vaadin.flow.component.icon
 
com.vaadin.flow.component.icon.testbench - package com.vaadin.flow.component.icon.testbench
 
com.vaadin.flow.component.internal - package com.vaadin.flow.component.internal
 
com.vaadin.flow.component.listbox - package com.vaadin.flow.component.listbox
 
com.vaadin.flow.component.listbox.dataview - package com.vaadin.flow.component.listbox.dataview
 
com.vaadin.flow.component.listbox.testbench - package com.vaadin.flow.component.listbox.testbench
 
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.login.testbench - package com.vaadin.flow.component.login.testbench
 
com.vaadin.flow.component.map - package com.vaadin.flow.component.map
 
com.vaadin.flow.component.map.configuration - package com.vaadin.flow.component.map.configuration
 
com.vaadin.flow.component.map.configuration.feature - package com.vaadin.flow.component.map.configuration.feature
 
com.vaadin.flow.component.map.configuration.geometry - package com.vaadin.flow.component.map.configuration.geometry
 
com.vaadin.flow.component.map.configuration.layer - package com.vaadin.flow.component.map.configuration.layer
 
com.vaadin.flow.component.map.configuration.source - package com.vaadin.flow.component.map.configuration.source
 
com.vaadin.flow.component.map.configuration.style - package com.vaadin.flow.component.map.configuration.style
 
com.vaadin.flow.component.map.events - package com.vaadin.flow.component.map.events
 
com.vaadin.flow.component.map.serialization - package com.vaadin.flow.component.map.serialization
 
com.vaadin.flow.component.menubar - package com.vaadin.flow.component.menubar
 
com.vaadin.flow.component.menubar.testbench - package com.vaadin.flow.component.menubar.testbench
 
com.vaadin.flow.component.messages - package com.vaadin.flow.component.messages
 
com.vaadin.flow.component.messages.testbench - package com.vaadin.flow.component.messages.testbench
 
com.vaadin.flow.component.notification - package com.vaadin.flow.component.notification
 
com.vaadin.flow.component.notification.testbench - package com.vaadin.flow.component.notification.testbench
 
com.vaadin.flow.component.orderedlayout - package com.vaadin.flow.component.orderedlayout
 
com.vaadin.flow.component.orderedlayout.testbench - package com.vaadin.flow.component.orderedlayout.testbench
 
com.vaadin.flow.component.page - package com.vaadin.flow.component.page
 
com.vaadin.flow.component.popover - package com.vaadin.flow.component.popover
 
com.vaadin.flow.component.popover.testbench - package com.vaadin.flow.component.popover.testbench
 
com.vaadin.flow.component.progressbar - package com.vaadin.flow.component.progressbar
 
com.vaadin.flow.component.progressbar.testbench - package com.vaadin.flow.component.progressbar.testbench
 
com.vaadin.flow.component.radiobutton - package com.vaadin.flow.component.radiobutton
 
com.vaadin.flow.component.radiobutton.dataview - package com.vaadin.flow.component.radiobutton.dataview
 
com.vaadin.flow.component.radiobutton.testbench - package com.vaadin.flow.component.radiobutton.testbench
 
com.vaadin.flow.component.react - package com.vaadin.flow.component.react
 
com.vaadin.flow.component.richtexteditor - package com.vaadin.flow.component.richtexteditor
 
com.vaadin.flow.component.richtexteditor.testbench - package com.vaadin.flow.component.richtexteditor.testbench
 
com.vaadin.flow.component.routerlink - package com.vaadin.flow.component.routerlink
 
com.vaadin.flow.component.select - package com.vaadin.flow.component.select
 
com.vaadin.flow.component.select.data - package com.vaadin.flow.component.select.data
 
com.vaadin.flow.component.select.testbench - package com.vaadin.flow.component.select.testbench
 
com.vaadin.flow.component.shared - package com.vaadin.flow.component.shared
 
com.vaadin.flow.component.shared.internal - package com.vaadin.flow.component.shared.internal
 
com.vaadin.flow.component.sidenav - package com.vaadin.flow.component.sidenav
 
com.vaadin.flow.component.sidenav.testbench - package com.vaadin.flow.component.sidenav.testbench
 
com.vaadin.flow.component.splitlayout - package com.vaadin.flow.component.splitlayout
 
com.vaadin.flow.component.splitlayout.testbench - package com.vaadin.flow.component.splitlayout.testbench
 
com.vaadin.flow.component.tabs - package com.vaadin.flow.component.tabs
 
com.vaadin.flow.component.tabs.testbench - package com.vaadin.flow.component.tabs.testbench
 
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.textfield.testbench - package com.vaadin.flow.component.textfield.testbench
 
com.vaadin.flow.component.timepicker - package com.vaadin.flow.component.timepicker
 
com.vaadin.flow.component.timepicker.testbench - package com.vaadin.flow.component.timepicker.testbench
 
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.upload.testbench - package com.vaadin.flow.component.upload.testbench
 
com.vaadin.flow.component.virtuallist - package com.vaadin.flow.component.virtuallist
 
com.vaadin.flow.component.virtuallist.paging - package com.vaadin.flow.component.virtuallist.paging
 
com.vaadin.flow.component.virtuallist.testbench - package com.vaadin.flow.component.virtuallist.testbench
 
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.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.hotswap - package com.vaadin.flow.hotswap
 
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.hilla - package com.vaadin.flow.internal.hilla
 
com.vaadin.flow.internal.menu - package com.vaadin.flow.internal.menu
 
com.vaadin.flow.internal.nodefeature - package com.vaadin.flow.internal.nodefeature
 
com.vaadin.flow.internal.springcsrf - package com.vaadin.flow.internal.springcsrf
 
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.auth - package com.vaadin.flow.server.auth
 
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.dau - package com.vaadin.flow.server.dau
 
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.menu - package com.vaadin.flow.server.menu
 
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.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.spring - package com.vaadin.flow.spring
 
com.vaadin.flow.spring.annotation - package com.vaadin.flow.spring.annotation
 
com.vaadin.flow.spring.data - package com.vaadin.flow.spring.data
 
com.vaadin.flow.spring.i18n - package com.vaadin.flow.spring.i18n
 
com.vaadin.flow.spring.io - package com.vaadin.flow.spring.io
 
com.vaadin.flow.spring.scopes - package com.vaadin.flow.spring.scopes
 
com.vaadin.flow.spring.security - package com.vaadin.flow.spring.security
 
com.vaadin.flow.spring.security.stateless - package com.vaadin.flow.spring.security.stateless
 
com.vaadin.flow.spring.springnative - package com.vaadin.flow.spring.springnative
 
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.hilla - package com.vaadin.hilla
 
com.vaadin.hilla.auth - package com.vaadin.hilla.auth
 
com.vaadin.hilla.crud - package com.vaadin.hilla.crud
 
com.vaadin.hilla.crud.filter - package com.vaadin.hilla.crud.filter
 
com.vaadin.hilla.endpointransfermapper - package com.vaadin.hilla.endpointransfermapper
 
com.vaadin.hilla.engine - package com.vaadin.hilla.engine
 
com.vaadin.hilla.engine.commandrunner - package com.vaadin.hilla.engine.commandrunner
 
com.vaadin.hilla.exception - package com.vaadin.hilla.exception
 
com.vaadin.hilla.push - package com.vaadin.hilla.push
 
com.vaadin.hilla.push.messages.fromclient - package com.vaadin.hilla.push.messages.fromclient
 
com.vaadin.hilla.push.messages.toclient - package com.vaadin.hilla.push.messages.toclient
 
com.vaadin.hilla.route - package com.vaadin.hilla.route
 
com.vaadin.hilla.signals - package com.vaadin.hilla.signals
 
com.vaadin.hilla.signals.config - package com.vaadin.hilla.signals.config
 
com.vaadin.hilla.signals.core.event - package com.vaadin.hilla.signals.core.event
 
com.vaadin.hilla.signals.core.registry - package com.vaadin.hilla.signals.core.registry
 
com.vaadin.hilla.signals.handler - package com.vaadin.hilla.signals.handler
 
com.vaadin.hilla.signals.operation - package com.vaadin.hilla.signals.operation
 
com.vaadin.hilla.springnative - package com.vaadin.hilla.springnative
 
com.vaadin.hilla.startup - package com.vaadin.hilla.startup
 
com.vaadin.open - package com.vaadin.open
 
com.vaadin.testbench - package com.vaadin.testbench
 
com.vaadin.testbench.annotations - package com.vaadin.testbench.annotations
 
com.vaadin.testbench.browser - package com.vaadin.testbench.browser
 
com.vaadin.testbench.commands - package com.vaadin.testbench.commands
 
com.vaadin.testbench.elementsbase - package com.vaadin.testbench.elementsbase
 
com.vaadin.testbench.internal - package com.vaadin.testbench.internal
 
com.vaadin.testbench.parallel - package com.vaadin.testbench.parallel
 
com.vaadin.testbench.parallel.setup - package com.vaadin.testbench.parallel.setup
 
com.vaadin.testbench.screenshot - package com.vaadin.testbench.screenshot
 
com.vaadin.testbench.unit - package com.vaadin.testbench.unit
 
com.vaadin.testbench.unit.mocks - package com.vaadin.testbench.unit.mocks
 
combine(Registration...) - Static method in interface com.vaadin.flow.shared.Registration
Creates a registration that will remove multiple registrations.
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.
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.
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
Combo Box allows the user to choose a value from a filterable list of options presented in an overlay.
ComboBox() - Constructor for class com.vaadin.flow.component.combobox.ComboBox
Default constructor.
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(HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<ComboBox<T>, T>>) - Constructor for class com.vaadin.flow.component.combobox.ComboBox
Constructs a combo box with a value change listener.
ComboBox(String) - Constructor for class com.vaadin.flow.component.combobox.ComboBox
Creates an empty combo box with the defined label.
ComboBox(String, HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<ComboBox<T>, T>>) - Constructor for class com.vaadin.flow.component.combobox.ComboBox
Constructs a combo box with the defined label and a value change listener.
ComboBox(String, HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<ComboBox<T>, T>>, T...) - Constructor for class com.vaadin.flow.component.combobox.ComboBox
Constructs a combo box with the defined label, a value change listener and populated with the items in the array.
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 - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ComboBox.ComboBoxI18n - Class in com.vaadin.flow.component.combobox
The internationalization properties for ComboBox.
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.
ComboBoxBase<TComponent extends ComboBoxBase<TComponent,TItem,TValue>,TItem,TValue> - Class in com.vaadin.flow.component.combobox
Provides base functionality for combo box related components, such as ComboBox
ComboBoxBase(String, TValue, Class<TValueProperty>, SerializableBiFunction<TComponent, TValueProperty, TValue>, SerializableBiFunction<TComponent, TValue, TValueProperty>) - Constructor for class com.vaadin.flow.component.combobox.ComboBoxBase
Constructs a new ComboBoxBase instance
ComboBoxBase.CustomValueSetEvent<TComponent extends ComboBoxBase<TComponent,?,?>> - Class in com.vaadin.flow.component.combobox
Event that is dispatched from a combo box component, if the component allows setting custom values, and the user has entered a non-empty value that does not match any of the existing items
ComboBoxBase.SpringData - Interface in com.vaadin.flow.component.combobox
 
ComboBoxBase.SpringData.CountCallback<PAGEABLE> - Interface in com.vaadin.flow.component.combobox
Callback interface for counting the number of items in a backend based on a Spring Data Pageable and a filter string.
ComboBoxBase.SpringData.FetchCallback<PAGEABLE,T> - Interface in com.vaadin.flow.component.combobox
Callback interface for fetching a list of items from a backend based on a Spring Data Pageable and a filter string.
ComboBoxBaseI18n - Interface in com.vaadin.flow.component.combobox
The internationalization properties for ComboBoxBase.
ComboBoxDataCommunicator<TItem> - Class in com.vaadin.flow.component.combobox
Customized data communicator that uses a custom key mapper for preserving keys of selected items when using lazy-loading.
ComboBoxDataCommunicator(ComboBoxBase<?, TItem, ?>, DataGenerator<TItem>, ArrayUpdater, SerializableConsumer<JsonArray>, StateNode, boolean) - Constructor for class com.vaadin.flow.component.combobox.ComboBoxDataCommunicator
 
ComboBoxDataCommunicator.SelectionPreservingKeyMapper<TItem> - Class in com.vaadin.flow.component.combobox
Customized key mapper that does not remove key for an item as long as it is selected.
ComboBoxDataView<T> - Class in com.vaadin.flow.component.combobox.dataview
Implementation of generic data view for ComboBox.
ComboBoxDataView(DataCommunicator<T>, ComboBoxBase<?, T, ?>) - Constructor for class com.vaadin.flow.component.combobox.dataview.ComboBoxDataView
Creates a new generic data view for ComboBox and verifies the passed data provider is compatible with this data view implementation.
ComboBoxElement - Class in com.vaadin.flow.component.combobox.testbench
A TestBench element representing a <vaadin-combo-box> element.
ComboBoxElement() - Constructor for class com.vaadin.flow.component.combobox.testbench.ComboBoxElement
 
ComboBoxI18n() - Constructor for class com.vaadin.flow.component.combobox.ComboBox.ComboBoxI18n
 
ComboBoxLazyDataView<T> - Class in com.vaadin.flow.component.combobox.dataview
Data view implementation for ComboBox with lazy data fetching.
ComboBoxLazyDataView(DataCommunicator<T>, Component) - Constructor for class com.vaadin.flow.component.combobox.dataview.ComboBoxLazyDataView
Creates a new lazy data view for ComboBox and verifies the passed data provider is compatible with this data view implementation.
ComboBoxListDataView<T> - Class in com.vaadin.flow.component.combobox.dataview
Data view implementation for ComboBox with in-memory list data.
ComboBoxListDataView(DataCommunicator<T>, ComboBoxBase<?, T, ?>, SerializableBiConsumer<SerializablePredicate<T>, SerializableComparator<T>>) - Constructor for class com.vaadin.flow.component.combobox.dataview.ComboBoxListDataView
Creates a new instance of ComboBox in-memory data view and verifies the passed data provider is compatible with this data view implementation.
ComboBoxTester<T extends ComboBox<Y>,Y> - Class in com.vaadin.flow.component.combobox
 
ComboBoxTester(T) - Constructor for class com.vaadin.flow.component.combobox.ComboBoxTester
Wrap given component for testing.
ComboBoxVariant - Enum Class in com.vaadin.flow.component.combobox
Set of theme variants applicable for vaadin-combo-box component.
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(int, String, String) - Constructor for exception com.vaadin.flow.server.frontend.FrontendUtils.CommandExecutionException
Constructs an exception telling what code the command execution process was exited with and the output that it produced.
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.
commandLine() - Method in record class com.vaadin.flow.server.frontend.NodeTasks.NodeTasksLockInfo
Returns the value of the commandLine record component.
CommandNotFoundException - Exception in com.vaadin.hilla.engine.commandrunner
Thrown by CommandRunner when a command is not available.
CommandNotFoundException(String) - Constructor for exception com.vaadin.hilla.engine.commandrunner.CommandNotFoundException
 
CommandNotFoundException(String, Throwable) - Constructor for exception com.vaadin.hilla.engine.commandrunner.CommandNotFoundException
 
CommandRunner - Interface in com.vaadin.hilla.engine.commandrunner
A generic command runner which throws a CommandRunnerException.
CommandRunnerException - Exception in com.vaadin.hilla.engine.commandrunner
A generic exception thrown by a CommandRunner.
CommandRunnerException(String) - Constructor for exception com.vaadin.hilla.engine.commandrunner.CommandRunnerException
 
CommandRunnerException(String, Throwable) - Constructor for exception com.vaadin.hilla.engine.commandrunner.CommandRunnerException
 
commandToString(String, List<String>) - Static method in class com.vaadin.flow.server.frontend.FrontendUtils
Pretty prints a command line order.
COMMENT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
COMMENT_ELLIPSIS - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
COMMENT_ELLIPSIS_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
COMMENT_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
COMMENTS - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
COMMENTS_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
commit() - Method in class com.vaadin.flow.component.grid.Grid.UpdateQueue
 
commit() - Method in interface com.vaadin.flow.data.provider.hierarchy.HierarchicalArrayUpdater.HierarchicalUpdate
commit(int) - 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(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 Class in com.vaadin.flow.component.charts.model
The YAxis will show percentage or absolute change depending on whether compare is set to Compare.PERCENT or Compare.VALUE
compareAndSet(T, T) - Method in class com.vaadin.hilla.signals.ValueSignal
Compares the current value with the expected value and updates the signal value if they match.
compareIgnoringIndentationAndEOL(String, String, BiPredicate<String, String>) - Static method in class com.vaadin.flow.server.frontend.FileIOUtils
Compare two file content strings ignoring indentation and EOL characters.
compareIgnoringIndentationEOLAndWhiteSpace(String, String, BiPredicate<String, String>) - Static method in class com.vaadin.flow.server.frontend.FileIOUtils
Compare two file content strings ignoring indentation, EOL characters and white space where it does not matter (before and after {, }, ' and : chars).
compareImages(BufferedImage, BufferedImage, double) - Method in class com.vaadin.testbench.screenshot.ImageComparison
 
compareMaybeComparables(Object, Object) - Static method in class com.vaadin.flow.component.grid.Grid
 
compareScreen(BufferedImage, String) - Method in interface com.vaadin.testbench.commands.CanCompareScreenshots
Tests that a screen shot is equal to the specified reference image.
compareScreen(BufferedImage, String) - Method in class com.vaadin.testbench.commands.TestBenchCommandExecutor
 
compareScreen(BufferedImage, String) - Method in class com.vaadin.testbench.TestBenchElement
 
compareScreen(BufferedImage, String, ImageComparison, TakesScreenshot, HasCapabilities) - Static method in class com.vaadin.testbench.commands.ScreenshotComparator
 
compareScreen(File) - Method in interface com.vaadin.testbench.commands.CanCompareScreenshots
Tests that a screen shot is equal to the specified reference image.
compareScreen(File) - Method in class com.vaadin.testbench.commands.TestBenchCommandExecutor
 
compareScreen(File) - Method in class com.vaadin.testbench.TestBenchElement
 
compareScreen(File, ImageComparison, TakesScreenshot, HasCapabilities) - Static method in class com.vaadin.testbench.commands.ScreenshotComparator
 
compareScreen(String) - Method in interface com.vaadin.testbench.commands.CanCompareScreenshots
Tests that a screen shot is equal to the specified reference image.
compareScreen(String) - Method in class com.vaadin.testbench.commands.TestBenchCommandExecutor
 
compareScreen(String) - Method in class com.vaadin.testbench.TestBenchElement
 
compareScreen(String, ReferenceNameGenerator, ImageComparison, TakesScreenshot, HasCapabilities) - Static method in class com.vaadin.testbench.commands.ScreenshotComparator
 
compareTo(FrontendVersion) - Method in class com.vaadin.flow.server.frontend.FrontendVersion
Compare version numbers and return order as -1, 0 and 1.
compareTo(T) - Method in class com.vaadin.flow.router.RouteBaseData
 
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).
COMPILE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
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.
Completed - Class in com.vaadin.flow.component.charts.model
Progress indicator, how much of the task completed
Completed() - Constructor for class com.vaadin.flow.component.charts.model.Completed
 
Completed(Number) - Constructor for class com.vaadin.flow.component.charts.model.Completed
 
Completed(Number, Color) - Constructor for class com.vaadin.flow.component.charts.model.Completed
 
completeExceptionally(JsonValue) - Method in class com.vaadin.flow.component.internal.PendingJavaScriptInvocation
Completes this invocation with the given exception value from the client.
component - Variable in class com.vaadin.flow.data.provider.AbstractDataView
 
Component - Class in com.vaadin.flow.component
A Component is a higher level abstraction of an Element or a hierarchy of Elements.
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
ComponentConnectionContext - Class in com.vaadin.collaborationengine
A connection context based on the attach state of a set of component instances.
ComponentConnectionContext() - Constructor for class com.vaadin.collaborationengine.ComponentConnectionContext
Creates an empty component connection context.
ComponentConnectionContext(Component) - Constructor for class com.vaadin.collaborationengine.ComponentConnectionContext
Creates a new component connection context which is initially using a single component.
ComponentDataGenerator<T> - Class in com.vaadin.flow.data.renderer
A DataGenerator that manages the creation and passivation of components generated by ComponentRenderers.
ComponentDataGenerator(ComponentRenderer<? extends Component, T>, ValueProvider<T, String>) - Constructor for class com.vaadin.flow.data.renderer.ComponentDataGenerator
Creates a new generator.
ComponentEvent<T extends Component> - Class in com.vaadin.flow.component
An event whose source is a 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
An event bus for Components.
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
Static helpers and caching functionality for ComponentEventBus.
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
Dependencies defined for a Component class.
ComponentMetaData.SynchronizedPropertyInfo - Class in com.vaadin.flow.component.internal
Synchronized properties defined for a Component class.
ComponentQuery<T extends Component> - Class in com.vaadin.testbench.unit
Query class used for finding a component inside a given search context.
ComponentQuery(Class<T>) - Constructor for class com.vaadin.testbench.unit.ComponentQuery
Creates a new instance of ComponentQuery to search for components of given type.
ComponentRenderer<COMPONENT extends Component,SOURCE> - Class in com.vaadin.flow.data.renderer
Base class for all renderers that support arbitrary Components.
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(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(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.
componentSet(T) - Method in class com.vaadin.flow.internal.nodefeature.AbstractServerHandlers
Called by ComponentMapping whenever a component instance has been set for the node.
ComponentTester<T extends Component> - Class in com.vaadin.testbench.unit
Test wrapper for components with helpful methods for testing a component.
ComponentTester(T) - Constructor for class com.vaadin.testbench.unit.ComponentTester
Wrap given component for testing.
ComponentTesterPackages - Annotation Interface in com.vaadin.testbench.unit
Annotation to use to scan given packages for component wrappers outside the default com.vaadin.flow.component.
ComponentTracker - Class in com.vaadin.flow.component.internal
Tracks the location in source code where components were instantiated.
ComponentTracker() - Constructor for class com.vaadin.flow.component.internal.ComponentTracker
 
ComponentTracker.Location - Class in com.vaadin.flow.component.internal
Represents a location in the source code.
ComponentUtil - Class in com.vaadin.flow.component
Utility methods for Component.
ComponentValueChangeEvent(C, HasValue<?, V>, V, boolean) - Constructor for class com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent
Creates a new component value change event.
compose(Lookup, Lookup) - Static method in interface com.vaadin.flow.di.Lookup
Make a composite lookup which contains the services from both lookup1 and lookup2.
COMPOSE - Static variable in interface com.vaadin.flow.component.Key
The Compose key.
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) - Constructor for class com.vaadin.flow.component.CompositionEndEvent
Creates a new server-side composition event with no additional information.
CompositionEndEvent(Component, boolean, String, String) - Constructor for class com.vaadin.flow.component.CompositionEndEvent
Creates a new composition event.
CompositionEvent - Class in com.vaadin.flow.component.internal
Abstract class for composition events.
CompositionEvent(Component) - Constructor for class com.vaadin.flow.component.internal.CompositionEvent
Creates a new server-side composition event with no additional information.
CompositionEvent(Component, boolean, String, String) - Constructor for class com.vaadin.flow.component.internal.CompositionEvent
Creates a new composition event.
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) - Constructor for class com.vaadin.flow.component.CompositionStartEvent
Creates a new server-side composition event with no additional information.
CompositionStartEvent(Component, boolean, String, String) - Constructor for class com.vaadin.flow.component.CompositionStartEvent
Creates a new composition event.
CompositionUpdateEvent - Class in com.vaadin.flow.component
The event when a composition is updated.
CompositionUpdateEvent(Component) - Constructor for class com.vaadin.flow.component.CompositionUpdateEvent
Creates a new server-side composition event with no additional information.
CompositionUpdateEvent(Component, boolean, String, String) - Constructor for class com.vaadin.flow.component.CompositionUpdateEvent
Creates a new composition event.
COMPRESS - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
COMPRESS_BUNDLE - Static variable in class com.vaadin.flow.server.InitParameters
Configuration name for forcing optimized production bundle build.
COMPRESS_SQUARE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
compressBundle(File, File) - Static method in class com.vaadin.flow.server.frontend.DevBundleUtils
Compress the dev bundle at give location into src/main/bundles.
compressBundle(File, File) - Static method in class com.vaadin.flow.server.frontend.ProdBundleUtils
Compress the prod bundle at give location into src/main/bundles.
compressDirectory(File, File) - Static method in class com.vaadin.flow.server.frontend.CompressUtil
Compress target directory and children into given target outfile.
CompressionException - Exception in com.vaadin.flow.server.frontend
Exception for when there is a problem with compressing files.
CompressionException(String) - Constructor for exception com.vaadin.flow.server.frontend.CompressionException
Constructs a new compression exception with the specified detail message.
CompressionException(String, Throwable) - Constructor for exception com.vaadin.flow.server.frontend.CompressionException
Constructs a new compression exception with the specified detail message and the root cause throwable for the exception.
CompressUtil - Class in com.vaadin.flow.server.frontend
Utility class for compression and decompression of folders and files.
computeRequestedRange(int, int) - Method in class com.vaadin.flow.data.provider.DataCommunicator
Computes the requested range, limiting the number of requested items to a given threshold of ten pages.
computeTestMethods() - Method in class com.vaadin.testbench.parallel.ParallelRunner
 
concatUrl(String, String) - Static method in class com.vaadin.testbench.AbstractBrowserTestBase
Combines a base URL with an URI to create a final URL.
concatUrl(String, String) - Method in class com.vaadin.testbench.TestBenchTestCase
Combines a base URL with an URI to create a final URL.
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
 
ConditionalOnFeatureFlag - Annotation Interface in com.vaadin.hilla
A condition for registering components only when a given feature flag is enabled.
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 - Class in com.vaadin.flow.component.map.configuration
Contains the configuration for the map, such as layers, sources, features.
Configuration() - Constructor for class com.vaadin.flow.component.charts.model.Configuration
 
Configuration() - Constructor for class com.vaadin.flow.component.map.configuration.Configuration
 
ConfigurationChangeListener - Interface in com.vaadin.flow.component.charts.events.internal
Listener interface for events triggered in Configuration.
ConfigurationException - Exception in com.vaadin.hilla.engine
 
configure(AbstractRouteRegistry.Configuration) - Method in class com.vaadin.flow.router.internal.AbstractRouteRegistry
Thread-safe update of the RouteConfiguration.
configure(ConfigureRoutes) - Method in interface com.vaadin.flow.router.internal.AbstractRouteRegistry.Configuration
Configure the given configurable route holder object.
configure(VaadinService, CollaborationEngineConfiguration) - Static method in class com.vaadin.collaborationengine.CollaborationEngine
Sets the configuration for the Collaboration Engine associated with the given Vaadin service.
configure(H) - Method in class com.vaadin.flow.spring.security.stateless.VaadinStatelessSecurityConfigurer
 
configure(HttpSecurity) - Method in class com.vaadin.flow.spring.security.VaadinWebSecurity
Applies Vaadin default configuration to HttpSecurity.
configure(WebSecurity) - Method in class com.vaadin.flow.spring.security.VaadinWebSecurity
 
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) - 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.DragSource
Gives access to the generic drag source API for the given component and applies the given draggable status to it.
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.
configureBeanType(Class<T>, boolean) - Method in class com.vaadin.flow.component.grid.Grid
Sets the bean type this grid is bound to and optionally adds a set of columns for each of the bean's properties.
configureBinding(Binder.BindingBuilder<BEAN, ?>, PropertyDefinition<BEAN, ?>) - Method in class com.vaadin.collaborationengine.CollaborationBinder
 
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.
configureMessage(MessageListItem, UserInfo) - Method in interface com.vaadin.collaborationengine.CollaborationMessageList.MessageConfigurator
Configures the provided message after the CollaborationMessageList has generated it.
configurePage(AppShellSettings) - Method in interface com.vaadin.flow.component.page.AppShellConfigurator
Configure the initial application shell 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.
configureServletRegistrationBean(ObjectProvider<MultipartConfigElement>, VaadinConfigurationProperties, SpringServlet) - Static method in class com.vaadin.flow.spring.SpringBootAutoConfiguration
 
confirm() - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialogTester
Click the confirm button.
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
Confirm Dialog is a modal Dialog used to confirm user actions.
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
ConfirmDialogElement - Class in com.vaadin.flow.component.confirmdialog.testbench
 
ConfirmDialogElement() - Constructor for class com.vaadin.flow.component.confirmdialog.testbench.ConfirmDialogElement
 
ConfirmDialogTester - Class in com.vaadin.flow.component.confirmdialog
Tester for ConfirmDialog.
ConfirmDialogTester(ConfirmDialog) - Constructor for class com.vaadin.flow.component.confirmdialog.ConfirmDialogTester
Wrap given component for testing.
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
 
CONFLICT - Enum constant in enum class com.vaadin.flow.server.HttpStatusCode
Status code (409) indicating that the request could not be completed due to a conflict with the current state of the resource.
connect(AtmosphereResource) - Method in class com.vaadin.flow.server.communication.AtmospherePushConnection
Associates this AtmospherePushConnection with the given AtmosphereResource representing an established push connection.
CONNECT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CONNECT_APPLICATION_PROPERTIES_TOKEN - Static variable in class com.vaadin.flow.server.Constants
 
CONNECT_JAVA_SOURCE_FOLDER_TOKEN - Static variable in class com.vaadin.flow.server.Constants
 
CONNECT_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CONNECT_OPEN_API_FILE_TOKEN - Static variable in class com.vaadin.flow.server.Constants
 
connectClient(String, String, String, JsonValue, String) - Method in class com.vaadin.flow.component.UI
Deprecated.
(forRemoval=true) method is not enabled for client side anymore and connectClient is triggered by DOM event, to be removed in next major 25
CONNECTED - Enum constant in enum class com.vaadin.flow.server.communication.AtmospherePushConnection.State
Connected.
CONNECTION - Enum constant in enum class com.vaadin.collaborationengine.EntryScope
Entries with this scope will be automatically removed once the connection to the topic which created them is deactivated.
ConnectionContext - Interface in com.vaadin.collaborationengine
The context in which a topic connection is active.
connectionLost() - Method in class com.vaadin.flow.server.communication.AtmospherePushConnection
Called when the connection to the client has been lost.
ConnectorStyle - Class in com.vaadin.flow.component.charts.model
A configuration object to configure style of connectors (dependencies) between two points in a Gantt chart.
ConnectorStyle() - Constructor for class com.vaadin.flow.component.charts.model.ConnectorStyle
 
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.component.map.configuration
Defines constants for OpenLayers types, which are uses by the client-side synchronization mechanism to identify which OL class to construct and synchronize into.
Constants - Class in com.vaadin.flow.server
Constants used by the server side framework.
Constants() - Constructor for class com.vaadin.flow.component.map.configuration.Constants
 
constructVaadinContext() - Method in class com.vaadin.flow.server.VaadinService
Constructs VaadinContext for this service.
constructVaadinContext() - Method in class com.vaadin.flow.server.VaadinServletService
 
consumeProcessStreams(Process) - Static method in class com.vaadin.flow.server.frontend.FrontendUtils
Reads input and error stream from the give process asynchronously.
contains() - Element in annotation interface com.vaadin.testbench.annotations.Attribute
The value to find within the attribute value.
contains(int) - Method in class com.vaadin.flow.internal.Range
Checks whether an integer is found within this range.
contains(Axis) - Method in class com.vaadin.flow.component.charts.model.AxisList
 
contains(StateNode) - Method in class com.vaadin.flow.internal.nodefeature.ModelList
Returns true if this list contains the specified node.
contains(Class<? extends C>) - Method in class com.vaadin.flow.internal.ReflectionCache
Checks whether this cache contains an entry for the given type.
contains(Object) - Method in class com.vaadin.flow.dom.impl.ThemeListImpl
 
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(String) - Static method in enum class com.vaadin.flow.shared.ui.Dependency.Type
Check if the given value is contained as a enum value.
contains(String) - Method in class com.vaadin.hilla.signals.core.registry.SignalsRegistry
Checks if a mapping exists between a registered signal instance and the provided clientSignalId.
contains(T) - Method in class com.vaadin.flow.data.provider.AbstractListDataView
 
contains(T) - Method in class com.vaadin.flow.data.provider.hierarchy.TreeData
Check whether the given item is in this hierarchy.
contains(T) - Method in interface com.vaadin.flow.data.provider.ListDataView
Check if item is present in the currently filtered data set.
CONTAINS - Enum constant in enum class com.vaadin.hilla.crud.filter.PropertyStringFilter.Matcher
 
CONTAINS - Enum constant in enum class com.vaadin.testbench.ElementQuery.AttributeMatch.Comparison
Attribute value contains the given value.
CONTAINS_PREFIX - Enum constant in enum class com.vaadin.testbench.ElementQuery.AttributeMatch.Comparison
Attribute value begins with a space/hyphen-separated prefix that matches the given value.
CONTAINS_WORD - Enum constant in enum class com.vaadin.testbench.ElementQuery.AttributeMatch.Comparison
Attribute value contains a space-separated word that matches the given value.
containsAll(Collection<?>) - Method in class com.vaadin.flow.dom.impl.ThemeListImpl
 
containsBean(String) - Method in class com.vaadin.testbench.unit.mocks.MockWebApplicationContext
 
containsBeanDefinition(String) - Method in class com.vaadin.testbench.unit.mocks.MockWebApplicationContext
 
containsDefaultTranslation(ClassLoader) - Static method in class com.vaadin.flow.i18n.I18NUtil
Check if we have a default translation properties file DefaultI18NProvider.BUNDLE_FILENAME in the folder DefaultI18NProvider.BUNDLE_FOLDER
containsKey(String) - Method in class com.vaadin.flow.data.provider.KeyMapper
Checks if the given key is mapped to an object.
containsLocalBean(String) - Method in class com.vaadin.testbench.unit.mocks.MockWebApplicationContext
 
containsPath(File, String) - Method in class com.vaadin.flow.server.frontend.JarContentsManager
Checks if a jar file contains a path specified (case sensitive).
containsPendingJavascript(String) - Method in class com.vaadin.flow.component.internal.UIInternals
Filter pendingJsInvocations to see if an invocation expression is set with given filter string.
containsTarget(Class<? extends Component>) - Method in class com.vaadin.flow.router.internal.RouteTarget
Check if navigation target is present in current target.
containsText(String) - Static method in class com.vaadin.testbench.unit.ElementConditions
Checks if text content of the component contains the given text.
containsText(String, boolean) - Static method in class com.vaadin.testbench.unit.ElementConditions
Checks if text content of the component contains the given text.
content() - Element in annotation interface com.vaadin.flow.component.page.Meta
Gets the custom tag content.
CONTENT - Enum constant in enum class com.vaadin.flow.dom.Style.FlexBasis
 
CONTENT - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.BoxSizing
 
CONTENT_BOX - Enum constant in enum class com.vaadin.flow.component.orderedlayout.BoxSizing
Sets the default CSS box-sizing behavior.
CONTENT_BOX - Enum constant in enum class com.vaadin.flow.dom.Style.BoxSizing
 
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).
CONTENTS - Enum constant in enum class com.vaadin.flow.dom.Style.Display
 
ContentTypeResolver - Interface in com.vaadin.flow.function
Content type resolver.
context(SearchContext) - Method in class com.vaadin.testbench.ElementQuery
Sets the context to search inside.
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
 
contextClick() - Method in class com.vaadin.testbench.TestBenchElement
 
contextDestroyed(ServletContextEvent) - Method in class com.vaadin.base.devserver.startup.DevModeStartupListener
 
contextDestroyed(ServletContextEvent) - Method in class com.vaadin.flow.server.communication.JSR356WebsocketInitializer
 
contextDestroyed(ServletContextEvent) - Method in class com.vaadin.flow.server.startup.ServletContextListeners
 
contextDestroyed(ServletContextEvent) - Method in class com.vaadin.flow.server.startup.ServletDeployer
 
contextDestroyed(ServletContextEvent) - Method in class com.vaadin.flow.server.startup.VaadinAppShellInitializer
 
contextInitialized(ServletContextEvent) - Method in class com.vaadin.base.devserver.startup.DevModeStartupListener
 
contextInitialized(ServletContextEvent) - Method in class com.vaadin.flow.server.communication.JSR356WebsocketInitializer
 
contextInitialized(ServletContextEvent) - Method in class com.vaadin.flow.server.startup.ServletContextListeners
 
contextInitialized(ServletContextEvent) - Method in class com.vaadin.flow.server.startup.ServletDeployer
 
contextInitialized(ServletContextEvent) - Method in class com.vaadin.flow.server.startup.VaadinAppShellInitializer
 
contextInitializer() - Method in class com.vaadin.flow.spring.SpringBootAutoConfiguration
Creates a ServletContextInitializer instance.
ContextMenu - Class in com.vaadin.flow.component.contextmenu
Context Menu is a component that you can attach to any component to display a 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.
ContextMenuBase.OpenedChangeEvent<TComponent extends ContextMenuBase<TComponent,?,?>> - Class in com.vaadin.flow.component.contextmenu
opened-changed event is sent when the overlay opened state changes.
ContextMenuElement - Class in com.vaadin.flow.component.contextmenu.testbench
A TestBench element representing a <vaadin-context-menu> element.
ContextMenuElement() - Constructor for class com.vaadin.flow.component.contextmenu.testbench.ContextMenuElement
 
ContextMenuTester<T extends ContextMenu> - Class in com.vaadin.flow.component.contextmenu
Tester for ContextMenu components.
ContextMenuTester(T) - Constructor for class com.vaadin.flow.component.contextmenu.ContextMenuTester
Wrap given component for testing.
CONTINUE - Enum constant in enum class com.vaadin.flow.server.HttpStatusCode
Status code (100) indicating the client can continue.
CONTRAST - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Background
 
CONTRAST - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.BorderColor
 
CONTRAST_10 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Background
 
CONTRAST_10 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.BorderColor
 
CONTRAST_20 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Background
 
CONTRAST_20 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.BorderColor
 
CONTRAST_30 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Background
 
CONTRAST_30 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.BorderColor
 
CONTRAST_40 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Background
 
CONTRAST_40 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.BorderColor
 
CONTRAST_5 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Background
 
CONTRAST_5 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.BorderColor
 
CONTRAST_50 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Background
 
CONTRAST_50 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.BorderColor
 
CONTRAST_60 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Background
 
CONTRAST_60 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.BorderColor
 
CONTRAST_70 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Background
 
CONTRAST_70 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.BorderColor
 
CONTRAST_80 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Background
 
CONTRAST_80 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.BorderColor
 
CONTRAST_90 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Background
 
CONTRAST_90 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.BorderColor
 
CONTROL - Enum constant in enum class com.vaadin.flow.component.KeyModifier
KeyModifier for "Control" key.
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 ?
CONTROLLER - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
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.
Converter<PRESENTATION,MODEL> - Interface in com.vaadin.flow.data.converter
Defines conversion between a model and a presentation type.
ConverterFactory - Interface in com.vaadin.flow.data.converter
Creates Converter instances capable to handle 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.
convertInstantiationException(Exception, Class<?>) - Static method in class com.vaadin.flow.internal.ReflectTools
Helper to handle all exceptions which might occur during class instantiation and returns an IllegalArgumentException with a descriptive error message hinting of what might be wrong with the class that could not be instantiated.
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
convertToModel(Double, ValueContext) - Method in class com.vaadin.flow.data.converter.DoubleToBigDecimalConverter
 
convertToModel(Float, ValueContext) - Method in class com.vaadin.flow.data.converter.FloatToBigDecimalConverter
 
convertToModel(Float, ValueContext) - Method in class com.vaadin.flow.data.converter.FloatToDoubleConverter
 
convertToModel(Integer, ValueContext) - Method in class com.vaadin.flow.data.converter.IntegerToBigDecimalConverter
 
convertToModel(Integer, ValueContext) - Method in class com.vaadin.flow.data.converter.IntegerToDoubleConverter
 
convertToModel(Integer, ValueContext) - Method in class com.vaadin.flow.data.converter.IntegerToLongConverter
 
convertToModel(Long, ValueContext) - Method in class com.vaadin.flow.data.converter.LongToBigDecimalConverter
 
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
 
convertToModel(BigDecimal, ValueContext) - Method in class com.vaadin.flow.data.converter.BigDecimalToDoubleConverter
 
convertToModel(BigDecimal, ValueContext) - Method in class com.vaadin.flow.data.converter.BigDecimalToFloatConverter
 
convertToModel(BigDecimal, ValueContext) - Method in class com.vaadin.flow.data.converter.BigDecimalToIntegerConverter
 
convertToModel(BigDecimal, ValueContext) - Method in class com.vaadin.flow.data.converter.BigDecimalToLongConverter
 
convertToModel(LocalDate, ValueContext) - Method in class com.vaadin.flow.data.converter.LocalDateToDateConverter
 
convertToModel(LocalDateTime, ValueContext) - Method in class com.vaadin.flow.data.converter.LocalDateTimeToDateConverter
 
convertToModel(LocalDateTime, ValueContext) - Method in class com.vaadin.flow.data.converter.LocalDateTimeToInstantConverter
 
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(PRESENTATION, ValueContext) - Method in interface com.vaadin.flow.data.converter.Converter
Converts the given value from presentation type to model type.
convertToNumber(String, ValueContext) - Method in class com.vaadin.flow.data.converter.AbstractStringToNumberConverter
Convert the value to a Number using the given locale and AbstractStringToNumberConverter.getFormat(Locale).
convertToPresentation(Boolean, ValueContext) - Method in class com.vaadin.flow.data.converter.StringToBooleanConverter
 
convertToPresentation(Double, ValueContext) - Method in class com.vaadin.flow.data.converter.BigDecimalToDoubleConverter
 
convertToPresentation(Double, ValueContext) - Method in class com.vaadin.flow.data.converter.FloatToDoubleConverter
 
convertToPresentation(Double, ValueContext) - Method in class com.vaadin.flow.data.converter.IntegerToDoubleConverter
 
convertToPresentation(Float, ValueContext) - Method in class com.vaadin.flow.data.converter.BigDecimalToFloatConverter
 
convertToPresentation(Integer, ValueContext) - Method in class com.vaadin.flow.data.converter.BigDecimalToIntegerConverter
 
convertToPresentation(Long, ValueContext) - Method in class com.vaadin.flow.data.converter.BigDecimalToLongConverter
 
convertToPresentation(Long, ValueContext) - Method in class com.vaadin.flow.data.converter.DateToLongConverter
 
convertToPresentation(Long, ValueContext) - Method in class com.vaadin.flow.data.converter.IntegerToLongConverter
 
convertToPresentation(BigDecimal, ValueContext) - Method in class com.vaadin.flow.data.converter.DoubleToBigDecimalConverter
 
convertToPresentation(BigDecimal, ValueContext) - Method in class com.vaadin.flow.data.converter.FloatToBigDecimalConverter
 
convertToPresentation(BigDecimal, ValueContext) - Method in class com.vaadin.flow.data.converter.IntegerToBigDecimalConverter
 
convertToPresentation(BigDecimal, ValueContext) - Method in class com.vaadin.flow.data.converter.LongToBigDecimalConverter
 
convertToPresentation(Date, ValueContext) - Method in class com.vaadin.flow.data.converter.DateToSqlDateConverter
 
convertToPresentation(Instant, ValueContext) - Method in class com.vaadin.flow.data.converter.LocalDateTimeToInstantConverter
 
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(Date, ValueContext) - Method in class com.vaadin.flow.data.converter.StringToDateConverter
 
convertToPresentation(UUID, ValueContext) - Method in class com.vaadin.flow.data.converter.StringToUuidConverter
 
convertToPresentation(MODEL, ValueContext) - Method in interface com.vaadin.flow.data.converter.Converter
Converts the given value from model type to presentation type.
convertToPresentation(T, ValueContext) - Method in class com.vaadin.flow.data.converter.AbstractStringToNumberConverter
 
convertValue(JsonNode, Class<X>) - Static method in class com.vaadin.hilla.signals.core.event.StateEvent
 
CookieConsent - Class in com.vaadin.flow.component.cookieconsent
Cookie Consent is a component for showing a cookie consent banner the first time a user visits the application, until the banner is dismissed.
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 Class in com.vaadin.flow.component.cookieconsent
Position of the banner.
CookieConsentElement - Class in com.vaadin.flow.component.cookieconsent.testbench
 
CookieConsentElement() - Constructor for class com.vaadin.flow.component.cookieconsent.testbench.CookieConsentElement
 
CookieConsentElement.DefaultValues - Class in com.vaadin.flow.component.cookieconsent.testbench
Default values for the element properties.
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
 
Coordinate - Class in com.vaadin.flow.component.map.configuration
Represents map coordinates in a specific projection.
Coordinate() - Constructor for class com.vaadin.flow.component.map.configuration.Coordinate
 
Coordinate(double, double) - Constructor for class com.vaadin.flow.component.map.configuration.Coordinate
Constructs a new coordinate instance from x and y coordinates.
COPILOT_EXPERIMENTAL - Static variable in class com.vaadin.experimental.FeatureFlags
 
copy(int) - Method in class com.vaadin.flow.internal.change.AbstractListChange
Gets a copy of the change with the same data except index.
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
 
copy(InputStream, FileOutputStream) - Static method in class com.vaadin.open.FileUtil
 
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 - Enum constant in enum class com.vaadin.flow.component.dnd.DropEffect
A copy of the source item is made at the new location.
COPY - Enum constant in enum class com.vaadin.flow.component.dnd.EffectAllowed
A copy of the source item may be made at the new location.
COPY - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
COPY - Static variable in interface com.vaadin.flow.component.Key
The Copy key (on certain extended keyboards).
COPY_LINK - Enum constant in enum class com.vaadin.flow.component.dnd.EffectAllowed
A copy or link operation is permitted.
COPY_MOVE - Enum constant in enum class com.vaadin.flow.component.dnd.EffectAllowed
A copy or move operation is permitted.
COPY_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
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.Options
Set local frontend files to be copied from given folder.
copyPackageLockFromBundle(Options) - Static method in class com.vaadin.flow.server.frontend.BundleUtils
Copy package-lock.json/.yaml file from existing dev-bundle for building new bundle.
copyResources(Set<File>) - Method in class com.vaadin.flow.server.frontend.Options
Sets whether copy resources from classpath to the appropriate npm package folder so as they are available for frontend build.
COPYRIGHT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
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
 
CORNER_LOWER_LEFT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CORNER_LOWER_RIGHT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CORNER_UPPER_LEFT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CORNER_UPPER_RIGHT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
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(Filter) - Method in interface com.vaadin.hilla.crud.CountService
Counts the number of entities that match the given filter.
count(Filter) - Method in class com.vaadin.hilla.crud.ListRepositoryService
Counts the number of entities that match the given filter.
count(Query<T, F>) - Method in interface com.vaadin.flow.data.provider.CallbackDataProvider.CountCallback
Counts the number of available items based on a query.
count(PAGEABLE) - Method in interface com.vaadin.flow.component.grid.Grid.SpringData.CountCallback
Counts the number of available items based on a pageable.
count(PAGEABLE, String) - Method in interface com.vaadin.flow.component.combobox.ComboBoxBase.SpringData.CountCallback
Counts the number of available items based on a pageable and a filter string.
countChildItems(T) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchyMapper
 
COUNTRY - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
Country.
COUNTRY_NAME - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
Country name.
CountService - Interface in com.vaadin.hilla.crud
A browser-callable service that can count the given type of objects with a given filter.
CR_SEL - Static variable in interface com.vaadin.flow.component.Key
The Cursor Select key, CrSel.
create() - Method in interface com.vaadin.flow.component.icon.IconFactory
 
create() - Method in enum class com.vaadin.flow.component.icon.VaadinIcon
Creates a new Icon instance with the icon determined by the name of this instance.
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() - Method in enum class com.vaadin.flow.theme.lumo.LumoIcon
Creates a new Icon instance with the icon determined by the name of this instance.
create(WebComponentExporter<T>) - Method in class com.vaadin.flow.component.WebComponentExporter.WebComponentConfigurationFactory
Creates a WebComponentConfiguration for the provided WebComponentExporter instances.
create(AccessCheckDecision, String) - Static method in class com.vaadin.flow.server.auth.AccessCheckResult
Create a result instance for the provided decision and reason.
create(VaadinContext) - Method in interface com.vaadin.flow.server.startup.ApplicationConfigurationFactory
Creates a new instance of ApplicationConfiguration for the given context.
create(VaadinContext) - Method in class com.vaadin.flow.server.startup.DefaultApplicationConfigurationFactory
 
create(Browser) - Method in class com.vaadin.testbench.parallel.DefaultBrowserFactory
 
create(Browser) - Method in interface com.vaadin.testbench.parallel.TestBenchBrowserFactory
 
create(Browser, String) - Method in class com.vaadin.testbench.parallel.DefaultBrowserFactory
 
create(Browser, String) - Method in interface com.vaadin.testbench.parallel.TestBenchBrowserFactory
 
create(Browser, String, Platform) - Method in class com.vaadin.testbench.parallel.DefaultBrowserFactory
 
create(Browser, String, Platform) - Method in interface com.vaadin.testbench.parallel.TestBenchBrowserFactory
 
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.
create(String) - Static method in class com.vaadin.flow.spring.i18n.DefaultI18NProviderFactory
Creates new instance of DefaultI18NProvider with the given location pattern.
create(String, ErrorLevel) - Static method in interface com.vaadin.flow.data.binder.ValidationResult
Creates the validation result with the given errorMessage and errorLevel.
create(UUID, UUID, UUID, T, Class<T>) - Method in interface com.vaadin.hilla.signals.core.event.ListStateEvent.ListEntryFactory
 
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.
createAnchor() - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates an &lt;a> element.
createAnchor(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates an &lt;a> with the given href attribute.
createAnchor(String, String) - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates an &lt;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.JavaScriptBootstrapHandler
 
createAndInitUI(Class<? extends UI>, VaadinRequest, VaadinResponse, VaadinSession) - Method in class com.vaadin.flow.server.communication.WebComponentBootstrapHandler
 
createArray(JsonNode...) - Static method in class com.vaadin.flow.internal.JacksonUtils
Creates a new JSON array with the given values.
createArray(JsonValue...) - Static method in class com.vaadin.flow.internal.JsonUtils
Creates a new JSON array with the given values.
createArrayNode() - Static method in class com.vaadin.flow.internal.JacksonUtils
Create a new ArrayNode.
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
Creates a new instance of BootstrapHandler.BootstrapContext for given request, response and ui.
createBootstrapContext(VaadinRequest, VaadinResponse, UI, Function<VaadinRequest, String>) - Method in class com.vaadin.flow.server.communication.JavaScriptBootstrapHandler
 
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 &lt;br> element.
createButton() - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates a &lt;button> element.
createButton(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates a &lt;button> with the given text content.
createColumn(Renderer<T>, String) - Method in class com.vaadin.flow.component.grid.Grid
Deprecated.
This method should not be used outside. Grid.getDefaultColumnFactory() should be used instead.
createColumnId(boolean) - Method in class com.vaadin.flow.component.grid.Grid
 
createCompletableFuture() - Method in interface com.vaadin.collaborationengine.ActionDispatcher
Gets a completable future that needs to be resolved by the caller.
createComponent(ITEM) - Method in class com.vaadin.flow.data.renderer.IconRenderer
 
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.
createComponent(Class<T>) - Method in class com.vaadin.flow.spring.SpringInstantiator
 
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(SOURCE) - Method in class com.vaadin.flow.data.renderer.NativeButtonRenderer
 
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.renderer.ComponentDataGenerator
 
createConfiguration(ConfigurationParameters) - Method in class com.vaadin.testbench.parallel.ParallelConfigurationStrategy
 
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.
CREATED - Enum constant in enum class com.vaadin.flow.server.HttpStatusCode
Status code (201) indicating the request succeeded and created a new resource on the server.
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() - Method in class com.vaadin.flow.server.VaadinServlet
Creates a deployment configuration to be used for the creation of a VaadinService.
createDeploymentConfiguration() - Method in class com.vaadin.testbench.unit.mocks.MockSpringServlet
 
createDeploymentConfiguration(Class<?>, VaadinConfig) - Method in class com.vaadin.flow.server.DeploymentConfigurationFactory
Creates a DeploymentConfiguration instance that is filled with all parameters, specified for the current app.
createDeploymentConfiguration(Properties) - 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.spring.SpringServlet
 
createDiv() - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates a &lt;div> element.
createDiv(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates a &lt;div> with the given text content.
createDriver() - Method in interface com.vaadin.testbench.DriverSupplier
 
createDriver() - Static method in class com.vaadin.testbench.parallel.setup.LocalDriver
Creates a WebDriver instance used for running the test locally for debug purposes.
createDriver(String, DesiredCapabilities) - Method in class com.vaadin.testbench.parallel.setup.RemoteDriver
Creates a WebDriver instance used for running the test remotely.
createDriver(DesiredCapabilities) - Static method in class com.vaadin.testbench.parallel.setup.LocalDriver
Creates a WebDriver instance used for running the test locally for debug purposes.
createDriver(WebDriver) - Static method in class com.vaadin.testbench.TestBench
 
createDriver(WebDriver, TestBenchCommandExecutor) - Static method in class com.vaadin.testbench.TestBench
 
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(Class<T>, WebElement, TestBenchCommandExecutor) - Static method in class com.vaadin.testbench.TestBench
Create new Element of given type.
createElement(String) - Method in class com.vaadin.flow.data.renderer.TextRenderer
Creates a new Element that represent the rendered item.
createElement(WebElement, TestBenchCommandExecutor) - Static method in class com.vaadin.testbench.TestBench
 
createEmphasis() - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates an &lt;em> element.
createEmphasis(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates an &lt;em> element with the given text content.
createEmptyContext() - Method in class com.vaadin.flow.spring.security.VaadinAwareSecurityContextHolderStrategy
 
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.
createErrorImageAndHTML(String, BufferedImage) - Method in class com.vaadin.testbench.screenshot.ScreenShotFailureReporter
 
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.
createFileRoutesJson(VaadinRequest) - Method in class com.vaadin.hilla.route.ServerAndClientViewsProvider
 
createHandler(VaadinService) - Method in interface com.vaadin.flow.server.StaticFileHandlerFactory
Creates a new instance of StaticFileHandler for the given service.
createHeading1() - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates an &lt;h1> element.
createHeading1(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates a &lt;h1> element with the given text content.
createHeading2() - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates an &lt;h2> element.
createHeading2(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates a &lt;h2> element with the given text content.
createHeading3() - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates an &lt;h3> element.
createHeading3(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates a &lt;h3> element with the given text content.
createHeading4() - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates an &lt;h4> element.
createHeading4(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates a &lt;h4> element with the given text content.
createHeading5() - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates an &lt;h5> element.
createHeading5(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates a &lt;h5> element with the given text content.
createHeading6() - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates an &lt;h6> element.
createHeading6(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates a &lt;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 &lt;hr> element.
createInitParameters(Class<?>, VaadinConfig) - Method in class com.vaadin.flow.server.DeploymentConfigurationFactory
Generate Property containing parameters for with all parameters contained in current application.
createInlineJavaScriptElement(String) - Method in class com.vaadin.flow.server.BootstrapHandler.BootstrapPageBuilder
 
createInput() - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates an &lt;input> element.
createInput(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates an &lt;input> element with the given type.
createInputStream() - Method in interface com.vaadin.flow.server.InputStreamFactory
Produce InputStream instance to read resource data.
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
Create an Instantiator using the provided service.
createJavaScriptElement(String) - Static method in class com.vaadin.flow.server.BootstrapHandler.BootstrapPageBuilder
 
createJavaScriptElement(String, boolean) - Static method in class com.vaadin.flow.server.BootstrapHandler.BootstrapPageBuilder
 
createJavaScriptElement(String, boolean, String) - Static method in class com.vaadin.flow.server.BootstrapHandler.BootstrapPageBuilder
 
createJavaScriptModuleElement(String, boolean) - Static method in class com.vaadin.flow.server.BootstrapHandler.BootstrapPageBuilder
 
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 &lt;label> element.
createLabel(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates an &lt;label> element with the given text content.
createLinear(double, double, double, double) - Static method in class com.vaadin.flow.component.charts.model.style.GradientColor
Creates a new linear gradient between two given points.
createListItem() - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates an &lt;li> element.
createListItem(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates an &lt;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.
createLookup(VaadinContext, Map<Class<?>, Collection<Class<?>>>) - Method in class com.vaadin.flow.spring.SpringLookupInitializer
 
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() - Method in class com.vaadin.flow.component.grid.contextmenu.GridSubMenu
 
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(SerializableRunnable) - Method in class com.vaadin.flow.component.grid.contextmenu.GridContextMenu
 
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.Options
Sets whether to create the package file if missing.
createModel(Grid<T>) - Method in enum class com.vaadin.flow.component.grid.Grid.SelectionMode
Creates the selection model to use with this enum.
createNavigationContext(Class<?>, String, VaadinService, VaadinRequest) - Method in class com.vaadin.flow.server.auth.NavigationAccessControl
Creates a new NavigationContext instance based on the given route data and Vaadin service and request.
createNavigationContext(Class<?>, String, VaadinService, VaadinRequest) - Method in class com.vaadin.flow.server.auth.ViewAccessChecker
Deprecated.
Creates a new NavigationContext instance based on the given route data and Vaadin service and request.
createNode(Object) - Static method in class com.vaadin.flow.internal.JacksonUtils
Create a JsonNode from value.
createObject(Map<String, T>, Function<T, JsonNode>) - Static method in class com.vaadin.flow.internal.JacksonUtils
Converts the given map into a JSON object by converting each map value to a JSON value.
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
 
createObjectNode() - Static method in class com.vaadin.flow.internal.JacksonUtils
Create a new ObjectNode.
createOption() - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates an &lt;option> element.
createOption(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates an &lt;option> element with the given text content.
createOwnAvatar() - Method in class com.vaadin.collaborationengine.CollaborationAvatarGroup
Creates an instance of the user's own Avatar in this avatar group.
createParagraph() - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates a &lt;p> element.
createParagraph(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates a &lt;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 &lt;pre> element.
createPreformatted(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates a &lt;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.
createProcessBuilder(List<String>, boolean) - Method in interface com.vaadin.hilla.engine.commandrunner.CommandRunner
Constructs a ProcessBuilder Instance using the passed in commands and arguments.
createPropertyDeploymentConfiguration(Class<?>, VaadinConfig) - 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.
createRadial(double, double, double) - Static method in class com.vaadin.flow.component.charts.model.style.GradientColor
Creates a radial gradient color at a specified point with the given radius.
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 &lt;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.
createSampleBuffer() - Static method in class com.vaadin.testbench.screenshot.ImageUtil
Create a 16x16 sample buffer with space for 4 color bands
createScanner(boolean, ClassFinder, boolean) - Method in class com.vaadin.flow.server.frontend.scanner.FrontendDependenciesScanner.FrontendDependenciesScannerFactory
Produces scanner implementation based on allDependenciesScan value.
createScanner(boolean, ClassFinder, boolean, FeatureFlags) - Method in class com.vaadin.flow.server.frontend.scanner.FrontendDependenciesScanner.FrontendDependenciesScannerFactory
Produces scanner implementation based on allDependenciesScan value.
createScanner(boolean, ClassFinder, boolean, FeatureFlags, boolean) - Method in class com.vaadin.flow.server.frontend.scanner.FrontendDependenciesScanner.FrontendDependenciesScannerFactory
 
createScanner(Options) - Method in class com.vaadin.flow.server.frontend.scanner.FrontendDependenciesScanner.FrontendDependenciesScannerFactory
 
createScreenshotDirectoriesIfNeeded() - Static method in class com.vaadin.testbench.screenshot.ImageFileUtil
Creates all directories used to store screenshots unless they already exist.
createScreenshotDirectoriesIfNeeded() - Method in class com.vaadin.testbench.screenshot.ImageFileUtil.ImageFileUtilImpl
Creates all directories used to store screenshots unless they already exist.
createSelect() - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates a &lt;select> element.
createServletFileUpload(VaadinRequest) - Method in class com.vaadin.flow.server.communication.StreamReceiverHandler
 
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.
createServletService(DeploymentConfiguration) - Method in class com.vaadin.flow.spring.SpringServlet
 
createServletService(DeploymentConfiguration) - Method in class com.vaadin.testbench.unit.mocks.MockSpringServlet
 
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.
createSnapshotEvent() - Method in class com.vaadin.hilla.signals.ListSignal
 
createSnapshotEvent() - Method in class com.vaadin.hilla.signals.Signal
Creates a snapshot event reflecting the current state of the signal.
createSnapshotEvent() - Method in class com.vaadin.hilla.signals.ValueSignal
 
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 &lt;span> element.
createSpan(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates a &lt;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(VaadinService) - 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 &lt;strong> element.
createStrong(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates a &lt;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
 
createSummaryContainer() - Method in class com.vaadin.flow.component.accordion.AccordionPanel
Creates the summary container component.
createSummaryContainer() - Method in class com.vaadin.flow.component.details.Details
Creates the summary container component.
createTaskGenerateEndpoint(Options) - Method in interface com.vaadin.flow.server.frontend.EndpointGeneratorTaskFactory
Create a task for generating TS files based.
createTaskGenerateOpenAPI(Options) - Method in interface com.vaadin.flow.server.frontend.EndpointGeneratorTaskFactory
Create a task for generating OpenAPI spec.
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 &lt;textarea> element.
createUidl(UI, 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, 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 &lt;ul> element.
createUnresolvedStatus(Binder.Binding<?, TARGET>) - Static method in class com.vaadin.flow.data.binder.BindingValidationStatus
Convenience method for creating a BindingValidationStatus.Status.UNRESOLVED validation status for the given binding.
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.
createVaadinRequest(HttpServletRequest) - Method in class com.vaadin.flow.server.VaadinServlet
Creates a Vaadin request for a http servlet request.
createVaadinRequest(HttpServletRequest) - Method in class com.vaadin.testbench.unit.mocks.MockSpringServlet
 
createVaadinRequestInterceptors() - Method in class com.vaadin.flow.server.VaadinService
Called during initialization to add the request handlers for the service.
createVaadinSession(VaadinRequest) - Method in class com.vaadin.flow.server.VaadinService
Creates a new Vaadin session for this service and request.
createVaadinSession(VaadinRequest) - Method in class com.vaadin.flow.spring.SpringVaadinServletService
 
createVaadinSession(VaadinRequest) - Method in class com.vaadin.testbench.unit.mocks.MockSpringServletService
 
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
Creates a new WebComponentBinding instance.
CREDIT_CARD - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
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
 
CRITICAL - Enum constant in enum class com.vaadin.flow.data.binder.ErrorLevel
Error level for critical messages.
CROP - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
cropToBeSameSize(BufferedImage, BufferedImage) - Static method in class com.vaadin.testbench.screenshot.ImageUtil
Resize images to be same size.
cropToElement(WebElement, BufferedImage) - Static method in class com.vaadin.testbench.commands.ScreenshotComparator
Crops the image to show only the element.
CROSS - Enum constant in enum class com.vaadin.flow.theme.lumo.LumoIcon
 
CROSS_CUTLERY - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
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
 
CROSSHAIRS - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
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() - Constructor for class com.vaadin.flow.component.crud.Crud
Instantiates a new Crud with no grid, editor and runtime bean type information.
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(Class<E>, Grid<E>, CrudEditor<E>) - Constructor for class com.vaadin.flow.component.crud.Crud
Instantiates a new Crud using a custom grid.
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 Class 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 Class in com.vaadin.flow.component.crud
Enum with the possible values for the crud's editor position.
CrudElement - Class in com.vaadin.flow.component.crud.testbench
TestBench element for the vaadin-crud element
CrudElement() - Constructor for class com.vaadin.flow.component.crud.testbench.CrudElement
 
CrudFilter - Class in com.vaadin.flow.component.crud
The filter type for use with CrudGrid.
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.
CrudRepositoryService<T,ID,R extends org.springframework.data.repository.CrudRepository<T,ID> & org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>> - Class in com.vaadin.hilla.crud
A browser-callable service that delegates crud operations to a JPA repository.
CrudRepositoryService() - Constructor for class com.vaadin.hilla.crud.CrudRepositoryService
 
CrudRepositoryService(R) - Constructor for class com.vaadin.hilla.crud.CrudRepositoryService
Creates the service using the given repository.
CrudService<T,ID> - Interface in com.vaadin.hilla.crud
A browser-callable service that can create, read, update, and delete a given type of object.
CrudVariant - Enum Class 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.
CsrfChecker - Class in com.vaadin.hilla.auth
Handles checking of a CSRF token in endpoint requests.
CsrfChecker(ServletContext) - Constructor for class com.vaadin.hilla.auth.CsrfChecker
Creates a new csrf checker for the given context.
CsrfIndexHtmlRequestListener - Class in com.vaadin.hilla.auth
An index HTML request listener that generates and sends a token for Cross-Site Request Forgery protection (Double Submit Cookie pattern) of endpoints.
CsrfIndexHtmlRequestListener() - Constructor for class com.vaadin.hilla.auth.CsrfIndexHtmlRequestListener
 
CsrfServiceInitListener - Class in com.vaadin.hilla.startup
A listener that creates and registers a CsrfIndexHtmlRequestListener.
CsrfServiceInitListener() - Constructor for class com.vaadin.hilla.startup.CsrfServiceInitListener
 
CSS - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CSS_IMPORTS - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
A key in a Json object for css imports data.
CssBundler - Class in com.vaadin.flow.server.frontend
Utility methods to handle application theme CSS content.
CssBundler() - Constructor for class com.vaadin.flow.server.frontend.CssBundler
 
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
 
CssData(String, String, String, String) - Constructor for class com.vaadin.flow.server.frontend.scanner.CssData
 
CssImport - Annotation Interface in com.vaadin.flow.component.dependency
Imports a CSS file into the application bundle.
CssImport.Container - Annotation Interface in com.vaadin.flow.component.dependency
Internal annotation to enable use of multiple CssImport annotations.
ctrl() - Method in class com.vaadin.testbench.unit.MetaKeys
Set ctrl key down to true.
CTRL - Enum constant in enum class com.vaadin.flow.component.charts.model.PanKey
 
CTRL - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CTRL_A - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ctx - Variable in class com.vaadin.testbench.unit.mocks.MockSpringServlet
 
CUBE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CUBES - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CURLY_BRACKETS - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CURRENT_LOCALE_SUPPLIER - Static variable in class com.vaadin.flow.data.provider.InMemoryDataProviderHelpers
Supplier that attempts to resolve a locale from the current UI.
CURRENT_PASSWORD - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
Current password.
currentDirectory() - Method in interface com.vaadin.hilla.engine.commandrunner.CommandRunner
Get the directory to run the command in.
currentDirectory() - Method in class com.vaadin.hilla.engine.commandrunner.GradleRunner
 
currentDirectory() - Method in class com.vaadin.hilla.engine.commandrunner.MavenRunner
 
CurrentInstance - Class in com.vaadin.flow.internal
Keeps track of various current instances for the current thread.
Cursor - Enum Class 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.
CURSOR - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CURSOR_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
custom(HasValueAndElement<?, V>, ItemUpdater<T, V>) - Method in class com.vaadin.flow.component.gridpro.EditColumnConfigurator
Configures the column to have a custom editor component.
custom(HasValueAndElement<?, V>, ValueProvider<T, V>, ItemUpdater<T, V>) - Method in class com.vaadin.flow.component.gridpro.EditColumnConfigurator
Configures the column to have a custom editor component, using a custom value provider.
CUSTOM - Enum constant in enum class com.vaadin.flow.component.gridpro.EditorType
 
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
Validates custom-element name according to definition in Custom element name
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.
CustomFieldElement - Class in com.vaadin.flow.component.customfield.testbench
 
CustomFieldElement() - Constructor for class com.vaadin.flow.component.customfield.testbench.CustomFieldElement
 
CustomFieldVariant - Enum Class in com.vaadin.flow.component.customfield
The set of theme variants applicable to the vaadin-custom-field component.
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(TComponent, boolean, String) - Constructor for class com.vaadin.flow.component.combobox.ComboBoxBase.CustomValueSetEvent
 
CUT - Static variable in interface com.vaadin.flow.component.Key
The Cut key (on certain extended keyboards).
CUTLERY - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
CvdlProducts - Class in com.vaadin.flow.server.frontend
Utilities for commercial product handling.
CvdlProducts() - Constructor for class com.vaadin.flow.server.frontend.CvdlProducts
 
CYAN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 

D

DARK - Static variable in class com.vaadin.flow.theme.lumo.Lumo
 
DARK - Static variable in class com.vaadin.flow.theme.material.Material
Deprecated.
 
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
 
DASH - Enum constant in enum class com.vaadin.flow.component.charts.model.DashStyle
 
Dashboard - Class in com.vaadin.flow.component.dashboard
Dashboard is a responsive layout component that allows users to organize widgets either directly within the dashboard or optionally group them into sections.
Dashboard() - Constructor for class com.vaadin.flow.component.dashboard.Dashboard
Creates an empty dashboard.
DASHBOARD - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
DASHBOARD_COMPONENT - Static variable in class com.vaadin.experimental.FeatureFlags
 
Dashboard.DashboardI18n - Class in com.vaadin.flow.component.dashboard
The internationalization properties for Dashboard.
DashboardChildDetachHandler - Class in com.vaadin.flow.component.dashboard
 
DashboardElement - Class in com.vaadin.flow.component.dashboard.testbench
 
DashboardElement() - Constructor for class com.vaadin.flow.component.dashboard.testbench.DashboardElement
 
DashboardI18n() - Constructor for class com.vaadin.flow.component.dashboard.Dashboard.DashboardI18n
 
DashboardItemMovedEvent - Class in com.vaadin.flow.component.dashboard
Fired when an item was moved.
DashboardItemMovedEvent(Dashboard, boolean, Component, List<Component>, DashboardSection) - Constructor for class com.vaadin.flow.component.dashboard.DashboardItemMovedEvent
Creates a dashboard item moved event.
DashboardItemMoveModeChangedEvent - Class in com.vaadin.flow.component.dashboard
Fired when an item enters or exits move mode.
DashboardItemMoveModeChangedEvent(Dashboard, boolean, int, boolean) - Constructor for class com.vaadin.flow.component.dashboard.DashboardItemMoveModeChangedEvent
Creates a dashboard item move mode changed event.
DashboardItemRemovedEvent - Class in com.vaadin.flow.component.dashboard
Fired when an item was removed.
DashboardItemRemovedEvent(Dashboard, boolean, Component, List<Component>) - Constructor for class com.vaadin.flow.component.dashboard.DashboardItemRemovedEvent
Creates a dashboard item removed event.
DashboardItemResizedEvent - Class in com.vaadin.flow.component.dashboard
Fired when a widget was resized.
DashboardItemResizedEvent(Dashboard, boolean, DashboardWidget, List<Component>) - Constructor for class com.vaadin.flow.component.dashboard.DashboardItemResizedEvent
Creates a dashboard item resized event.
DashboardItemResizeModeChangedEvent - Class in com.vaadin.flow.component.dashboard
Fired when an item enters or exits resize mode.
DashboardItemResizeModeChangedEvent(Dashboard, boolean, int, boolean) - Constructor for class com.vaadin.flow.component.dashboard.DashboardItemResizeModeChangedEvent
Creates a dashboard item resize mode changed event.
DashboardItemSelectedChangedEvent - Class in com.vaadin.flow.component.dashboard
Fired when an item was selected.
DashboardItemSelectedChangedEvent(Dashboard, boolean, int, boolean) - Constructor for class com.vaadin.flow.component.dashboard.DashboardItemSelectedChangedEvent
Creates a dashboard item selected changed event.
DashboardSection - Class in com.vaadin.flow.component.dashboard
DashboardSection is a container for organizing multiple DashboardWidget instances within a Dashboard.
DashboardSection() - Constructor for class com.vaadin.flow.component.dashboard.DashboardSection
Creates an empty section.
DashboardSection(String) - Constructor for class com.vaadin.flow.component.dashboard.DashboardSection
Creates an empty section with title.
DashboardSectionElement - Class in com.vaadin.flow.component.dashboard.testbench
 
DashboardSectionElement() - Constructor for class com.vaadin.flow.component.dashboard.testbench.DashboardSectionElement
 
DashboardWidget - Class in com.vaadin.flow.component.dashboard
DashboardWidget represents a customizable widget that can be placed within a Dashboard.
DashboardWidget() - Constructor for class com.vaadin.flow.component.dashboard.DashboardWidget
Creates an empty widget.
DashboardWidget(Component) - Constructor for class com.vaadin.flow.component.dashboard.DashboardWidget
Creates a widget with the specified content.
DashboardWidget(String) - Constructor for class com.vaadin.flow.component.dashboard.DashboardWidget
Creates a widget with the specified title.
DashboardWidget(String, Component) - Constructor for class com.vaadin.flow.component.dashboard.DashboardWidget
Creates a widget with the specified title and content.
DashboardWidgetElement - Class in com.vaadin.flow.component.dashboard.testbench
 
DashboardWidgetElement() - Constructor for class com.vaadin.flow.component.dashboard.testbench.DashboardWidgetElement
 
DASHDOT - Enum constant in enum class com.vaadin.flow.component.charts.model.DashStyle
 
DASHED - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Border
 
dashSeparatedToCamelCase(String) - Static method in class com.vaadin.flow.shared.util.SharedUtil
Converts a dash ("-") separated string into camelCase.
dashSeparatedToCamelCase(String) - Static method in class com.vaadin.testbench.internal.SharedUtil
Converts a dash ("-") separated string into camelCase.
DashStyle - Enum Class in com.vaadin.flow.component.charts.model
Dash styles used to render lines.
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, DataSeriesItem, boolean) - Constructor for class com.vaadin.flow.component.charts.events.internal.DataAddedEvent
Constructs the event with given series, item and a shift information.
DataAddedEvent(Series, Number) - Constructor for class com.vaadin.flow.component.charts.events.internal.DataAddedEvent
Constructs the event with given series and number.
DATABASE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
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.
DataCommunicator(DataGenerator<T>, ArrayUpdater, SerializableConsumer<JsonArray>, StateNode, boolean) - Constructor for class com.vaadin.flow.data.provider.DataCommunicator
Creates a new instance.
DataCommunicator.EmptyDataProvider<T1> - Class in com.vaadin.flow.data.provider
In-memory data provider with no items.
DataCommunicator.Filter<F> - Class in com.vaadin.flow.data.provider
Wraps the component's filter object with the meta information whether this filter changing should trigger the item count change event.
DataCommunicatorBuilder() - Constructor for class com.vaadin.flow.component.grid.Grid.DataCommunicatorBuilder
 
DataGenerator<T> - Interface in com.vaadin.flow.data.provider
A data generator for DataCommunicator.
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 - Variable in class com.vaadin.flow.data.provider.DataProviderWrapper
The actual data provider behind this wrapper.
DataProvider<T,F> - Interface in com.vaadin.flow.data.provider
A common interface for fetching data from a backend.
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
Custom bean serializer for DataProviderSeries
DataProviderSeriesBeanSerializer() - Constructor for class com.vaadin.flow.component.charts.model.serializers.DataProviderSeriesBeanSerializer
 
dataProviderSupplier - Variable in class com.vaadin.flow.data.provider.AbstractDataView
 
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
Constructs an empty DataSeries.
DataSeries(DataSeriesItem...) - Constructor for class com.vaadin.flow.component.charts.model.DataSeries
Constructs a new DataSeries with the given items.
DataSeries(String) - Constructor for class com.vaadin.flow.component.charts.model.DataSeries
Constructs a new DataSeries instance with the given name.
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(List<DataSeriesItem>) - Constructor for class com.vaadin.flow.component.charts.model.DataSeries
Constructs a new DataSeries instance 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(Number, Number) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItem
Constructs an item with X and Y values
DataSeriesItem(Number, Number, Color) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItem
Constructs an item with numerical values for the X and Y axes and assigns the specified color to the item.
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.
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, Color) - 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(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(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) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItem
Deprecated.
DataSeriesItem(Date, Number, Number) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItem
Deprecated.
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
Custom bean serializer for DataSeriesItem
DataSeriesItemBeanSerializer() - Constructor for class com.vaadin.flow.component.charts.model.serializers.DataSeriesItemBeanSerializer
 
DataSeriesItemBullet - Class in com.vaadin.flow.component.charts.model
DataSeriesItem that can hold also target and targetOptions.
DataSeriesItemBullet() - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItemBullet
Constructs an empty item
DataSeriesItemBullet(Number, Number) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItemBullet
Constructs an item with Y and Target
DataSeriesItemBullet(Number, Number, Number) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItemBullet
Constructs an item with X, Y and Target
DataSeriesItemBullet(Instant, Number, Number) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItemBullet
Constructs an item with X, Y and Target
DataSeriesItemSankey - Class in com.vaadin.flow.component.charts.model
DataSeriesItem that can hold also "from", "to" and "weight".
DataSeriesItemSankey() - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItemSankey
 
DataSeriesItemSankey(String, String, Number) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItemSankey
Constructs an item with from, to and weight values
DataSeriesItemTimeline - Class in com.vaadin.flow.component.charts.model
DataSeriesItem that can hold also Label and Description values.
DataSeriesItemTimeline() - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItemTimeline
 
DataSeriesItemTimeline(Number, String, String, String) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItemTimeline
Constructs an item with X, Name, Label and Description values
DataSeriesItemTimeline(String, String, String) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItemTimeline
Constructs an item with Name, Label and Description values
DataSeriesItemTimeline(Instant, String, String, String) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItemTimeline
Constructs an item with X, Name, Label and Description values
DataSeriesItemXrange - Class in com.vaadin.flow.component.charts.model
DataSeriesItem that can hold also x2 and partialFill amount and color.
DataSeriesItemXrange() - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItemXrange
Constructs an empty item
DataSeriesItemXrange(Number, Number, Number) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItemXrange
Constructs an item with X, X2 and Y
DataSeriesItemXrange(Number, Number, Number, Number) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItemXrange
Constructs an item with X, X2, Y and partialFillAmount.
DataSeriesItemXrange(Number, Number, Number, Number, Color) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItemXrange
Constructs an item with X, X2, Y, partialFillAmount and partialFillColor.
DataSeriesItemXrange(Instant, Instant, Number) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItemXrange
Constructs an item with X, X2 and Y
DataSeriesItemXrange(Instant, Instant, Number, Number) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItemXrange
Constructs an item with X, X2, Y and partialFillAmount.
DataSeriesItemXrange(Instant, Instant, Number, Number, Color) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItemXrange
Constructs an item with X, X2, Y, partialFillAmount and partialFillColor.
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, DataSeriesItem, int) - Constructor for class com.vaadin.flow.component.charts.events.internal.DataUpdatedEvent
Constructs the event with given series, item and point index.
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.
DataView<T> - Interface in com.vaadin.flow.data.provider
Base view interface for getting information on current data set of a Component.
DataViewUtils - Class in com.vaadin.flow.data.provider
Internal utility class used by data view implementations and components to simplify the filtering and sorting handling, but not limited to it.
DATE_INPUT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
DatePicker - Class in com.vaadin.flow.component.datepicker
Date Picker is an input field that allows the user to enter a date by typing or by selecting from a calendar overlay.
DatePicker() - Constructor for class com.vaadin.flow.component.datepicker.DatePicker
Default constructor.
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 HasValue.ValueChangeListener.
DatePicker(String) - Constructor for class com.vaadin.flow.component.datepicker.DatePicker
Convenience constructor to create a date picker with a label.
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 HasValue.ValueChangeListener and 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(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 HasValue.ValueChangeListener and a label.
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(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 HasValue.ValueChangeListener.
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.
DatePicker.InvalidChangeEvent - Class in com.vaadin.flow.component.datepicker
invalid-changed event is sent when the invalid state changes.
DatePicker.OpenedChangeEvent - Class in com.vaadin.flow.component.datepicker
opened-changed event is sent when the overlay opened state changes.
DatePickerElement - Class in com.vaadin.flow.component.datepicker.testbench
A TestBench element representing a <vaadin-date-picker> element.
DatePickerElement() - Constructor for class com.vaadin.flow.component.datepicker.testbench.DatePickerElement
 
DatePickerElement.MonthCalendarElement - Class in com.vaadin.flow.component.datepicker.testbench
 
DatePickerElement.OverlayContentElement - Class in com.vaadin.flow.component.datepicker.testbench
 
DatePickerElement.WeekdayElement - Class in com.vaadin.flow.component.datepicker.testbench
 
DatePickerI18n() - Constructor for class com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n
 
DatePickerTester<T extends DatePicker> - Class in com.vaadin.flow.component.datepicker
Tester for the DatePicker components.
DatePickerTester(T) - Constructor for class com.vaadin.flow.component.datepicker.DatePickerTester
Wrap given component for testing.
DatePickerVariant - Enum Class in com.vaadin.flow.component.datepicker
Set of theme variants applicable for vaadin-date-picker component.
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
 
DATETIME - Enum constant in enum class com.vaadin.flow.component.charts.model.AxisType
In axis mode, the numbers are given in milliseconds (or as Date s), and tick marks are placed on appropriate values like full hours or days and formatted appropriately.
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
Date Time Picker is an input field for selecting both a date and a time.
DateTimePicker() - Constructor for class com.vaadin.flow.component.datetimepicker.DateTimePicker
Default constructor.
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 HasValue.ValueChangeListener.
DateTimePicker(String) - Constructor for class com.vaadin.flow.component.datetimepicker.DateTimePicker
Convenience constructor to create a date time picker with a label.
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 HasValue.ValueChangeListener and 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(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 HasValue.ValueChangeListener 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(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 HasValue.ValueChangeListener.
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.
DateTimePicker.DateTimePickerI18n - Class in com.vaadin.flow.component.datetimepicker
The internationalization properties for DateTimePicker.
DateTimePickerElement - Class in com.vaadin.flow.component.datetimepicker.testbench
A TestBench element representing a <vaadin-date-time-picker> element.
DateTimePickerElement() - Constructor for class com.vaadin.flow.component.datetimepicker.testbench.DateTimePickerElement
 
DateTimePickerI18n() - Constructor for class com.vaadin.flow.component.datetimepicker.DateTimePicker.DateTimePickerI18n
 
DateTimePickerTester<T extends DateTimePicker> - Class in com.vaadin.flow.component.datetimepicker
Tester for DateTimePicker components.
DateTimePickerTester(T) - Constructor for class com.vaadin.flow.component.datetimepicker.DateTimePickerTester
Wrap given component for testing.
DateTimePickerVariant - Enum Class in com.vaadin.flow.component.datetimepicker
Set of theme variants applicable for vaadin-date-time-picker component.
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
 
DAU_TOKEN - Static variable in class com.vaadin.flow.server.Constants
 
DAUCustomizer - Interface in com.vaadin.flow.server.dau
Interface to be implemented to customize Daily Active Users feature.
DauEnforcementException - Exception in com.vaadin.flow.server.dau
A DauEnforcementException is thrown when License Server imposes enforcement for the application and the EnforcementRule check is not satisfied.
DauEnforcementException(EnforcementException) - Constructor for exception com.vaadin.flow.server.dau.DauEnforcementException
 
DAUUtils - Class in com.vaadin.flow.server.dau
A utility class for various daily active users collecting methods.
DAUUtils.EnforcementResult - Record Class in com.vaadin.flow.server.dau
Record to hold the DAU enforcement check result with the messages and the action to be run at the end of the request.
DAUUtils.TrackableOperation - Enum Class in com.vaadin.flow.server.dau
A helper to mark operations that might be eligible for DAU tracking
DAUVaadinRequestInterceptor - Class in com.vaadin.flow.server.dau
Request interceptor that collects daily active users and stores them in the in-memory cache.
DAUVaadinRequestInterceptor(DeploymentConfiguration, DAUCustomizer) - Constructor for class com.vaadin.flow.server.dau.DAUVaadinRequestInterceptor
 
DAY - Enum constant in enum class com.vaadin.flow.component.charts.model.IntervalUnit
 
DAY - Enum constant in enum class com.vaadin.flow.component.charts.model.RangeSelectorTimespan
 
DAY - Enum constant in enum class com.vaadin.flow.component.charts.model.TimeUnit
 
DD - Static variable in annotation interface 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.
debounce() - Element in annotation interface com.vaadin.flow.component.DomEvent
The debounce settings to use with this event.
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.
debounce(int, DebouncePhase, DebouncePhase...) - Method in interface com.vaadin.flow.dom.DomListenerRegistration
Configures the debouncing phases for which this listener should be triggered.
DebouncePhase - Enum Class in com.vaadin.flow.dom
Defines phases for an event that is debounced.
DebounceSettings - Annotation Interface in com.vaadin.flow.component
Debounce settings for declaratively defined client-side event handlers.
DEBUG_WINDOW_CONNECTION - Static variable in class com.vaadin.flow.shared.ApplicationConstants
Web socket parameter which identifies connection as live reload connection.
DebugWindowConnection - Class in com.vaadin.base.devserver
BrowserLiveReload implementation class.
DebugWindowConnection.DevToolsInterfaceImpl - Class in com.vaadin.base.devserver
Implementation of the development tools interface.
DebugWindowMessage - Class in com.vaadin.base.devserver
A message sent to the debug window.
DebugWindowMessage(String, Object) - Constructor for class com.vaadin.base.devserver.DebugWindowMessage
Creates a new instance.
DECIMAL - Static variable in interface com.vaadin.flow.component.Key
The decimal point key (typically . or ,) depending on the region.
decision() - Method in class com.vaadin.flow.server.auth.AccessCheckResult
Gets the navigation access checker decision.
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
 
decodeAs(JsonNode, Class<T>) - Static method in class com.vaadin.flow.internal.JacksonCodec
Decodes the given JSON value as the given type.
decodeAs(JsonValue, Class<T>) - Static method in class com.vaadin.flow.internal.JsonCodec
Decodes the given JSON value as the given type.
decodeWithoutTypeInfo(ObjectNode) - Static method in class com.vaadin.flow.internal.JacksonCodec
Helper for decoding any "primitive" value that is directly supported in JSON.
decodeWithoutTypeInfo(JsonValue) - Static method in class com.vaadin.flow.internal.JsonCodec
Helper for decoding any "primitive" value that is directly supported in JSON.
decrease() - Method in class com.vaadin.flow.component.html.testbench.RangeInputTester
Decreases the value by the amount defined by component step.
decrease(int) - Method in class com.vaadin.flow.component.html.testbench.RangeInputTester
Decreases the value by a specified multiple of the component step setting.
deepMarkAsDirty() - Method in class com.vaadin.flow.component.map.configuration.AbstractConfigurationObject
Marks this configuration object, as well as all nested objects, as dirty / as changed, so that the full nested hierarchy will be picked up for the next synchronization.
deepMarkAsDirty() - Method in class com.vaadin.flow.component.map.configuration.Configuration
For internal use only.
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 - Enum constant in enum class com.vaadin.flow.component.grid.GridMultiSelectionModel.SelectAllCheckboxVisibility
By default, the visibility of the select all checkbox depends on how the Grid's items are fetched: Visible, if the data is in-memory Hidden, if the data is NOT in-memory (lazy)
DEFAULT - Enum constant in enum class com.vaadin.flow.component.html.AnchorTarget
Remove the target value.
DEFAULT - Static variable in annotation interface 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 configurator which is combination of RequiredFieldConfigurator.NOT_NULL, RequiredFieldConfigurator.NOT_EMPTY and RequiredFieldConfigurator.SIZE configurators.
DEFAULT - Static variable in record class com.vaadin.flow.server.dau.EnforcementNotificationMessages
Default enforcement messages.
DEFAULT - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.BackdropBlur
 
DEFAULT - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Transition
 
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_DEVMODE_STATS - Static variable in class com.vaadin.flow.server.Constants
The default value for whether usage statistics is enabled.
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_FONT_FAMILIES - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
DEFAULT_FONT_FAMILIES - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
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 /src/main/frontend in the project folder.
DEFAULT_HEARTBEAT_INTERVAL - Static variable in class com.vaadin.flow.server.DefaultDeploymentConfiguration
DEFAULT_ICON - Static variable in class com.vaadin.flow.server.PwaConfiguration
 
DEFAULT_LOCATION_PATTERN - Static variable in class com.vaadin.flow.spring.i18n.DefaultI18NProviderFactory
Default location pattern to be used with ResourcePatternResolver.
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_AUTO_UPDATE - Static variable in class com.vaadin.flow.server.Constants
The default value for InitParameters.NODE_AUTO_UPDATE.
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
This is the version that is installed if there is no node installed or the installed version is older than FrontendTools.SUPPORTED_NODE_VERSION, i.e.
DEFAULT_NODEJS_DOWNLOAD_ROOT - Static variable in class com.vaadin.flow.server.frontend.installer.NodeInstaller
 
DEFAULT_NPM_VERSION - Static variable in class com.vaadin.flow.server.frontend.FrontendTools
This is the version shipped with the default Node version.
DEFAULT_OFFLINE_PATH - Static variable in class com.vaadin.flow.server.PwaConfiguration
 
DEFAULT_OFFLINE_STUB_PATH - Static variable in class com.vaadin.flow.server.communication.PwaHandler
 
DEFAULT_PAGE_INCREASE_COUNT - Static variable in class com.vaadin.flow.data.provider.DataCommunicator
 
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_PROJECT_FRONTEND_GENERATED_DIR - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
Default generated path for generated frontend files.
DEFAULT_REQUIRE_HOME_NODE_EXECUTABLE - Static variable in class com.vaadin.flow.server.Constants
DEFAULT_SEND_URLS_AS_PARAMETERS - Static variable in class com.vaadin.flow.server.DefaultDeploymentConfiguration
 
DEFAULT_START_URL - Static variable in class com.vaadin.flow.server.PwaConfiguration
 
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_VALUE - Static variable in annotation interface com.vaadin.testbench.annotations.Attribute
 
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
DefaultAccessCheckDecisionResolver - Class in com.vaadin.flow.server.auth
Default implementation of AccessCheckDecisionResolver that allow access only if input results are all ALLOW, or a combination of ALLOW and NEUTRAL.
DefaultAccessCheckDecisionResolver() - Constructor for class com.vaadin.flow.server.auth.DefaultAccessCheckDecisionResolver
 
defaultApplicationConfigurationFactory() - Method in class com.vaadin.flow.spring.VaadinApplicationConfiguration
Creates a default ApplicationConfigurationFactory bean in case there is no developer provided bean.
DefaultApplicationConfigurationFactory - Class in com.vaadin.flow.server.startup
Default implementation of ApplicationConfigurationFactory.
DefaultApplicationConfigurationFactory() - Constructor for class com.vaadin.flow.server.startup.DefaultApplicationConfigurationFactory
 
DefaultApplicationConfigurationFactory.ApplicationConfigurationImpl - Class in com.vaadin.flow.server.startup
 
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
Default implementation of BinderValidationErrorHandler.
DefaultBinderValidationErrorHandler() - Constructor for class com.vaadin.flow.data.binder.DefaultBinderValidationErrorHandler
 
DefaultBindingExceptionHandler - Class in com.vaadin.flow.data.binder
Default implementation of BindingExceptionHandler.
DefaultBindingExceptionHandler() - Constructor for class com.vaadin.flow.data.binder.DefaultBindingExceptionHandler
 
DefaultBrowserFactory - Class in com.vaadin.testbench.parallel
Default TestBenchBrowserFactory used to generate DesiredCapabilities through BrowserFactory
DefaultBrowserFactory() - Constructor for class com.vaadin.testbench.parallel.DefaultBrowserFactory
 
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.
DefaultClassFinder(Set<Class<?>>) - Constructor for class com.vaadin.flow.server.frontend.scanner.ClassFinder.DefaultClassFinder
It uses current classloader for getting resources or loading classes.
DefaultConverterFactory - Enum Class in com.vaadin.flow.data.converter
Default implementation of ConverterFactory, handling all standard converters defined in com.vaadin.flow.data.converters package.
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(ApplicationConfiguration, Class<?>, Properties) - Constructor for class com.vaadin.flow.server.DefaultDeploymentConfiguration
Create a new deployment configuration instance.
DefaultErrorHandler - Class in com.vaadin.flow.server
The default implementation of ErrorHandler.
DefaultErrorHandler - Annotation Interface 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() - Constructor for class com.vaadin.flow.server.DefaultErrorHandler
 
DefaultErrorHandler(Set<String>) - Constructor for class com.vaadin.flow.server.DefaultErrorHandler
 
DefaultErrorHandler(Set<String>, Set<String>) - 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.
DefaultI18NProvider - Class in com.vaadin.flow.i18n
Default i18n provider that will be initialized if custom I18NProvider is not available.
DefaultI18NProvider(List<Locale>) - Constructor for class com.vaadin.flow.i18n.DefaultI18NProvider
Construct DefaultI18NProvider for a list of locales that we have translations for.
DefaultI18NProvider(List<Locale>, ClassLoader) - Constructor for class com.vaadin.flow.i18n.DefaultI18NProvider
Construct DefaultI18NProvider for a list of locales that we have translations for.
DefaultI18NProviderFactory - Class in com.vaadin.flow.spring.i18n
Factory for DefaultI18NProvider.
DefaultI18NProviderFactory() - Constructor for class com.vaadin.flow.spring.i18n.DefaultI18NProviderFactory
 
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.
DefaultMenuAccessControl - Class in com.vaadin.flow.server.auth
Default implementation of MenuAccessControl.
DefaultMenuAccessControl() - Constructor for class com.vaadin.flow.server.auth.DefaultMenuAccessControl
 
DefaultRoutePathProvider - Class in com.vaadin.flow.router
Default implementation for RoutePathProvider.
DefaultRoutePathProvider() - Constructor for class com.vaadin.flow.router.DefaultRoutePathProvider
 
DefaultRouteResolver - Class in com.vaadin.flow.router.internal
Default implementation of the RouteResolver interface.
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.
DefaultWebComponentExporterFactory(Class<? extends WebComponentExporter<C>>) - Constructor for class com.vaadin.flow.component.WebComponentExporterFactory.DefaultWebComponentExporterFactory
Creates a WebComponentConfiguration from the provided WebComponentExporter class.
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.
defineProjection(String, String) - Static method in class com.vaadin.flow.component.map.Map
Defines a custom coordinate projection that can then be used as user projection or view projection.
DEINDENT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
DEL - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
DEL_A - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
delete(ListKey) - Static method in class com.vaadin.collaborationengine.ListOperation
Creates a list operation to delete the value at the position specified by the given key.
delete(ID) - Method in class com.vaadin.hilla.crud.CrudRepositoryService
 
delete(ID) - Method in interface com.vaadin.hilla.crud.FormService
Deletes the object with the given id.
DELETE - Static variable in interface com.vaadin.flow.component.Key
The Delete key, Del, and ? .
deleteAll(Iterable<ID>) - Method in class com.vaadin.hilla.crud.CrudRepositoryService
Deletes the objects with the given ids.
deleteDirectory(File) - Static method in class com.vaadin.flow.server.frontend.FrontendUtils
Recursively delete given directory and contents.
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.
deleteNodeModules(File) - Static method in class com.vaadin.flow.server.frontend.FrontendUtils
Try to remove the node_modules directory, if it exists inside the given base directory.
DENTAL_CHAIR - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
deny(String) - Static method in class com.vaadin.flow.server.auth.AccessCheckResult
Create a result instance informing that the navigation to the target view is denied for the current user.
deny(String) - Method in class com.vaadin.flow.server.auth.NavigationContext
Create a result instance informing that the navigation to the target view is denied for the current user.
DENY - Enum constant in enum class com.vaadin.flow.server.auth.AccessCheckDecision
Denies access to the target view.
DEP_NAME_FLOW_DEPS - Static variable in class com.vaadin.flow.server.frontend.NodeUpdater
Deprecated.
DEP_NAME_FLOW_JARS - Static variable in class com.vaadin.flow.server.frontend.NodeUpdater
Deprecated.
Dependency - Class in com.vaadin.flow.shared.ui
Represents an html import, stylesheet or JavaScript to include on the page.
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(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.Type - Enum Class in com.vaadin.flow.shared.ui
The type of a dependency.
DependencyFilter - Interface in com.vaadin.flow.server
Filter for dependencies loaded using @StyleSheet, and * @JavaScript.
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.
DependencyTrigger - Annotation Interface in com.vaadin.flow.router.internal
Marks which classes should trigger loading of a chunk defined by a route.
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
Creates DeploymentConfiguration filled with all parameters specified by the framework users.
DeploymentConfigurationFactory() - Constructor for class com.vaadin.flow.server.DeploymentConfigurationFactory
 
DeprecatedPolymerPublishedEventHandler - Interface in com.vaadin.flow.component.template.internal
Deprecated.
Polymer template support is deprecated - we recommend you to use LitTemplate instead. Read more details from the Vaadin blog.
DeprecatedPolymerTemplate - Interface in com.vaadin.flow.component.template.internal
Deprecated.
Polymer template support is deprecated - we recommend you to use LitTemplate instead. Read more details from the Vaadin blog.
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.
DESCENDING - Enum constant in enum class com.vaadin.flow.data.provider.SortDirection
Descending (e.g.
description() - Element in annotation interface com.vaadin.flow.server.PWA
Description of the application.
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.
DescriptionListElement - Class in com.vaadin.flow.component.html.testbench
A TestBench element representing a <dl> element.
DescriptionListElement() - Constructor for class com.vaadin.flow.component.html.testbench.DescriptionListElement
 
DescriptionListTester - Class in com.vaadin.flow.component.html.testbench
 
DescriptionListTester(DescriptionList) - Constructor for class com.vaadin.flow.component.html.testbench.DescriptionListTester
Wrap given component for testing.
deselect() - Method in class com.vaadin.flow.component.grid.testbench.GridTRElement
Deselects the row if it is selected.
deselect(int) - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Deselects the row with the given index.
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 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.SelectionModel
Deselects the given item.
deselect(T) - Method in interface com.vaadin.flow.data.selection.SelectionModel.Multi
 
deselect(T...) - Method in interface com.vaadin.flow.data.selection.MultiSelect
Removes the given items from the set of currently selected items.
deselectAll() - Method in class com.vaadin.flow.component.checkbox.CheckboxGroupTester
Deselects all client usable items.
deselectAll() - Method in class com.vaadin.flow.component.combobox.testbench.MultiSelectComboBoxElement
Deselects all items, effectively clearing the value.
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
 
deselectByText(String) - Method in class com.vaadin.flow.component.checkbox.testbench.CheckboxGroupElement
Attempts to deselect a checkbox that is currently selected, by matching the label.
deselectByText(String) - Method in class com.vaadin.flow.component.combobox.testbench.MultiSelectComboBoxElement
Attempts to deselect an item that is currently selected, by matching the label.
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.
deselectItem() - Method in class com.vaadin.flow.component.radiobutton.RadioButtonGroupTester
Deselects item selection.
deselectItem(String) - Method in class com.vaadin.flow.component.checkbox.CheckboxGroupTester
Deselects an item by its client string representation.
deselectItems(String...) - Method in class com.vaadin.flow.component.checkbox.CheckboxGroupTester
Deselects multiple items by client string representation.
deselectItems(String...) - Method in class com.vaadin.flow.component.listbox.MultiSelectListBoxTester
Deselect item(s) by client string representation.
deselectItems(Collection<String>) - Method in class com.vaadin.flow.component.checkbox.CheckboxGroupTester
Deselects items by client string representation.
deselectItems(T...) - Method in interface com.vaadin.flow.data.selection.SelectionModel.Multi
Removes the given items from the set of currently selected items.
deserialize(JsonParser, DeserializationContext) - Method in class com.vaadin.hilla.endpointransfermapper.EndpointTransferMapper.MultipartFileDeserializer
 
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.
DESKTOP - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
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() - Method in record class com.vaadin.flow.server.dau.EnforcementNotificationMessages
Returns the value of the details record component.
Details - Class in com.vaadin.flow.component.details
Details is an expandable panel for showing and hiding content from the user to make the UI less crowded.
Details() - Constructor for class com.vaadin.flow.component.details.Details
Initializes a new Details component.
Details(Component) - Constructor for class com.vaadin.flow.component.details.Details
Initializes a new Details using the provided summary.
Details(Component, 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 components.
Details(String) - Constructor for class com.vaadin.flow.component.details.Details
Initializes a new Details using the provided summary.
Details(String, Component) - Constructor for class com.vaadin.flow.component.details.Details
Initializes a new Details using the provided summary and content.
Details(String, Component...) - Constructor for class com.vaadin.flow.component.details.Details
Initializes a new Details using the provided summary and content components.
DETAILS - Static variable in annotation interface com.vaadin.flow.component.Tag
Tag for an <details>.
Details.OpenedChangeEvent - Class in com.vaadin.flow.component.details
 
DetailsElement - Class in com.vaadin.flow.component.details.testbench
 
DetailsElement() - Constructor for class com.vaadin.flow.component.details.testbench.DetailsElement
 
DetailsTester<T extends Details> - Class in com.vaadin.flow.component.details
Tester for Details components.
DetailsTester(T) - Constructor for class com.vaadin.flow.component.details.DetailsTester
Wrap given component for testing.
DetailsVariant - Enum Class 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
Detaches an object if it is a StateNode.
determinePushServletMapping(VaadinSession) - Static method in class com.vaadin.flow.internal.BootstrapHandlerHelper
 
determineTargetUrl(HttpServletRequest, HttpServletResponse) - Method in class com.vaadin.flow.spring.security.VaadinSavedRequestAwareAuthenticationSuccessHandler
Determines the originally requested path by the user before authentication by reading the target redirect url from the response header.
dev() - Element in annotation interface com.vaadin.flow.component.dependency.NpmPackage
Whether the package should be installed as a dev dependency.
DEV_BUNDLE_COMPRESSED_FILE - Static variable in class com.vaadin.flow.server.Constants
The file name of the compressed development bundle.
DEV_BUNDLE_COMPRESSED_FILE_LOCATION - Static variable in class com.vaadin.flow.server.Constants
Location of the compressed development bundle file.
DEV_BUNDLE_JAR_PATH - Static variable in class com.vaadin.flow.server.Constants
The path part where dev-bundle is located inside the jar.
DEV_BUNDLE_LOCATION - Static variable in class com.vaadin.flow.server.Constants
The folder in the project where Flow generates Express Build mode application dev bundle.
DEV_BUNDLE_NAME - Static variable in class com.vaadin.flow.server.Constants
The name of the default dev bundle for the Express Build mode.
DEV_FOLDER_MISSING_MESSAGE - Static variable in class com.vaadin.flow.server.startup.AbstractConfigurationFactory
 
DEV_SERVER_HOST - Static variable in class com.vaadin.base.devserver.AbstractDevServerRunner
 
DEV_SETTINGS_FILE - Static variable in class com.vaadin.flow.server.frontend.TaskUpdateSettingsFile
 
DEV_TOOLS_ENABLED - Static variable in class com.vaadin.flow.shared.ApplicationConstants
Boolean client configuration parameter enabling the development tools.
DevBundleBuildingHandler - Class in com.vaadin.base.devserver
A fake DevModeHandler whose only purpose is to eagerly show a "build in progress" HTML page to the user, during the creation of the development bundle.
DevBundleBuildingHandler(CompletableFuture<Void>) - Constructor for class com.vaadin.base.devserver.DevBundleBuildingHandler
 
DevBundleUtils - Class in com.vaadin.flow.server.frontend
Helpers related to the development bundle.
DEVELOPMENT_BUNDLE - Enum constant in enum class com.vaadin.flow.server.Mode
 
DEVELOPMENT_FRONTEND_LIVERELOAD - Enum constant in enum class com.vaadin.flow.server.Mode
 
developmentOnly() - Element in annotation interface com.vaadin.flow.component.dependency.JavaScript
Defines if the JavaScript should be loaded only when running in development mode (for development tooling etc.) or if it should always be loaded.
developmentOnly() - Element in annotation interface com.vaadin.flow.component.dependency.JsModule
Defines if the JavaScript should be loaded only when running in development mode (for development tooling etc.) or if it should always be loaded.
DEVICE_DIMENSIONS - Static variable in annotation interface com.vaadin.flow.component.page.Viewport
Sets the viewport at the width and height of the device.
DEVICE_HEIGHT - Static variable in annotation interface com.vaadin.flow.component.page.Viewport
Sets the viewport to the height of the device rather than the rendered space.
Devmode() - Constructor for class com.vaadin.flow.spring.VaadinConfigurationProperties.Devmode
 
DevModeBrowserLauncher - Class in com.vaadin.flow.spring
Utilities for launching a browser when running in development mode.
DevModeBrowserLauncher(SpringApplication, String[]) - Constructor for class com.vaadin.flow.spring.DevModeBrowserLauncher
 
DevModeHandler - Interface in com.vaadin.flow.internal
 
DevModeHandlerManager - Interface in com.vaadin.flow.internal
Provides API to access to the DevModeHandler instance by a VaadinService.
DevModeHandlerManagerImpl - Class in com.vaadin.base.devserver
Provides API to access to the DevModeHandler instance.
DevModeHandlerManagerImpl() - Constructor for class com.vaadin.base.devserver.DevModeHandlerManagerImpl
 
DevModeInitializer - Class in com.vaadin.base.devserver.startup
Initializer for starting node updaters as well as the dev mode server.
DevModeInitializer() - Constructor for class com.vaadin.base.devserver.startup.DevModeInitializer
 
DevModeStartupListener - Class in com.vaadin.base.devserver.startup
Trigger for running dev mode initialization when running in a compatible servlet environment.
DevModeStartupListener() - Constructor for class com.vaadin.base.devserver.startup.DevModeStartupListener
 
DevModeUsageStatistics - Class in com.vaadin.base.devserver.stats
Singleton for collecting development time usage metrics
DevServerOutputTracker - Class in com.vaadin.base.devserver
Tracks the output of a dev server and scans for given success and/or failure patterns while copying the dev server output to standard output.
DevServerOutputTracker(InputStream, Pattern, Pattern, Consumer<DevServerOutputTracker.Result>) - Constructor for class com.vaadin.base.devserver.DevServerOutputTracker
Creates a new finder that scans for the given success and/or failure pattern.
DevServerOutputTracker.Result - Class in com.vaadin.base.devserver
Encapsulates the result of a find operation.
DevToolsInterface - Interface in com.vaadin.base.devserver
For interfacing with the development tools by plugins.
DevToolsMessageHandler - Interface in com.vaadin.base.devserver
Handles dev tools messages from the client.
DevToolsToken - Class in com.vaadin.flow.server
Representation of the security token exchanged with the Dev Tools client to validate websocket connections.
DevToolsToken() - Constructor for class com.vaadin.flow.server.DevToolsToken
 
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
A Dialog is a small window that can be used to present information and user interface elements in an overlay.
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(String) - Constructor for class com.vaadin.flow.component.dialog.Dialog
Creates a dialog with given title.
Dialog(String, Component...) - Constructor for class com.vaadin.flow.component.dialog.Dialog
Creates a dialog with given title and components inside.
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
 
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.DialogDraggedEvent - Class in com.vaadin.flow.component.dialog
`dragged` event is sent when the user finishes dragging the overlay.
Dialog.DialogFooter - Class in com.vaadin.flow.component.dialog
Class for adding and removing components to the footer part of a dialog.
Dialog.DialogHeader - Class in com.vaadin.flow.component.dialog
Class for adding and removing components to the header part of a dialog.
Dialog.DialogResizeEvent - Class in com.vaadin.flow.component.dialog
`resize` event is sent when the user finishes resizing the overlay.
Dialog.OpenedChangeEvent - Class in com.vaadin.flow.component.dialog
opened-changed event is sent when the overlay opened state changes.
DialogCloseActionEvent(Dialog, boolean) - Constructor for class com.vaadin.flow.component.dialog.Dialog.DialogCloseActionEvent
 
DialogDraggedEvent(Dialog, boolean, String, String) - Constructor for class com.vaadin.flow.component.dialog.Dialog.DialogDraggedEvent
 
DialogElement - Class in com.vaadin.flow.component.dialog.testbench
A TestBench element representing a <vaadin-dialog> element.
DialogElement() - Constructor for class com.vaadin.flow.component.dialog.testbench.DialogElement
 
DialogResizeEvent(Dialog, boolean, String, String, String, String) - Constructor for class com.vaadin.flow.component.dialog.Dialog.DialogResizeEvent
 
DialogTester - Class in com.vaadin.flow.component.dialog
 
DialogTester(Dialog) - Constructor for class com.vaadin.flow.component.dialog.DialogTester
Wrap given component for testing.
DialogVariant - Enum Class in com.vaadin.flow.component.dialog
Set of theme variants applicable for vaadin-dialog component.
DIAMOND - Enum constant in enum class com.vaadin.flow.component.charts.model.MarkerSymbolEnum
 
DIAMOND - Enum constant in enum class com.vaadin.flow.component.charts.model.Shape
 
DIAMOND - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
DIAMOND_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
DIGIT_0 - Static variable in interface com.vaadin.flow.component.Key
0) on a US keyboard.
DIGIT_1 - Static variable in interface com.vaadin.flow.component.Key
1! on a US keyboard.
DIGIT_2 - Static variable in interface com.vaadin.flow.component.Key
2@ on a US keyboard.
DIGIT_3 - Static variable in interface com.vaadin.flow.component.Key
3# on a US keyboard.
DIGIT_4 - Static variable in interface com.vaadin.flow.component.Key
4$ on a US keyboard.
DIGIT_5 - Static variable in interface com.vaadin.flow.component.Key
5% on a US keyboard.
DIGIT_6 - Static variable in interface com.vaadin.flow.component.Key
6^ on a US keyboard.
DIGIT_7 - Static variable in interface com.vaadin.flow.component.Key
7& on a US keyboard.
DIGIT_8 - Static variable in interface com.vaadin.flow.component.Key
8* on a US keyboard.
DIGIT_9 - Static variable in interface com.vaadin.flow.component.Key
9( on a US keyboard.
Dimension - Enum Class in com.vaadin.flow.component.charts.model
Axial dimension.
DIMGRAY - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
DIMGREY - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
DIMMER - Static variable in interface com.vaadin.flow.component.Key
Adjusts the brightness of the device by toggling between two brightness levels or by cycling among multiple brightness levels.
DIPLOMA - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
DIPLOMA_SCROLL - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
Direction - Enum Class in com.vaadin.flow.component
Specifies the direction of the text and other content inside of an element.
DirectoryWriter() - Constructor for class com.vaadin.flow.server.webcomponent.WebComponentModulesWriter.DirectoryWriter
 
DISABLE_AUTOMATIC_SERVLET_REGISTRATION - Static variable in class com.vaadin.flow.server.InitParameters
Configuration name for the parameter that determines if Flow should automatically register servlets needed for the application to work.
DISABLE_CHECK - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
 
DISABLE_PREPARE_FRONTEND_CACHE - Static variable in class com.vaadin.flow.server.Constants
Key for storing the value of `alwaysExecutePrepareFrontend` flag of Gradle builds in a build info (token) file.
disableAutomaticServletRegistration() - Method in interface com.vaadin.flow.server.startup.ApplicationConfiguration
Determines if Flow should automatically register servlets.
disableCredits() - Method in class com.vaadin.flow.component.charts.model.Configuration
Disables the credits by setting a Credits object with the enabled property set to false.
disabled() - Method in class com.vaadin.flow.spring.security.NavigationAccessControlConfigurer
DISABLED - Enum constant in enum class com.vaadin.flow.shared.communication.PushMode
Push is disabled.
DISABLED - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.TextColor
 
DisabledUpdateMode - Enum Class in com.vaadin.flow.dom
Controls RPC communication from the client side to the server side respecting enabled state.
DisableOnClickController<C extends Component & HasEnabled> - Class in com.vaadin.flow.component.shared.internal
An internal controller for handling disabling a component when it is clicked.
DisableOnClickController(C) - Constructor for class com.vaadin.flow.component.shared.internal.DisableOnClickController
Creates a new controller for the given component.
disableWaitForVaadin() - Method in class com.vaadin.testbench.commands.TestBenchCommandExecutor
 
disableWaitForVaadin() - Method in interface com.vaadin.testbench.commands.TestBenchCommands
Disables implicit waiting for Vaadin to finish processing requests.
DISC - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
DISCARD - Enum constant in enum class com.vaadin.flow.component.shared.SelectionPreservationMode
Selection preservation mode that clears selection when DataProvider.refreshAll() is called.
disconnect() - Method in class com.vaadin.flow.server.communication.AtmospherePushConnection
 
disconnect() - Method in interface com.vaadin.flow.server.communication.PushConnection
Closes the connection.
disconnected() - Method in class com.vaadin.flow.component.webcomponent.WebComponentWrapper
A WebComponent disconnected from the dom will be scheduled for cleaning if it doesn't get reconnected before times up.
DISCONNECTED - Enum constant in enum class com.vaadin.flow.server.communication.AtmospherePushConnection.State
Not connected.
discoverRoutes() - Method in class com.vaadin.testbench.unit.BaseUIUnitTest
 
discoverRoutes(Set<String>) - Static method in class com.vaadin.testbench.unit.BaseUIUnitTest
Discover and return Routes for mocked Vaadin core system.
DISMISS_LABEL - Static variable in class com.vaadin.flow.component.cookieconsent.testbench.CookieConsentElement.DefaultValues
 
dispatchAction(Command) - Method in interface com.vaadin.collaborationengine.ActionDispatcher
Dispatches the given action.
dispatchEvent(String) - Method in class com.vaadin.testbench.TestBenchElement
Dispatches (fires) a custom event of the given type on the element.
dispatchEvent(String, Map<String, Object>) - Method in class com.vaadin.testbench.TestBenchElement
Dispatches (fires) a custom event of the given type on the element with the given properties
display() - Element in annotation interface com.vaadin.flow.server.PWA
Defines the developers? preferred display mode for the website.
DISPLAY_SWAP - Static variable in interface com.vaadin.flow.component.Key
Cycles among video sources.
disposeStreamVariable() - Method in class com.vaadin.flow.server.communication.streaming.StreamingStartEventImpl
 
disposeStreamVariable() - Method in interface com.vaadin.flow.server.StreamVariable.StreamingStartEvent
The owner of the StreamVariable can call this method to inform the implementation that this StreamVariable will not be used to accept more post.
Div - Class in com.vaadin.flow.component.html
Component representing a <div> element.
Div() - Constructor for class com.vaadin.flow.component.html.Div
Creates a new empty div.
Div(Component...) - Constructor for class com.vaadin.flow.component.html.Div
Creates a new div with the given child components.
Div(String) - Constructor for class com.vaadin.flow.component.html.Div
Creates a new div with the given text.
DIV - Static variable in annotation interface com.vaadin.flow.component.Tag
Tag for an <div>.
DivElement - Class in com.vaadin.flow.component.html.testbench
A TestBench element representing a <div> element.
DivElement() - Constructor for class com.vaadin.flow.component.html.testbench.DivElement
 
DIVIDE - Static variable in interface com.vaadin.flow.component.Key
The numeric keypad's division key, /.
DivTester - Class in com.vaadin.flow.component.html.testbench
 
DivTester(Div) - Constructor for class com.vaadin.flow.component.html.testbench.DivTester
Wrap given component for testing.
DL - Static variable in annotation interface com.vaadin.flow.component.Tag
Tag for an <dl>.
DND_CONNECTOR - Static variable in class com.vaadin.flow.component.dnd.internal.DndUtil
Resource path for importing dnd connector.
DndUtil - Class in com.vaadin.flow.component.dnd.internal
Internal class for drag and drop related utility methods.
Docker - Class in com.vaadin.open
 
Docker() - Constructor for class com.vaadin.open.Docker
 
doCreate(VaadinContext, Map<String, String>) - Method in class com.vaadin.flow.server.startup.DefaultApplicationConfigurationFactory
Creates application configuration instance based on provided data.
doCreate(VaadinContext, Map<String, String>) - Method in class com.vaadin.flow.spring.SpringApplicationConfigurationFactory
 
doCreateBinding(HasValue<?, FIELDVALUE>, Converter<FIELDVALUE, TARGET>, BindingValidationStatusHandler) - Method in class com.vaadin.collaborationengine.CollaborationBinder
 
doCreateBinding(HasValue<?, FIELDVALUE>, Converter<FIELDVALUE, TARGET>, BindingValidationStatusHandler) - Method in class com.vaadin.flow.data.binder.Binder
 
DOCTOR - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
DOCTOR_BRIEFCASE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
DODGERBLUE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
doFindAllClassPathResources(String) - Method in class com.vaadin.flow.spring.io.FilterableResourceResolver
Find all class path resources with the given path via the configured ClassLoader.
doFindPathMatchingJarResources(Resource, URL, String) - Method in class com.vaadin.flow.spring.io.FilterableResourceResolver
Find all resources in jar files that match the given location pattern via the Ant-style PathMatcher.
doHandleMultipartFileUpload(VaadinSession, VaadinRequest, VaadinResponse, StreamReceiver, StateNode) - Method in class com.vaadin.flow.server.communication.StreamReceiverHandler
Streams content from a multipart request to given StreamVariable.
doHandleXhrFilePost(VaadinSession, VaadinRequest, VaadinResponse, StreamReceiver, StateNode, long) - Method in class com.vaadin.flow.server.communication.StreamReceiverHandler
Used to stream plain file post (aka XHR2.post(File))
doInit(VaadinRequest, int) - Method in class com.vaadin.flow.component.UI
Deprecated.
doInit(VaadinRequest, int, String) - Method in class com.vaadin.flow.component.UI
Internal initialization method, should not be overridden.
doInit(VaadinRequest, int, String) - Method in class com.vaadin.flow.component.webcomponent.WebComponentUI
 
DOLLAR - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
DOM_EVENT_NAME - Static variable in class com.vaadin.flow.component.PollEvent
 
DomEvent - Class in com.vaadin.flow.dom
Server-side representation of a DOM event fired in the browser.
DomEvent - Annotation Interface in com.vaadin.flow.component
Maps a DOM event to a ComponentEvent.
DomEvent(Element, String, JsonObject) - Constructor for class com.vaadin.flow.dom.DomEvent
Creates a new DOM event.
DomEventListener - Interface in com.vaadin.flow.dom
Server-side listener for client-side DOM events.
DomListenerRegistration - Interface in com.vaadin.flow.dom
A registration for configuring or removing a DOM event listener added to an element.
doStartDevServer() - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
Starts the dev server and returns the started process.
DOT - Enum constant in enum class com.vaadin.flow.component.charts.model.DashStyle
 
DOT_CIRCLE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
DOTTED - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Border
 
doubleClick() - Method in class com.vaadin.testbench.TestBenchElement
 
doubleClickRow(int) - Method in class com.vaadin.flow.component.grid.GridTester
Double-click on grid row.
doubleClickRow(int, MetaKeys) - Method in class com.vaadin.flow.component.grid.GridTester
Double-click on grid row with given meta keys pressed.
doubleClickRow(int, MouseButton) - Method in class com.vaadin.flow.component.grid.GridTester
Double-click on grid row with given button.
doubleClickRow(int, MouseButton, MetaKeys) - Method in class com.vaadin.flow.component.grid.GridTester
Double-click on grid row with given button and meta keys pressed.
DoubleRangeValidator - Class in com.vaadin.flow.data.validator
Validator for validating that a Double is inside a given range.
DoubleRangeValidator(String, Double, Double) - Constructor for class com.vaadin.flow.data.validator.DoubleRangeValidator
Creates a validator for checking that an Double is within a given range.
DoubleToBigDecimalConverter - Class in com.vaadin.flow.data.converter
A converter that converts from Double to BigDecimal and back.
DoubleToBigDecimalConverter() - Constructor for class com.vaadin.flow.data.converter.DoubleToBigDecimalConverter
 
doUnregister(Integer) - Method in class com.vaadin.flow.data.provider.DataCommunicator
 
doUnregister(Integer) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalDataCommunicator
 
download(OutputStream) - Method in class com.vaadin.flow.component.html.testbench.AnchorTester
Download the stream resource linked by the anchor.
download(URI, File, String, String, FileDownloader.ProgressListener) - Method in class com.vaadin.flow.server.frontend.installer.DefaultFileDownloader
 
download(URI, File, String, String, FileDownloader.ProgressListener) - Method in interface com.vaadin.flow.server.frontend.installer.FileDownloader
Download to destination from url using username and password.
DOWNLOAD - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
DOWNLOAD - Enum constant in enum class com.vaadin.flow.theme.lumo.LumoIcon
 
DOWNLOAD_ALT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
DownloadException - Exception in com.vaadin.flow.server.frontend.installer
Exception indicating a failure during file download.
DownloadException(String) - Constructor for exception com.vaadin.flow.server.frontend.installer.DownloadException
Exceptioon with message.
drag(WebElement) - Method in class com.vaadin.testbench.AbstractBrowserTestBase
Simulate only a drag of source.
DRAG_SOURCE_DATA_KEY - Static variable in class com.vaadin.flow.component.dnd.internal.DndUtil
Key for storing server side drag data for a DragSource.
DRAG_SOURCE_IMAGE - Static variable in class com.vaadin.flow.component.dnd.internal.DndUtil
Key for storing server side drag image for a DragSource.
dragAndDrop(WebElement, WebElement) - Method in class com.vaadin.testbench.AbstractBrowserTestBase
Simulate DnD of source element into the target element.
DragDrop - Class in com.vaadin.flow.component.charts.model
 
DragDrop() - Constructor for class com.vaadin.flow.component.charts.model.DragDrop
 
dragElementOver(WebElement, WebElement) - Method in class com.vaadin.testbench.AbstractBrowserTestBase
Simulate a drag of source element and over the target element.
DragEndEvent<T extends Component> - Class in com.vaadin.flow.component.dnd
HTML5 drag end event, fired when the user stops dragging a drag source either by dropping on top of a valid drop target or by canceling to drop.
DragEndEvent(T, boolean, String) - Constructor for class com.vaadin.flow.component.dnd.DragEndEvent
Creates a drag end event.
DragHandle - Class in com.vaadin.flow.component.charts.model
 
DragHandle() - Constructor for class com.vaadin.flow.component.charts.model.DragHandle
 
DragSource<T extends Component> - Interface in com.vaadin.flow.component.dnd
Mixin interface that provides basic drag source API for any component.
DragStartEvent<T extends Component> - Class in com.vaadin.flow.component.dnd
HTML5 drag start event, fired when the user starts dragging a drag source.
DragStartEvent(T, boolean) - Constructor for class com.vaadin.flow.component.dnd.DragStartEvent
Creates a drag start event.
drawChart() - Method in class com.vaadin.flow.component.charts.Chart
Draws a chart using the current configuration.
drawChart(boolean) - Method in class com.vaadin.flow.component.charts.Chart
Draws a chart using the current configuration.
DRAWER - Enum constant in enum class com.vaadin.flow.component.applayout.AppLayout.Section
 
DrawerToggle - Class in com.vaadin.flow.component.applayout
Server-side component for the <vaadin-drawer-toggle> element.
DrawerToggle() - Constructor for class com.vaadin.flow.component.applayout.DrawerToggle
 
DrawerToggleElement - Class in com.vaadin.flow.component.applayout.testbench
 
DrawerToggleElement() - Constructor for class com.vaadin.flow.component.applayout.testbench.DrawerToggleElement
 
Drilldown - Class in com.vaadin.flow.component.charts.model
Options for drill down, the concept of inspecting increasingly high resolution data through clicking on chart items like columns or pie slices.
Drilldown() - Constructor for class com.vaadin.flow.component.charts.model.Drilldown
 
DrilldownCallback - Interface in com.vaadin.flow.component.charts.model
Handler interface for chart's drilldown callbacks.
DrilldownCallback.DrilldownDetails - Class in com.vaadin.flow.component.charts.model
 
DrilldownDetails(Series, DataSeriesItem, int) - Constructor for class com.vaadin.flow.component.charts.model.DrilldownCallback.DrilldownDetails
Construct a DrilldownDetails
DrilldownEvent - Class in com.vaadin.flow.component.charts.events
The DrilldownEvent class stores information on click events in drilldown points
DrilldownEvent(Chart, boolean, String, String, Double, Double, int, String, int) - Constructor for class com.vaadin.flow.component.charts.events.DrilldownEvent
Construct a ChartDrilldownEvent
DrillUpButton - Class in com.vaadin.flow.component.charts.model
Options for the drill up button that appears when drilling down on a series.
DrillUpButton() - Constructor for class com.vaadin.flow.component.charts.model.DrillUpButton
 
DrillUpButtonRelativeTo - Enum Class in com.vaadin.flow.component.charts.model
What box to align the button to.
DrillUpButtonTheme - Class in com.vaadin.flow.component.charts.model
A collection of style attributes for the DrillUpButton
DrillUpButtonTheme() - Constructor for class com.vaadin.flow.component.charts.model.DrillUpButtonTheme
 
driver - Variable in class com.vaadin.testbench.browser.BrowserExtension
 
driver - Variable in class com.vaadin.testbench.TestBenchTestCase
 
driver() - Method in record class com.vaadin.testbench.browser.BrowserTestInfo
Returns the value of the driver record component.
DriverInvocationHandler - Class in com.vaadin.testbench
 
DriverInvocationHandler(Object) - Constructor for class com.vaadin.testbench.DriverInvocationHandler
 
DriverSupplier - Interface in com.vaadin.testbench
Class implementing this interface can provide own WebDriver to be used during test execution.
DROP - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
DROP_EFFECT_ELEMENT_PROPERTY - Static variable in class com.vaadin.flow.component.dnd.internal.DndUtil
Property name for storing the DropEffect on element level.
DROP_TARGET_ACTIVE_PROPERTY - Static variable in class com.vaadin.flow.component.dnd.internal.DndUtil
Property name for storing drop target activity data for an element.
DROPDOWN - Enum constant in enum class com.vaadin.flow.theme.lumo.LumoIcon
 
DropEffect - Enum Class in com.vaadin.flow.component.dnd
Used to specify the drop effect to use on dragenter or dragover events.
DropEvent<T extends Component> - Class in com.vaadin.flow.component.dnd
Server side drop event.
DropEvent(T, boolean, String) - Constructor for class com.vaadin.flow.component.dnd.DropEvent
Creates a server side drop event.
DropFiles() - Constructor for class com.vaadin.flow.component.upload.UploadI18N.DropFiles
 
DropTarget<T extends Component> - Interface in com.vaadin.flow.component.dnd
Mixin interface that provides basic drop target API for any component.
DT - Static variable in annotation interface com.vaadin.flow.component.Tag
Tag for an <dt>.
dumpBeforeClientResponseEntries() - Method in class com.vaadin.flow.internal.StateNode
Gets the current list of pending execution entries for this node and clears the current list.
dumpConstants() - Method in class com.vaadin.flow.internal.ConstantPool
Encodes all new constants to a JSON object and marks those constants as non-new.
dumpPendingJavaScriptInvocations() - Method in class com.vaadin.flow.component.internal.UIInternals
Gets all the pending JavaScript invocations that are ready to be sent to a client.
DuplicateNavigationTitleException - Exception in com.vaadin.flow.server.startup
Exception indicating a conflict between a route target implementing HasDynamicTitle while also having a PageTitle annotation.
DuplicateNavigationTitleException(String) - Constructor for exception com.vaadin.flow.server.startup.DuplicateNavigationTitleException
Constructs a new exception with the specified detail message.
DVR - Static variable in interface com.vaadin.flow.component.Key
Switches the input source to the Digital Video Recorder (DVR).
DYN_RES_PREFIX - Static variable in class com.vaadin.flow.server.communication.StreamRequestHandler
Dynamic resource URI prefix.
DYNAMIC_IMPORT - Enum constant in enum class com.vaadin.flow.shared.ui.Dependency.Type
 

E

EAGER - Enum constant in enum class com.vaadin.flow.component.grid.ColumnRendering
In this mode, all columns are rendered upfront, regardless of their visibility within the viewport.
EAGER - Enum constant in enum class com.vaadin.flow.data.value.ValueChangeMode
Syncs the value to the server each time it's changed on the client.
EAGER - Enum constant in enum class com.vaadin.flow.shared.ui.LoadMode
Forces the dependency being loaded before the initial page load.
ECLIPSE - Enum constant in enum class com.vaadin.base.devserver.OpenInCurrentIde.Ide
 
ECMA_SCRIPT_RESERVED_WORDS - Static variable in class com.vaadin.hilla.EndpointNameChecker
Set of reserved words in ECMAScript specification.
edge() - Static method in class com.vaadin.testbench.parallel.BrowserUtil
Gets the capabilities for Edge
EDGE - Enum constant in enum class com.vaadin.open.App
 
EDGE - Enum constant in enum class com.vaadin.testbench.parallel.Browser
 
edit(E, Crud.EditMode) - Method in class com.vaadin.flow.component.crud.Crud
Initiates an item edit from the server-side.
EDIT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
EDIT - Enum constant in enum class com.vaadin.flow.theme.lumo.LumoIcon
 
EditColumn(GridPro<T>, String, Renderer<T>) - Constructor for class com.vaadin.flow.component.gridpro.GridPro.EditColumn
Constructs a new Column for use inside a Grid.
EditColumnConfigurator<T> - Class in com.vaadin.flow.component.gridpro
Configuration for the editor of an edit column.
EditEvent(Crud<E>, boolean, JsonObject, Object) - Constructor for class com.vaadin.flow.component.crud.Crud.EditEvent
Creates a new event using the given source and indicator whether the event originated from the client side or the server side.
editItem(T) - Method in interface com.vaadin.flow.component.grid.editor.Editor
Opens the editor component for the provided item and fires an EditorOpenEvent.
editItem(T) - Method in class com.vaadin.flow.component.grid.editor.EditorImpl
 
Editor<T> - Interface in com.vaadin.flow.component.grid.editor
An editor in a Grid.
EditorCancelEvent<T> - Class in com.vaadin.flow.component.grid.editor
Holds the data for cancel events fired in Editor.
EditorCancelEvent(Editor<T>, T) - Constructor for class com.vaadin.flow.component.grid.editor.EditorCancelEvent
Constructor for the editor cancel event.
EditorCancelListener<T> - Interface in com.vaadin.flow.component.grid.editor
An event listener for a Grid editor cancel events.
EditorCloseEvent<T> - Class in com.vaadin.flow.component.grid.editor
Holds the data for close events fired in Editor.
EditorCloseEvent(Editor<T>, T) - Constructor for class com.vaadin.flow.component.grid.editor.EditorCloseEvent
Constructor for the editor close event.
EditorCloseListener<T> - Interface in com.vaadin.flow.component.grid.editor
An event listener for a Grid editor close events.
EditorEvent<T> - Class in com.vaadin.flow.component.grid.editor
Base class for events fired in Editor.
EditorEvent(Editor<T>, T) - Constructor for class com.vaadin.flow.component.grid.editor.EditorEvent
Constructor for the editor event.
EditorImpl<T> - Class in com.vaadin.flow.component.grid.editor
Implementation of Editor interface.
EditorImpl(Grid<T>, PropertySet<T>) - Constructor for class com.vaadin.flow.component.grid.editor.EditorImpl
 
EditorOpenEvent<T> - Class in com.vaadin.flow.component.grid.editor
Holds the data for open events fired in Editor.
EditorOpenEvent(Editor<T>, T) - Constructor for class com.vaadin.flow.component.grid.editor.EditorOpenEvent
Constructor for the editor open event.
EditorOpenListener<T> - Interface in com.vaadin.flow.component.grid.editor
An event listener for a Grid editor open events.
EditorRenderer<T> - Class in com.vaadin.flow.component.grid.editor
Renderer and DataGenerator used by Grid.Column to control the state of the editor components.
EditorRenderer(Editor<T>, String) - Constructor for class com.vaadin.flow.component.grid.editor.EditorRenderer
Creates a new renderer for a specific column.
EditorSaveEvent<T> - Class in com.vaadin.flow.component.grid.editor
Holds the data for save events fired in Editor.
EditorSaveEvent(Editor<T>, T) - Constructor for class com.vaadin.flow.component.grid.editor.EditorSaveEvent
Constructor for the editor save event.
EditorSaveListener<T> - Interface in com.vaadin.flow.component.grid.editor
An event listener for a Grid editor save events.
EditorType - Enum Class in com.vaadin.flow.component.gridpro
Set of editor types applicable for editor of the vaadin-grid-edit-column component.
EFFECT_ALLOWED_ELEMENT_PROPERTY - Static variable in class com.vaadin.flow.component.dnd.internal.DndUtil
Property name for storing the EffectAllowed on element level.
EffectAllowed - Enum Class in com.vaadin.flow.component.dnd
Used to specify the effect that is allowed for a drag operation.
EISU - Static variable in interface com.vaadin.flow.component.Key
The Eisu key.
EJECT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
EJECT - Static variable in interface com.vaadin.flow.component.Key
The Eject or ? key.
ELASTIC - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
Element - Class in com.vaadin.flow.dom
Represents an element in the DOM.
Element - Annotation Interface in com.vaadin.testbench.elementsbase
Defines the tag name of the element class.
Element(StateNode, ElementStateProvider) - Constructor for class com.vaadin.flow.dom.Element
Private constructor for initializing with an existing node and state provider.
Element(String) - Constructor for class com.vaadin.flow.dom.Element
Creates an element using the given tag name.
ELEMENT_ATTRIBUTES - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
ELEMENT_CHILDREN - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
ELEMENT_DATA - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
Id for ElementData.
ELEMENT_LISTENERS - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
ELEMENT_PROPERTIES - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
ELEMENT_STYLE_PROPERTIES - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
ElementAttachEvent - Class in com.vaadin.flow.dom
Event fired after an Element has been attached to the UI.
ElementAttachEvent(Element) - Constructor for class com.vaadin.flow.dom.ElementAttachEvent
Creates a new attach event with the given element as source.
ElementAttachListener - Interface in com.vaadin.flow.dom
Listener for element attach events.
ElementAttributeMap - Class in com.vaadin.flow.internal.nodefeature
Map for element attribute values.
ElementAttributeMap(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.ElementAttributeMap
Creates a new element attribute map for the given node.
ElementChildrenList - Class in com.vaadin.flow.internal.nodefeature
List of nodes describing the child elements of an element.
ElementChildrenList(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.ElementChildrenList
Creates a new element children list for the given node.
ElementClassList - Class in com.vaadin.flow.internal.nodefeature
Handles CSS class names for an element.
ElementClassList(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.ElementClassList
Creates a new class list for the given node.
ElementConditions - Class in com.vaadin.testbench.unit
A collection of commons predicates to be used as ComponentQuery conditions.
ElementConstants - Class in com.vaadin.flow.dom
Constants for common element attribute, property, style names.
ElementData - Class in com.vaadin.flow.internal.nodefeature
Map of basic element information.
ElementData(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.ElementData
Creates a new element data map for the given node.
ElementDetachEvent - Class in com.vaadin.flow.dom
Event fired after an element has been detached from the UI.
ElementDetachEvent(Element) - Constructor for class com.vaadin.flow.dom.ElementDetachEvent
Creates a new detach event with the given element as source.
ElementDetachListener - Interface in com.vaadin.flow.dom
Listener for element detach events.
ElementFactory - Interface in com.vaadin.flow.dom
Helpers to create Element instances.
ElementListenerMap - Class in com.vaadin.flow.internal.nodefeature
Map of DOM events with server-side listeners.
ElementListenerMap(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.ElementListenerMap
Creates a new element listener map for the given node.
ElementPropertyMap - Class in com.vaadin.flow.internal.nodefeature
Map for element property values.
ElementPropertyMap(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.ElementPropertyMap
Creates a new element property map for the given node.
ElementQuery<T extends TestBenchElement> - Class in com.vaadin.testbench
Query class used for finding a given element inside a given search context.
ElementQuery(Class<T>) - Constructor for class com.vaadin.testbench.ElementQuery
Instantiate a new ElementQuery to look for the given type of element.
ElementQuery(Class<T>, String) - Constructor for class com.vaadin.testbench.ElementQuery
Instantiate a new ElementQuery to look for the given type of element.
ElementQuery.AttributeMatch - Class in com.vaadin.testbench
Class for holding name, comparison, and value for matching attributes.
ElementQuery.AttributeMatch.Comparison - Enum Class in com.vaadin.testbench
Attribute matching comparisons.
ElementStateProvider - Interface in com.vaadin.flow.dom
Handles storing and retrieval of the state information for an element using a state node.
ElementStylePropertyMap - Class in com.vaadin.flow.internal.nodefeature
Map for element style values.
ElementStylePropertyMap(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.ElementStylePropertyMap
Creates a new element style map for the given node.
ElementUtil - Class in com.vaadin.flow.dom
Provides utility methods for Element.
ELLIPSIS - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.TextOverflow
 
ELLIPSIS_CIRCLE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ELLIPSIS_CIRCLE_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ELLIPSIS_DOTS_H - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ELLIPSIS_DOTS_V - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ELLIPSIS_H - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ELLIPSIS_V - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
EM - Enum constant in enum class com.vaadin.flow.component.Unit
Unit code representing the font-size of the relevant font.
EM - Static variable in annotation interface com.vaadin.flow.component.Tag
Tag for an <em>.
EMAIL - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
E-Mail address.
EmailField - Class in com.vaadin.flow.component.textfield
Email Field is an extension of Text Field that only accepts email addresses as input.
EmailField() - Constructor for class com.vaadin.flow.component.textfield.EmailField
Constructs an empty EmailField.
EmailField(HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<EmailField, String>>) - Constructor for class com.vaadin.flow.component.textfield.EmailField
Constructs an empty EmailField with a value change listener.
EmailField(String) - Constructor for class com.vaadin.flow.component.textfield.EmailField
Constructs an empty EmailField with the given label.
EmailField(String, HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<EmailField, String>>) - Constructor for class com.vaadin.flow.component.textfield.EmailField
Constructs an empty EmailField with a value change listener and a label.
EmailField(String, String) - Constructor for class com.vaadin.flow.component.textfield.EmailField
Constructs an empty EmailField with the given label and placeholder text.
EmailField(String, String, HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<EmailField, String>>) - Constructor for class com.vaadin.flow.component.textfield.EmailField
Constructs a EmailField with a value change listener, a label and an initial value.
EmailField.EmailFieldI18n - Class in com.vaadin.flow.component.textfield
The internationalization properties for EmailField.
EmailFieldElement - Class in com.vaadin.flow.component.textfield.testbench
A TestBench element representing a <vaadin-email-field> element.
EmailFieldElement() - Constructor for class com.vaadin.flow.component.textfield.testbench.EmailFieldElement
 
EmailFieldI18n() - Constructor for class com.vaadin.flow.component.textfield.EmailField.EmailFieldI18n
 
EmailValidator - Class in com.vaadin.flow.data.validator
A string validator for e-mail addresses.
EmailValidator(String) - Constructor for class com.vaadin.flow.data.validator.EmailValidator
Creates a validator for checking that a string is a syntactically valid e-mail address.
EmailValidator(String, boolean) - Constructor for class com.vaadin.flow.data.validator.EmailValidator
Creates a validator for checking that a string is a syntactically valid e-mail address.
Emphasis - Class in com.vaadin.flow.component.html
Component representing a <em> element.
Emphasis() - Constructor for class com.vaadin.flow.component.html.Emphasis
Creates a new empty emphasis.
Emphasis(Component...) - Constructor for class com.vaadin.flow.component.html.Emphasis
Creates a new emphasis with the given child components.
Emphasis(String) - Constructor for class com.vaadin.flow.component.html.Emphasis
Creates a new emphasis with the given text.
EmphasisElement - Class in com.vaadin.flow.component.html.testbench
A TestBench element representing an <em> element.
EmphasisElement() - Constructor for class com.vaadin.flow.component.html.testbench.EmphasisElement
 
EmphasisTester - Class in com.vaadin.flow.component.html.testbench
 
EmphasisTester(Emphasis) - Constructor for class com.vaadin.flow.component.html.testbench.EmphasisTester
Wrap given component for testing.
empty() - Static method in class com.vaadin.flow.router.QueryParameters
Creates an empty query parameters information.
empty() - Static method in class com.vaadin.flow.router.RouteParameters
Creates an empty RouteParameters instance.
EMPTY - Enum constant in enum class com.vaadin.flow.component.grid.dnd.GridDropLocation
Dropping into an empty grid, or to the empty area below the grid rows when GridDropMode.ON_TOP is used.
EmptyChange - Class in com.vaadin.flow.internal.change
Empty change for the feature to report its presence for the client (send the feature information even though its data is empty).
EmptyChange(NodeFeature) - Constructor for class com.vaadin.flow.internal.change.EmptyChange
Creates a new empty change.
EmptyDataProvider() - Constructor for class com.vaadin.flow.data.provider.DataCommunicator.EmptyDataProvider
Create in-memory data provider instance with no items in the backed collection.
enable() - Method in class com.vaadin.flow.server.auth.ViewAccessChecker
Deprecated.
Enables the access checker.
ENABLE_BUN_DEFAULT - Static variable in class com.vaadin.flow.server.Constants
Constant for whether bun is default or not.
ENABLE_PNPM_DEFAULT - Static variable in class com.vaadin.flow.server.Constants
Constant for whether pnpm is default or not.
enableAtmosphereDebugLogging() - Static method in class com.vaadin.flow.server.communication.AtmospherePushConnection
Internal method used for reconfiguring loggers to show all Atmosphere log messages in the console.
enableImportsUpdate(boolean) - Method in class com.vaadin.flow.server.frontend.Options
Sets whether to enable imports file update.
enableNavigationAccessControl() - Method in class com.vaadin.flow.spring.security.VaadinWebSecurity
Gets if navigation access control should be enabled.
enableNpmFileCleaning(boolean) - Method in class com.vaadin.flow.server.frontend.Options
Deprecated.
enablePackagesUpdate(boolean) - Method in class com.vaadin.flow.server.frontend.Options
Sets whether to enable packages and frontend file updates.
enablePushUpdates(Executor) - Method in class com.vaadin.flow.data.provider.DataCommunicator
Control whether DataCommunicator should push data updates to the component asynchronously or not.
EnableVaadin - Annotation Interface in com.vaadin.flow.spring.annotation
Brings in the machinery to setup Spring + Vaadin applications.
enableWaitForVaadin() - Method in class com.vaadin.testbench.commands.TestBenchCommandExecutor
 
enableWaitForVaadin() - Method in interface com.vaadin.testbench.commands.TestBenchCommands
Enables implicit waiting for Vaadin to finish processing requests.
encodeImageToBase64(BufferedImage) - Static method in class com.vaadin.testbench.screenshot.ImageUtil
Encodes target image to a Base64 string
encodeURI(String) - Static method in class com.vaadin.flow.internal.UrlUtil
Encodes a full URI.
encodeURIComponent(String) - Static method in class com.vaadin.flow.internal.UrlUtil
Encodes a path segment of a URI.
EncodeUtil - Class in com.vaadin.flow.internal
Utilities related to various encoding schemes.
encodeWithConstantPool(Object, ConstantPool) - Static method in class com.vaadin.flow.internal.JacksonCodec
Encodes a "primitive" value or a constant pool reference to JSON.
encodeWithConstantPool(Object, ConstantPool) - Static method in class com.vaadin.flow.internal.JsonCodec
Encodes a "primitive" value or a constant pool reference to JSON.
encodeWithoutTypeInfo(Object) - Static method in class com.vaadin.flow.internal.JacksonCodec
Helper for encoding any "primitive" value that is directly supported in JSON.
encodeWithoutTypeInfo(Object) - Static method in class com.vaadin.flow.internal.JsonCodec
Helper for encoding any "primitive" value that is directly supported in JSON.
encodeWithTypeInfo(Object) - Static method in class com.vaadin.flow.internal.JacksonCodec
Helper for encoding values that might not have a native representation in JSON.
encodeWithTypeInfo(Object) - Static method in class com.vaadin.flow.internal.JsonCodec
Helper for encoding values that might not have a native representation in JSON.
END - Enum constant in enum class com.vaadin.flow.component.grid.ColumnTextAlign
 
END - Enum constant in enum class com.vaadin.flow.component.map.configuration.style.TextStyle.TextAlign
 
END - Enum constant in enum class com.vaadin.flow.component.orderedlayout.FlexComponent.Alignment
Items are positioned at the end of the container.
END - Enum constant in enum class com.vaadin.flow.component.orderedlayout.FlexComponent.JustifyContentMode
Items are positioned at the end of the container.
END - Enum constant in enum class com.vaadin.flow.component.orderedlayout.FlexLayout.ContentAlignment
Items are positioned at the end of the container.
END - Enum constant in enum class com.vaadin.flow.component.popover.PopoverPosition
 
END - Enum constant in enum class com.vaadin.flow.component.ScrollOptions.Alignment
 
END - Enum constant in enum class com.vaadin.flow.component.shared.Tooltip.TooltipPosition
 
END - Enum constant in enum class com.vaadin.flow.dom.Style.AlignItems
 
END - Enum constant in enum class com.vaadin.flow.dom.Style.AlignSelf
 
END - Enum constant in enum class com.vaadin.flow.dom.Style.JustifyContent
 
END - Static variable in interface com.vaadin.flow.component.Key
The End key.
END - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.AlignContent
 
END - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.AlignItems.Breakpoint.Large
 
END - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.AlignItems.Breakpoint.Medium
 
END - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.AlignItems.Breakpoint.Small
 
END - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.AlignItems.Breakpoint.XLarge
 
END - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.AlignItems.Breakpoint.XXLarge
 
END - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.AlignItems
 
END - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.AlignSelf
 
END - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Border
 
END - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.JustifyContent
 
END_BOTTOM - Enum constant in enum class com.vaadin.flow.component.popover.PopoverPosition
 
END_BOTTOM - Enum constant in enum class com.vaadin.flow.component.shared.Tooltip.TooltipPosition
 
END_CALL - Static variable in interface com.vaadin.flow.component.Key
The End Call or Hang Up button.
END_LISTENER_REGISTRATION_KEY - Static variable in class com.vaadin.flow.component.dnd.internal.DndUtil
Key for storing an internal drag end listener registration for a DragSource.
END_TOP - Enum constant in enum class com.vaadin.flow.component.popover.PopoverPosition
 
END_TOP - Enum constant in enum class com.vaadin.flow.component.shared.Tooltip.TooltipPosition
 
Endpoint - Annotation Interface in com.vaadin.hilla
Annotation to mark the endpoints to be processed by EndpointController class.
ENDPOINT_MAPPER_FACTORY_BEAN_QUALIFIER - Static variable in class com.vaadin.hilla.EndpointController
A qualifier to override the request and response default json mapper.
EndpointAccessChecker - Class in com.vaadin.hilla.auth
Component used for checking role-based ACL in Vaadin Endpoints.
EndpointAccessChecker(AccessAnnotationChecker) - Constructor for class com.vaadin.hilla.auth.EndpointAccessChecker
Creates a new instance.
EndpointAccessDeniedException(String) - Constructor for exception com.vaadin.hilla.EndpointInvocationException.EndpointAccessDeniedException
Creates a new instance.
endpointAnnotations(Class<? extends Annotation>...) - Method in class com.vaadin.hilla.engine.EngineConfiguration.Builder
 
EndpointBadRequestException(String) - Constructor for exception com.vaadin.hilla.EndpointInvocationException.EndpointBadRequestException
Creates a new instance.
EndpointCodeGenerator - Class in com.vaadin.hilla
Handles (re)generation of the TypeScript code.
EndpointCodeGenerator(VaadinContext, EndpointController) - Constructor for class com.vaadin.hilla.EndpointCodeGenerator
Creates the singleton.
EndpointController - Class in com.vaadin.hilla
The controller that is responsible for processing Vaadin endpoint requests.
EndpointController(ApplicationContext, EndpointRegistry, EndpointInvoker, CsrfChecker, ObjectMapper) - Constructor for class com.vaadin.hilla.EndpointController
A constructor used to initialize the controller.
EndpointControllerConfiguration - Class in com.vaadin.hilla
A configuration class for customizing the EndpointController class.
EndpointControllerConfiguration(EndpointProperties) - Constructor for class com.vaadin.hilla.EndpointControllerConfiguration
Initializes the endpoint configuration.
EndpointException - Exception in com.vaadin.hilla.exception
An exception that is intended to be thrown by any Vaadin endpoint method to propagate exception details to the client side.
EndpointException(String) - Constructor for exception com.vaadin.hilla.exception.EndpointException
Creates an exception which information is propagated to the client since, if thrown from a Vaadin endpoint method.
EndpointException(String, Object) - Constructor for exception com.vaadin.hilla.exception.EndpointException
Creates an exception which information is propagated to the client since, if thrown from a Vaadin endpoint method.
EndpointException(String, Throwable) - Constructor for exception com.vaadin.hilla.exception.EndpointException
Creates an exception which information is propagated to the client since, if thrown from a Vaadin endpoint method.
EndpointException(String, Throwable, Object) - Constructor for exception com.vaadin.hilla.exception.EndpointException
Creates an exception which information is propagated to the client since, if thrown from a Vaadin endpoint method.
EndpointException(Throwable) - Constructor for exception com.vaadin.hilla.exception.EndpointException
Creates an exception which information is propagated to the client since, if thrown from a Vaadin endpoint method.
EndpointExposed - Annotation Interface in com.vaadin.hilla
Annotation marks the class itself should not be treated as an Endpoint, but inheritable methods will be added to the descendant Endpoints.
endpointExposedAnnotations(Class<? extends Annotation>...) - Method in class com.vaadin.hilla.engine.EngineConfiguration.Builder
 
EndpointGeneratorTaskFactory - Interface in com.vaadin.flow.server.frontend
A factory for creating Vaadin Endpoint generator tasks.
EndpointInternalException(String) - Constructor for exception com.vaadin.hilla.EndpointInvocationException.EndpointInternalException
Creates a new instance.
EndpointInvocationException - Exception in com.vaadin.hilla
Exception thrown by EndpointInvoker when invocation fails.
EndpointInvocationException(String) - Constructor for exception com.vaadin.hilla.EndpointInvocationException
Creates a new instance..
EndpointInvocationException.EndpointAccessDeniedException - Exception in com.vaadin.hilla
Exception indicating access to the endpoint was denied.
EndpointInvocationException.EndpointBadRequestException - Exception in com.vaadin.hilla
Exception indicating a problem with the request data.
EndpointInvocationException.EndpointInternalException - Exception in com.vaadin.hilla
Exception indicating an unexpected server error occured during handling of the endpoint invocation.
EndpointInvocationException.EndpointNotFoundException - Exception in com.vaadin.hilla
Exception indicating the endpoint was not found.
EndpointInvoker - Class in com.vaadin.hilla
Handles invocation of endpoint methods after checking the user has proper access.
EndpointInvoker(ApplicationContext, ObjectMapper, ExplicitNullableTypeChecker, ServletContext, EndpointRegistry) - Constructor for class com.vaadin.hilla.EndpointInvoker
Creates an instance of this bean.
EndpointNameChecker - Class in com.vaadin.hilla
A checker responsible for validating the Vaadin endpoint names.
EndpointNameChecker() - Constructor for class com.vaadin.hilla.EndpointNameChecker
 
EndpointNotFoundException() - Constructor for exception com.vaadin.hilla.EndpointInvocationException.EndpointNotFoundException
Creates a new instance..
EndpointProperties - Class in com.vaadin.hilla
Class that contains all Vaadin endpoint customizable properties.
EndpointProperties() - Constructor for class com.vaadin.hilla.EndpointProperties
 
EndpointRegistry - Class in com.vaadin.hilla
Keeps track of registered endpoints.
EndpointRegistry(EndpointNameChecker) - Constructor for class com.vaadin.hilla.EndpointRegistry
Creates a new registry using the given name checker.
EndpointRegistry.VaadinEndpointData - Class in com.vaadin.hilla
Tracks methods inside a given endpoint class.
EndpointRegistryInitializer - Class in com.vaadin.hilla.startup
 
EndpointRegistryInitializer(EndpointController) - Constructor for class com.vaadin.hilla.startup.EndpointRegistryInitializer
 
EndpointRequestUtil - Interface in com.vaadin.flow.internal.hilla
A container for utility methods related with Hilla endpoints.
EndpointSubscription<TT> - Class in com.vaadin.hilla
A subscription that wraps a Flux and allows to listen for unsubscribe events from the browser.
EndpointTransferMapper - Class in com.vaadin.hilla.endpointransfermapper
Defines mappings for certain endpoint types to corresponding transfer types.
EndpointTransferMapper() - Constructor for class com.vaadin.hilla.endpointransfermapper.EndpointTransferMapper
Creates a new instance.
EndpointTransferMapper.Mapper<ENDPOINTTYPE,TRANSFERTYPE> - Interface in com.vaadin.hilla.endpointransfermapper
A mapper for endpoint values that is capable of converting between the given endpoint and transfer type.
EndpointTransferMapper.MultipartFileDeserializer - Class in com.vaadin.hilla.endpointransfermapper
A deserializer for MultipartFile.
EndpointUtil - Class in com.vaadin.hilla
A util class related to classes available to the browser.
EndpointUtil() - Constructor for class com.vaadin.hilla.EndpointUtil
 
EndpointValidationException - Exception in com.vaadin.hilla.exception
A validation exception class that is intended to be thrown when any endpoint method receives invalid parameter(s).
EndpointValidationException(EndpointValidationException.ValidationErrorData) - Constructor for exception com.vaadin.hilla.exception.EndpointValidationException
Creates a validation exception from the error data.
EndpointValidationException(String, List<EndpointValidationException.ValidationErrorData>) - Constructor for exception com.vaadin.hilla.exception.EndpointValidationException
Creates a validation exception from a error data list.
EndpointValidationException(List<EndpointValidationException.ValidationErrorData>) - Constructor for exception com.vaadin.hilla.exception.EndpointValidationException
Creates a validation exception from a error data list.
EndpointValidationException.ValidationErrorData - Class in com.vaadin.hilla.exception
A validation error data.
endRequestAction() - Method in record class com.vaadin.flow.server.dau.DAUUtils.EnforcementResult
Returns the value of the endRequestAction record component.
ENDS_WITH - Enum constant in enum class com.vaadin.testbench.ElementQuery.AttributeMatch.Comparison
Attribute value ends with the given value.
endsAfter(Range) - Method in class com.vaadin.flow.internal.Range
Checks whether this range ends after the end of another range.
endsBefore(Range) - Method in class com.vaadin.flow.internal.Range
Checks whether this range ends before the start of another range.
ENFORCEMENT_EXCEPTION_KEY - Static variable in class com.vaadin.flow.server.dau.DAUUtils
 
EnforcementNotificationMessages - Record Class in com.vaadin.flow.server.dau
Contains the system messages used to notify the user about various critical situations that can occur.
EnforcementNotificationMessages(String, String, String, String) - Constructor for record class com.vaadin.flow.server.dau.EnforcementNotificationMessages
Creates an instance of a EnforcementNotificationMessages record class.
EnforcementResult(EnforcementNotificationMessages, RuntimeException, Runnable) - Constructor for record class com.vaadin.flow.server.dau.DAUUtils.EnforcementResult
Creates an instance of a EnforcementResult record class.
EngineConfiguration - Class in com.vaadin.hilla.engine
 
EngineConfiguration.BrowserCallableFinder - Interface in com.vaadin.hilla.engine
Functional interface for finding browser-callable classes.
EngineConfiguration.Builder - Class in com.vaadin.hilla.engine
 
enqueue(String, Serializable...) - Method in class com.vaadin.flow.component.grid.Grid.UpdateQueue
 
enqueue(String, Serializable...) - Method in interface com.vaadin.flow.data.provider.hierarchy.HierarchicalArrayUpdater.HierarchicalUpdate
Enqueue function call with the given arguments.
ensureAccessQueuePurged(VaadinSession) - Method in class com.vaadin.flow.server.VaadinService
Makes sure the pending access queue is purged for the provided session.
ensureChildHasParent(Element, boolean) - Method in class com.vaadin.flow.dom.Node
Ensures that the child has the correct parent.
ensureComponentIsUsable() - Method in class com.vaadin.testbench.unit.ComponentTester
Checks that wrapped component is usable, otherwise throws an IllegalStateException with details on the current state of the component.
ensureComponentIsUsable(Component, Predicate<Component>) - Static method in class com.vaadin.testbench.unit.ComponentTester
Throws an IllegalStateException with details on the current state of the component if it is not usable according to the provided test.
ensureLoaded() - Static method in class com.vaadin.testbench.TestBench
 
ensurePushAvailable() - Method in class com.vaadin.flow.server.VaadinService
Enables push if push support is available and push has not yet been enabled.
ensureRelativeNonNull(String) - Static method in class com.vaadin.flow.router.LocationUtil
Handles given location when it is either null or starts with "/".
ensureService(Map<Class<?>, Collection<Class<?>>>, Class<T>, Class<? extends T>) - Method in class com.vaadin.flow.di.LookupInitializer
Ensures that provided services contain implementation for serviceType SPI.
ensureSupportedParameterTypes(Method) - Method in class com.vaadin.flow.internal.nodefeature.AbstractServerHandlers
Validate parameter support for given method.
ensureSupportedParameterTypes(Method) - Method in class com.vaadin.flow.internal.nodefeature.ClientCallableHandlers
 
ensureSupportedParameterTypes(Method) - Method in class com.vaadin.flow.internal.nodefeature.PolymerServerEventHandlers
Deprecated.
 
ensureSupportedReturnType(Method) - Method in class com.vaadin.flow.internal.nodefeature.AbstractServerHandlers
Validate return type support for given method.
ensureSupportedReturnType(Method) - Method in class com.vaadin.flow.internal.nodefeature.ClientCallableHandlers
 
ensureVisible() - Method in class com.vaadin.testbench.unit.ComponentTester
Check that the component is visible for the user.
ensureVisible(Component) - Static method in class com.vaadin.testbench.unit.ComponentTester
Check that the given component is visible for the user.
ENTER - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ENTER - Static variable in interface com.vaadin.flow.component.Key
The Enter or ? key.
ENTER_ARROW - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ENTRIES - Static variable in class com.vaadin.hilla.signals.core.event.ListStateEvent.Field
 
ENTRY_ID - Static variable in class com.vaadin.hilla.signals.core.event.ListStateEvent.Field
 
EntryPointData - Class in com.vaadin.flow.server.frontend.scanner
A simple container with the information related to an application entry point, i.e.
EntryPointType - Enum Class in com.vaadin.flow.server.frontend.scanner
The type of an entry point (scanned for frontend dependencies).
EntryScope - Enum Class in com.vaadin.collaborationengine
The scope of data in a topic.
entryToRemove() - Method in record class com.vaadin.hilla.signals.operation.ListRemoveOperation
Returns the value of the entryToRemove record component.
ENVELOPE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ENVELOPE_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ENVELOPE_OPEN - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ENVELOPE_OPEN_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ENVELOPES - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ENVELOPES_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
environment() - Method in interface com.vaadin.hilla.engine.commandrunner.CommandRunner
The custom environment variables needed for running the commands can be provided using this method.
EPSG_3857 - Enum constant in enum class com.vaadin.flow.component.map.configuration.Projection
 
EQUAL - Static variable in interface com.vaadin.flow.component.Key
=+ on a US keyboard.
equals(Object) - Method in class com.vaadin.base.devserver.DebugWindowConnection.DevToolsInterfaceImpl
 
equals(Object) - Method in record class com.vaadin.base.devserver.OpenInCurrentIde.IdeAndProcessInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.base.devserver.ServerInfo.NameAndVersion
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.vaadin.collaborationengine.CollaborationMessage
 
equals(Object) - Method in class com.vaadin.collaborationengine.ListKey
 
equals(Object) - Method in class com.vaadin.collaborationengine.UserInfo
 
equals(Object) - Method in class com.vaadin.experimental.Feature
 
equals(Object) - Method in class com.vaadin.flow.component.charts.model.ChartType
 
equals(Object) - Method in class com.vaadin.flow.component.charts.model.Node
 
equals(Object) - Method in class com.vaadin.flow.component.grid.GridSortOrder
 
equals(Object) - Method in class com.vaadin.flow.component.grid.testbench.GridColumnElement
 
equals(Object) - Method in class com.vaadin.flow.component.gridpro.testbench.GridProColumnElement
 
equals(Object) - Method in class com.vaadin.flow.component.internal.ComponentTracker.Location
 
equals(Object) - Method in class com.vaadin.flow.data.binder.ValidationResult.SimpleValidationResult
 
equals(Object) - Method in class com.vaadin.flow.data.provider.DataCommunicator.Filter
 
equals(Object) - Method in class com.vaadin.flow.dom.Node
 
equals(Object) - Method in class com.vaadin.flow.internal.Range
 
equals(Object) - Method in record class com.vaadin.flow.router.MenuData
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.vaadin.flow.router.QueryParameters
 
equals(Object) - Method in class com.vaadin.flow.router.RouteAliasData
 
equals(Object) - Method in class com.vaadin.flow.router.RouteBaseData
 
equals(Object) - Method in class com.vaadin.flow.router.RouteData
 
equals(Object) - Method in class com.vaadin.flow.router.RouteParameters
 
equals(Object) - Method in class com.vaadin.flow.server.auth.AccessCheckResult
 
equals(Object) - Method in record class com.vaadin.flow.server.dau.DAUUtils.EnforcementResult
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.flow.server.dau.EnforcementNotificationMessages
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.flow.server.dau.UserIdentityContext
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.vaadin.flow.server.frontend.FrontendVersion
 
equals(Object) - Method in record class com.vaadin.flow.server.frontend.NodeTasks.NodeTasksLockInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.vaadin.flow.server.frontend.scanner.ChunkInfo
 
equals(Object) - Method in class com.vaadin.flow.server.frontend.scanner.CssData
 
equals(Object) - Method in record class com.vaadin.flow.server.menu.AvailableViewInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.flow.server.menu.MenuEntry
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.vaadin.flow.server.webcomponent.PropertyConfigurationImpl
 
equals(Object) - Method in class com.vaadin.flow.server.webcomponent.PropertyData
 
equals(Object) - Method in class com.vaadin.flow.shared.ui.Dependency
 
equals(Object) - Method in class com.vaadin.flow.shared.util.UniqueSerializable
 
equals(Object) - Method in class com.vaadin.hilla.engine.GeneratorConfiguration
 
equals(Object) - Method in class com.vaadin.hilla.engine.GeneratorConfiguration.Plugin
 
equals(Object) - Method in class com.vaadin.hilla.engine.GeneratorConfiguration.Plugins
 
equals(Object) - Method in class com.vaadin.hilla.engine.ParserConfiguration.Plugin
 
equals(Object) - Method in class com.vaadin.hilla.engine.ParserConfiguration.Plugins
 
equals(Object) - Method in class com.vaadin.hilla.signals.core.event.StateEvent
 
equals(Object) - Method in record class com.vaadin.hilla.signals.operation.IncrementOperation
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.hilla.signals.operation.ListInsertOperation
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.hilla.signals.operation.ListRemoveOperation
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.hilla.signals.operation.ReplaceValueOperation
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.vaadin.hilla.signals.operation.SetValueOperation
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.vaadin.hilla.signals.Signal
 
equals(Object) - Method in record class com.vaadin.testbench.browser.BrowserTestInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.vaadin.testbench.ElementQuery.AttributeMatch
 
equals(Object) - Method in class com.vaadin.testbench.parallel.ParallelRunner.TBMethod
 
equals(Object) - Method in class com.vaadin.testbench.TestBenchElement
 
equals(T, T) - Method in class com.vaadin.flow.data.provider.AbstractDataView
 
EQUALS - Enum constant in enum class com.vaadin.hilla.crud.filter.PropertyStringFilter.Matcher
 
ERASE_EOF - Static variable in interface com.vaadin.flow.component.Key
Erase to End of Field.
ERASER - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
error(ErrorEvent) - Method in class com.vaadin.flow.server.DefaultErrorHandler
 
error(ErrorEvent) - Method in interface com.vaadin.flow.server.ErrorHandler
Invoked when an error occurs.
error(String) - Static method in interface com.vaadin.flow.data.binder.Result
Returns a failure result wrapping the given error message.
error(String) - Static method in interface com.vaadin.flow.data.binder.ValidationResult
Creates the validation result which represent an error with the given errorMessage.
Error() - Constructor for class com.vaadin.flow.component.upload.UploadI18N.Error
 
Error() - Constructor for class com.vaadin.flow.component.upload.UploadI18N.Uploading.Error
 
ERROR - Enum constant in enum class com.vaadin.flow.data.binder.BindingValidationStatus.Status
Validation failed.
ERROR - Enum constant in enum class com.vaadin.flow.data.binder.ErrorLevel
Error level for regular messages.
ERROR - Enum constant in enum class com.vaadin.flow.theme.lumo.LumoIcon
 
ERROR - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Background
 
ERROR - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.BorderColor
 
ERROR - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.TextColor
 
ERROR_10 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Background
 
ERROR_10 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.BorderColor
 
ERROR_50 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Background
 
ERROR_50 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.BorderColor
 
ERROR_CONTRAST - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.TextColor
 
ERROR_HEADER_NO_SHELL - Static variable in class com.vaadin.flow.server.AppShellRegistry
 
ERROR_HEADER_OFFENDING_PWA - Static variable in class com.vaadin.flow.server.AppShellRegistry
 
ERROR_INVALID_LOAD_DEPENDENCIES_ANNOTATION - Static variable in class com.vaadin.flow.server.frontend.scanner.FrontendDependencies
 
ERROR_INVALID_PWA_ANNOTATION - Static variable in class com.vaadin.flow.server.frontend.scanner.FrontendDependencies
 
ERROR_MESSAGE_BEGINNING - Static variable in class com.vaadin.flow.server.startup.AbstractAnnotationValidator
 
ERROR_MESSAGE_FIELD - Static variable in exception com.vaadin.hilla.exception.EndpointException
A message field to be used in the exception's serialization data in EndpointException.getSerializationData().
ERRORBAR - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
ErrorBlock - Class in com.vaadin.testbench.screenshot
Class for holding position and size of a error found during image comparison
ErrorBlock() - Constructor for class com.vaadin.testbench.screenshot.ErrorBlock
 
ErrorBlock(int, int, int, int) - Constructor for class com.vaadin.testbench.screenshot.ErrorBlock
 
ErrorEvent - Class in com.vaadin.flow.server
An error thrown by the framework and handled by an ErrorHandler.
ErrorEvent(Throwable) - Constructor for class com.vaadin.flow.server.ErrorEvent
Creates an error event which wraps the given throwable.
ErrorEvent(Throwable, StateNode) - Constructor for class com.vaadin.flow.server.ErrorEvent
Create an error event which wraps the given throwable and component for exception.
ErrorHandler - Interface in com.vaadin.flow.server
Application errors handler.
ErrorHandlerUtil - Class in com.vaadin.flow.server
Utility class for use with ErrorHandler to show HasErrorParameter view when an exception happens during a RPC call outside of navigation.
ErrorHandlerUtil() - Constructor for class com.vaadin.flow.server.ErrorHandlerUtil
 
ErrorHandlingCommand - Interface in com.vaadin.flow.server
Defines the interface to handle exceptions thrown during the execution of a FutureAccess.
ErrorLevel - Enum Class in com.vaadin.flow.data.binder
Represents the error levels displayed on components.
ErrorMessage() - Constructor for class com.vaadin.flow.component.login.LoginI18n.ErrorMessage
 
ErrorMessageProvider - Interface in com.vaadin.flow.data.binder
Provider interface for generating localizable error messages using ValueContext.
ErrorNavigationEvent - Class in com.vaadin.flow.router
Event object with data related to error navigation.
ErrorNavigationEvent(Router, Location, UI, NavigationTrigger, ErrorParameter<?>) - Constructor for class com.vaadin.flow.router.ErrorNavigationEvent
Creates a new navigation event.
ErrorNavigationEvent(Router, Location, UI, NavigationTrigger, ErrorParameter<?>, JsonValue) - Constructor for class com.vaadin.flow.router.ErrorNavigationEvent
Creates a new navigation event.
ErrorNavigationTargetInitializer - Class in com.vaadin.flow.server.startup
Servlet initializer for collecting all available error handler navigation targets implementing HasErrorParameter on startup.
ErrorNavigationTargetInitializer() - Constructor for class com.vaadin.flow.server.startup.ErrorNavigationTargetInitializer
 
ErrorParameter<T extends Exception> - Class in com.vaadin.flow.router
Navigation error parameter class containing thrown exception and possibly a custom message.
ErrorParameter(Class<T>, Exception) - Constructor for class com.vaadin.flow.router.ErrorParameter
Create ErrorParameter for exception.
ErrorParameter(Class<T>, Exception, String) - Constructor for class com.vaadin.flow.router.ErrorParameter
Create ErrorParameter for exception with a custom message.
ErrorRouteRegistry - Interface in com.vaadin.flow.server
Interface class for RouteRegistries that can be used to request for error navigation views for Exceptions.
ErrorStateRenderer - Class in com.vaadin.flow.router.internal
Handles error navigation rendering in the target UI.
ErrorStateRenderer(NavigationState) - Constructor for class com.vaadin.flow.router.internal.ErrorStateRenderer
Constructs a new state renderer for the given navigation state.
ErrorTargetEntry - Class in com.vaadin.flow.router.internal
A pair of a navigation target for handling exceptions and the exception type handled by the navigation target.
ErrorTargetEntry(Class<? extends Component>, Class<? extends Exception>) - Constructor for class com.vaadin.flow.router.internal.ErrorTargetEntry
Creates a new new entry with the given navigation target type and exception type.
ESC - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
ESC_A - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
escape(String) - Static method in class com.vaadin.flow.internal.HtmlUtils
Escape a string which may contain html.
ESCAPE - Static variable in interface com.vaadin.flow.component.Key
The Esc (Escape) or ? key.
EURO - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
evaluateExecutionCondition(ExtensionContext) - Method in class com.vaadin.testbench.browser.BrowserExtension
 
evaluateExecutionCondition(ExtensionContext) - Static method in class com.vaadin.testbench.browser.CapabilitiesUtil
Evaluates if test can be executed in terms of current ExtensionContext.
EVENLY - Enum constant in enum class com.vaadin.flow.component.orderedlayout.FlexComponent.JustifyContentMode
Items have equal space around them.
EVENLY - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.AlignContent
 
EVENLY - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.JustifyContent
 
EVENT_DATA_PHASE - Static variable in class com.vaadin.flow.shared.JsonConstants
Key holding the debounce phase for an event data map from the client.
EVENT_DETAIL - Static variable in class com.vaadin.flow.component.contextmenu.ContextMenuBase
 
EVENT_LIVE_RELOAD - Static variable in class com.vaadin.base.devserver.stats.StatisticsConstants
 
EVENT_NAME - Static variable in class com.vaadin.flow.component.UI.BrowserLeaveNavigationEvent
 
EVENT_NAME - Static variable in class com.vaadin.flow.component.UI.BrowserNavigateEvent
 
EVENT_NAME - Static variable in class com.vaadin.flow.component.UI.BrowserRefreshEvent
 
EVENT_PHASE_INTERMEDIATE - Static variable in class com.vaadin.flow.shared.JsonConstants
Character used for representing DebouncePhase.INTERMEDIATE.
EVENT_PHASE_LEADING - Static variable in class com.vaadin.flow.shared.JsonConstants
Character used for representing DebouncePhase.LEADING.
EVENT_PHASE_TRAILING - Static variable in class com.vaadin.flow.shared.JsonConstants
Character used for representing DebouncePhase.TRAILING.
EventData - Annotation Interface in com.vaadin.flow.component
Maps data from a DOM event to a ComponentEvent.
EventDataCache - Class in com.vaadin.flow.component.internal
Cache for tracking global information related to ComponentEvent types.
EventDataCache() - Constructor for class com.vaadin.flow.component.internal.EventDataCache
 
eventForMode(ValueChangeMode, String) - Static method in enum class com.vaadin.flow.data.value.ValueChangeMode
Gets the name of the event associated with the given mode.
EventIdNotFoundException(String) - Constructor for exception com.vaadin.collaborationengine.Backend.EventIdNotFoundException
 
EventOptions - Class in com.vaadin.flow.component.webcomponent
EventOptions is used to configure the custom event published by an exported web component.
EventOptions() - Constructor for class com.vaadin.flow.component.webcomponent.EventOptions
Create EventOptions used to configure the custom event published by an exported web component.
EventOptions(boolean) - Constructor for class com.vaadin.flow.component.webcomponent.EventOptions
Create EventOptions used to configure the custom event published by an exported web component.
EventOptions(boolean, boolean, boolean) - Constructor for class com.vaadin.flow.component.webcomponent.EventOptions
Create EventOptions used to configure the custom event published by an exported web component.
EventRpcHandler - Class in com.vaadin.flow.server.communication.rpc
RPC handler for events.
EventRpcHandler() - Constructor for class com.vaadin.flow.server.communication.rpc.EventRpcHandler
 
EventUtil - Class in com.vaadin.flow.router
Event handling utilities.
EX - Enum constant in enum class com.vaadin.flow.component.Unit
Unit code representing the x-height of the relevant font.
EX_SEL - Static variable in interface com.vaadin.flow.component.Key
The ExSel (Extend Selection) key.
EXAMPLE - Static variable in class com.vaadin.experimental.FeatureFlags
 
EXCHANGE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
EXCLAMATION - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
EXCLAMATION_CIRCLE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
EXCLAMATION_CIRCLE_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
exclude() - Method in record class com.vaadin.flow.router.MenuData
Returns the value of the exclude record component.
exclude(Map<String, String>) - Method in class com.vaadin.flow.server.frontend.ExclusionFilter
Exclude dependencies from the given map based on the vaadin-*versions.json files.
EXCLUDED_URLS_PROPERTY - Static variable in class com.vaadin.flow.spring.VaadinServletConfiguration
 
ExcludeFromSuite - Annotation Interface in com.vaadin.testbench.parallel
Marker interface for a TestBench test class which will exclude the test from any test suite which automatically scans for test classes.
excluding(String...) - Method in class com.vaadin.flow.router.QueryParameters
Return new QueryParameters excluding given parameters by names.
ExclusionFilter - Class in com.vaadin.flow.server.frontend
Excludes dependencies listed in an "exclusions" array of vaadin-*versions.json file from a package.json.
ExclusionFilter(ClassFinder, boolean) - Constructor for class com.vaadin.flow.server.frontend.ExclusionFilter
Create a new exclusion filter.
ExclusionFilter(ClassFinder, boolean, boolean) - Constructor for class com.vaadin.flow.server.frontend.ExclusionFilter
Create a new exclusion filter.
executables() - Method in interface com.vaadin.hilla.engine.commandrunner.CommandRunner
Get the executables to try, in order of preference.
executables() - Method in class com.vaadin.hilla.engine.commandrunner.GradleRunner
 
executables() - Method in class com.vaadin.hilla.engine.commandrunner.MavenRunner
 
execute() - Method in interface com.vaadin.flow.server.Command
Runs the given command.
execute() - Method in class com.vaadin.flow.server.frontend.AbstractTaskClientGenerator
 
execute() - Method in interface com.vaadin.flow.server.frontend.FallibleCommand
Runs the given command.
execute() - Method in class com.vaadin.flow.server.frontend.NodeTasks
 
execute() - Method in class com.vaadin.flow.server.frontend.TaskCleanFrontendFiles
 
execute() - Method in class com.vaadin.flow.server.frontend.TaskCopyFrontendFiles
 
execute() - Method in class com.vaadin.flow.server.frontend.TaskCopyLocalFrontendFiles
 
execute() - Method in class com.vaadin.flow.server.frontend.TaskCopyTemplateFiles
 
execute() - Method in class com.vaadin.flow.server.frontend.TaskGenerateIndexTs
 
execute() - Method in class com.vaadin.flow.server.frontend.TaskGeneratePackageJson
 
execute() - Method in class com.vaadin.flow.server.frontend.TaskGeneratePWAIcons
 
execute() - Method in class com.vaadin.flow.server.frontend.TaskGenerateReactFiles
 
execute() - Method in class com.vaadin.flow.server.frontend.TaskGenerateTsConfig
 
execute() - Method in class com.vaadin.flow.server.frontend.TaskGenerateTsDefinitions
 
execute() - Method in class com.vaadin.flow.server.frontend.TaskInstallFrontendBuildPlugins
 
execute() - Method in class com.vaadin.flow.server.frontend.TaskPrepareProdBundle
 
execute() - Method in class com.vaadin.flow.server.frontend.TaskRemoveOldFrontendGeneratedFiles
 
execute() - Method in class com.vaadin.flow.server.frontend.TaskRunDevBundleBuild
 
execute() - Method in class com.vaadin.flow.server.frontend.TaskRunNpmInstall
 
execute() - Method in class com.vaadin.flow.server.frontend.TaskUpdateImports
 
execute() - Method in class com.vaadin.flow.server.frontend.TaskUpdateOldIndexTs
 
execute() - Method in class com.vaadin.flow.server.frontend.TaskUpdatePackages
 
execute() - Method in class com.vaadin.flow.server.frontend.TaskUpdateSettingsFile
 
execute() - Method in class com.vaadin.flow.server.frontend.TaskUpdateThemeImport
 
execute() - Method in class com.vaadin.flow.server.frontend.TaskUpdateVite
 
execute(Runnable) - Method in enum class com.vaadin.flow.server.dau.DAUUtils.TrackableOperation
Executes the given operation, marking it as eligible for DAU tracking.
EXECUTE - Static variable in interface com.vaadin.flow.component.Key
The Execute key.
executeAsyncScript(String, Object...) - Method in class com.vaadin.testbench.commands.TestBenchCommandExecutor
 
executeAsyncScript(String, Object...) - Method in class com.vaadin.testbench.TestBenchDriverProxy
 
executeCommand(List<String>) - Static method in class com.vaadin.flow.server.frontend.FrontendUtils
Executes a given command as a native process.
executeJs(String, Serializable...) - Method in class com.vaadin.flow.component.page.Page
Asynchronously runs the given JavaScript expression in the browser.
executeJs(String, Serializable...) - Method in class com.vaadin.flow.dom.Element
Asynchronously runs the given JavaScript expression in the browser in the context of this element.
executeJsWhenAttached(String, Serializable...) - Method in class com.vaadin.flow.component.contextmenu.MenuItemBase
 
executeScript(String, Object...) - Method in class com.vaadin.testbench.AbstractBrowserTestBase
Executes the given JavaScript in the context of the currently selected frame or window.
executeScript(String, Object...) - Method in class com.vaadin.testbench.commands.TestBenchCommandExecutor
 
executeScript(String, Object...) - Method in class com.vaadin.testbench.TestBenchDriverProxy
 
executeScript(String, Object...) - Method in class com.vaadin.testbench.TestBenchElement
Executes the given JavaScript in the context of the currently selected frame or window.
executeScript(String, Object...) - Method in class com.vaadin.testbench.TestBenchTestCase
Executes the given JavaScript in the context of the currently selected frame or window.
ExecutionContext - Class in com.vaadin.flow.internal
ExecutionContext(UI, boolean) - Constructor for class com.vaadin.flow.internal.ExecutionContext
Creates a new, immutable context.
ExecutionFailedException - Exception in com.vaadin.flow.server
Thrown by FallibleCommand if it's unable to complete its execution.
ExecutionFailedException() - Constructor for exception com.vaadin.flow.server.ExecutionFailedException
Creates a new exception instance.
ExecutionFailedException(String) - Constructor for exception com.vaadin.flow.server.ExecutionFailedException
Creates a new exception instance with the given message.
ExecutionFailedException(String, Throwable) - Constructor for exception com.vaadin.flow.server.ExecutionFailedException
Creates a new exception instance with the given message and cause.
ExecutionFailedException(Throwable) - Constructor for exception com.vaadin.flow.server.ExecutionFailedException
Creates a new exception instance with the given cause.
EXISTING_ITEM - Enum constant in enum class com.vaadin.flow.component.crud.Crud.EditMode
The item presented for editing should be treated as an existing item.
exists() - Method in class com.vaadin.testbench.ElementQuery
Checks if this ElementQuery describes existing elements.
exists() - Method in class com.vaadin.testbench.unit.ComponentQuery
Checks if this ComponentQuery describes existing components.
exists(ID) - Method in interface com.vaadin.hilla.crud.GetService
Checks if an object with the given id exists.
exists(ID) - Method in class com.vaadin.hilla.crud.ListRepositoryService
 
EXISTS - Enum constant in enum class com.vaadin.testbench.ElementQuery.AttributeMatch.Comparison
Attribute exists (with or without a value).
EXIT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
EXIT - Static variable in interface com.vaadin.flow.component.Key
The Exit button, which exits the current application or menu.
EXIT_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
expand(int, int) - Method in class com.vaadin.flow.internal.Range
Creates a range that is expanded the given amounts in both ends.
expand(Component...) - Method in interface com.vaadin.flow.component.orderedlayout.FlexComponent
Expands the given components.
expand(Collection<T>) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
Expands the given items.
expand(Collection<T>) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalDataCommunicator
Expands the given items.
expand(Collection<T>, boolean) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
Expands the given items.
expand(T) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalDataCommunicator
Expands the given item.
expand(T) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchyMapper
Expands the given item.
expand(T...) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
Expands the given items.
expand(T, boolean) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalDataCommunicator
Expands the given item.
expand(T, Integer) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchyMapper
Expands the given item.
EXPAND - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
EXPAND_FULL - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
EXPAND_SQUARE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
expandAndClickItem(String, String...) - Method in class com.vaadin.flow.component.sidenav.SideNavTester
Simulates a click on the item that matches the given label, expanding potential parent collapsed nodes.
ExpandEvent<T,C extends Component> - Class in com.vaadin.flow.component.treegrid
 
ExpandEvent(C, boolean, Collection<T>) - Constructor for class com.vaadin.flow.component.treegrid.ExpandEvent
ExpandEvent base constructor.
expandRecursively(Collection<T>, int) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
Expands the given items and their children recursively until the given depth.
expandRecursively(Stream<T>, int) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
Expands the given items and their children recursively until the given depth.
expandWithClick(int) - Method in class com.vaadin.flow.component.grid.testbench.TreeGridElement
Expands the row at the given index in the grid.
expandWithClick(int, int) - Method in class com.vaadin.flow.component.grid.testbench.TreeGridElement
Expands the row at the given index in the grid with the given hierarchical column index.
EXPECTATION_FAILED - Enum constant in enum class com.vaadin.flow.server.HttpStatusCode
Status code (417) indicating that the server could not meet the expectation given in the Expect request header.
expected() - Method in record class com.vaadin.hilla.signals.operation.ReplaceValueOperation
Returns the value of the expected record component.
EXPECTED - Static variable in class com.vaadin.hilla.signals.core.event.StateEvent.Field
 
ExperimentalFeatureException - Exception in com.vaadin.flow.component.dashboard
An exception which is thrown when somebody attempts to use Dashboard or DashboardWidget components without activating the associated feature flag first.
ExperimentalFeatureException() - Constructor for exception com.vaadin.flow.component.dashboard.ExperimentalFeatureException
 
expiresIn(long) - Method in class com.vaadin.flow.spring.security.stateless.VaadinStatelessSecurityConfigurer
Sets the lifetime of the JWT.
ExplicitNullableTypeChecker - Class in com.vaadin.hilla
A checker for TypeScript null compatibility in Vaadin endpoint methods parameter and return types.
ExplicitNullableTypeChecker() - Constructor for class com.vaadin.hilla.ExplicitNullableTypeChecker
 
export(JsonObject) - Method in class com.vaadin.flow.internal.ConstantPoolKey
Exports this key into a JSON object to send to the client.
EXPORT_CHUNK - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
The entry-point key used for the exported bundle.
exportedWebComponents(JsonNode, ClassFinder) - Static method in class com.vaadin.flow.server.frontend.BundleValidationUtil
 
ExportFileType - Enum Class in com.vaadin.flow.component.charts.model
Default MIME type for exporting if chart.exportChart() is called without specifying a type option.
Exporting - Class in com.vaadin.flow.component.charts.model
Options for the exporting module.
Exporting() - Constructor for class com.vaadin.flow.component.charts.model.Exporting
 
Exporting(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.Exporting
 
ExportingMenuItemDefinition - Class in com.vaadin.flow.component.charts.model
 
ExportingMenuItemDefinition() - Constructor for class com.vaadin.flow.component.charts.model.ExportingMenuItemDefinition
 
exportUsageStatisticsToDocument(Document) - Static method in class com.vaadin.flow.internal.UsageStatisticsExporter
Export UsageStatistics entries to a document.
expressionFor(String, String) - Method in enum class com.vaadin.testbench.ElementQuery.AttributeMatch.Comparison
Builds the correct CSS matching expression for the given attribute name and value for this comparison.
extend(Grid<T>) - Method in class com.vaadin.flow.component.grid.Grid.AbstractGridExtension
Adds this extension to the given grid.
ExtendedClientDetails - Class in com.vaadin.flow.component.page
Provides extended information about the web browser, such as screen resolution and time zone.
Extent - Class in com.vaadin.flow.component.map.configuration
Defines an area within a map using min/max coordinates.
Extent() - Constructor for class com.vaadin.flow.component.map.configuration.Extent
 
Extent(double, double, double, double) - Constructor for class com.vaadin.flow.component.map.configuration.Extent
 
EXTERNAL_BROWSER - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
EXTERNAL_LINK - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
EXTERNAL_STATS_FILE - Static variable in class com.vaadin.flow.server.Constants
Property boolean for marking stats.json to be fetched from external location.
EXTERNAL_STATS_FILE_TOKEN - Static variable in class com.vaadin.flow.server.Constants
 
EXTERNAL_STATS_URL - Static variable in class com.vaadin.flow.server.Constants
Property String for external stats.json location url.
EXTERNAL_STATS_URL_TOKEN - Static variable in class com.vaadin.flow.server.Constants
 
ExternalDependencyWatcher - Class in com.vaadin.base.devserver
 
ExternalDependencyWatcher(VaadinContext, File) - Constructor for class com.vaadin.base.devserver.ExternalDependencyWatcher
 
EXTRABOLD - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontWeight
 
extract(File, File) - Method in class com.vaadin.flow.server.frontend.installer.DefaultArchiveExtractor
 
extractEventType(JsonNode) - Static method in class com.vaadin.hilla.signals.core.event.StateEvent
 
extractExpected(JsonNode, boolean) - Static method in class com.vaadin.hilla.signals.core.event.StateEvent
 
extractId(JsonNode) - Static method in class com.vaadin.hilla.signals.core.event.StateEvent
 
extractParentSignalId(JsonNode) - Static method in class com.vaadin.hilla.signals.core.event.ListStateEvent
 
extractRawEventType(JsonNode) - Static method in class com.vaadin.hilla.signals.core.event.StateEvent
 
extractValidationError(ObjectNode) - Static method in class com.vaadin.hilla.signals.core.event.StateEvent
 
extractValue(JsonNode, boolean) - Static method in class com.vaadin.hilla.signals.core.event.StateEvent
 
EXTRALIGHT - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontWeight
 
EYE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
EYE - Enum constant in enum class com.vaadin.flow.theme.lumo.LumoIcon
 
EYE_DISABLED - Enum constant in enum class com.vaadin.flow.theme.lumo.LumoIcon
 
EYE_SLASH - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
EYEDROPPER - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 

F

F1 - Static variable in interface com.vaadin.flow.component.Key
The first general-purpose function key, F1.
F10 - Static variable in interface com.vaadin.flow.component.Key
The F10 key.
F11 - Static variable in interface com.vaadin.flow.component.Key
The F11 key.
F12 - Static variable in interface com.vaadin.flow.component.Key
The F12 key.
F13 - Static variable in interface com.vaadin.flow.component.Key
The F13 key.
F14 - Static variable in interface com.vaadin.flow.component.Key
The F14 key.
F15 - Static variable in interface com.vaadin.flow.component.Key
The F15 key.
F16 - Static variable in interface com.vaadin.flow.component.Key
The F16 key.
F17 - Static variable in interface com.vaadin.flow.component.Key
The F17 key.
F18 - Static variable in interface com.vaadin.flow.component.Key
The F18 key.
F19 - Static variable in interface com.vaadin.flow.component.Key
The F19 key.
F2 - Static variable in interface com.vaadin.flow.component.Key
The F2 key.
F20 - Static variable in interface com.vaadin.flow.component.Key
The F20 key.
F3 - Static variable in interface com.vaadin.flow.component.Key
The F3 key.
F4 - Static variable in interface com.vaadin.flow.component.Key
The F4 key.
F5 - Static variable in interface com.vaadin.flow.component.Key
The F5 key.
F6 - Static variable in interface com.vaadin.flow.component.Key
The F6 key.
F7 - Static variable in interface com.vaadin.flow.component.Key
The F7 key.
F8 - Static variable in interface com.vaadin.flow.component.Key
The F8 key.
F9 - Static variable in interface com.vaadin.flow.component.Key
The F9 key.
FACEBOOK - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
FACEBOOK_SQUARE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
FACTORY - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
failed(Throwable, Description) - Method in class com.vaadin.testbench.ScreenshotOnFailureRule
 
FailedEvent - Class in com.vaadin.flow.component.upload
FailedEvent event is sent when the upload is received, but the reception is interrupted for some reason.
FailedEvent(Upload, String, String, long) - Constructor for class com.vaadin.flow.component.upload.FailedEvent
Create an instance of the event.
FailedEvent(Upload, String, String, long, Exception) - Constructor for class com.vaadin.flow.component.upload.FailedEvent
Create an instance of the event.
FakeAppConf - Class in com.vaadin.devbundle
 
FakeAppConf() - Constructor for class com.vaadin.devbundle.FakeAppConf
 
FakeServletConfig(ServletRegistration, ServletContext) - Constructor for class com.vaadin.flow.server.communication.JSR356WebsocketInitializer.FakeServletConfig
Creates an instance based on the given servlet registration and servlet context.
FALLBACK_TRANSPORT_KEY - Static variable in class com.vaadin.flow.internal.nodefeature.PushConfigurationMap
 
FallibleCommand - Interface in com.vaadin.flow.server.frontend
A generic command which may fail.
FAMILY - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
FAMILY_NAME - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
Last name.
FAST_AVOID - Enum constant in enum class com.vaadin.flow.component.charts.model.PathfinderType
Finds a path between the points using right angles only.
FAST_BACKWARD - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
FAST_FORWARD - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
FaviconHandler - Class in com.vaadin.flow.server.communication
Handles the favicon request explicitly and return 404 for it.
FaviconHandler() - Constructor for class com.vaadin.flow.server.communication.FaviconHandler
 
FAVORITE_CLEAR0 - Static variable in interface com.vaadin.flow.component.Key
Clears the program or content stored in the first favorites list slot.
FAVORITE_CLEAR1 - Static variable in interface com.vaadin.flow.component.Key
Clears the program or content stored in the second favorites list slot.
FAVORITE_CLEAR2 - Static variable in interface com.vaadin.flow.component.Key
Clears the program or content stored in the third favorites list slot.
FAVORITE_CLEAR3 - Static variable in interface com.vaadin.flow.component.Key
Clears the program or content stored in the fourth favorites list slot.
FAVORITE_RECALL0 - Static variable in interface com.vaadin.flow.component.Key
Selects (recalls) the program or content stored in the first favorites list slot.
FAVORITE_RECALL1 - Static variable in interface com.vaadin.flow.component.Key
Selects (recalls) the program or content stored in the second favorites list slot.
FAVORITE_RECALL2 - Static variable in interface com.vaadin.flow.component.Key
Selects (recalls) the program or content stored in the third favorites list slot.
FAVORITE_RECALL3 - Static variable in interface com.vaadin.flow.component.Key
Selects (recalls) the program or content stored in the fourth favorites list slot.
FAVORITE_STORE0 - Static variable in interface com.vaadin.flow.component.Key
Stores the current program or content into the first favorites list slot.
FAVORITE_STORE1 - Static variable in interface com.vaadin.flow.component.Key
Stores the current program or content into the second favorites list slot.
FAVORITE_STORE2 - Static variable in interface com.vaadin.flow.component.Key
Stores the current program or content into the third favorites list slot.
FAVORITE_STORE3 - Static variable in interface com.vaadin.flow.component.Key
Stores the current program or content into the fourth favorites list slot.
Feature - Class in com.vaadin.experimental
Information about a feature available behind a flag.
Feature - Class in com.vaadin.flow.component.map.configuration
A geographic feature to be displayed on a map.
Feature() - Constructor for class com.vaadin.flow.component.map.configuration.Feature
 
Feature(Feature) - Constructor for class com.vaadin.experimental.Feature
Create a copy of the given feature.
Feature(String, String, String, boolean, String) - Constructor for class com.vaadin.experimental.Feature
Creates a new feature with the given options.
FEATURE_FLAGS_FILE_NAME - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
File name of the feature flags file that is generated in frontend FrontendUtils.GENERATED folder.
FeatureEventDetails - Class in com.vaadin.flow.component.map.events
Stores information about a Feature that is part of an event
FeatureEventDetails(Feature, VectorSource, VectorLayer) - Constructor for class com.vaadin.flow.component.map.events.FeatureEventDetails
 
FeatureFlagCondition - Class in com.vaadin.hilla
Checks if a given feature flag, defined using ConditionalOnFeatureFlag, is enabled.
FeatureFlagCondition() - Constructor for class com.vaadin.hilla.FeatureFlagCondition
 
FeatureFlagMessage - Class in com.vaadin.base.devserver
Message with feature flags sent to the debug window.
FeatureFlagMessage(List<Feature>) - Constructor for class com.vaadin.base.devserver.FeatureFlagMessage
Creates a new message with the given features.
FeatureFlags - Class in com.vaadin.experimental
Tracks available feature flags and their status.
FeatureFlags(Lookup) - Constructor for class com.vaadin.experimental.FeatureFlags
Generate FeatureFlags with given lookup data.
FeatureFlags.FeatureFlagsWrapper - Class in com.vaadin.experimental
FeatureFlags wrapper class for storing the FeatureFlags object.
FeatureFlagsWrapper(FeatureFlags) - Constructor for class com.vaadin.experimental.FeatureFlags.FeatureFlagsWrapper
Create a feature flags wrapper.
FeatureLayer - Class in com.vaadin.flow.component.map.configuration.layer
Layer that allows to conveniently display a number of geographic features.
FeatureLayer() - Constructor for class com.vaadin.flow.component.map.configuration.layer.FeatureLayer
 
FEMALE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
fetch(Query<T, SerializablePredicate<T>>) - Method in class com.vaadin.flow.data.provider.ListDataProvider
 
fetch(Query<T, F>) - Method in class com.vaadin.flow.data.provider.AbstractBackEndDataProvider
 
fetch(Query<T, F>) - Method in interface com.vaadin.flow.data.provider.CallbackDataProvider.FetchCallback
Fetches a stream of items based on a query.
fetch(Query<T, F>) - Method in interface com.vaadin.flow.data.provider.DataProvider
Fetches data from this DataProvider using given query.
fetch(Query<T, F>) - Method in class com.vaadin.flow.data.provider.DataProviderWrapper
 
fetch(Query<T, F>) - Method in interface com.vaadin.flow.data.provider.hierarchy.HierarchicalDataProvider
Fetches data from this HierarchicalDataProvider using given query.
fetch(PAGEABLE) - Method in interface com.vaadin.flow.component.grid.Grid.SpringData.FetchCallback
Fetches a list of items based on a pageable.
fetch(PAGEABLE, String) - Method in interface com.vaadin.flow.component.combobox.ComboBoxBase.SpringData.FetchCallback
Fetches a list of items based on a pageable and a filter string.
fetchChildItems(T, Range) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchyMapper
 
fetchChildren(HierarchicalQuery<T, SerializablePredicate<T>>) - Method in class com.vaadin.flow.data.provider.hierarchy.TreeDataProvider
 
fetchChildren(HierarchicalQuery<T, F>) - Method in class com.vaadin.flow.data.provider.hierarchy.AbstractBackEndHierarchicalDataProvider
 
fetchChildren(HierarchicalQuery<T, F>) - Method in interface com.vaadin.flow.data.provider.hierarchy.HierarchicalDataProvider
Fetches data from this HierarchicalDataProvider using given query.
fetchChildrenFromBackEnd(HierarchicalQuery<T, F>) - Method in class com.vaadin.flow.data.provider.hierarchy.AbstractBackEndHierarchicalDataProvider
Fetches data from the back end using the given query.
fetchCurrentURL(SerializableConsumer<URL>) - Method in class com.vaadin.flow.component.page.Page
Retrieves the current url from the browser.
fetchFromBackEnd(Query<T, F>) - Method in class com.vaadin.flow.data.provider.AbstractBackEndDataProvider
Fetches data from the back end using the given query.
fetchFromBackEnd(Query<T, F>) - Method in class com.vaadin.flow.data.provider.CallbackDataProvider
 
fetchFromProvider(int, int) - Method in class com.vaadin.flow.data.provider.DataCommunicator
Fetches a list of items from the DataProvider.
fetchFromProvider(int, int) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalDataCommunicator
 
fetchHierarchyItems(Range) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchyMapper
Gets a stream of items in the form of a flattened hierarchy from the back-end and filter the wanted results from the list.
fetchHierarchyItems(T, Range) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchyMapper
Gets a stream of children for the given item in the form of a flattened hierarchy from the back-end and filter the wanted results from the list.
fetchHillaVersion() - Static method in class com.vaadin.base.devserver.ServerInfo
 
fetchItems(String, int, int) - Method in interface com.vaadin.flow.component.combobox.ComboBox.FetchItemsCallback
Returns a stream of items that match the given filter, limiting the results with given offset and limit.
fetchJavaVersion() - Static method in class com.vaadin.base.devserver.ServerInfo
 
fetchMessages(CollaborationMessagePersister.FetchQuery) - Method in interface com.vaadin.collaborationengine.CollaborationMessagePersister
Reads a stream of CollaborationMessage items from a persistence backend.
fetchOperatingSystem() - Static method in class com.vaadin.base.devserver.ServerInfo
 
fetchPageDirection(SerializableConsumer<Direction>) - Method in class com.vaadin.flow.component.page.Page
Retrieves document.dir of the current UI from the browser and passes it to the callback parameter.
fetchRootItems(Range) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchyMapper
Gets a stream of root items from the back-end and filter the wanted results from the list.
fetchVaadinVersion() - Static method in class com.vaadin.base.devserver.ServerInfo
 
Field() - Constructor for class com.vaadin.hilla.signals.core.event.ListStateEvent.Field
 
Field() - Constructor for class com.vaadin.hilla.signals.core.event.StateEvent.Field
 
FieldHighlighterInitializer - Class in com.vaadin.flow.component.fieldhighlighter
 
FieldHighlighterInitializer() - Constructor for class com.vaadin.flow.component.fieldhighlighter.FieldHighlighterInitializer
 
FieldSet - Class in com.vaadin.flow.component.html
Represents an HTML <fieldset> element.
FieldSet() - Constructor for class com.vaadin.flow.component.html.FieldSet
Creates a new fieldset with an empty legend.
FieldSet(Component...) - Constructor for class com.vaadin.flow.component.html.FieldSet
Creates a new fieldset with the given content.
FieldSet(String) - Constructor for class com.vaadin.flow.component.html.FieldSet
Creates a new fieldset with the given legend text.
FieldSet(String, Component) - Constructor for class com.vaadin.flow.component.html.FieldSet
Creates a new fieldset using the provided legend text and content.
FieldSet.Legend - Class in com.vaadin.flow.component.html
Represents an HTML <legend> element.
File() - Constructor for class com.vaadin.flow.component.upload.UploadI18N.File
 
FILE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
FILE_ADD - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
FILE_CODE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
FILE_FONT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
FILE_MOVIE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
FILE_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
FILE_PICTURE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
FILE_PRESENTATION - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
FILE_PROCESS - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
FILE_REFRESH - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
FILE_REMOVE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
FILE_ROUTES_JSON_NAME - Static variable in class com.vaadin.flow.internal.menu.MenuRegistry
 
FILE_ROUTES_JSON_PROD_PATH - Static variable in class com.vaadin.flow.internal.menu.MenuRegistry
 
FILE_SEARCH - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
FILE_SOUND - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
FILE_START - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
FILE_TABLE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
FILE_TEXT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
FILE_TEXT_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
FILE_TREE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
FILE_TREE_SMALL - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
FILE_TREE_SUB - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
FILE_ZIP - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
FileBuffer - Class in com.vaadin.flow.component.upload.receivers
Basic in file receiver implementation.
FileBuffer() - Constructor for class com.vaadin.flow.component.upload.receivers.FileBuffer
Creates a file buffer with a default file factory.
FileBuffer(FileFactory) - Constructor for class com.vaadin.flow.component.upload.receivers.FileBuffer
Creates a file buffer that uses a file factory to create a custom upload File.
FileData - Class in com.vaadin.flow.component.upload.receivers
Class containing file information for upload.
FileData(String, String, OutputStream) - Constructor for class com.vaadin.flow.component.upload.receivers.FileData
Create a FileData instance for a file.
FileDownloader - Interface in com.vaadin.flow.server.frontend.installer
Handle file download from given url to target destination.
FileDownloader.ProgressListener - Interface in com.vaadin.flow.server.frontend.installer
 
FileFactory - Interface in com.vaadin.flow.component.upload.receivers
File factory interface for generating file to store the uploaded data into.
FileIOUtils - Class in com.vaadin.flow.server.frontend
 
filename() - Method in class com.vaadin.flow.component.internal.ComponentTracker.Location
 
FileRejectedEvent - Class in com.vaadin.flow.component.upload
Sent when the file selected for upload doesn't meet the constraints specified on Upload
FileRejectedEvent(Upload, String) - Constructor for class com.vaadin.flow.component.upload.FileRejectedEvent
Deprecated.
FileRejectedEvent(Upload, String, String) - Constructor for class com.vaadin.flow.component.upload.FileRejectedEvent
Creates a new event using the given source and indicator whether the event originated from the client side or the server side.
FileRemovedEvent - Class in com.vaadin.flow.component.upload
Sent when a file selected for upload is removed.
FileRemovedEvent(Upload, String) - Constructor for class com.vaadin.flow.component.upload.FileRemovedEvent
Creates a new event using the given source and the removed file name.
FileRouterRequestUtil - Interface in com.vaadin.flow.internal.hilla
A container for utility methods related with Hilla file-based router.
FileUtil - Class in com.vaadin.open
 
FileUtil() - Constructor for class com.vaadin.open.FileUtil
 
FileWatcher - Class in com.vaadin.base.devserver
Watches for the file or sub-directory changes in the given directory.
FileWatcher(SerializableConsumer<File>, File) - Constructor for class com.vaadin.base.devserver.FileWatcher
Creates an instance of the file watcher for the given directory.
Fill - Class in com.vaadin.flow.component.map.configuration.style
 
Fill() - Constructor for class com.vaadin.flow.component.map.configuration.style.Fill
 
Fill(String) - Constructor for class com.vaadin.flow.component.map.configuration.style.Fill
 
FILL - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
FILLED - Enum constant in enum class com.vaadin.flow.component.details.DetailsVariant
 
FILM - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
filter() - Element in annotation interface com.vaadin.flow.component.DomEvent
The filter expression to run in the browser to determine whether fired events should be passed to the server.
filter(String, Object, Object) - Method in class com.vaadin.flow.server.communication.LongPollingCacheFilter
 
filter(String, AtmosphereResource, Object, Object) - Method in class com.vaadin.flow.server.communication.LongPollingCacheFilter
 
filter(List<Dependency>, VaadinService) - Method in interface com.vaadin.flow.server.DependencyFilter
Filters the list of dependencies and returns a (possibly) updated version.
Filter - Class in com.vaadin.hilla.crud.filter
Superclass for all filters to be used with CRUD services.
Filter() - Constructor for class com.vaadin.hilla.crud.filter.Filter
 
Filter(F) - Constructor for class com.vaadin.flow.data.provider.DataCommunicator.Filter
Creates the filter object and sets it notify item count change listeners by default.
Filter(F, boolean) - Constructor for class com.vaadin.flow.data.provider.DataCommunicator.Filter
Creates the filter object and sets its lifespan.
FILTER - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
FilterableResourceResolver - Class in com.vaadin.flow.spring.io
A PathMatchingResourcePatternResolver that allows filtering resources by package properties.
FilterableResourceResolver(ResourceLoader) - Constructor for class com.vaadin.flow.spring.io.FilterableResourceResolver
Creates a new instance of the resolver.
filterChain(HttpSecurity) - Method in class com.vaadin.flow.spring.security.VaadinWebSecurity
Registers default SecurityFilterChain bean.
filteringBy(SerializableBiPredicate<T, Q>) - Method in interface com.vaadin.flow.data.provider.InMemoryDataProvider
Wraps this data provider to create a new data provider that is filtered by comparing an item to the filter value provided in the query.
filteringBy(ValueProvider<T, V>, SerializableBiPredicate<V, Q>) - Method in interface com.vaadin.flow.data.provider.InMemoryDataProvider
Wraps this data provider to create a new data provider that is filtered by comparing an item property value to the filter value provided in the query.
filteringByCaseInsensitiveString(InMemoryDataProvider<T>, ValueProvider<T, String>, SerializableBiPredicate<String, String>, SerializableSupplier<Locale>) - Static method in class com.vaadin.flow.data.provider.InMemoryDataProviderHelpers
Wraps a given data provider so that its filter tests the given predicate with the lower case string provided by the given value provider.
filteringByEquals(ValueProvider<T, V>) - Method in interface com.vaadin.flow.data.provider.InMemoryDataProvider
Wraps this data provider to create a new data provider that is filtered by testing whether the value of a property is equals to the filter value provided in the query.
filteringByIgnoreNull(InMemoryDataProvider<T>, ValueProvider<T, V>, SerializableBiPredicate<V, Q>) - Static method in class com.vaadin.flow.data.provider.InMemoryDataProviderHelpers
Wraps a given data provider so that its filter ignores null items returned by the given value provider.
filteringByPrefix(ValueProvider<T, String>) - Method in interface com.vaadin.flow.data.provider.InMemoryDataProvider
Wraps this data provider to create a new data provider that is filtered by a string by checking whether the lower case representation of an item property value starts with the lower case representation of the filter value provided in the query.
filteringByPrefix(ValueProvider<T, String>, Locale) - Method in interface com.vaadin.flow.data.provider.InMemoryDataProvider
Wraps this data provider to create a new data provider that is filtered by a string by checking whether the lower case representation of an item property value starts with the lower case representation of the filter value provided in the query.
filteringBySubstring(ValueProvider<T, String>) - Method in interface com.vaadin.flow.data.provider.InMemoryDataProvider
Wraps this data provider to create a new data provider that is filtered by a string by checking whether the lower case representation of the filter value provided in the query is a substring of the lower case representation of an item property value.
filteringBySubstring(ValueProvider<T, String>, Locale) - Method in interface com.vaadin.flow.data.provider.InMemoryDataProvider
Wraps this data provider to create a new data provider that is filtered by a string by checking whether the lower case representation of the filter value provided in the query is a substring of the lower case representation of an item property value.
FilterTransformer - Class in com.vaadin.hilla.crud.filter
Utility class for transforming property names in filters and pageable objects.
FilterTransformer() - Constructor for class com.vaadin.hilla.crud.filter.FilterTransformer
 
FilterUtils - Class in com.vaadin.flow.data.provider
Internal filter related utilities for data provider.
FINAL_MODE - Static variable in interface com.vaadin.flow.component.Key
The Final (Final Mode) key is used on some Asian keyboards to enter final mode when using IMEs.
find() - Method in class com.vaadin.base.devserver.DevServerOutputTracker
Runs the find operation.
find() - Method in class com.vaadin.testbench.unit.ComponentQuery
 
find(Class<R>) - Method in class com.vaadin.testbench.unit.ComponentTester
Gets a ComponentQuery to search for component of the given type nested inside the wrapped component.
find(String) - Static method in enum class com.vaadin.hilla.signals.core.event.StateEvent.EventType
 
FIND - Static variable in interface com.vaadin.flow.component.Key
The Find key.
findAllAnnotationsOnBean(String, Class<A>, boolean) - Method in class com.vaadin.testbench.unit.mocks.MockWebApplicationContext
 
findAllByQuery(Class<R>, Consumer<ComponentQuery<R>>) - Method in class com.vaadin.testbench.unit.ComponentTester
Searches for nested components of the given type that matches the conditions set on the component query.
findAncestor(Class<T>) - Method in class com.vaadin.flow.component.Component
Traverses the component tree up and returns the first ancestor component that matches the given type.
findAnnotationOnBean(String, Class<A>) - Method in class com.vaadin.testbench.unit.mocks.MockWebApplicationContext
 
findAnnotationOnBean(String, Class<A>, boolean) - Method in class com.vaadin.testbench.unit.mocks.MockWebApplicationContext
 
findAttach(Component) - Static method in class com.vaadin.flow.component.internal.ComponentTracker
Finds the location where the given component instance was attached to a parent.
findAttachLocations(Component) - Static method in class com.vaadin.flow.component.internal.ComponentTracker
Finds the locations related to where the given component instance was attached to a parent.
findBrowserCallables() - Method in interface com.vaadin.hilla.engine.EngineConfiguration.BrowserCallableFinder
 
findBrowserCallables(EngineConfiguration, ApplicationContext) - Static method in class com.vaadin.hilla.EndpointCodeGenerator
Finds all beans in the application context that have a browser callable annotation.
findBundleFile(File, String, String) - Static method in class com.vaadin.flow.server.frontend.DevBundleUtils
Finds the given file inside the current development bundle.
findBundleStatsJson(File, ClassFinder) - Static method in class com.vaadin.flow.server.frontend.ProdBundleUtils
Get the stats.json for the application specific production bundle or from the default bundle if it exists.
findBundleStatsJson(File, String) - Static method in class com.vaadin.flow.server.frontend.DevBundleUtils
Get the stats.json for the application specific development bundle.
findByQuery(Class<R>, Consumer<ComponentQuery<R>>) - Method in class com.vaadin.testbench.unit.ComponentTester
Searches for a nested component of the given type that matches the conditions set on the component query.
findClassesForDevMode(Set<String>, List<Class<? extends Annotation>>, List<Class<?>>) - Method in class com.vaadin.flow.spring.VaadinServletContextInitializer
 
findClosestCommonClassLoaderAncestor(ClassLoader, ClassLoader) - Static method in class com.vaadin.flow.internal.ReflectTools
Finds the common ancestor of the two ClassLoaders.
findCommonBaseType(Class<?>, Class<?>) - Static method in class com.vaadin.flow.internal.ReflectTools
Finds the most specific class that both provided classes extend from.
findComponents(Element, Consumer<Component>) - Static method in class com.vaadin.flow.component.ComponentUtil
Finds the first component instance in each Element subtree by traversing the Element tree starting from the given element.
findCreate(Component) - Static method in class com.vaadin.flow.component.internal.ComponentTracker
Finds the location where the given component instance was created.
findCreateLocations(Component) - Static method in class com.vaadin.flow.component.internal.ComponentTracker
Finds the locations related to where the given component instance was created.
findElement(int, int) - Method in class com.vaadin.flow.server.VaadinSession
Finds the given element in the session.
findElement(By) - Method in class com.vaadin.testbench.AbstractBrowserTestBase
 
findElement(By) - Method in class com.vaadin.testbench.TestBenchDriverProxy
 
findElement(By) - Method in class com.vaadin.testbench.TestBenchElement
 
findElement(By) - Method in class com.vaadin.testbench.TestBenchTestCase
 
findElements(By) - Method in class com.vaadin.testbench.AbstractBrowserTestBase
 
findElements(By) - Method in class com.vaadin.testbench.TestBenchDriverProxy
 
findElements(By) - Method in class com.vaadin.testbench.TestBenchElement
 
findElements(By) - Method in class com.vaadin.testbench.TestBenchTestCase
 
findErrorHandler(VaadinSession) - Static method in class com.vaadin.flow.server.ErrorEvent
Finds the error handler for the given session.
findFiles(File, String, String) - Method in class com.vaadin.flow.server.frontend.JarContentsManager
Finds all files (not directories) in the jar with the name specified and in the directory specified.
findFirstUrlMapping(ServletRegistration) - Static method in class com.vaadin.flow.internal.BootstrapHandlerHelper
Returns the first of sorted URL mappings of the given ServletRegistration, ignoring '/VAADIN/*' and '/vaadinServlet/*' mapping.
findIPAddress(Function<InetAddress, Boolean>) - Static method in class com.vaadin.testbench.IPAddress
Enumerates the available IP addresses until one is found which is accepted by the given function.
findJavaFile(AbstractConfiguration) - Method in class com.vaadin.flow.component.internal.ComponentTracker.Location
Deprecated.
use findSourceFile
findLocale() - Static method in class com.vaadin.flow.data.binder.Binder.BindingImpl
Finds an appropriate locale to be used in conversion and validation.
findLocale(VaadinSession, VaadinRequest) - Static method in class com.vaadin.flow.server.HandlerHelper
Helper to find the most most suitable Locale.
findMethod(Class<?>, String, Class<?>...) - Static method in class com.vaadin.flow.internal.ReflectTools
Locates the method in the given class.
findOpenApiClasses(String) - Static method in class com.vaadin.hilla.OpenAPIUtil
Parses the given open api and finds all used classes.
findParentComponent(Element) - Static method in class com.vaadin.flow.component.ComponentUtil
Finds the first component by traversing upwards in the element hierarchy, starting from the given element.
findRelevantThrowable(Throwable) - Static method in class com.vaadin.flow.server.DefaultErrorHandler
Vaadin wraps exceptions in its own and due to reflection usage there might be also other irrelevant exceptions that make no sense for Vaadin users (~developers using Vaadin).
findSiteLocalAddress() - Static method in class com.vaadin.testbench.IPAddress
Tries to determine a site local (10.0.0.0, 172.16.0.0 or 192.168.0.0) IP address of the machine the test is running on.
findSourceFile(AbstractConfiguration) - Method in class com.vaadin.flow.component.internal.ComponentTracker.Location
Finds the source file this location refers to.
findUI(VaadinRequest) - Method in class com.vaadin.flow.server.VaadinService
Finds the UI that belongs to the provided request.
findVaadinSession(VaadinRequest) - Method in class com.vaadin.flow.server.VaadinService
Attempts to find a Vaadin service session associated with this request.
FINISH - Static variable in interface com.vaadin.flow.component.Key
The Finish key.
finished() - Method in class com.vaadin.testbench.parallel.ParallelScheduler
 
finished(Description) - Method in class com.vaadin.testbench.ScreenshotOnFailureRule
 
FinishedEvent - Class in com.vaadin.flow.component.upload
FinishedEvent is sent when the upload receives a file, regardless of whether the reception was successful or failed.
FinishedEvent(Upload, String, String, long) - Constructor for class com.vaadin.flow.component.upload.FinishedEvent
Create an instance of the event.
FIRE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
fireAxesRescaled(Axis, Number, Number, boolean, boolean) - Method in interface com.vaadin.flow.component.charts.model.ChartConfiguration
 
fireAxesRescaled(Axis, Number, Number, boolean, boolean) - Method in class com.vaadin.flow.component.charts.model.Configuration
Fires axis rescaled event.
FIREBRICK - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
fireDomEvent(DomEvent) - Method in class com.vaadin.testbench.unit.ComponentTester
Fires a DOM event on the wrapped component.
fireDomEvent(String) - Method in class com.vaadin.testbench.unit.ComponentTester
Fires a DOM event of the given type on the wrapped component.
fireDomEvent(String, JsonObject) - Method in class com.vaadin.testbench.unit.ComponentTester
Fires a DOM event with the given type and payload on the wrapped component.
fireEvent(ComponentEvent) - Method in class com.vaadin.flow.component.ComponentEventBus
Dispatches the event to all listeners registered for the event type.
fireEvent(ComponentEvent<?>) - Method in class com.vaadin.flow.component.Component
Dispatches the event to all listeners registered for the event type.
fireEvent(DomEvent) - Method in class com.vaadin.flow.internal.nodefeature.ElementListenerMap
Fires an event to all listeners registered for the given type.
fireEvent(RoutesChangedEvent) - Method in class com.vaadin.flow.router.internal.AbstractRouteRegistry
Fire routes changed event to all registered listeners.
fireEvent(String) - Method in class com.vaadin.flow.component.webcomponent.WebComponent
Fires a custom event on the client-side originating from the web component.
fireEvent(String, JsonValue) - Method in class com.vaadin.flow.component.webcomponent.WebComponent
Fires a custom event on the client-side originating from the web component with custom event data.
fireEvent(String, JsonValue, EventOptions) - Method in class com.vaadin.flow.component.webcomponent.WebComponent
Fires a custom event on the client-side originating from the web component with custom event data.
fireEvent(EventObject) - Method in class com.vaadin.flow.data.provider.AbstractDataProvider
Sends the event to all listeners.
fireEvent(T, ComponentEvent<? extends T>) - Static method in class com.vaadin.flow.component.ComponentUtil
Dispatches the event to all listeners registered for the event type.
firefox() - Static method in class com.vaadin.testbench.parallel.BrowserUtil
Gets the capabilities for Firefox
FIREFOX - Enum constant in enum class com.vaadin.open.App
 
FIREFOX - Enum constant in enum class com.vaadin.testbench.parallel.Browser
 
fireSelectionEvent(SelectionEvent<Grid<T>, T>) - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
Method for handling the firing of selection events.
fireSelectionEvent(SelectionEvent<Grid<T>, T>) - Method in class com.vaadin.flow.component.grid.AbstractGridSingleSelectionModel
Method for handling the firing of selection events.
fireSessionDestroy() - Method in class com.vaadin.flow.spring.SpringVaadinSession
Deprecated.
Handles destruction of the session.
fireSessionDestroy(VaadinSession) - Method in class com.vaadin.flow.server.VaadinService
Handles destruction of the given session.
fireShortcut(Key, KeyModifier...) - Method in class com.vaadin.testbench.unit.BaseUIUnitTest
Simulates a keyboard shortcut performed on the browser.
fireUIInitListeners(UI) - Method in class com.vaadin.flow.server.VaadinService
Fire UI initialization event to all registered UIInitListeners.
fireUpdateProgress(long, long) - Method in class com.vaadin.flow.component.upload.Upload
fireUpdateProgress(long, long, String) - Method in class com.vaadin.flow.component.upload.Upload
Emit the progress event.
first() - Method in class com.vaadin.testbench.ElementQuery
Executes the search and returns the first result.
first() - Method in class com.vaadin.testbench.unit.ComponentQuery
Executes the search against current context and returns the first result.
FIRST - Enum constant in enum class com.vaadin.hilla.signals.core.event.ListStateEvent.InsertPosition
 
FIRST_DELAY_DEFAULT - Static variable in class com.vaadin.flow.internal.nodefeature.LoadingIndicatorConfigurationMap
 
FIRST_DELAY_KEY - Static variable in class com.vaadin.flow.internal.nodefeature.LoadingIndicatorConfigurationMap
 
firstToLower(String) - Static method in class com.vaadin.flow.shared.util.SharedUtil
Changes the first character in the given string to lower case in a way suitable for use in code (methods, properties etc).
firstToLower(String) - Static method in class com.vaadin.testbench.internal.SharedUtil
Changes the first character in the given string to lower case in a way suitable for use in code (methods, properties etc).
FIT_CONTENT - Enum constant in enum class com.vaadin.flow.dom.Style.FlexBasis
 
FIXED - Enum constant in enum class com.vaadin.flow.dom.Style.Position
 
FIXED - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Position.Breakpoint.Large
 
FIXED - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Position.Breakpoint.Medium
 
FIXED - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Position.Breakpoint.Small
 
FIXED - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Position.Breakpoint.XLarge
 
FIXED - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Position.Breakpoint.XXLarge
 
FIXED - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Position
 
FLAG - Enum constant in enum class com.vaadin.flow.component.charts.model.FlagShape
 
FLAG - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
FLAG_CHECKERED - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
FLAG_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
FlagItem - Class in com.vaadin.flow.component.charts.model
DataSeriesItem that can hold also title and text values.
FlagItem(Number, String) - Constructor for class com.vaadin.flow.component.charts.model.FlagItem
Constructs an item with X and Title values
FlagItem(Number, String, String) - Constructor for class com.vaadin.flow.component.charts.model.FlagItem
Constructs an item with X, Title and Text values
FlagItem(Instant, String) - Constructor for class com.vaadin.flow.component.charts.model.FlagItem
Constructs an item with X and Title values
FlagItem(Instant, String, String) - Constructor for class com.vaadin.flow.component.charts.model.FlagItem
Constructs an item with X, Title and Text values
FlagItem(Date, String) - Constructor for class com.vaadin.flow.component.charts.model.FlagItem
Deprecated.
FlagItem(Date, String, String) - Constructor for class com.vaadin.flow.component.charts.model.FlagItem
Deprecated.
FLAGS - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
FlagShape - Enum Class in com.vaadin.flow.component.charts.model
The name of a symbol to use for the border in ChartType.FLAGS series.
FLASH - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
FLASK - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
flatMap(SerializableFunction<R, Result<S>>) - Method in interface com.vaadin.flow.data.binder.Result
If this Result has a value, applies the given Result-returning function to the value.
FLEX - Enum constant in enum class com.vaadin.flow.dom.Style.Display
 
FLEX - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Display.Breakpoint.Large
 
FLEX - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Display.Breakpoint.Medium
 
FLEX - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Display.Breakpoint.Small
 
FLEX - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Display.Breakpoint.XLarge
 
FLEX - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Display.Breakpoint.XXLarge
 
FLEX - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Display
 
FLEX_END - Enum constant in enum class com.vaadin.flow.dom.Style.AlignItems
 
FLEX_END - Enum constant in enum class com.vaadin.flow.dom.Style.AlignSelf
 
FLEX_END - Enum constant in enum class com.vaadin.flow.dom.Style.JustifyContent
 
FLEX_START - Enum constant in enum class com.vaadin.flow.dom.Style.AlignItems
 
FLEX_START - Enum constant in enum class com.vaadin.flow.dom.Style.AlignSelf
 
FLEX_START - Enum constant in enum class com.vaadin.flow.dom.Style.JustifyContent
 
FlexComponent - Interface in com.vaadin.flow.component.orderedlayout
A component which implements Flexbox.
FlexComponent.Alignment - Enum Class in com.vaadin.flow.component.orderedlayout
Enum with the possible values for the component alignment inside the layout.
FlexComponent.JustifyContentMode - Enum Class in com.vaadin.flow.component.orderedlayout
Enum with the possible values for the way the extra space inside the layout is distributed among the components.
FlexLayout - Class in com.vaadin.flow.component.orderedlayout
A layout component that implements Flexbox.
FlexLayout() - Constructor for class com.vaadin.flow.component.orderedlayout.FlexLayout
Default constructor.
FlexLayout(Component...) - Constructor for class com.vaadin.flow.component.orderedlayout.FlexLayout
Convenience constructor to create a layout with the children already inside it.
FlexLayout.ContentAlignment - Enum Class in com.vaadin.flow.component.orderedlayout
Enum with the possible values for the component alignment inside the layout.
FlexLayout.FlexDirection - Enum Class in com.vaadin.flow.component.orderedlayout
Possible values for the flex-direction CSS property, which determines how the elements are placed inside the layout.
FlexLayout.FlexWrap - Enum Class in com.vaadin.flow.component.orderedlayout
Possible values for the flex-wrap CSS property, which determines how the elements inside the layout should behave when they don't fit inside the layout.
FLIGHT_LANDING - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
FLIGHT_TAKEOFF - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
FLIP_H - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
FLIP_V - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
FloatRangeValidator - Class in com.vaadin.flow.data.validator
Validator for validating that a Float is inside a given range.
FloatRangeValidator(String, Float, Float) - Constructor for class com.vaadin.flow.data.validator.FloatRangeValidator
Creates a validator for checking that an Float is within a given range.
FloatToBigDecimalConverter - Class in com.vaadin.flow.data.converter
A converter that converts from Float to BigDecimal and back.
FloatToBigDecimalConverter() - Constructor for class com.vaadin.flow.data.converter.FloatToBigDecimalConverter
 
FloatToDoubleConverter - Class in com.vaadin.flow.data.converter
A converter that converts from Float to Double and back.
FloatToDoubleConverter() - Constructor for class com.vaadin.flow.data.converter.FloatToDoubleConverter
 
FLORALWHITE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
FLOW_COLUMN - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid
Items are placed by filling each column in turn, adding new columns as necessary.
FLOW_ROW - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid
Items are placed by filling each row in turn, adding new rows as necessary.
FlowDauIntegration - Class in com.vaadin.flow.server.dau
A utility class for various daily active users collecting methods.
flowLayout() - Method in record class com.vaadin.flow.server.menu.AvailableViewInfo
Returns the value of the flowLayout record component.
flush() - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalCommunicationController
 
FN - Static variable in interface com.vaadin.flow.component.Key
The Fn (Function modifier) key.
FN_LOCK - Static variable in interface com.vaadin.flow.component.Key
The FnLock or F-Lock (Function Lock) key.
focus() - Method in interface com.vaadin.flow.component.Focusable
Calls the focus function at the client, making the component keyboard focused.
focus() - Method in class com.vaadin.testbench.TestBenchElement
Move browser focus to this Element
Focusable<T extends Component> - Interface in com.vaadin.flow.component
Represents a component that can gain and lose focus.
focusElement(TestBenchElement) - Method in class com.vaadin.testbench.commands.TestBenchCommandExecutor
 
FocusEvent(C, boolean) - Constructor for class com.vaadin.flow.component.FocusNotifier.FocusEvent
FocusEvent base constructor.
FocusNotifier<T extends Component> - Interface in com.vaadin.flow.component
Mixin interface to handle focus events on components.
FocusNotifier.FocusEvent<C extends Component> - Class in com.vaadin.flow.component
Represents the DOM event "focus".
FOLDER - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
FOLDER_ADD - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
FOLDER_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
FOLDER_OPEN - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
FOLDER_OPEN_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
FOLDER_REMOVE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
FOLDER_SEARCH - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
FONT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
FontIcon - Class in com.vaadin.flow.component.icon
Component for displaying an icon from a font icon collection.
FontIcon() - Constructor for class com.vaadin.flow.component.icon.FontIcon
Default constructor.
FontIcon(String...) - Constructor for class com.vaadin.flow.component.icon.FontIcon
Creates a font icon component with the given icon class names.
FontWeight - Enum Class in com.vaadin.flow.component.charts.model.style
Font weight used by Style class
Footer - Class in com.vaadin.flow.component.html
Component representing a <footer> element.
Footer() - Constructor for class com.vaadin.flow.component.html.Footer
Creates a new empty footer.
Footer(Component...) - Constructor for class com.vaadin.flow.component.html.Footer
Creates a new footer with the given child components.
FOOTER - Enum constant in enum class com.vaadin.flow.component.grid.CellFocusEvent.GridSection
Footer section.
FOOTER - Static variable in annotation interface com.vaadin.flow.component.Tag
Tag for an <footer>.
FooterRow - Class in com.vaadin.flow.component.grid
One row of FooterRow.FooterCells in a Grid.
FooterRow.FooterCell - Class in com.vaadin.flow.component.grid
A footer cell in a Grid.
forApplicationScope() - Static method in class com.vaadin.flow.router.RouteConfiguration
Get a RouteConfiguration that edits the application scope routes.
FORBIDDEN - Enum constant in enum class com.vaadin.flow.server.HttpStatusCode
Status code (403) indicating the server understood the request but refused to fulfill it.
FORCE_PRODUCTION_BUILD - Static variable in class com.vaadin.flow.server.InitParameters
Configuration name for forcing optimized production bundle build.
forceAlternativeNodeExecutable() - Method in class com.vaadin.flow.server.frontend.FrontendTools
Locate node executable from the alternative directory given.
forComponent(Component) - Static method in class com.vaadin.flow.component.shared.Tooltip
Creates a tooltip to the given Component if one hasn't already been created.
forEachChild(Consumer<StateNode>) - Method in class com.vaadin.flow.internal.nodefeature.AttachExistingElementFeature
 
forEachChild(Consumer<StateNode>) - Method in class com.vaadin.flow.internal.nodefeature.NodeFeature
Passes each child node instance to the given consumer.
forEachChild(Consumer<StateNode>) - Method in class com.vaadin.flow.internal.nodefeature.NodeList
 
forEachChild(Consumer<StateNode>) - Method in class com.vaadin.flow.internal.nodefeature.NodeMap
 
forEachChild(Consumer<StateNode>) - Method in class com.vaadin.flow.internal.nodefeature.NodeValue
 
forEachChild(Consumer<StateNode>) - Method in class com.vaadin.flow.internal.nodefeature.ServerSideFeature
 
forEachChild(Consumer<StateNode>) - Method in class com.vaadin.flow.internal.nodefeature.StateNodeNodeList
 
forEachChild(Consumer<StateNode>) - Method in class com.vaadin.flow.internal.StateNode
Executes the given action for each child node of this state node.
forEachInjectedField(InjectableFieldConsumer) - Method in class com.vaadin.flow.component.template.internal.ParserData
Applies the given consumer to each mapped field.
FORESTGREEN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
forField(HasValue<?, FIELDVALUE>) - Method in class com.vaadin.collaborationengine.CollaborationBinder
Creates a new binding for the given field.
forField(HasValue<?, FIELDVALUE>) - Method in class com.vaadin.flow.data.binder.Binder
Creates a new binding for the given field.
forField(HasValue<?, FIELDVALUE>, Class<? super FIELDVALUE>, Class<ELEMENT>) - Method in class com.vaadin.collaborationengine.CollaborationBinder
Creates a new binding for the given (multi select) field whose value type is a collection.
forField(HasValue<?, FIELDVALUE>, Class<FIELDVALUE>) - Method in class com.vaadin.collaborationengine.CollaborationBinder
Creates a new binding for the given field and type.
forgotPassword() - Method in class com.vaadin.flow.component.login.AbstractLoginTester
Simulate click on forgot password button.
forgotPassword() - Method in class com.vaadin.flow.component.login.testbench.LoginFormElement
 
forgotPassword() - Method in class com.vaadin.flow.component.login.testbench.LoginOverlayElement
 
ForgotPasswordEvent(AbstractLogin, boolean) - Constructor for class com.vaadin.flow.component.login.AbstractLogin.ForgotPasswordEvent
 
forIdentifier(String) - Static method in enum class com.vaadin.flow.dom.DebouncePhase
Gets the phase that corresponds to the given identifier character.
Form() - Constructor for class com.vaadin.flow.component.login.LoginI18n.Form
 
FORM - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
FORM_FILLER_ADDON - Static variable in class com.vaadin.experimental.FeatureFlags
 
forMemberField(HasValue<?, FIELDVALUE>) - Method in class com.vaadin.collaborationengine.CollaborationBinder
Creates a new binding for the given field.
forMemberField(HasValue<?, FIELDVALUE>) - Method in class com.vaadin.flow.data.binder.Binder
Creates a new binding for the given field.
forMemberField(HasValue<?, FIELDVALUE>, Class<? super FIELDVALUE>, Class<ELEMENT>) - Method in class com.vaadin.collaborationengine.CollaborationBinder
Creates a new binding for the given (multi select) field whose value type is a collection.
forMemberField(HasValue<?, FIELDVALUE>, Class<FIELDVALUE>) - Method in class com.vaadin.collaborationengine.CollaborationBinder
Creates a new binding for the given field and type.
FormItem() - Constructor for class com.vaadin.flow.component.formlayout.FormLayout.FormItem
Constructs an empty FormItem.
FormItem(Component...) - Constructor for class com.vaadin.flow.component.formlayout.FormLayout.FormItem
Constructs a FormItem with the given initial components to wrap.
FormLayout - Class in com.vaadin.flow.component.formlayout
Form Layout allows you to build responsive forms with multiple columns and to position input labels on top or to the side of the input.
FormLayout() - Constructor for class com.vaadin.flow.component.formlayout.FormLayout
Constructs an empty layout.
FormLayout(Component...) - Constructor for class com.vaadin.flow.component.formlayout.FormLayout
Constructs a FormLayout with the given initial components.
FormLayout.FormItem - Class in com.vaadin.flow.component.formlayout
Server-side component for the <vaadin-form-item> element.
FormLayout.ResponsiveStep - Class in com.vaadin.flow.component.formlayout
A class used in describing the responsive layouting behavior of a FormLayout.
FormLayout.ResponsiveStep.LabelsPosition - Enum Class in com.vaadin.flow.component.formlayout
Enum for describing the position of label components in a FormLayout.FormItem.
FormLayoutElement - Class in com.vaadin.flow.component.formlayout.testbench
A TestBench element representing a <vaadin-form-layout> element.
FormLayoutElement() - Constructor for class com.vaadin.flow.component.formlayout.testbench.FormLayoutElement
 
FormManager - Class in com.vaadin.collaborationengine
Manager to handle form values and field highlight state.
FormManager(ConnectionContext, UserInfo, String, CollaborationEngine) - Constructor for class com.vaadin.collaborationengine.FormManager
Deprecated, for removal: This API element is subject to removal in a future version.
This constructor is not compatible with serialization
FormManager(ConnectionContext, UserInfo, String, SerializableSupplier<CollaborationEngine>) - Constructor for class com.vaadin.collaborationengine.FormManager
Creates a new manager for the provided connection context.
FormManager(Component, UserInfo, String) - Constructor for class com.vaadin.collaborationengine.FormManager
Creates a new manager for the provided component.
FormService<T,ID> - Interface in com.vaadin.hilla.crud
A browser-callable service that can create, update, and delete a given type of object.
forProject(File, String...) - Static method in class com.vaadin.hilla.engine.commandrunner.GradleRunner
Creates a Gradle runner for the given project directory.
forProject(File, String...) - Static method in class com.vaadin.hilla.engine.commandrunner.MavenRunner
Creates a Maven runner for the given project directory.
forRegistry(RouteRegistry) - Static method in class com.vaadin.flow.router.RouteConfiguration
Get a RouteConfiguration for editing the given RouteRegistry implementation.
forSessionScope() - Static method in class com.vaadin.flow.router.RouteConfiguration
Get a RouteConfiguration that edits the session scope routes.
forString(String) - Static method in enum class com.vaadin.flow.component.HasText.WhiteSpace
 
forString(String) - Static method in interface com.vaadin.flow.component.html.AnchorTargetValue
Gets an object instance wrapping the value string representation.
forward() - Method in class com.vaadin.flow.component.page.History
Navigates forward.
FORWARD - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
FORWARD - Enum constant in enum class com.vaadin.testbench.unit.MouseButton
 
ForwardingRequestWrapper - Class in com.vaadin.flow.spring
Creates an HttpServletRequestWrapper instance which returns appropriate servletPath and pathInfo (which are expected by VaadinServlet) in case forwarding is enforced.
ForwardingRequestWrapper(HttpServletRequest) - Constructor for class com.vaadin.flow.spring.ForwardingRequestWrapper
 
forwardTo(NavigationHandler, NavigationState) - Method in class com.vaadin.flow.router.BeforeEvent
Forward the navigation to use the provided navigation handler instead of the currently used handler.
forwardTo(NavigationState) - Method in class com.vaadin.flow.router.BeforeEvent
Forward the navigation to the given navigation state.
forwardTo(Class<? extends C>, QueryParameters) - Method in class com.vaadin.flow.router.BeforeEvent
Forward the navigation to show the given component with given query parameters instead of the component that is currently about to be displayed.
forwardTo(Class<? extends C>, RouteParameters, QueryParameters) - Method in class com.vaadin.flow.router.BeforeEvent
Forward the navigation to show the given component with given route parameters and query parameters instead of the component that is currently about to be displayed.
forwardTo(Class<? extends C>, List<T>) - Method in class com.vaadin.flow.router.BeforeEvent
Forward the navigation to show the given component with given route parameters instead of the component that is currently about to be displayed.
forwardTo(Class<? extends C>, T) - Method in class com.vaadin.flow.router.BeforeEvent
Forward the navigation to show the given component with given route parameter instead of the component that is currently about to be displayed.
forwardTo(Class<? extends C>, T, QueryParameters) - Method in class com.vaadin.flow.router.BeforeEvent
Forward the navigation to show the given component with given route parameter and query parameters instead of the component that is currently about to be displayed.
forwardTo(Class<? extends Component>) - Method in class com.vaadin.flow.router.BeforeEvent
Forward the navigation to show the given component instead of the component that is currently about to be displayed.
forwardTo(Class<? extends Component>, boolean) - Method in class com.vaadin.flow.router.BeforeEvent
Forward the navigation to show the given component instead of the component that is currently about to be displayed.
forwardTo(Class<? extends Component>, RouteParameters) - Method in class com.vaadin.flow.router.BeforeEvent
Forward the navigation to show the given component with given route parameters instead of the component that is currently about to be displayed.
forwardTo(String) - Method in class com.vaadin.flow.router.BeforeEvent
Forward to navigation component registered for given location string instead of the component about to be displayed.
forwardTo(String, QueryParameters) - Method in class com.vaadin.flow.router.BeforeEvent
Forward to navigation component registered for given location string with given query parameters instead of the component about to be displayed.
forwardTo(String, List<T>) - Method in class com.vaadin.flow.router.BeforeEvent
Forward to navigation component registered for given location string with given location parameters instead of the component about to be displayed.
forwardTo(String, T) - Method in class com.vaadin.flow.router.BeforeEvent
Forward to navigation component registered for given location string with given location parameter instead of the component about to be displayed.
forwardToUrl(String) - Method in class com.vaadin.flow.router.BeforeEvent
Forward to the given URL instead of the component about to be displayed.
FOUND - Enum constant in enum class com.vaadin.flow.server.HttpStatusCode
Status code (302) indicating that the resource reside temporarily under a different URI.
fqn() - Element in annotation interface com.vaadin.testbench.unit.Tests
 
FragmentedMessage() - Constructor for class com.vaadin.flow.server.communication.AtmospherePushConnection.FragmentedMessage
Creates a message by reading from the given reader.
FragmentedMessageHolder - Interface in com.vaadin.flow.server.communication
 
Frame - Class in com.vaadin.flow.component.charts.model
Provides the option to draw a frame around the charts by defining a bottom, front and back panel.
Frame() - Constructor for class com.vaadin.flow.component.charts.model.Frame
 
from(Component) - Method in class com.vaadin.testbench.unit.ComponentQuery
Sets the context to search inside.
from(Element, Class<T>) - Static method in class com.vaadin.flow.component.Component
Creates a new component instance using the given element.
from(SerializableFunction<P, Result<M>>, SerializableFunction<M, P>) - Static method in interface com.vaadin.flow.data.converter.Converter
Constructs a converter from a filter and a function.
from(SerializableFunction<P, M>, SerializableFunction<M, P>, SerializableFunction<Exception, String>) - Static method in interface com.vaadin.flow.data.converter.Converter
Constructs a converter from two functions.
from(SerializablePredicate<T>, ErrorMessageProvider) - Static method in interface com.vaadin.flow.data.binder.Validator
Builds a validator out of a conditional function and an error message provider.
from(SerializablePredicate<T>, ErrorMessageProvider, ErrorLevel) - Static method in interface com.vaadin.flow.data.binder.Validator
Builds a validator out of a conditional function and an error message provider.
from(SerializablePredicate<T>, String) - Static method in interface com.vaadin.flow.data.binder.Validator
Builds a validator out of a conditional function and an error message.
from(SerializablePredicate<T>, String, ErrorLevel) - Static method in interface com.vaadin.flow.data.binder.Validator
Builds a validator out of a conditional function and an error message.
from(StateNode) - Static method in class com.vaadin.flow.dom.ElementUtil
Gets the element mapped to the given state node.
fromCallbacks(CallbackDataProvider.FetchCallback<T, Void>, CallbackDataProvider.CountCallback<T, Void>) - Static method in interface com.vaadin.flow.data.provider.DataProvider
Creates a new data provider that uses callbacks for fetching and counting items from any backing store.
fromCallbacks(SerializableFunction<CollaborationMessagePersister.FetchQuery, Stream<CollaborationMessage>>, SerializableConsumer<CollaborationMessagePersister.PersistRequest>) - Static method in interface com.vaadin.collaborationengine.CollaborationMessagePersister
Creates an instance of CollaborationMessagePersister from the provided callbacks.
fromFilteringCallbacks(CallbackDataProvider.FetchCallback<T, F>, CallbackDataProvider.CountCallback<T, F>) - Static method in interface com.vaadin.flow.data.provider.DataProvider
Creates a new data provider that uses filtering callbacks for fetching and counting items from any backing store.
fromJsoup(Node) - Static method in class com.vaadin.flow.dom.ElementUtil
Converts a given JSoup Node and its children into a matching Element hierarchy.
fromPagingRepository(PagingAndSortingRepository<T, ?>) - Static method in interface com.vaadin.flow.spring.data.VaadinSpringDataHelpers
Binds all items from a given paging Spring Data repository to Grid.
fromPosition(String) - Static method in enum class com.vaadin.flow.component.shared.Tooltip.TooltipPosition
Gets the Tooltip.TooltipPosition for the given position string.
fromPropertyValue(String) - Static method in enum class com.vaadin.flow.component.grid.ColumnRendering
Converts the property name in String form to the corresponding enum value.
fromPropertyValue(String) - Static method in enum class com.vaadin.flow.component.grid.ColumnTextAlign
Converts the property name in String form to the corresponding enum value.
fromStream(Stream<T>) - Static method in interface com.vaadin.flow.data.provider.DataProvider
Creates a new data provider from the given stream.
fromString(String) - Static method in class com.vaadin.flow.router.QueryParameters
Creates parameters from a query string.
fromWebcomponentValue(String) - Static method in enum class com.vaadin.flow.component.applayout.AppLayout.Section
 
frontDeps - Variable in class com.vaadin.flow.server.frontend.NodeUpdater
The FrontendDependencies object representing the application dependencies.
Frontend() - Constructor for class com.vaadin.flow.spring.VaadinConfigurationProperties.Frontend
 
FRONTEND - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
Default folder used for source and generated folders.
FRONTEND_EXTRA_EXTENSIONS - Static variable in class com.vaadin.flow.server.InitParameters
Configuration parameter name for adding extra file extensions for stats bundle to generate hashes for.
FRONTEND_FOLDER_ALIAS - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
A special prefix used to map imports placed in the FrontendUtils.DEFAULT_FRONTEND_DIR.
FRONTEND_GENERATED_FLOW_IMPORT_PATH - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
The prefix used to import files generated by Flow.
FRONTEND_HOTDEPLOY - Static variable in class com.vaadin.flow.server.InitParameters
Configuration name for enabling development using the frontend development server instead of using an application bundle.
FRONTEND_HOTDEPLOY_DEPENDENCIES - Static variable in class com.vaadin.flow.server.InitParameters
Configuration name for adding dependencies on other projects when using the frontend development server.
FRONTEND_TOKEN - Static variable in class com.vaadin.flow.server.Constants
 
FRONTEND_URL_ES6 - Static variable in class com.vaadin.flow.shared.ApplicationConstants
Configuration parameter for the build URL of ES6 web components.
FrontendDependencies - Class in com.vaadin.flow.server.frontend.scanner
Represents the class dependency tree of the application.
FrontendDependencies(ClassFinder) - Constructor for class com.vaadin.flow.server.frontend.scanner.FrontendDependencies
Default Constructor.
FrontendDependencies(ClassFinder, boolean) - Constructor for class com.vaadin.flow.server.frontend.scanner.FrontendDependencies
Secondary constructor, which allows declaring whether embeddable web components should be checked for resource dependencies.
FrontendDependencies(ClassFinder, boolean, FeatureFlags) - Constructor for class com.vaadin.flow.server.frontend.scanner.FrontendDependencies
Tertiary constructor, which allows declaring whether embeddable web components should be checked for resource dependencies.
FrontendDependencies(ClassFinder, boolean, FeatureFlags, boolean) - Constructor for class com.vaadin.flow.server.frontend.scanner.FrontendDependencies
 
FrontendDependenciesScanner - Interface in com.vaadin.flow.server.frontend.scanner
Frontend dependencies scanner.
FrontendDependenciesScanner.FrontendDependenciesScannerFactory - Class in com.vaadin.flow.server.frontend.scanner
Frontend dependencies scanner factory.
FrontendDependenciesScannerFactory() - Constructor for class com.vaadin.flow.server.frontend.scanner.FrontendDependenciesScanner.FrontendDependenciesScannerFactory
 
frontendHotdeploy() - Method in interface com.vaadin.flow.server.AbstractConfiguration
Deprecated.
frontendHotdeploy() - Method in class com.vaadin.flow.server.DefaultDeploymentConfiguration
 
frontendHotdeploy() - Method in class com.vaadin.flow.server.PropertyDeploymentConfiguration
 
frontendImportsFound(JsonNode, Options, FrontendDependenciesScanner) - Static method in class com.vaadin.flow.server.frontend.BundleValidationUtil
 
FrontendTools - Class in com.vaadin.flow.server.frontend
Provides access to frontend tools (Node.js and npm, pnpm, bun) and optionally installs the tools if needed.
FrontendTools(FrontendToolsSettings) - Constructor for class com.vaadin.flow.server.frontend.FrontendTools
Creates an instance of the class using the baseDir as a base directory to locate the tools and the directory returned by the alternativeDirGetter as a directory to install tools if they are not found and use it as an alternative tools location.
FrontendTools(ApplicationConfiguration, File) - Constructor for class com.vaadin.flow.server.frontend.FrontendTools
Creates an instance using the the given project directory and application configuration.
FrontendTools(String, Supplier<String>, boolean) - Constructor for class com.vaadin.flow.server.frontend.FrontendTools
Deprecated.
use FrontendTools(FrontendToolsSettings) instead, as it simplifies configuring the frontend tools and gives the default values to configuration parameters.
FrontendTools(String, Supplier<String>, String, URI) - Constructor for class com.vaadin.flow.server.frontend.FrontendTools
Deprecated.
use FrontendTools(FrontendToolsSettings) instead, as it simplifies configuring the frontend tools and gives the default values to configuration parameters.
FrontendTools(String, Supplier<String>, String, URI, boolean, boolean) - Constructor for class com.vaadin.flow.server.frontend.FrontendTools
Deprecated.
use FrontendTools(FrontendToolsSettings) instead, as it simplifies configuring the frontend tools and gives the default values to configuration parameters.
FrontendTools(String, Supplier<String>, String, URI, boolean, boolean, boolean) - Constructor for class com.vaadin.flow.server.frontend.FrontendTools
Deprecated.
use FrontendTools(FrontendToolsSettings) instead, as it simplifies configuring the frontend tools and gives the default values to configuration parameters.
FrontendToolsLocator - Class in com.vaadin.flow.server.frontend
Helps to locate the tools in the system by their names.
FrontendToolsLocator() - Constructor for class com.vaadin.flow.server.frontend.FrontendToolsLocator
 
FrontendToolsSettings - Class in com.vaadin.flow.server.frontend
Configuration object for controlling the FrontendTools features.
FrontendToolsSettings(String, SerializableSupplier<String>) - Constructor for class com.vaadin.flow.server.frontend.FrontendToolsSettings
Create a tools configuration object.
FrontendUtils - Class in com.vaadin.flow.server.frontend
A class for static methods and definitions that might be used in different locations.
FrontendUtils.CommandExecutionException - Exception in com.vaadin.flow.server.frontend
Thrown when the command execution fails.
FrontendUtils.UnknownVersionException - Exception in com.vaadin.flow.server.frontend
Thrown when detecting the version of a tool fails.
FrontendVersion - Class in com.vaadin.flow.server.frontend
Version object for frontend versions comparison and handling.
FrontendVersion(int, int) - Constructor for class com.vaadin.flow.server.frontend.FrontendVersion
Create a version of format "major.minor.0".
FrontendVersion(int, int, int) - Constructor for class com.vaadin.flow.server.frontend.FrontendVersion
Create a version of format "major.minor.revision".
FrontendVersion(int, int, int, String) - Constructor for class com.vaadin.flow.server.frontend.FrontendVersion
Create a version of format "major.minor.revision.build"
FrontendVersion(String) - Constructor for class com.vaadin.flow.server.frontend.FrontendVersion
Parse version numbers from version string with the format "major.minor.revision[.build]".
FrontendVersion(String, String) - Constructor for class com.vaadin.flow.server.frontend.FrontendVersion
Parse version numbers from version string with the format "major.minor.revision[.build]".
FrontendWebComponentGenerator - Class in com.vaadin.flow.server.frontend
Generates embeddable web component files in npm mode, hiding the complexity caused by using a different class loader.
FrontendWebComponentGenerator(ClassFinder) - Constructor for class com.vaadin.flow.server.frontend.FrontendWebComponentGenerator
Creates a new instances and stores the finder to be used for locating WebComponentModulesWriter and WebComponentExporter/WebComponentExporterFactory classes.
FROWN_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
FUCHSIA - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
full(Map<String, String[]>) - Static method in class com.vaadin.flow.router.QueryParameters
Creates parameters from full representation, where each parameter name may correspond to multiple values.
FULL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.BorderRadius
 
FULL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Height
 
FULL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.MaxHeight
 
FULL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.MaxWidth
 
FULL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.MinHeight
 
FULL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.MinWidth
 
FULL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Position.Bottom
 
FULL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Position.End
 
FULL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Position.Minus.Bottom
 
FULL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Position.Minus.End
 
FULL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Position.Minus.Start
 
FULL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Position.Minus.Top
 
FULL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Position.Start
 
FULL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Position.Top
 
FULL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Width
 
FUNCTION - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
FunctionCaller - Class in com.vaadin.flow.component.board.internal
 
FunctionCaller() - Constructor for class com.vaadin.flow.component.board.internal.FunctionCaller
 
FUNNEL - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
FUNNEL - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
FutureAccess - Class in com.vaadin.flow.server
Encapsulates a Command submitted using VaadinSession.access(Command).
FutureAccess(VaadinSession, Command) - Constructor for class com.vaadin.flow.server.FutureAccess
Creates an instance for the given command.

G

GAINSBORO - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
GAMEPAD - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
GANTT - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
GanttSeries - Class in com.vaadin.flow.component.charts.model
A series of tasks to be used in the Gantt chart.
GanttSeries() - Constructor for class com.vaadin.flow.component.charts.model.GanttSeries
 
GanttSeries(String) - Constructor for class com.vaadin.flow.component.charts.model.GanttSeries
Constructs a GanttSeries with the given name
GanttSeries(String, Collection<GanttSeriesItem>) - Constructor for class com.vaadin.flow.component.charts.model.GanttSeries
Constructs a GanttSeries with the given name and data
GanttSeriesItem - Class in com.vaadin.flow.component.charts.model
Data for the GanttSeries.
GanttSeriesItem() - Constructor for class com.vaadin.flow.component.charts.model.GanttSeriesItem
 
GanttSeriesItem(Number, Instant, Instant) - Constructor for class com.vaadin.flow.component.charts.model.GanttSeriesItem
 
GanttSeriesItem(String, Instant, Instant) - Constructor for class com.vaadin.flow.component.charts.model.GanttSeriesItem
 
GanttSeriesItemDependency - Class in com.vaadin.flow.component.charts.model
A configuration object to express dependencies between tasks in a Gantt chart.
GanttSeriesItemDependency() - Constructor for class com.vaadin.flow.component.charts.model.GanttSeriesItemDependency
 
GanttSeriesItemDependency(String) - Constructor for class com.vaadin.flow.component.charts.model.GanttSeriesItemDependency
 
GATEWAY_TIMEOUT - Enum constant in enum class com.vaadin.flow.server.HttpStatusCode
Status code (504) indicating that the server did not receive a timely response from the upstream server while acting as a gateway or proxy.
GAUGE - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
GaugeOptions - Class in com.vaadin.flow.component.charts.model
 
GaugeOptions() - Constructor for class com.vaadin.flow.component.charts.model.GaugeOptions
 
GAVEL - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
generate() - Method in class com.vaadin.flow.component.contextmenu.MenuItemsArrayGenerator
Rebuilds the client-side items array with the current components in the menu and its sub menus.
generateChangesFromEmpty() - Method in class com.vaadin.flow.internal.nodefeature.InertData
 
generateChangesFromEmpty() - Method in class com.vaadin.flow.internal.nodefeature.NodeFeature
Generates all changes that would be needed to take this node from its initial empty state to its current state.
generateChangesFromEmpty() - Method in class com.vaadin.flow.internal.nodefeature.NodeList
 
generateChangesFromEmpty() - Method in class com.vaadin.flow.internal.nodefeature.NodeMap
 
generateChangesFromEmpty() - Method in class com.vaadin.flow.internal.nodefeature.NodeValue
 
generateChangesFromEmpty() - Method in class com.vaadin.flow.internal.nodefeature.ServerSideFeature
 
generateClassName(TItem) - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
Generates a string class name for a data item using the current item class name generator
GENERATED - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
Default folder for client-side generated files inside the project root frontend folder.
GENERATED_FILE_LIST_NAME - Static variable in class com.vaadin.hilla.engine.GeneratorProcessor
 
generateData(T, JsonObject) - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
 
generateData(T, JsonObject) - Method in class com.vaadin.flow.component.grid.AbstractGridSingleSelectionModel
 
generateData(T, JsonObject) - Method in class com.vaadin.flow.component.grid.editor.EditorImpl
 
generateData(T, JsonObject) - Method in class com.vaadin.flow.component.grid.editor.EditorRenderer
 
generateData(T, JsonObject) - Method in class com.vaadin.flow.data.provider.BeanDataGenerator
 
generateData(T, JsonObject) - Method in class com.vaadin.flow.data.provider.CompositeDataGenerator
 
generateData(T, JsonObject) - Method in interface com.vaadin.flow.data.provider.DataGenerator
Adds custom data for the given item to its serialized JsonObject representation.
generateData(T, JsonObject) - Method in class com.vaadin.flow.data.renderer.ComponentDataGenerator
 
generatedColumnIdsIfNeeded() - Method in class com.vaadin.flow.component.grid.testbench.GridElement
 
generatedColumnIdsIfNeeded() - Method in class com.vaadin.flow.component.gridpro.testbench.GridProElement
 
GeneratedFilesSupport - Class in com.vaadin.flow.server.frontend
A helper for tasks to handle generated files.
GeneratedFilesSupport() - Constructor for class com.vaadin.flow.server.frontend.GeneratedFilesSupport
 
generateImageHash(BufferedImage) - Static method in class com.vaadin.testbench.screenshot.ImageComparisonUtil
Generates blocks representing an image by dividing the image up in 16x16 pixel blocks and calculating a mean value of the color in each block.
generateJson(T) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalCommunicationController
 
generateLabel(TItem) - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
Generates a string label for a data item using the current item label generator
GenerateMainImports - Class in com.vaadin.flow.server.frontend
Collect generated-flow-imports content for project to use to determine if dev-bundle contains all required imports.
GenerateMainImports(FrontendDependenciesScanner, Options, JsonNode) - Constructor for class com.vaadin.flow.server.frontend.GenerateMainImports
 
generateModelValue() - Method in class com.vaadin.flow.component.customfield.CustomField
This method should return the value of the field, based on value of the internal fields.
generateModule(WebComponentConfiguration<? extends Component>, String, String) - Static method in class com.vaadin.flow.server.webcomponent.WebComponentGenerator
Generate web component html/JS for given tag and class.
generateModule(WebComponentExporterFactory<? extends Component>, String, String) - Static method in class com.vaadin.flow.server.webcomponent.WebComponentGenerator
Generate web component html/JS for given exporter factory.
generateName(String, Capabilities) - Method in class com.vaadin.testbench.screenshot.ReferenceNameGenerator
Generates the actual name of a reference screen shot from a reference ID and browser information.
generateNewCookie(VaadinRequest) - Static method in class com.vaadin.flow.server.dau.FlowDauIntegration
Generates a new cookie for counting daily active users within 24 hour time interval.
generateNPMResponse(String, VaadinRequest, VaadinResponse) - Method in class com.vaadin.flow.server.communication.WebComponentProvider
Generate the npm response for the web component.
generateURI(String, String) - Static method in class com.vaadin.flow.server.communication.StreamRequestHandler
Generates URI string for a dynamic resource using its id and name.
generateVersionsJson(ObjectNode) - Method in class com.vaadin.flow.server.frontend.NodeUpdater
Generate versions json file for version locking.
generateWebComponents(File, ThemeDefinition) - Method in class com.vaadin.flow.server.frontend.FrontendWebComponentGenerator
Collects WebComponentModulesWriter class and classes that extend WebComponentExporter/WebComponentExporterFactory using finder.
generateWebComponentsToDirectory(Class<?>, Set<Class<?>>, File, String) - Static method in class com.vaadin.flow.server.webcomponent.WebComponentModulesWriter.DirectoryWriter
Calls WebComponentModulesWriter.writeWebComponentsToDirectory(java.util.Set, java.io.File, java.lang.String) via reflection on the supplied writer.
generator(GeneratorConfiguration) - Method in class com.vaadin.hilla.engine.EngineConfiguration.Builder
 
GeneratorConfiguration - Class in com.vaadin.hilla.engine
 
GeneratorConfiguration() - Constructor for class com.vaadin.hilla.engine.GeneratorConfiguration
 
GeneratorConfiguration.Plugin - Class in com.vaadin.hilla.engine
 
GeneratorConfiguration.Plugins - Class in com.vaadin.hilla.engine
 
GeneratorException - Exception in com.vaadin.hilla.engine
 
GeneratorProcessor - Class in com.vaadin.hilla.engine
 
GeneratorProcessor(EngineConfiguration) - Constructor for class com.vaadin.hilla.engine.GeneratorProcessor
 
get() - Static method in class com.vaadin.flow.component.charts.ChartOptions
Returns a ChartOptions instance for the current UI.
get() - Method in class com.vaadin.flow.component.internal.DeadlockDetectingCompletableFuture
 
get() - Static method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
Gets the one and only instance.
get() - Static method in class com.vaadin.flow.dom.impl.BasicTextElementStateProvider
Gets the one and only instance.
get() - Static method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
Gets the one and only instance.
get() - Static method in class com.vaadin.flow.internal.NullOwner
Gets the singleton null owner instance.
get() - Static method in class com.vaadin.flow.server.DefaultSystemMessagesProvider
Gets the instance.
get() - Method in class com.vaadin.flow.server.FutureAccess
 
get(int) - Method in class com.vaadin.flow.component.charts.model.DataSeries
Returns DataSeriesItem at given index
get(int) - Method in class com.vaadin.flow.component.charts.model.GanttSeries
Returns GanttSeriesItem at given index
get(int) - Method in class com.vaadin.flow.internal.nodefeature.ElementChildrenList
 
get(int) - Method in class com.vaadin.flow.internal.nodefeature.ModelList
 
get(int) - Method in class com.vaadin.flow.internal.nodefeature.NodeList
Gets the item at the given index.
get(int) - Method in class com.vaadin.flow.internal.nodefeature.ReturnChannelMap
Gets the return channel registration registered with the provided id, or null if no channel is registered with that id.
get(int) - Method in class com.vaadin.flow.internal.nodefeature.VirtualChildrenList
 
get(int) - Method in class com.vaadin.testbench.ElementQuery
Executes the search and returns the requested element.
get(long, TimeUnit) - Method in class com.vaadin.flow.component.internal.DeadlockDetectingCompletableFuture
 
get(HasElement) - Method in interface com.vaadin.flow.component.PropertyDescriptor
Gets the property value for the given component.
get(PropertyDescriptor<?, T>) - Method in class com.vaadin.flow.component.Component
Gets the value of the given component property.
get(UI) - Static method in class com.vaadin.flow.component.charts.ChartOptions
Returns a ChartOptions instance for the given UI.
get(UI) - Static method in interface com.vaadin.flow.di.Instantiator
Gets the instantiator to use for the given UI.
get(Element) - Method in interface com.vaadin.flow.component.PropertyDescriptor
Gets the property value for the given element.
get(StateNode) - Static method in class com.vaadin.flow.dom.Element
Gets the element mapped to the given state node.
get(StateNode) - Static method in class com.vaadin.flow.dom.ShadowRoot
Gets the shadow root instance mapped to the given state node.
get(StateNode, ElementStateProvider) - Static method in class com.vaadin.flow.dom.Element
Gets the element mapped to the given state node and element state provider.
get(VaadinContext) - Static method in class com.vaadin.experimental.FeatureFlags
Gets the FeatureFlags for the given Vaadin context.
get(VaadinContext) - Static method in interface com.vaadin.flow.server.startup.ApplicationConfiguration
Gets a configuration instance for the given {code context}.
get(ID) - Method in interface com.vaadin.hilla.crud.GetService
Gets the object with the given id.
get(ID) - Method in class com.vaadin.hilla.crud.ListRepositoryService
 
get(Class<? extends C>) - Method in class com.vaadin.flow.internal.ReflectionCache
Gets a cached value.
get(Class<? extends T>) - Static method in class com.vaadin.flow.data.binder.BeanPropertySet
Gets a BeanPropertySet for the given bean type.
get(Class<? extends T>, boolean, PropertyFilterDefinition) - Static method in class com.vaadin.flow.data.binder.BeanPropertySet
Gets a BeanPropertySet for the given bean type.
get(Class<T>) - Static method in class com.vaadin.flow.internal.CurrentInstance
Gets the current instance of a specific type if available.
get(String) - Method in class com.vaadin.flow.component.charts.model.DataSeries
 
get(String) - Method in interface com.vaadin.flow.data.provider.DataKeyMapper
Gets the data object identified by given key.
get(String) - Method in class com.vaadin.flow.data.provider.KeyMapper
Retrieves object with the key.
get(String) - Method in class com.vaadin.flow.dom.impl.BasicElementStyle
 
get(String) - Static method in class com.vaadin.flow.dom.impl.CustomAttribute
Gets the custom attribute with the provided name, if present.
get(String) - Method in class com.vaadin.flow.dom.impl.ImmutableEmptyStyle
 
get(String) - Method in interface com.vaadin.flow.dom.Style
Gets the value of the given style property.
get(String) - Method in class com.vaadin.flow.internal.nodefeature.ElementAttributeMap
Gets the value of an attribute.
get(String) - Method in class com.vaadin.flow.internal.nodefeature.NodeMap
Gets the value corresponding to the given key.
get(String) - Method in class com.vaadin.flow.router.RouteParameters
Gets the string representation of a parameter.
get(String) - Method in class com.vaadin.hilla.signals.core.registry.SecureSignalsRegistry
 
get(String) - Method in class com.vaadin.hilla.signals.core.registry.SignalsRegistry
Get a signal instance by the provided clientSignalId.
get(String) - Method in class com.vaadin.testbench.TestBenchDriverProxy
 
get(String, TypeReference<T>) - Method in interface com.vaadin.collaborationengine.CollaborationMap
Gets the map value for the given key as an instance corresponding to the given type reference.
get(String, Class<T>) - Method in interface com.vaadin.collaborationengine.CollaborationMap
Gets the map value for the given key as an instance of the given class.
get(String, ObjectFactory<?>) - Method in class com.vaadin.flow.spring.scopes.VaadinSessionScope
 
get(String, ObjectFactory<?>) - Method in class com.vaadin.flow.spring.scopes.VaadinRouteScope
 
get__generatedId() - Method in class com.vaadin.flow.component.grid.testbench.GridColumnElement
For internal use only.
get__generatedId() - Method in class com.vaadin.flow.component.gridpro.testbench.GridProColumnElement
For internal use only.
getAbbr() - Method in class com.vaadin.flow.component.avatar.testbench.AvatarElement
Gets the abbreviation displayed in the avatar.
getAbbreviation() - Method in class com.vaadin.collaborationengine.UserInfo
Gets the user's abbreviation.
getAbbreviation() - Method in class com.vaadin.flow.component.avatar.Avatar
Gets the abbreviation that was set for the avatar.
getAbbreviation() - Method in class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupItem
Gets the abbreviation that was set for the avatar.
getAbsoluteX() - Method in interface com.vaadin.flow.component.charts.events.ClickEvent
 
getAbsoluteX() - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
 
getAbsoluteX() - Method in class com.vaadin.flow.component.map.events.MouseEventDetails
 
getAbsoluteY() - Method in interface com.vaadin.flow.component.charts.events.ClickEvent
 
getAbsoluteY() - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
 
getAbsoluteY() - Method in class com.vaadin.flow.component.map.events.MouseEventDetails
 
getAccepted() - Method in class com.vaadin.hilla.signals.core.event.ListStateEvent
 
getAccepted() - Method in class com.vaadin.hilla.signals.core.event.StateEvent
Returns whether the event was accepted or not.
getAcceptedFileTypes() - Method in class com.vaadin.flow.component.upload.Upload
Get the list of accepted file types for upload.
getAccessAnnotationChecker() - Method in class com.vaadin.hilla.auth.EndpointAccessChecker
Returns the instance used for checking access based on annotations.
getAccessDeniedException(AnnotatedElement) - Method in class com.vaadin.flow.server.auth.NavigationAccessControl
 
getAccessDeniedException(AnnotatedElement) - Method in class com.vaadin.flow.server.auth.ViewAccessChecker
Deprecated.
 
getAccessibility() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getAction() - Method in class com.vaadin.flow.component.login.AbstractLogin
Returns the action defined for a login form.
getActiveAxisLabelStyle() - Method in class com.vaadin.flow.component.charts.model.Drilldown
 
getActiveChain() - Method in class com.vaadin.flow.router.AfterNavigationEvent
Get the active chain that we have after navigation.
getActiveColor() - Method in class com.vaadin.flow.component.charts.model.LegendNavigation
 
getActiveDataLabelStyle() - Method in class com.vaadin.flow.component.charts.model.Drilldown
 
getActiveDragSourceComponent() - Method in class com.vaadin.flow.component.internal.UIInternals
Gets the drag source of an active HTML5 drag event.
getActiveDragSourceComponent() - Method in class com.vaadin.flow.component.UI
Gets the drag source of an active HTML5 drag event.
getActiveModalComponent() - Method in class com.vaadin.flow.component.internal.UIInternals
Get the active modal component if modal components set.
getActiveRouterTargetsChain() - Method in class com.vaadin.flow.component.internal.UIInternals
Gets the currently active router target and parent layouts.
getActiveRouterTargetsChain() - Method in class com.vaadin.flow.component.UI
Gets the currently active router target and parent layouts.
getActiveThemes(VaadinContext) - Static method in class com.vaadin.flow.server.frontend.ThemeUtils
Gets the active themes in parent to child order, starting from the application theme.
getActiveViewLocation() - Method in class com.vaadin.flow.component.internal.UIInternals
Gets the location of the currently shown view.
getActiveViewLocation() - Method in class com.vaadin.flow.component.UI
Gets the location of the currently shown view.
getAdaptToUpdatedData() - Method in class com.vaadin.flow.component.charts.model.Navigator
 
getAddedDependencyFilters() - Method in class com.vaadin.flow.server.ServiceInitEvent
Gets a stream of all dependency filters that have been added for the service.
getAddedIndexHtmlRequestListeners() - Method in class com.vaadin.flow.server.ServiceInitEvent
Gets a stream of all Index HTML request listeners that have been added for the service.
getAddedNavigationTargets() - Method in class com.vaadin.flow.router.RoutesChangedEvent
Get every single navigation targets of all added routes in this change.
getAddedRequestHandlers() - Method in class com.vaadin.flow.server.ServiceInitEvent
Gets a stream of all custom request handlers that have been added for the service.
getAddedRoutes() - Method in class com.vaadin.flow.router.RoutesChangedEvent
Get all routes added for this change.
getAddedSelection() - Method in class com.vaadin.flow.data.selection.MultiSelectionEvent
Gets the items that were added to selection.
getAddedURLs() - Method in class com.vaadin.flow.router.RoutesChangedEvent
Get every single URL of all added routes in this change.
getAddedVaadinRequestInterceptor() - Method in class com.vaadin.flow.server.ServiceInitEvent
Gets a stream of all Vaadin request interceptors that have been added for the service.
getAddFiles() - Method in class com.vaadin.flow.component.upload.UploadI18N
Get add files translations.
getAdditionalInformation() - Method in class com.vaadin.flow.component.login.LoginI18n
 
getAdditionalInformation() - Method in class com.vaadin.flow.component.login.testbench.LoginFormElement
 
getAdditionalInformation() - Method in class com.vaadin.flow.component.login.testbench.LoginOverlayElement
 
getAddress() - Method in class com.vaadin.flow.server.WebBrowser
Gets the IP-address of the web browser, if available.
getAlgorithmMargin() - Method in class com.vaadin.flow.component.charts.model.ChartConnectors
 
getAliases(String) - Method in class com.vaadin.testbench.unit.mocks.MockWebApplicationContext
 
getAlign() - Method in class com.vaadin.flow.component.charts.model.AxisTitle
 
getAlign() - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
 
getAlign() - Method in class com.vaadin.flow.component.charts.model.ContextButton
 
getAlign() - Method in class com.vaadin.flow.component.charts.model.CrosshairLabel
 
getAlign() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getAlign() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getAlign() - Method in class com.vaadin.flow.component.charts.model.Label
 
getAlign() - Method in class com.vaadin.flow.component.charts.model.Labels
 
getAlign() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getAlign() - Method in class com.vaadin.flow.component.charts.model.Marker
 
getAlign() - Method in class com.vaadin.flow.component.charts.model.StackLabels
 
getAlign() - Method in class com.vaadin.flow.component.charts.model.Subtitle
 
getAlign() - Method in class com.vaadin.flow.component.charts.model.Title
 
getAlignCenter() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
Gets the translated word for alignCenter
getAlignContent() - Method in class com.vaadin.flow.component.orderedlayout.FlexLayout
Gets the current align content property of the layout.
getAlignItems() - Method in interface com.vaadin.flow.component.orderedlayout.FlexComponent
Gets the default alignment used by all components without individual alignments inside the layout.
getAlignItems() - Method in class com.vaadin.flow.component.orderedlayout.HorizontalLayout
getAlignItems() - Method in class com.vaadin.flow.component.orderedlayout.VerticalLayout
getAlignLeft() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
Gets the translated word for alignLeft
getAlignRight() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
Gets the translated word for alignRight
getAlignSelf(HasElement) - Method in interface com.vaadin.flow.component.orderedlayout.FlexComponent
Gets the individual alignment of a given component.
getAlignSelf(HasElement) - Method in class com.vaadin.flow.component.orderedlayout.HorizontalLayout
getAlignSelf(HasElement) - Method in class com.vaadin.flow.component.orderedlayout.VerticalLayout
getAlignTicks() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getAlignTicks() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getAlignTicks() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getAllButtonsEnabled() - Method in class com.vaadin.flow.component.charts.model.RangeSelector
 
getAllCells() - Method in class com.vaadin.flow.component.html.NativeTableRow
Returns a list of all cells in this row.
getAllClientSignalIdsFor(UUID) - Method in class com.vaadin.hilla.signals.core.registry.SignalsRegistry
Returns the Set of registered client signal ids for the provided signalId.
getAllClientSubscriptionsSize() - Method in class com.vaadin.hilla.signals.core.registry.SignalsRegistry
Returns the number of registered unique mappings between client signal ids and the signal instances.
getAllColumns() - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Gets all columns defined for the grid, including any selection checkbox column.
getAllow() - Method in class com.vaadin.flow.component.html.IFrame
Gets the value of allow attribute.
getAllowDecimals() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getAllowDecimals() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getAllowDecimals() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getAllowDecimals() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getAllowDrillToNode() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getAllowedCharPattern() - Method in interface com.vaadin.flow.component.shared.HasAllowedCharPattern
A regular expression that is used on the client-side to determine which characters the user is allowed to type into the field.
getAllowedMultiples() - Method in class com.vaadin.flow.component.charts.model.TimeUnitMultiples
 
getAllowedPackages() - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties
Get a list of packages that are allowed for class scanning.
getAllowHTML() - Method in class com.vaadin.flow.component.charts.model.Exporting
 
getAllowInert() - Method in class com.vaadin.flow.component.internal.ComponentMetaData.SynchronizedPropertyInfo
 
getAllowOverlap() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getAllowOverlap() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getAllowPointDrilldown() - Method in class com.vaadin.flow.component.charts.model.Drilldown
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getAllSelectedItems() - Method in class com.vaadin.flow.data.selection.MultiSelectionEvent
 
getAllSelectedItems() - Method in interface com.vaadin.flow.data.selection.SelectionEvent
Gets all the currently selected items.
getAllSelectedItems() - Method in class com.vaadin.flow.data.selection.SingleSelectionEvent
 
getAllSessions(HttpSession) - Static method in class com.vaadin.flow.server.VaadinSession
Retrieves all VaadinSessions which are stored in the given HTTP session.
getAllSubMenus() - Method in class com.vaadin.flow.component.menubar.testbench.MenuBarElement
Get all the open sub menu overlay elements.
getAllTagMappings() - Static method in class com.vaadin.flow.component.ComponentUtil
Provides access to the entire mapping of HTML tags to component classes.
getAlpha() - Method in class com.vaadin.flow.component.charts.model.Options3d
 
getAlt() - Method in class com.vaadin.flow.component.html.Image
Gets the alternate text for the image.
getAlternateGridColor() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getAlternateGridColor() - Method in class com.vaadin.flow.component.charts.model.style.AxisStyle
 
getAlternateGridColor() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getAlternateGridColor() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getAlternateGridColor() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getAlternateStartingDirection() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getAlternativeDirGetter() - Method in class com.vaadin.flow.server.frontend.FrontendToolsSettings
Get the alternative directory getter.
getAmount() - Method in class com.vaadin.flow.component.charts.model.Completed
 
getAmount() - Method in class com.vaadin.flow.component.charts.model.ItemPartialFill
 
getAnchor() - Method in class com.vaadin.flow.component.map.configuration.style.Icon
The anchor position of the image.
getAnchorOrigin() - Method in class com.vaadin.flow.component.map.configuration.style.Icon
The origin of the Icon.getAnchor() position.
getAngle() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.Drilldown
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.Hover
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.Inactive
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.LegendNavigation
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.SeriesConnectors
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getAnnotatedClasses(Class<? extends Annotation>) - Method in class com.vaadin.flow.server.frontend.scanner.ClassFinder.CachedClassFinder
 
getAnnotatedClasses(Class<? extends Annotation>) - Method in class com.vaadin.flow.server.frontend.scanner.ClassFinder.DefaultClassFinder
 
getAnnotatedClasses(Class<? extends Annotation>) - Method in interface com.vaadin.flow.server.frontend.scanner.ClassFinder
Get annotated classes in the classloader.
getAnnotatedClasses(String) - Method in interface com.vaadin.flow.server.frontend.scanner.ClassFinder
Get annotated classes in the classloader.
getAnnotation(AnnotatedElement, String) - Static method in class com.vaadin.flow.internal.ReflectTools
Gets annotation of element whose FQN is annotationFqn.
getAnnotationFor(Class<?>, Class<T>) - Static method in class com.vaadin.flow.internal.AnnotationReader
Helper to get an annotation for a class.
getAnnotationFor(Field, Class<T>) - Static method in class com.vaadin.flow.internal.AnnotationReader
Helper to get an annotation for a field.
getAnnotationMethodValue(Annotation, String) - Static method in class com.vaadin.flow.internal.ReflectTools
Gets the annotation method return value.
getAnnotations() - Method in class com.vaadin.flow.server.startup.AbstractAnnotationValidator
Gets the annotations that are subject to validate.
getAnnotations() - Method in class com.vaadin.flow.server.startup.AnnotationValidator
 
getAnnotations() - Method in class com.vaadin.flow.server.startup.WebComponentExporterAwareValidator
 
getAnnotationsFor(Class<?>, Class<T>) - Static method in class com.vaadin.flow.internal.AnnotationReader
Helper to get annotations for a class by searching recursively the class and all its super classes and implemented interfaces and their parent interfaces.
getAnnotationValueFor(Class<?>, Class<A>, Function<A, T>) - Static method in class com.vaadin.flow.internal.AnnotationReader
Gets a value from an annotation for a class.
getAnnotationValuesFor(Class<?>, Class<A>, Function<A, T>) - Static method in class com.vaadin.flow.internal.AnnotationReader
Gets values from annotations for a class by searching recursively the class and all its super classes and implemented interfaces and their parent interfaces.
getAnonymous() - Method in class com.vaadin.flow.component.avatar.Avatar.AvatarI18n
Gets the translated word for anonymous.
getAnonymous() - Method in class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupI18n
Gets the translated word for anonymous.
getAppId() - Method in class com.vaadin.flow.component.internal.UIInternals
Gets the application id tied with this UI.
getAppId() - Method in class com.vaadin.flow.server.BootstrapHandler.BootstrapContext
Gets the application id.
getApplicationClass(Class<?>) - Method in interface com.vaadin.flow.di.Instantiator
Return the application-defined class for the given class: usually simply the given class, but the original class in case of a runtime generated subclass.
getApplicationClass(Class<?>) - Method in class com.vaadin.flow.spring.SpringInstantiator
 
getApplicationClass(Object) - Method in interface com.vaadin.flow.di.Instantiator
Return the application-defined class for the given instance: usually simply the class of the given instance, but the original class in case of a runtime generated subclass.
getApplicationConfiguration() - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
Gets the application configuration.
getApplicationContext() - Static method in class com.vaadin.hilla.ApplicationContextProvider
 
getApplicationName() - Method in interface com.vaadin.flow.function.DeploymentConfiguration
Gets the application name that is by default generated based on the project build settings, e.g.
getApplicationName() - Method in class com.vaadin.testbench.unit.mocks.MockWebApplicationContext
 
getApplicationOrSystemProperty(String, T, Function<String, T>) - Method in interface com.vaadin.flow.function.DeploymentConfiguration
Gets a configured property.
getApplicationOrSystemProperty(String, T, Function<String, T>) - Method in class com.vaadin.flow.server.AbstractPropertyConfiguration
Gets a configured property.
getApplicationParameters() - Method in class com.vaadin.flow.server.BootstrapHandler.BootstrapContext
Gets the application parameters specified by the BootstrapHandler.
getApplicationProperty(String) - Method in class com.vaadin.flow.server.AbstractPropertyConfiguration
Gets an application property value.
getApplicationProperty(String) - Method in class com.vaadin.flow.server.PropertyDeploymentConfiguration
Gets an application property value.
getApplicationProperty(Function<String, String>, String) - Method in class com.vaadin.flow.server.AbstractPropertyConfiguration
Gets application property value using the valueProvider.
getApplicationResource(String) - Method in class com.vaadin.flow.di.LookupInitializer.ResourceProviderImpl
 
getApplicationResource(String) - Method in interface com.vaadin.flow.di.ResourceProvider
Gets the resource identified by path located in the application bundle (jar) which may be found using this resource provider instance.
getApplicationResources(String) - Method in class com.vaadin.flow.di.LookupInitializer.ResourceProviderImpl
 
getApplicationResources(String) - Method in interface com.vaadin.flow.di.ResourceProvider
Gets all the resources identified by path located in in the application bundle (jar) which may be found using this resource provider.
getAppName() - Method in class com.vaadin.flow.server.PwaConfiguration
Gets the application name.
getAppShellTitle() - Method in class com.vaadin.flow.component.internal.UIInternals
Gets the stored app shell title.
getArchitecture() - Method in class com.vaadin.flow.server.frontend.installer.Platform
Get platform architecture.
getArchiveExtension() - Method in class com.vaadin.flow.server.frontend.installer.Platform
Get the archive extension used with this platform.
getArea() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
getArearange() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
getAreaspline() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
getAreasplinerange() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
getAriaDescribedBy() - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
Gets the `aria-describedby` attribute of the dialog overlay.
getAriaLabel() - Method in class com.vaadin.flow.component.avatar.testbench.AvatarGroupElement
Gets the aria label that is pronounced by the screen reader.
getAriaLabel() - Method in class com.vaadin.flow.component.checkbox.Checkbox
 
getAriaLabel() - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
 
getAriaLabel() - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
 
getAriaLabel() - Method in class com.vaadin.flow.component.datepicker.DatePicker
 
getAriaLabel() - Method in class com.vaadin.flow.component.datetimepicker.DateTimePicker
Gets the aria-label of the component.
getAriaLabel() - Method in class com.vaadin.flow.component.dialog.Dialog
Set the aria-label attribute for assistive technologies like screen readers.
getAriaLabel() - Method in class com.vaadin.flow.component.grid.Grid
Gets the aria-label of the component.
getAriaLabel() - Method in interface com.vaadin.flow.component.HasAriaLabel
Gets the aria-label of the component.
getAriaLabel() - Method in class com.vaadin.flow.component.popover.Popover
 
getAriaLabel() - Method in class com.vaadin.flow.component.radiobutton.RadioButtonGroup
 
getAriaLabel() - Method in class com.vaadin.flow.component.select.Select
 
getAriaLabel() - Method in class com.vaadin.flow.component.textfield.TextFieldBase
 
getAriaLabel() - Method in class com.vaadin.flow.component.timepicker.TimePicker
 
getAriaLabelledBy() - Method in class com.vaadin.flow.component.checkbox.Checkbox
 
getAriaLabelledBy() - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
 
getAriaLabelledBy() - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
 
getAriaLabelledBy() - Method in class com.vaadin.flow.component.datepicker.DatePicker
 
getAriaLabelledBy() - Method in interface com.vaadin.flow.component.HasAriaLabel
Gets the aria-labelledby of the component
getAriaLabelledBy() - Method in class com.vaadin.flow.component.popover.Popover
 
getAriaLabelledBy() - Method in class com.vaadin.flow.component.radiobutton.RadioButtonGroup
 
getAriaLabelledBy() - Method in class com.vaadin.flow.component.select.Select
 
getAriaLabelledBy() - Method in class com.vaadin.flow.component.textfield.TextFieldBase
 
getAriaLabelledBy() - Method in class com.vaadin.flow.component.timepicker.TimePicker
 
getArrayUpdater() - Method in class com.vaadin.flow.component.grid.Grid
 
getArrowSize() - Method in class com.vaadin.flow.component.charts.model.LegendNavigation
 
getArtifactId() - Method in class com.vaadin.hilla.engine.EngineConfiguration
 
getArtifactId(Document) - Static method in class com.vaadin.base.devserver.MavenUtils
Finds the artifact id for the given pom file.
getAtmosphereVersion() - Static method in class com.vaadin.flow.server.communication.AtmospherePushConnection
Gets the Atmosphere version in use, as reported by Version.getRawVersion().
getAttribute(Element) - Method in class com.vaadin.flow.dom.impl.ClassAttributeHandler
 
getAttribute(Element) - Method in class com.vaadin.flow.dom.impl.CustomAttribute
Gets the value that should be returned by Element.getAttribute(String) for this attribute.
getAttribute(Element) - Method in class com.vaadin.flow.dom.impl.StyleAttributeHandler
 
getAttribute(StateNode, String) - Method in interface com.vaadin.flow.dom.ElementStateProvider
Gets the value of the given attribute.
getAttribute(StateNode, String) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
 
getAttribute(StateNode, String) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
 
getAttribute(StateNode, String) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
 
getAttribute(Class<T>) - Method in class com.vaadin.flow.server.Attributes
Gets a stored attribute value.
getAttribute(Class<T>) - Method in interface com.vaadin.flow.server.VaadinContext
Returns value of the specified attribute.
getAttribute(Class<T>) - Method in class com.vaadin.flow.server.VaadinSession
Gets a stored attribute value.
getAttribute(Class<T>, Supplier<T>) - Method in interface com.vaadin.flow.server.VaadinContext
Returns value of the specified attribute, creating and storing a default value if attribute not present.
getAttribute(Class<T>, Supplier<T>) - Method in class com.vaadin.flow.server.VaadinServletContext
 
getAttribute(String) - Method in class com.vaadin.flow.dom.Element
Gets the value of the given attribute.
getAttribute(String) - Method in class com.vaadin.flow.server.Attributes
Gets a stored attribute value.
getAttribute(String) - Method in interface com.vaadin.flow.server.VaadinRequest
Gets a request attribute.
getAttribute(String) - Method in class com.vaadin.flow.server.VaadinSession
Gets a stored attribute value.
getAttribute(String) - Method in class com.vaadin.flow.server.WrappedHttpSession
 
getAttribute(String) - Method in interface com.vaadin.flow.server.WrappedSession
Gets an attribute from this session.
getAttribute(String) - Method in class com.vaadin.testbench.TestBenchElement
Deprecated.
This method is deprecated. Use getDomProperty(String) or getDomAttribute(String) for more precise attribute retrieval.
getAttributeJson() - Method in class com.vaadin.flow.component.webcomponent.WebComponentUI.WebComponentConnectEvent
Gets the initial attribute values.
getAttributeName(String) - Static method in class com.vaadin.flow.server.communication.JSR356WebsocketInitializer
Returns the name of the attribute in the servlet context where the pre-initialized Atmosphere object is stored.
getAttributeNames() - Method in class com.vaadin.flow.dom.Element
Gets the defined attribute names.
getAttributeNames() - Method in interface com.vaadin.flow.server.VaadinRequest
Returns an Enumeration containing the names of the attributes available to this request.
getAttributeNames() - Method in class com.vaadin.flow.server.WrappedHttpSession
 
getAttributeNames() - Method in interface com.vaadin.flow.server.WrappedSession
Gets the current set of attribute names stored in this session.
getAttributeNames(StateNode) - Method in interface com.vaadin.flow.dom.ElementStateProvider
Gets the defined attribute names.
getAttributeNames(StateNode) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
 
getAttributeNames(StateNode) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
 
getAttributeNames(StateNode) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
 
getAttributes() - Method in class com.vaadin.flow.component.charts.model.Halo
 
getAttributes() - Method in class com.vaadin.flow.component.template.internal.IdCollector
Gets a map from field ids to their parsed attributes values.
getAttributes(String) - Method in class com.vaadin.flow.component.template.internal.ParserData
Gets template element data (attribute values).
getAttributions() - Method in class com.vaadin.flow.component.map.configuration.source.Source
The attributions to display for the source.
getAuthenticatedUser(Class<U>) - Method in class com.vaadin.flow.spring.security.AuthenticationContext
Gets an Optional with an instance of the current user if it has been authenticated, or empty if the user is not authenticated.
getAuthenticationContext() - Method in class com.vaadin.flow.spring.security.VaadinWebSecurity
Gets the default authentication-context bean.
getAuthType() - Method in interface com.vaadin.flow.server.VaadinRequest
Returns the name of the authentication scheme used for the connection between client and server, for example, BASIC_AUTH, CLIENT_CERT_AUTH, a custom one or null if there was no authentication.
getAutocapitalize() - Method in interface com.vaadin.flow.component.textfield.HasAutocapitalize
Gets the Autocapitalize for indicating whether the value of this component can be automatically completed by the browser.
getAutocomplete() - Method in interface com.vaadin.flow.component.textfield.HasAutocomplete
Gets the Autocomplete option of the field.
getAutoExpand() - Method in class com.vaadin.flow.component.combobox.MultiSelectComboBox
Gets the behavior of the component when not all selected items can be displayed as chips within the current field width.
getAutoRotation() - Method in class com.vaadin.flow.component.charts.model.Labels
 
getAutoRotationLimit() - Method in class com.vaadin.flow.component.charts.model.Labels
 
getAutowireCapableBeanFactory() - Method in class com.vaadin.testbench.unit.mocks.MockWebApplicationContext
 
getAvailableRoutes() - Method in class com.vaadin.flow.router.RouteConfiguration
Get the RouteData for all registered navigation targets.
getAvatarElement(int) - Method in class com.vaadin.flow.component.avatar.testbench.AvatarGroupElement
Gets the avatar element for the avatar with the given index.
getAxes() - Method in class com.vaadin.flow.component.charts.model.AxisList
 
getAxis() - Method in interface com.vaadin.flow.component.charts.events.HasAxis
 
getAxis() - Method in class com.vaadin.flow.component.charts.events.internal.AxisRescaledEvent
Returns a number indicating axis dimension (X, Y, ...).
getAxis() - Method in class com.vaadin.flow.component.charts.events.XAxesExtremesSetEvent
 
getAxis() - Method in class com.vaadin.flow.component.charts.events.YAxesExtremesSetEvent
 
getAxis(int) - Method in class com.vaadin.flow.component.charts.model.AxisList
Finds the axis at the given index
getAxisIndex() - Method in interface com.vaadin.flow.component.charts.events.HasAxis
 
getAxisIndex() - Method in class com.vaadin.flow.component.charts.events.internal.AxisRescaledEvent
Returns the axis the event is about.
getAxisIndex() - Method in class com.vaadin.flow.component.charts.events.XAxesExtremesSetEvent
 
getAxisIndex() - Method in class com.vaadin.flow.component.charts.events.YAxesExtremesSetEvent
 
getAxisIndex() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getAxisLabelPosition() - Method in class com.vaadin.flow.component.charts.model.Options3d
 
getBack() - Method in class com.vaadin.flow.component.charts.model.Frame
 
getBackend() - Method in class com.vaadin.base.devserver.DebugWindowConnection
 
getBackend() - Method in class com.vaadin.collaborationengine.CollaborationEngineConfiguration
Gets the configured backend implementation.
getBackend() - Method in interface com.vaadin.flow.internal.BrowserLiveReload
Detects and return enabling live reload backend technology.
getBackEndSorting() - Method in class com.vaadin.flow.data.provider.DataCommunicator
Returns the QuerySortOrder to use with backend sorting.
getBackEndSorting() - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchyMapper
Gets the current back-end sorting.
getBackground() - Method in class com.vaadin.flow.component.charts.model.Pane
 
getBackground() - Method in class com.vaadin.flow.component.map.configuration.layer.Layer
 
getBackground() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
Gets the translated word for background
getBackgroundColor() - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
 
getBackgroundColor() - Method in class com.vaadin.flow.component.charts.model.Background
 
getBackgroundColor() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getBackgroundColor() - Method in class com.vaadin.flow.component.charts.model.CrosshairLabel
 
getBackgroundColor() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getBackgroundColor() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getBackgroundColor() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getBackgroundColor() - Method in class com.vaadin.flow.component.charts.model.Dial
 
getBackgroundColor() - Method in class com.vaadin.flow.component.charts.model.Handles
 
getBackgroundColor() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getBackgroundColor() - Method in class com.vaadin.flow.component.charts.model.Pivot
 
getBackgroundColor() - Method in class com.vaadin.flow.component.charts.model.style.ChartStyle
 
getBackgroundColor() - Method in class com.vaadin.flow.component.charts.model.style.TooltipStyle
 
getBackgroundColor() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getBackgroundColor() - Method in class com.vaadin.flow.server.PwaConfiguration
Gets the background color of the application.
getBackgroundFill() - Method in class com.vaadin.flow.component.map.configuration.style.TextStyle
The fill color to use for the background of the text.
getBackgroundLayer() - Method in class com.vaadin.flow.component.map.Map
Background layer of the map.
getBackgroundStroke() - Method in class com.vaadin.flow.component.map.configuration.style.TextStyle
The stroke with which to render the texts background border.
getBadInputErrorMessage() - Method in class com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n
Gets the error message displayed when the field contains user input that the server is unable to convert to type LocalDate.
getBadInputErrorMessage() - Method in class com.vaadin.flow.component.datetimepicker.DateTimePicker.DateTimePickerI18n
Gets the error message displayed when the field contains user input that the server is unable to convert to type LocalDateTime.
getBadInputErrorMessage() - Method in interface com.vaadin.flow.component.textfield.AbstractNumberFieldI18n
Gets the error message displayed when the field contains user input that the server is unable to convert to type Number.
getBadInputErrorMessage() - Method in class com.vaadin.flow.component.textfield.BigDecimalField.BigDecimalFieldI18n
Gets the error message displayed when the field contains user input that the server is unable to convert to type BigDecimal.
getBadInputErrorMessage() - Method in class com.vaadin.flow.component.textfield.IntegerField.IntegerFieldI18n
Gets the error message displayed when the field contains user input that the server is unable to convert to type Integer.
getBadInputErrorMessage() - Method in class com.vaadin.flow.component.textfield.NumberField.NumberFieldI18n
Gets the error message displayed when the field contains user input that the server is unable to convert to type Number.
getBadInputErrorMessage() - Method in class com.vaadin.flow.component.timepicker.TimePicker.TimePickerI18n
Gets the error message displayed when the field contains user input that the server is unable to convert to type LocalTime.
getBar() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
getBarBackgroundColor() - Method in class com.vaadin.flow.component.charts.model.Scrollbar
 
getBarBorderColor() - Method in class com.vaadin.flow.component.charts.model.Scrollbar
 
getBarBorderRadius() - Method in class com.vaadin.flow.component.charts.model.Scrollbar
 
getBarBorderWidth() - Method in class com.vaadin.flow.component.charts.model.Scrollbar
 
getBaseDir() - Method in class com.vaadin.flow.server.frontend.FrontendToolsSettings
Get the defined base dir.
getBaseDir() - Method in class com.vaadin.hilla.engine.EngineConfiguration
 
getBaseImage() - Method in class com.vaadin.flow.server.PwaIcon
 
getBaseLength() - Method in class com.vaadin.flow.component.charts.model.Dial
 
getBaseUrl() - Method in interface com.vaadin.flow.theme.AbstractTheme
The url for the base component implementation.
getBaseUrl() - Method in class com.vaadin.flow.theme.lumo.Lumo
 
getBaseUrl() - Method in class com.vaadin.flow.theme.material.Material
Deprecated.
 
getBaseWidth() - Method in class com.vaadin.flow.component.charts.model.Dial
 
getBeaconPath() - Method in class com.vaadin.collaborationengine.CollaborationEngineConfiguration
Gets the configured beacon path.
getBean() - Method in class com.vaadin.collaborationengine.CollaborationBinder
Deprecated.
This operation, along with CollaborationBinder.setBean(Object), is not supported by the collaboration binder. Instead of CollaborationBinder.setBean(Object), you can provide the bean for populating the fields using CollaborationBinder.setTopic(java.lang.String, com.vaadin.flow.function.SerializableSupplier<BEAN>), and write the values back to the bean using Binder.writeBean(BEAN).
getBean() - Method in class com.vaadin.flow.data.binder.Binder
getBean(Class<T>) - Method in class com.vaadin.testbench.unit.mocks.MockWebApplicationContext
 
getBean(Class<T>, Object...) - Method in class com.vaadin.testbench.unit.mocks.MockWebApplicationContext
 
getBean(String) - Method in class com.vaadin.testbench.unit.mocks.MockWebApplicationContext
 
getBean(String, Class<T>) - Method in class com.vaadin.testbench.unit.mocks.MockWebApplicationContext
 
getBean(String, Object...) - Method in class com.vaadin.testbench.unit.mocks.MockWebApplicationContext
 
getBeanClass() - Method in class com.vaadin.flow.component.charts.model.serializers.AbstractSeriesBeanSerializer
 
getBeanClass() - Method in class com.vaadin.flow.component.charts.model.serializers.AxisTitleBeanSerializer
 
getBeanClass() - Method in class com.vaadin.flow.component.charts.model.serializers.BeanSerializationDelegate
 
getBeanClass() - Method in class com.vaadin.flow.component.charts.model.serializers.DataProviderSeriesBeanSerializer
 
getBeanClass() - Method in class com.vaadin.flow.component.charts.model.serializers.DataSeriesItemBeanSerializer
 
getBeanClass() - Method in class com.vaadin.flow.component.charts.model.serializers.LegendTitleBeanSerializer
 
getBeanClass() - Method in class com.vaadin.flow.component.charts.model.serializers.TitleBeanSerializer
 
getBeanDefinitionCount() - Method in class com.vaadin.testbench.unit.mocks.MockWebApplicationContext
 
getBeanDefinitionNames() - Method in class com.vaadin.testbench.unit.mocks.MockWebApplicationContext
 
getBeanNamesForAnnotation(Class<? extends Annotation>) - Method in class com.vaadin.testbench.unit.mocks.MockWebApplicationContext
 
getBeanNamesForType(Class<?>) - Method in class com.vaadin.testbench.unit.mocks.MockWebApplicationContext
 
getBeanNamesForType(Class<?>, boolean, boolean) - Method in class com.vaadin.testbench.unit.mocks.MockWebApplicationContext
 
getBeanNamesForType(ResolvableType) - Method in class com.vaadin.testbench.unit.mocks.MockWebApplicationContext
 
getBeanNamesForType(ResolvableType, boolean, boolean) - Method in class com.vaadin.testbench.unit.mocks.MockWebApplicationContext
 
getBeanPropertyDescriptors(Class<?>) - Static method in class com.vaadin.flow.internal.BeanUtil
Returns the property descriptors of a class, a record, or an interface.
getBeanProvider(Class<T>) - Method in class com.vaadin.testbench.unit.mocks.MockWebApplicationContext
 
getBeanProvider(Class<T>, boolean) - Method in class com.vaadin.testbench.unit.mocks.MockWebApplicationContext
 
getBeanProvider(ResolvableType) - Method in class com.vaadin.testbench.unit.mocks.MockWebApplicationContext
 
getBeanProvider(ResolvableType, boolean) - Method in class com.vaadin.testbench.unit.mocks.MockWebApplicationContext
 
getBeansOfType(Class<T>) - Method in class com.vaadin.testbench.unit.mocks.MockWebApplicationContext
 
getBeansOfType(Class<T>, boolean, boolean) - Method in class com.vaadin.testbench.unit.mocks.MockWebApplicationContext
 
getBeanState(BEAN, Collection<Binder.Binding<BEAN, ?>>) - Method in class com.vaadin.flow.data.binder.Binder
Stores the state of the given bean.
getBeanStore() - Method in class com.vaadin.flow.spring.scopes.VaadinRouteScope
 
getBeanStore() - Method in class com.vaadin.flow.spring.scopes.VaadinSessionScope
 
getBeanStore() - Method in class com.vaadin.flow.spring.scopes.VaadinUIScope
 
getBeansWithAnnotation(Class<? extends Annotation>) - Method in class com.vaadin.testbench.unit.mocks.MockWebApplicationContext
 
getBeanType() - Method in class com.vaadin.flow.component.crud.Crud
Gets the runtime bean type information
getBeanType() - Method in class com.vaadin.flow.component.grid.Grid
Returns the Class of bean this Grid is constructed with via Grid(Class).
getBeanType() - Method in class com.vaadin.flow.data.binder.BeanPropertySet
Gets the bean type of this bean property set.
getBeanValidationErrors() - Method in class com.vaadin.flow.data.binder.BinderValidationStatus
Gets the failed bean level validation results.
getBeanValidationErrors() - Method in exception com.vaadin.flow.data.binder.ValidationException
Returns a list of the bean level validation errors which caused the exception, or an empty list if the exception was caused by field level validation errors.
getBeanValidationResults() - Method in class com.vaadin.flow.data.binder.BinderValidationStatus
Gets the bean level validation results.
getBehavior() - Method in class com.vaadin.flow.component.ScrollOptions
Gets the scroll behavior.
getBeta() - Method in class com.vaadin.flow.component.charts.model.Options3d
 
getBinder() - Method in class com.vaadin.collaborationengine.CollaborationBinder.CollaborationBindingBuilderImpl
 
getBinder() - Method in interface com.vaadin.flow.component.grid.editor.Editor
Returns the underlying Binder from Editor.
getBinder() - Method in class com.vaadin.flow.component.grid.editor.EditorImpl
 
getBinder() - Method in class com.vaadin.flow.data.binder.Binder.BindingBuilderImpl
Returns the Binder connected to this Binding instance.
getBinder() - Method in class com.vaadin.flow.data.binder.Binder.BindingImpl
Returns the Binder connected to this Binding instance.
getBinder() - Method in class com.vaadin.flow.data.binder.BinderValidationStatus
Gets the source binder of the status.
getBinder() - Method in class com.vaadin.flow.data.binder.StatusChangeEvent
Gets the binder.
getBinder() - Method in class com.vaadin.flow.data.binder.ValueContext
Returns an Optional for the Binder owning this value context.
getBinding() - Method in class com.vaadin.flow.data.binder.BindingValidationStatus
Gets the source binding of the validation status.
getBinding(String) - Method in class com.vaadin.flow.data.binder.Binder
Gets the binding for a property name.
getBindingExceptionHandler() - Method in class com.vaadin.flow.data.binder.Binder
Gets the current exception handler.
getBindings() - Method in class com.vaadin.flow.data.binder.Binder
Returns the bindings for this binder.
getBlacklistedPackages() - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties
Deprecated, for removal: This API element is subject to removal in a future version.
getBlock() - Method in class com.vaadin.flow.component.ScrollOptions
Gets the vertical alignment.
getBlock(ImageUtil.ImageProperties, int, int, int[], int[]) - Static method in class com.vaadin.testbench.screenshot.ImageUtil
Returns the 16x16 RGB block starting at (x,y) from the given image
getBlockedPackages() - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties
Get a list of packages that are blocked for class scanning.
getBlockquote() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
Gets the translated word for blockquote
getBodies() - Method in class com.vaadin.flow.component.html.NativeTable
Returns the list of <tbody> elements in this table.
getBody() - Method in class com.vaadin.flow.component.html.NativeTable
Returns the first body element in this table.
getBody(int) - Method in class com.vaadin.flow.component.html.NativeTable
Returns the <tbody> element at a given position relative to other <tbody> elements.
getBodyClientHeight() - Method in class com.vaadin.flow.component.page.ExtendedClientDetails
Gets the height of the body element in the document in pixels.
getBodyClientWidth() - Method in class com.vaadin.flow.component.page.ExtendedClientDetails
Gets the width of the body element in the document in pixels.
getBold() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
Gets the translated word for bold
getBooleanProperty(String, boolean) - Method in interface com.vaadin.flow.function.DeploymentConfiguration
getBooleanProperty(String, boolean) - Method in interface com.vaadin.flow.server.AbstractConfiguration
Gets a configured property as a boolean.
getBooleanProperty(String, boolean) - Method in class com.vaadin.flow.server.AbstractPropertyConfiguration
 
getBoostBlending() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getBootstrapInitialPredicate() - Method in class com.vaadin.flow.server.VaadinService
Get the predicate for including the initial Uidl fragment in the bootstrap page.
getBootstrapPage(BootstrapHandler.BootstrapContext) - Method in class com.vaadin.flow.server.BootstrapHandler.BootstrapPageBuilder
Returns the bootstrap page for the given context.
getBootstrapPage(BootstrapHandler.BootstrapContext) - Method in interface com.vaadin.flow.server.BootstrapHandler.PageBuilder
Creates the bootstrap page.
getBootstrapScript(JsonValue, BootstrapHandler.BootstrapContext) - Method in class com.vaadin.flow.server.BootstrapHandler.BootstrapPageBuilder
 
getBootstrapUrlPredicate() - Method in class com.vaadin.flow.server.VaadinService
Get the predicate for testing whether the request has a valid URL for rendering the bootstrap page.
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.AxisGrid
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.Background
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.CrosshairLabel
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.Dial
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.Handles
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.Hover
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.Inactive
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.Level
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.Pivot
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.PlotBand
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.style.ChartStyle
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.style.TooltipStyle
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.TargetOptions
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getBorderDashStyle() - Method in class com.vaadin.flow.component.charts.model.Level
 
getBorderRadius() - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
 
getBorderRadius() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getBorderRadius() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getBorderRadius() - Method in class com.vaadin.flow.component.charts.model.CrosshairLabel
 
getBorderRadius() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getBorderRadius() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getBorderRadius() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getBorderRadius() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getBorderRadius() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getBorderRadius() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getBorderRadius() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getBorderRadius() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getBorderRadius() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getBorderRadius() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getBorderRadius() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getBorderRadius() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getBorderRadius() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getBorderRadius() - Method in class com.vaadin.flow.component.charts.model.style.ChartStyle
 
getBorderRadius() - Method in class com.vaadin.flow.component.charts.model.style.TooltipStyle
 
getBorderRadius() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.AxisGrid
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.Background
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.CrosshairLabel
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.Dial
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.Level
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.Pivot
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.PlotBand
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.style.ChartStyle
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.style.TooltipStyle
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.TargetOptions
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getBottom() - Method in class com.vaadin.flow.component.charts.model.Frame
 
getBottomChildColumns() - Method in class com.vaadin.flow.component.grid.Grid.Column
Gets recursively the child components of this component that are instances of Column.
getBottomLevelColumn() - Method in class com.vaadin.flow.component.grid.Grid.Column
 
getBoxplot() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
getBoxSizing() - Method in interface com.vaadin.flow.component.orderedlayout.ThemableLayout
Gets the box-sizing defined for the layout, or BoxSizing.UNDEFINED if none was defined on the server-side.
getBreaks() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getBreaks() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getBreakSize() - Method in class com.vaadin.flow.component.charts.model.Breaks
 
getBrightness() - Method in class com.vaadin.flow.component.charts.model.Hover
 
getBrowser() - Method in class com.vaadin.flow.server.AppShellSettings
Get the web browser used for the request used for these settings.
getBrowser() - Method in class com.vaadin.flow.server.communication.UidlWriter.ResolveContext
Gets the browser info used for resolving.
getBrowser() - Method in class com.vaadin.flow.server.VaadinSession
Get the web browser associated with this session.
getBrowserApplication() - Method in class com.vaadin.flow.server.WebBrowser
Get the browser user-agent string.
getBrowserCallableFinder() - Method in class com.vaadin.hilla.engine.EngineConfiguration
 
getBrowserEngineVersion() - Method in class com.vaadin.flow.shared.BrowserDetails
Returns the version of the browser engine.
getBrowserFactory() - Static method in class com.vaadin.testbench.parallel.BrowserUtil
Gets the BrowserFactory used to generate new DesiredCapabilities
getBrowserFactory(ExtensionContext) - Static method in class com.vaadin.testbench.browser.CapabilitiesUtil
 
getBrowserIdentifier(Capabilities) - Static method in class com.vaadin.testbench.parallel.BrowserUtil
Returns a human readable identifier of the given browser.
getBrowserMajorVersion() - Method in class com.vaadin.flow.server.WebBrowser
Gets the major version of the browser the user is using.
getBrowserMajorVersion() - Method in class com.vaadin.flow.shared.BrowserDetails
Returns the browser major version e.g., 3 for Firefox 3.5, 4 for Chrome 4, 8 for Internet Explorer 8.
getBrowserMinorVersion() - Method in class com.vaadin.flow.server.WebBrowser
Gets the minor version of the browser the user is using.
getBrowserMinorVersion() - Method in class com.vaadin.flow.shared.BrowserDetails
Returns the browser minor version e.g., 5 for Firefox 3.5.
getBubble() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
getBuildDir() - Method in class com.vaadin.hilla.engine.EngineConfiguration
 
getBuildDirectory() - Method in class com.vaadin.flow.server.frontend.Options
Gets the directory used for the build output.
getBuildDirectoryName() - Method in class com.vaadin.flow.server.frontend.Options
Get the name of the used build directory.
getBuildFolder() - Method in interface com.vaadin.flow.server.AbstractConfiguration
Return the defined build folder for the used build system.
getBuildFolder() - Method in class com.vaadin.flow.server.PropertyDeploymentConfiguration
 
getBuildHash() - Static method in class com.vaadin.flow.server.Version
Gets the version's build hash.
getBuildIdentifier() - Method in class com.vaadin.flow.server.frontend.FrontendVersion
Gets the version qualifier, qualifier in x.y.z.qualifier.
getBuildIdentifier() - Static method in class com.vaadin.flow.server.Version
Gets the version qualifier, qualifier in x.y.z.qualifier.
getBullet() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
getBun() - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties
Gets the bun specific configuration.
getBunExecutable() - Method in class com.vaadin.flow.server.frontend.FrontendTools
Locate bun executable.
getButton() - Method in interface com.vaadin.flow.component.charts.events.ClickEvent
Gets the MouseEventDetails.MouseButton of the click event.
getButton() - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
 
getButton() - Method in class com.vaadin.flow.component.ClickEvent
Gets the id of the pressed mouse button.
getButton() - Method in class com.vaadin.flow.component.crud.CrudI18n.Confirmations.Confirmation
Gets the confirmation options in a dialog
getButton() - Method in class com.vaadin.flow.component.map.events.MouseEventDetails
 
getButton() - Method in enum class com.vaadin.testbench.unit.MouseButton
Get value associated with the button by default.
getButtonArrowColor() - Method in class com.vaadin.flow.component.charts.model.Scrollbar
 
getButtonBackgroundColor() - Method in class com.vaadin.flow.component.charts.model.Scrollbar
 
getButtonBorderColor() - Method in class com.vaadin.flow.component.charts.model.Scrollbar
 
getButtonBorderRadius() - Method in class com.vaadin.flow.component.charts.model.Scrollbar
 
getButtonBorderWidth() - Method in class com.vaadin.flow.component.charts.model.Scrollbar
 
getButtonName() - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
 
getButtonName() - Method in class com.vaadin.flow.component.map.events.MouseEventDetails
 
getButtonOptions() - Method in class com.vaadin.flow.component.charts.model.Navigation
 
getButtonPosition() - Method in class com.vaadin.flow.component.charts.model.RangeSelector
 
getButtons() - Method in class com.vaadin.flow.component.charts.model.Exporting
 
getButtons() - Method in class com.vaadin.flow.component.charts.model.RangeSelector
 
getButtons() - Method in class com.vaadin.flow.component.menubar.testbench.MenuBarElement
Gets the button elements wrapping the root level items.
getButtonSpacing() - Method in class com.vaadin.flow.component.charts.model.RangeSelector
 
getButtonTheme() - Method in class com.vaadin.flow.component.charts.model.RangeSelector
 
getByIdentifier(String) - Static method in enum class com.vaadin.flow.shared.ui.Transport
Returns a Transport by its identifier.
getBySignalId(UUID) - Method in class com.vaadin.hilla.signals.core.registry.SignalsRegistry
Get a signal instance by the provided signalId.
getBytesReceived() - Method in class com.vaadin.flow.server.communication.streaming.StreamingStartEventImpl
 
getBytesReceived() - Method in interface com.vaadin.flow.server.StreamVariable.StreamingEvent
Get the number of bytes streamed.
getCacheFormat() - Method in class com.vaadin.flow.server.PwaIcon
Gets the cache-string used in Google Workbox caching.
getCacheTime() - Method in class com.vaadin.flow.server.AbstractStreamResource
Gets the length of cache expiration time.
getCacheTime(String) - Method in class com.vaadin.flow.server.StaticFileServer
Calculates the cache lifetime for the given filename in seconds.
getCallback() - Method in class com.vaadin.flow.component.charts.model.Condition
 
getCallback(StateNode) - Method in class com.vaadin.flow.internal.nodefeature.AttachExistingElementFeature
Gets callback of the registered node.
getCancel() - Method in class com.vaadin.flow.component.crud.CrudI18n.Confirmations
Gets the cancel confirmation dialog
getCancel() - Method in class com.vaadin.flow.component.crud.CrudI18n
Gets the cancel button text
getCancel() - Method in class com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n
Gets the translated word for cancel.
getCancelButton() - Method in class com.vaadin.flow.component.confirmdialog.testbench.ConfirmDialogElement
 
getCancelButton() - Method in class com.vaadin.flow.component.crud.Crud
Gets the Crud cancel button
getCancelButton() - Method in class com.vaadin.flow.component.datepicker.testbench.DatePickerElement.OverlayContentElement
Gets the cancel button from the overlays toolbar
getCancelingRelativePath(String) - Static method in class com.vaadin.flow.server.HandlerHelper
Gets a relative path that cancels the provided path.
getCandlestick() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
getCapabilities() - Method in class com.vaadin.testbench.BrowserTestBase
 
getCapabilities() - Method in class com.vaadin.testbench.parallel.ParallelRunner.TBMethod
 
getCapabilities() - Method in class com.vaadin.testbench.TestBenchDriverProxy
 
getCapabilities() - Method in class com.vaadin.testbench.TestBenchElement
Returns information about current browser used
getCaption() - Method in class com.vaadin.flow.component.html.NativeTable
Return the table's caption component.
getCaption() - Method in class com.vaadin.flow.data.binder.AbstractBeanPropertyDefinition
 
getCaption() - Method in interface com.vaadin.flow.data.binder.PropertyDefinition
Gets the human readable caption to show for this property.
getCaptionText() - Method in class com.vaadin.flow.component.html.NativeTable
Return the caption text for this table.
getCategories() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getCategories() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getCategories() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getCategories() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getCategory() - Method in class com.vaadin.flow.component.charts.events.DrilldownEvent
 
getCategory() - Method in interface com.vaadin.flow.component.charts.events.HasItem
 
getCategory() - Method in class com.vaadin.flow.component.charts.events.PointClickEvent
 
getCategory() - Method in class com.vaadin.flow.component.charts.events.PointDragEvent
 
getCategory() - Method in class com.vaadin.flow.component.charts.events.PointDragStartEvent
 
getCategory() - Method in class com.vaadin.flow.component.charts.events.PointDropEvent
 
getCategory() - Method in class com.vaadin.flow.component.charts.events.PointLegendItemClickEvent
 
getCategory() - Method in class com.vaadin.flow.component.charts.events.PointMouseOutEvent
 
getCategory() - Method in class com.vaadin.flow.component.charts.events.PointMouseOverEvent
 
getCategory() - Method in class com.vaadin.flow.component.charts.events.PointRemoveEvent
 
getCategory() - Method in class com.vaadin.flow.component.charts.events.PointSelectEvent
 
getCategory() - Method in class com.vaadin.flow.component.charts.events.PointUnselectEvent
 
getCategory() - Method in class com.vaadin.flow.component.charts.events.PointUpdateEvent
 
getCaughtException() - Method in class com.vaadin.flow.router.ErrorParameter
Gets the originally caught exception.
getCeiling() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getCeiling() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getCeiling() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getCeiling() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getCell(int) - Method in class com.vaadin.flow.component.html.NativeTableRow
Returns the cell at a given position.
getCell(int, int) - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Gets the grid cell for the given row and column index.
getCell(int, int) - Method in class com.vaadin.flow.component.gridpro.testbench.GridProElement
Gets the grid cell for the given row and column index.
getCell(int, GridColumnElement) - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Gets the grid cell for the given row and column.
getCell(int, GridProColumnElement) - Method in class com.vaadin.flow.component.gridpro.testbench.GridProElement
Gets the grid cell for the given row and column.
getCell(Grid.Column<?>) - Method in class com.vaadin.flow.component.grid.FooterRow
Gets the cell on this row that is on the given column.
getCell(GridColumnElement) - Method in class com.vaadin.flow.component.grid.testbench.GridTRElement
Gets the cell for the given column in this row.
getCell(GridProColumnElement) - Method in class com.vaadin.flow.component.gridpro.testbench.GridTRElement
Gets the cell for the given column in this row.
getCell(String) - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Finds the first cell inside the rendered range with a text content matching the given string.
getCellComponent(int, int) - Method in class com.vaadin.flow.component.grid.GridTester
Get component for item in cell.
getCellComponent(int, String) - Method in class com.vaadin.flow.component.grid.GridTester
Get component for item in column.
getCellHeight() - Method in class com.vaadin.flow.component.charts.model.AxisGrid
 
getCells() - Method in class com.vaadin.flow.component.grid.FooterRow
Gets the cells that belong to this row as an unmodifiable list.
getCells(int) - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Gets the grid cells for the given row.
getCells(int, GridColumnElement...) - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Gets the grid cells for the given row and column elements.
getCells(GridColumnElement...) - Method in class com.vaadin.flow.component.grid.testbench.GridTRElement
Gets the cells for the given columns in this row.
getCellText(int, int) - Method in class com.vaadin.flow.component.grid.GridTester
Get the text that is shown on the client for the cell in the given position.
getCellWaitForRow(int, int) - Method in class com.vaadin.flow.component.grid.testbench.TreeGridElement
Gets the grid cell for the given row and column index.
getCellWaitForRow(int, GridColumnElement) - Method in class com.vaadin.flow.component.grid.testbench.TreeGridElement
Gets the grid cell for the given row and column.
getCenter() - Method in class com.vaadin.flow.component.charts.model.Pane
 
getCenter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getCenter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getCenter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getCenter() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getCenter() - Method in class com.vaadin.flow.component.map.configuration.View
Gets center coordinates of the view
getCenter() - Method in class com.vaadin.flow.component.map.events.MapViewMoveEndEvent
Gets the View's updated center coordinates
getCenter() - Method in class com.vaadin.flow.component.map.Map
Gets center coordinates of the map's viewport
getCenterInCategory() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getCenterInCategory() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getCenterInCategory() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getCenterInCategory() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getCenterInCategory() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getChangedBindings() - Method in class com.vaadin.flow.data.binder.Binder
Get the immutable Set of changed bindings.
getChangeDecimals() - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
 
getChangeDecimals() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getChangeTracker() - Method in class com.vaadin.flow.internal.nodefeature.NodeList
Gets or creates the list used to track changes that should be sent to the client.
getChangeTracker(NodeFeature, Supplier<T>) - Method in class com.vaadin.flow.internal.StateNode
Gets or creates a change tracker object for the provided feature.
getChannelId() - Method in interface com.vaadin.flow.internal.nodefeature.ReturnChannelRegistration
Gets the id that identifies this channel within its state node.
getCharacterEncoding() - Method in interface com.vaadin.flow.server.VaadinRequest
Returns the name of the character encoding used in the body of this request.
getCharCode() - Method in class com.vaadin.flow.component.icon.FontIcon
Gets the hexadecimal code point that specifies a glyph from an icon font.
getChart() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getChart() - Method in class com.vaadin.flow.component.charts.model.style.Theme
Get chart style
getChartAttributes() - Method in class com.vaadin.flow.component.charts.model.DataProviderSeries
Returns a set of chart attributes(keys).
getChartType() - Method in class com.vaadin.flow.component.charts.model.AbstractPlotOptions
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getCheckboxes() - Method in class com.vaadin.flow.component.checkbox.testbench.CheckboxGroupElement
Gets all checkboxes that are part of this group.
getChild(int) - Method in class com.vaadin.flow.dom.Element
Returns the child element at the given position.
getChild(int) - Method in class com.vaadin.flow.dom.Node
Returns the child element at the given position.
getChild(StateNode, int) - Method in interface com.vaadin.flow.dom.ElementStateProvider
Returns the child element at the given position.
getChild(StateNode, int) - Method in class com.vaadin.flow.dom.impl.AbstractNodeStateProvider
 
getChild(StateNode, int) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
 
getChildCount() - Method in class com.vaadin.flow.dom.Element
Gets the number of child elements.
getChildCount() - Method in class com.vaadin.flow.dom.Node
Gets the number of child elements.
getChildCount(HierarchicalQuery<T, SerializablePredicate<T>>) - Method in class com.vaadin.flow.data.provider.hierarchy.TreeDataProvider
 
getChildCount(HierarchicalQuery<T, F>) - Method in interface com.vaadin.flow.data.provider.hierarchy.HierarchicalDataProvider
Get the number of immediate child data items for the parent item returned by a given query.
getChildCount(StateNode) - Method in interface com.vaadin.flow.dom.ElementStateProvider
Gets the number of child elements.
getChildCount(StateNode) - Method in class com.vaadin.flow.dom.impl.AbstractNodeStateProvider
 
getChildCount(StateNode) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
 
getChildInSlot(HasElement, String) - Static method in class com.vaadin.flow.component.shared.SlotUtils
Gets the first child component of the parent that is in the specified slot.
getChildren() - Method in class com.vaadin.flow.component.board.testbench.RowElement
Returns all the immediate child elements of this row.
getChildren() - Method in class com.vaadin.flow.component.Component
Gets the child components of this component.
getChildren() - Method in class com.vaadin.flow.component.Composite
Gets the child components of this composite.
getChildren() - Method in class com.vaadin.flow.component.contextmenu.ContextMenuBase
Gets the child components of this component.
getChildren() - Method in class com.vaadin.flow.component.contextmenu.MenuManager
Gets all (sub)menu children.
getChildren() - Method in class com.vaadin.flow.component.contextmenu.SubMenuBase
Gets the child components of this sub menu.
getChildren() - Method in class com.vaadin.flow.component.dashboard.Dashboard
 
getChildren() - Method in class com.vaadin.flow.component.dashboard.DashboardSection
 
getChildren() - Method in interface com.vaadin.flow.component.HasOrderedComponents
Gets the children components of this component.
getChildren() - Method in class com.vaadin.flow.component.littemplate.LitTemplate
Gets the child components of this component.
getChildren() - Method in class com.vaadin.flow.component.menubar.MenuBar
Gets the child components of this menu bar.
getChildren() - Method in class com.vaadin.flow.component.select.Select
 
getChildren() - Method in class com.vaadin.flow.component.UI
 
getChildren() - Method in class com.vaadin.flow.dom.Element
Gets all the children of this element.
getChildren() - Method in class com.vaadin.flow.dom.Node
Gets all the children of this element.
getChildren() - Method in class com.vaadin.hilla.crud.filter.AndFilter
 
getChildren() - Method in class com.vaadin.hilla.crud.filter.OrFilter
 
getChildren(T) - Method in class com.vaadin.flow.data.provider.hierarchy.TreeData
Get the immediate child items for the given item.
getChromeOptions() - Static method in class com.vaadin.testbench.Parameters
Get extra options passed to the Chrome driver.
getChunkHash(List<String>) - Static method in class com.vaadin.flow.server.frontend.BundleUtils
Calculates a hash for bundle JavaScript chunk containing given string lines.
getChunkId(Class<? extends Component>) - Static method in class com.vaadin.flow.server.frontend.BundleUtils
Gets the id for a chunk defined by the given class.
getChunkId(String) - Static method in class com.vaadin.flow.server.frontend.BundleUtils
Gets the id for a chunk defined by the given class.
getChunkKeys(JsonObject) - Method in class com.vaadin.flow.server.BootstrapHandler.BootstrapPageBuilder
Return the list of chunk keys that should be considered by the bootstrap handler.
getClassAnnotations(Class<?>) - Method in class com.vaadin.flow.server.startup.AbstractAnnotationValidator
Returns the validation annotations declared for the clazz.
getClassAnnotations(Class<?>, List<Class<?>>) - Static method in class com.vaadin.flow.server.startup.AbstractAnnotationValidator
Returns annotations declared for the clazz.
getClasses() - Method in class com.vaadin.flow.hotswap.HotswapCompleteEvent
Gets the classes that were updated.
getClasses() - Method in class com.vaadin.flow.server.frontend.scanner.FrontendDependencies
Get all Java classes considered when looking for used dependencies.
getClasses() - Method in interface com.vaadin.flow.server.frontend.scanner.FrontendDependenciesScanner
Get all Java classes considered when looking for used dependencies.
getClassesDirs() - Method in class com.vaadin.hilla.engine.EngineConfiguration
 
getClassesUsedInOpenApi() - Method in class com.vaadin.hilla.EndpointCodeGenerator
 
getClassFinder() - Method in class com.vaadin.flow.server.frontend.Options
Gets the used class finder.
getClassFinder() - Method in class com.vaadin.hilla.engine.EngineConfiguration
 
getClassList() - Method in class com.vaadin.flow.dom.Element
Gets the set of CSS class names used for this element.
getClassList() - Method in class com.vaadin.flow.internal.nodefeature.ElementClassList
Creates a view into this list.
getClassList(StateNode) - Method in interface com.vaadin.flow.dom.ElementStateProvider
Gets a list representation of all CSS class names set for an element.
getClassList(StateNode) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
 
getClassList(StateNode) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
 
getClassList(StateNode) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
 
getClassloader() - Method in interface com.vaadin.flow.internal.ApplicationClassLoaderAccess
Gets the web application classloader.
getClassLoader() - Method in class com.vaadin.flow.di.DefaultInstantiator
 
getClassLoader() - Static method in class com.vaadin.flow.internal.menu.MenuRegistry
Get the current thread ContextClassLoader.
getClassLoader() - Method in class com.vaadin.flow.server.frontend.scanner.ClassFinder.CachedClassFinder
 
getClassLoader() - Method in class com.vaadin.flow.server.frontend.scanner.ClassFinder.DefaultClassFinder
 
getClassLoader() - Method in interface com.vaadin.flow.server.frontend.scanner.ClassFinder
Get class loader which is used to find classes.
getClassLoader() - Method in class com.vaadin.flow.server.VaadinService
Gets the class loader to use for loading classes loaded by name, e.g.
getClassLoader() - Method in class com.vaadin.testbench.unit.mocks.MockWebApplicationContext
 
getClassLoaderName() - Method in interface com.vaadin.flow.function.DeploymentConfiguration
Gets class loader configuration option value.
getClassLoaderName() - Method in class com.vaadin.flow.server.AbstractDeploymentConfiguration
 
getClassName() - Method in class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupItem
Gets the CSS class name set on this item.
getClassName() - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.AbstractSeriesItem
Returns the class name of the item
getClassName() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.Background
Returns the class name of the background
getClassName() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.Crosshair
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.DragHandle
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.GuideBoxDefaultState
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.NodeSeriesItem
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotBand
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotLine
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.style.ChartStyle
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.Zones
 
getClassName() - Method in interface com.vaadin.flow.component.HasStyle
Gets the CSS class names for this component.
getClassNameGenerator() - Method in class com.vaadin.flow.component.grid.Grid.Column
Gets the function that is used for generating CSS class names for cells in this column.
getClassNameGenerator() - Method in class com.vaadin.flow.component.grid.Grid
Gets the function that is used for generating CSS class names for rows in this grid.
getClassNames() - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
 
getClassNames() - Method in class com.vaadin.flow.component.dialog.Dialog
 
getClassNames() - Method in interface com.vaadin.flow.component.HasStyle
Gets the set of CSS class names used for this element.
getClassNames() - Method in class com.vaadin.flow.component.login.LoginOverlay
 
getClassNames() - Method in class com.vaadin.flow.component.notification.Notification
 
getClassNames() - Method in class com.vaadin.flow.component.popover.Popover
 
getClassNames() - Method in class com.vaadin.testbench.TestBenchElement
Gets all the class names set for this element.
getClasspath() - Method in class com.vaadin.hilla.engine.EngineConfiguration
 
getClassType(Class<?>) - Static method in class com.vaadin.flow.router.ParameterDeserializer
Get the parameter type class.
getClean() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
Gets the translated word for clean
getCleanedPushServletMapping(String) - Static method in class com.vaadin.flow.internal.BootstrapHandlerHelper
Cleans up the given push servlet mapping value for proper use.
getCleared() - Method in class com.vaadin.flow.component.combobox.MultiSelectComboBoxI18n
The text that is announced by screen readers when the clear button is clicked.
getClickCount() - Method in class com.vaadin.flow.component.ClickEvent
Gets the number of consecutive clicks recently recorded.
getClientForwardRoute() - Method in class com.vaadin.flow.component.internal.JavaScriptNavigationStateRenderer
Gets the client forward route.
getClientName() - Method in enum class com.vaadin.flow.component.Direction
Gets the value applied as the dir attribute in html for document.
getClientName() - Method in enum class com.vaadin.flow.component.grid.dnd.GridDropLocation
Gets name that is used in the client side representation of the component.
getClientName() - Method in enum class com.vaadin.flow.component.grid.dnd.GridDropMode
Gets name that is used in the client side representation of the component.
getClientName() - Method in enum class com.vaadin.flow.component.notification.Notification.Position
Gets name that is used in the client side representation of the component.
getClientNavigationRouteTargetTemplate(String) - Static method in class com.vaadin.flow.router.internal.RouteUtil
Search for a client route using given navigation url and return target template.
getClientPropertyValue() - Method in enum class com.vaadin.flow.component.dnd.EffectAllowed
Get the lower case string value that is accepted by the client side drag event.
getClientResource(String) - Method in class com.vaadin.flow.di.LookupInitializer.ResourceProviderImpl
 
getClientResource(String) - Method in interface com.vaadin.flow.di.ResourceProvider
Gets "flow-client" bundle resource identified by the path.
getClientResourceAsStream(String) - Method in class com.vaadin.flow.di.LookupInitializer.ResourceProviderImpl
 
getClientResourceAsStream(String) - Method in interface com.vaadin.flow.di.ResourceProvider
Gets "flow-client" bundle resource content identified by the path.
getClientRoutes() - Method in interface com.vaadin.flow.router.internal.ClientRoutesProvider
Deprecated.
Get a list of client side routes.
getClientRoutes() - Static method in class com.vaadin.flow.server.frontend.FrontendUtils
Get all available client routes in a distinct list of route paths.
getClientRoutes(boolean) - Static method in class com.vaadin.flow.internal.menu.MenuRegistry
Get available client routes, optionally excluding any layout targets.
getClientRoutes(boolean, AbstractConfiguration) - Static method in class com.vaadin.flow.internal.menu.MenuRegistry
Get registered client routes.
getClientSideName() - Method in enum class com.vaadin.flow.component.grid.CellFocusEvent.GridSection
Returns the client side name of the section.
getClientToServerId() - Method in class com.vaadin.flow.server.communication.ServerRpcHandler.RpcRequest
Gets the id of the client to server message.
getClientX() - Method in class com.vaadin.flow.component.ClickEvent
Gets the x coordinate of the click event, relative to the upper left corner of the browser viewport.
getClientY() - Method in class com.vaadin.flow.component.ClickEvent
Gets the y coordinate of the click event, relative to the upper left corner of the browser viewport.
getClip() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getClip() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getClip() - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
 
getClip() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getClose() - Method in class com.vaadin.flow.component.charts.model.OhlcItem
 
getCode() - Method in class com.vaadin.flow.component.internal.KeyboardEvent
Gets the code of the event.
getCode() - Method in enum class com.vaadin.flow.server.HttpStatusCode
Gets the integer representation of the HTTP status code.
getCodeBlock() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
Gets the translated word for codeBlock
getCodename() - Method in class com.vaadin.flow.server.frontend.installer.Platform
Get the codename used with this Platform.
getCollaborationEngine() - Method in class com.vaadin.collaborationengine.AbstractCollaborationManager
Gets the CollaborationEngine of this manager.
getCollaborationEngine() - Method in class com.vaadin.collaborationengine.Backend
Gets the CollaborationEngine used by this backend.
getCollapsed() - Method in class com.vaadin.flow.component.charts.model.GanttSeriesItem
 
getCollection() - Method in class com.vaadin.flow.component.icon.Icon
Gets the collection of the icon (the part before :).
getColor() - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
 
getColor() - Method in class com.vaadin.flow.component.charts.model.AbstractSeriesItem
Returns the color of the item.
getColor() - Method in class com.vaadin.flow.component.charts.model.Back
 
getColor() - Method in class com.vaadin.flow.component.charts.model.Bottom
 
getColor() - Method in class com.vaadin.flow.component.charts.model.Crosshair
 
getColor() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getColor() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getColor() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getColor() - Method in class com.vaadin.flow.component.charts.model.DragHandle
 
getColor() - Method in class com.vaadin.flow.component.charts.model.GanttSeriesItem
 
getColor() - Method in class com.vaadin.flow.component.charts.model.GuideBoxDefaultState
 
getColor() - Method in class com.vaadin.flow.component.charts.model.Hover
 
getColor() - Method in class com.vaadin.flow.component.charts.model.Inactive
 
getColor() - Method in class com.vaadin.flow.component.charts.model.Level
 
getColor() - Method in class com.vaadin.flow.component.charts.model.Node
 
getColor() - Method in class com.vaadin.flow.component.charts.model.NodeSeriesItem
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotBand
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotLine
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getColor() - Method in class com.vaadin.flow.component.charts.model.Side
 
getColor() - Method in class com.vaadin.flow.component.charts.model.Stop
 
getColor() - Method in class com.vaadin.flow.component.charts.model.style.GradientColor.Stop
 
getColor() - Method in class com.vaadin.flow.component.charts.model.style.Style
 
getColor() - Method in class com.vaadin.flow.component.charts.model.TargetOptions
 
getColor() - Method in class com.vaadin.flow.component.charts.model.Top
 
getColor() - Method in class com.vaadin.flow.component.charts.model.Zones
 
getColor() - Method in class com.vaadin.flow.component.icon.AbstractIcon
Gets the color of this icon as a String.
getColor() - Method in class com.vaadin.flow.component.icon.FontIcon
 
getColor() - Method in class com.vaadin.flow.component.icon.Icon
 
getColor() - Method in class com.vaadin.flow.component.icon.SvgIcon
 
getColor() - Method in class com.vaadin.flow.component.map.configuration.style.Fill
 
getColor() - Method in class com.vaadin.flow.component.map.configuration.style.Icon
Color to tint the icon's image with.
getColor() - Method in class com.vaadin.flow.component.map.configuration.style.Stroke
 
getColor() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
Gets the translated word for color
getColorAxis() - Method in class com.vaadin.flow.component.charts.model.AbstractSeries
 
getColorAxis() - Method in class com.vaadin.flow.component.charts.model.Configuration
Returns the color axis.
getColorAxis(int) - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getColorByPoint() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getColorByPoint() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getColorByPoint() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getColorByPoint() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getColorByPoint() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getColorByPoint() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getColorByPoint() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getColorByPoint() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getColorByPoint() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getColorByPoint() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getColorByPoint() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getColorByPoint() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getColorByPoint() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getColorByPoint() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getColorByPoint() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getColorByPoint() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
 
getColorByPoint() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getColorByPoint() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getColorByPoint() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getColorCount() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getColorIndex() - Method in class com.vaadin.collaborationengine.UserInfo
Gets the user's color index.
getColorIndex() - Method in class com.vaadin.flow.component.avatar.Avatar
Gets the color index for the avatar.
getColorIndex() - Method in class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupItem
Gets the color index for the avatar group item.
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.AbstractSeriesItem
Returns the colorIndex of the item.
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.GanttSeriesItem
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.Node
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.NodeSeriesItem
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getColorOptions() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor
Gets an unmodifiable list of colors in HEX format used by the text color picker and background color picker controls of the text editor.
getColors() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getColors() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getColors() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getColors() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getColors() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getColors() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getColors() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getColors() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getColors() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getColors() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getColors() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getColors() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getColors() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getColors() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getColors() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getColors() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getColors() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getColors() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getColors() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getColors() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getColors() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getColors() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getColors() - Method in class com.vaadin.flow.component.charts.model.style.Theme
Get colors of items
getColorValue() - Method in class com.vaadin.flow.component.charts.model.TreeSeriesItem
 
getColsize() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getColspan() - Method in class com.vaadin.flow.component.dashboard.DashboardWidget
Returns the colspan of the widget.
getColspan() - Method in class com.vaadin.flow.component.dashboard.testbench.DashboardWidgetElement
Returns the colspan of the widget.
getColspan() - Method in class com.vaadin.flow.component.html.NativeTableCell
Returns the colspan value of this cell.
getColspan(Component) - Method in class com.vaadin.flow.component.formlayout.FormLayout
Gets the colspan of the given component.
getColumn() - Method in class com.vaadin.flow.component.charts.model.Node
 
getColumn() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
getColumn() - Method in class com.vaadin.flow.component.grid.CellFocusEvent
Returns the column represented by the focused cell.
getColumn() - Method in class com.vaadin.flow.component.grid.ItemClickEvent
Gets the column that was clicked.
getColumn() - Method in class com.vaadin.flow.component.grid.testbench.GridTHTDElement
Gets the column for this grid cell.
getColumn() - Method in class com.vaadin.flow.component.gridpro.EditColumnConfigurator
Gets the column.
getColumn() - Method in class com.vaadin.flow.component.gridpro.testbench.GridTHTDElement
Gets the column for this grid cell.
getColumn(String) - Method in class com.vaadin.flow.component.grid.GridTester
Gets the grid column by column property.
getColumn(String) - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Gets the column with the given header text.
getColumnByKey(String) - Method in class com.vaadin.flow.component.grid.Grid
Gets a Grid.Column of this grid by its key.
getColumnId() - Method in class com.vaadin.flow.component.grid.contextmenu.GridContextMenu.GridContextMenuOpenedEvent
Gets the column ID in the Grid that was the target of the context-click, or an empty Optional if the context-click didn't target any application column in the Grid (eg.
getColumnLayers() - Method in class com.vaadin.flow.component.grid.Grid
 
getColumnPosition(String) - Method in class com.vaadin.flow.component.grid.GridTester
Get the column position by column property.
getColumnrange() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
getColumnRendering() - Method in class com.vaadin.flow.component.grid.Grid
Gets the current column rendering mode.
getColumns() - Method in class com.vaadin.flow.component.charts.model.AxisGrid
 
getColumns() - Method in class com.vaadin.flow.component.grid.ColumnReorderEvent
Gets the new order of the columns.
getColumns() - Method in class com.vaadin.flow.component.grid.Grid
Gets an unmodifiable list of all Grid.Columns currently in this Grid.
getCommand() - Method in class com.vaadin.base.devserver.DebugWindowMessage
 
getCommandExecutor() - Method in class com.vaadin.testbench.AbstractBrowserTestBase
 
getCommandExecutor() - Method in interface com.vaadin.testbench.HasTestBenchCommandExecutor
Return a reference to the related TestBenchCommandExecutor instance.
getCommandExecutor() - Method in class com.vaadin.testbench.TestBenchDriverProxy
 
getCommandExecutor() - Method in class com.vaadin.testbench.TestBenchElement
 
getCommandExecutor() - Method in class com.vaadin.testbench.TestBenchTestCase
 
getComparator(SortDirection) - Method in class com.vaadin.flow.component.grid.Grid.Column
Gets the comparator to use with in-memory sorting for this column when sorting in the given direction.
getCompare() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getCompare() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getCompare() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getCompare() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getCompare() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getCompare() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getCompare() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getCompare() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getCompare() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getCompare() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getCompare() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getCompare() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getCompare() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getCompare() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getCompareBase() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getCompareBase() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getCompareBase() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getCompareBase() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getCompareBase() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getCompareBase() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getCompareBase() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getCompareBase() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getCompareBase() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getCompareBase() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getCompareBase() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getCompareBase() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getCompareBase() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getCompareBase() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getCompareBase() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getCompareBase() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getCompareBase() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getCompiledWebComponentsPath() - Method in interface com.vaadin.flow.function.DeploymentConfiguration
 
getCompletableFuture() - Method in class com.vaadin.collaborationengine.ListOperationResult
The result of the asynchronous operation.
getCompleted() - Method in class com.vaadin.flow.component.charts.model.GanttSeriesItem
 
getComponent() - Method in class com.vaadin.flow.component.dnd.DragEndEvent
Returns the drag source component where the dragend event occurred.
getComponent() - Method in class com.vaadin.flow.component.dnd.DragStartEvent
Returns the drag source component where the dragstart event occurred.
getComponent() - Method in class com.vaadin.flow.component.dnd.DropEvent
Returns the drop target component where the drop event occurred.
getComponent() - Method in class com.vaadin.flow.component.grid.FooterRow.FooterCell
 
getComponent() - Method in class com.vaadin.flow.component.grid.HeaderRow.HeaderCell
 
getComponent() - Method in class com.vaadin.flow.data.binder.ValueContext
Returns an Optional for the Component related to value conversion.
getComponent() - Method in class com.vaadin.flow.dom.Element
Gets the component this element has been mapped to, if any.
getComponent() - Method in class com.vaadin.flow.internal.nodefeature.ComponentMapping
Gets the component this node has been mapped to, if any.
getComponent() - Method in class com.vaadin.flow.server.ErrorEvent
Get the Component that the error was thrown for.
getComponent() - Method in class com.vaadin.flow.server.webcomponent.WebComponentBinding
Retrieves the bound Component instance.
getComponent() - Method in class com.vaadin.testbench.unit.ComponentTester
Get the wrapped component.
getComponent(Tab) - Method in class com.vaadin.flow.component.tabs.TabSheet
Returns the Component instance associated with the given tab.
getComponent(StateNode) - Method in interface com.vaadin.flow.dom.ElementStateProvider
Gets the component this element is mapped to.
getComponent(StateNode) - Static method in class com.vaadin.flow.internal.nodefeature.ComponentMapping
Gets the component mapped to the given state node.
getComponentAt(int) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
Deprecated.
since v24.4, not supported
getComponentAt(int) - Method in interface com.vaadin.flow.component.HasOrderedComponents
Returns the component at the given position.
getComponentAt(int) - Method in class com.vaadin.flow.component.tabs.Tabs
Deprecated.
since 24.0, use Tabs.getTabAt(int) instead.
getComponentClass() - Method in interface com.vaadin.flow.component.webcomponent.WebComponentConfiguration
Retrieve the type of the component.
getComponentClass() - Method in class com.vaadin.flow.component.WebComponentExporter
The concrete component class object.
getComponentClassName() - Method in class com.vaadin.experimental.Feature
 
getComponentCount() - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
Deprecated.
since v24.4, not supported
getComponentCount() - Method in interface com.vaadin.flow.component.HasOrderedComponents
Gets the number of children components.
getComponentCount() - Method in class com.vaadin.flow.component.tabs.Tabs
Deprecated.
since 24.5, use Tabs.getTabCount() instead.
getComponentFilter(Component) - Static method in class com.vaadin.flow.data.provider.DataViewUtils
Gets the in-memory filter of a given component instance.
getComponentRenderer() - Method in class com.vaadin.flow.data.renderer.ComponentDataGenerator
 
getComponentsByTag(String) - Static method in class com.vaadin.flow.component.ComponentUtil
Retrieves the set of component classes associated with a specific HTML tag.
getComponentSortComparator(Component) - Static method in class com.vaadin.flow.data.provider.DataViewUtils
Gets the in-memory sort comparator of a given component instance.
getComponentSpan(Component) - Method in class com.vaadin.flow.component.board.Row
Gets the number of columns the given component spans.
getCondition() - Method in class com.vaadin.flow.component.charts.model.Rules
 
getConfigParameter(String) - Method in interface com.vaadin.flow.server.VaadinConfig
Returns the value for the requested parameter, or null if the parameter does not exist.
getConfigParameter(String) - Method in class com.vaadin.flow.server.VaadinServletConfig
 
getConfigParameterNames() - Method in interface com.vaadin.flow.server.VaadinConfig
Returns the names of the initialization parameters as an Enumeration, or an empty Enumeration if there are o initialization parameters.
getConfigParameterNames() - Method in class com.vaadin.flow.server.VaadinServletConfig
 
getConfigParametersUsingTokenData(JsonObject) - Method in class com.vaadin.flow.server.startup.AbstractConfigurationFactory
Returns the config parameters from the token file data buildInfo.
getConfiguration() - Method in class com.vaadin.flow.component.charts.Chart
 
getConfiguration() - Method in class com.vaadin.flow.component.charts.model.AbstractSeries
 
getConfiguration() - Method in class com.vaadin.flow.component.charts.model.Axis
Returns the configuration this axis is bound to.
getConfiguration() - Method in class com.vaadin.flow.component.charts.model.Drilldown
 
getConfiguration() - Method in class com.vaadin.flow.component.map.MapBase
 
getConfiguration() - Method in class com.vaadin.flow.router.internal.AbstractRouteRegistry
Get the current valid configuration.
getConfiguration() - Method in class com.vaadin.flow.server.VaadinSession
Gets the configuration for this session.
getConfiguration() - Method in class com.vaadin.hilla.engine.ParserConfiguration.Plugin
 
getConfiguration(String) - Method in class com.vaadin.flow.server.webcomponent.WebComponentConfigurationRegistry
Get a web component configuration for given custom element tag if one is registered.
getConfigurationClasses() - Method in class com.vaadin.flow.spring.VaadinMVCWebAppInitializer
Gets the application configuration classes.
getConfigurations() - Method in class com.vaadin.flow.server.webcomponent.WebComponentConfigurationRegistry
Get an unmodifiable set containing all registered web component configurations.
getConfigurationsByComponentType(Class<T>) - Method in class com.vaadin.flow.server.webcomponent.WebComponentConfigurationRegistry
Get an unmodifiable set containing all registered web component configurations for a specific Component type.
getConfiguredNavigationTarget() - Method in exception com.vaadin.flow.server.AmbiguousRouteConfigurationException
Returns the already configured navigation target component class which caused the exception.
getConfirm() - Method in class com.vaadin.flow.component.crud.CrudI18n.Confirmations.Confirmation.Button
Gets the confirm text
getConfirm() - Method in class com.vaadin.flow.component.crud.CrudI18n
Gets the confirmation dialogs
getConfirmButton() - Method in class com.vaadin.flow.component.confirmdialog.testbench.ConfirmDialogElement
 
getConfirmCancelDialog() - Method in class com.vaadin.flow.component.crud.testbench.CrudElement
Gets the confirm cancel dialog
getConfirmDeleteDialog() - Method in class com.vaadin.flow.component.crud.testbench.CrudElement
Gets the confirm delete dialog
getConnectEnds() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getConnectEnds() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getConnectEnds() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getConnectEnds() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getConnectEnds() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getConnectEnds() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getConnecting() - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Status
Get connecting translation.
getConnection() - Method in interface com.vaadin.collaborationengine.CollaborationList
Gets the topic connection which is used to propagate changes to this list.
getConnection() - Method in interface com.vaadin.collaborationengine.CollaborationMap
Gets the topic connection which is used to propagate changes to this map.
getConnectNulls() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getConnectNulls() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getConnectNulls() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getConnectNulls() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getConnectNulls() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getConnectNulls() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getConnectNulls() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getConnectNulls() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getConnectNulls() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getConnectorColor() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getConnectorColor() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getConnectorPadding() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getConnectorPadding() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getConnectors() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getConnectors() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getConnectorWidth() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getConnectorWidth() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getConstantId(ConstantPoolKey) - Method in class com.vaadin.flow.internal.ConstantPool
Gets the id of a given constant, registering the constant with this constant pool if it hasn't already been encountered.
getConstantIntValues(Class<?>) - Static method in class com.vaadin.flow.internal.ReflectTools
Collect all the integer values for public static final constants found for the given class.
getConstantPool() - Method in class com.vaadin.flow.component.internal.UIInternals
Gets the constant pool that is used for keeping track of constants shared with the client for this UI.
getConstraints() - Method in class com.vaadin.flow.component.crud.CrudFilter
Returns the filter constraint applied to the grid as a map of column to filter text.
getContainer() - Method in class com.vaadin.flow.component.cookieconsent.testbench.CookieConsentElement
 
getContainer() - Method in class com.vaadin.flow.data.provider.AbstractComponentDataGenerator
Gets the element where the generated components will be attached to.
getContainer() - Method in class com.vaadin.flow.data.renderer.ComponentDataGenerator
 
getContainerTag() - Method in class com.vaadin.flow.component.internal.UIInternals
 
getContent() - Method in class com.vaadin.flow.component.applayout.AppLayout
 
getContent() - Method in class com.vaadin.flow.component.applayout.testbench.AppLayoutElement
 
getContent() - Method in class com.vaadin.flow.component.Composite
Gets the content of the composite, i.e.
getContent() - Method in class com.vaadin.flow.component.crud.CrudI18n.Confirmations.Confirmation
Gets the main content in a dialog
getContent() - Method in class com.vaadin.flow.component.dashboard.DashboardWidget
Returns the content of the widget.
getContent() - Method in class com.vaadin.flow.component.dashboard.testbench.DashboardWidgetElement
Returns the content of the widget.
getContent() - Method in class com.vaadin.flow.component.details.Details
Returns the content components which were added via HasComponents.add(Component...)
getContent() - Method in class com.vaadin.flow.component.details.testbench.DetailsElement
Returns content element
getContent() - Method in class com.vaadin.flow.component.html.FieldSet
Returns the content of the fieldset.
getContent() - Method in class com.vaadin.flow.component.html.NativeDetails
Returns the details content which was set via NativeDetails.setContent(Component).
getContent() - Method in class com.vaadin.flow.component.html.testbench.NativeDetailsTester
Get details content if the details is opened.
getContent() - Method in class com.vaadin.flow.component.orderedlayout.Scroller
Gets the content of this scroller.
getContent() - Method in class com.vaadin.flow.component.tabs.testbench.TabSheetElement
Gets the the content related to the currently selected tab.
getContentElement(String) - Method in class com.vaadin.flow.component.react.ReactAdapterComponent
Get the Flow container element that is set up in React template for given name attribute.
getContentLength() - Method in class com.vaadin.flow.component.upload.FailedEvent
Get the number of uploaded bytes.
getContentLength() - Method in class com.vaadin.flow.component.upload.FinishedEvent
Get the length of the file.
getContentLength() - Method in class com.vaadin.flow.component.upload.ProgressUpdateEvent
Get total file size.
getContentLength() - Method in class com.vaadin.flow.component.upload.StartedEvent
Get the length of the file.
getContentLength() - Method in class com.vaadin.flow.server.communication.streaming.StreamingStartEventImpl
 
getContentLength() - Method in interface com.vaadin.flow.server.StreamVariable.StreamingEvent
Get the content length.
getContentLength() - Method in interface com.vaadin.flow.server.VaadinRequest
Returns the length of the request content that can be read from the input stream returned by VaadinRequest.getInputStream().
getContentLengthLong() - Method in interface com.vaadin.flow.server.VaadinRequest
Returns the length of the request content that can be read from the input stream returned by VaadinRequest.getInputStream().
getContentType() - Method in interface com.vaadin.flow.server.VaadinRequest
Returns the MIME type of the body of the request, or null if the type is not known.
getContentTypeResolver() - Method in class com.vaadin.flow.server.StreamResource
Gets the resolver which is used to lookup the content type of the resource.
getContext() - Method in class com.vaadin.flow.component.confirmdialog.testbench.ConfirmDialogElement
 
getContext() - Method in class com.vaadin.flow.component.cookieconsent.testbench.CookieConsentElement
 
getContext() - Method in class com.vaadin.flow.component.dialog.testbench.DialogElement
 
getContext() - Method in class com.vaadin.flow.component.grid.testbench.GridTHTDElement
 
getContext() - Method in class com.vaadin.flow.component.gridpro.testbench.GridTHTDElement
 
getContext() - Method in class com.vaadin.flow.component.notification.testbench.NotificationElement
 
getContext() - Method in class com.vaadin.flow.component.popover.testbench.PopoverElement
 
getContext() - Method in interface com.vaadin.flow.server.RouteRegistry
Gets the Vaadin context which the registry belongs to.
getContext() - Method in class com.vaadin.flow.server.SessionRouteRegistry
 
getContext() - Method in interface com.vaadin.flow.server.startup.ApplicationConfiguration
The context which the configuration is based on.
getContext() - Method in class com.vaadin.flow.server.startup.ApplicationRouteRegistry
 
getContext() - Method in class com.vaadin.flow.server.startup.DefaultApplicationConfigurationFactory.ApplicationConfigurationImpl
 
getContext() - Method in class com.vaadin.flow.server.VaadinService
Returns VaadinContext for this service.
getContext() - Method in class com.vaadin.flow.server.VaadinServletContext
Returns the underlying context.
getContext() - Method in class com.vaadin.flow.spring.security.VaadinAwareSecurityContextHolderStrategy
 
getContext() - Method in class com.vaadin.testbench.AbstractBrowserTestBase
 
getContext() - Method in class com.vaadin.testbench.ElementQuery
Returns the context (element or driver) to search inside.
getContext() - Method in interface com.vaadin.testbench.HasSearchContext
Get a reference or a new instance of the SearchContext applicable to this class
getContext() - Method in class com.vaadin.testbench.TestBenchElement
Returns this TestBenchElement cast to a SearchContext.
getContext() - Method in class com.vaadin.testbench.TestBenchTestCase
 
getContextButton() - Method in class com.vaadin.flow.component.charts.model.Buttons
 
getContextButtonTitle() - Method in class com.vaadin.flow.component.charts.model.Lang
 
getContextMenu() - Method in class com.vaadin.flow.component.contextmenu.MenuItemBase
Gets the context menu component that this item belongs to.
getContextParameter(String) - Method in interface com.vaadin.flow.server.VaadinContext
Returns the value for the requested parameter, or null if the parameter does not exist.
getContextParameter(String) - Method in class com.vaadin.flow.server.VaadinServletContext
 
getContextParameterNames() - Method in interface com.vaadin.flow.server.VaadinContext
Returns the names of the initialization parameters as an Enumeration, or an empty Enumeration if there are o initialization parameters.
getContextParameterNames() - Method in class com.vaadin.flow.server.VaadinServletContext
 
getContextPath() - Method in interface com.vaadin.flow.server.VaadinRequest
Returns the portion of the request URI that indicates the context of the request.
getContextRootRelativePath() - Method in class com.vaadin.flow.component.internal.UIInternals
Gets the relative path from the UI (servlet) path to the context root.
getContextRootRelativePath(VaadinRequest) - Method in class com.vaadin.flow.server.VaadinService
Returns relative context path for given request.
getContextRootRelativePath(VaadinRequest) - Method in class com.vaadin.flow.server.VaadinServletService
 
getContinueNavigationAction() - Method in class com.vaadin.flow.component.internal.UIInternals
getContinueNavigationAction() - Method in class com.vaadin.flow.router.BeforeLeaveEvent
Gets the action used to resume this event, if it was postponed.
getConversationId() - Method in class com.vaadin.flow.spring.scopes.VaadinRouteScope
 
getConversationId() - Method in class com.vaadin.flow.spring.scopes.VaadinSessionScope
 
getConversationId() - Method in class com.vaadin.flow.spring.scopes.VaadinUIScope
 
getConverterFactory() - Method in class com.vaadin.flow.data.binder.Binder
Gets an instance of ConverterFactory that can be used to detect a suitable converter for bindings when presentation and model types are not compatible and a converter has not been explicitly configured.
getCookieName() - Method in class com.vaadin.flow.component.cookieconsent.testbench.CookieConsentElement
 
getCookies() - Method in interface com.vaadin.flow.server.VaadinRequest
Returns an array containing all of the Cookie objects the client sent with this request.
getCookiesDisabledCaption() - Method in class com.vaadin.flow.server.SystemMessages
Gets the caption to show in a "cookies disabled" notification.
getCookiesDisabledMessage() - Method in class com.vaadin.flow.server.SystemMessages
Gets the message to show in a "cookies disabled" notification.
getCookiesDisabledURL() - Method in class com.vaadin.flow.server.SystemMessages
Gets the URL the user will be redirected to after dismissing a "cookies disabled" message.
getCoordinate() - Method in class com.vaadin.flow.component.map.events.MapClickEvent
Gets the coordinate of the click on viewport.
getCoordinate() - Method in class com.vaadin.flow.component.map.events.MapFeatureDropEvent
The coordinates that the feature has been dragged to
getCoordinates() - Method in class com.vaadin.flow.component.map.configuration.feature.PointBasedFeature
The coordinates that define where the feature is located on the map.
getCoordinates() - Method in class com.vaadin.flow.component.map.configuration.geometry.Point
The coordinates where the point is located
getCorePoolSize() - Method in class com.vaadin.testbench.parallel.ParallelConfigurationStrategy
 
getCount() - Method in class com.vaadin.flow.component.charts.model.RangeSelectorButton
 
getCpuTicks() - Method in class com.vaadin.open.LinuxProcFileReader
Array of ticks.
getCreationTime() - Method in class com.vaadin.flow.server.WrappedHttpSession
 
getCreationTime() - Method in interface com.vaadin.flow.server.WrappedSession
Returns the time when this session was created, measured in milliseconds since midnight January 1, 1970 GMT.
getCredits() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getCredits() - Method in class com.vaadin.flow.component.charts.model.style.Theme
Get credits style
getCrisp() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getCrop() - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
 
getCrop() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getCrop() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getCrop() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getCropThreshold() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getCropThreshold() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getCropThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getCropThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getCropThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getCropThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getCropThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getCropThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getCropThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getCropThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getCropThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getCropThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getCropThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getCropThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getCropThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getCropThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getCropThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getCropThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getCropThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getCropThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getCropThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getCropThreshold() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getCrosshair() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getCrosshair() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getCrosshair() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getCrosshair() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getCrossOrigin() - Method in class com.vaadin.flow.component.map.configuration.source.ImageWMSSource
The crossOrigin attribute for loaded images.
getCrossOrigin() - Method in class com.vaadin.flow.component.map.configuration.source.TileImageSource
The crossOrigin attribute for loaded images.
getCrossOrigin() - Method in class com.vaadin.flow.component.map.configuration.style.Icon
The cross-origin attribute value for loaded images.
getCsrfToken() - Method in class com.vaadin.flow.component.UI
Gets the CSRF token (synchronizer token pattern) that is used to protect against Cross Site Request Forgery attacks.
getCsrfToken() - Method in class com.vaadin.flow.server.communication.ServerRpcHandler.RpcRequest
Gets the CSRF security token (synchronizer token pattern) for this request.
getCsrfTokenAttributeName() - Static method in class com.vaadin.flow.server.VaadinService
Get the name of the CSRF Token attribute in HTTP session.
getCss() - Method in class com.vaadin.flow.server.frontend.scanner.EntryPointData
 
getCss() - Method in class com.vaadin.flow.server.frontend.scanner.FrontendDependencies
Get all the CSS files used by the application.
getCss() - Method in interface com.vaadin.flow.server.frontend.scanner.FrontendDependenciesScanner
Get all the CSS files used by the application.
getCssImportAnnotations(Class<? extends Component>) - Static method in class com.vaadin.flow.internal.AnnotationReader
Finds all CssImport annotations on the given Component class, its super classes and implemented interfaces.
getCssLines(List<CssData>) - Method in class com.vaadin.flow.server.frontend.GenerateMainImports
Returns the JS code lines representing the CSS data provided as a parameter.
getCssSize(float, Unit) - Static method in interface com.vaadin.flow.component.HasSize
Utility method for internal use.
getCssValue(String) - Method in class com.vaadin.testbench.TestBenchElement
 
getCumulativeRequestDuration() - Method in class com.vaadin.flow.server.VaadinSession
 
getCurrent() - Static method in class com.vaadin.flow.component.UI
Gets the currently used UI.
getCurrent() - Static method in interface com.vaadin.flow.server.VaadinRequest
Gets the currently processed Vaadin request.
getCurrent() - Static method in interface com.vaadin.flow.server.VaadinResponse
Gets the currently processed Vaadin response.
getCurrent() - Static method in class com.vaadin.flow.server.VaadinService
Gets the currently used Vaadin service.
getCurrent() - Static method in class com.vaadin.flow.server.VaadinServlet
Gets the currently used Vaadin servlet.
getCurrent() - Static method in class com.vaadin.flow.server.VaadinServletRequest
Gets the currently processed Vaadin servlet request.
getCurrent() - Static method in class com.vaadin.flow.server.VaadinServletResponse
Gets the currently processed Vaadin servlet response.
getCurrent() - Static method in class com.vaadin.flow.server.VaadinSession
Gets the currently used session.
getCurrentDate() - Method in class com.vaadin.flow.component.page.ExtendedClientDetails
Returns the current date and time of the browser.
getCurrentDateIndicator() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getCurrentOpenAPI(Path, boolean) - Static method in class com.vaadin.hilla.OpenAPIUtil
Reads the open api file from the build directory.
getCurrentOpenAPIPath(Path, boolean) - Static method in class com.vaadin.hilla.OpenAPIUtil
Returns the path to open api file from the build directory.
getCurrentProcessInfo() - Method in interface com.vaadin.hilla.engine.commandrunner.CommandRunner
Fetches the Java executable path that initiated the current java process
getCurrentRequest() - Static method in class com.vaadin.flow.server.VaadinService
Gets the currently processed Vaadin request.
getCurrentResponse() - Static method in class com.vaadin.flow.server.VaadinService
Gets the currently processed Vaadin response.
getCurrentResponse() - Static method in class com.vaadin.flow.server.VaadinServletService
 
getCurrentServletRequest() - Static method in class com.vaadin.flow.server.VaadinServletService
 
getCurrentUrl() - Method in class com.vaadin.testbench.TestBenchDriverProxy
 
getCurrentView() - Method in class com.vaadin.flow.component.UI
Returns the currently active route aka navigation target shown in this UI.
getCurrentView() - Method in class com.vaadin.testbench.unit.BaseUIUnitTest
Get the current view instance that is shown on the ui.
getCursor() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.DataSeriesItem
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.DragHandle
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.GuideBoxDefaultState
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getCurveFactor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getCustom() - Method in class com.vaadin.flow.component.charts.model.GanttSeriesItem
getCustom() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
getCustomFormArea() - Method in class com.vaadin.flow.component.login.LoginOverlay
Gets the object from which components can be added or removed from the overlay custom form area.
getCustomMessage() - Method in class com.vaadin.flow.router.ErrorParameter
Get the set custom message.
getCx() - Method in class com.vaadin.flow.component.charts.model.style.GradientColor.RadialGradient
 
getCy() - Method in class com.vaadin.flow.component.charts.model.style.GradientColor.RadialGradient
 
getDashStyle() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getDashStyle() - Method in class com.vaadin.flow.component.charts.model.ConnectorStyle
 
getDashStyle() - Method in class com.vaadin.flow.component.charts.model.Crosshair
 
getDashStyle() - Method in class com.vaadin.flow.component.charts.model.PlotLine
 
getDashStyle() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getDashStyle() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getDashStyle() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getDashStyle() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getDashStyle() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getDashStyle() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getDashStyle() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getDashStyle() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getDashStyle() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getDashStyle() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getDashStyle() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getDashStyle() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getDashStyle() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getDashStyle() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getDashStyle() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getDashStyle() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getDashStyle() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getDashStyle() - Method in class com.vaadin.flow.component.charts.model.Zones
 
getData() - Method in class com.vaadin.base.devserver.DebugWindowMessage
 
getData() - Method in class com.vaadin.flow.component.charts.events.ChartAddSeriesEvent
Gets the series data
getData() - Method in class com.vaadin.flow.component.charts.model.DataSeries
Return an unmodifiable list of the data items in this series.
getData() - Method in class com.vaadin.flow.component.charts.model.GanttSeries
Return an unmodifiable copy of the items in this series.
getData() - Method in class com.vaadin.flow.component.charts.model.HeatSeries
 
getData() - Method in class com.vaadin.flow.component.charts.model.ListSeries
 
getData() - Method in class com.vaadin.flow.component.charts.model.NodeSeries
 
getData() - Method in class com.vaadin.flow.component.charts.model.TreeSeries
Return an unmodifiable copy of the items in this series.
getData() - Method in class com.vaadin.flow.component.grid.Grid.UpdateQueue
getData() - Method in class com.vaadin.flow.component.html.HtmlObject
Gets the "data" attribute value.
getData() - Method in class com.vaadin.flow.component.internal.CompositionEvent
Gets the string being composed.
getData(Component, Class<T>) - Static method in class com.vaadin.flow.component.ComponentUtil
Gets a data instance with the given type, or null if there is no such instance.
getData(Component, String) - Static method in class com.vaadin.flow.component.ComponentUtil
Gets a data instance with the given key, or null if no data has been set for that key.
getDataCell(int) - Method in class com.vaadin.flow.component.html.NativeTableRow
Returns the data cell at a given position relative to other data cells.
getDataCells() - Method in class com.vaadin.flow.component.html.NativeTableRow
Returns a list of all data cells in this row.
getDataCommunicator() - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
Accesses the data communicator that is managed by the data controller
getDataCommunicator() - Method in class com.vaadin.flow.component.grid.Grid
Returns the data communicator of this Grid.
getDataCommunicator() - Method in class com.vaadin.flow.component.treegrid.TreeGrid
 
getDataCommunicator() - Method in class com.vaadin.flow.component.virtuallist.VirtualList
Returns the data communicator of this list.
getDataCommunicator() - Method in class com.vaadin.flow.data.provider.AbstractLazyDataView
Returns the data communicator for the component and checks that the data provider is of the correct type.
getDataController() - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
Accesses the data controller that is managing data communication with the web component
getDataDir() - Method in class com.vaadin.collaborationengine.CollaborationEngineConfiguration
Deprecated, for removal: This API element is subject to removal in a future version.
the data-directory is not used since 6.3
getDataExpressions(Class<? extends ComponentEvent<?>>) - Method in class com.vaadin.flow.component.internal.EventDataCache
Gets the cached data expressions for the given event type.
getDataGenerator() - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
Accesses the data generator that is managed by the data controller
getDataGenerator() - Method in interface com.vaadin.flow.data.renderer.Rendering
Gets a DataGenerator associated with the renderer.
getDataGrouping() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getDataGrouping() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getDataGrouping() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getDataGrouping() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getDataGrouping() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getDataGrouping() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getDataGrouping() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getDataGrouping() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getDataGrouping() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getDataGrouping() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getDataGrouping() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getDataGrouping() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getDataGrouping() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getDataGrouping() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getDataGrouping() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getDataGrouping() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getDataGrouping() - Method in class com.vaadin.flow.component.charts.model.RangeSelectorButton
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.DataSeriesItem
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.Level
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.Node
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.NodeSeriesItem
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getDataProvider() - Method in class com.vaadin.flow.component.charts.model.DataProviderSeries
Returns the underlying data provider.
getDataProvider() - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
Gets the data provider used by this CheckboxGroup.
getDataProvider() - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
Gets the data provider used by this ComboBox.
getDataProvider() - Method in class com.vaadin.flow.component.crud.Crud
Gets the data provider supplying the grid data.
getDataProvider() - Method in class com.vaadin.flow.component.crud.CrudGrid
Gets the data provider set to the grid.
getDataProvider() - Method in class com.vaadin.flow.component.grid.Grid
Returns the data provider of this grid.
getDataProvider() - Method in class com.vaadin.flow.component.listbox.ListBoxBase
Gets the data provider used by this ListBox.
getDataProvider() - Method in class com.vaadin.flow.component.radiobutton.RadioButtonGroup
Gets the data provider used by this RadioButtonGroup.
getDataProvider() - Method in class com.vaadin.flow.component.select.Select
Gets the data provider used by this Select.
getDataProvider() - Method in class com.vaadin.flow.component.treegrid.TreeGrid
 
getDataProvider() - Method in class com.vaadin.flow.component.virtuallist.VirtualList
Returns the data provider of this list.
getDataProvider() - Method in class com.vaadin.flow.data.provider.AbstractListDataView
 
getDataProvider() - Method in class com.vaadin.flow.data.provider.DataCommunicator
Gets the current data provider from this DataCommunicator.
getDataProvider() - Method in interface com.vaadin.flow.data.provider.hierarchy.HasHierarchicalDataProvider
 
getDataProvider() - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalDataCommunicator
 
getDataProvider() - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchyMapper
Gets the HierarchicalDataProvider for this HierarchyMapper.
getDataProviderSize() - Method in class com.vaadin.flow.data.provider.DataCommunicator
Getter method for determining the item count of the data.
getDataProviderSize() - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalDataCommunicator
 
getDataTransferData() - Method in class com.vaadin.flow.component.grid.dnd.GridDropEvent
Get all of the transfer data from the DataTransfer object.
getDataTransferData(String) - Method in class com.vaadin.flow.component.grid.dnd.GridDropEvent
Get data from the DataTransfer object.
getDataTransferText() - Method in class com.vaadin.flow.component.grid.dnd.GridDropEvent
Get data of any of the types "text", "Text" or "text/plain".
getDate() - Method in class com.vaadin.flow.component.datepicker.testbench.DatePickerElement
Gets the selected date
getDate() - Method in class com.vaadin.flow.component.datetimepicker.testbench.DateTimePickerElement
Gets the selected date
getDateAriaLabel() - Method in class com.vaadin.flow.component.datetimepicker.DateTimePicker
Gets the aria-label suffix for the date picker.
getDateFormats() - Method in class com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n
Get the list of custom date formats that are used for formatting the date displayed in the text field, and for parsing the user input
getDateHeader(String) - Method in interface com.vaadin.flow.server.VaadinRequest
Returns the value of the specified request header as a long value that represents a Date object.
getDateLabel() - Method in class com.vaadin.flow.component.datetimepicker.DateTimePicker.DateTimePickerI18n
Gets the aria-label suffix for the date picker.
getDatePickerI18n() - Method in class com.vaadin.flow.component.datetimepicker.DateTimePicker
Gets the internationalization object previously set for this component.
getDatePlaceholder() - Method in class com.vaadin.flow.component.datetimepicker.DateTimePicker
Gets the placeholder string of the date field.
getDatePresentation() - Method in class com.vaadin.flow.component.datetimepicker.testbench.DateTimePickerElement
Gets the visible presentation value from the inner DatePicker as a string.
getDateTime() - Method in class com.vaadin.flow.component.datetimepicker.testbench.DateTimePickerElement
Gets the selected date time
getDateTimeLabelFormats() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getDateTimeLabelFormats() - Method in class com.vaadin.flow.component.charts.model.DataGrouping
 
getDateTimeLabelFormats() - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
 
getDateTimeLabelFormats() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getDateTimeLabelFormats() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getDateTimeLabelFormats() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getDateTimeLabelFormats() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getDay() - Method in class com.vaadin.flow.component.charts.model.DateTimeLabelFormats
 
getDebouncePhases() - Method in interface com.vaadin.flow.dom.DomListenerRegistration
Gets the debouncing phases for which this listener should be triggered.
getDebounceTimeout() - Method in interface com.vaadin.flow.dom.DomListenerRegistration
Gets the debounce timeout that is configured by debounce or throttle.
getDecimalPoint() - Method in class com.vaadin.flow.component.charts.model.Lang
 
getDefault() - Static method in class com.vaadin.flow.component.charts.model.ChartType
 
getDefault() - Static method in class com.vaadin.hilla.engine.EngineConfiguration
 
getDefaultCapabilities() - Static method in class com.vaadin.testbench.browser.CapabilitiesUtil
 
getDefaultCapabilities() - Static method in class com.vaadin.testbench.parallel.ParallelTest
 
getDefaultColumnFactory() - Method in class com.vaadin.flow.component.grid.Grid
Gives a reference to the column factory.
getDefaultFilter() - Static method in class com.vaadin.flow.data.binder.PropertyFilterDefinition
Get the default nested property filtering conditions.
getDefaultHeaderRow() - Method in class com.vaadin.flow.component.grid.Grid
 
getDefaultHorizontalComponentAlignment() - Method in class com.vaadin.flow.component.orderedlayout.VerticalLayout
Gets the default horizontal alignment used by all components without individual alignments inside the layout.
getDefaultHttpSecurityPermitMatcher() - Static method in class com.vaadin.flow.spring.security.VaadinWebSecurity
Matcher for framework internal requests.
getDefaultHttpSecurityPermitMatcher(String) - Static method in class com.vaadin.flow.spring.security.VaadinWebSecurity
Matcher for framework internal requests, with Vaadin servlet mapped on the given path.
getDefaultImplementations() - Static method in class com.vaadin.flow.di.LookupInitializer
Returns the default implementation classes included.
getDefaultPackageJson(Options, FrontendDependenciesScanner, ObjectNode) - Static method in class com.vaadin.flow.server.frontend.BundleValidationUtil
 
getDefaultState() - Method in class com.vaadin.flow.component.charts.model.GuideBox
 
getDefaultTranslationLocales(ClassLoader) - Static method in class com.vaadin.flow.i18n.I18NUtil
Check that we have the translation folder DefaultI18NProvider.BUNDLE_FOLDER and collect all translation properties files.
getDefaultValidator() - Method in class com.vaadin.flow.component.checkbox.Checkbox
 
getDefaultValidator() - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
 
getDefaultValidator() - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
 
getDefaultValidator() - Method in class com.vaadin.flow.component.datepicker.DatePicker
 
getDefaultValidator() - Method in class com.vaadin.flow.component.datetimepicker.DateTimePicker
 
getDefaultValidator() - Method in class com.vaadin.flow.component.radiobutton.RadioButtonGroup
 
getDefaultValidator() - Method in class com.vaadin.flow.component.select.Select
 
getDefaultValidator() - Method in class com.vaadin.flow.component.textfield.AbstractNumberField
 
getDefaultValidator() - Method in class com.vaadin.flow.component.textfield.BigDecimalField
 
getDefaultValidator() - Method in class com.vaadin.flow.component.textfield.EmailField
 
getDefaultValidator() - Method in class com.vaadin.flow.component.textfield.PasswordField
 
getDefaultValidator() - Method in class com.vaadin.flow.component.textfield.TextArea
 
getDefaultValidator() - Method in class com.vaadin.flow.component.textfield.TextField
 
getDefaultValidator() - Method in class com.vaadin.flow.component.timepicker.TimePicker
 
getDefaultValidator() - Method in interface com.vaadin.flow.data.binder.HasValidator
Returns a validator that checks the state of the Value.
getDefaultValue() - Method in class com.vaadin.flow.server.webcomponent.PropertyData
Getter for the initial value if given.
getDefaultVerticalComponentAlignment() - Method in class com.vaadin.flow.component.orderedlayout.HorizontalLayout
Gets the default vertical alignment used by all components without individual alignments inside the layout.
getDefaultWebSecurityIgnoreMatcher() - Static method in class com.vaadin.flow.spring.security.VaadinWebSecurity
Matcher for Vaadin static (public) resources.
getDefaultWebSecurityIgnoreMatcher(String) - Static method in class com.vaadin.flow.spring.security.VaadinWebSecurity
Matcher for Vaadin static (public) resources, with Vaadin servlet mapped on the given path.
getDefer() - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
 
getDefer() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getDefer() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getDefer() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getDelegate() - Method in class com.vaadin.hilla.signals.ListSignal
 
getDelegate() - Method in class com.vaadin.hilla.signals.NumberSignal
 
getDelegate() - Method in class com.vaadin.hilla.signals.Signal
 
getDelegate() - Method in class com.vaadin.hilla.signals.ValueSignal
 
getDelete() - Method in class com.vaadin.flow.component.crud.CrudI18n.Confirmations
Gets the delete confirmation dialog
getDeleteButton() - Method in class com.vaadin.flow.component.crud.Crud
Gets the Crud editor delete button
getDeleteItem() - Method in class com.vaadin.flow.component.crud.CrudI18n
Gets the delete button text
getDependencies() - Method in class com.vaadin.flow.component.charts.model.GanttSeriesItem
 
getDependencies(VaadinService, Class<? extends Component>) - Static method in class com.vaadin.flow.component.ComponentUtil
Gets the dependencies for the given class, defined using annotations ( JavaScript, StyleSheet and Uses).
getDependencies(T) - Method in class com.vaadin.flow.component.internal.DependencyTreeCache
Collects all transitive dependencies of the given node, including the node itself.
getDependencyFilters() - Method in class com.vaadin.flow.server.VaadinService
Gets the filters which all resource dependencies are passed through before being sent to the client for loading.
getDependencyFilters(Stream<DependencyFilter>) - Method in interface com.vaadin.flow.di.Instantiator
Processes the available dependency filters.
getDependencyInfo(VaadinService) - Method in class com.vaadin.flow.component.internal.ComponentMetaData
Gets the dependencies, defined using annotations (JsModule, JavaScript, StyleSheet and Uses).
getDependencyList() - Method in class com.vaadin.flow.component.internal.UIInternals
Returns the helper which handles loading of dependencies (css, js).
getDependencyTriggers() - Method in class com.vaadin.flow.server.frontend.scanner.ChunkInfo
 
getDependencyTriggers() - Method in class com.vaadin.flow.server.frontend.scanner.EntryPointData
 
getDeploymentConfiguration() - Method in class com.vaadin.flow.server.VaadinService
Gets the deployment configuration.
getDepth() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getDepth() - Method in class com.vaadin.flow.component.charts.model.Options3d
 
getDepth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getDepth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getDepth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getDepth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getDepth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getDepth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getDepth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getDepth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getDepth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getDepth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getDepth() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getDepth(T) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalDataCommunicator
Returns depth of item in the tree starting from zero representing a root.
getDepth(T) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchyMapper
Returns depth of item in the tree starting from zero representing a root.
getDesciptions() - Method in class com.vaadin.flow.component.html.testbench.DescriptionListTester
Get all descriptions of DescriptionList.
getDescribeSingleSeries() - Method in class com.vaadin.flow.component.charts.model.Accessibility
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.DataSeriesItem
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.GanttSeriesItem
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.Node
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.NodeSeriesItem
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getDescription() - Method in class com.vaadin.flow.component.login.LoginI18n.Header
 
getDescription() - Method in class com.vaadin.flow.component.login.LoginOverlay
 
getDescription() - Method in class com.vaadin.flow.component.login.testbench.LoginOverlayElement
Returns the description displayed in the login element
getDescription() - Method in class com.vaadin.flow.server.PwaConfiguration
Gets the application description.
getDescriptor() - Method in class com.vaadin.flow.data.binder.AbstractBeanPropertyDefinition
Gets the property descriptor of this instance.
getDeselected() - Method in class com.vaadin.flow.component.combobox.MultiSelectComboBoxI18n
The text that is announced by screen readers when an item is removed from the selection.
getDesiredCapabilities() - Method in class com.vaadin.testbench.browser.BrowserExtension
 
getDesiredCapabilities() - Method in enum class com.vaadin.testbench.parallel.Browser
 
getDesiredCapabilities() - Method in class com.vaadin.testbench.parallel.ParallelTest
Gets the DesiredCapabilities (usually browser name and version)
getDesiredCapabilities() - Method in class com.vaadin.testbench.parallel.setup.SetupDriver
Used to determine which capabilities should be used when setting up a WebDriver for this test.
getDesiredCapabilities(ExtensionContext) - Static method in class com.vaadin.testbench.browser.CapabilitiesUtil
 
getDetail() - Method in class com.vaadin.flow.component.combobox.ComboBoxBase.CustomValueSetEvent
 
getDetail() - Method in exception com.vaadin.hilla.exception.EndpointException
Gets the detail of the exception, if provided by user, null otherwise.
getDetails() - Method in class com.vaadin.flow.component.grid.testbench.GridTRElement
Gets the row details for this row.
getDetailsRow() - Method in class com.vaadin.flow.component.grid.testbench.GridTRElement
Gets the details container for this row.
getDevBundleFolder(File, String) - Static method in class com.vaadin.flow.server.frontend.DevBundleUtils
Get the folder where an application specific bundle is stored.
getDevicePixelRatio() - Method in class com.vaadin.flow.component.page.ExtendedClientDetails
Gets the device pixel ratio, window.devicePixelRatio.
getDevmode() - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties
Gets the devmode specific configuration.
getDevModeHandler() - Method in class com.vaadin.base.devserver.DevModeHandlerManagerImpl
 
getDevModeHandler() - Method in interface com.vaadin.flow.internal.DevModeHandlerManager
Returns a DevModeHandler instance for the given service.
getDevModeHandler(VaadinContext) - Static method in interface com.vaadin.flow.internal.DevModeHandlerManager
Gets the DevModeHandler.
getDevModeHandler(VaadinService) - Static method in interface com.vaadin.flow.internal.DevModeHandlerManager
Gets the DevModeHandler.
getDevPackages() - Method in class com.vaadin.flow.server.frontend.scanner.FrontendDependencies
 
getDevPackages() - Method in interface com.vaadin.flow.server.frontend.scanner.FrontendDependenciesScanner
Get all npm packages needed only for development.
getDevToolsInterface(AtmosphereResource) - Method in class com.vaadin.base.devserver.DebugWindowConnection
 
getDial() - Method in class com.vaadin.flow.component.charts.model.DataSeriesItem
Returns the current dial.
getDial() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getDialogText() - Method in interface com.vaadin.flow.component.ReconnectDialogConfiguration
Gets the text to show in the reconnect dialog when trying to re-establish the server connection.
getDialogText() - Method in class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap
 
getDialogTextGaveUp() - Method in interface com.vaadin.flow.component.ReconnectDialogConfiguration
Gets the text to show in the reconnect dialog after giving up trying to reconnect (ReconnectDialogConfiguration.getReconnectAttempts() reached).
getDialogTextGaveUp() - Method in class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap
 
getDirection() - Method in class com.vaadin.flow.data.provider.SortOrder
Sorting direction.
getDisable() - Method in class com.vaadin.hilla.engine.GeneratorConfiguration.Plugins
 
getDisabledOptions() - Method in class com.vaadin.hilla.engine.GeneratorConfiguration.Plugins
 
getDisabledOptions() - Method in class com.vaadin.hilla.engine.ParserConfiguration.Plugins
 
getDisabledUpdateMode() - Method in class com.vaadin.flow.component.ShortcutRegistration
Returns whether this listener will be called even in cases when the component is disabled.
getDisabledUpdateMode() - Method in interface com.vaadin.flow.internal.nodefeature.ReturnChannelRegistration
Gets the setting for whether this channel will receive updates in case the state node is disabled.
getDisabledUpdateMode(String) - Method in class com.vaadin.flow.internal.nodefeature.AbstractServerHandlers
Gets RPC control mode from the client side to the server side for disabled element.
getDismiss() - Method in class com.vaadin.flow.component.crud.CrudI18n.Confirmations.Confirmation.Button
Gets the dismiss text
getDismissLabel() - Method in class com.vaadin.flow.component.cookieconsent.testbench.CookieConsentElement
 
getDismissLinkElement() - Method in class com.vaadin.flow.component.cookieconsent.testbench.CookieConsentElement
 
getDisplay() - Method in class com.vaadin.flow.server.PwaConfiguration
Gets the the developers? preferred display mode for the website.
getDisplayName() - Method in class com.vaadin.testbench.unit.mocks.MockWebApplicationContext
 
getDisplayNegative() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getDistance() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getDistance() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getDistance() - Method in class com.vaadin.flow.component.charts.model.Labels
 
getDocument() - Method in class com.vaadin.flow.server.communication.IndexHtmlResponse
Get the index.html response in form of a Document instance.
getDomain() - Method in class com.vaadin.flow.server.PwaIcon
Gets the icon PwaIcon.Domain.
getDomAttribute(String) - Method in class com.vaadin.testbench.TestBenchElement
 
getDomProperty(String) - Method in class com.vaadin.testbench.TestBenchElement
 
getDownloadJPEG() - Method in class com.vaadin.flow.component.charts.model.Lang
 
getDownloadPDF() - Method in class com.vaadin.flow.component.charts.model.Lang
 
getDownloadPNG() - Method in class com.vaadin.flow.component.charts.model.Lang
 
getDownloadSVG() - Method in class com.vaadin.flow.component.charts.model.Lang
 
getDragData() - Method in interface com.vaadin.flow.component.dnd.DragSource
Get server side drag data.
getDragData() - Method in class com.vaadin.flow.component.dnd.DropEvent
Gets the server side drag data.
getDragDrop() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getDragFilter() - Method in class com.vaadin.flow.component.grid.Grid
Gets the active drag filter.
getDraggableElement() - Method in interface com.vaadin.flow.component.dnd.DragSource
Returns the element where the draggable attribute is applied, making it draggable by the user.
getDraggableEnd() - Method in class com.vaadin.flow.component.charts.model.DragDrop
 
getDraggableStart() - Method in class com.vaadin.flow.component.charts.model.DragDrop
 
getDraggableX() - Method in class com.vaadin.flow.component.charts.model.DragDrop
 
getDraggableX1() - Method in class com.vaadin.flow.component.charts.model.DragDrop
 
getDraggableX2() - Method in class com.vaadin.flow.component.charts.model.DragDrop
 
getDraggableY() - Method in class com.vaadin.flow.component.charts.model.DragDrop
 
getDraggedItems() - Method in class com.vaadin.flow.component.grid.dnd.GridDragStartEvent
Get the dragged row items.
getDragHandle() - Method in class com.vaadin.flow.component.charts.model.DragDrop
 
getDragImage() - Method in interface com.vaadin.flow.component.dnd.DragSource
Get server side drag image.
getDragMaxX() - Method in class com.vaadin.flow.component.charts.model.DragDrop
 
getDragMaxY() - Method in class com.vaadin.flow.component.charts.model.DragDrop
 
getDragMinX() - Method in class com.vaadin.flow.component.charts.model.DragDrop
 
getDragMinY() - Method in class com.vaadin.flow.component.charts.model.DragDrop
 
getDragPrecisionX() - Method in class com.vaadin.flow.component.charts.model.DragDrop
 
getDragPrecisionY() - Method in class com.vaadin.flow.component.charts.model.DragDrop
 
getDragSensitivity() - Method in class com.vaadin.flow.component.charts.model.DragDrop
 
getDragSourceComponent() - Method in interface com.vaadin.flow.component.dnd.DragSource
Returns the drag source component.
getDragSourceComponent() - Method in class com.vaadin.flow.component.dnd.DropEvent
Returns the drag source component if the drag originated from a component in the same UI as the drop target component, or an empty optional.
getDrawer() - Method in class com.vaadin.flow.component.applayout.AppLayout.AppLayoutI18n
Gets the text for the `aria-label` attribute on the drawer.
getDrawerToggle() - Method in class com.vaadin.flow.component.applayout.testbench.AppLayoutElement
 
getDrilldown() - Method in class com.vaadin.flow.component.charts.events.DrilldownEvent
Gets the name of the drilldown
getDrilldown() - Method in class com.vaadin.flow.component.charts.model.Configuration
Configuration options for drill down, the concept of inspecting increasingly high resolution data through clicking on chart items like columns or pie slices.
getDrilldownCallback() - Method in class com.vaadin.flow.component.charts.Chart
 
getDrillUpButton() - Method in class com.vaadin.flow.component.charts.model.Drilldown
 
getDrillUpText() - Method in class com.vaadin.flow.component.charts.model.Lang
 
getDriver() - Method in class com.vaadin.testbench.AbstractBrowserDriverTestBase
Returns the WebDriver instance or (if the previously provided WebDriver instance was not already a TestBenchDriverProxy instance) a TestBenchDriverProxy that wraps that driver.
getDriver() - Method in class com.vaadin.testbench.AbstractBrowserTestBase
Returns the WebDriver instance or (if the previously provided WebDriver instance was not already a TestBenchDriverProxy instance) a TestBenchDriverProxy that wraps that driver.
getDriver() - Method in class com.vaadin.testbench.browser.BrowserExtension
Returns active WebDriver that used by this test case.
getDriver() - Method in class com.vaadin.testbench.commands.TestBenchCommandExecutor
Return a reference to the WebDriver instance associated with this TestBenchCommandExecutor
getDriver() - Method in interface com.vaadin.testbench.HasDriver
Return the WebDriver instance associated with the implementing class instance.
getDriver() - Method in class com.vaadin.testbench.TestBenchElement
 
getDriver() - Method in class com.vaadin.testbench.TestBenchTestCase
Returns the WebDriver instance previously specified by TestBenchTestCase.setDriver(org.openqa.selenium.WebDriver), or (if the previously provided WebDriver instance was not already a TestBenchDriverProxy instance) a TestBenchDriverProxy that wraps that driver.
getDropEffect() - Method in class com.vaadin.flow.component.dnd.DragEndEvent
Get drop effect of the dragend event.
getDropEffect() - Method in class com.vaadin.flow.component.dnd.DropEvent
Get the desired dropEffect for the drop event.
getDropEffect() - Method in interface com.vaadin.flow.component.dnd.DropTarget
Returns the drop effect for the current drop target.
getDropFiles() - Method in class com.vaadin.flow.component.upload.UploadI18N
Get drop translation.
getDropFilter() - Method in class com.vaadin.flow.component.grid.Grid
Gets the active drop filter.
getDropLabel() - Method in class com.vaadin.flow.component.upload.Upload
Get the component set as the drop label.
getDropLabelIcon() - Method in class com.vaadin.flow.component.upload.Upload
Get the component set as the drop label icon.
getDropLocation() - Method in class com.vaadin.flow.component.grid.dnd.GridDropEvent
Get the location of the drop within the row.
getDropMode() - Method in class com.vaadin.flow.component.grid.Grid
Gets the drop mode of this drop target.
getDropTargetComponent() - Method in interface com.vaadin.flow.component.dnd.DropTarget
Returns the drop target component.
getDropTargetItem() - Method in class com.vaadin.flow.component.grid.dnd.GridDropEvent
Get the row the drop happened on.
getDSTSavings() - Method in class com.vaadin.flow.component.page.ExtendedClientDetails
Returns the offset in milliseconds between the browser's GMT TimeZone and DST.
getDuration() - Method in class com.vaadin.flow.component.notification.Notification
The duration in milliseconds to show the notification.
getDynamicContentHandler() - Method in class com.vaadin.flow.component.grid.contextmenu.GridContextMenu
Gets the callback function that is executed before the context menu is opened.
getDynamicTitle(UI) - Static method in class com.vaadin.flow.router.internal.RouteUtil
Get optional dynamic page title from the active router targets chain of a given UI instance.
getEdgeColor() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getEdgeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getEdgeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getEdgeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getEdgeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getEdgeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getEdgeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getEdgeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getEdgeWidth() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getEdgeWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getEdgeWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getEdgeWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getEdgeWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getEdgeWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getEdgeWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getEdgeWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getEditItem() - Method in class com.vaadin.flow.component.crud.CrudI18n
Gets the edit editor title text
getEditLabel() - Method in class com.vaadin.flow.component.crud.CrudI18n
Gets the edit button aria label
getEditOnClick() - Method in class com.vaadin.flow.component.gridpro.GridPro
Gets the value of the webcomponent's property editOnClick.
getEditor() - Method in class com.vaadin.flow.component.crud.Crud
Gets the crud editor.
getEditor() - Method in class com.vaadin.flow.component.crud.testbench.CrudElement
Gets the open editor overlay
getEditor() - Method in class com.vaadin.flow.component.grid.Grid
Gets the editor.
getEditor() - Method in class com.vaadin.flow.component.richtexteditor.testbench.RichTextEditorElement
 
getEditorCancelButton() - Method in class com.vaadin.flow.component.crud.testbench.CrudElement
Gets the editor cancel button
getEditorComponent() - Method in class com.vaadin.flow.component.grid.Grid.Column
Gets the editor component that is used for this column.
getEditorDeleteButton() - Method in class com.vaadin.flow.component.crud.testbench.CrudElement
Gets the editor delete button
getEditorField() - Method in class com.vaadin.flow.component.gridpro.GridPro.EditColumn
 
getEditorPosition() - Method in class com.vaadin.flow.component.crud.Crud
Gets the current editor position on the desktop screen.
getEditorPosition() - Method in class com.vaadin.flow.component.crud.testbench.CrudElement
Gets the editor position selected for the CRUD Possible values are "" (default), "bottom" and "aside"
getEditorSaveButton() - Method in class com.vaadin.flow.component.crud.testbench.CrudElement
Gets the editor save button
getEditorType() - Method in class com.vaadin.flow.component.gridpro.GridPro.EditColumn
Gets the type of the editor that is used for modifying cell value.
getEffectAllowed() - Method in interface com.vaadin.flow.component.dnd.DragSource
Returns the allowed effects for the current drag source element.
getEffectAllowed() - Method in class com.vaadin.flow.component.dnd.DropEvent
Get the effectAllowed set by the drag source.
getElement() - Method in class com.vaadin.flow.component.Component
Gets the low level root element of this component.
getElement() - Method in class com.vaadin.flow.component.Composite
Gets the root element of this composite.
getElement() - Method in class com.vaadin.flow.component.dialog.Dialog.DialogFooter
 
getElement() - Method in interface com.vaadin.flow.component.dnd.DragSource
 
getElement() - Method in interface com.vaadin.flow.component.dnd.DropTarget
Returns the element which is made as a drop target in the UI.
getElement() - Method in class com.vaadin.flow.component.grid.Grid.Column
Gets the underlying <vaadin-grid-column> element.
getElement() - Method in class com.vaadin.flow.component.grid.Grid.UpdateQueue
 
getElement() - Method in class com.vaadin.flow.component.grid.GridArrayUpdater.UpdateQueueData
 
getElement() - Method in interface com.vaadin.flow.component.HasElement
Gets the element associated with this instance.
getElement() - Method in class com.vaadin.flow.component.template.internal.AbstractInjectableElementInitializer
Returns server side element to initialize.
getElement() - Method in class com.vaadin.flow.component.UI
Gets the element for this UI.
getElement() - Method in class com.vaadin.flow.server.ErrorEvent
Get the Element that the error was thrown for.
getElementsInSlot(HasElement, String) - Static method in class com.vaadin.flow.component.shared.SlotUtils
Gets all the child elements of the parent that are in the specified slot.
getEmbeddedApplicationAnnotation(Class<T>) - Method in class com.vaadin.flow.server.webcomponent.WebComponentConfigurationRegistry
Returns configuration annotation for embedded application.
getEmptySelectionCaption() - Method in class com.vaadin.flow.component.select.Select
 
getEmptyStateComponent() - Method in class com.vaadin.flow.component.grid.Grid
Returns the component that is displayed when the grid is empty.
getEmptyStateContent() - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Gets the empty state content.
getEmptyStateText() - Method in class com.vaadin.flow.component.grid.Grid
Returns the text that is displayed when the grid is empty.
getEmptyValue() - Method in class com.vaadin.flow.component.AbstractCompositeField
 
getEmptyValue() - Method in class com.vaadin.flow.component.AbstractField
 
getEmptyValue() - Method in class com.vaadin.flow.component.combobox.ComboBox
 
getEmptyValue() - Method in interface com.vaadin.flow.component.HasValue
Returns the value that represents an empty value.
getEmptyValue() - Method in class com.vaadin.flow.component.internal.AbstractFieldSupport
Delegate method for HasValue.getEmptyValue().
getEmptyValue() - Method in class com.vaadin.flow.component.textfield.AbstractNumberField
Returns the value that represents an empty value.
getEmptyValue() - Method in class com.vaadin.flow.component.textfield.BigDecimalField
 
getEmptyValue() - Method in class com.vaadin.flow.component.textfield.EmailField
 
getEmptyValue() - Method in class com.vaadin.flow.component.textfield.PasswordField
 
getEmptyValue() - Method in class com.vaadin.flow.component.textfield.TextArea
 
getEmptyValue() - Method in class com.vaadin.flow.component.textfield.TextField
 
getEmptyValue() - Method in class com.vaadin.flow.data.binder.ReadOnlyHasValue
 
getEmptyValue() - Method in interface com.vaadin.flow.data.selection.MultiSelect
MultiSelect empty value should always be an empty set by default and not null.
getEnabled() - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.Accessibility
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.AxisGrid
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.ChartConnectors
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.ContextButton
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.Credits
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.CrosshairLabel
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.DataGrouping
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.Exporting
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.Hover
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.Inactive
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.KeyboardNavigation
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.Labels
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.LegendNavigation
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.Marker
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.Navigator
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.Options3d
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.RangeSelector
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.Scrollbar
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.Select
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.StackLabels
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getEnableHelperMessage(Feature) - Method in class com.vaadin.experimental.FeatureFlags
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getEnd() - Method in class com.vaadin.flow.component.charts.events.PointDragEvent
 
getEnd() - Method in class com.vaadin.flow.component.charts.events.PointDragStartEvent
 
getEnd() - Method in class com.vaadin.flow.component.charts.events.PointDropEvent
 
getEnd() - Method in class com.vaadin.flow.component.charts.model.GanttSeriesItem
 
getEnd() - Method in class com.vaadin.flow.internal.Range
Returns the exclusive end point of this range.
getEndAngle() - Method in class com.vaadin.flow.component.charts.model.Pane
 
getEndAngle() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getEndMarker() - Method in class com.vaadin.flow.component.charts.model.ConnectorStyle
 
getEndOnTick() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getEndOnTick() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getEndOnTick() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getEndOnTick() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getEndpointAnnotations() - Method in class com.vaadin.hilla.engine.EngineConfiguration
 
getEndpointAnnotations() - Method in class com.vaadin.hilla.engine.ParserConfiguration
 
getEndpointExposedAnnotations() - Method in class com.vaadin.hilla.engine.EngineConfiguration
 
getEndpointExposedAnnotations() - Method in class com.vaadin.hilla.engine.ParserConfiguration
 
getEndpointName() - Method in class com.vaadin.hilla.push.messages.fromclient.SubscribeMessage
 
getEndpointObject() - Method in class com.vaadin.hilla.EndpointRegistry.VaadinEndpointData
 
getEndpointPrefix() - Method in class com.vaadin.hilla.EndpointProperties
Customize the prefix for all Vaadin endpoints.
getEndpoints() - Method in class com.vaadin.hilla.EndpointRegistry
Gets all registered endpoints.
getEndpointType() - Method in interface com.vaadin.hilla.endpointransfermapper.EndpointTransferMapper.Mapper
Returns the type used in the endpoint.
getEndpointType() - Method in class com.vaadin.hilla.endpointransfermapper.PageableMapper
 
getEndpointType() - Method in class com.vaadin.hilla.endpointransfermapper.PageMapper
 
getEndpointType() - Method in class com.vaadin.hilla.endpointransfermapper.SortMapper
 
getEndpointType() - Method in class com.vaadin.hilla.endpointransfermapper.UUIDMapper
 
getEnforcementNotificationMessages(SystemMessagesInfo) - Method in interface com.vaadin.flow.server.dau.DAUCustomizer
Gets the enforcement messages to use in the given context.
getEnforcementNotificationMessages(VaadinRequest) - Static method in class com.vaadin.flow.server.dau.DAUUtils
Gets the enforcement messages for the given request.
getEnterNextRow() - Method in class com.vaadin.flow.component.gridpro.GridPro
Gets the value of the webcomponent's property enterNextRow.
getEntries() - Static method in class com.vaadin.flow.internal.UsageStatistics
Gets a stream of the current usage entries.
getEntries() - Method in class com.vaadin.hilla.signals.core.event.ListStateEvent
 
getEntry(UUID) - Method in class com.vaadin.hilla.signals.ListSignal
 
getEntryId() - Method in class com.vaadin.hilla.signals.core.event.ListStateEvent
 
getEntryPoints() - Method in class com.vaadin.flow.server.frontend.scanner.FrontendDependencies
Get all entryPoints in the application.
getEnvironment() - Method in class com.vaadin.testbench.unit.mocks.MockWebApplicationContext
 
getEqualityPredicate() - Method in interface com.vaadin.flow.data.binder.Binder.Binding
Used in comparison of the current value of a field with its initial value.
getEqualityPredicate() - Method in class com.vaadin.flow.data.binder.Binder.BindingImpl
 
getError() - Method in class com.vaadin.flow.component.charts.model.Exporting
 
getError() - Method in class com.vaadin.flow.component.upload.UploadI18N
Get error translations.
getError() - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading
Get upload error translations.
getErrorbar() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
getErrorComponent() - Method in class com.vaadin.flow.component.login.testbench.LoginFormElement
 
getErrorComponent() - Method in class com.vaadin.flow.component.login.testbench.LoginOverlayElement
 
getErrorHandler() - Method in class com.vaadin.flow.server.VaadinSession
Gets the session's error handler.
getErrorHint() - Method in class com.vaadin.flow.server.startup.AbstractAnnotationValidator
Returns a hint for the discovered validation errors.
getErrorHint() - Method in class com.vaadin.flow.server.startup.WebComponentExporterAwareValidator
 
getErrorLevel() - Method in interface com.vaadin.flow.data.binder.ValidationResult
Returns optional error level for this validation result.
getErrorLevel() - Method in class com.vaadin.flow.data.binder.ValidationResult.SimpleValidationResult
 
getErrorMessage() - Method in class com.vaadin.flow.component.customfield.testbench.CustomFieldElement
 
getErrorMessage() - Method in interface com.vaadin.flow.component.HasValidation
Gets current error message from the component.
getErrorMessage() - Method in class com.vaadin.flow.component.login.LoginI18n
 
getErrorMessage() - Method in class com.vaadin.flow.component.login.testbench.LoginFormElement
 
getErrorMessage() - Method in class com.vaadin.flow.component.login.testbench.LoginOverlayElement
 
getErrorMessage() - Method in interface com.vaadin.flow.component.shared.HasValidationProperties
Gets the error message displayed for all constraint violations if it has been set with HasValidationProperties.setErrorMessage(String).
getErrorMessage() - Method in class com.vaadin.flow.component.upload.FileRejectedEvent
Get the error message
getErrorMessage() - Method in interface com.vaadin.flow.data.binder.ValidationResult
Returns the result message.
getErrorMessage() - Method in class com.vaadin.flow.data.binder.ValidationResult.SimpleValidationResult
 
getErrorMessage() - Method in class com.vaadin.hilla.signals.operation.ValidationResult
 
getErrorMessage(ValueContext) - Method in class com.vaadin.flow.data.converter.AbstractStringToNumberConverter
Gets the error message to use when conversion fails.
getErrorMessageComponent() - Method in class com.vaadin.flow.component.checkbox.testbench.CheckboxGroupElement
Gets the slotted error message component for the element.
getErrorMessageTitle() - Method in class com.vaadin.flow.component.login.testbench.LoginFormElement
 
getErrorMessageTitle() - Method in class com.vaadin.flow.component.login.testbench.LoginOverlayElement
 
getErrorNavigationTarget(Exception) - Method in class com.vaadin.flow.router.Router
Get a registered navigation target for given exception.
getErrorNavigationTarget(Exception) - Method in interface com.vaadin.flow.server.ErrorRouteRegistry
Get a registered navigation target for given exception.
getErrorNavigationTarget(Exception) - Method in class com.vaadin.flow.server.startup.ApplicationRouteRegistry
 
getErrorParameter() - Method in class com.vaadin.flow.router.BeforeEvent
Get the set error parameter.
getErrorParameter() - Method in class com.vaadin.flow.router.ErrorNavigationEvent
Gets the ErrorParameter if set.
getErrorScreenshotFile(String) - Static method in class com.vaadin.testbench.screenshot.ImageFileUtil
 
getErrorScreenshotFile(String) - Method in class com.vaadin.testbench.screenshot.ImageFileUtil.ImageFileUtilImpl
 
getErrorScreenshotFile(ExtensionContext) - Method in class com.vaadin.testbench.ScreenshotOnFailureExtension
 
getErrorScreenshotFile(Description) - Method in class com.vaadin.testbench.ScreenshotOnFailureRule
 
getErrorThemeName(ErrorLevel) - Method in class com.vaadin.flow.data.binder.DefaultBinderValidationErrorHandler
Gets the theme name for the ErrorLevel.
getEventBus() - Method in class com.vaadin.flow.component.Component
Gets the event bus for this component.
getEventConstructor(Class<T>) - Static method in class com.vaadin.flow.component.ComponentEventBusUtil
Gets the constructor to use for firing a component event, of the given type, based on a DOM event.
getEventConstructor(Class<T>) - Method in class com.vaadin.flow.component.internal.EventDataCache
Gets the cached DOM event constructor for the given event type.
getEventData() - Method in class com.vaadin.flow.dom.DomEvent
Gets additional data related to the event.
getEventDataElement(String) - Method in class com.vaadin.flow.dom.DomEvent
Gets the closest Element corresponding to the given event data expression.
getEventDataExpressions(Class<? extends ComponentEvent<?>>) - Static method in class com.vaadin.flow.component.ComponentEventBusUtil
Gets a map of event data expression (for DomListenerRegistration.addEventData(String) ) to Java type, with the same order as the parameters for the event constructor (as returned by ComponentEventBusUtil.getEventConstructor(Class)).
getEventNames() - Method in class com.vaadin.flow.component.internal.ComponentMetaData.SynchronizedPropertyInfo
 
getEventTarget() - Method in class com.vaadin.flow.dom.DomEvent
Gets the closest Element that corresponds to the event.target for the DOM event.
getEventType() - Method in interface com.vaadin.flow.dom.DomListenerRegistration
Gets the event type that the listener is registered for.
getEventType() - Method in class com.vaadin.hilla.signals.core.event.ListStateEvent
 
getEventType() - Method in class com.vaadin.hilla.signals.core.event.StateEvent
Returns the type of the event.
getExactLocaleMatch(VaadinRequest, List<Locale>) - Static method in class com.vaadin.flow.internal.LocaleUtil
Get the exact locale match for the given request in the provided locales.
getException() - Method in class com.vaadin.flow.router.ErrorParameter
Get the error parameter exception.
getException() - Method in class com.vaadin.flow.server.communication.streaming.StreamingErrorEventImpl
 
getException() - Method in interface com.vaadin.flow.server.StreamVariable.StreamingErrorEvent
Get the exception that failed the stream.
getExceptionHandlerByClass(Class<?>) - Method in class com.vaadin.flow.router.internal.ConfiguredRoutes
Get a exception handler by exception class.
getExceptionHandlers() - Method in class com.vaadin.flow.router.internal.ConfiguredRoutes
Get all registered exception handlers as a exception-to-handler map.
getExceptionHandlers() - Method in class com.vaadin.flow.router.internal.ConfigureRoutes
Override so that the getters use the correct exception targets map for data.
getExcludedUrls(Environment) - Static method in class com.vaadin.flow.spring.VaadinConfigurationProperties
Gets the excluded URLs using the given environment.
getExcludeUrls() - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties
Get a list of URL patterns that are not handled by the Vaadin servlet when it is mapped to the context root.
getExecution() - Method in class com.vaadin.flow.internal.StateTree.BeforeClientResponseEntry
 
getExecutorService() - Method in class com.vaadin.collaborationengine.CollaborationEngineConfiguration
Gets the configured ExecutorService which will be used to dispatch actions asynchronously.
getExistingSession(VaadinRequest, boolean) - Method in class com.vaadin.flow.server.VaadinService
 
getExpandedItems() - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchyMapper
Returns the expanded items in form of an unmodifiable collection.
getExpandHorizontally() - Method in enum class com.vaadin.flow.component.combobox.MultiSelectComboBox.AutoExpandMode
Gets whether to expand horizontally.
getExpandToggleElement(int, int) - Method in class com.vaadin.flow.component.grid.testbench.TreeGridElement
Gets the 'vaadin-grid-tree-toggle' element for the given row.
getExpandVertically() - Method in enum class com.vaadin.flow.component.combobox.MultiSelectComboBox.AutoExpandMode
Gets whether to expand vertically.
getExpected() - Method in class com.vaadin.hilla.signals.core.event.StateEvent
Returns the expected value of the event if exists.
getExpirationTimeout() - Method in class com.vaadin.collaborationengine.CollaborationBinder
Gets the optional expiration timeout of this binder.
getExpirationTimeout() - Method in interface com.vaadin.collaborationengine.CollaborationList
Gets the optional expiration timeout of this list.
getExpirationTimeout() - Method in interface com.vaadin.collaborationengine.CollaborationMap
Gets the optional expiration timeout of this map.
getExpirationTimeout() - Method in class com.vaadin.collaborationengine.FormManager
Gets the optional expiration timeout of the field property data.
getExpirationTimeout() - Method in interface com.vaadin.collaborationengine.HasExpirationTimeout
Gets the optional expiration timeout of the data.
getExporterClass() - Method in interface com.vaadin.flow.component.webcomponent.WebComponentConfiguration
Retrieves the type of the WebComponentExporter from which this configuration has been generated.
getExporting() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getExpression() - Method in class com.vaadin.flow.component.internal.UIInternals.JavaScriptInvocation
Gets the JavaScript expression to invoke.
getExpression() - Method in class com.vaadin.testbench.ElementQuery.AttributeMatch
 
getExpressions(String) - Method in class com.vaadin.flow.internal.nodefeature.ElementListenerMap
Gets the event data expressions defined for the given event name.
getExtendedClientDetails() - Method in class com.vaadin.flow.component.internal.UIInternals
The extended client details, if obtained, are cached in this field.
getExtent() - Method in class com.vaadin.flow.component.map.configuration.View
Gets the extent (or bounding box) of the view's currently visible area.
getExtent() - Method in class com.vaadin.flow.component.map.events.MapViewMoveEndEvent
Gets the updated extent (or bounding box) of the View's currently visible area.
getExternalForwardUrl() - Method in class com.vaadin.flow.router.BeforeEvent
Gets the external forward url.
getExternalStatsUrl() - Method in interface com.vaadin.flow.function.DeploymentConfiguration
Get the url from where stats.json should be retrieved from.
getFactories(Set<Class<?>>) - Static method in class com.vaadin.flow.server.webcomponent.WebComponentExporterUtils
Returns exported web component factories based on exporters and factories types.
getFailedOutput() - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
 
getFailedOutput() - Method in class com.vaadin.base.devserver.DevBundleBuildingHandler
 
getFailedOutput() - Method in interface com.vaadin.flow.internal.DevModeHandler
Return the dev server console output when a compilation error happened.
getFallbackParser() - Method in class com.vaadin.flow.component.datepicker.DatePicker
Gets the parser that is used as a fallback when user input cannot be parsed using the i18n date formats.
getFallbackToExportServer() - Method in class com.vaadin.flow.component.charts.model.Exporting
 
getFallbackTransport() - Method in interface com.vaadin.flow.component.PushConfiguration
Returns the fallback transport type for push.
getFallbackTransport() - Method in class com.vaadin.flow.internal.nodefeature.PushConfigurationMap
 
getFalseString(Locale) - Method in class com.vaadin.flow.data.converter.StringToBooleanConverter
Gets the locale-depended string representation for false.
getFeature() - Method in class com.vaadin.flow.component.map.events.FeatureEventDetails
The feature of the event
getFeature() - Method in class com.vaadin.flow.component.map.events.MapFeatureClickEvent
The feature that was clicked
getFeature() - Method in class com.vaadin.flow.component.map.events.MapFeatureDropEvent
The feature that was moved using drag and drop
getFeature() - Method in class com.vaadin.flow.internal.change.NodeFeatureChange
Gets the feature affected by the change.
getFeature(int) - Static method in class com.vaadin.flow.internal.nodefeature.NodeFeatureRegistry
Finds the node feature type corresponding to the give node feature id.
getFeature(Class<T>) - Method in class com.vaadin.flow.internal.StateNode
Gets the feature of the given type, creating one if necessary.
getFeatureFlags() - Method in class com.vaadin.experimental.FeatureFlags.FeatureFlagsWrapper
Get the featureFlags.
getFeatureFlags() - Method in class com.vaadin.flow.server.frontend.Options
Get the available feature flags.
getFeatureIfInitialized(Class<T>) - Method in class com.vaadin.flow.internal.StateNode
Gets the feature of the given type if it has been initialized.
getFeatureLayer() - Method in class com.vaadin.flow.component.map.Map
The feature layer of the map.
getFeatures() - Method in class com.vaadin.base.devserver.FeatureFlagMessage
 
getFeatures() - Method in class com.vaadin.experimental.FeatureFlags
Get a list of all available features and their status.
getFeatures() - Method in class com.vaadin.flow.component.map.configuration.layer.FeatureLayer
The features managed by this layer.
getFeatures() - Method in class com.vaadin.flow.component.map.configuration.source.VectorSource
 
getFeatures() - Method in class com.vaadin.flow.component.map.events.MapClickEvent
List of map features at the clicked position.
getFeatures() - Static method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
Gets all the features used by an element node.
getFeatures() - Static method in class com.vaadin.flow.internal.nodefeature.NodeFeatureRegistry
Gets all registered feature types.
getField() - Method in interface com.vaadin.flow.data.binder.Binder.Binding
Gets the field the binding uses.
getField() - Method in interface com.vaadin.flow.data.binder.Binder.BindingBuilder
Gets the field the binding is being built for.
getField() - Method in class com.vaadin.flow.data.binder.Binder.BindingBuilderImpl
 
getField() - Method in class com.vaadin.flow.data.binder.Binder.BindingImpl
 
getField() - Method in class com.vaadin.flow.data.binder.BindingValidationStatus
Gets the bound field for this status.
getField(Class, String) - Method in class com.vaadin.testbench.unit.ComponentTester
Get field with given name in the given class.
getField(String) - Method in class com.vaadin.testbench.unit.ComponentTester
Get field with given name in the wrapped component.
getFieldIndex() - Method in interface com.vaadin.collaborationengine.HighlightHandler.HighlightContext
Gets the field index.
getFields() - Method in class com.vaadin.flow.data.binder.Binder
Returns the fields this binder has been bound to.
getFieldValidationErrors() - Method in class com.vaadin.flow.data.binder.BinderValidationStatus
Gets the failed field level validation statuses.
getFieldValidationErrors() - Method in exception com.vaadin.flow.data.binder.ValidationException
Returns a list of the field level validation errors which caused the exception, or an empty list if the exception was caused by bean level validation errors.
getFieldValidationStatuses() - Method in class com.vaadin.flow.data.binder.BinderValidationStatus
Gets the field level validation statuses.
getFile() - Method in class com.vaadin.flow.component.upload.receivers.FileData
 
getFile() - Method in class com.vaadin.flow.component.upload.receivers.UploadOutputStream
 
getFile() - Method in class com.vaadin.flow.component.upload.UploadI18N
Get file translations.
getFileContent() - Method in class com.vaadin.flow.server.frontend.AbstractTaskClientGenerator
Get file content for writing to the generated file.
getFileContent() - Method in class com.vaadin.flow.server.frontend.TaskGenerateBootstrap
 
getFileContent() - Method in class com.vaadin.flow.server.frontend.TaskGenerateFeatureFlags
 
getFileContent() - Method in class com.vaadin.flow.server.frontend.TaskGenerateIndexHtml
 
getFileContent() - Method in class com.vaadin.flow.server.frontend.TaskGenerateIndexTs
 
getFileContent() - Method in class com.vaadin.flow.server.frontend.TaskGenerateServiceWorker
 
getFileContent() - Method in class com.vaadin.flow.server.frontend.TaskGenerateTsConfig
 
getFileContent() - Method in class com.vaadin.flow.server.frontend.TaskGenerateTsDefinitions
 
getFileContent() - Method in class com.vaadin.flow.server.frontend.TaskGenerateViteDevMode
 
getFileContent() - Method in class com.vaadin.flow.server.frontend.TaskGenerateWebComponentBootstrap
 
getFileContent() - Method in class com.vaadin.flow.server.frontend.TaskGenerateWebComponentHtml
 
getFileContent(String) - Method in class com.vaadin.flow.server.frontend.TaskGenerateReactFiles
 
getFileContents(File, String) - Method in class com.vaadin.flow.server.frontend.JarContentsManager
Tries to find a file by its path (case sensitive) in jar file.
getFileCountMax() - Method in class com.vaadin.flow.server.communication.StreamRequestHandler
Returns maximum file part count for upload.
getFileData() - Method in class com.vaadin.flow.component.upload.receivers.FileBuffer
Get the file data object.
getFileData() - Method in class com.vaadin.flow.component.upload.receivers.MemoryBuffer
Get the file data object.
getFileData(String) - Method in class com.vaadin.flow.component.upload.receivers.MultiFileBuffer
Get file data for upload with file name.
getFileData(String) - Method in class com.vaadin.flow.component.upload.receivers.MultiFileMemoryBuffer
Get file data for upload with file name.
getFileDescriptor() - Method in class com.vaadin.flow.component.upload.receivers.FileBuffer
Get the output stream for file.
getFileDescriptor(String) - Method in class com.vaadin.flow.component.upload.receivers.MultiFileBuffer
Get the output stream for file.
getFileIsTooBig() - Method in class com.vaadin.flow.component.upload.UploadI18N.Error
Get translation for file too big.
getFilename() - Method in class com.vaadin.flow.component.charts.model.Exporting
 
getFileName() - Method in class com.vaadin.flow.component.map.Assets.Asset
 
getFileName() - Method in class com.vaadin.flow.component.upload.FileRejectedEvent
Get the file name.
getFileName() - Method in class com.vaadin.flow.component.upload.FileRemovedEvent
Get the removed file name.
getFileName() - Method in class com.vaadin.flow.component.upload.FinishedEvent
Get the file name.
getFileName() - Method in class com.vaadin.flow.component.upload.ProgressUpdateEvent
Get the file name.
getFileName() - Method in class com.vaadin.flow.component.upload.receivers.FileBuffer
Get the file name for this buffer.
getFileName() - Method in class com.vaadin.flow.component.upload.receivers.FileData
Return the name of this file.
getFileName() - Method in class com.vaadin.flow.component.upload.receivers.MemoryBuffer
Get the file name for this buffer.
getFileName() - Method in class com.vaadin.flow.component.upload.StartedEvent
Get the file name.
getFileName() - Method in class com.vaadin.flow.server.communication.streaming.StreamingStartEventImpl
 
getFileName() - Method in interface com.vaadin.flow.server.StreamVariable.StreamingEvent
Get the file name for the stream.
getFiles() - Method in class com.vaadin.flow.component.upload.receivers.MultiFileBuffer
Get the files stored for this buffer.
getFiles() - Method in class com.vaadin.flow.component.upload.receivers.MultiFileMemoryBuffer
Get the files in memory for this buffer.
getFiles() - Method in class com.vaadin.flow.server.frontend.GeneratedFilesSupport
Gets paths of all generated files, whether they have been written to disk or not.
getFiles(Path) - Method in class com.vaadin.flow.server.frontend.GeneratedFilesSupport
Gets paths of files generated under the given root folder.
getFilesByPattern(Path, String) - Static method in class com.vaadin.flow.server.frontend.FileIOUtils
Get a list of files in a given directory that match a given glob pattern.
getFileSizeMax() - Method in class com.vaadin.flow.server.communication.StreamRequestHandler
Returns maximum file size for upload.
getFill() - Method in class com.vaadin.flow.component.charts.model.Attributes
 
getFill() - Method in class com.vaadin.flow.component.charts.model.Completed
 
getFill() - Method in class com.vaadin.flow.component.charts.model.DrillUpButtonTheme
 
getFill() - Method in class com.vaadin.flow.component.charts.model.ItemPartialFill
 
getFill() - Method in class com.vaadin.flow.component.charts.model.PartialFill
 
getFill() - Method in class com.vaadin.flow.component.charts.model.style.ButtonTheme
 
getFill() - Method in class com.vaadin.flow.component.map.configuration.style.Style
 
getFill() - Method in class com.vaadin.flow.component.map.configuration.style.TextStyle
The fill color to use for rendering the text.
getFillColor() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getFillColor() - Method in class com.vaadin.flow.component.charts.model.Hover
 
getFillColor() - Method in class com.vaadin.flow.component.charts.model.Marker
 
getFillColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getFillColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getFillColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getFillColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getFillColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getFillColor() - Method in class com.vaadin.flow.component.charts.model.Select
 
getFillColor() - Method in class com.vaadin.flow.component.charts.model.Zones
 
getFillOpacity() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getFillOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getFillOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getFillOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getFillOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getFilter() - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
Filtering string the user has typed into the input field.
getFilter() - Method in class com.vaadin.flow.component.combobox.testbench.ComboBoxElement
Gets the filter for the options in the popup.
getFilter() - Method in class com.vaadin.flow.component.combobox.testbench.MultiSelectComboBoxElement
Gets the filter for the options in the popup.
getFilter() - Method in class com.vaadin.flow.component.crud.CrudGrid
Gets the filter applied to this grid
getFilter() - Method in class com.vaadin.flow.data.provider.DataCommunicator
Get the object used for filtering in this data communicator.
getFilter() - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchyMapper
Gets the current filter.
getFilter() - Method in class com.vaadin.flow.data.provider.hierarchy.TreeDataProvider
 
getFilter() - Method in interface com.vaadin.flow.data.provider.InMemoryDataProvider
Gets the current filter of this data provider.
getFilter() - Method in class com.vaadin.flow.data.provider.ListDataProvider
 
getFilter() - Method in class com.vaadin.flow.data.provider.Query
Gets the filter for items to fetch.
getFilter() - Method in interface com.vaadin.flow.dom.DomListenerRegistration
Gets the currently set filter expression.
getFilter(Query<T, F>) - Method in class com.vaadin.flow.data.provider.DataProviderWrapper
Gets the filter that should be used in the modified Query.
getFilter(Query<T, Q>) - Method in class com.vaadin.flow.data.provider.ConfigurableFilterDataProviderWrapper
 
getFilterFields() - Method in class com.vaadin.flow.component.crud.testbench.CrudElement
Gets the filter fields if the Crud built-in Grid is being used with filters enabled
getFilterObject() - Method in class com.vaadin.flow.data.provider.DataCommunicator.Filter
Returns a filter object for this component.
getFilterValue() - Method in class com.vaadin.hilla.crud.filter.PropertyStringFilter
Gets the filter value to compare against.
getFinder() - Method in class com.vaadin.flow.server.frontend.scanner.FrontendDependencies
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getFirst() - Method in class com.vaadin.flow.internal.Pair
Gets the first component of the pair.
getFirstDayOfWeek() - Method in class com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n
Gets the first day of the week.
getFirstDelay() - Method in interface com.vaadin.flow.component.page.LoadingIndicatorConfiguration
Returns the delay before the loading indicator is shown.
getFirstDelay() - Method in class com.vaadin.flow.internal.nodefeature.LoadingIndicatorConfigurationMap
 
getFirstSegment() - Method in class com.vaadin.flow.router.Location
Gets the first segment of this path.
getFirstSelectedItem() - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
 
getFirstSelectedItem() - Method in class com.vaadin.flow.component.grid.GridNoneSelectionModel
 
getFirstSelectedItem() - Method in class com.vaadin.flow.data.selection.MultiSelectionEvent
 
getFirstSelectedItem() - Method in interface com.vaadin.flow.data.selection.SelectionEvent
Get first selected data item.
getFirstSelectedItem() - Method in interface com.vaadin.flow.data.selection.SelectionModel
Get first selected data item.
getFirstSelectedItem() - Method in interface com.vaadin.flow.data.selection.SelectionModel.Multi
 
getFirstSelectedItem() - Method in interface com.vaadin.flow.data.selection.SelectionModel.Single
 
getFirstSelectedItem() - Method in class com.vaadin.flow.data.selection.SingleSelectionEvent
 
getFirstVisibleRowIndex() - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Gets the index of the first row which is at least partially visible.
getFirstVisibleRowIndex() - Method in class com.vaadin.flow.component.gridpro.testbench.GridProElement
Gets the index of the first row which is at least partially visible.
getFirstVisibleRowIndex() - Method in class com.vaadin.flow.component.virtuallist.testbench.VirtualListElement
Gets the index of the first row which is at least partially visible.
getFitToPlot() - Method in class com.vaadin.flow.component.charts.model.Options3d
 
getFlags() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
getFlexBasis(HasElement) - Method in class com.vaadin.flow.component.orderedlayout.FlexLayout
Gets the flex basis property of a given component.
getFlexDirection() - Method in class com.vaadin.flow.component.orderedlayout.FlexLayout
Gets the flex direction property of the layout.
getFlexGrow() - Method in class com.vaadin.flow.component.grid.Grid.Column
Gets the flex grow value, by default 1.
getFlexGrow() - Method in class com.vaadin.flow.component.tabs.Tab
Gets the flex grow property of this tab.
getFlexGrow(HasElement) - Method in interface com.vaadin.flow.component.orderedlayout.FlexComponent
Gets the flex grow property of a given component.
getFlexShrink(HasElement) - Method in interface com.vaadin.flow.component.orderedlayout.FlexComponent
Gets the flex shrink property of a given component.
getFlexWrap() - Method in class com.vaadin.flow.component.orderedlayout.FlexLayout
Gets the current flex wrap of the layout.
getFloating() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getFloating() - Method in class com.vaadin.flow.component.charts.model.Subtitle
 
getFloating() - Method in class com.vaadin.flow.component.charts.model.Title
 
getFloor() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getFloor() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getFloor() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getFloor() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getFlowGeneratedFolder(File) - Static method in class com.vaadin.flow.server.frontend.FrontendUtils
Gets the folder where Flow generated frontend files are placed.
getFlowGeneratedImports(File) - Static method in class com.vaadin.flow.server.frontend.FrontendUtils
Gets the location of the generated import file for Flow.
getFlowGeneratedWebComponentsFolder(File) - Static method in class com.vaadin.flow.server.frontend.FrontendUtils
Gets the folder where exported web components are generated.
getFlowGeneratedWebComponentsImports(File) - Static method in class com.vaadin.flow.server.frontend.FrontendUtils
Gets the location of the generated import file for exported web components.
getFlux() - Method in class com.vaadin.hilla.EndpointSubscription
Returns the flux value provide for this subscription.
getFocusDelay() - Method in class com.vaadin.flow.component.popover.Popover
The delay in milliseconds before the popover is opened on target focus.
getFocusDelay() - Method in class com.vaadin.flow.component.shared.Tooltip
The delay in milliseconds before the tooltip is opened on keyboard focus, when not in manual mode.
getFocused() - Method in class com.vaadin.flow.component.combobox.MultiSelectComboBoxI18n
The text that is announced by screen readers when a chip is focused.
getFollowPointer() - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
 
getFollowPointer() - Method in class com.vaadin.flow.component.charts.model.style.TooltipStyle
 
getFollowPointer() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getFollowTouchMove() - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
 
getFollowTouchMove() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getFont() - Method in class com.vaadin.flow.component.map.configuration.style.TextStyle
The font style as CSS `font` value.
getFontFamily() - Method in class com.vaadin.flow.component.charts.model.style.Style
 
getFontFamily() - Method in class com.vaadin.flow.component.icon.FontIcon
Gets the font family to use for the font icon.
getFontSize() - Method in class com.vaadin.flow.component.charts.model.style.Style
 
getFontWeight() - Method in class com.vaadin.flow.component.charts.model.style.Style
 
getFoot() - Method in class com.vaadin.flow.component.html.NativeTable
Returns the <tfoot> element of this table.
getFooter() - Method in class com.vaadin.flow.component.dialog.Dialog
Gets the object from which components can be added or removed from the dialog footer area.
getFooter() - Method in class com.vaadin.flow.component.login.LoginOverlay
Gets the object from which components can be added or removed from the overlay footer area.
getFooterCell() - Method in class com.vaadin.flow.component.grid.testbench.GridColumnElement
Gets the footer cell for this column.
getFooterCell(int) - Method in class com.vaadin.flow.component.grid.GridTester
Deprecated, for removal: This API element is subject to removal in a future version.
Use AbstractColumn.getFooterText() or AbstractColumn.getFooterComponent() directly
getFooterCell(int) - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Gets the footer cell for the given visible column index.
getFooterComponent() - Method in class com.vaadin.flow.component.grid.Grid.Column
Returns the footer component of the column.
getFooterFormat() - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
 
getFooterFormat() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getFooterPartName() - Method in class com.vaadin.flow.component.grid.Grid.Column
Gets the custom part name of the footer cell.
getFooterRows() - Method in class com.vaadin.flow.component.grid.Grid
Gets all of the footer rows in the Grid, in order from top to bottom.
getFooterText() - Method in class com.vaadin.flow.component.grid.Grid.Column
Returns the footer text of the column.
getFor() - Method in class com.vaadin.flow.component.html.Label
Deprecated.
Gets the id of the component that this label describes.
getFor() - Method in class com.vaadin.flow.component.html.NativeLabel
Gets the id of the component that this label describes.
getFor() - Method in class com.vaadin.flow.component.popover.Popover
Gets the id of target component of the popover, or null if the id was not set.
getForbidden() - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Error
 
getForced() - Method in class com.vaadin.flow.component.charts.model.DataGrouping
 
getForgotPassword() - Method in class com.vaadin.flow.component.login.LoginI18n.Form
 
getForgotPasswordButton() - Method in class com.vaadin.flow.component.login.testbench.LoginFormElement
 
getForgotPasswordButton() - Method in class com.vaadin.flow.component.login.testbench.LoginOverlayElement
 
getForm() - Method in class com.vaadin.flow.component.login.LoginI18n
 
getFormat() - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
 
getFormat() - Method in class com.vaadin.flow.component.charts.model.CrosshairLabel
 
getFormat() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getFormat() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getFormat() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getFormat() - Method in class com.vaadin.flow.component.charts.model.Labels
 
getFormat() - Method in class com.vaadin.flow.component.charts.model.StackLabels
 
getFormat(Locale) - Method in class com.vaadin.flow.data.converter.AbstractStringToNumberConverter
getFormat(Locale) - Method in class com.vaadin.flow.data.converter.StringToBigDecimalConverter
 
getFormat(Locale) - Method in class com.vaadin.flow.data.converter.StringToBigIntegerConverter
 
getFormat(Locale) - Method in class com.vaadin.flow.data.converter.StringToDateConverter
getFormat(Locale) - Method in class com.vaadin.flow.data.converter.StringToIntegerConverter
getFormat(Locale) - Method in class com.vaadin.flow.data.converter.StringToLongConverter
getFormattedValue(ITEM) - Method in class com.vaadin.flow.data.renderer.TextRenderer
 
getFormattedValue(Number) - Method in class com.vaadin.flow.data.renderer.NumberRenderer
 
getFormattedValue(LocalDate) - Method in class com.vaadin.flow.data.renderer.LocalDateRenderer
 
getFormattedValue(LocalDateTime) - Method in class com.vaadin.flow.data.renderer.LocalDateTimeRenderer
 
getFormattedValue(TARGET) - Method in class com.vaadin.flow.data.renderer.BasicRenderer
Gets the String representation of the target object, to be used inside the template.
getFormatter() - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
 
getFormatter() - Method in class com.vaadin.flow.component.charts.model.CrosshairLabel
 
getFormatter() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getFormatter() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getFormatter() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getFormatter() - Method in class com.vaadin.flow.component.charts.model.Labels
 
getFormatter() - Method in class com.vaadin.flow.component.charts.model.StackLabels
 
getFormatter() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getFormTitle() - Method in class com.vaadin.flow.component.login.testbench.LoginFormElement
 
getFormTitle() - Method in class com.vaadin.flow.component.login.testbench.LoginOverlayElement
 
getForwardTarget() - Method in class com.vaadin.flow.router.BeforeEvent
Gets the forward target handler to use if the user should be forwarded to some other view.
getForwardTargetRouteParameters() - Method in class com.vaadin.flow.router.BeforeEvent
Gets the URL parameters of the forward target.
getForwardTargetType() - Method in class com.vaadin.flow.router.BeforeEvent
Get the forward target type for forwarding.
getForwardToClientUrl() - Method in class com.vaadin.flow.component.UI
Gets the new forward url.
getForwardUrl() - Method in class com.vaadin.flow.router.BeforeEvent
Gets the reroute url.
getFrame() - Method in class com.vaadin.flow.component.charts.model.Options3d
 
getFreePort() - Static method in class com.vaadin.flow.internal.NetworkUtil
Returns an available tcp port in the system.
getFrom() - Method in class com.vaadin.flow.component.charts.model.Breaks
 
getFrom() - Method in class com.vaadin.flow.component.charts.model.DataSeriesItemSankey
 
getFrom() - Method in class com.vaadin.flow.component.charts.model.NodeSeriesItem
 
getFrom() - Method in class com.vaadin.flow.component.charts.model.PlotBand
 
getFrontend() - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties
Gets the frontend specific configuration.
getFrontendDirectory() - Method in class com.vaadin.flow.server.frontend.Options
Get the defined frontend directory.
getFrontendExtraFileExtensions() - Method in class com.vaadin.flow.server.frontend.Options
Gets the project file extensions.
getFrontendFileFromDevModeHandler(VaadinService, String) - Static method in class com.vaadin.flow.server.frontend.FrontendUtils
Get the contents of a frontend file from the running dev server.
getFrontendFolder() - Method in interface com.vaadin.flow.server.AbstractConfiguration
 
getFrontendFolder() - Method in class com.vaadin.flow.server.PropertyDeploymentConfiguration
 
getFrontendGeneratedFolder() - Method in class com.vaadin.flow.server.frontend.Options
Gets the folder where frontend files should be generated.
getFrontendGeneratedFolder(File) - Static method in class com.vaadin.flow.server.frontend.FrontendUtils
 
getFrontendMapping() - Static method in class com.vaadin.flow.server.VaadinServlet
For internal use only.
getFrontendServletPath(ServletContext) - Static method in class com.vaadin.flow.server.frontend.FrontendUtils
Gets the servlet path (excluding the context path) for the servlet used for serving the VAADIN frontend bundle.
getFullAppId() - Method in class com.vaadin.flow.component.internal.UIInternals
Gets the full app id, which funnily enough is not the same as appId.
getFullVersion() - Method in class com.vaadin.flow.server.frontend.FrontendVersion
Gets the full version, in format x.y.z or x.y.z.qualifier.
getFullVersion() - Static method in class com.vaadin.flow.server.Version
Gets the full version, in format x.y.z or x.y.z.qualifier.
getFunctionalMethod(Class<?>) - Static method in class com.vaadin.flow.internal.ReflectTools
Get the functional interface method name defined for given interface class.
getFunctionNames(LitRenderer<Y>, BiFunction<Class<?>, String, Field>) - Static method in class com.vaadin.testbench.unit.LitRendererTestUtil
Gets the function names for the supplied LitRenderer using the given field getter.
getFunnel() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
getGantt() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
getGap() - Method in class com.vaadin.flow.component.dashboard.Dashboard
Returns the gap of the dashboard.
getGapSize() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getGapSize() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getGapSize() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getGapSize() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getGapSize() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getGapSize() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getGapSize() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getGapSize() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getGapSize() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
 
getGapUnit() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getGapUnit() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getGapUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getGapUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getGapUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getGapUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getGapUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getGapUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getGapUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getGapUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getGapUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getGapUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getGapUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getGapUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getGapUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getGapUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getGapUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
 
getGapUnit() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getGauge() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
getGeneratedFile() - Method in class com.vaadin.flow.server.frontend.AbstractTaskClientGenerator
Get the generated file where content will be written.
getGeneratedFile() - Method in class com.vaadin.flow.server.frontend.TaskGenerateBootstrap
 
getGeneratedFile() - Method in class com.vaadin.flow.server.frontend.TaskGenerateFeatureFlags
 
getGeneratedFile() - Method in class com.vaadin.flow.server.frontend.TaskGenerateIndexHtml
 
getGeneratedFile() - Method in class com.vaadin.flow.server.frontend.TaskGenerateIndexTs
 
getGeneratedFile() - Method in class com.vaadin.flow.server.frontend.TaskGenerateServiceWorker
 
getGeneratedFile() - Method in class com.vaadin.flow.server.frontend.TaskGenerateTsConfig
 
getGeneratedFile() - Method in class com.vaadin.flow.server.frontend.TaskGenerateTsDefinitions
 
getGeneratedFile() - Method in class com.vaadin.flow.server.frontend.TaskGenerateViteDevMode
 
getGeneratedFile() - Method in class com.vaadin.flow.server.frontend.TaskGenerateWebComponentBootstrap
 
getGeneratedFile() - Method in class com.vaadin.flow.server.frontend.TaskGenerateWebComponentHtml
 
getGenerator() - Method in class com.vaadin.hilla.engine.EngineConfiguration
 
getGenericDataView() - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
Gets the generic data view for the checkbox group.
getGenericDataView() - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
Gets the generic data view for the ComboBox.
getGenericDataView() - Method in class com.vaadin.flow.component.grid.Grid
Gets the generic data view for the grid.
getGenericDataView() - Method in class com.vaadin.flow.component.listbox.ListBoxBase
Gets the generic data view for the ListBox.
getGenericDataView() - Method in class com.vaadin.flow.component.radiobutton.RadioButtonGroup
Gets the generic data view for the RadioButtonGroup.
getGenericDataView() - Method in class com.vaadin.flow.component.select.Select
Gets the generic data view for the Select.
getGenericDataView() - Method in class com.vaadin.flow.component.treegrid.TreeGrid
Deprecated.
not supported
getGenericDataView() - Method in interface com.vaadin.flow.data.provider.HasDataView
Get the DataView for the component.
getGenericInterfaceType(Class<?>, Class<?>) - Static method in class com.vaadin.flow.internal.ReflectTools
Finds the Class type for the generic interface class extended by given class if exists.
getGenericInterfaceTypes(Class<?>, Class<?>) - Static method in class com.vaadin.flow.internal.ReflectTools
Finds the Class type for all parameters defined by the generic interface class extended by given class if exists.
getGeometry() - Method in class com.vaadin.flow.component.map.configuration.Feature
The geometry representing the feature, for example a Point or a polygon.
getGeometry() - Method in class com.vaadin.flow.component.map.configuration.feature.PointBasedFeature
The Point geometry representing this feature.
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getGetter() - Method in class com.vaadin.flow.data.binder.BeanPropertySet.NestedBeanPropertyDefinition
 
getGetter() - Method in interface com.vaadin.flow.data.binder.Binder.Binding
Gets the getter associated with this Binding.
getGetter() - Method in class com.vaadin.flow.data.binder.Binder.BindingImpl
 
getGetter() - Method in interface com.vaadin.flow.data.binder.PropertyDefinition
Gets the value provider that is used for finding the value of this property for a bean.
getGetter(Class<? extends Object>, String) - Static method in class com.vaadin.flow.internal.ReflectTools
Finds a getter for a property in a bean type.
getGetterMethods(Class<?>) - Static method in class com.vaadin.flow.internal.ReflectTools
Return all the getter methods from the given type.
getGrantedAuthorities() - Method in class com.vaadin.flow.spring.security.AuthenticationContext
Gets the authorities granted to the current authenticated user.
getGrantedRoles() - Method in class com.vaadin.flow.spring.security.AuthenticationContext
Gets the roles granted to the current authenticated user.
getGrid() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getGrid() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getGrid() - Method in class com.vaadin.flow.component.crud.Crud
Gets the grid
getGrid() - Method in class com.vaadin.flow.component.crud.testbench.CrudElement
Gets the crud grid
getGrid() - Method in class com.vaadin.flow.component.grid.Grid.Column
Gets the owner of this column.
getGrid() - Method in class com.vaadin.flow.component.grid.contextmenu.GridContextMenu.GridContextMenuItemClickEvent
Gets the Grid that the context menu is connected to.
getGrid() - Method in interface com.vaadin.flow.component.grid.editor.Editor
Gets the Grid instance which this editor belongs to.
getGrid() - Method in class com.vaadin.flow.component.grid.editor.EditorEvent
Gets the editors' grid.
getGrid() - Method in class com.vaadin.flow.component.grid.editor.EditorImpl
 
getGrid() - Method in class com.vaadin.flow.component.grid.Grid.AbstractGridExtension
Gets the Grid this extension extends.
getGrid() - Method in class com.vaadin.flow.component.grid.testbench.GridTHTDElement
Gets the grid containing this element.
getGrid() - Method in class com.vaadin.flow.component.grid.testbench.GridTRElement
Gets the grid containing this element.
getGrid() - Method in class com.vaadin.flow.component.gridpro.testbench.GridTHTDElement
Gets the grid containing this element.
getGridBrowsers() - Static method in class com.vaadin.testbench.Parameters
Parses the grid browsers string and returns a new List of DesiredCapabilities
getGridBrowsersString() - Static method in class com.vaadin.testbench.Parameters
 
getGridLineColor() - Method in class com.vaadin.flow.component.charts.model.style.AxisStyle
 
getGridLineColor() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getGridLineColor() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getGridLineColor() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getGridLineDashStyle() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getGridLineDashStyle() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getGridLineDashStyle() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getGridLineInterpolation() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getGridLineWidth() - Method in class com.vaadin.flow.component.charts.model.style.AxisStyle
 
getGridLineWidth() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getGridLineWidth() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getGridLineWidth() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getGridZIndex() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getGridZIndex() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getGridZIndex() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getGridZIndex() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getGroupBy() - Method in class com.vaadin.flow.component.charts.model.DragDrop
 
getGroupId() - Method in class com.vaadin.hilla.engine.EngineConfiguration
 
getGroupId(Document) - Static method in class com.vaadin.base.devserver.MavenUtils
Finds the group id for the given pom file.
getGrouping() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getGrouping() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getGrouping() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getGrouping() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getGrouping() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getGrouping() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getGrouping() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getGrouping() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getGrouping() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getGrouping() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getGrouping() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getGrouping() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getGroupPadding() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getGroupPadding() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getGroupPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getGroupPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getGroupPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getGroupPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getGroupPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getGroupPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getGroupPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getGroupPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getGroupPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getGroupPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getGroupPixelWidth() - Method in class com.vaadin.flow.component.charts.model.DataGrouping
 
getGroupZPadding() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getGroupZPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getGroupZPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getGroupZPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getGroupZPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getGroupZPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getGroupZPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getGroupZPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getGuideBox() - Method in class com.vaadin.flow.component.charts.model.DragDrop
 
getGutter() - Method in class com.vaadin.flow.component.map.configuration.source.TileWMSSource
Size of the gutter around image tiles to ignore, in pixels.
getH1() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
Gets the translated word for h1
getH2() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
Gets the translated word for h2
getH3() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
Gets the translated word for h3
getHalo() - Method in class com.vaadin.flow.component.charts.model.Hover
 
getHandledExceptionType() - Method in class com.vaadin.flow.router.internal.ErrorTargetEntry
Gets the exception type handled by the navigation target.
getHandledRegistry() - Method in class com.vaadin.flow.router.RouteConfiguration
Get the registry that this configuration is working with.
getHandlerAnnotationFqn() - Method in class com.vaadin.flow.internal.nodefeature.AbstractServerHandlers
Gets the annotation FQN which is used to mark methods as handlers.
getHandlerAnnotationFqn() - Method in class com.vaadin.flow.internal.nodefeature.ClientCallableHandlers
 
getHandlerAnnotationFqn() - Method in class com.vaadin.flow.internal.nodefeature.PolymerServerEventHandlers
Deprecated.
 
getHandlerInternal(HttpServletRequest) - Method in class com.vaadin.flow.spring.VaadinServletConfiguration.RootExcludeHandler
 
getHandles() - Method in class com.vaadin.flow.component.charts.model.Navigator
 
getHandlesTypes() - Method in class com.vaadin.base.devserver.DevModeHandlerManagerImpl
 
getHandlesTypes() - Method in interface com.vaadin.flow.internal.DevModeHandlerManager
The annotations the dev mode handler is interested in having scanned from the class path.
getHangingIndent() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getHasExpandedItems() - Method in class com.vaadin.flow.component.grid.GridArrayUpdater.UpdateQueueData
 
getHash() - Method in class com.vaadin.testbench.screenshot.ReferenceImageRepresentation.HashRepresentation
 
getHash(String) - Static method in class com.vaadin.flow.internal.StringUtil
Generate a hash for given content.
getHash(String, byte[], Charset) - Static method in class com.vaadin.flow.internal.StringUtil
Generate hash for content using a given salt bytes and a given charset for string byte encoding.
getHash(String, Charset) - Static method in class com.vaadin.flow.internal.StringUtil
Generate hash for content using given charset for string byte encoding.
getHasValue() - Method in class com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent
getHasValue() - Method in interface com.vaadin.flow.component.HasValue.ValueChangeEvent
 
getHasValue() - Method in class com.vaadin.flow.data.binder.ValueContext
Returns an Optional for the HasValue used in the value conversion.
getHead() - Method in class com.vaadin.flow.component.html.NativeTable
Returns the head of this table.
getHeader() - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialogTester
Get the header of the confirm dialog.
getHeader() - Method in class com.vaadin.flow.component.dashboard.testbench.DashboardWidgetElement
Returns the header of the widget.
getHeader() - Method in class com.vaadin.flow.component.dialog.Dialog
Gets the object from which components can be added or removed from the dialog header area.
getHeader() - Method in class com.vaadin.flow.component.login.LoginI18n
 
getHeader(String) - Method in class com.vaadin.flow.server.StreamResource
Gets the value for header name set for the resource.
getHeader(String) - Method in interface com.vaadin.flow.server.VaadinRequest
Gets the value of a request header, e.g.
getHeaderCell() - Method in class com.vaadin.flow.component.grid.testbench.GridColumnElement
Gets the header cell for this column.
getHeaderCell() - Method in class com.vaadin.flow.component.gridpro.testbench.GridProColumnElement
Gets the header cell for this column.
getHeaderCell(int) - Method in class com.vaadin.flow.component.grid.GridTester
Deprecated.
Use AbstractColumn.getHeaderText() or AbstractColumn.getHeaderComponent()
getHeaderCell(int) - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Gets the header cell for the given visible column index.
getHeaderCell(int) - Method in class com.vaadin.flow.component.gridpro.testbench.GridProElement
Gets the header cell for the given visible column index.
getHeaderCell(int) - Method in class com.vaadin.flow.component.html.NativeTableRow
Returns the header cell at a given position relative to other header cells.
getHeaderCellContent(int, int) - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Finds the vaadin-grid-cell-content element for the given row and column in header.
getHeaderCellContent(int, int) - Method in class com.vaadin.flow.component.gridpro.testbench.GridProElement
Finds the vaadin-grid-cell-content element for the given row and column in header.
getHeaderCells() - Method in class com.vaadin.flow.component.html.NativeTableRow
Returns a list of all header cells in this row.
getHeaderComponent() - Method in class com.vaadin.flow.component.grid.Grid.Column
Returns the header component of the column.
getHeaderContent() - Method in class com.vaadin.flow.component.dashboard.DashboardWidget
Gets the content in the header content slot of this widget.
getHeaderElement() - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialogTester
Get the header element set to the confirm dialog.
getHeaderFormat() - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
 
getHeaderFormat() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getHeaderIcons() - Method in class com.vaadin.flow.server.PwaRegistry
List of PwaIcon:s that should be added to header.
getHeaderInlineContents() - Method in interface com.vaadin.flow.theme.AbstractTheme
Return a list of contents to inline to the bootstrap header.
getHeaderName() - Method in class com.vaadin.flow.internal.springcsrf.SpringCsrfToken
 
getHeaderNames() - Method in interface com.vaadin.flow.server.VaadinRequest
Returns an enumeration of all the header names this request contains.
getHeaderPartName() - Method in class com.vaadin.flow.component.grid.Grid.Column
Gets the custom part name of the header cell.
getHeaderRows() - Method in class com.vaadin.flow.component.grid.Grid
Gets all of the header rows in the Grid, in order from top to bottom.
getHeaders() - Method in class com.vaadin.flow.server.StreamResource
Gets the additionally configured headers for the resource.
getHeaders(String) - Method in interface com.vaadin.flow.server.VaadinRequest
Returns all the values of the specified request header as an Enumeration of String objects.
getHeaderText() - Method in class com.vaadin.flow.component.confirmdialog.testbench.ConfirmDialogElement
 
getHeaderText() - Method in class com.vaadin.flow.component.datepicker.testbench.DatePickerElement.MonthCalendarElement
Gets the header text of the month calendar, e.g.
getHeaderText() - Method in class com.vaadin.flow.component.grid.Grid.Column
Returns the header text of the column.
getHeaderTitle() - Method in class com.vaadin.flow.component.dialog.Dialog
Gets the title set for the dialog header.
getHeartbeatInterval() - Method in interface com.vaadin.flow.function.DeploymentConfiguration
Returns the number of seconds between heartbeat requests of a UI, or a non-positive number if heartbeat is disabled.
getHeartbeatInterval() - Method in class com.vaadin.flow.server.DefaultDeploymentConfiguration
Returns the number of seconds between heartbeat requests of a UI, or a non-positive number if heartbeat is disabled.
getHeartbeatInterval() - Method in class com.vaadin.flow.server.PropertyDeploymentConfiguration
 
getHeartbeatTime() - Method in class com.vaadin.flow.component.HeartbeatEvent
 
getHeatmap() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
getHeight() - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
 
getHeight() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getHeight() - Method in class com.vaadin.flow.component.charts.model.ContextButton
 
getHeight() - Method in class com.vaadin.flow.component.charts.model.Marker
 
getHeight() - Method in class com.vaadin.flow.component.charts.model.Navigator
 
getHeight() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getHeight() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getHeight() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getHeight() - Method in class com.vaadin.flow.component.charts.model.RangeSelector
 
getHeight() - Method in class com.vaadin.flow.component.charts.model.Scrollbar
 
getHeight() - Method in class com.vaadin.flow.component.charts.model.TargetOptions
 
getHeight() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getHeight() - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
 
getHeight() - Method in class com.vaadin.flow.component.dialog.Dialog.DialogResizeEvent
Gets the height of the overlay after resize is done
getHeight() - Method in class com.vaadin.flow.component.dialog.Dialog
 
getHeight() - Method in interface com.vaadin.flow.component.HasSize
Gets the height defined for the component.
getHeight() - Method in class com.vaadin.flow.component.map.Assets.ImageAsset
 
getHeight() - Method in class com.vaadin.flow.component.map.configuration.style.Icon.ImageSize
 
getHeight() - Method in class com.vaadin.flow.component.page.BrowserWindowResizeEvent
Gets the new browser window height.
getHeight() - Method in class com.vaadin.flow.server.PwaIcon
Gets height of an icon.
getHeightUnit() - Method in interface com.vaadin.flow.component.HasSize
Gets the height unit of the component, if defined.
getHeld() - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Status
Get held translation.
getHelperComponent() - Method in class com.vaadin.flow.component.customfield.testbench.CustomFieldElement
Gets the slotted helper component for the element.
getHelperComponent() - Method in class com.vaadin.flow.component.datetimepicker.testbench.DateTimePickerElement
Gets the slotted helper component for the element.
getHelperComponent() - Method in interface com.vaadin.flow.component.HasHelper
Gets the component in the helper slot of this field.
getHelperComponent() - Method in interface com.vaadin.testbench.HasHelper
Gets the slotted helper component for the element.
getHelperText() - Method in interface com.vaadin.flow.component.HasHelper
String used for the helper text.
getHelperText() - Method in interface com.vaadin.testbench.HasHelper
Gets the helper text for the element.
getHideDelay() - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
 
getHideDelay() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getHideDelay() - Method in class com.vaadin.flow.component.popover.Popover
The delay in milliseconds before the popover is closed on losing hover.
getHideDelay() - Method in class com.vaadin.flow.component.shared.Tooltip
The delay in milliseconds before the tooltip is closed on losing hover, when not in manual mode.
getHideDuration() - Method in class com.vaadin.flow.component.charts.model.Loading
 
getHierarchyMapper() - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalDataCommunicator
Returns the HierarchyMapper used by this data communicator.
getHigh() - Method in class com.vaadin.flow.component.charts.model.DataSeriesItem
Returns the upper range for visualizations.
getHighlightAction() - Method in class com.vaadin.flow.router.RouterLink
Gets the HighlightAction of this link.
getHighlightCondition() - Method in class com.vaadin.flow.router.RouterLink
Gets the HighlightCondition of this link.
getHillaVersion() - Static method in class com.vaadin.flow.server.Platform
Returns Hilla version.
getHistory() - Method in class com.vaadin.flow.component.page.Page
Gets a representation of window.history for this page.
getHistoryStateChangeHandler() - Method in class com.vaadin.flow.component.page.History
Gets the handler that is notified history state has changed.
getHorizontalAlign() - Method in class com.vaadin.flow.component.charts.model.ButtonPosition
 
getHorizontalAlign() - Method in class com.vaadin.flow.component.charts.model.Position
 
getHorizontalComponentAlignment(Component) - Method in class com.vaadin.flow.component.orderedlayout.VerticalLayout
Gets the individual horizontal alignment of a given component.
getHost() - Method in class com.vaadin.flow.dom.ShadowRoot
 
getHost() - Method in class com.vaadin.flow.internal.nodefeature.ShadowRootHost
Gets the host state node of the shadow root node.
getHostsAllowed() - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties.Devmode
Gets the hosts allowed to connect to the dev mode server.
getHour() - Method in class com.vaadin.flow.component.charts.model.DateTimeLabelFormats
 
getHover() - Method in class com.vaadin.flow.component.charts.model.States
 
getHoverDelay() - Method in class com.vaadin.flow.component.popover.Popover
The delay in milliseconds before the popover is opened on target hover.
getHoverDelay() - Method in class com.vaadin.flow.component.shared.Tooltip
The delay in milliseconds before the tooltip is opened on hover, when not in manual mode.
getHref() - Method in class com.vaadin.flow.component.charts.model.Credits
 
getHref() - Method in class com.vaadin.flow.component.html.Anchor
Gets the URL that this anchor links to.
getHref() - Method in class com.vaadin.flow.component.html.testbench.AnchorTester
Gets the URL that the anchor links to.
getHref() - Method in class com.vaadin.flow.component.routerlink.RouterLinkTester
Gets the URL that the router-link links to.
getHref() - Method in class com.vaadin.flow.router.RouterLink
Gets the href (the URL) of this link.
getHref() - Method in class com.vaadin.flow.server.PwaIcon
Gets the value of the href attribute.
getHtml() - Method in class com.vaadin.flow.component.charts.model.Items
 
getHtmlAttributes(String) - Method in interface com.vaadin.flow.theme.AbstractTheme
Gets the attributes that should be set on the <html> element when the Theme variant is applied.
getHtmlAttributes(String) - Method in class com.vaadin.flow.theme.lumo.Lumo
 
getHtmlAttributes(String) - Method in class com.vaadin.flow.theme.material.Material
Deprecated.
 
getHtmlValue() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor
Deprecated.
since v24 the RichTextEditor uses the HTML value by default. Use RichTextEditor.getValue() instead.
getHttpServletRequest() - Method in class com.vaadin.flow.server.VaadinServletRequest
Gets the original, unwrapped HTTP servlet request.
getHttpServletResponse() - Method in class com.vaadin.flow.server.VaadinServletResponse
Gets the original unwrapped HttpServletResponse.
getHttpSession() - Method in class com.vaadin.flow.server.WrappedHttpSession
Gets the wrapped HttpSession.
getHubHostname() - Method in class com.vaadin.testbench.BrowserTestBase
 
getHubHostname() - Method in class com.vaadin.testbench.parallel.ParallelTest
Returns the hostname of the hub where test is to be run on.
getHubHostname() - Static method in class com.vaadin.testbench.Parameters
Gets host name of the hub to run tests on.
getHubHostname(Class<?>) - Method in class com.vaadin.testbench.browser.BrowserExtension
Returns the hostname of the hub where test is to be run on.
getHubPort() - Static method in class com.vaadin.testbench.Parameters
Gets the port of the hub to run tests on.
getHubUrl() - Static method in class com.vaadin.testbench.parallel.SauceLabsIntegration
Returns the HubUrl for running tests in Sauce Labs.
getHubURL() - Method in class com.vaadin.testbench.parallel.ParallelTest
Returns the complete URL of the hub where the tests will be run on.
getHubURL(Class<?>) - Method in class com.vaadin.testbench.browser.BrowserExtension
Returns the complete URL of the hub where the tests will be run on.
getI18n() - Method in class com.vaadin.collaborationengine.CollaborationAvatarGroup
Gets the internationalization object previously set for this component.
getI18n() - Method in class com.vaadin.collaborationengine.CollaborationMessageInput
Gets the internationalization object previously set for this component.
getI18n() - Method in class com.vaadin.flow.component.applayout.AppLayout
Gets the internationalization object previously set for this component.
getI18n() - Method in class com.vaadin.flow.component.avatar.Avatar
Gets the internationalization object previously set for this component.
getI18n() - Method in class com.vaadin.flow.component.avatar.AvatarGroup
Gets the internationalization object previously set for this component.
getI18n() - Method in class com.vaadin.flow.component.checkbox.Checkbox
Gets the internationalization object previously set for this component.
getI18n() - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
Gets the internationalization object previously set for this component.
getI18n() - Method in class com.vaadin.flow.component.combobox.ComboBox
Gets the internationalization object previously set for this component.
getI18n() - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
Gets the internationalization object previously set for this component.
getI18n() - Method in class com.vaadin.flow.component.combobox.MultiSelectComboBox
Gets the internationalization object previously set for this component.
getI18n() - Method in class com.vaadin.flow.component.crud.CrudI18nUpdatedEvent
Gets the new i18n
getI18n() - Method in class com.vaadin.flow.component.dashboard.Dashboard
Gets the internationalization object previously set for this component.
getI18n() - Method in class com.vaadin.flow.component.datepicker.DatePicker
Gets the internationalization object previously set for this component.
getI18n() - Method in class com.vaadin.flow.component.datetimepicker.DateTimePicker
Gets the internationalization object previously set for this component.
getI18n() - Method in class com.vaadin.flow.component.menubar.MenuBar
Gets the internationalization object previously set for this component.
getI18n() - Method in class com.vaadin.flow.component.messages.MessageInput
Gets the internationalization object previously set for this component.
getI18n() - Method in class com.vaadin.flow.component.radiobutton.RadioButtonGroup
Gets the internationalization object previously set for this component.
getI18n() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor
Gets the internationalization object previously set for this component.
getI18n() - Method in class com.vaadin.flow.component.select.Select
Gets the internationalization object previously set for this component.
getI18n() - Method in class com.vaadin.flow.component.sidenav.SideNav
Gets the internationalization object previously set for this component.
getI18n() - Method in class com.vaadin.flow.component.textfield.AbstractNumberField
Gets the internationalization object previously set for this component.
getI18n() - Method in class com.vaadin.flow.component.textfield.BigDecimalField
Gets the internationalization object previously set for this component.
getI18n() - Method in class com.vaadin.flow.component.textfield.EmailField
Gets the internationalization object previously set for this component.
getI18n() - Method in class com.vaadin.flow.component.textfield.IntegerField
Gets the internationalization object previously set for this component.
getI18n() - Method in class com.vaadin.flow.component.textfield.NumberField
Gets the internationalization object previously set for this component.
getI18n() - Method in class com.vaadin.flow.component.textfield.PasswordField
Gets the internationalization object previously set for this component.
getI18n() - Method in class com.vaadin.flow.component.textfield.TextArea
Gets the internationalization object previously set for this component.
getI18n() - Method in class com.vaadin.flow.component.textfield.TextField
Gets the internationalization object previously set for this component.
getI18n() - Method in class com.vaadin.flow.component.timepicker.TimePicker
Gets the internationalization object previously set for this component.
getI18n() - Method in class com.vaadin.flow.component.upload.Upload
Get the internationalization object previously set for this component.
getI18NProvider() - Method in class com.vaadin.flow.di.DefaultInstantiator
 
getI18NProvider() - Method in interface com.vaadin.flow.di.Instantiator
Get the I18NProvider if one has been defined.
getI18NProvider() - Static method in class com.vaadin.flow.internal.LocaleUtil
Get the I18nProvider from the current VaadinService.
getI18NProvider() - Method in class com.vaadin.flow.spring.SpringInstantiator
 
getIcon() - Method in class com.vaadin.flow.component.button.Button
Gets the component that is defined as the icon of this button.
getIcon() - Method in class com.vaadin.flow.component.icon.Icon
Gets the full icon name, including the collection.
getIcon() - Method in class com.vaadin.flow.component.map.configuration.feature.MarkerFeature
The icon used to visually display the marker feature.
getIcon() - Method in record class com.vaadin.flow.router.MenuData
Gets the icon of the menu item.
getIconClassNames() - Method in class com.vaadin.flow.component.icon.FontIcon
Gets the icon class names defining an icon font and/or a specific glyph inside an icon font.
getIconPath() - Method in class com.vaadin.flow.server.PwaConfiguration
Gets the path to the application icon file.
getIcons() - Method in class com.vaadin.flow.server.PwaRegistry
List of all icons managed by PwaRegistry.
getIconTemplates(String) - Static method in class com.vaadin.flow.server.PwaRegistry
Gets all PWA icon variants for the give base icon.
getIconVariants(String) - Static method in class com.vaadin.flow.server.HandlerHelper
Gets the paths of the PWA icon variants for the given base icon.
getId() - Method in class com.vaadin.collaborationengine.Backend.Snapshot
 
getId() - Method in class com.vaadin.collaborationengine.UserInfo
Gets the user's unique identifier.
getId() - Method in class com.vaadin.experimental.Feature
 
getId() - Method in class com.vaadin.flow.component.charts.model.AbstractSeries
getId() - Method in class com.vaadin.flow.component.charts.model.AbstractSeriesItem
Returns the id of the item.
getId() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getId() - Method in class com.vaadin.flow.component.charts.model.GanttSeriesItem
 
getId() - Method in class com.vaadin.flow.component.charts.model.Node
 
getId() - Method in class com.vaadin.flow.component.charts.model.NodeSeriesItem
 
getId() - Method in class com.vaadin.flow.component.charts.model.PlotBand
 
getId() - Method in class com.vaadin.flow.component.charts.model.PlotLine
 
getId() - Method in interface com.vaadin.flow.component.charts.model.Series
 
getId() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getId() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getId() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getId() - Method in class com.vaadin.flow.component.Component
Gets the id of the root element of this component.
getId() - Method in class com.vaadin.flow.component.map.configuration.AbstractConfigurationObject
 
getId() - Method in class com.vaadin.flow.internal.ConstantPoolKey
Gets the id used to identify the referenced JSON constant.
getId() - Method in class com.vaadin.flow.internal.StateNode
Gets the id of this node.
getId() - Method in class com.vaadin.flow.server.AbstractStreamResource
Gets unique identifier of the resource.
getId() - Method in class com.vaadin.flow.server.frontend.scanner.CssData
The id getter.
getId() - Method in class com.vaadin.flow.server.WrappedHttpSession
 
getId() - Method in interface com.vaadin.flow.server.WrappedSession
Gets a string with a unique identifier for the session.
getId() - Method in class com.vaadin.hilla.push.messages.fromclient.AbstractServerMessage
 
getId() - Method in class com.vaadin.hilla.push.messages.toclient.AbstractClientMessage
 
getId() - Method in class com.vaadin.hilla.signals.core.event.ListStateEvent
 
getId() - Method in class com.vaadin.hilla.signals.core.event.StateEvent
Returns the unique identifier of the event.
getId() - Method in class com.vaadin.hilla.signals.Signal
Returns the signal UUID.
getId() - Method in class com.vaadin.testbench.unit.mocks.MockWebApplicationContext
 
getId(Class<? extends NodeFeature>) - Static method in class com.vaadin.flow.internal.nodefeature.NodeFeatureRegistry
Gets the id of a node feature.
getId(T) - Method in class com.vaadin.flow.data.provider.CallbackDataProvider
 
getId(T) - Method in interface com.vaadin.flow.data.provider.DataProvider
Gets an identifier for the given item.
getId(T) - Method in class com.vaadin.flow.data.provider.DataProviderWrapper
 
getIdByField() - Method in class com.vaadin.flow.component.template.internal.IdCollector
Gets a map from fields to their ids.
getIdeAndProcessInfo() - Static method in class com.vaadin.base.devserver.OpenInCurrentIde
Gets the IDE and process info for the current process.
getIdentifier() - Method in enum class com.vaadin.flow.dom.DebouncePhase
Gets the string that is used to identify this phase.
getIdentifier() - Method in enum class com.vaadin.flow.server.HandlerHelper.RequestType
Returns the identifier for the request type.
getIdentifier() - Method in enum class com.vaadin.flow.shared.ui.Transport
Gets the low level identifier for the transport.
getIdentifierProvider() - Method in class com.vaadin.flow.data.provider.AbstractDataView
 
getIdentifierProvider() - Method in class com.vaadin.flow.data.provider.IdentifierProviderChangeEvent
Returns the new identifier provider for the component.
getIgnoreHiddenPoint() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getIgnoreHiddenPoint() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getIgnoreHiddenPoint() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getIgnoreHiddenPoint() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
 
getIgnoreHiddenPoint() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getIgnoreHiddenPoint() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getIgnoreHiddenSeries() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getIgnorePackageNamesStartingWith() - Method in class com.vaadin.flow.data.binder.PropertyFilterDefinition
Returns a list of package name prefixes to ignore.
getImage() - Method in class com.vaadin.collaborationengine.UserInfo
Gets the url of the user's image.
getImage() - Method in class com.vaadin.flow.component.avatar.Avatar
Gets the image url that was set for the avatar.
getImage() - Method in class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupItem
Gets the image url that was set for the avatar.
getImage() - Method in class com.vaadin.flow.component.charts.model.Node
 
getImage() - Method in class com.vaadin.flow.component.map.configuration.style.Style
 
getImage() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
Gets the translated word for image
getImageComparison() - Method in class com.vaadin.testbench.commands.TestBenchCommandExecutor
Gets the image comparison implementation used for screenshots.
getImageProperties(BufferedImage) - Static method in class com.vaadin.testbench.screenshot.ImageUtil
Extract magical image properties used by the getBlock function.
getImageProvider() - Method in class com.vaadin.collaborationengine.CollaborationAvatarGroup
Gets the currently used image provider callback.
getImageProvider() - Method in class com.vaadin.collaborationengine.CollaborationMessageList
Gets the currently used image provider callback.
getImageResource() - Method in class com.vaadin.flow.component.avatar.Avatar
Gets the image that was set for the avatar.
getImageResource() - Method in class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupItem
Gets the image that was set for the avatar.
getImageResource(UserInfo) - Method in interface com.vaadin.collaborationengine.CollaborationAvatarGroup.ImageProvider
Gets a stream resource that provides the avatar image for the given user.
getImg() - Method in class com.vaadin.flow.component.map.configuration.style.Icon
The stream resource from which the icon's image should be loaded.
getImgSize() - Method in class com.vaadin.flow.component.map.configuration.style.Icon
The size of the image in pixels.
getImplementingComponents(Stream<Element>, Class<T>) - Static method in class com.vaadin.flow.router.EventUtil
Collect elements with Component implementing listener of type T.
getImportance() - Method in class com.vaadin.flow.component.html.IFrame
Gets the importance attribute value.
getImportsNotFoundMessage() - Method in class com.vaadin.flow.server.frontend.GenerateMainImports
 
getInactive() - Method in class com.vaadin.flow.component.charts.model.States
 
getInactiveColor() - Method in class com.vaadin.flow.component.charts.model.LegendNavigation
 
getInactiveOtherPoints() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getInclude() - Method in class com.vaadin.flow.server.frontend.scanner.CssData
The include getter.
getIncludeInDataExport() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getIncorrectFileType() - Method in class com.vaadin.flow.component.upload.UploadI18N.Error
Get translation for incorrect file type.
getIndex() - Method in class com.vaadin.flow.component.charts.events.internal.DataRemovedEvent
Returns index of the removed data point.
getIndex() - Method in class com.vaadin.flow.component.charts.events.internal.ItemSlicedEvent
Returns the index of the point to be sliced
getIndex() - Method in enum class com.vaadin.flow.component.charts.model.AxisDimension
 
getIndex() - Method in class com.vaadin.flow.internal.change.AbstractListChange
Gets the index of the change.
getIndex(T) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalDataCommunicator
Returns index for the row or null.
getIndex(T) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchyMapper
Finds the index of the item in active tree.
getIndexHtmlContent(VaadinService) - Static method in class com.vaadin.flow.server.frontend.FrontendUtils
Gets the content of the frontend/index.html file which is served by vite in dev-mode and read from classpath in production mode.
getIndexHtmlRequestListeners(Stream<IndexHtmlRequestListener>) - Method in interface com.vaadin.flow.di.Instantiator
Processes the available Index HTML request listeners.
getIndexOf(Tab) - Method in class com.vaadin.flow.component.tabs.TabSheet
Returns the index of the given tab.
getIndexOf(T) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchyMapper
Finds the current index of given object.
getInitialJson(VaadinRequest, VaadinResponse, VaadinSession) - Method in class com.vaadin.flow.server.communication.JavaScriptBootstrapHandler
Returns the JSON object with the application config and UIDL info that can be used in the bootstrapper to embed that info in the initial page.
getInitialPosition() - Method in class com.vaadin.flow.component.datepicker.DatePicker
Get the visible date when there is no value selected.
getInitialUidl(UI) - Static method in class com.vaadin.flow.server.BootstrapHandler
Generates the initial UIDL message which is included in the initial bootstrap page.
getInitParameter(String) - Method in class com.vaadin.flow.server.communication.JSR356WebsocketInitializer.FakeServletConfig
 
getInitParameterNames() - Method in class com.vaadin.flow.server.communication.JSR356WebsocketInitializer.FakeServletConfig
 
getInitParameters() - Method in interface com.vaadin.flow.function.DeploymentConfiguration
Gets the properties configured for the deployment, e.g.
getInitParameters() - Method in class com.vaadin.flow.server.PropertyDeploymentConfiguration
 
getInitProperty(String) - Method in class com.vaadin.flow.di.DefaultInstantiator
Get property value from the session configurator or try to load it from application.properties property file.
getInline() - Method in class com.vaadin.flow.component.ScrollOptions
Gets the horizontal alignment.
getInlineBody(Inline.Position) - Method in class com.vaadin.flow.server.InlineTargets
Get the list of inline objects to add to body.
getInlineHead(Inline.Position) - Method in class com.vaadin.flow.server.InlineTargets
Get the list of inline objects to add to head.
getInMemorySorting() - Method in class com.vaadin.flow.data.provider.DataCommunicator
Returns the Comparator to use with in-memory sorting.
getInMemorySorting() - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchyMapper
Gets the current in-memory sorting.
getInMemorySorting() - Method in class com.vaadin.flow.data.provider.Query
Gets the comparator for sorting in-memory data.
getInnerHtml() - Method in class com.vaadin.flow.component.Html
Gets the inner HTML, i.e.
getInnerHTML() - Method in class com.vaadin.flow.component.grid.testbench.GridTHTDElement
 
getInnerHTML() - Method in class com.vaadin.flow.component.gridpro.testbench.GridTHTDElement
 
getInnermostComponent(Composite<?>) - Static method in class com.vaadin.flow.component.ComponentUtil
Returns the innermost component from a Composite chain, i.e.
getInnermostComponent(Element) - Static method in class com.vaadin.flow.component.ComponentUtil
Gets the innermost mapped component for the element.
getInnerRadius() - Method in class com.vaadin.flow.component.charts.model.Background
 
getInnerRadius() - Method in class com.vaadin.flow.component.charts.model.PlotBand
 
getInnerSize() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getInputBoxBorderColor() - Method in class com.vaadin.flow.component.charts.model.RangeSelector
 
getInputBoxHeight() - Method in class com.vaadin.flow.component.charts.model.RangeSelector
 
getInputBoxWidth() - Method in class com.vaadin.flow.component.charts.model.RangeSelector
 
getInputDateFormat() - Method in class com.vaadin.flow.component.charts.model.RangeSelector
 
getInputDateParser() - Method in class com.vaadin.flow.component.charts.model.RangeSelector
 
getInputEditDateFormat() - Method in class com.vaadin.flow.component.charts.model.RangeSelector
 
getInputElementValue() - Method in class com.vaadin.flow.component.combobox.testbench.ComboBoxElement
 
getInputElementValue() - Method in class com.vaadin.flow.component.combobox.testbench.MultiSelectComboBoxElement
 
getInputEnabled() - Method in class com.vaadin.flow.component.charts.model.RangeSelector
 
getInputPosition() - Method in class com.vaadin.flow.component.charts.model.RangeSelector
 
getInputStream() - Method in class com.vaadin.flow.component.upload.receivers.FileBuffer
Get the input stream for file.
getInputStream() - Method in class com.vaadin.flow.component.upload.receivers.MemoryBuffer
Get the input stream for file with filename.
getInputStream() - Method in interface com.vaadin.flow.server.VaadinRequest
Returns an input stream from which the request content can be read.
getInputStream(String) - Method in class com.vaadin.flow.component.upload.receivers.MultiFileBuffer
Get the input stream for file with fileName.
getInputStream(String) - Method in class com.vaadin.flow.component.upload.receivers.MultiFileMemoryBuffer
Get the input stream for file with filename.
getInputStyle() - Method in class com.vaadin.flow.component.charts.model.RangeSelector
 
getInputValue() - Method in class com.vaadin.flow.component.datepicker.testbench.DatePickerElement
Gets the visible presentation value from the inner input element as a string.
getInsecureProxy() - Method in class com.vaadin.flow.server.frontend.installer.ProxyConfig
Get first proxy that is not secure.
getInside() - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
 
getInside() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getInside() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getInside() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getInside() - Method in class com.vaadin.flow.component.charts.model.Marker
 
getInstallDirectory() - Method in class com.vaadin.flow.server.frontend.installer.NodeInstaller
 
getInstance() - Static method in class com.vaadin.collaborationengine.CollaborationEngine
Gets the CollaborationEngine instance from the current VaadinService.
getInstance() - Static method in class com.vaadin.collaborationengine.SystemConnectionContext
Gets the system connection context associated with the current Collaboration Engine instance.
getInstance() - Static method in class com.vaadin.collaborationengine.SystemUserInfo
Gets the unique instance of system user info.
getInstance() - Static method in class com.vaadin.flow.component.littemplate.internal.LitTemplateParserImpl
 
getInstance() - Static method in class com.vaadin.hilla.EndpointCodeGenerator
Gets the singleton instance.
getInstance(VaadinContext) - Static method in class com.vaadin.flow.server.AppShellRegistry
Returns the instance of the registry, or create a new one if it does not exist yet.
getInstance(VaadinContext) - Static method in class com.vaadin.flow.server.startup.ApplicationRouteRegistry
Gets the route registry for the given Vaadin context.
getInstance(VaadinContext) - Static method in class com.vaadin.flow.server.webcomponent.WebComponentConfigurationRegistry
Get WebComponentRegistry instance for given servlet context.
getInstance(VaadinService) - Static method in class com.vaadin.collaborationengine.CollaborationEngine
Gets the CollaborationEngine instance from the provided VaadinService.
getInstance(ServletContext) - Static method in class com.vaadin.flow.server.PwaRegistry
Gets the pwa registry for the given servlet context.
getInstances() - Static method in class com.vaadin.flow.internal.CurrentInstance
Gets the currently set instances so that they can later be restored using CurrentInstance.restoreInstances(Map).
getInstantiator() - Method in class com.vaadin.flow.server.VaadinService
Gets the instantiator used by this service.
getInstantiator() - Method in class com.vaadin.testbench.unit.mocks.MockSpringServletService
 
getInteger(String) - Method in class com.vaadin.flow.router.RouteParameters
Gets the int representation of a parameter.
getInteractByLeaf() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getInternalErrorCaption() - Method in class com.vaadin.flow.server.SystemMessages
Gets the caption to show in an "internal error" notification.
getInternalErrorMessage() - Method in class com.vaadin.flow.server.SystemMessages
Gets the message to show in a "internal error" notification.
getInternalErrorURL() - Method in class com.vaadin.flow.server.SystemMessages
Gets the URL the user will be redirected to after dismissing an internal error message.
getInternalId() - Method in class com.vaadin.flow.component.grid.Grid.Column
 
getInternalId() - Method in class com.vaadin.flow.component.gridpro.GridPro.EditColumn
 
getInternals() - Method in class com.vaadin.flow.component.UI
Gets the framework data object for this UI.
getInvalidDate() - Method in class com.vaadin.flow.component.charts.model.Lang
 
getInverted() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getInvocation() - Method in class com.vaadin.flow.component.internal.PendingJavaScriptInvocation
Gets the underlying JavaScript invocation that this pending invocation is based on.
getInvocationHandlers() - Method in class com.vaadin.flow.server.communication.ServerRpcHandler
Gets RpcInvocationHandlers map where the key is the type of the handler gotten via RpcInvocationHandler.getRpcType().
getItalic() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
Gets the translated word for italic
getItem() - Method in interface com.vaadin.flow.component.charts.events.HasItem
Returns the data series item that this event is associated with.
getItem() - Method in class com.vaadin.flow.component.charts.events.internal.AbstractSeriesItemEvent
The item added.
getItem() - Method in class com.vaadin.flow.component.charts.model.DrilldownCallback.DrilldownDetails
Returns the item that was clicked
getItem() - Method in class com.vaadin.flow.component.crud.BinderCrudEditor
 
getItem() - Method in class com.vaadin.flow.component.crud.Crud.SaveEvent
Gets the item being currently edited.
getItem() - Method in class com.vaadin.flow.component.crud.Crud.EditEvent
 
getItem() - Method in class com.vaadin.flow.component.crud.Crud.NewEvent
Gets new item being created
getItem() - Method in interface com.vaadin.flow.component.crud.CrudEditor
Returns the item being edited.
getItem() - Method in class com.vaadin.flow.component.dashboard.DashboardItemMovedEvent
Returns the moved item
getItem() - Method in class com.vaadin.flow.component.dashboard.DashboardItemMoveModeChangedEvent
Returns the item of which the move mode state has changed
getItem() - Method in class com.vaadin.flow.component.dashboard.DashboardItemRemovedEvent
Returns the removed item
getItem() - Method in class com.vaadin.flow.component.dashboard.DashboardItemResizedEvent
Returns the resized widget
getItem() - Method in class com.vaadin.flow.component.dashboard.DashboardItemResizeModeChangedEvent
Returns the item of which the resize mode state has changed;
getItem() - Method in class com.vaadin.flow.component.dashboard.DashboardItemSelectedChangedEvent
Returns the item of which the selected state has changed
getItem() - Method in class com.vaadin.flow.component.grid.CellFocusEvent
Returns the item represented by the focused cell.
getItem() - Method in class com.vaadin.flow.component.grid.ClientItemToggleEvent
Gets the item that was toggled.
getItem() - Method in class com.vaadin.flow.component.grid.contextmenu.GridContextMenu.GridContextMenuItemClickEvent
Gets the item in the Grid that was the target of the context-click, or an empty Optional if the context-click didn't target any item in the Grid (eg.
getItem() - Method in class com.vaadin.flow.component.grid.contextmenu.GridContextMenu.GridContextMenuOpenedEvent
Gets the item in the Grid that was the target of the context-click, or an empty Optional if the context-click didn't target any item in the Grid (eg.
getItem() - Method in interface com.vaadin.flow.component.grid.editor.Editor
Gets the current item being edited, if any.
getItem() - Method in class com.vaadin.flow.component.grid.editor.EditorEvent
Gets the item being edited.
getItem() - Method in class com.vaadin.flow.component.grid.editor.EditorImpl
 
getItem() - Method in class com.vaadin.flow.component.grid.ItemClickEvent
Gets the clicked item.
getItem() - Method in class com.vaadin.flow.component.gridpro.GridPro.CellEditStartedEvent
Gets an instance of edited item.
getItem() - Method in class com.vaadin.flow.component.gridpro.GridPro.ItemPropertyChangedEvent
Gets an instance of edited item.
getItem() - Method in class com.vaadin.flow.component.radiobutton.testbench.RadioButtonElement
Gets the item (visible text) of the radio button.
getItem() - Method in interface com.vaadin.flow.data.binder.HasItemComponents.ItemComponent
 
getItem() - Method in class com.vaadin.flow.data.provider.DataChangeEvent.DataRefreshEvent
Gets the refreshed item.
getItem() - Method in class com.vaadin.hilla.push.messages.toclient.ClientMessageUpdate
 
getItem(int) - Method in class com.vaadin.flow.component.checkbox.dataview.CheckboxGroupDataView
 
getItem(int) - Method in class com.vaadin.flow.component.combobox.dataview.ComboBoxDataView
Gets the item at the given index from the data available in the ComboBox's server-side.
getItem(int) - Method in class com.vaadin.flow.component.combobox.dataview.ComboBoxLazyDataView
Gets the item at the given index from the data available in the ComboBox's server-side.
getItem(int) - Method in class com.vaadin.flow.component.grid.dataview.GridDataView
 
getItem(int) - Method in class com.vaadin.flow.component.listbox.dataview.ListBoxDataView
 
getItem(int) - Method in class com.vaadin.flow.component.radiobutton.dataview.RadioButtonGroupDataView
 
getItem(int) - Method in class com.vaadin.flow.component.select.data.SelectDataView
 
getItem(int) - Method in class com.vaadin.flow.component.timepicker.testbench.TimePickerElement.TimePickerOverlayElement
Gets the item at the given index from the opened drop down for the <vaadin-time-picker> element.
getItem(int) - Method in class com.vaadin.flow.component.virtuallist.VirtualListTester
Get the item at the given index.
getItem(int) - Method in class com.vaadin.flow.data.provider.AbstractLazyDataView
Gets the item at the given index from the data available to the component.
getItem(int) - Method in class com.vaadin.flow.data.provider.AbstractListDataView
 
getItem(int) - Method in class com.vaadin.flow.data.provider.DataCommunicator
Gets the item at the given index from the data available to the component.
getItem(int) - Method in interface com.vaadin.flow.data.provider.DataView
Gets the item at the given index from the data available to the component.
getItem(ListKey, TypeReference<T>) - Method in interface com.vaadin.collaborationengine.CollaborationList
Gets the list item identifier by the given key as instance of the given type reference.
getItem(ListKey, Class<T>) - Method in interface com.vaadin.collaborationengine.CollaborationList
Gets the list item identifier by the given key as instance of the given class.
getItem(WebStorage.Storage, String) - Static method in interface com.vaadin.flow.component.page.WebStorage
Asynchronously gets an item from the given storage.
getItem(WebStorage.Storage, String, WebStorage.Callback) - Static method in interface com.vaadin.flow.component.page.WebStorage
Asynchronously gets an item from the given storage.
getItem(UI, WebStorage.Storage, String) - Static method in interface com.vaadin.flow.component.page.WebStorage
Asynchronously gets an item from the given storage.
getItem(UI, WebStorage.Storage, String, WebStorage.Callback) - Static method in interface com.vaadin.flow.component.page.WebStorage
Asynchronously gets an item from the given storage.
getItem(String) - Static method in interface com.vaadin.flow.component.page.WebStorage
Asynchronously gets an item from the local storage.
getItem(String, WebStorage.Callback) - Static method in interface com.vaadin.flow.component.page.WebStorage
Asynchronously gets an item from the local storage.
getItemAccessibleNameGenerator() - Method in class com.vaadin.flow.component.virtuallist.VirtualList
Gets the function that generates accessible names for virtual list items.
getItemByLabel(String) - Method in class com.vaadin.flow.component.sidenav.testbench.SideNavElement
 
getItemByPath(String) - Method in class com.vaadin.flow.component.sidenav.testbench.SideNavElement
 
getItemClassNameGenerator() - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
Gets the item class name generator that is used for generating CSS class names for the dropdown items in the ComboBox.
getItemClickListeners() - Method in interface com.vaadin.flow.data.renderer.ClickableRenderer
Gets all registered listeners.
getItemClickListeners() - Method in class com.vaadin.flow.data.renderer.NativeButtonRenderer
 
getItemComponent(int) - Method in class com.vaadin.flow.component.virtuallist.VirtualListTester
Get an initialized copy of the component for the item.
getItemCount() - Method in class com.vaadin.flow.component.combobox.dataview.ComboBoxListDataView
Get the full item count with filters if any set.
getItemCount() - Method in class com.vaadin.flow.component.grid.dataview.GridListDataView
 
getItemCount() - Method in class com.vaadin.flow.data.provider.AbstractListDataView
 
getItemCount() - Method in class com.vaadin.flow.data.provider.DataCommunicator
This is the latest DataProvider item count informed to the client or fetched from the DataProvider if client data has not been sent.
getItemCount() - Method in class com.vaadin.flow.data.provider.ItemCountChangeEvent
Get the new item count for the component.
getItemCount() - Method in interface com.vaadin.flow.data.provider.ListDataView
Get the full item count with filters if any set.
getItemCountEstimate() - Method in class com.vaadin.flow.data.provider.AbstractLazyDataView
 
getItemCountEstimate() - Method in class com.vaadin.flow.data.provider.DataCommunicator
Gets the item count estimate used.
getItemCountEstimate() - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalDataCommunicator
Estimates are not supported in HierarchicalDataCommunicator
getItemCountEstimate() - Method in interface com.vaadin.flow.data.provider.LazyDataView
Gets the item count estimate.
getItemCountEstimateIncrease() - Method in class com.vaadin.flow.data.provider.AbstractLazyDataView
 
getItemCountEstimateIncrease() - Method in class com.vaadin.flow.data.provider.DataCommunicator
Gets the item count estimate increase used.
getItemCountEstimateIncrease() - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalDataCommunicator
Estimates are not supported in HierarchicalDataCommunicator
getItemCountEstimateIncrease() - Method in interface com.vaadin.flow.data.provider.LazyDataView
Gets the item count estimate increase - how much the item count estimate is increased once the previous item count estimate has been reached.
getItemDistance() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getItemEnabledProvider() - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
Returns the item enabled predicate.
getItemEnabledProvider() - Method in class com.vaadin.flow.component.listbox.ListBoxBase
Returns the item enabled predicate.
getItemEnabledProvider() - Method in class com.vaadin.flow.component.radiobutton.RadioButtonGroup
Returns the item enabled predicate.
getItemEnabledProvider() - Method in class com.vaadin.flow.component.select.Select
Returns the item enabled predicate.
getItemHelperGenerator() - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
Gets the CheckboxGroup.ItemHelperGenerator function that is used for generating helper text strings used by the checkbox group for each item.
getItemHiddenStyle() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getItemHoverStyle() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getItemId() - Method in class com.vaadin.flow.component.charts.events.DrilldownEvent
 
getItemId() - Method in interface com.vaadin.flow.component.charts.events.HasItem
The ID of the series item that is associated with the event.
getItemId() - Method in class com.vaadin.flow.component.charts.events.PointClickEvent
 
getItemId() - Method in class com.vaadin.flow.component.charts.events.PointDragEvent
 
getItemId() - Method in class com.vaadin.flow.component.charts.events.PointDragStartEvent
 
getItemId() - Method in class com.vaadin.flow.component.charts.events.PointDropEvent
 
getItemId() - Method in class com.vaadin.flow.component.charts.events.PointLegendItemClickEvent
 
getItemId() - Method in class com.vaadin.flow.component.charts.events.PointMouseOutEvent
 
getItemId() - Method in class com.vaadin.flow.component.charts.events.PointMouseOverEvent
 
getItemId() - Method in class com.vaadin.flow.component.charts.events.PointRemoveEvent
 
getItemId() - Method in class com.vaadin.flow.component.charts.events.PointSelectEvent
 
getItemId() - Method in class com.vaadin.flow.component.charts.events.PointUnselectEvent
 
getItemId() - Method in class com.vaadin.flow.component.charts.events.PointUpdateEvent
 
getItemId(ITEM) - Method in class com.vaadin.flow.component.listbox.ListBoxBase
 
getItemIndex() - Method in class com.vaadin.flow.component.charts.events.DrilldownEvent
 
getItemIndex() - Method in interface com.vaadin.flow.component.charts.events.HasItem
Returns the index of the series item, that is associated with this event, in HasSeries.getSeries().
getItemIndex() - Method in class com.vaadin.flow.component.charts.events.PointClickEvent
 
getItemIndex() - Method in class com.vaadin.flow.component.charts.events.PointDragEvent
 
getItemIndex() - Method in class com.vaadin.flow.component.charts.events.PointDragStartEvent
 
getItemIndex() - Method in class com.vaadin.flow.component.charts.events.PointDropEvent
 
getItemIndex() - Method in class com.vaadin.flow.component.charts.events.PointLegendItemClickEvent
 
getItemIndex() - Method in class com.vaadin.flow.component.charts.events.PointMouseOutEvent
 
getItemIndex() - Method in class com.vaadin.flow.component.charts.events.PointMouseOverEvent
 
getItemIndex() - Method in class com.vaadin.flow.component.charts.events.PointRemoveEvent
 
getItemIndex() - Method in class com.vaadin.flow.component.charts.events.PointSelectEvent
 
getItemIndex() - Method in class com.vaadin.flow.component.charts.events.PointUnselectEvent
 
getItemIndex() - Method in class com.vaadin.flow.component.charts.events.PointUpdateEvent
 
getItemIndex() - Method in class com.vaadin.flow.component.charts.model.DrilldownCallback.DrilldownDetails
getItemIndex(T) - Method in class com.vaadin.flow.data.provider.AbstractDataView
 
getItemIndex(T) - Method in class com.vaadin.flow.data.provider.AbstractLazyDataView
Gets the index of the given item by the item index provider set with AbstractLazyDataView.setItemIndexProvider(ItemIndexProvider).
getItemIndex(T) - Method in interface com.vaadin.flow.data.provider.DataView
Gets the index of the given item from the data available to the component.
getItemIndex(T, Stream<T>) - Method in class com.vaadin.flow.data.provider.AbstractDataView
Gets item index from the given stream.
getItemIndexProvider() - Method in class com.vaadin.flow.data.provider.AbstractLazyDataView
Gets the item index provider for this data view's component.
getItemIterator(VaadinRequest) - Method in class com.vaadin.flow.server.communication.StreamReceiverHandler
 
getItemKey(T) - Method in class com.vaadin.flow.data.provider.AbstractComponentDataGenerator
Gets a unique key for a given item.
getItemKey(T) - Method in class com.vaadin.flow.data.renderer.ComponentDataGenerator
 
getItemLabelGenerator() - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
Gets the item label generator that is used to produce the strings shown in the checkbox group for each item.
getItemLabelGenerator() - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
Gets the item label generator that is used to produce the strings shown in the combo box for each item.
getItemLabelGenerator() - Method in class com.vaadin.flow.component.listbox.ListBoxBase
Gets the item label generator that is used to produce the strings shown in the ListBox for each item.
getItemLabelGenerator() - Method in class com.vaadin.flow.component.radiobutton.RadioButtonGroup
Gets the item label generator that is used to produce the strings shown in the radio button group for each item.
getItemLabelGenerator() - Method in class com.vaadin.flow.component.select.Select
Gets the item label generator.
getItemMarginBottom() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getItemMarginTop() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getItemPosition(T) - Method in class com.vaadin.flow.component.select.Select
 
getItemPosition(T) - Method in interface com.vaadin.flow.data.binder.HasItemComponents
Gets the index of the child element that represents the given item.
getItemRenderer() - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
Returns the item component renderer.
getItemRenderer() - Method in class com.vaadin.flow.component.listbox.ListBoxBase
Returns the item component renderer.
getItemRenderer() - Method in class com.vaadin.flow.component.radiobutton.RadioButtonGroup
Returns the item component renderer.
getItemRenderer() - Method in class com.vaadin.flow.component.select.Select
Returns the item component renderer.
getItems() - Method in class com.vaadin.flow.component.avatar.AvatarGroup
Gets the items that were set for the avatar group in an unmodifiable list.
getItems() - Method in class com.vaadin.flow.component.combobox.dataview.ComboBoxDataView
Gets the items available on the ComboBox's server-side.
getItems() - Method in class com.vaadin.flow.component.combobox.dataview.ComboBoxLazyDataView
Gets the items available on the ComboBox's server-side.
getItems() - Method in class com.vaadin.flow.component.combobox.dataview.ComboBoxListDataView
Gets the items available on the ComboBox's server-side.
getItems() - Method in class com.vaadin.flow.component.contextmenu.ContextMenuBase
Gets the items added to this component (the children of this component that are instances of MenuItem).
getItems() - Method in class com.vaadin.flow.component.contextmenu.MenuManager
Gets all children items.
getItems() - Method in class com.vaadin.flow.component.contextmenu.SubMenuBase
Gets the items added to this sub menu (the children of this component that are instances of MenuItem).
getItems() - Method in class com.vaadin.flow.component.dashboard.DashboardItemMovedEvent
Returns the root level items of the dashboard
getItems() - Method in class com.vaadin.flow.component.dashboard.DashboardItemRemovedEvent
Returns the root level items of the dashboard
getItems() - Method in class com.vaadin.flow.component.dashboard.DashboardItemResizedEvent
Returns the root level items of the dashboard
getItems() - Method in class com.vaadin.flow.component.grid.dataview.GridDataView
 
getItems() - Method in class com.vaadin.flow.component.grid.dataview.GridListDataView
 
getItems() - Method in class com.vaadin.flow.component.html.testbench.OrderedListTester
Get all ListItems for unordered list.
getItems() - Method in class com.vaadin.flow.component.html.testbench.UnorderedListTester
Get all ListItems for unordered list.
getItems() - Method in class com.vaadin.flow.component.menubar.MenuBar
Gets the MenuItem components added to the root level of the menu bar.
getItems() - Method in class com.vaadin.flow.component.messages.MessageList
Gets the items that are rendered as message components in this message list.
getItems() - Method in class com.vaadin.flow.component.select.testbench.SelectElement
 
getItems() - Method in class com.vaadin.flow.component.sidenav.SideNav
Gets the items added to this navigation item (the children of this component that are instances of SideNavItem).
getItems() - Method in class com.vaadin.flow.component.sidenav.testbench.SideNavElement
 
getItems() - Method in class com.vaadin.flow.component.sidenav.testbench.SideNavItemElement
 
getItems() - Method in class com.vaadin.flow.component.treegrid.CollapseEvent
 
getItems() - Method in class com.vaadin.flow.component.treegrid.ExpandEvent
 
getItems() - Method in class com.vaadin.flow.data.provider.AbstractDataView
 
getItems() - Method in class com.vaadin.flow.data.provider.AbstractLazyDataView
 
getItems() - Method in class com.vaadin.flow.data.provider.AbstractListDataView
 
getItems() - Method in interface com.vaadin.flow.data.provider.DataView
Get the full data available to the component.
getItems() - Method in class com.vaadin.flow.data.provider.ListDataProvider
Returns the underlying data items.
getItems(boolean) - Method in class com.vaadin.flow.component.sidenav.testbench.SideNavElement
 
getItems(boolean) - Method in class com.vaadin.flow.component.sidenav.testbench.SideNavItemElement
 
getItems(TypeReference<T>) - Method in interface com.vaadin.collaborationengine.CollaborationList
Gets the list items as instances of the given type reference.
getItems(Class<T>) - Method in interface com.vaadin.collaborationengine.CollaborationList
Gets the list items as instances of the given class.
getItemsStream() - Method in class com.vaadin.flow.component.select.testbench.SelectElement
 
getItemStyle() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getItemsWithChildrenRecursively(Collection<T>, int) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
Gets given items and their children recursively until the given depth.
getItemText(int) - Method in class com.vaadin.flow.component.timepicker.testbench.TimePickerElement
Gets the text content for the item inside the drop down with the given index.
getItemText(int) - Method in class com.vaadin.flow.component.virtuallist.VirtualListTester
Get the text that is shown on the client for the item at index.
getItemUpdater() - Method in class com.vaadin.flow.component.gridpro.GridPro.EditColumn
Gets the itemUpdater function that will be called on item changed.
getItemWidth() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getJacksonModule() - Method in class com.vaadin.hilla.endpointransfermapper.EndpointTransferMapper
Gets the Jackson 2 module configured with the mapping serializers and deserializers.
getJarFiles() - Method in class com.vaadin.flow.server.frontend.Options
 
getJarFrontendResourcesFolder() - Method in class com.vaadin.flow.server.frontend.Options
Gets the folder to which frontend resources from add-on jars are copied.
getJarResourcesFolder(File) - Static method in class com.vaadin.flow.server.frontend.FrontendUtils
Get the front-end resources folder.
getJarResourceString(String, ClassFinder) - Static method in class com.vaadin.flow.server.frontend.FrontendUtils
Get resource from JAR package.
getJavaClass() - Method in class com.vaadin.flow.internal.nodefeature.ElementData
 
getJavaFieldValue(Object, Field) - Static method in class com.vaadin.flow.internal.ReflectTools
Returns the value of the java field.
getJavaFieldValue(Object, Field, Class<?>) - Static method in class com.vaadin.flow.internal.ReflectTools
Returns the value of the java field that is assignable to the property type.
getJavaResourceFolder() - Method in interface com.vaadin.flow.server.AbstractConfiguration
Gets the folder where resource sources are stored.
getJavaResourceFolder() - Method in class com.vaadin.flow.server.frontend.Options
Gets the folder containing java resources, typically src/main/resources in a Maven project.
getJavaResourceFolder() - Method in class com.vaadin.flow.server.PropertyDeploymentConfiguration
 
getJavaScriptAnnotations(Class<? extends Component>) - Static method in class com.vaadin.flow.internal.AnnotationReader
Finds all JavaScript annotations on the given Component class, its super classes and implemented interfaces.
getJavaSourceFolder() - Method in interface com.vaadin.flow.server.AbstractConfiguration
Gets the folder where sources are stored.
getJavaSourceFolder() - Method in class com.vaadin.flow.server.PropertyDeploymentConfiguration
 
getJavaxBeanValidator() - Method in class com.vaadin.flow.data.validator.BeanValidator
Returns a shared JSR-303 validator instance to use.
getJavaxBeanValidatorFactory() - Static method in class com.vaadin.flow.data.validator.BeanValidator
Returns the underlying JSR-303 bean validator factory used.
getJsModuleAnnotations(Class<? extends Component>) - Static method in class com.vaadin.flow.internal.AnnotationReader
Finds all JsModule annotation on the given Component class, its super classes and implenented interfaces.
getJustifyContentMode() - Method in interface com.vaadin.flow.component.orderedlayout.FlexComponent
Gets the current justify content mode of the layout.
getKeepAliveSeconds() - Method in class com.vaadin.testbench.parallel.ParallelConfigurationStrategy
 
getKey() - Method in class com.vaadin.collaborationengine.ListChangeEvent
Gets the key of the list item affected by the change.
getKey() - Method in class com.vaadin.collaborationengine.ListKey
Gets the unique value of this key.
getKey() - Method in class com.vaadin.collaborationengine.ListOperationResult
Gets the key of the item.
getKey() - Method in class com.vaadin.collaborationengine.MapChangeEvent
Gets the updated map key.
getKey() - Method in class com.vaadin.flow.component.grid.Grid.Column
Gets the user-defined key for this column, or null if no key has been set.
getKey() - Method in class com.vaadin.flow.component.internal.KeyboardEvent
Gets the key of the event.
getKey() - Method in class com.vaadin.flow.component.ShortcutEvent
Primary Key that triggered the shortcut.
getKey() - Method in class com.vaadin.flow.component.ShortcutRegistration
Get the primary Key of the shortcut.
getKey() - Method in class com.vaadin.flow.internal.change.MapPutChange
Gets the key of the change.
getKey() - Method in class com.vaadin.flow.internal.change.MapRemoveChange
Gets the removed key.
getKey() - Method in class com.vaadin.flow.internal.nodefeature.BasicTypeValue
 
getKey() - Method in class com.vaadin.flow.internal.nodefeature.NodeValue
Gets the key that should be used when the value of this feature is sent to the client.
getKey() - Method in class com.vaadin.flow.internal.nodefeature.ShadowRootData
 
getKey() - Method in class com.vaadin.flow.internal.nodefeature.TextNodeMap
 
getKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.Accessibility
 
getKeyMapper() - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
Accesses the key mapper that is managed by the data controller
getKeyMapper() - Method in class com.vaadin.flow.data.provider.DataCommunicator
Gets the DataKeyMapper used by this DataCommunicator.
getKeyModifiers() - Method in class com.vaadin.flow.component.ShortcutEvent
Set of KeyModifiers that, in combination with the primary key, triggered the shortcut.
getKeys() - Method in interface com.vaadin.collaborationengine.CollaborationList
Gets the keys for all the items on the list.
getKeys() - Method in interface com.vaadin.collaborationengine.CollaborationMap
Gets a stream of the currently available keys.
getKeys() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getKeys() - Method in interface com.vaadin.flow.component.Key
Returns the list (with at least one element) of printable representations of the key, which should reflect the key property in the JavaScript KeyboardEvent.
getKeys() - Method in enum class com.vaadin.flow.component.KeyModifier
Gets the key value.
getKeys(JsonNode) - Static method in class com.vaadin.flow.internal.JacksonUtils
 
getLabel() - Method in class com.vaadin.flow.component.charts.model.Crosshair
 
getLabel() - Method in class com.vaadin.flow.component.charts.model.DataSeriesItemTimeline
 
getLabel() - Method in class com.vaadin.flow.component.charts.model.PlotBand
 
getLabel() - Method in class com.vaadin.flow.component.charts.model.PlotLine
 
getLabel() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getLabel() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getLabel() - Method in class com.vaadin.flow.component.checkbox.Checkbox
Get the current label text.
getLabel() - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
Gets the label of the checkbox group.
getLabel() - Method in class com.vaadin.flow.component.checkbox.testbench.CheckboxElement
 
getLabel() - Method in class com.vaadin.flow.component.customfield.CustomField
Gets the label for the field.
getLabel() - Method in class com.vaadin.flow.component.customfield.testbench.CustomFieldElement
 
getLabel() - Method in class com.vaadin.flow.component.datepicker.DatePicker
Gets the label of the datepicker.
getLabel() - Method in class com.vaadin.flow.component.datetimepicker.DateTimePicker
Gets the label of this field.
getLabel() - Method in interface com.vaadin.flow.component.HasLabel
Gets the label of the component.
getLabel() - Method in class com.vaadin.flow.component.radiobutton.RadioButtonGroup
String used for the label element.
getLabel() - Method in class com.vaadin.flow.component.select.Select
Gets the string for the label element.
getLabel() - Method in class com.vaadin.flow.component.sidenav.SideNav
Gets the label of this side navigation menu.
getLabel() - Method in class com.vaadin.flow.component.sidenav.SideNavItem
Gets the label of this menu item.
getLabel() - Method in class com.vaadin.flow.component.sidenav.testbench.SideNavElement
 
getLabel() - Method in class com.vaadin.flow.component.sidenav.testbench.SideNavItemElement
 
getLabel() - Method in class com.vaadin.flow.component.tabs.Tab
Gets the label of this tab.
getLabel() - Method in class com.vaadin.flow.component.timepicker.TimePicker
Gets the label of the time picker.
getLabel() - Method in interface com.vaadin.testbench.HasLabel
Gets the label for the element.
getLabelFormat() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getLabelFormatter() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getLabelrank() - Method in class com.vaadin.flow.component.charts.model.GanttSeriesItem
 
getLabelrank() - Method in class com.vaadin.flow.component.charts.model.NodeSeriesItem
 
getLabels() - Method in class com.vaadin.flow.component.charts.model.AnnotationItem
 
getLabels() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getLabels() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getLabels() - Method in class com.vaadin.flow.component.charts.model.style.AxisStyle
 
getLabels() - Method in class com.vaadin.flow.component.charts.model.style.Theme
Get style of labels
getLabels() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getLabels() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getLabels() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getLabelStyle() - Method in class com.vaadin.flow.component.charts.model.Loading
 
getLabelStyle() - Method in class com.vaadin.flow.component.charts.model.RangeSelector
 
getLabelWidth() - Method in class com.vaadin.flow.component.formlayout.FormLayout
Get the width of side-positioned label.
getLang() - Method in class com.vaadin.flow.component.charts.ChartOptions
Returns the Lang in use or null if no lang configuration has been set.
getLastAccessedTime() - Method in class com.vaadin.flow.server.WrappedHttpSession
 
getLastAccessedTime() - Method in interface com.vaadin.flow.server.WrappedSession
Returns the last time the client sent a request associated with this session, as the number of milliseconds since midnight January 1, 1970 GMT, and marked by the time the container received the request.
getLastHandledLocation() - Method in class com.vaadin.flow.component.internal.UIInternals
Get the latest handled location or empty optional if no active navigation.
getLastHeartbeatTimestamp() - Method in class com.vaadin.flow.component.internal.UIInternals
Returns the timestamp of the last received heartbeat for the related UI.
getLastItem() - Method in class com.vaadin.flow.component.timepicker.testbench.TimePickerElement.TimePickerOverlayElement
Gets the last item from the opened drop down for the <vaadin-time-picker> element.
getLastItemText() - Method in class com.vaadin.flow.component.timepicker.testbench.TimePickerElement
Gets the text content for the last item inside the drop down.
getLastLocked() - Method in class com.vaadin.flow.server.VaadinSession
Gets the timestamp of the most recent lock operation performed on this session.
getLastPathParameter(String) - Static method in class com.vaadin.flow.server.VaadinServlet
Finds any path parameter added to the last part of the uri.
getLastProcessedClientToServerId() - Method in class com.vaadin.flow.component.internal.UIInternals
Gets the last processed server message id.
getLastProcessedMessageHash() - Method in class com.vaadin.flow.component.internal.UIInternals
Gets the hash of the last processed message from the client.
getLastRequestDuration() - Method in class com.vaadin.flow.server.VaadinSession
 
getLastRequestResponse() - Method in class com.vaadin.flow.component.internal.UIInternals
Returns the response created for the last UIDL request.
getLastRequestTimestamp() - Method in class com.vaadin.flow.server.VaadinSession
Returns the time when the last request was serviced in this session.
getLastUnlocked() - Method in class com.vaadin.flow.server.VaadinSession
Gets the timestamp of the most recent unlock operation performed on this session.
getLastVisibleRowIndex() - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Gets the index of the last row which is at least partially visible.
getLastVisibleRowIndex() - Method in class com.vaadin.flow.component.gridpro.testbench.GridProElement
Gets the index of the last row which is at least partially visible.
getLastVisibleRowIndex() - Method in class com.vaadin.flow.component.virtuallist.testbench.VirtualListElement
Gets the index of the last row which is at least partially visible.
getLatestLicenseEvents(String) - Method in interface com.vaadin.collaborationengine.LicenseStorage
Deprecated.
Gets a map of license event names with the date of their last occurrence.
getLaunchBrowserDelay() - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties
Returns timout after which a browser should be launched again on startup when in development mode.
getLayer() - Method in class com.vaadin.flow.component.map.events.FeatureEventDetails
The VectorLayer that contains the feature
getLayer() - Method in class com.vaadin.flow.component.map.events.MapFeatureClickEvent
The layer that contains the feature
getLayer() - Method in class com.vaadin.flow.component.map.events.MapFeatureDropEvent
The layer that contains the feature
getLayers() - Method in class com.vaadin.flow.component.map.configuration.Configuration
The list of layers managed by this map.
getLayout() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getLayout() - Method in class com.vaadin.flow.component.charts.model.Node
 
getLayout(String) - Method in class com.vaadin.flow.router.internal.AbstractRouteRegistry
 
getLayout(String) - Method in interface com.vaadin.flow.server.RouteRegistry
Get the layout component for the current path.
getLayout(String) - Method in class com.vaadin.flow.server.SessionRouteRegistry
 
getLayoutAlgorithm() - Method in class com.vaadin.flow.component.charts.model.Level
 
getLayoutAlgorithm() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getLayouts() - Method in class com.vaadin.flow.router.BeforeEvent
Get the layout chain for the navigation target.
getLayoutStartingDirection() - Method in class com.vaadin.flow.component.charts.model.Level
 
getLayoutStartingDirection() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getLazyDataView() - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
Gets the lazy data view for the ComboBox.
getLazyDataView() - Method in class com.vaadin.flow.component.grid.Grid
Gets the lazy data view for the grid.
getLazyDataView() - Method in class com.vaadin.flow.component.treegrid.TreeGrid
Deprecated.
not supported
getLazyDataView() - Method in interface com.vaadin.flow.data.provider.HasLazyDataView
Get the LazyDataView for the component that allows access to the items in the component.
getLearnMoreLabel() - Method in class com.vaadin.flow.component.cookieconsent.testbench.CookieConsentElement
 
getLearnMoreLink() - Method in class com.vaadin.flow.component.cookieconsent.testbench.CookieConsentElement
 
getLearnMoreLinkElement() - Method in class com.vaadin.flow.component.cookieconsent.testbench.CookieConsentElement
 
getLeaveObservers() - Method in class com.vaadin.flow.router.internal.Postpone
Get BeforeLeaveHandlers that have been left over from a postpone.
getLeft() - Method in class com.vaadin.flow.component.charts.model.style.Style
 
getLeft() - Method in class com.vaadin.flow.component.dialog.Dialog.DialogDraggedEvent
Gets the left position of the overlay after dragging is done
getLeft() - Method in class com.vaadin.flow.component.dialog.Dialog.DialogResizeEvent
Gets the left position of the overlay after resize is done
getLeft() - Method in class com.vaadin.flow.component.dialog.Dialog
Gets the left position of the overlay.
getLegacyFrontendFolderIfExists(File, File) - Static method in class com.vaadin.flow.server.frontend.FrontendUtils
Get the legacy frontend folder if available and new folder doesn't exist.
getLegend() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getLegend() - Method in class com.vaadin.flow.component.charts.model.style.Theme
Get style of legend
getLegend() - Method in class com.vaadin.flow.component.html.FieldSet
Returns the legend component associated with this fieldset.
getLegendIndex() - Method in class com.vaadin.flow.component.charts.model.AbstractSeriesItem
Returns the index of the legend.
getLegendIndex() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getLegendIndex() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getLegendIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getLegendIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getLegendIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getLegendIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getLegendIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getLegendIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getLegendIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getLegendIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getLegendIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getLegendIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getLegendIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getLegendIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getLegendIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getLegendIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getLegendIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getLegendIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
 
getLegendIndex() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getLegendText() - Method in class com.vaadin.flow.component.html.FieldSet
Gets the text of the legend.
getLegendType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
 
getLevel() - Method in class com.vaadin.flow.component.charts.model.Level
 
getLevel() - Method in class com.vaadin.flow.component.charts.model.Node
 
getLevelIsConstant() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getLevels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getLevels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getLevels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getLibURL() - Method in class com.vaadin.flow.component.charts.model.Exporting
 
getLicenseEventHandler() - Method in class com.vaadin.collaborationengine.CollaborationEngineConfiguration
Deprecated, for removal: This API element is subject to removal in a future version.
the handler is not used since 6.3
getLicenseStorage() - Method in class com.vaadin.collaborationengine.CollaborationEngineConfiguration
Deprecated, for removal: This API element is subject to removal in a future version.
license storage is not needed since 6.3
getLifecycleOwner() - Method in class com.vaadin.flow.component.ShortcutEvent
Component which owns the shortcut.
getLifecycleOwner() - Method in class com.vaadin.flow.component.ShortcutRegistration
Component which controls when the shortcut is active and when it is not.
getLigature() - Method in class com.vaadin.flow.component.icon.FontIcon
Gets the ligature name that specifies an icon from an icon font with support for ligatures.
getLimit() - Method in class com.vaadin.flow.data.provider.Query
Gets the number of items to fetch.
getLine() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
getLinearGradient() - Method in class com.vaadin.flow.component.charts.model.style.GradientColor
 
getLinecap() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getLinecap() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getLinecap() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getLinecap() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getLinecap() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getLinecap() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getLinecap() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getLinecap() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getLinecap() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getLinecap() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
 
getLineColor() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getLineColor() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getLineColor() - Method in class com.vaadin.flow.component.charts.model.ConnectorStyle
 
getLineColor() - Method in class com.vaadin.flow.component.charts.model.DragHandle
 
getLineColor() - Method in class com.vaadin.flow.component.charts.model.GuideBoxDefaultState
 
getLineColor() - Method in class com.vaadin.flow.component.charts.model.Hover
 
getLineColor() - Method in class com.vaadin.flow.component.charts.model.Marker
 
getLineColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getLineColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getLineColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getLineColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getLineColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getLineColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getLineColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getLineColor() - Method in class com.vaadin.flow.component.charts.model.Select
 
getLineColor() - Method in class com.vaadin.flow.component.charts.model.style.AxisStyle
 
getLineColor() - Method in class com.vaadin.flow.component.charts.model.style.MarkerStyle
 
getLineColor() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getLineColor() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getLineColor() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getLineHeight() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getLineHeight() - Method in class com.vaadin.flow.component.charts.model.style.Style
 
getLines() - Method in class com.vaadin.flow.server.frontend.GenerateMainImports
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.ConnectorStyle
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.DragHandle
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.GuideBoxDefaultState
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.Hover
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.Inactive
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.Marker
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.Select
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.style.AxisStyle
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getLineWidthPlus() - Method in class com.vaadin.flow.component.charts.model.Hover
 
getLink() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
Gets the translated word for link
getLinkColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getLinkLineWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getLinkOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getLinkOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getLinkRadius() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getListBullet() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
Gets the translated word for listBullet
getListDataView() - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
Gets the list data view for the checkbox group.
getListDataView() - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
Gets the list data view for the ComboBox.
getListDataView() - Method in class com.vaadin.flow.component.grid.Grid
Gets the list data view for the grid.
getListDataView() - Method in class com.vaadin.flow.component.listbox.ListBoxBase
Gets the list data view for the ListBox.
getListDataView() - Method in class com.vaadin.flow.component.radiobutton.RadioButtonGroup
Gets the list data view for the RadioButtonGroup.
getListDataView() - Method in class com.vaadin.flow.component.select.Select
Gets the list data view for the Select.
getListDataView() - Method in class com.vaadin.flow.component.treegrid.TreeGrid
Deprecated.
not supported
getListDataView() - Method in interface com.vaadin.flow.data.provider.HasListDataView
Get the ListDataView for the component.
getListeners(Component, Class<? extends ComponentEvent>) - Static method in class com.vaadin.flow.component.ComponentUtil
Returns all listeners that match or extend the given event type.
getListeners(Class<? extends ComponentEvent>) - Method in class com.vaadin.flow.component.Component
Returns all listeners that match or extend the given event type.
getListeners(Class<? extends ComponentEvent>) - Method in class com.vaadin.flow.component.ComponentEventBus
Returns all listeners that match or extend the given event type.
getListeners(Class<E>) - Method in class com.vaadin.flow.component.internal.UIInternals
Get all registered listeners for given navigation handler type.
getListOrdered() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
Gets the translated word for listOrdered
getLitRendererPropertyValue(int, int, String, Class<V>) - Method in class com.vaadin.flow.component.grid.GridTester
Get property value for item's LitRenderer in column.
getLitRendererPropertyValue(int, String, Class<V>) - Method in class com.vaadin.flow.component.virtuallist.VirtualListTester
Get property value for item's LitRenderer.
getLitRendererPropertyValue(int, String, String, Class<V>) - Method in class com.vaadin.flow.component.grid.GridTester
Get property value for item's LitRenderer in column.
getLiveRedraw() - Method in class com.vaadin.flow.component.charts.model.DragDrop
 
getLiveRedraw() - Method in class com.vaadin.flow.component.charts.model.Scrollbar
 
getLiveReload(VaadinContext) - Method in class com.vaadin.base.devserver.BrowserLiveReloadAccessorImpl
 
getLiveReload(VaadinContext) - Method in interface com.vaadin.flow.internal.BrowserLiveReloadAccessor
Returns a BrowserLiveReload instance for the given context.
getLiveReload(VaadinService) - Method in class com.vaadin.base.devserver.BrowserLiveReloadAccessorImpl
 
getLiveReload(VaadinService) - Method in class com.vaadin.flow.internal.BrowserLiveReloadAccess
Deprecated.
Returns a BrowserLiveReload instance for the given service.
getLiveReload(VaadinService) - Method in interface com.vaadin.flow.internal.BrowserLiveReloadAccessor
Returns a BrowserLiveReload instance for the given service.
getLiveReloadFromContext(VaadinContext) - Static method in interface com.vaadin.flow.internal.BrowserLiveReloadAccessor
Create a BrowserLiveReload if factory available.
getLiveReloadFromService(VaadinService) - Static method in interface com.vaadin.flow.internal.BrowserLiveReloadAccessor
Create a BrowserLiveReload if factory available.
getLoading() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getLoading() - Method in class com.vaadin.flow.component.charts.model.Lang
 
getLoadingIndicatorConfiguration() - Method in class com.vaadin.flow.component.UI
Retrieves the object used for configuring the loading indicator.
getLoadMode() - Method in class com.vaadin.flow.shared.ui.Dependency
Gets load mode that will be used for dependency loading.
getLocale() - Method in class com.vaadin.flow.component.Component
Gets the locale for this component.
getLocale() - Method in class com.vaadin.flow.component.datepicker.DatePicker
Gets the Locale for this date picker
getLocale() - Method in class com.vaadin.flow.component.datetimepicker.DateTimePicker
Gets the Locale for this DateTimePicker
getLocale() - Method in class com.vaadin.flow.component.internal.CompositionEvent
Gets the optional Locale of the event.
getLocale() - Method in class com.vaadin.flow.component.textfield.BigDecimalField
Gets the locale used by this BigDecimalField.
getLocale() - Method in class com.vaadin.flow.component.timepicker.TimePicker
Gets the Locale for this time picker.
getLocale() - Method in class com.vaadin.flow.component.UI
Gets the locale for this UI.
getLocale() - Method in class com.vaadin.flow.data.binder.ValueContext
Returns an Optional for the Locale used in the value conversion.
getLocale() - Method in class com.vaadin.flow.i18n.LocaleChangeEvent
Get the new locale that was set.
getLocale() - Static method in class com.vaadin.flow.internal.LocaleUtil
Get the locale from the current UI or from the I18NProvider from the current VaadinService.
getLocale() - Method in class com.vaadin.flow.server.SystemMessagesInfo
The locale of the UI related to the SystemMessages request.
getLocale() - Method in interface com.vaadin.flow.server.VaadinRequest
Gets locale information from the query, e.g.
getLocale() - Method in class com.vaadin.flow.server.VaadinSession
Gets the locale for this session.
getLocale() - Method in class com.vaadin.flow.server.WebBrowser
Gets the locale reported by the browser.
getLocale(Supplier<Optional<I18NProvider>>) - Static method in class com.vaadin.flow.internal.LocaleUtil
Get the locale from the current UI or from the given I18NProvider.
getLocaleMatchByLanguage(VaadinRequest, List<Locale>) - Static method in class com.vaadin.flow.internal.LocaleUtil
Get the locale matching the language of the request locale in the provided locales.
getLocales() - Method in interface com.vaadin.flow.server.VaadinRequest
Returns an Enumeration of Locale objects indicating, in decreasing order starting with the preferred locale, the locales that are acceptable to the client based on the Accept-Language header.
getLocalResourcesFolder() - Method in class com.vaadin.flow.server.frontend.Options
 
getLocalUser() - Method in class com.vaadin.collaborationengine.AbstractCollaborationManager
Gets the local user of this manager.
getLocation() - Method in class com.vaadin.flow.component.internal.KeyboardEvent
Gets the KeyLocation of the event.
getLocation() - Method in enum class com.vaadin.flow.component.KeyLocation
Gets the key location integer value.
getLocation() - Method in class com.vaadin.flow.component.page.History.HistoryStateChangeEvent
Gets the location that was opened.
getLocation() - Method in class com.vaadin.flow.router.AfterNavigationEvent
Gets the new location.
getLocation() - Method in class com.vaadin.flow.router.BeforeEvent
Gets the new location.
getLocation() - Method in class com.vaadin.flow.router.internal.ResolveRequest
Gets the location that is requested to be resolved.
getLocation() - Method in class com.vaadin.flow.router.LocationChangeEvent
Gets the new location.
getLocation() - Method in class com.vaadin.flow.router.NavigationEvent
Gets the new location.
getLocation() - Method in class com.vaadin.flow.server.auth.NavigationContext
Gets the requested location.
getLocation() - Method in class com.vaadin.testbench.TestBenchElement
 
getLocationChangeEvent() - Method in class com.vaadin.flow.router.AfterNavigationEvent
getLockInstance() - Method in class com.vaadin.flow.server.VaadinSession
Gets the Lock instance that is used for protecting the data of this session from concurrent access.
getLogEntries(Level) - Method in class com.vaadin.testbench.AbstractBrowserTestBase
Gets the log entries from the browser that have the given logging level or higher.
getLogger() - Static method in class com.vaadin.base.devserver.viteproxy.ViteWebsocketProxy
 
getLogger() - Method in class com.vaadin.flow.component.upload.receivers.AbstractFileBuffer
 
getLogger() - Static method in class com.vaadin.flow.i18n.I18NUtil
 
getLogger() - Method in class com.vaadin.flow.server.frontend.GenerateMainImports
 
getLogger() - Method in class com.vaadin.flow.spring.VaadinServletConfiguration.RootExcludeHandler
 
getLogger() - Method in interface com.vaadin.hilla.engine.commandrunner.CommandRunner
Get the logger to use.
getLogger() - Method in class com.vaadin.hilla.engine.commandrunner.GradleRunner
 
getLogger() - Method in class com.vaadin.hilla.engine.commandrunner.MavenRunner
 
getLoginForm() - Method in class com.vaadin.flow.component.login.testbench.LoginOverlayElement
Returns the login form, the actual container of native html form
getLoginOverlayWrapper() - Method in class com.vaadin.flow.component.login.testbench.LoginOverlayElement
Returns the container of the branding and form area
getLoginUrl() - Method in class com.vaadin.flow.server.auth.NavigationAccessControl
Gets the frontend login view.
getLoginView() - Method in class com.vaadin.flow.server.auth.NavigationAccessControl
Gets the Flow login view.
getLong(String) - Method in class com.vaadin.flow.router.RouteParameters
Gets the long representation of a parameter.
getLongPollingSuspendTimeout() - Method in class com.vaadin.flow.server.communication.PushHandler
Gets the timeout used for suspend calls when using long polling.
getLongProperty(String) - Static method in class com.vaadin.open.OSUtils
 
getLongProperty(String, int) - Static method in class com.vaadin.open.OSUtils
 
getLookup() - Method in class com.vaadin.flow.server.frontend.Options
Gets the lookup instance to use for internal lookups.
getLow() - Method in class com.vaadin.flow.component.charts.model.DataSeriesItem
Returns the lower range for visualizations.
getLowerQuartile() - Method in class com.vaadin.flow.component.charts.model.BoxPlotItem
 
getLuminance(int) - Static method in class com.vaadin.testbench.screenshot.ImageUtil
Get luminance value for the given rgb value.
getLumoTheme() - Method in class com.vaadin.flow.server.frontend.scanner.FrontendDependencies
 
getMainClass() - Method in class com.vaadin.hilla.engine.EngineConfiguration
 
getMainDivId(VaadinSession, VaadinRequest) - Method in class com.vaadin.flow.server.VaadinService
Creates and returns a unique ID for the DIV where the UI is to be rendered.
getMainDivId(VaadinSession, VaadinRequest) - Method in class com.vaadin.flow.server.VaadinServletService
 
getMainDivId(VaadinSession, VaadinRequest) - Method in class com.vaadin.testbench.unit.mocks.MockSpringServletService
 
getMajorVersion() - Method in class com.vaadin.flow.server.frontend.FrontendVersion
Gets the major version, x in x.y.z.qualifier.
getMajorVersion() - Static method in class com.vaadin.flow.server.Version
Gets the major version, x in x.y.z.qualifier.
getMajorVersion(Capabilities) - Static method in class com.vaadin.testbench.screenshot.ReferenceNameGenerator
Finds the major version by parsing the browser version string.
getManifestIcons() - Method in class com.vaadin.flow.server.PwaRegistry
List of PwaIcon:s that should be added to manifest.webmanifest.
getManifestJson() - Method in class com.vaadin.flow.server.PwaRegistry
manifest.webmanifest contents as a String.
getManifestPath() - Method in class com.vaadin.flow.server.PwaConfiguration
Gets the path to the manifest.webmanifest.
getMany() - Method in class com.vaadin.flow.component.upload.UploadI18N.SingleMulti
 
getManyActiveUsers() - Method in class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupI18n
Gets the translated phrase for avatar group accessible label when having many active users.
getMapper() - Static method in class com.vaadin.flow.internal.JacksonUtils
 
getMapper(Class<T>) - Method in class com.vaadin.hilla.endpointransfermapper.EndpointTransferMapper
Gets the mapper for the given endpoint type.
getMargin() - Method in class com.vaadin.flow.component.charts.model.AxisTitle
 
getMargin() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getMargin() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getMargin() - Method in class com.vaadin.flow.component.charts.model.Navigator
 
getMargin() - Method in class com.vaadin.flow.component.charts.model.Scrollbar
 
getMargin() - Method in class com.vaadin.flow.component.charts.model.Title
 
getMargin() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getMargin() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getMarginBottom() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getMarginLeft() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getMarginRight() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getMarginTop() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getMarker() - Method in class com.vaadin.flow.component.charts.model.AbstractSeriesItem
Returns the marker of the item.
getMarker() - Method in class com.vaadin.flow.component.charts.model.ConnectorStyle
 
getMarker() - Method in class com.vaadin.flow.component.charts.model.Hover
 
getMarker() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getMarker() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getMarker() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getMarker() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getMarker() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getMarker() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getMarker() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getMarker() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getMarker() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
 
getMarker() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getMaskFill() - Method in class com.vaadin.flow.component.charts.model.Navigator
 
getMaskInside() - Method in class com.vaadin.flow.component.charts.model.Navigator
 
getMatcher() - Method in class com.vaadin.hilla.crud.filter.PropertyStringFilter
The matcher, or operator, to use when comparing the property value to the filter value.
getMatchingRequest(HttpServletRequest, HttpServletResponse) - Method in class com.vaadin.flow.spring.security.VaadinDefaultRequestCache
 
getMax() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getMax() - Method in class com.vaadin.flow.component.datepicker.DatePicker
Gets the maximum date allowed to be selected for this field.
getMax() - Method in class com.vaadin.flow.component.datetimepicker.DateTimePicker
Gets the maximum date and time in the date time picker.
getMax() - Method in class com.vaadin.flow.component.html.RangeInput
Gets the maximum value.
getMax() - Method in class com.vaadin.flow.component.progressbar.ProgressBar
Gets the maximum bound of the progressbar.
getMax() - Method in class com.vaadin.flow.component.textfield.IntegerField
Gets the maximum value for the field.
getMax() - Method in class com.vaadin.flow.component.textfield.NumberField
Gets the maximum value for this field.
getMax() - Method in class com.vaadin.flow.component.timepicker.TimePicker
Gets the maximum time allowed to be selected for this field.
getMaxAttempts() - Static method in class com.vaadin.testbench.Parameters
Gets the maximum number of times to run the test in case of a random failure.
getMaxAttempts() - Method in class com.vaadin.testbench.RetryRule
Gets the maximum number of times to run the test.
getMaxColor() - Method in class com.vaadin.flow.component.charts.model.ColorAxis
 
getMaxColor() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getMaxDouble() - Method in class com.vaadin.flow.component.textfield.AbstractNumberField
Gets the maximum value for this field.
getMaxErrorMessage() - Method in class com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n
Gets the error message displayed when the selected date is later than the maximum allowed date.
getMaxErrorMessage() - Method in class com.vaadin.flow.component.datetimepicker.DateTimePicker.DateTimePickerI18n
Gets the error message displayed when the selected date and time are later than the maximum allowed date and time.
getMaxErrorMessage() - Method in interface com.vaadin.flow.component.textfield.AbstractNumberFieldI18n
Gets the error message displayed when the field value is greater than the maximum allowed value.
getMaxErrorMessage() - Method in class com.vaadin.flow.component.textfield.IntegerField.IntegerFieldI18n
Gets the error message displayed when the field value is greater than the maximum allowed value.
getMaxErrorMessage() - Method in class com.vaadin.flow.component.textfield.NumberField.NumberFieldI18n
Gets the error message displayed when the field value is greater than the maximum allowed value.
getMaxErrorMessage() - Method in class com.vaadin.flow.component.timepicker.TimePicker.TimePickerI18n
Gets the error message displayed when the selected time is later than the maximum allowed time.
getMaxFiles() - Method in class com.vaadin.flow.component.upload.testbench.UploadElement
Gets how many files can be uploaded.
getMaxFiles() - Method in class com.vaadin.flow.component.upload.Upload
Get the maximum number of files allowed for the user to select to upload.
getMaxFileSize() - Method in class com.vaadin.flow.component.upload.Upload
Get the maximum allowed file size in the client-side, in bytes.
getMaxHeight() - Method in class com.vaadin.flow.component.charts.model.Condition
 
getMaxHeight() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getMaxHeight() - Method in class com.vaadin.flow.component.dialog.Dialog
 
getMaxHeight() - Method in interface com.vaadin.flow.component.HasSize
Gets the max-height defined for the component.
getMaximum() - Method in class com.vaadin.flow.component.charts.events.internal.AxisRescaledEvent
Returns the new maximum value on the axis.
getMaximum() - Method in class com.vaadin.flow.component.charts.events.XAxesExtremesSetEvent
 
getMaximum() - Method in class com.vaadin.flow.component.charts.events.YAxesExtremesSetEvent
 
getMaximumColumnCount() - Method in class com.vaadin.flow.component.dashboard.Dashboard
Returns the maximum column count of the dashboard.
getMaximumColumnWidth() - Method in class com.vaadin.flow.component.dashboard.Dashboard
Returns the maximum column width of the dashboard.
getMaxInactiveInterval() - Method in class com.vaadin.flow.server.WrappedHttpSession
 
getMaxInactiveInterval() - Method in interface com.vaadin.flow.server.WrappedSession
Returns the maximum time interval, in seconds, that this session will be kept open between client accesses.
getMaxItemsVisible() - Method in class com.vaadin.collaborationengine.CollaborationAvatarGroup
Gets the maximum number of avatars to display, or null if no max has been set.
getMaxItemsVisible() - Method in class com.vaadin.flow.component.avatar.AvatarGroup
Gets the maximum number of avatars to display, or null if no limit has been set.
getMaxLength() - Method in class com.vaadin.flow.component.textfield.EmailField
Gets the maximum number of characters (in Unicode code points) that the user can enter.
getMaxLength() - Method in class com.vaadin.flow.component.textfield.PasswordField
Gets the maximum number of characters (in Unicode code points) that the user can enter.
getMaxLength() - Method in class com.vaadin.flow.component.textfield.TextArea
Gets the maximum number of characters (in Unicode code points) that the user can enter.
getMaxLength() - Method in class com.vaadin.flow.component.textfield.TextField
Gets the maximum number of characters (in Unicode code points) that the user can enter.
getMaxLength() - Method in class com.vaadin.flow.data.validator.StringLengthValidator
Gets the maximum permissible length of the string.
getMaxLengthErrorMessage() - Method in class com.vaadin.flow.component.textfield.EmailField.EmailFieldI18n
Gets the error message displayed when the field value is longer than the maximum allowed length.
getMaxLengthErrorMessage() - Method in class com.vaadin.flow.component.textfield.PasswordField.PasswordFieldI18n
Gets the error message displayed when the field value is longer than the maximum allowed length.
getMaxLengthErrorMessage() - Method in class com.vaadin.flow.component.textfield.TextArea.TextAreaI18n
Gets the error message displayed when the field value is longer than the maximum allowed length.
getMaxLengthErrorMessage() - Method in class com.vaadin.flow.component.textfield.TextField.TextFieldI18n
Gets the error message displayed when the field value is longer than the maximum allowed length.
getMaxMessageSuspendTimeout() - Method in interface com.vaadin.flow.function.DeploymentConfiguration
In certain cases, such as when combining XmlHttpRequests and push over low bandwidth connections, messages may be received out of order by the client.
getMaxMessageSuspendTimeout() - Method in class com.vaadin.flow.server.DefaultDeploymentConfiguration
In certain cases, such as when combining XmlHttpRequests and push over low bandwidth connections, messages may be received out of order by the client.
getMaxMessageSuspendTimeout() - Method in class com.vaadin.flow.server.PropertyDeploymentConfiguration
 
getMaxNestingDepth() - Method in class com.vaadin.flow.data.binder.PropertyFilterDefinition
Returns the maximum amount of nesting levels for sub-properties.
getMaxPadding() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getMaxPadding() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getMaxPadding() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getMaxPadding() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getMaxPointWidth() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getMaxPointWidth() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getMaxPointWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getMaxPointWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getMaxPointWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getMaxPointWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getMaxPointWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getMaxPointWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getMaxPointWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getMaxPointWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getMaxPointWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getMaxPointWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getMaxPointWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getMaxPointWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getMaxPointWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getMaxPointWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getMaxPoolSize() - Method in class com.vaadin.testbench.parallel.ParallelConfigurationStrategy
 
getMaxRange() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getMaxRange() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getMaxRows() - Method in class com.vaadin.flow.component.textfield.TextArea
Maximum number of rows to expand to before the component starts scrolling.
getMaxScreenshotRetries() - Static method in class com.vaadin.testbench.Parameters
 
getMaxSize() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getMaxValue() - Method in class com.vaadin.flow.data.validator.RangeValidator
Gets the maximum value of the range.
getMaxWidth() - Method in class com.vaadin.flow.component.charts.model.Condition
 
getMaxWidth() - Method in class com.vaadin.flow.component.dialog.Dialog
 
getMaxWidth() - Method in interface com.vaadin.flow.component.HasSize
Gets the max-width defined for the component.
getMaxX() - Method in class com.vaadin.flow.component.map.configuration.Extent
 
getMaxY() - Method in class com.vaadin.flow.component.map.configuration.Extent
 
getMaxZoom() - Method in class com.vaadin.flow.component.map.configuration.layer.Layer
 
getMedian() - Method in class com.vaadin.flow.component.charts.model.BoxPlotItem
 
getMedianColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getMedianWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getMenuAccessControl() - Method in class com.vaadin.flow.di.DefaultInstantiator
 
getMenuAccessControl() - Method in interface com.vaadin.flow.di.Instantiator
Get the MenuAccessControl.
getMenuAccessControl() - Method in class com.vaadin.flow.spring.SpringInstantiator
 
getMenuData() - Method in class com.vaadin.flow.router.RouteData
Get the menu data for this route.
getMenuEntries() - Static method in class com.vaadin.flow.server.menu.MenuConfiguration
Collect ordered list of menu entries for menu population.
getMenuEntries(Locale) - Static method in class com.vaadin.flow.server.menu.MenuConfiguration
Collect ordered list of menu entries for menu population.
getMenuItemDefinitions() - Method in class com.vaadin.flow.component.charts.model.Exporting
 
getMenuItemHoverStyle() - Method in class com.vaadin.flow.component.charts.model.Navigation
 
getMenuItems() - Method in class com.vaadin.flow.component.charts.model.ContextButton
 
getMenuItems(boolean) - Static method in class com.vaadin.flow.internal.menu.MenuRegistry
Collect views with menu annotation for automatic menu population.
getMenuItemStyle() - Method in class com.vaadin.flow.component.charts.model.Navigation
 
getMenuManager() - Method in class com.vaadin.flow.component.contextmenu.ContextMenuBase
Gets the menu manager.
getMenuManager() - Method in class com.vaadin.flow.component.contextmenu.SubMenuBase
Gets a (sub) menu manager.
getMenuStyle() - Method in class com.vaadin.flow.component.charts.model.Navigation
 
getMessage() - Method in class com.vaadin.collaborationengine.CollaborationMessagePersister.PersistRequest
Gets the message to persist.
getMessage() - Method in class com.vaadin.collaborationengine.LicenseEvent
Deprecated.
Gets the message describing the event.
getMessage() - Method in interface com.vaadin.collaborationengine.MessageHandler.MessageContext
Gets the message.
getMessage() - Method in class com.vaadin.flow.component.cookieconsent.testbench.CookieConsentElement
 
getMessage() - Method in class com.vaadin.flow.component.login.LoginI18n.ErrorMessage
 
getMessage() - Method in class com.vaadin.flow.component.messages.MessageInputI18n
Gets the translated word for message.
getMessage() - Method in class com.vaadin.flow.data.binder.BindingValidationStatus
Gets error validation message if status is BindingValidationStatus.Status.ERROR.
getMessage() - Method in interface com.vaadin.flow.data.binder.Result
Returns an Optional of the result message, or an empty Optional if none.
getMessage() - Method in exception com.vaadin.hilla.EndpointInvocationException
Returns the additional message that is passed to the client side.
getMessage() - Method in class com.vaadin.hilla.exception.EndpointValidationException.ValidationErrorData
Gets the validation error message.
getMessage() - Method in class com.vaadin.hilla.push.messages.toclient.ClientMessageError
 
getMessage(int) - Method in class com.vaadin.flow.component.messages.MessageListTester
Get message in given index.
getMessage(ConstraintViolation<?>, Locale) - Method in class com.vaadin.flow.data.validator.BeanValidator
Returns the interpolated error message for the given constraint violation using the locale specified for this validator.
getMessage(Reader) - Method in class com.vaadin.flow.server.communication.ServerRpcHandler
 
getMessage(String, Object[], String, Locale) - Method in class com.vaadin.testbench.unit.mocks.MockWebApplicationContext
 
getMessage(String, Object[], Locale) - Method in class com.vaadin.testbench.unit.mocks.MockWebApplicationContext
 
getMessage(MessageSourceResolvable, Locale) - Method in class com.vaadin.testbench.unit.mocks.MockWebApplicationContext
 
getMessage(T) - Method in class com.vaadin.flow.data.validator.AbstractValidator
Returns the error message for the given value.
getMessageConfigurator() - Method in class com.vaadin.collaborationengine.CollaborationMessageList
Gets the current message configurator, if any.
getMessageElements() - Method in class com.vaadin.flow.component.messages.testbench.MessageListElement
Gets the <vaadin-message> elements rendered in this message list.
getMessages() - Method in class com.vaadin.flow.component.messages.MessageListTester
Get all messages in list.
getMessages(String) - Method in class com.vaadin.flow.component.messages.MessageListTester
Get all messages for a given userName.
getMessages(Instant, Instant) - Method in class com.vaadin.flow.component.messages.MessageListTester
Get messages between given Instant (excluding).
getMessagesAfter(Instant) - Method in class com.vaadin.flow.component.messages.MessageListTester
Get messages after given Instant (excluding).
getMessagesBefore(Instant) - Method in class com.vaadin.flow.component.messages.MessageListTester
Get messages before given Instant (excluding).
getMessageText() - Method in class com.vaadin.flow.component.confirmdialog.testbench.ConfirmDialogElement
 
getMethod() - Method in interface com.vaadin.flow.server.VaadinRequest
Returns the name of the HTTP method with which this request was made, for example, GET, POST, or PUT.
getMethod(Class, String, Class<?>...) - Method in class com.vaadin.testbench.unit.ComponentTester
Get method with given name and parameters in the given class.
getMethod(String) - Method in class com.vaadin.hilla.EndpointRegistry.VaadinEndpointData
Finds a method with the given name.
getMethod(String, Class<?>...) - Method in class com.vaadin.testbench.unit.ComponentTester
Get method with given name and parameters in the wrapped component.
getMethodName() - Method in class com.vaadin.hilla.push.messages.fromclient.SubscribeMessage
 
getMethods() - Method in class com.vaadin.hilla.EndpointRegistry.VaadinEndpointData
Gets all the endpoint methods.
getMilestone() - Method in class com.vaadin.flow.component.charts.model.GanttSeriesItem
 
getMimeType() - Method in class com.vaadin.flow.component.upload.receivers.FileData
Return the mimeType of this file.
getMimeType() - Method in class com.vaadin.flow.server.communication.streaming.StreamingStartEventImpl
 
getMimeType() - Method in interface com.vaadin.flow.server.StreamVariable.StreamingEvent
Get the mime type for the stream.
getMimeType(String) - Method in class com.vaadin.flow.server.VaadinService
Returns the MIME type of the specified file, or null if the MIME type is not known.
getMimeType(String) - Method in class com.vaadin.flow.server.VaadinServletService
 
getMIMEType() - Method in class com.vaadin.flow.component.upload.FinishedEvent
Get the MIME Type of the file.
getMIMEType() - Method in class com.vaadin.flow.component.upload.StartedEvent
Get the MIME type of the file.
getMin() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getMin() - Method in class com.vaadin.flow.component.datepicker.DatePicker
Gets the minimum date allowed to be selected for this field.
getMin() - Method in class com.vaadin.flow.component.datetimepicker.DateTimePicker
Gets the minimum date and time in the date time picker.
getMin() - Method in class com.vaadin.flow.component.html.RangeInput
Gets the minimum value.
getMin() - Method in class com.vaadin.flow.component.progressbar.ProgressBar
Gets the minimum bound of the progressbar.
getMin() - Method in class com.vaadin.flow.component.textfield.IntegerField
Gets the minimum value for this field.
getMin() - Method in class com.vaadin.flow.component.textfield.NumberField
Gets the minimum value for this field.
getMin() - Method in class com.vaadin.flow.component.timepicker.TimePicker
Gets the minimum time allowed to be selected for this field.
getMinColor() - Method in class com.vaadin.flow.component.charts.model.ColorAxis
 
getMinColor() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getMinDouble() - Method in class com.vaadin.flow.component.textfield.AbstractNumberField
Gets the minimum value for this field.
getMinErrorMessage() - Method in class com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n
Gets the error message displayed when the selected date is earlier than the minimum allowed date.
getMinErrorMessage() - Method in class com.vaadin.flow.component.datetimepicker.DateTimePicker.DateTimePickerI18n
Gets the error message displayed when the selected date and time are earlier than the minimum allowed date and time.
getMinErrorMessage() - Method in interface com.vaadin.flow.component.textfield.AbstractNumberFieldI18n
Gets the error message displayed when the field value is smaller than the minimum allowed value.
getMinErrorMessage() - Method in class com.vaadin.flow.component.textfield.IntegerField.IntegerFieldI18n
Gets the error message displayed when the field value is smaller than the minimum allowed value.
getMinErrorMessage() - Method in class com.vaadin.flow.component.textfield.NumberField.NumberFieldI18n
Gets the error message displayed when the field value is smaller than the minimum allowed value.
getMinErrorMessage() - Method in class com.vaadin.flow.component.timepicker.TimePicker.TimePickerI18n
Gets the error message displayed when the selected time is earlier than the minimum allowed time.
getMinHeight() - Method in class com.vaadin.flow.component.charts.model.Condition
 
getMinHeight() - Method in class com.vaadin.flow.component.dialog.Dialog
 
getMinHeight() - Method in interface com.vaadin.flow.component.HasSize
Gets the min-height defined for the component.
getMinimum() - Method in class com.vaadin.flow.component.charts.events.internal.AxisRescaledEvent
Returns the new minimum value on the axis.
getMinimum() - Method in class com.vaadin.flow.component.charts.events.XAxesExtremesSetEvent
 
getMinimum() - Method in class com.vaadin.flow.component.charts.events.YAxesExtremesSetEvent
 
getMinimumColumnWidth() - Method in class com.vaadin.flow.component.dashboard.Dashboard
Returns the minimum column width of the dashboard.
getMinimumRowHeight() - Method in class com.vaadin.flow.component.dashboard.Dashboard
Returns the minimum row height of the dashboard.
getMinimumRunnable() - Method in class com.vaadin.testbench.parallel.ParallelConfigurationStrategy
 
getMinLength() - Method in class com.vaadin.flow.component.textfield.EmailField
Gets the minimum number of characters (in Unicode code points) that the user can enter.
getMinLength() - Method in class com.vaadin.flow.component.textfield.PasswordField
Gets the minimum number of characters (in Unicode code points) that the user can enter.
getMinLength() - Method in class com.vaadin.flow.component.textfield.TextArea
Gets the minimum number of characters (in Unicode code points) that the user can enter.
getMinLength() - Method in class com.vaadin.flow.component.textfield.TextField
Gests the minimum number of characters (in Unicode code points) that the user can enter.
getMinLength() - Method in class com.vaadin.flow.data.validator.StringLengthValidator
Gets the minimum permissible length of the string.
getMinLengthErrorMessage() - Method in class com.vaadin.flow.component.textfield.EmailField.EmailFieldI18n
Gets the error message displayed when the field value is shorter than the minimum allowed length.
getMinLengthErrorMessage() - Method in class com.vaadin.flow.component.textfield.PasswordField.PasswordFieldI18n
Gets the error message displayed when the field value is shorter than the minimum allowed length.
getMinLengthErrorMessage() - Method in class com.vaadin.flow.component.textfield.TextArea.TextAreaI18n
Gets the error message displayed when the field value is shorter than the minimum allowed length.
getMinLengthErrorMessage() - Method in class com.vaadin.flow.component.textfield.TextField.TextFieldI18n
Gets the error message displayed when the field value is shorter than the minimum allowed length.
getMinLinkWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getMinLinkWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getMinorGridLineColor() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getMinorGridLineColor() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getMinorGridLineColor() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getMinorGridLineDashStyle() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getMinorGridLineDashStyle() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getMinorGridLineDashStyle() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getMinorGridLineWidth() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getMinorGridLineWidth() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getMinorGridLineWidth() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getMinorTickColor() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getMinorTickColor() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getMinorTickColor() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getMinorTickInterval() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getMinorTickInterval() - Method in class com.vaadin.flow.component.charts.model.style.AxisStyle
 
getMinorTickInterval() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getMinorTickInterval() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getMinorTickInterval() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getMinorTickLength() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getMinorTickLength() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getMinorTickLength() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getMinorTickLength() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getMinorTickPosition() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getMinorTickPosition() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getMinorTickPosition() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getMinorTickPosition() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getMinorTicks() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getMinorTicks() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getMinorTickWidth() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getMinorTickWidth() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getMinorTickWidth() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getMinorVersion() - Method in class com.vaadin.flow.server.frontend.FrontendVersion
Gets the minor version, y in x.y.z.qualifier.
getMinorVersion() - Static method in class com.vaadin.flow.server.Version
Gets the minor version, y in x.y.z.qualifier.
getMinPadding() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getMinPadding() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getMinPadding() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getMinPadding() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getMinPointLength() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getMinPointLength() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getMinPointLength() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getMinPointLength() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getMinPointLength() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getMinPointLength() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getMinPointLength() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getMinPointLength() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getMinPointLength() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getMinPointLength() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getMinPointLength() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getMinRange() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getMinRange() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getMinRange() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getMinRange() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getMinRows() - Method in class com.vaadin.flow.component.textfield.TextArea
The minimum number of rows to show.
getMinSize() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getMinSize() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getMinSize() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getMinSize() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getMinSize() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getMinTickInterval() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getMinTickInterval() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getMinTickInterval() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getMinTickInterval() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getMinute() - Method in class com.vaadin.flow.component.charts.model.DateTimeLabelFormats
 
getMinValue() - Method in class com.vaadin.flow.data.validator.RangeValidator
Returns the minimum value of the range.
getMinWidth() - Method in class com.vaadin.flow.component.charts.model.Condition
 
getMinWidth() - Method in class com.vaadin.flow.component.charts.model.Scrollbar
 
getMinWidth() - Method in class com.vaadin.flow.component.dialog.Dialog
 
getMinWidth() - Method in interface com.vaadin.flow.component.HasSize
Gets the min-width defined for the component.
getMinX() - Method in class com.vaadin.flow.component.map.configuration.Extent
 
getMinY() - Method in class com.vaadin.flow.component.map.configuration.Extent
 
getMinZoom() - Method in class com.vaadin.flow.component.map.configuration.layer.Layer
 
getMode() - Method in interface com.vaadin.flow.server.AbstractConfiguration
Gets the mode the application is running in.
getModel(StateNode) - Static method in class com.vaadin.flow.internal.nodefeature.ElementPropertyMap
Gets the model map for the given node.
getModifiers() - Method in class com.vaadin.flow.component.internal.KeyboardEvent
Gets the set of KeyModifier of the event.
getModifiers() - Method in class com.vaadin.flow.component.ShortcutRegistration
Get a set of keys where each key is an instance of a KeyModifier.
getModule() - Static method in class com.vaadin.flow.component.charts.model.serializers.AxisListSerializer
 
getModule() - Static method in class com.vaadin.flow.component.charts.model.serializers.ChartEnumSerializer
 
getModule() - Static method in class com.vaadin.flow.component.charts.model.serializers.DateSerializer
 
getModule() - Static method in class com.vaadin.flow.component.charts.model.serializers.GradientColorStopsSerializer
 
getModule() - Static method in class com.vaadin.flow.component.charts.model.serializers.InstantSerializer
 
getModule() - Static method in class com.vaadin.flow.component.charts.model.serializers.PaneListSerializer
 
getModule() - Static method in class com.vaadin.flow.component.charts.model.serializers.SolidColorSerializer
 
getModule() - Static method in class com.vaadin.flow.component.charts.model.serializers.StopSerializer
 
getModule() - Static method in class com.vaadin.flow.component.charts.model.serializers.TimeUnitMultiplesSerializer
 
getModuleFolders(Document) - Static method in class com.vaadin.base.devserver.MavenUtils
Gets a list of the folders containing the sub modules for the given pom file.
getModulePath() - Method in class com.vaadin.flow.component.littemplate.LitTemplateParser.TemplateData
Gets the uri where the template is declared.
getModules() - Method in class com.vaadin.flow.server.frontend.scanner.EntryPointData
 
getModules() - Method in class com.vaadin.flow.server.frontend.scanner.FrontendDependencies
Get all JS modules needed for run the application.
getModules() - Method in interface com.vaadin.flow.server.frontend.scanner.FrontendDependenciesScanner
Get all ES6 modules needed for run the application.
getModulesDevelopment() - Method in class com.vaadin.flow.server.frontend.scanner.FrontendDependencies
Get all JS modules needed in development mode.
getModulesDevelopment() - Method in interface com.vaadin.flow.server.frontend.scanner.FrontendDependenciesScanner
Get all ES6 modules needed only in development mode.
getModulesDevelopmentOnly() - Method in class com.vaadin.flow.server.frontend.scanner.EntryPointData
 
getMonth() - Method in class com.vaadin.flow.component.charts.model.DateTimeLabelFormats
 
getMonthNames() - Method in class com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n
Gets the name of the months.
getMonths() - Method in class com.vaadin.flow.component.charts.model.Lang
 
getMoreInfoLink() - Method in class com.vaadin.experimental.Feature
 
getMoreOptions() - Method in class com.vaadin.flow.component.menubar.MenuBar.MenuBarI18n
Gets the text that is used on the overflow button to make it accessible.
getMouseDetails() - Method in class com.vaadin.flow.component.charts.events.ChartClickEvent
 
getMouseDetails() - Method in interface com.vaadin.flow.component.charts.events.ClickEvent
Gets the mouse click details
getMouseDetails() - Method in class com.vaadin.flow.component.charts.events.PointClickEvent
 
getMouseDetails() - Method in class com.vaadin.flow.component.charts.events.PointLegendItemClickEvent
 
getMouseDetails() - Method in class com.vaadin.flow.component.charts.events.SeriesClickEvent
 
getMouseDetails() - Method in class com.vaadin.flow.component.charts.events.SeriesLegendItemClickEvent
 
getMouseDetails() - Method in class com.vaadin.flow.component.map.events.MapClickEvent
Gets the click's mouse event details.
getMouseDetails() - Method in class com.vaadin.flow.component.map.events.MapFeatureClickEvent
Gets the click's mouse event details.
getMove() - Method in class com.vaadin.flow.component.dashboard.Dashboard.DashboardI18n
Gets the accessible name of dashboard item drag handles
getMoveApply() - Method in class com.vaadin.flow.component.dashboard.Dashboard.DashboardI18n
Gets the accessible name of dashboard item move apply buttons
getMoveBackward() - Method in class com.vaadin.flow.component.dashboard.Dashboard.DashboardI18n
Gets the accessible name of dashboard item move backward buttons
getMoveForward() - Method in class com.vaadin.flow.component.dashboard.Dashboard.DashboardI18n
Gets the accessible name of dashboard item move forward buttons
getName() - Method in class com.vaadin.collaborationengine.UserInfo
Gets the user's name.
getName() - Method in class com.vaadin.flow.component.avatar.Avatar
Gets the name that was set for the avatar.
getName() - Method in class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupItem
Gets the name that was set for the avatar.
getName() - Method in class com.vaadin.flow.component.charts.events.ChartAddSeriesEvent
Gets the series name
getName() - Method in enum class com.vaadin.flow.component.charts.events.MouseEventDetails.MouseButton
Returns a human readable text representing the button
getName() - Method in class com.vaadin.flow.component.charts.model.AbstractSeries
 
getName() - Method in class com.vaadin.flow.component.charts.model.AbstractSeriesItem
Returns the name of the item.
getName() - Method in class com.vaadin.flow.component.charts.model.GanttSeriesItem
 
getName() - Method in class com.vaadin.flow.component.charts.model.Node
 
getName() - Method in class com.vaadin.flow.component.charts.model.NodeSeriesItem
 
getName() - Method in enum class com.vaadin.flow.component.charts.model.RangeSelectorTimespan
 
getName() - Method in interface com.vaadin.flow.component.charts.model.Series
 
getName() - Method in enum class com.vaadin.flow.component.charts.model.TimeUnit
 
getName() - Method in class com.vaadin.flow.component.datepicker.DatePicker
Gets the name of the DatePicker.
getName() - Method in class com.vaadin.flow.component.html.IFrame
Gets the name attribute.
getName() - Method in class com.vaadin.flow.component.html.Param
Gets the "name" attribute value.
getName() - Method in enum class com.vaadin.flow.component.map.events.MouseEventDetails.MouseButton
Returns a human readable text representing the button
getName() - Method in class com.vaadin.flow.data.binder.AbstractBeanPropertyDefinition
 
getName() - Method in class com.vaadin.flow.data.binder.BeanPropertySet.NestedBeanPropertyDefinition
 
getName() - Method in interface com.vaadin.flow.data.binder.PropertyDefinition
Gets the full name of this property.
getName() - Method in class com.vaadin.flow.internal.UsageStatistics.UsageEntry
Gets the feature name.
getName() - Method in class com.vaadin.flow.router.internal.ParameterInfo
 
getName() - Method in class com.vaadin.flow.router.RouteParam
Gets the name of the parameter.
getName() - Method in class com.vaadin.flow.server.AbstractStreamResource
Get the resource name.
getName() - Method in class com.vaadin.flow.server.frontend.scanner.ChunkInfo
 
getName() - Method in class com.vaadin.flow.server.StreamReceiver
 
getName() - Method in class com.vaadin.flow.server.StreamResource
 
getName() - Method in class com.vaadin.flow.server.webcomponent.PropertyData
Getter for the property name.
getName() - Method in class com.vaadin.flow.theme.ThemeDefinition
Gets the name of the theme.
getName() - Method in class com.vaadin.hilla.engine.ParserConfiguration.Plugin
 
getName() - Method in class com.vaadin.testbench.parallel.ParallelRunner.TBMethod
 
getName(String) - Static method in class com.vaadin.flow.router.RouteParameterRegex
Gets the name representation of the regex.
getNamedList(String) - Method in class com.vaadin.collaborationengine.TopicConnection
Gets a collaboration list that can be used to track a list of items in a single topic.
getNamedMap(String) - Method in class com.vaadin.collaborationengine.TopicConnection
Gets a collaboration map that can be used to track multiple values in a single topic.
getNames() - Method in class com.vaadin.flow.dom.impl.BasicElementStyle
 
getNames() - Static method in class com.vaadin.flow.dom.impl.CustomAttribute
Gets an unmodifiable set of custom attribute names.
getNames() - Method in class com.vaadin.flow.dom.impl.ImmutableEmptyStyle
 
getNames() - Method in interface com.vaadin.flow.dom.Style
Gets the defined style property names.
getNaturalSortComparator(SortDirection) - Static method in class com.vaadin.flow.data.provider.InMemoryDataProviderHelpers
Gets the natural order comparator for the type argument, or the natural order comparator reversed if the given sorting direction is SortDirection.DESCENDING.
getNavigation() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getNavigation() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getNavigationAccessControl() - Method in class com.vaadin.flow.spring.security.VaadinWebSecurity
Vaadin navigation access control bean.
getNavigationListeners(Class<E>) - Method in class com.vaadin.flow.component.UI
Get all the registered listeners of the given navigation handler type.
getNavigationObservers() - Method in class com.vaadin.flow.router.internal.Postpone
Get BeforeEnterHandlers that have been left over from a postpone.
getNavigationRouteTarget(String) - Method in class com.vaadin.flow.router.internal.AbstractRouteRegistry
 
getNavigationRouteTarget(String) - Method in class com.vaadin.flow.router.internal.ConfiguredRoutes
Search for a route target using given navigation url argument.
getNavigationRouteTarget(String) - Method in interface com.vaadin.flow.server.RouteRegistry
Search for a route target using given navigation url argument.
getNavigationRouteTarget(String) - Method in class com.vaadin.flow.server.SessionRouteRegistry
 
getNavigationState() - Method in class com.vaadin.flow.router.internal.AbstractNavigationStateRenderer
Gets the targeted navigation state.
getNavigationTarget() - Method in class com.vaadin.flow.router.BeforeEvent
Get the navigation target.
getNavigationTarget() - Method in class com.vaadin.flow.router.internal.ErrorTargetEntry
Gets the navigation target type.
getNavigationTarget() - Method in class com.vaadin.flow.router.NavigationState
Gets the navigation target of this state.
getNavigationTarget() - Method in class com.vaadin.flow.router.RouteBaseData
Get Route navigation target.
getNavigationTarget() - Method in class com.vaadin.flow.server.auth.NavigationContext
Gets the navigation target.
getNavigationTarget(String) - Method in class com.vaadin.flow.router.internal.AbstractRouteRegistry
 
getNavigationTarget(String) - Method in interface com.vaadin.flow.server.RouteRegistry
Gets the optional navigation target class for a given path.
getNavigationTarget(String) - Method in class com.vaadin.flow.server.SessionRouteRegistry
 
getNavigationTarget(String, List<String>) - Method in class com.vaadin.flow.router.internal.AbstractRouteRegistry
 
getNavigationTarget(String, List<String>) - Method in interface com.vaadin.flow.server.RouteRegistry
Gets the optional navigation target class for a given Location matching with path segments.
getNavigationTarget(String, List<String>) - Method in class com.vaadin.flow.server.SessionRouteRegistry
 
getNavigator() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getNavigatorOptions() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getNavigatorOptions() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getNavigatorOptions() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getNavigatorOptions() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getNavigatorOptions() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getNavigatorOptions() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getNavigatorOptions() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getNavigatorOptions() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getNavigatorOptions() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getNavigatorOptions() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getNavigatorOptions() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getNavigatorOptions() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getNavigatorOptions() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getNavigatorOptions() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getNavigatorOptions() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getNavigatorOptions() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getNavigatorOptions() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
 
getNavigatorOptions() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getNeckHeight() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getNeckWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getNegativeColor() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getNegativeFillColor() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getNegativeFillColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getNegativeFillColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getNegativeFillColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getNegativeFillColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getNestedNullBehavior() - Method in class com.vaadin.flow.component.grid.Grid
Get the behavior when facing nested null values.
getNewButton() - Method in class com.vaadin.flow.component.crud.Crud
Gets the Crud new item button
getNewItem() - Method in class com.vaadin.flow.component.crud.CrudI18n
Gets the new button and editor title text
getNewItemButton() - Method in class com.vaadin.flow.component.crud.testbench.CrudElement
Gets the new item button
getNewItems() - Method in class com.vaadin.flow.internal.change.ListAddChange
Gets the added items.
getNewStatus() - Method in class com.vaadin.flow.data.binder.ValidationStatusChangeEvent
 
getNext() - Method in class com.vaadin.collaborationengine.ListChangeEvent
Gets the key of the item which is after the current item after the change.
getNextItem(T) - Method in class com.vaadin.flow.data.provider.AbstractListDataView
 
getNextItem(T) - Method in interface com.vaadin.flow.data.provider.ListDataView
Gets the item after given item from the filtered and sorted data.
getNextUIid() - Method in class com.vaadin.flow.server.VaadinSession
Creates a new unique id for a UI.
getNoData() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getNoData() - Method in class com.vaadin.flow.component.charts.model.Lang
 
getNode() - Method in class com.vaadin.flow.dom.Node
Gets the node this element is connected to.
getNode() - Method in class com.vaadin.flow.internal.change.NodeChange
Gets the changed node.
getNode() - Method in class com.vaadin.flow.internal.nodefeature.NodeFeature
Gets the node that this feature belongs to.
getNode() - Method in class com.vaadin.flow.server.StreamReceiver
Get the node that this stream receiver is linked to.
getNode(StateNode) - Method in class com.vaadin.flow.dom.impl.AbstractNodeStateProvider
Gets the flyweight instance for the node supported by the provider.
getNode(StateNode) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
 
getNode(StateNode) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
 
getNodeBinary() - Method in class com.vaadin.flow.server.frontend.FrontendTools
Gets a path to the used node binary.
getNodeById(int) - Method in class com.vaadin.flow.internal.StateTree
Finds a node with the given id.
getNodeClassifier(FrontendVersion) - Method in class com.vaadin.flow.server.frontend.installer.Platform
Get the node classifier for current platform.
getNodeCommand() - Method in class com.vaadin.hilla.engine.EngineConfiguration
 
getNodeDownloadRoot() - Method in class com.vaadin.flow.server.frontend.FrontendToolsSettings
Get the node download root to be used for downloading node.
getNodeDownloadRoot() - Method in class com.vaadin.flow.server.frontend.installer.Platform
Gets the platform dependent download root.
getNodeDownloadRoot() - Method in class com.vaadin.flow.server.frontend.Options
 
getNodeExecutable() - Method in class com.vaadin.flow.server.frontend.FrontendTools
Locate node executable.
getNodeId() - Method in class com.vaadin.collaborationengine.Backend
Gets the unique identifier of this backend node.
getNodeId() - Method in class com.vaadin.collaborationengine.LocalBackend
 
getNodeId() - Method in class com.vaadin.collaborationengine.MembershipEvent
Gets the node identifier.
getNodeId(JsonObject) - Static method in class com.vaadin.flow.server.communication.rpc.AbstractRpcInvocationHandler
 
getNodeIdPropertyName() - Method in class com.vaadin.flow.data.renderer.ComponentDataGenerator
 
getNodeList() - Method in class com.vaadin.flow.internal.change.AbstractListChange
Gets a changed list.
getNodeModulesFolder() - Method in class com.vaadin.flow.server.frontend.Options
 
getNodePadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getNodePadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getNodes() - Method in class com.vaadin.flow.component.charts.model.NodeSeries
 
getNodeVersion() - Method in class com.vaadin.flow.server.frontend.FrontendTools
Gets the version of the node executable.
getNodeVersion() - Method in class com.vaadin.flow.server.frontend.FrontendToolsSettings
Get the defined node version.
getNodeVersion() - Method in class com.vaadin.flow.server.frontend.Options
 
getNodeWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getNodeWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getNpmExecutable() - Method in class com.vaadin.flow.server.frontend.FrontendTools
Locate npm executable.
getNpmFolder() - Method in class com.vaadin.flow.server.frontend.Options
Get the npm folder used for this build.
getNpmVersion() - Method in class com.vaadin.flow.server.frontend.FrontendTools
Executes npm --version to and parses the result.
getNrBlocks(int) - Static method in class com.vaadin.testbench.screenshot.ImageComparisonUtil
Returns the number of blocks used for the given number of pixels.
getNumberOfAxes() - Method in class com.vaadin.flow.component.charts.model.AxisList
 
getNumberOfColorAxes() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getNumberOfExpandedRows() - Method in class com.vaadin.flow.component.grid.testbench.TreeGridElement
Returns a number of expanded rows in the grid element.
getNumberOfPanes() - Method in class com.vaadin.flow.component.charts.model.PaneList
 
getNumberOfxAxes() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getNumberOfyAxes() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getNumberOfzAxes() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getNumericSymbolMagnitude() - Method in class com.vaadin.flow.component.charts.model.Lang
 
getNumericSymbols() - Method in class com.vaadin.flow.component.charts.model.Lang
 
getOfflineHtml() - Method in class com.vaadin.flow.server.PwaRegistry
Static offline page as String.
getOfflinePath() - Method in class com.vaadin.flow.server.PwaConfiguration
Path to static offline html file.
getOfflineResources() - Method in class com.vaadin.flow.server.PwaConfiguration
Gets the list of files to be added to pre cache.
getOffset() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getOffset() - Method in class com.vaadin.flow.component.charts.model.AxisTitle
 
getOffset() - Method in class com.vaadin.flow.component.charts.model.Node
 
getOffset() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getOffset() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getOffset() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getOffset() - Method in class com.vaadin.flow.component.map.configuration.style.TextStyle
The offset of the text from its anchor point.
getOffset() - Method in class com.vaadin.flow.data.provider.Query
Gets the first index of items to fetch.
getOhlc() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
getOldNext() - Method in class com.vaadin.collaborationengine.ListChangeEvent
Gets the key of the item which was after the current item before the change.
getOldPrev() - Method in class com.vaadin.collaborationengine.ListChangeEvent
Gets the key of the item which was before the current item before the change.
getOldSelection() - Method in class com.vaadin.flow.data.selection.MultiSelectionEvent
Gets the old selection.
getOldValue() - Method in class com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent
 
getOldValue() - Method in interface com.vaadin.flow.component.HasValue.ValueChangeEvent
Returns the value of the source before this value change event occurred.
getOldValue() - Method in class com.vaadin.flow.dom.PropertyChangeEvent
Returns the value of the source before this value change event occurred.
getOldValue(TypeReference<T>) - Method in class com.vaadin.collaborationengine.ListChangeEvent
Gets the old value of the list item affected by the change as instance corresponding to the given type reference.
getOldValue(TypeReference<T>) - Method in class com.vaadin.collaborationengine.MapChangeEvent
Gets the old value as an instance corresponding to the given type reference.
getOldValue(Class<T>) - Method in class com.vaadin.collaborationengine.ListChangeEvent
Gets the old value of the list item affected by the change as instance of the given class.
getOldValue(Class<T>) - Method in class com.vaadin.collaborationengine.MapChangeEvent
Gets the old value as an instance of the given class.
getOldXValue() - Method in class com.vaadin.flow.component.charts.events.PointUpdateEvent
 
getOldYValue() - Method in class com.vaadin.flow.component.charts.events.PointUpdateEvent
 
getOnChangeHandler() - Method in class com.vaadin.flow.server.webcomponent.PropertyConfigurationImpl
Retrieves the onChangeHandler tied to this property, if one exists.
getOnclick() - Method in class com.vaadin.flow.component.charts.model.ContextButtonMenuItem
 
getOnclick() - Method in class com.vaadin.flow.component.charts.model.ExportingMenuItemDefinition
 
getOne() - Method in class com.vaadin.flow.component.upload.UploadI18N.SingleMulti
Get translation for single upload.
getOneActiveUser() - Method in class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupI18n
Gets the translated phrase for avatar group accessible label when having one active user.
getOnKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getOnSeries() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getOnTableAnchorClick() - Method in class com.vaadin.flow.component.charts.model.Accessibility
 
getOnUnsubscribe() - Method in class com.vaadin.hilla.EndpointSubscription
Returns the callback that is invoked when the browser unsubscribes from the subscription.
getOpacity() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.Halo
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.Hover
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.Inactive
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getOpacity() - Method in class com.vaadin.flow.component.map.configuration.layer.Layer
 
getOpacity() - Method in class com.vaadin.flow.component.map.configuration.style.ImageStyle
The opacity of the image.
getOpen() - Method in class com.vaadin.flow.component.charts.model.OhlcItem
 
getOpenAPIBasePath() - Method in class com.vaadin.hilla.engine.ParserConfiguration
 
getOpenAPIFile() - Method in class com.vaadin.hilla.engine.EngineConfiguration
 
getOpenedIndex() - Method in class com.vaadin.flow.component.accordion.Accordion
Gets the index of the currently opened index.
getOpenedIndex() - Method in class com.vaadin.flow.component.accordion.Accordion.OpenedChangeEvent
Gets the index of the opened panel or null if the accordion is closed.
getOpenedIndex() - Method in class com.vaadin.flow.component.accordion.testbench.AccordionElement
Gets the index of the opened panel or null if the accordion is closed.
getOpenedPanel() - Method in class com.vaadin.flow.component.accordion.Accordion
Gets the opened panel.
getOpenedPanel() - Method in class com.vaadin.flow.component.accordion.Accordion.OpenedChangeEvent
Gets the opened panel.
getOpenedPanel() - Method in class com.vaadin.flow.component.accordion.testbench.AccordionElement
Gets the the opened panel or null if the accordion is closed.
getOperatingSystemMajorVersion() - Method in class com.vaadin.flow.shared.BrowserDetails
Returns the major version of the operating system.
getOperatingSystemMinorVersion() - Method in class com.vaadin.flow.shared.BrowserDetails
Returns the minor version of the operating system.
getOperator() - Method in enum class com.vaadin.testbench.ElementQuery.AttributeMatch.Comparison
Return the CSS selector operator for this comparison
getOpposite() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getOpposite() - Method in class com.vaadin.flow.component.charts.model.Navigator
 
getOpposite() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getOpposite() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getOpposite() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getOpposite() - Method in enum class com.vaadin.flow.data.provider.SortDirection
Get the sort direction that is the direct opposite to this one.
getOptionalValue() - Method in interface com.vaadin.flow.component.HasValue
Returns the current value of this object, wrapped in an Optional.
getOptions() - Method in class com.vaadin.flow.component.checkbox.testbench.CheckboxGroupElement
Gets the labels of checkboxes that are part of this group.
getOptions() - Method in class com.vaadin.flow.component.combobox.testbench.ComboBoxElement
Gets a list of all available options.
getOptions() - Method in class com.vaadin.flow.component.combobox.testbench.MultiSelectComboBoxElement
Opens the popup, and gets the labels of the items that are currently loaded in the popup
getOptions() - Method in class com.vaadin.flow.component.gridpro.GridPro.EditColumn
Gets the list of options that is used for select type of the editor.
getOptions() - Method in class com.vaadin.flow.component.listbox.testbench.ListBoxElement
 
getOptions() - Method in class com.vaadin.flow.component.radiobutton.testbench.RadioButtonGroupElement
Gets a list of all available options.
getOptions3d() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getOptionsList() - Method in class com.vaadin.flow.component.gridpro.testbench.GridProColumnElement
Gets the options List for this column.
getOrCreate(Class<T>) - Method in class com.vaadin.flow.di.DefaultInstantiator
 
getOrCreate(Class<T>) - Method in interface com.vaadin.flow.di.Instantiator
Provides an instance of any given type, this is an abstraction that allows to make use of DI-frameworks from add-ons.
getOrCreate(Class<T>) - Method in class com.vaadin.flow.spring.SpringInstantiator
Hands over an existing bean or tries to instantiate one with the following rules: If exactly one bean is present in the context, it returns this bean.
getOrCreateFragmentedMessage(AtmosphereResource) - Method in class com.vaadin.base.devserver.DebugWindowConnection
 
getOrCreateFragmentedMessage(AtmosphereResource) - Method in class com.vaadin.flow.server.communication.AtmospherePushConnection
 
getOrCreateFragmentedMessage(AtmosphereResource) - Method in interface com.vaadin.flow.server.communication.FragmentedMessageHolder
Gets the partial message that is currently being received, if any.
getOrCreateShadowRoot() - Method in class com.vaadin.flow.component.template.internal.IdMapper
Gets the shadow root for the template.
getOrDefault(String, boolean) - Method in class com.vaadin.flow.internal.nodefeature.NodeMap
Gets the value corresponding to the given key, or the given default value if no value is stored for the given key or the value is null.
getOrDefault(String, int) - Method in class com.vaadin.flow.internal.nodefeature.NodeMap
Gets the value corresponding to the given key, or the given default value if no value is stored for the given key or the value is null.
getOrDefault(String, String) - Method in class com.vaadin.flow.internal.nodefeature.NodeMap
Gets the value corresponding to the given key, or the given default value if no value is stored for the given key or the value is null.
getOrder() - Method in record class com.vaadin.flow.router.MenuData
Gets the order of the menu item.
getOrder(HasElement) - Method in class com.vaadin.flow.component.orderedlayout.FlexLayout
Gets the order property of a given component.
getOrdinal() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getOrdinal() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getOrganization() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
getOrientation() - Method in class com.vaadin.flow.component.html.RangeInput
Gets the orientation of the range slider.
getOrientation() - Method in class com.vaadin.flow.component.splitlayout.SplitLayout
Get the orientation of the SplitLayout.
getOrientation() - Method in class com.vaadin.flow.component.tabs.Tabs
Gets the orientation of this tab sheet.
getOrThrow(SerializableFunction<String, ? extends X>) - Method in interface com.vaadin.flow.data.binder.Result
Return the value, if the result denotes success, otherwise throw an exception to be created by the provided supplier.
getOs() - Method in class com.vaadin.flow.server.frontend.installer.Platform
Get platform OS.
getOsName() - Static method in class com.vaadin.flow.server.frontend.FrontendUtils
Get the Operating System name from the os.name system property.
getOsName() - Static method in class com.vaadin.open.OSUtils
 
getOuterHTML() - Method in class com.vaadin.flow.dom.Element
Gets the outer HTML for the element.
getOuterRadius() - Method in class com.vaadin.flow.component.charts.model.Background
 
getOuterRadius() - Method in class com.vaadin.flow.component.charts.model.PlotBand
 
getOutgoing() - Method in class com.vaadin.flow.component.charts.model.NodeSeriesItem
 
getOutlineColor() - Method in class com.vaadin.flow.component.charts.model.Navigator
 
getOutlineWidth() - Method in class com.vaadin.flow.component.charts.model.Navigator
 
getOutput() - Method in class com.vaadin.base.devserver.DevServerOutputTracker.Result
 
getOutputBuffer() - Method in class com.vaadin.flow.component.upload.receivers.FileData
Return the output buffer for this file data.
getOutputBuffer(String) - Method in class com.vaadin.flow.component.upload.receivers.MultiFileMemoryBuffer
Get the output stream for file.
getOutputDir() - Method in class com.vaadin.hilla.engine.EngineConfiguration
 
getOutputStream() - Method in interface com.vaadin.flow.server.StreamVariable
Invoked when a new upload arrives, after StreamVariable.streamingStarted(StreamingStartEvent) method has been called.
getOutputStream() - Method in interface com.vaadin.flow.server.VaadinResponse
Returns a OutputStream for writing binary data in the response.
getOutside() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getOverflow() - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
 
getOverflow() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getOverflow() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getOverflow() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getOverflowButton() - Method in class com.vaadin.flow.component.menubar.testbench.MenuBarElement
Gets the button which opens the sub menu of overflowing items, or null if the overflow button is not visible.
getOverlayClassName() - Method in interface com.vaadin.flow.component.shared.HasOverlayClassName
A space-delimited list of CSS class names to set on the overlay element.
getOverlayContent() - Method in class com.vaadin.flow.component.datepicker.testbench.DatePickerElement
Gets the content of the first date picker overlay on the page Should only be used with a single date picker at a time, there is no check that the overlay belongs to this specific date picker
getOverlayRole() - Method in class com.vaadin.flow.component.dialog.Dialog
Gets the ARIA role for the overlay element, used by screen readers.
getOverlayRole() - Method in class com.vaadin.flow.component.popover.Popover
Gets the ARIA role for the overlay element, used by screen readers.
getOvershoot() - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
 
getOvershoot() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getOvershoot() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getOwner() - Method in class com.vaadin.flow.component.internal.PendingJavaScriptInvocation
Gets the state node that this invocation belongs to.
getOwner() - Method in class com.vaadin.flow.component.ShortcutRegistration
Deprecated.
This component has now multiple owners so this method has been replaced by #getOwners().
getOwner() - Method in class com.vaadin.flow.internal.StateNode
Gets the node owner that this node currently belongs to.
getOwners() - Method in class com.vaadin.flow.component.ShortcutRegistration
The Components which own the shortcuts key event listeners.
getPackageJson(Options, FrontendDependenciesScanner) - Static method in class com.vaadin.flow.server.frontend.BundleValidationUtil
Get the package.json file from disk if available else generate in memory.
getPackageJsonFile() - Method in class com.vaadin.flow.server.frontend.NodeUpdater
 
getPackageJsonHash(JsonNode) - Static method in class com.vaadin.flow.server.frontend.BundleValidationUtil
 
getPackageLockFile() - Method in class com.vaadin.flow.server.frontend.NodeUpdater
 
getPackages() - Method in class com.vaadin.flow.server.frontend.scanner.FrontendDependencies
Get all npm packages the application depends on.
getPackages() - Method in interface com.vaadin.flow.server.frontend.scanner.FrontendDependenciesScanner
Get all npm packages the application depends on.
getPackageVersionFromJson(JsonNode, String, String) - Static method in class com.vaadin.flow.server.frontend.FrontendUtils
Tries to parse the given package's frontend version or if it doesn't exist, returns null.
getPadding() - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
 
getPadding() - Method in class com.vaadin.flow.component.charts.model.CrosshairLabel
 
getPadding() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getPadding() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getPadding() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getPadding() - Method in class com.vaadin.flow.component.charts.model.Labels
 
getPadding() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getPadding() - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
 
getPadding() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getPadding() - Method in class com.vaadin.flow.component.dashboard.Dashboard
Returns the padding of the dashboard.
getPadding() - Method in class com.vaadin.flow.component.map.configuration.style.TextStyle
The padding for the text's background.
getPage() - Method in class com.vaadin.flow.component.UI
Gets the object representing the page on which this UI exists.
getPage() - Method in class com.vaadin.flow.data.provider.Query
Returns a zero-based page index to be retrieved.
getPageBuilder() - Method in class com.vaadin.flow.server.BootstrapHandler
Returns the current page builder object.
getPageConfigurationAnnotation(Class<T>) - Method in class com.vaadin.flow.server.BootstrapHandler.BootstrapContext
Gets an annotation from the topmost class in the current navigation target hierarchy.
getPageConfigurationAnnotations(Class<T>) - Method in class com.vaadin.flow.server.BootstrapHandler.BootstrapContext
Gets a a list of annotations from the topmost class in the current navigation target hierarchy.
getPageHeader() - Static method in class com.vaadin.flow.server.menu.MenuConfiguration
Retrieves the page header of the currently shown view.
getPageHeader(Component) - Static method in class com.vaadin.flow.server.menu.MenuConfiguration
Retrieves the page header of the currently shown view.
getPageSize() - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
Gets the page size, which is the number of items fetched at a time from the data provider.
getPageSize() - Method in class com.vaadin.flow.component.grid.Grid
Gets the current page size, which is the number of items fetched at a time from the dataprovider.
getPageSize() - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Gets the page size used when fetching data.
getPageSize() - Method in class com.vaadin.flow.data.provider.DataCommunicator
Returns the page size set to fetch items.
getPageSize() - Method in class com.vaadin.flow.data.provider.Query
Returns the page size that should be returned.
getPageSource() - Method in class com.vaadin.testbench.TestBenchDriverProxy
 
getPageTitle() - Method in interface com.vaadin.flow.router.HasDynamicTitle
Gets the title of this navigation target.
getPane() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getPane() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getPane() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getPane(int) - Method in class com.vaadin.flow.component.charts.model.PaneList
 
getPanel(String) - Method in class com.vaadin.flow.component.accordion.AccordionTester
Get the panel with the summary.
getPanes() - Method in class com.vaadin.flow.component.charts.model.PaneList
Returns the pane list.
getPanKey() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getPanning() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getPanningEnabled() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getParallelism() - Method in class com.vaadin.testbench.parallel.ParallelConfigurationStrategy
 
getParameter(String) - Method in interface com.vaadin.flow.component.PushConfiguration
Returns the given parameter, if set.
getParameter(String) - Method in class com.vaadin.flow.internal.nodefeature.PushConfigurationMap
 
getParameter(String) - Method in interface com.vaadin.flow.server.VaadinRequest
Gets the named request parameter This is typically a HTTP GET or POST parameter, though other request types might have other ways of representing parameters.
getParameterMap() - Method in interface com.vaadin.flow.server.VaadinRequest
Gets all the parameters of the request.
getParameterName() - Method in class com.vaadin.flow.internal.springcsrf.SpringCsrfToken
 
getParameterName() - Method in class com.vaadin.hilla.exception.EndpointValidationException.ValidationErrorData
Gets the parameter name that caused the validation error.
getParameterNames() - Method in interface com.vaadin.flow.component.PushConfiguration
Returns the parameters which have been defined.
getParameterNames() - Method in class com.vaadin.flow.internal.nodefeature.PushConfigurationMap
 
getParameterNames() - Method in class com.vaadin.flow.router.RouteParameters
Gets the available parameter names.
getParameters() - Method in class com.vaadin.flow.component.internal.UIInternals.JavaScriptInvocation
Gets the parameters to use when invoking the script.
getParameters() - Method in class com.vaadin.flow.router.QueryParameters
Returns query parameters information with support for multiple values corresponding to single parameter name.
getParameters() - Method in class com.vaadin.flow.server.auth.NavigationContext
Gets the route parameters associated with this event.
getParameters(String) - Method in class com.vaadin.flow.router.internal.ConfiguredRoutes
Gets the parameters defined by the given template.
getParameters(String) - Method in class com.vaadin.flow.router.QueryParameters
Returns query parameter values mapped with the given key.
getParameters(List<T>) - Static method in class com.vaadin.flow.router.internal.HasUrlParameterFormat
Transform the HasUrlParameter values into a RouteParameters object.
getParameters(T) - Static method in class com.vaadin.flow.router.internal.HasUrlParameterFormat
Transform the HasUrlParameter value into a RouteParameters object.
getParameterTypes(Collection<String>) - Static method in class com.vaadin.flow.router.internal.HasUrlParameterFormat
Gets the types of the parameters from string format.
getParameterValues(RouteParameters) - Static method in class com.vaadin.flow.router.internal.HasUrlParameterFormat
Gets the values for the HasUrlParameter from the specified route parameters.
getParams() - Method in class com.vaadin.flow.component.map.configuration.source.ImageWMSSource
The WMS request parameters for requesting images from the WMS server.
getParams() - Method in class com.vaadin.flow.component.map.configuration.source.TileWMSSource
The WMS request parameters for requesting images from the WMS server.
getParams() - Method in class com.vaadin.hilla.push.messages.fromclient.SubscribeMessage
 
getParent() - Method in class com.vaadin.flow.component.charts.events.PointDragEvent
 
getParent() - Method in class com.vaadin.flow.component.charts.events.PointDragStartEvent
 
getParent() - Method in class com.vaadin.flow.component.charts.events.PointDropEvent
 
getParent() - Method in class com.vaadin.flow.component.charts.model.GanttSeriesItem
 
getParent() - Method in class com.vaadin.flow.component.charts.model.TreeSeriesItem
 
getParent() - Method in class com.vaadin.flow.component.Component
Gets the parent component of this component.
getParent() - Method in class com.vaadin.flow.data.binder.BeanPropertySet.NestedBeanPropertyDefinition
 
getParent() - Method in interface com.vaadin.flow.data.binder.PropertyDefinition
Gets the parent property of this property if this is a sub-property of the property set.
getParent() - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalQuery
Get the hierarchical parent object, where null corresponds to the root node.
getParent() - Method in class com.vaadin.flow.dom.Element
Gets the parent element.
getParent() - Method in class com.vaadin.flow.internal.StateNode
Gets the parent node that this node belongs to.
getParent() - Method in class com.vaadin.testbench.unit.mocks.MockWebApplicationContext
 
getParent(StateNode) - Method in interface com.vaadin.flow.dom.ElementStateProvider
Gets the parent element.
getParent(StateNode) - Method in class com.vaadin.flow.dom.impl.AbstractNodeStateProvider
 
getParent(StateNode) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
 
getParent(StateNode) - Method in class com.vaadin.flow.dom.impl.BasicTextElementStateProvider
 
getParent(StateNode) - Method in class com.vaadin.flow.internal.nodefeature.AttachExistingElementFeature
Gets parent Node of the registered node.
getParent(T) - Method in class com.vaadin.flow.data.provider.hierarchy.TreeData
Get the parent item for the given item.
getParentBeanFactory() - Method in class com.vaadin.testbench.unit.mocks.MockWebApplicationContext
 
getParentConfiguration() - Method in class com.vaadin.flow.server.PropertyDeploymentConfiguration
Returns parent application configuration.
getParentIndex(T) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalDataCommunicator
Returns parent index for the row or null.
getParentIndex(T) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchyMapper
Finds the index of the parent of the item in given target index.
getParentItem(T) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalDataCommunicator
Returns parent item for the row or null.
getParentLayout() - Method in class com.vaadin.flow.router.RouteBaseData
Get the parent layout of Route.
getParentLayouts() - Method in class com.vaadin.flow.router.internal.RouteTarget
Get the parent layout chain.
getParentLayouts() - Method in class com.vaadin.flow.router.RouteBaseData
Return the whole parent layout chain of route target.
getParentLayouts(RouteRegistry, Class<?>, String) - Static method in class com.vaadin.flow.router.internal.RouteUtil
Get parent layouts for navigation target according to the Route or RouteAlias annotation or automatically link RouterLayout annotated with the Layout annotation matching route path.
getParentLayouts(VaadinContext, Class<?>, String) - Static method in class com.vaadin.flow.router.internal.RouteUtil
Get parent layouts for navigation target according to the Route or RouteAlias annotation.
getParentLayoutsForNonRouteTarget(Class<?>) - Static method in class com.vaadin.flow.router.internal.RouteUtil
Collect possible route parent layouts for a navigation target that is not annotated with Route nor RouteAlias, but may still contain ParentLayout.
getParentMenuItem() - Method in class com.vaadin.flow.component.contextmenu.SubMenuBase
Gets the menu item component that opens this sub menu overlay.
getParentNode() - Method in class com.vaadin.flow.dom.Node
Gets the parent node.
getParentNode() - Method in class com.vaadin.flow.dom.ShadowRoot
 
getParentOfItem(T) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchyMapper
Find parent for the given item among open folders.
getParentOptional() - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalQuery
Get an Optional of the hierarchical parent object.
getParentPomOfMultiModuleProject(File) - Static method in class com.vaadin.base.devserver.MavenUtils
Gets the parent pom location for the given pom file, if the given pom file is part of a multi module project.
getParentThemeName(JsonNode) - Static method in class com.vaadin.flow.server.frontend.ThemeUtils
 
getParentUsingComposite(Composite<?>, Component) - Static method in class com.vaadin.flow.component.ComponentUtil
Gets the parent of the given component, which is inside the given composite.
getParser() - Method in class com.vaadin.hilla.engine.EngineConfiguration
 
getPartialFill() - Method in class com.vaadin.flow.component.charts.model.DataSeriesItemXrange
 
getPartialFill() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getPartialFill() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getPartName() - Method in class com.vaadin.flow.component.grid.FooterRow.FooterCell
 
getPartName() - Method in class com.vaadin.flow.component.grid.HeaderRow.HeaderCell
 
getPartNameGenerator() - Method in class com.vaadin.flow.component.grid.Grid.Column
Gets the function that is used for generating CSS part names for cells in this column.
getPartNameGenerator() - Method in class com.vaadin.flow.component.grid.Grid
Gets the function that is used for generating CSS part names for rows in this grid.
getParts(VaadinRequest) - Method in class com.vaadin.flow.server.communication.StreamReceiverHandler
 
getPassivatedKeys(Set<String>) - Method in class com.vaadin.flow.data.provider.DataCommunicator
 
getPassivatedKeys(Set<String>) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalDataCommunicator
 
getPassword() - Method in class com.vaadin.flow.component.login.AbstractLogin.LoginEvent
 
getPassword() - Method in class com.vaadin.flow.component.login.LoginI18n.ErrorMessage
 
getPassword() - Method in class com.vaadin.flow.component.login.LoginI18n.Form
 
getPasswordField() - Method in class com.vaadin.flow.component.login.testbench.LoginFormElement
 
getPasswordField() - Method in class com.vaadin.flow.component.login.testbench.LoginOverlayElement
 
getPath() - Method in class com.vaadin.flow.component.html.testbench.AnchorTester
Gets the path for the router-link.
getPath() - Method in class com.vaadin.flow.component.routerlink.RouterLinkTester
Gets the path for the router-link.
getPath() - Method in class com.vaadin.flow.component.sidenav.SideNavItem
Gets the path this navigation item links to.
getPath() - Method in class com.vaadin.flow.component.sidenav.testbench.SideNavItemElement
 
getPath() - Static method in class com.vaadin.flow.component.upload.receivers.TempDirectory
 
getPath() - Method in class com.vaadin.flow.router.internal.NavigationRouteTarget
Gets the input path for the search.
getPath() - Method in class com.vaadin.flow.router.Location
Gets the path of this location as a string.
getPath() - Method in class com.vaadin.hilla.engine.GeneratorConfiguration.Plugin
 
getPath(String, List<String>) - Static method in class com.vaadin.flow.router.internal.PathUtil
Join the segments into a url path.
getPath(List<String>) - Static method in class com.vaadin.flow.router.internal.PathUtil
Join the segments into a url path.
getPathAliases() - Method in class com.vaadin.flow.component.sidenav.SideNavItem
Gets the path aliases for this item.
getPathFormatter() - Method in class com.vaadin.flow.component.charts.model.DragHandle
 
getPathIfInsideServlet(String, String) - Static method in class com.vaadin.flow.server.HandlerHelper
Returns the rest of the path after the servlet mapping part, if the requested path targets a path inside the servlet.
getPathInfo() - Method in interface com.vaadin.flow.server.VaadinRequest
Gets the path of the requested resource relative to the application.
getPathInfo() - Method in class com.vaadin.flow.spring.ForwardingRequestWrapper
 
getPathToVaadin() - Method in class com.vaadin.base.devserver.ViteHandler
Gets the url path to the /VAADIN folder.
getPathToVaadinInContext() - Method in class com.vaadin.base.devserver.ViteHandler
Gets the url path to the /VAADIN folder inside the context root.
getPathWithQueryParameters() - Method in class com.vaadin.flow.router.Location
Gets the path string with QueryParameters and including the possible fragment if one existed.
getPattern() - Method in class com.vaadin.flow.component.combobox.ComboBox
The pattern to validate the input with
getPattern() - Method in class com.vaadin.flow.component.textfield.EmailField
A regular expression that specifies a custom email format to use instead of the RFC 5322 standard format during validation.
getPattern() - Method in class com.vaadin.flow.component.textfield.PasswordField
Gets the regular expression that the value is checked against during validation.
getPattern() - Method in class com.vaadin.flow.component.textfield.TextArea
A regular expression that the value is checked against during validation.
getPattern() - Method in class com.vaadin.flow.component.textfield.TextField
Gets the regular expression that the value is checked against during validation.
getPatternErrorMessage() - Method in class com.vaadin.flow.component.textfield.EmailField.EmailFieldI18n
Gets the error message displayed when the field value does not match the default email format, or alternatively, the custom format if provided with EmailField.setPattern(String).
getPatternErrorMessage() - Method in class com.vaadin.flow.component.textfield.PasswordField.PasswordFieldI18n
Gets the error message displayed when the field value does not match the pattern.
getPatternErrorMessage() - Method in class com.vaadin.flow.component.textfield.TextArea.TextAreaI18n
Gets the error message displayed when the field value does not match the pattern.
getPatternErrorMessage() - Method in class com.vaadin.flow.component.textfield.TextField.TextFieldI18n
Gets the error message displayed when the field value does not match the pattern.
getPayload() - Method in class com.vaadin.collaborationengine.Backend.Snapshot
 
getPayload() - Method in class com.vaadin.flow.internal.nodefeature.ElementData
Gets the payload data of the element.
getPendingAccessQueue() - Method in class com.vaadin.flow.server.VaadinSession
Gets the queue of tasks submitted using VaadinSession.access(Command).
getPendingSendToClient() - Method in class com.vaadin.flow.component.internal.DependencyList
Returns a list of dependencies which should be sent to the client.
getPhase() - Method in class com.vaadin.flow.dom.DomEvent
Gets the debounce phase for which this event is fired.
getPie() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
getPinchType() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getPivot() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getPlaceholder() - Method in interface com.vaadin.flow.component.HasPlaceholder
The placeholder text that should be displayed in the input element, when the user has not entered a value
getPlaceholder() - Method in class com.vaadin.flow.component.html.Input
 
getPlaceholder() - Method in class com.vaadin.flow.component.html.testbench.InputTextElement
 
getPlaceholder() - Method in interface com.vaadin.testbench.HasPlaceholder
Gets the placeholder for the element.
getPlaceholderItem() - Method in class com.vaadin.flow.component.virtuallist.VirtualList
Gets the placeholder item of this list, or null if none has been set.
getPlatform(Capabilities) - Static method in class com.vaadin.testbench.parallel.BrowserUtil
Returns a human readable identifier of the platform described by the given capabilities.
getPlotBackgroundColor() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getPlotBackgroundColor() - Method in class com.vaadin.flow.component.charts.model.style.ChartStyle
 
getPlotBackgroundImage() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getPlotBackgroundImage() - Method in class com.vaadin.flow.component.charts.model.style.ChartStyle
 
getPlotBands() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getPlotBands() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getPlotBands() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getPlotBands() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getPlotBorderColor() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getPlotBorderColor() - Method in class com.vaadin.flow.component.charts.model.style.ChartStyle
 
getPlotBorderWidth() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getPlotBorderWidth() - Method in class com.vaadin.flow.component.charts.model.style.ChartStyle
 
getPlotLines() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getPlotLines() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getPlotLines() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getPlotLines() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getPlotOptions() - Method in class com.vaadin.flow.component.charts.model.AbstractSeries
Gets the plot options related to this specific series.
getPlotOptions() - Method in class com.vaadin.flow.component.charts.model.Configuration
Returns all plot options used by this configuration.
getPlotOptions() - Method in interface com.vaadin.flow.component.charts.model.Series
Gets the plot options related to this specific series.
getPlotOptions() - Method in class com.vaadin.flow.component.charts.model.style.Theme
Get style of plots
getPlotOptions(ChartType) - Method in class com.vaadin.flow.component.charts.model.Configuration
Returns the plot options for a specific chart type used by this configuration.
getPlotShadow() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getPlugins() - Method in class com.vaadin.hilla.engine.GeneratorConfiguration
 
getPlugins() - Method in class com.vaadin.hilla.engine.ParserConfiguration
 
getPnpm() - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties
Gets the pnpm specific configuration.
getPnpmExecutable() - Method in class com.vaadin.flow.server.frontend.FrontendTools
Locate pnpm executable.
getPoint() - Method in class com.vaadin.flow.component.charts.model.AnnotationItemLabel
 
getPointDateFormat() - Method in class com.vaadin.flow.component.charts.model.Accessibility
 
getPointDateFormatter() - Method in class com.vaadin.flow.component.charts.model.Accessibility
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.Accessibility
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getPointFormat() - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
 
getPointFormat() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getPointFormatter() - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
 
getPointFormatter() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getPointIndex() - Method in class com.vaadin.flow.component.charts.events.internal.DataUpdatedEvent
Returns the point index.
getPointInterval() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getPointInterval() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getPointInterval() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getPointInterval() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getPointInterval() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getPointInterval() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getPointInterval() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getPointInterval() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getPointInterval() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getPointInterval() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getPointInterval() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getPointInterval() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getPointInterval() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getPointInterval() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getPointInterval() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getPointInterval() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getPointInterval() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getPointInterval() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getPointInterval() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getPointInterval() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getPointInterval() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getPointInterval() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getPointInterval() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getPointIntervalUnit() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getPointIntervalUnit() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getPointIntervalUnit() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getPointIntervalUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getPointIntervalUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getPointIntervalUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getPointIntervalUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getPointIntervalUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getPointIntervalUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getPointIntervalUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getPointIntervalUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getPointIntervalUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getPointIntervalUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getPointIntervalUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getPointIntervalUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getPointIntervalUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getPointIntervalUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getPointIntervalUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getPointIntervalUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getPointIntervalUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getPointIntervalUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getPointIntervalUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getPointIntervalUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getPointIntervalUnit() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getPointPadding() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getPointPadding() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getPointPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getPointPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getPointPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getPointPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getPointPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getPointPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getPointPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getPointPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getPointPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getPointPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getPointPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getPointPlacement() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getPointPlacement() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getPointPlacement() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getPointPlacement() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getPointPlacement() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getPointPlacement() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getPointPlacement() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getPointPlacement() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getPointPlacement() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getPointPlacement() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getPointPlacement() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getPointPlacement() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getPointPlacement() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getPointPlacement() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getPointPlacement() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getPointPlacement() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getPointPlacement() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getPointPlacement() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getPointPlacement() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getPointPlacement() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getPointPlacement() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getPointPlacement() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getPointRange() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getPointRange() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getPointRange() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getPointRange() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getPointRange() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getPointRange() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getPointRange() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getPointRange() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getPointRange() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getPointRange() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getPointRange() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getPointRange() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getPointRange() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getPointRange() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getPointRange() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getPointRange() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getPointRange() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getPointRange() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getPointRange() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getPointRange() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getPointRange() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
 
getPointRange() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getPointRange() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getPoints() - Method in class com.vaadin.flow.component.charts.testbench.ChartElement
 
getPointStart() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getPointStart() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getPointStart() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getPointStart() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getPointStart() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getPointStart() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getPointStart() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getPointStart() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getPointStart() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getPointStart() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getPointStart() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getPointStart() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getPointStart() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getPointStart() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getPointStart() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getPointStart() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getPointStart() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getPointStart() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getPointStart() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getPointStart() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getPointStart() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getPointStart() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getPointStart() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getPointValue(int, String) - Method in class com.vaadin.flow.component.charts.ChartTester
Gets the value of the point with given name from the series at given index.
getPointValue(String, String) - Method in class com.vaadin.flow.component.charts.ChartTester
Gets the value of the point with given name from the series at given index.
getPointWidth() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getPointWidth() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getPointWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getPointWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getPointWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getPointWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getPointWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getPointWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getPointWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getPointWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getPointWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getPointWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getPointWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getPolar() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getPollInterval() - Method in class com.vaadin.flow.component.UI
Returns the interval with which the UI polls the server.
getPollInterval() - Method in class com.vaadin.flow.internal.nodefeature.PollConfigurationMap
Gets the poll interval.
getPolyfills() - Method in interface com.vaadin.flow.function.DeploymentConfiguration
Returns an array with polyfills to be loaded when the app is loaded.
getPolygon() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
getPopulateClientSideMenu() - Method in class com.vaadin.flow.server.auth.DefaultMenuAccessControl
 
getPopulateClientSideMenu() - Method in interface com.vaadin.flow.server.auth.MenuAccessControl
Gets whether the Hilla application's main menu should be populated automatically with server side routes and therefore routes information sent to the browser.
getPort() - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
 
getPort() - Method in class com.vaadin.base.devserver.DevBundleBuildingHandler
Gets always -1, as this handler does not start a server.
getPort() - Method in interface com.vaadin.flow.internal.DevModeHandler
Get the listening port of the dev server.
getPosition() - Method in class com.vaadin.flow.component.charts.model.Credits
 
getPosition() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getPosition() - Method in class com.vaadin.flow.component.charts.model.DrillUpButton
 
getPosition() - Method in class com.vaadin.flow.component.charts.model.NoData
 
getPosition() - Method in class com.vaadin.flow.component.charts.model.ResetZoomButton
 
getPosition() - Method in class com.vaadin.flow.component.charts.model.Stop
 
getPosition() - Method in class com.vaadin.flow.component.charts.model.style.GradientColor.Stop
 
getPosition() - Method in class com.vaadin.flow.component.charts.model.style.Style
 
getPosition() - Method in class com.vaadin.flow.component.cookieconsent.testbench.CookieConsentElement
 
getPosition() - Method in class com.vaadin.flow.component.notification.Notification
Description copied from corresponding location in WebComponent:
getPosition() - Method in class com.vaadin.flow.component.popover.Popover
Gets position of the popover with respect to its target.
getPosition() - Method in enum class com.vaadin.flow.component.popover.PopoverPosition
 
getPosition() - Method in class com.vaadin.flow.component.shared.Tooltip
Position of the tooltip with respect to its target.
getPosition() - Method in enum class com.vaadin.flow.component.shared.Tooltip.TooltipPosition
 
getPosition() - Method in class com.vaadin.hilla.signals.core.event.ListStateEvent
 
getPositioner() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getPostinstallPackages() - Method in class com.vaadin.flow.server.frontend.Options
 
getPrefix() - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.RemainingTime
Get prefix translation.
getPrefixComponent() - Method in interface com.vaadin.flow.component.shared.HasPrefix
Gets the component in the prefix slot of this field.
getPrev() - Method in class com.vaadin.collaborationengine.ListChangeEvent
Gets the key of the item which is before the current item after the change.
getPreviousItem(T) - Method in class com.vaadin.flow.data.provider.AbstractListDataView
 
getPreviousItem(T) - Method in interface com.vaadin.flow.data.provider.ListDataView
Gets the item before given item from the filtered and sorted data.
getPreviousSibling(StateNode) - Method in class com.vaadin.flow.internal.nodefeature.AttachExistingElementFeature
Gets previous sibling of the registered node.
getPreviousTab() - Method in class com.vaadin.flow.component.tabs.Tabs.SelectedChangeEvent
Get previous selected tab for this event.
getPreviousTab() - Method in class com.vaadin.flow.component.tabs.TabSheet.SelectedChangeEvent
Get previous selected tab for this event.
getPrimaryComponent() - Method in class com.vaadin.flow.component.splitlayout.SplitLayout
Get the component currently set to the primary split.
getPrimaryComponent() - Method in class com.vaadin.flow.component.splitlayout.testbench.SplitLayoutElement
 
getPrimarySection() - Method in class com.vaadin.flow.component.applayout.AppLayout
 
getPrimitiveDefaultValue(Class<?>) - Static method in class com.vaadin.flow.internal.ReflectTools
Gets default value for given primitiveType.
getPrincipal() - Method in class com.vaadin.flow.server.auth.NavigationContext
Gets the principal for the currently logged in user.
getPrincipal(VaadinRequest) - Method in class com.vaadin.flow.server.auth.NavigationAccessControl
Gets the principal for the currently logged in user.
getPrincipal(VaadinRequest) - Method in class com.vaadin.flow.server.auth.ViewAccessChecker
Deprecated.
Gets the principal for the currently logged in user.
getPrincipal(VaadinRequest) - Method in class com.vaadin.flow.spring.security.SpringNavigationAccessControl
 
getPrincipal(VaadinRequest) - Method in class com.vaadin.flow.spring.SpringViewAccessChecker
Deprecated.
 
getPrincipalName() - Method in class com.vaadin.flow.spring.security.AuthenticationContext
Gets an Optional containing the authenticated principal name, or an empty optional if the user is not authenticated.
getPrintChart() - Method in class com.vaadin.flow.component.charts.model.Lang
 
getPrintMaxWidth() - Method in class com.vaadin.flow.component.charts.model.Exporting
 
getProcessCpusAllowed() - Method in class com.vaadin.open.LinuxProcFileReader
 
getProcessID() - Method in class com.vaadin.open.LinuxProcFileReader
 
getProcessing() - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Status
Get processing translation.
getProcessNumOpenFds() - Method in class com.vaadin.open.LinuxProcFileReader
 
getProcessRss() - Method in class com.vaadin.open.LinuxProcFileReader
 
getProcessTotalTicks() - Method in class com.vaadin.open.LinuxProcFileReader
 
getProdBundle(File) - Static method in class com.vaadin.flow.server.frontend.ProdBundleUtils
Get the application specific production bundle file.
getProdBundleResource(String, ClassFinder) - Static method in class com.vaadin.flow.server.frontend.BundleValidationUtil
 
getProductIfCvdl(File, String) - Static method in class com.vaadin.flow.server.frontend.CvdlProducts
Returns product information if the given npm module refers to a Vaadin commercial component.
getProgressEventInterval() - Method in class com.vaadin.flow.server.communication.StreamReceiverHandler
To prevent event storming, streaming progress events are sent in this interval rather than every time the buffer is filled.
getProjectFolder() - Method in interface com.vaadin.flow.server.AbstractConfiguration
Return the project root folder.
getProjectFolderFromClasspath() - Static method in class com.vaadin.flow.server.frontend.FileIOUtils
Try determining the project folder from the classpath.
getProjectFrontendDir(AbstractConfiguration) - Static method in class com.vaadin.flow.server.frontend.FrontendUtils
Get directory where project's frontend files are located.
getProjection() - Method in class com.vaadin.flow.component.map.configuration.source.Source
The type of coordinate projection to use for this source.
getProjection() - Method in class com.vaadin.flow.component.map.configuration.View
Gets the projection of the view, which defaults to EPSG:3857 / Web Mercator Sphere projection
getProjectRoot() - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
 
getProjectRoot() - Method in class com.vaadin.base.devserver.DevBundleBuildingHandler
 
getProjectRoot() - Method in interface com.vaadin.flow.internal.DevModeHandler
Gets the project root folder.
getProperties() - Method in class com.vaadin.flow.data.binder.BeanPropertySet
 
getProperties() - Method in interface com.vaadin.flow.data.binder.PropertySet
Gets all known properties as a stream.
getProperties() - Method in class com.vaadin.flow.server.AbstractPropertyConfiguration
Gets unmodifiable underlying properties.
getProperties(LitRenderer<Y>, BiFunction<Class<?>, String, Field>) - Static method in class com.vaadin.testbench.unit.LitRendererTestUtil
Gets the property names for the supplied LitRenderer using the given field getter.
getProperty() - Method in class com.vaadin.flow.component.internal.ComponentMetaData.SynchronizedPropertyInfo
 
getProperty(StateNode, String) - Method in interface com.vaadin.flow.dom.ElementStateProvider
Gets the value of the given property.
getProperty(StateNode, String) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
 
getProperty(StateNode, String) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
 
getProperty(StateNode, String) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
 
getProperty(String) - Method in class com.vaadin.flow.data.binder.BeanPropertySet
 
getProperty(String) - Method in interface com.vaadin.flow.data.binder.PropertySet
Gets the definition for the named property, or an empty optional if there is no property with the given name.
getProperty(String) - Method in class com.vaadin.flow.dom.Element
Gets the value of the given property as a string.
getProperty(String) - Method in class com.vaadin.flow.internal.nodefeature.AbstractPropertyMap
Gets the value of the given property.
getProperty(String...) - Method in interface com.vaadin.testbench.HasPropertySettersGetters
Gets a JavaScript property of the given element.
getProperty(String...) - Method in class com.vaadin.testbench.TestBenchElement
 
getProperty(String, boolean) - Method in class com.vaadin.flow.dom.Element
Gets the value of the given property as a boolean, or the given default value if the underlying value is null.
getProperty(String, double) - Method in class com.vaadin.flow.dom.Element
Gets the value of the given property as a double, or the given default value if the underlying value is null
getProperty(String, int) - Method in class com.vaadin.flow.dom.Element
Gets the value of the given property as an integer, or the given default value if the underlying value is null
getProperty(String, String) - Method in class com.vaadin.flow.dom.Element
Gets the value of the given property as a string.
getPropertyBoolean(String...) - Method in interface com.vaadin.testbench.HasPropertySettersGetters
Gets a JavaScript property of the given element as a boolean.
getPropertyBoolean(String...) - Method in class com.vaadin.testbench.TestBenchElement
 
getPropertyData() - Method in class com.vaadin.flow.server.webcomponent.PropertyConfigurationImpl
Computed PropertyData based on the configuration details.
getPropertyDataSet() - Method in interface com.vaadin.flow.component.webcomponent.WebComponentConfiguration
Set of all the PropertyData objects defining the web component's properties.
getPropertyDescriptor(Class<?>, String) - Static method in class com.vaadin.flow.internal.BeanUtil
Returns the property descriptor for the property of the given name and declaring class.
getPropertyDouble(String...) - Method in interface com.vaadin.testbench.HasPropertySettersGetters
Gets a JavaScript property of the given element as a double.
getPropertyDouble(String...) - Method in class com.vaadin.testbench.TestBenchElement
 
getPropertyElement(String...) - Method in interface com.vaadin.testbench.HasPropertySettersGetters
Gets a JavaScript property of the given element as a DOM element.
getPropertyElement(String...) - Method in class com.vaadin.testbench.TestBenchElement
 
getPropertyElements(String...) - Method in interface com.vaadin.testbench.HasPropertySettersGetters
Gets a JavaScript property of the given element as a list of DOM elements.
getPropertyElements(String...) - Method in class com.vaadin.testbench.TestBenchElement
 
getPropertyHolderType() - Method in class com.vaadin.flow.data.binder.AbstractBeanPropertyDefinition
 
getPropertyHolderType() - Method in interface com.vaadin.flow.data.binder.PropertyDefinition
Gets the type of the class containing this property.
getPropertyId() - Method in class com.vaadin.hilla.crud.filter.PropertyStringFilter
Gets the property, or nested property path, to filter by.
getPropertyInteger(String...) - Method in interface com.vaadin.testbench.HasPropertySettersGetters
Gets a JavaScript property of the given element as an integer.
getPropertyInteger(String...) - Method in class com.vaadin.testbench.TestBenchElement
 
getPropertyName() - Method in interface com.vaadin.collaborationengine.HighlightHandler.HighlightContext
Gets the property name.
getPropertyName() - Method in interface com.vaadin.collaborationengine.PropertyChangeHandler.PropertyChangeEvent
Gets the property name.
getPropertyName() - Method in interface com.vaadin.flow.component.PropertyDescriptor
Gets the name of the property.
getPropertyName() - Method in class com.vaadin.flow.dom.PropertyChangeEvent
Returns the property name.
getPropertyName(Method) - Static method in class com.vaadin.flow.internal.ReflectTools
Parses the property name from the given getter or setter method.
getPropertyNames() - Method in class com.vaadin.flow.dom.Element
Gets the defined property names.
getPropertyNames() - Method in class com.vaadin.flow.internal.nodefeature.AbstractPropertyMap
Gets the property names.
getPropertyNames() - Method in interface com.vaadin.flow.server.startup.ApplicationConfiguration
Returns the names of the configuration properties as an Enumeration, or an empty Enumeration if there are o initialization parameters.
getPropertyNames() - Method in class com.vaadin.flow.server.startup.DefaultApplicationConfigurationFactory.ApplicationConfigurationImpl
 
getPropertyNames(StateNode) - Method in interface com.vaadin.flow.dom.ElementStateProvider
Gets the defined property names.
getPropertyNames(StateNode) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
 
getPropertyNames(StateNode) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
 
getPropertyNames(StateNode) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
 
getPropertyRaw(String) - Method in class com.vaadin.flow.dom.Element
Gets the raw property value without any value conversion.
getPropertySet() - Method in class com.vaadin.flow.component.grid.Grid
Returns PropertySet of bean this Grid is constructed with via Grid(Class).
getPropertySet() - Method in class com.vaadin.flow.data.binder.AbstractBeanPropertyDefinition
 
getPropertySet() - Method in interface com.vaadin.flow.data.binder.PropertyDefinition
Gets the PropertySet that this property belongs to.
getPropertyString(String...) - Method in interface com.vaadin.testbench.HasPropertySettersGetters
Gets a JavaScript property of the given element as a string.
getPropertyString(String...) - Method in class com.vaadin.testbench.TestBenchElement
 
getPropertySynchronizationMode(String) - Method in class com.vaadin.flow.internal.nodefeature.ElementListenerMap
Gets the most permissive update mode for any event registration that is configured to synchronize the given property.
getPropertyType(Class<?>, String) - Static method in class com.vaadin.flow.internal.BeanUtil
Returns the type of the property with the given name and declaring class.
getPropertyType(Method) - Static method in class com.vaadin.flow.internal.ReflectTools
Returns property type from the given getter or setter method.
getPropertyType(String) - Method in interface com.vaadin.flow.component.webcomponent.WebComponentConfiguration
Retrieve the type of a property's value.
getPropertyType(String) - Method in class com.vaadin.flow.server.webcomponent.WebComponentBinding
Retrieve the type of a property's value.
getPropertyValue() - Method in enum class com.vaadin.flow.component.grid.ColumnRendering
Gets the property value for the rendering mode.
getPropertyValue() - Method in enum class com.vaadin.flow.component.grid.ColumnTextAlign
Gets the client-side property for the textAlign property.
getPropertyValue(LitRenderer<Y>, BiFunction<Class<?>, String, Field>, IntFunction<Y>, int, String, Class<V>) - Static method in class com.vaadin.testbench.unit.LitRendererTestUtil
Gets the property value for the supplied LitRenderer.
getProvidedLocales() - Method in class com.vaadin.flow.i18n.DefaultI18NProvider
 
getProvidedLocales() - Method in interface com.vaadin.flow.i18n.I18NProvider
Get the locales that we have translations for.
getProviderFeatures() - Method in class com.vaadin.flow.dom.impl.AbstractNodeStateProvider
Returns the features supported by the provider.
getProviderFeatures() - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
 
getProviderFeatures() - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
 
getProxies() - Method in class com.vaadin.flow.server.frontend.FrontendTools
Read list of configured proxies in order from system properties, .npmrc file in the project root folder, .npmrc file in user root folder and system environment variables.
getProxies(File) - Static method in class com.vaadin.flow.server.frontend.ProxyFactory
Read list of configured proxies in order from system properties, .npmrc file in the project root folder, .npmrc file in user root folder and system environment variables.
getProxyForUrl(String) - Method in class com.vaadin.flow.server.frontend.installer.ProxyConfig
Get a proxy for url.
getPublicResources() - Static method in class com.vaadin.flow.server.HandlerHelper
URLs matching these patterns should be publicly available for applications to work.
getPublicResourcesRequiringSecurityContext() - Static method in class com.vaadin.flow.server.HandlerHelper
URLs matching these patterns should be publicly available for applications to work but might require a security context, i.e.
getPublicResourcesRoot() - Static method in class com.vaadin.flow.server.HandlerHelper
URLs matching these patterns should be publicly available for applications to work.
getPushConfiguration() - Method in class com.vaadin.flow.component.UI
Retrieves the object used for configuring the push channel.
getPushConnection() - Method in class com.vaadin.flow.component.internal.UIInternals
Returns the internal push connection object used by the related UI.
getPushId() - Method in class com.vaadin.flow.server.VaadinSession
Gets the push connection identifier for this session.
getPushMode() - Method in interface com.vaadin.flow.component.PushConfiguration
Returns the mode of bidirectional ("push") communication that is used.
getPushMode() - Method in interface com.vaadin.flow.function.DeploymentConfiguration
Returns the mode of bidirectional ("push") client-server communication that should be used.
getPushMode() - Method in class com.vaadin.flow.internal.nodefeature.PushConfigurationMap
 
getPushMode() - Method in class com.vaadin.flow.server.BootstrapHandler.BootstrapContext
Gets the push mode to use.
getPushMode() - Method in class com.vaadin.flow.server.DefaultDeploymentConfiguration
Returns the mode of bidirectional ("push") client-server communication that should be used.
getPushMode() - Method in class com.vaadin.flow.server.PropertyDeploymentConfiguration
 
getPushScript(BootstrapHandler.BootstrapContext) - Static method in class com.vaadin.flow.server.BootstrapHandler
 
getPushServletMapping() - Method in interface com.vaadin.flow.component.PushConfiguration
Returns the servlet mapping to use for push requests.
getPushServletMapping() - Method in interface com.vaadin.flow.function.DeploymentConfiguration
Returns the servlet mapping that bidirectional ("push") client-server communication should use.
getPushServletMapping() - Method in class com.vaadin.flow.internal.nodefeature.PushConfigurationMap
 
getPushServletMapping() - Method in class com.vaadin.flow.server.DefaultDeploymentConfiguration
Returns the servlet mapping that bidirectional ("push") client-server communication should use.
getPushURL(VaadinSession, VaadinRequest) - Static method in class com.vaadin.flow.internal.BootstrapHandlerHelper
Gets the push URL as a URL relative to the request URI.
getPwaConfiguration() - Method in class com.vaadin.flow.server.frontend.scanner.FrontendDependencies
Get the PWA configuration of the application.
getPwaConfiguration() - Method in interface com.vaadin.flow.server.frontend.scanner.FrontendDependenciesScanner
Get the PwaConfiguration of the application.
getPwaConfiguration() - Method in class com.vaadin.flow.server.PwaRegistry
 
getPwaConfigurationClass() - Method in class com.vaadin.flow.server.startup.ApplicationRouteRegistry
Gets pwa configuration class.
getPwaRegistry() - Method in class com.vaadin.flow.server.BootstrapHandler.BootstrapContext
Gets a pwa registry instance.
getPwaRegistry() - Method in class com.vaadin.flow.server.VaadinService
 
getPwaRegistry() - Method in class com.vaadin.flow.server.VaadinServletService
 
getPyramid() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
getQuery(Component) - Static method in class com.vaadin.flow.data.provider.DataViewUtils
Generates a data query with component's in-memory filter and sort comparator.
getQuery(Component, boolean) - Static method in class com.vaadin.flow.data.provider.DataViewUtils
Generates a data query with component's in-memory filter and sort comparator, which is optionally included if withSorting is set to true.
getQueryParameter(String) - Method in class com.vaadin.flow.router.LocationChangeEvent
Gets first parameter that corresponds to specified parameterName.
getQueryParameters() - Method in class com.vaadin.flow.component.html.testbench.AnchorTester
Gets the query parameters for the router-link.
getQueryParameters() - Method in class com.vaadin.flow.component.routerlink.RouterLinkTester
Gets the query parameters for the router-link.
getQueryParameters() - Method in class com.vaadin.flow.router.Location
Gets the request parameters used for current location.
getQueryParameters() - Method in class com.vaadin.flow.router.LocationChangeEvent
Gets the query parameters used for navigation.
getQueryParameters() - Method in class com.vaadin.flow.router.RouterLink
Gets the QueryParameters of this link.
getQueryString() - Method in class com.vaadin.flow.router.QueryParameters
Returns a UTF-8 encoded query string containing all parameter names and values suitable for appending to a URL after the ? character.
getR() - Method in class com.vaadin.flow.component.charts.model.DrillUpButtonTheme
 
getR() - Method in class com.vaadin.flow.component.charts.model.style.GradientColor.RadialGradient
 
getRadialGradient() - Method in class com.vaadin.flow.component.charts.model.style.GradientColor
 
getRadius() - Method in class com.vaadin.flow.component.charts.model.Dial
 
getRadius() - Method in class com.vaadin.flow.component.charts.model.Hover
 
getRadius() - Method in class com.vaadin.flow.component.charts.model.Marker
 
getRadius() - Method in class com.vaadin.flow.component.charts.model.Pivot
 
getRadius() - Method in class com.vaadin.flow.component.charts.model.Select
 
getRadiusPlus() - Method in class com.vaadin.flow.component.charts.model.Hover
 
getRange() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getRange() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getRangeSelector() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getRangeSelectorFrom() - Method in class com.vaadin.flow.component.charts.model.Lang
 
getRangeSelectorTo() - Method in class com.vaadin.flow.component.charts.model.Lang
 
getRangeSelectorZoom() - Method in class com.vaadin.flow.component.charts.model.Lang
 
getRatio() - Method in class com.vaadin.flow.component.map.configuration.source.ImageWMSSource
The ratio for the size of requested images compared to the map's viewport.
getRawConfiguration() - Method in class com.vaadin.flow.component.map.Map
 
getRawJson() - Method in class com.vaadin.flow.server.communication.ServerRpcHandler.RpcRequest
Gets the entire request in JSON format, as it was received from the client.
getRawTimezoneOffset() - Method in class com.vaadin.flow.component.page.ExtendedClientDetails
Returns the browser-reported TimeZone offset in milliseconds from GMT ignoring possible daylight saving adjustments that may be in effect in the browser.
getReact() - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties
Gets the react specific configuration.
getReadBytes() - Method in class com.vaadin.flow.component.upload.ProgressUpdateEvent
Get bytes transferred for this update.
getReader() - Method in class com.vaadin.flow.server.communication.AtmospherePushConnection.FragmentedMessage
 
getReader() - Method in interface com.vaadin.flow.server.VaadinRequest
Retrieves the body of the request as character data using a BufferedReader.
getReadTimeout() - Static method in class com.vaadin.testbench.Parameters
Gets the time to wait for a response to a command sent to a remote web driver.
getRearLength() - Method in class com.vaadin.flow.component.charts.model.Dial
 
getReason() - Method in class com.vaadin.flow.component.upload.FailedEvent
Get the exception that caused the failure.
getReceiver() - Method in class com.vaadin.flow.component.upload.Upload
Return the current receiver.
getReconnectAttempts() - Method in interface com.vaadin.flow.component.ReconnectDialogConfiguration
Gets the number of times to try to reconnect to the server before giving up.
getReconnectAttempts() - Method in class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap
 
getReconnectDialogConfiguration() - Method in class com.vaadin.flow.component.UI
Retrieves the object used for configuring the reconnect dialog.
getReconnectInterval() - Method in interface com.vaadin.flow.component.ReconnectDialogConfiguration
Gets the interval (in milliseconds) between reconnect attempts.
getReconnectInterval() - Method in class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap
 
getRect() - Method in class com.vaadin.testbench.TestBenchElement
 
getRedirectQueryParameters() - Method in class com.vaadin.flow.router.BeforeEvent
Gets the query parameters for forwarded and rerouted URL.
getRedo() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
Gets the translated word for redo
getReferenceDate() - Method in class com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n
Gets the referenceDate.
getReferenceImageFileNames(String, Capabilities) - Static method in class com.vaadin.testbench.screenshot.ImageFileUtil
Returns the relative file names of reference images.
getReferenceImageFileNames(String, Capabilities) - Method in class com.vaadin.testbench.screenshot.ImageFileUtil.ImageFileUtilImpl
Returns the relative file names of reference images.
getReferenceNameGenerator() - Method in class com.vaadin.testbench.commands.TestBenchCommandExecutor
Gets the name generator used for screenshot references.
getReferenceScreenshotFile(String) - Static method in class com.vaadin.testbench.screenshot.ImageFileUtil
 
getReferenceScreenshotFile(String) - Method in class com.vaadin.testbench.screenshot.ImageFileUtil.ImageFileUtilImpl
 
getReflow() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getRegex() - Method in class com.vaadin.flow.router.internal.ParameterInfo
 
getRegex() - Method in class com.vaadin.flow.router.RouteParameterData
Gets the regex of the parameter.
getRegex(Class<?>) - Static method in class com.vaadin.flow.router.RouteParameterRegex
Gets the regex used for the given parameterType.
getRegisteredAccessibleMenuRoutes() - Method in class com.vaadin.flow.router.RouteConfiguration
Get the RouteData for all accessible registered navigation targets with a menu information.
getRegisteredAccessibleMenuRoutes(VaadinRequest, Collection<BeforeEnterListener>) - Method in class com.vaadin.flow.router.internal.AbstractRouteRegistry
 
getRegisteredAccessibleMenuRoutes(VaadinRequest, Collection<BeforeEnterListener>) - Method in interface com.vaadin.flow.server.RouteRegistry
Get the RouteData for all accessible registered navigation targets with a menu information.
getRegisteredAccessibleMenuRoutes(Collection<BeforeEnterListener>) - Method in class com.vaadin.flow.router.RouteConfiguration
Get the RouteData for all accessible registered navigation targets with a menu information.
getRegisteredRoutes() - Method in class com.vaadin.flow.router.internal.AbstractRouteRegistry
 
getRegisteredRoutes() - Method in interface com.vaadin.flow.server.RouteRegistry
Get the RouteData for all registered navigation targets.
getRegisteredRoutes() - Method in class com.vaadin.flow.server.SessionRouteRegistry
 
getRegistration() - Method in interface com.vaadin.flow.data.renderer.Rendering
Gets a Registration that can be used to clean up resources associated with the renderer when it's no longer used.
getRegistry() - Method in class com.vaadin.flow.router.Router
 
getRegistry() - Method in class com.vaadin.flow.server.startup.ApplicationRouteRegistry.ApplicationRouteRegistryWrapper
Get the application route registry.
getRejectButton() - Method in class com.vaadin.flow.component.confirmdialog.testbench.ConfirmDialogElement
 
getRelativeTo() - Method in class com.vaadin.flow.component.charts.model.DrillUpButton
 
getRelativeTo() - Method in class com.vaadin.flow.component.charts.model.ResetZoomButton
 
getRelHref() - Method in class com.vaadin.flow.server.PwaIcon
Return href with '/' -prefix and removed possible ?[fileHash].
getRemainingTime() - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading
Get remaining time translations.
getRemoteAddr() - Method in interface com.vaadin.flow.server.VaadinRequest
Returns the IP address from which the request came.
getRemoteAddressHeader() - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties.Devmode
Gets the name of the custom HTTP header that contains the client IP address that is checked to allow access to the dev mode server.
getRemoteControlName() - Method in class com.vaadin.testbench.commands.TestBenchCommandExecutor
 
getRemoteControlName() - Method in interface com.vaadin.testbench.commands.TestBenchCommands
Finds the canonical host name of the remotely executing node where the test is being run.
getRemoteHost() - Method in interface com.vaadin.flow.server.VaadinRequest
Returns the fully qualified name of the client or the last proxy that sent the request.
getRemotePort() - Method in interface com.vaadin.flow.server.VaadinRequest
Returns the Internet Protocol (IP) source port of the client or last proxy that sent the request.
getRemoteUser() - Method in interface com.vaadin.flow.server.VaadinRequest
Returns the login of the user making this request, if the user has been authenticated, or null if the user has not been authenticated.
getRemove() - Method in class com.vaadin.flow.component.dashboard.Dashboard.DashboardI18n
Gets the accessible name of dashboard item remove buttons
getRemove() - Method in class com.vaadin.flow.component.upload.UploadI18N.File
Get aria-label of the remove file button.
getRemovedItem() - Method in class com.vaadin.flow.internal.change.ListRemoveChange
Gets the removed item.
getRemovedNavigationTargets() - Method in class com.vaadin.flow.router.RoutesChangedEvent
Get every single navigation targets of all removed routes in this change.
getRemovedRoutes() - Method in class com.vaadin.flow.router.RoutesChangedEvent
Get all routes removed in this change.
getRemovedSelection() - Method in class com.vaadin.flow.data.selection.MultiSelectionEvent
Gets the items that were removed from selection.
getRemovedURLs() - Method in class com.vaadin.flow.router.RoutesChangedEvent
Get every single URL of all removed routes in this change.
getRenderedComponent(String) - Method in class com.vaadin.flow.data.provider.AbstractComponentDataGenerator
 
getRenderer() - Method in class com.vaadin.flow.component.grid.Grid.Column
Get the renderer used for this column.
getRenderManager() - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
Accesses the render manager that is managing the custom renderer
getRepeat() - Method in class com.vaadin.flow.component.charts.model.Breaks
 
getReportingUrl() - Method in class com.vaadin.base.devserver.stats.StatisticsSender
Get the remote reporting URL.
getRepository() - Method in class com.vaadin.hilla.crud.ListRepositoryService
Accessor for the repository instance.
getRepresentations() - Method in class com.vaadin.testbench.screenshot.ReferenceImageRepresentation
 
getRequest() - Method in class com.vaadin.flow.server.AppShellSettings
Get the current request.
getRequest() - Method in class com.vaadin.flow.server.BootstrapHandler.BootstrapContext
Gets the Vaadin/HTTP request.
getRequest() - Method in class com.vaadin.flow.server.SessionInitEvent
Gets the request that triggered the initialization.
getRequest() - Method in class com.vaadin.flow.server.SystemMessagesInfo
Gets the request currently in progress.
getRequest(HttpServletRequest, HttpServletResponse) - Method in class com.vaadin.flow.spring.security.VaadinDefaultRequestCache
 
getRequestBody(Reader) - Static method in class com.vaadin.flow.server.SynchronizedRequestHandler
 
getRequestedRangeEnd() - Method in class com.vaadin.flow.data.provider.Query
Gets the requested range end.
getRequestHandlers() - Method in class com.vaadin.flow.server.VaadinService
Returns the request handlers that are registered with this service.
getRequestHandlers() - Method in class com.vaadin.flow.server.VaadinSession
Gets the request handlers that are registered to the session.
getRequestPathInsideContext(HttpServletRequest) - Static method in class com.vaadin.flow.server.HandlerHelper
Returns the requested path inside the context root.
getRequestSizeMax() - Method in class com.vaadin.flow.server.communication.StreamRequestHandler
Returns maximum request size for upload.
getRequestUrl(VaadinRequest) - Method in class com.vaadin.flow.server.communication.JavaScriptBootstrapHandler
 
getRequestUrl(VaadinRequest) - Method in class com.vaadin.flow.server.communication.WebComponentBootstrapHandler
Returns the request's base url to use in constructing and initialising ui.
getRequestURL(VaadinRequest) - Method in class com.vaadin.flow.server.auth.NavigationAccessControl
Gets the URL the client used to make the request.
getRequiredConfigurator() - Method in class com.vaadin.flow.data.binder.BeanValidationBinder
Gets field required indicator configuration logic.
getRequiredErrorMessage() - Method in class com.vaadin.flow.component.checkbox.Checkbox.CheckboxI18n
Gets the error message displayed when the field is required but empty.
getRequiredErrorMessage() - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup.CheckboxGroupI18n
Gets the error message displayed when the field is required but empty.
getRequiredErrorMessage() - Method in class com.vaadin.flow.component.combobox.ComboBox.ComboBoxI18n
Gets the error message displayed when the field is required but empty.
getRequiredErrorMessage() - Method in interface com.vaadin.flow.component.combobox.ComboBoxBaseI18n
Gets the error message displayed when the field is required but empty.
getRequiredErrorMessage() - Method in class com.vaadin.flow.component.combobox.MultiSelectComboBoxI18n
Gets the error message displayed when the field is required but empty.
getRequiredErrorMessage() - Method in class com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n
Gets the error message displayed when the field is required but empty.
getRequiredErrorMessage() - Method in class com.vaadin.flow.component.datetimepicker.DateTimePicker.DateTimePickerI18n
Gets the error message displayed when the field is required but empty.
getRequiredErrorMessage() - Method in class com.vaadin.flow.component.radiobutton.RadioButtonGroup.RadioButtonGroupI18n
Gets the error message displayed when the field is required but empty.
getRequiredErrorMessage() - Method in class com.vaadin.flow.component.select.Select.SelectI18n
Gets the error message displayed when the field is required but empty.
getRequiredErrorMessage() - Method in interface com.vaadin.flow.component.textfield.AbstractNumberFieldI18n
Gets the error message displayed when the field is required but empty.
getRequiredErrorMessage() - Method in class com.vaadin.flow.component.textfield.BigDecimalField.BigDecimalFieldI18n
Gets the error message displayed when the field is required but empty.
getRequiredErrorMessage() - Method in class com.vaadin.flow.component.textfield.EmailField.EmailFieldI18n
Gets the error message displayed when the field is required but empty.
getRequiredErrorMessage() - Method in class com.vaadin.flow.component.textfield.IntegerField.IntegerFieldI18n
Gets the error message displayed when the field is required but empty.
getRequiredErrorMessage() - Method in class com.vaadin.flow.component.textfield.NumberField.NumberFieldI18n
Gets the error message displayed when the field is required but empty.
getRequiredErrorMessage() - Method in class com.vaadin.flow.component.textfield.PasswordField.PasswordFieldI18n
Gets the error message displayed when the field is required but empty.
getRequiredErrorMessage() - Method in class com.vaadin.flow.component.textfield.TextArea.TextAreaI18n
Gets the error message displayed when the field is required but empty.
getRequiredErrorMessage() - Method in class com.vaadin.flow.component.textfield.TextField.TextFieldI18n
Gets the error message displayed when the field is required but empty.
getRequiredErrorMessage() - Method in class com.vaadin.flow.component.timepicker.TimePicker.TimePickerI18n
Gets the error message displayed when the field is required but empty.
getRerouteTarget() - Method in class com.vaadin.flow.router.BeforeEvent
Gets the reroute target handler to use if the user should be rerouted to some other view.
getRerouteTarget() - Method in class com.vaadin.flow.router.LocationChangeEvent
Gets the reroute target to use if the user should be rerouted to some other view.
getRerouteTargetRouteParameters() - Method in class com.vaadin.flow.router.BeforeEvent
Get the URL parameters of the reroute target.
getRerouteTargetType() - Method in class com.vaadin.flow.router.BeforeEvent
Get the route target type for rerouting.
getRerouteUrl() - Method in class com.vaadin.flow.router.BeforeEvent
Gets the reroute url.
getReserveSpace() - Method in class com.vaadin.flow.component.charts.model.AxisTitle
 
getReserveSpace() - Method in class com.vaadin.flow.component.charts.model.Labels
 
getResetZoom() - Method in class com.vaadin.flow.component.charts.model.Lang
 
getResetZoomButton() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getResetZoomTitle() - Method in class com.vaadin.flow.component.charts.model.Lang
 
getResize() - Method in class com.vaadin.flow.component.dashboard.Dashboard.DashboardI18n
Gets the accessible name of widget resize handles
getResizeApply() - Method in class com.vaadin.flow.component.dashboard.Dashboard.DashboardI18n
Gets the accessible name of widget resize apply buttons
getResizedColumn() - Method in class com.vaadin.flow.component.grid.ColumnResizeEvent
Returns the column that was the target of user's resize action
getResizeGrowHeight() - Method in class com.vaadin.flow.component.dashboard.Dashboard.DashboardI18n
Gets the accessible name of widget resize grow height buttons
getResizeGrowWidth() - Method in class com.vaadin.flow.component.dashboard.Dashboard.DashboardI18n
Gets the accessible name of widget resize grow width buttons
getResizeShrinkHeight() - Method in class com.vaadin.flow.component.dashboard.Dashboard.DashboardI18n
Gets the accessible name of widget resize shrink height buttons
getResizeShrinkWidth() - Method in class com.vaadin.flow.component.dashboard.Dashboard.DashboardI18n
Gets the accessible name of widget resize shrink width buttons
getResolvedPath() - Method in class com.vaadin.flow.router.NavigationState
Get the resolved path details for this navigation state.
getResource() - Method in class com.vaadin.flow.component.map.Assets.Asset
 
getResource() - Method in class com.vaadin.flow.server.communication.AtmospherePushConnection
 
getResource() - Method in interface com.vaadin.flow.server.StreamRegistration
Get the stream resource whose registration result is represented by this StreamRegistration instance.
getResource(Class<T>, URI) - Method in class com.vaadin.flow.server.StreamResourceRegistry
Get a registered resource of given type.
getResource(String) - Method in class com.vaadin.flow.server.frontend.scanner.ClassFinder.CachedClassFinder
 
getResource(String) - Method in class com.vaadin.flow.server.frontend.scanner.ClassFinder.DefaultClassFinder
 
getResource(String) - Method in interface com.vaadin.flow.server.frontend.scanner.ClassFinder
Get a resource from the classpath.
getResource(String) - Method in class com.vaadin.flow.server.VaadinService
Returns a URL to the resource at the given Vaadin URI.
getResource(String) - Method in class com.vaadin.flow.server.VaadinServletService
 
getResource(String) - Method in class com.vaadin.testbench.unit.mocks.MockWebApplicationContext
 
getResource(URI) - Method in class com.vaadin.flow.server.StreamResourceRegistry
Get a registered resource for given URI.
getResourceAsStream(String) - Method in class com.vaadin.flow.server.VaadinService
Opens a stream to to the resource at the given Vaadin URI.
getResourceAsStream(String) - Method in class com.vaadin.flow.server.VaadinServletService
 
getResourceInServletContext(String) - Method in class com.vaadin.flow.server.VaadinServletService
Finds the given resource in the servlet context.
getResourceOutputDirectory() - Method in class com.vaadin.flow.server.frontend.Options
 
getResourceRegistry() - Method in class com.vaadin.flow.server.VaadinSession
Get resource registry instance.
getResources(String) - Method in class com.vaadin.testbench.unit.mocks.MockWebApplicationContext
 
getResourceUri() - Method in interface com.vaadin.flow.server.StreamRegistration
Get resource URI for registered StreamResource instance.
getResponse() - Method in class com.vaadin.flow.server.BootstrapHandler.BootstrapContext
Gets the Vaadin/HTTP response.
getResponsiveSteps() - Method in class com.vaadin.flow.component.formlayout.FormLayout
Get the list of FormLayout.ResponsiveSteps used to configure this layout.
getResult() - Method in class com.vaadin.flow.data.binder.BindingValidationStatus
Gets the validation result if status is either BindingValidationStatus.Status.OK or BindingValidationStatus.Status.ERROR or an empty optional if status is BindingValidationStatus.Status.UNRESOLVED.
getRetry() - Method in class com.vaadin.flow.component.upload.UploadI18N.File
Get aria-label of the retry file button.
getReturnType(String, String) - Method in class com.vaadin.hilla.EndpointInvoker
Gets the return type of the given method.
getReversed() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getReversed() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getReversed() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getReversed() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getReversed() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getReversed() - Method in class com.vaadin.flow.component.charts.model.SeriesConnectorAnimation
 
getReversed() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getReversed() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getReversed() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getReversedStacks() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getRevision() - Method in class com.vaadin.flow.server.frontend.FrontendVersion
Gets the revision, z in x.y.z.qualifier.
getRevision() - Static method in class com.vaadin.flow.server.Version
Gets the revision, z in x.y.z.qualifier.
getRifleColor() - Method in class com.vaadin.flow.component.charts.model.Scrollbar
 
getRolePrefix() - Method in class com.vaadin.flow.spring.security.VaadinRolePrefixHolder
Return role prefix.
getRolesChecker(VaadinRequest) - Method in class com.vaadin.flow.server.auth.NavigationAccessControl
Gets a function for checking roles for the currently logged in user.
getRolesChecker(VaadinRequest) - Method in class com.vaadin.flow.server.auth.ViewAccessChecker
Deprecated.
Gets a function for checking roles for the currently logged in user.
getRolesChecker(VaadinRequest) - Method in class com.vaadin.flow.spring.security.SpringNavigationAccessControl
 
getRolesChecker(VaadinRequest) - Method in class com.vaadin.flow.spring.SpringViewAccessChecker
Deprecated.
 
getRootItems() - Method in class com.vaadin.flow.data.provider.hierarchy.TreeData
Gets the root items of this structure.
getRootNode() - Method in class com.vaadin.flow.internal.StateTree
Gets the root node of this state tree.
getRootSize() - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchyMapper
Returns the size of root level.
getRotation() - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
 
getRotation() - Method in class com.vaadin.flow.component.charts.model.AxisTitle
 
getRotation() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getRotation() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getRotation() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getRotation() - Method in class com.vaadin.flow.component.charts.model.Label
 
getRotation() - Method in class com.vaadin.flow.component.charts.model.Labels
 
getRotation() - Method in class com.vaadin.flow.component.charts.model.StackLabels
 
getRotation() - Method in class com.vaadin.flow.component.map.configuration.style.ImageStyle
The rotation of the image in radians.
getRotation() - Method in class com.vaadin.flow.component.map.configuration.style.TextStyle
The rotation to apply to the text, in radians.
getRotation() - Method in class com.vaadin.flow.component.map.configuration.View
Get rotation of the view, defaults to 0
getRotation() - Method in class com.vaadin.flow.component.map.events.MapViewMoveEndEvent
Gets the View's updated rotation
getRounded() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getRoute() - Method in class com.vaadin.flow.component.routerlink.RouterLinkTester
Gets the registered route class for the router-link.
getRoute() - Method in class com.vaadin.flow.server.BootstrapHandler.BootstrapContext
Gets the location of the route that should be activated for this bootstrap request.
getRoute(String) - Method in class com.vaadin.flow.router.RouteConfiguration
Gets the registered route class for a given path.
getRoute(String, List<String>) - Method in class com.vaadin.flow.router.internal.ConfiguredRoutes
Get the route class matching the given path and path segments.
getRoute(String, List<String>) - Method in class com.vaadin.flow.router.RouteConfiguration
Gets the optional navigation target class for a given Location matching with path segments.
getRouteAliases() - Method in class com.vaadin.flow.router.RouteData
Get all RouteAliases for this registered path.
getRouteAliasPath(Class<?>, RouteAlias) - Static method in class com.vaadin.flow.router.internal.RouteUtil
Get the actual route path including all parent layout RoutePrefix.
getRouteByPath(Map<String, AvailableViewInfo>, String) - Method in class com.vaadin.hilla.route.RouteUtil
Gets the client view configuration for the given route.
getRouteComponent(Component) - Static method in class com.vaadin.flow.component.ComponentUtil
Walk up from given component until a Component with a Route annotation is found or empty if no Route is present in parents.
getRouteParameters() - Method in class com.vaadin.flow.router.AfterNavigationEvent
Gets the route parameters associated with this event.
getRouteParameters() - Method in class com.vaadin.flow.router.BeforeEvent
Gets the route parameters associated with this event.
getRouteParameters() - Method in class com.vaadin.flow.router.internal.NavigationRouteTarget
Gets the route parameters for this search response.
getRouteParameters() - Method in class com.vaadin.flow.router.NavigationState
Gets the route parameters map.
getRouteParameters() - Method in class com.vaadin.flow.router.RouteBaseData
Get Route route parameters if any.
getRouteParametersList() - Method in class com.vaadin.flow.router.RouteBaseData
Get Route route parameters in a list if any.
getRoutePath(VaadinContext, Class<?>) - Static method in class com.vaadin.flow.router.internal.RouteUtil
Get the actual route path including all parent layout RoutePrefix.
getRoutePath(Class<?>) - Method in class com.vaadin.flow.router.DefaultRoutePathProvider
 
getRoutePath(Class<?>) - Method in interface com.vaadin.flow.router.RoutePathProvider
Produces a path for the navigationTarget component class.
getRoutePath(String, Class<?>) - Static method in class com.vaadin.flow.router.DefaultRoutePathProvider
 
getRoutePaths(Class<? extends Component>) - Method in class com.vaadin.flow.router.internal.ConfiguredRoutes
Collect all routes for which given routeTarget is registered.
getRouter() - Method in class com.vaadin.flow.component.internal.UIInternals
Gets the router used for navigating in this UI, if the router was active when this UI was initialized.
getRouter() - Method in class com.vaadin.flow.component.UI
Deprecated.
For internal use only. Will be removed in the future.
getRouter() - Method in class com.vaadin.flow.router.internal.ResolveRequest
Gets the router that this request originates from.
getRouter() - Method in class com.vaadin.flow.server.auth.NavigationContext
Gets the router that triggered the navigation change.
getRouter() - Method in class com.vaadin.flow.server.VaadinService
Gets the router used for UIs served by this service.
getRouter(HasElement) - Static method in class com.vaadin.flow.component.ComponentUtil
Gets the router instance for the given component.
getRouteRegistry() - Method in class com.vaadin.flow.server.VaadinService
Find a route registry to use for this service.
getRouteRegistry() - Method in class com.vaadin.flow.server.VaadinServletService
 
getRouterLayoutTypes(Class<? extends Component>, Router) - Method in class com.vaadin.flow.router.internal.AbstractNavigationStateRenderer
Gets the router layout types to show for the given route target type, starting from the parent layout immediately wrapping the route target type.
getRouterLayoutTypes(Class<? extends Component>, Router) - Method in class com.vaadin.flow.router.internal.ErrorStateRenderer
Gets the router layout types to show for the given route target type, starting from the parent layout immediately wrapping the route target type.
getRouterLayoutTypes(Class<? extends Component>, Router) - Method in class com.vaadin.flow.router.internal.NavigationStateRenderer
 
getRoutes() - Method in class com.vaadin.flow.router.internal.ConfiguredRoutes
Get all registered paths that have been registered.
getRoutesMap() - Method in class com.vaadin.flow.router.internal.ConfiguredRoutes
 
getRoutesMap() - Method in class com.vaadin.flow.router.internal.ConfigureRoutes
Override so that the getters use the correct routes map for data.
getRouteTarget() - Method in class com.vaadin.flow.router.internal.NavigationRouteTarget
Gets the route target.
getRouteTarget() - Method in class com.vaadin.flow.router.NavigationState
Gets the route target for this navigation state.
getRouteTarget(Class<? extends Component>, RouteParameters) - Method in class com.vaadin.flow.router.internal.AbstractRouteRegistry
 
getRouteTarget(Class<? extends Component>, RouteParameters) - Method in class com.vaadin.flow.router.internal.ConfiguredRoutes
Gets the RouteTarget instance matching the given target component and route parameters.
getRouteTarget(Class<? extends Component>, RouteParameters) - Method in interface com.vaadin.flow.server.RouteRegistry
Gets the RouteTarget instance matching the given target component and route parameters.
getRouteTarget(Class<? extends Component>, RouteParameters) - Method in class com.vaadin.flow.server.SessionRouteRegistry
 
getRouteTarget(String) - Method in class com.vaadin.flow.router.internal.ConfiguredRoutes
Get the RouteTarget stored for the given template.
getRouteTargetChain() - Method in class com.vaadin.flow.router.LocationChangeEvent
Gets the chain of route targets that will be nested inside the UI, starting from the most deeply nested component.
getRow() - Method in class com.vaadin.flow.component.grid.testbench.GridTHTDElement
Gets the row index for this grid cell.
getRow(int) - Method in class com.vaadin.flow.component.board.testbench.BoardElement
Gets the row element at the given index.
getRow(int) - Method in class com.vaadin.flow.component.grid.GridTester
Get the item at the given row index.
getRow(int) - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Gets the tr element for the given row index.
getRow(int) - Method in class com.vaadin.flow.component.gridpro.testbench.GridProElement
Gets the tr element for the given row index.
getRow(int) - Method in class com.vaadin.flow.component.html.NativeTableFooter
Returns the row at the given index.
getRowCount() - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Gets the total number of rows.
getRowCount() - Method in class com.vaadin.flow.component.html.NativeTableFooter
Returns the number of rows in the container.
getRowCount() - Method in class com.vaadin.flow.component.virtuallist.testbench.VirtualListElement
Gets the total number of rows.
getRowElement() - Method in class com.vaadin.flow.component.grid.testbench.GridTHTDElement
Gets the TR parent of this element.
getRowIndex(NativeTableRow) - Method in class com.vaadin.flow.component.html.NativeTableFooter
Get the index of a given row.
getRows() - Method in class com.vaadin.flow.component.board.testbench.BoardElement
Gets all rows from the board.
getRows() - Method in class com.vaadin.flow.component.html.NativeTableFooter
Returns a list of all the rows.
getRows(int, int) - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Gets the rows (present in the DOM) specified by the lower and upper row indexes.
getRowsize() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getRowspan() - Method in class com.vaadin.flow.component.dashboard.DashboardWidget
Returns the rowspan of the widget.
getRowspan() - Method in class com.vaadin.flow.component.dashboard.testbench.DashboardWidgetElement
Returns the rowspan of the widget.
getRowspan() - Method in class com.vaadin.flow.component.html.NativeTableCell
Returns the rowspan value of this cell.
getRpcInvocationsData() - Method in class com.vaadin.flow.server.communication.ServerRpcHandler.RpcRequest
Gets the data to recreate the RPC as requested by the client side.
getRpcType() - Method in class com.vaadin.flow.server.communication.ReturnChannelHandler
 
getRpcType() - Method in class com.vaadin.flow.server.communication.rpc.AttachExistingElementRpcHandler
 
getRpcType() - Method in class com.vaadin.flow.server.communication.rpc.AttachTemplateChildRpcHandler
 
getRpcType() - Method in class com.vaadin.flow.server.communication.rpc.EventRpcHandler
 
getRpcType() - Method in class com.vaadin.flow.server.communication.rpc.MapSyncRpcHandler
 
getRpcType() - Method in class com.vaadin.flow.server.communication.rpc.NavigationRpcHandler
 
getRpcType() - Method in class com.vaadin.flow.server.communication.rpc.PublishedServerEventHandlerRpcHandler
 
getRpcType() - Method in interface com.vaadin.flow.server.communication.rpc.RpcInvocationHandler
Gets unique RPC type which this handler is applicable for.
getRtl() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getRules() - Method in class com.vaadin.flow.component.charts.model.Responsive
 
getRunLocallyBrowser() - Method in class com.vaadin.testbench.BrowserTestBase
 
getRunLocallyBrowser() - Method in class com.vaadin.testbench.parallel.ParallelTest
 
getRunLocallyBrowser(Class<?>) - Method in class com.vaadin.testbench.browser.BrowserExtension
 
getRunLocallyBrowserName() - Static method in class com.vaadin.testbench.Parameters
Gets the name of the browser to use for a local test.
getRunLocallyBrowserName(Class<?>) - Static method in class com.vaadin.testbench.browser.CapabilitiesUtil
 
getRunLocallyBrowserVersion() - Method in class com.vaadin.testbench.BrowserTestBase
 
getRunLocallyBrowserVersion() - Method in class com.vaadin.testbench.parallel.ParallelTest
 
getRunLocallyBrowserVersion() - Static method in class com.vaadin.testbench.Parameters
Gets the version of the browser to use for a local test.
getRunLocallyBrowserVersion(Class<?>) - Method in class com.vaadin.testbench.browser.BrowserExtension
 
getRunLocallyBrowserVersion(Class<?>) - Static method in class com.vaadin.testbench.browser.CapabilitiesUtil
 
getRunOnHub(Class<?>) - Method in class com.vaadin.testbench.browser.BrowserExtension
 
getRunOnHub(Class<?>) - Method in class com.vaadin.testbench.parallel.ParallelTest
 
getRuntimeServiceWorkerJs() - Method in class com.vaadin.flow.server.PwaRegistry
sw-runtime.js (service worker JavaScript for precaching runtime generated resources) as a String.
getSandbox() - Method in class com.vaadin.flow.component.html.IFrame
Gets the list of sandbox attribute values.
getSauceAccessKey() - Static method in class com.vaadin.testbench.parallel.SauceLabsIntegration
Gets the configured Saucelabs access key.
getSauceLabsOption(DesiredCapabilities, String) - Static method in class com.vaadin.testbench.parallel.SauceLabsIntegration
Gets the given SauceLabs option.
getSauceTunnelIdentifier() - Static method in class com.vaadin.testbench.parallel.SauceLabsIntegration
Gets the configured Saucelabs tunnel identifier.
getSauceUser() - Static method in class com.vaadin.testbench.parallel.SauceLabsIntegration
Gets the configured Saucelabs user name.
getSaveButton() - Method in class com.vaadin.flow.component.crud.Crud
Gets the Crud save button
getSaveItem() - Method in class com.vaadin.flow.component.crud.CrudI18n
Gets the save button text
getScale() - Method in class com.vaadin.flow.component.charts.model.Exporting
 
getScale() - Method in class com.vaadin.flow.component.map.configuration.style.ImageStyle
The scaling of the image's size.
getScale() - Method in class com.vaadin.flow.component.map.configuration.style.TextStyle
The scaling to apply to the text.
getScatter() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
getScreenHeight() - Method in class com.vaadin.flow.component.page.ExtendedClientDetails
Gets the height of the screen in pixels.
getScreenReaderSectionFormatter() - Method in class com.vaadin.flow.component.charts.model.Accessibility
 
getScreenshotAs(OutputType<X>) - Method in class com.vaadin.testbench.TestBenchDriverProxy
 
getScreenshotAs(OutputType<X>) - Method in class com.vaadin.testbench.TestBenchElement
 
getScreenshotComparisonTolerance() - Static method in class com.vaadin.testbench.Parameters
 
getScreenshotErrorDirectory() - Static method in class com.vaadin.testbench.Parameters
 
getScreenshotErrorDirectory() - Static method in class com.vaadin.testbench.screenshot.ImageFileUtil
Returns the directory used for screenshot error images.
getScreenshotErrorDirectory() - Method in class com.vaadin.testbench.screenshot.ImageFileUtil.ImageFileUtilImpl
Returns the directory used for screenshot error images.
getScreenshotReferenceDirectory() - Static method in class com.vaadin.testbench.Parameters
 
getScreenshotReferenceDirectory() - Static method in class com.vaadin.testbench.screenshot.ImageFileUtil
Returns the directory used for screenshot references.
getScreenshotReferenceDirectory() - Method in class com.vaadin.testbench.screenshot.ImageFileUtil.ImageFileUtilImpl
Returns the directory used for screenshot references.
getScreenshotRetryDelay() - Static method in class com.vaadin.testbench.Parameters
 
getScreenWidth() - Method in class com.vaadin.flow.component.page.ExtendedClientDetails
Gets the width of the screen in pixels.
getScreenX() - Method in class com.vaadin.flow.component.ClickEvent
Gets the x coordinate of the click event, relative to the upper left corner of the screen.
getScreenY() - Method in class com.vaadin.flow.component.ClickEvent
Gets the y coordinate of the click event, relative to the upper left corner of the screen.
getScripts() - Method in class com.vaadin.flow.server.frontend.scanner.EntryPointData
 
getScripts() - Method in class com.vaadin.flow.server.frontend.scanner.FrontendDependencies
Get all the JS files used by the application.
getScripts() - Method in interface com.vaadin.flow.server.frontend.scanner.FrontendDependenciesScanner
Get all the JS files used by the application.
getScriptsDevelopment() - Method in class com.vaadin.flow.server.frontend.scanner.FrontendDependencies
Get all the JS files needed in development mode.
getScriptsDevelopment() - Method in interface com.vaadin.flow.server.frontend.scanner.FrontendDependenciesScanner
Get all the JS files needed only in development mode.
getScriptsDevelopmentOnly() - Method in class com.vaadin.flow.server.frontend.scanner.EntryPointData
 
getScrollbar() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getScrollbar() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getScrollDirection() - Method in class com.vaadin.flow.component.orderedlayout.Scroller
Returns the scroll direction for this scroller.
getScrollX() - Method in class com.vaadin.testbench.AbstractBrowserTestBase
Gets current scroll position on x axis.
getScrollY() - Method in class com.vaadin.testbench.AbstractBrowserTestBase
Gets current scroll position on y axis.
getSecond() - Method in class com.vaadin.flow.component.charts.model.DateTimeLabelFormats
 
getSecond() - Method in class com.vaadin.flow.internal.Pair
Gets the second component of the pair.
getSecondaryComponent() - Method in class com.vaadin.flow.component.splitlayout.SplitLayout
Get the component currently set to the secondary split.
getSecondaryComponent() - Method in class com.vaadin.flow.component.splitlayout.testbench.SplitLayoutElement
 
getSecondDelay() - Method in interface com.vaadin.flow.component.page.LoadingIndicatorConfiguration
Returns the delay before the loading indicator goes into the "second" state.
getSecondDelay() - Method in class com.vaadin.flow.internal.nodefeature.LoadingIndicatorConfigurationMap
 
getSection() - Method in class com.vaadin.flow.component.dashboard.DashboardItemMovedEvent
Returns the section that contains the moved item, or an empty optional if the item is a direct child of the dashboard
getSection() - Method in class com.vaadin.flow.component.grid.CellFocusEvent
Returns the grid section, where this cell is located.
getSections() - Method in class com.vaadin.flow.component.dashboard.testbench.DashboardElement
Returns the sections in the dashboard.
getSecureProxy() - Method in class com.vaadin.flow.server.frontend.installer.ProxyConfig
Get a defined secure proxy.
getSecurityHolderAuthentication() - Static method in class com.vaadin.flow.spring.AuthenticationUtil
Gets the authenticated user from the Spring SecurityContextHolder.
getSecurityHolderAuthentication() - Static method in class com.vaadin.hilla.AuthenticationUtil
Gets the authenticated user from the Spring SecurityContextHolder.
getSecurityHolderRoleChecker() - Static method in class com.vaadin.flow.spring.AuthenticationUtil
Gets a function for checking if the authenticated user from the Spring SecurityContextHolder is in a given role.
getSecurityHolderRoleChecker() - Static method in class com.vaadin.hilla.AuthenticationUtil
Gets a function for checking if the authenticated user from the Spring SecurityContextHolder is in a given role.
getSecurityHolderRoleChecker(String) - Static method in class com.vaadin.flow.spring.AuthenticationUtil
Gets a function for checking if the authenticated user from the Spring SecurityContextHolder is in a given role.
getSecurityTarget(Class<?>) - Method in class com.vaadin.flow.server.auth.AccessAnnotationChecker
Gets the class to check for security restrictions.
getSecurityTarget(Method) - Method in class com.vaadin.flow.server.auth.AccessAnnotationChecker
Gets the method or class to check for security restrictions.
getSegments() - Method in class com.vaadin.flow.router.Location
Gets all the path segments of this location.
getSegmentsList(String) - Static method in class com.vaadin.flow.router.internal.PathUtil
Returns an unmodifiable list containing the segments of the specified path.
getSelect() - Method in class com.vaadin.flow.component.charts.model.States
 
getSelectAllCheckboxVisibility() - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
 
getSelectAllCheckboxVisibility() - Method in interface com.vaadin.flow.component.grid.GridMultiSelectionModel
Gets the current mode for the select all checkbox visibility.
getSelected() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.NodeSeriesItem
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.RangeSelector
 
getSelected() - Method in class com.vaadin.flow.component.checkbox.CheckboxGroupTester
Get the list of currently selected items.
getSelected() - Method in class com.vaadin.flow.component.combobox.ComboBoxTester
Get the currently selected item.
getSelected() - Method in class com.vaadin.flow.component.combobox.MultiSelectComboBoxI18n
The text that is announced by screen readers when an item is added to the selection.
getSelected() - Method in class com.vaadin.flow.component.combobox.MultiSelectComboBoxTester
Get the currently selected item.
getSelected() - Method in class com.vaadin.flow.component.grid.GridTester
Get selected items.
getSelected() - Method in class com.vaadin.flow.component.listbox.ListBoxTester
Get the currently selected item.
getSelected() - Method in class com.vaadin.flow.component.listbox.MultiSelectListBoxTester
Get the currently selected items.
getSelected() - Method in class com.vaadin.flow.component.radiobutton.RadioButtonGroupTester
Get the list of currently selected items.
getSelected() - Method in class com.vaadin.flow.component.select.SelectTester
Get the currently selected item.
getSelectedIndex() - Method in class com.vaadin.flow.component.tabs.Tabs
Gets the zero-based index of the currently selected tab.
getSelectedIndex() - Method in class com.vaadin.flow.component.tabs.TabSheet
Gets the zero-based index of the currently selected tab.
getSelectedItem() - Method in class com.vaadin.flow.component.grid.AbstractGridSingleSelectionModel
 
getSelectedItem() - Method in class com.vaadin.flow.component.select.testbench.SelectElement
 
getSelectedItem() - Method in class com.vaadin.flow.component.sidenav.testbench.SideNavElement
 
getSelectedItem() - Method in interface com.vaadin.flow.data.selection.SelectionModel.Single
Returns the currently selected item, or an empty optional if no item is selected.
getSelectedItem() - Method in class com.vaadin.flow.data.selection.SingleSelectionEvent
Returns an optional of the item that was selected, or an empty optional if a previously selected item was deselected.
getSelectedItemIds() - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
Returns an unmodifiable view of the selected item ids.
getSelectedItems() - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
 
getSelectedItems() - Method in class com.vaadin.flow.component.combobox.MultiSelectComboBox
 
getSelectedItems() - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
 
getSelectedItems() - Method in class com.vaadin.flow.component.grid.Grid
This method is a shorthand that delegates to the currently set selection model.
getSelectedItems() - Method in class com.vaadin.flow.component.grid.GridNoneSelectionModel
 
getSelectedItems() - Method in class com.vaadin.flow.component.listbox.MultiSelectListBox
Returns an immutable set of the currently selected items.
getSelectedItems() - Method in interface com.vaadin.flow.data.selection.MultiSelect
Returns an immutable set of the currently selected items.
getSelectedItems() - Method in interface com.vaadin.flow.data.selection.SelectionModel
Returns an immutable set of the currently selected items.
getSelectedItems() - Method in interface com.vaadin.flow.data.selection.SelectionModel.Single
Returns a singleton set of the currently selected item or an empty set if no item is selected.
getSelectedOptionItem() - Method in class com.vaadin.flow.component.select.testbench.SelectElement
 
getSelectedTab() - Method in class com.vaadin.flow.component.tabs.Tabs
Gets the currently selected tab.
getSelectedTab() - Method in class com.vaadin.flow.component.tabs.Tabs.SelectedChangeEvent
Get selected tab for this event.
getSelectedTab() - Method in class com.vaadin.flow.component.tabs.TabSheet
Gets the currently selected tab.
getSelectedTab() - Method in class com.vaadin.flow.component.tabs.TabSheet.SelectedChangeEvent
Get selected tab for this event.
getSelectedTabElement() - Method in class com.vaadin.flow.component.tabs.testbench.TabsElement
Gets the tab element for the currently selected tab.
getSelectedTabElement() - Method in class com.vaadin.flow.component.tabs.testbench.TabSheetElement
Gets the tab element for the currently selected tab.
getSelectedTabIndex() - Method in class com.vaadin.flow.component.tabs.testbench.TabsElement
Gets the index of the currently selected tab.
getSelectedTabIndex() - Method in class com.vaadin.flow.component.tabs.testbench.TabSheetElement
Gets the index of the currently selected tab.
getSelectedText() - Method in class com.vaadin.flow.component.combobox.testbench.ComboBoxElement
 
getSelectedText() - Method in class com.vaadin.flow.component.html.testbench.SelectElement
Gets the text of the currently selected option.
getSelectedText() - Method in class com.vaadin.flow.component.listbox.testbench.ListBoxElement
 
getSelectedText() - Method in class com.vaadin.flow.component.radiobutton.testbench.RadioButtonGroupElement
 
getSelectedText() - Method in class com.vaadin.flow.component.select.testbench.SelectElement
 
getSelectedText() - Method in class com.vaadin.flow.component.timepicker.testbench.TimePickerElement
 
getSelectedText() - Method in interface com.vaadin.testbench.HasSelectByText
Gets the text of the currently selected option.
getSelectedTexts() - Method in class com.vaadin.flow.component.checkbox.testbench.CheckboxGroupElement
Gets the labels of the currently selected checkboxes.
getSelectedTexts() - Method in class com.vaadin.flow.component.combobox.testbench.MultiSelectComboBoxElement
Gets the labels of the currently selected items.
getSelectionColumn() - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
 
getSelectionEnd() - Method in class com.vaadin.flow.component.charts.events.ChartSelectionEvent
This value is undefined and shouldn't be considered if ChartModel.setZoomType(Dimension) was set to Dimension.Y
getSelectionMarkerFill() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getSelectionMode() - Method in class com.vaadin.flow.component.grid.Grid
Returns the selection mode for this grid.
getSelectionModel() - Method in class com.vaadin.flow.component.grid.Grid
Returns the selection model for this grid.
getSelectionPreservationMode() - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
Gets the selection preservation mode.
getSelectionPreservationMode() - Method in class com.vaadin.flow.component.grid.Grid
Gets the selection preservation mode.
getSelectionPreservationMode() - Method in class com.vaadin.flow.component.listbox.MultiSelectListBox
Gets the selection preservation mode.
getSelectionPreservationMode() - Method in class com.vaadin.flow.component.radiobutton.RadioButtonGroup
Gets the selection preservation mode.
getSelectionPreservationMode() - Method in class com.vaadin.flow.component.shared.SelectionPreservationHandler
Gets the selection preservation mode.
getSelectionStart() - Method in class com.vaadin.flow.component.charts.events.ChartSelectionEvent
This value is undefined and shouldn't be considered if ChartModel.setZoomType(Dimension) was set to Dimension.Y
getSelectSection() - Method in class com.vaadin.flow.component.dashboard.Dashboard.DashboardI18n
Gets the accessible name of section focus buttons
getSelectWidget() - Method in class com.vaadin.flow.component.dashboard.Dashboard.DashboardI18n
Gets the accessible name of widget focus buttons
getSelf() - Method in class com.vaadin.flow.dom.Element
 
getSelf() - Method in class com.vaadin.flow.dom.Node
Gets the narrow typed reference to this object.
getSelf() - Method in class com.vaadin.flow.dom.ShadowRoot
 
getSend() - Method in class com.vaadin.flow.component.messages.MessageInputI18n
Gets the translated word for send.
getSerializationData() - Method in exception com.vaadin.hilla.exception.EndpointException
Creates a map with the serialization data to be sent to the client when the exception thrown is processed by EndpointController.
getSerializationData() - Method in exception com.vaadin.hilla.exception.EndpointValidationException
 
getSeries() - Method in interface com.vaadin.flow.component.charts.events.HasSeries
Returns the series
getSeries() - Method in class com.vaadin.flow.component.charts.events.internal.AbstractSeriesEvent
Returns the affected series
getSeries() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getSeries() - Method in class com.vaadin.flow.component.charts.model.DrilldownCallback.DrilldownDetails
getSeries() - Method in class com.vaadin.flow.component.charts.model.Navigator
 
getSeries() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
getSeriesDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.Accessibility
 
getSeriesItemIndex() - Method in class com.vaadin.flow.component.charts.events.DrilldownEvent
 
getSeriesItemIndex() - Method in interface com.vaadin.flow.component.charts.events.HasSeries
Returns the index of the series
getSeriesItemIndex() - Method in class com.vaadin.flow.component.charts.events.PointClickEvent
 
getSeriesItemIndex() - Method in class com.vaadin.flow.component.charts.events.PointDragEvent
 
getSeriesItemIndex() - Method in class com.vaadin.flow.component.charts.events.PointDragStartEvent
 
getSeriesItemIndex() - Method in class com.vaadin.flow.component.charts.events.PointDropEvent
 
getSeriesItemIndex() - Method in class com.vaadin.flow.component.charts.events.PointLegendItemClickEvent
 
getSeriesItemIndex() - Method in class com.vaadin.flow.component.charts.events.PointMouseOutEvent
 
getSeriesItemIndex() - Method in class com.vaadin.flow.component.charts.events.PointMouseOverEvent
 
getSeriesItemIndex() - Method in class com.vaadin.flow.component.charts.events.PointRemoveEvent
 
getSeriesItemIndex() - Method in class com.vaadin.flow.component.charts.events.PointSelectEvent
 
getSeriesItemIndex() - Method in class com.vaadin.flow.component.charts.events.PointUnselectEvent
 
getSeriesItemIndex() - Method in class com.vaadin.flow.component.charts.events.PointUpdateEvent
 
getSeriesItemIndex() - Method in class com.vaadin.flow.component.charts.events.SeriesAfterAnimateEvent
 
getSeriesItemIndex() - Method in class com.vaadin.flow.component.charts.events.SeriesCheckboxClickEvent
 
getSeriesItemIndex() - Method in class com.vaadin.flow.component.charts.events.SeriesClickEvent
 
getSeriesItemIndex() - Method in class com.vaadin.flow.component.charts.events.SeriesHideEvent
 
getSeriesItemIndex() - Method in class com.vaadin.flow.component.charts.events.SeriesLegendItemClickEvent
 
getSeriesItemIndex() - Method in class com.vaadin.flow.component.charts.events.SeriesMouseOutEvent
 
getSeriesItemIndex() - Method in class com.vaadin.flow.component.charts.events.SeriesMouseOverEvent
 
getSeriesItemIndex() - Method in class com.vaadin.flow.component.charts.events.SeriesShowEvent
 
getSeriesValues(int) - Method in class com.vaadin.flow.component.charts.ChartTester
Gets the values for the series at given index.
getSeriesValues(String) - Method in class com.vaadin.flow.component.charts.ChartTester
Gets the values for the series with the given name.
getServerBinary() - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
Gets the binary that starts the dev server.
getServerBinary() - Method in class com.vaadin.base.devserver.ViteHandler
 
getServerConfig() - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
Gets the main configuration file for the dev server.
getServerConfig() - Method in class com.vaadin.base.devserver.ViteHandler
 
getServerFailurePattern() - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
Gets a pattern to match with the output to determine that the server has failed to start.
getServerFailurePattern() - Method in class com.vaadin.base.devserver.ViteHandler
 
getServerName() - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
Gets the name of the dev server for outputting to the user and statistics.
getServerName() - Method in class com.vaadin.base.devserver.ViteHandler
 
getServerRestartedPattern() - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
Gets a pattern to match with the output to determine that the server has been restarted.
getServerRestartedPattern() - Method in class com.vaadin.base.devserver.ViteHandler
 
getServerRestartingPattern() - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
Gets a pattern to match with the output to determine that the server is restarting.
getServerRestartingPattern() - Method in class com.vaadin.base.devserver.ViteHandler
 
getServerStartupCommand(FrontendTools) - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
Gets the commands to run to start the dev server.
getServerStartupCommand(FrontendTools) - Method in class com.vaadin.base.devserver.ViteHandler
 
getServerSuccessPattern() - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
Gets a pattern to match with the output to determine that the server has started successfully.
getServerSuccessPattern() - Method in class com.vaadin.base.devserver.ViteHandler
 
getServerSyncId() - Method in class com.vaadin.flow.component.internal.UIInternals
Gets the server sync id.
getServerType() - Method in class com.vaadin.flow.component.map.configuration.source.ImageWMSSource
The type of WMS server.
getServerType() - Method in class com.vaadin.flow.component.map.configuration.source.TileWMSSource
The type of WMS server.
getServerUnavailable() - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Error
 
getService() - Method in class com.vaadin.flow.hotswap.HotswapCompleteEvent
Gets the Vaadin service.
getService() - Method in class com.vaadin.flow.server.BootstrapHandler.BootstrapContext
Gets the Vaadin service.
getService() - Method in class com.vaadin.flow.server.communication.UidlWriter.ResolveContext
Gets the related Vaadin service.
getService() - Method in class com.vaadin.flow.server.SessionDestroyEvent
Gets the Vaadin service from which the even originates.
getService() - Method in class com.vaadin.flow.server.SessionInitEvent
Gets the Vaadin service from which this event originates.
getService() - Method in class com.vaadin.flow.server.SystemMessagesInfo
Returns the service this SystemMessages request comes from.
getService() - Method in interface com.vaadin.flow.server.VaadinRequest
Gets the vaadin service for the context of this request.
getService() - Method in interface com.vaadin.flow.server.VaadinResponse
Gets the vaadin service for the context of this response.
getService() - Method in class com.vaadin.flow.server.VaadinServlet
Gets the Vaadin service for this servlet.
getService() - Method in class com.vaadin.flow.server.VaadinServletRequest
 
getService() - Method in class com.vaadin.flow.server.VaadinServletResponse
 
getService() - Method in class com.vaadin.flow.server.VaadinSession
 
GetService<T,ID> - Interface in com.vaadin.hilla.crud
A browser-callable service that can fetch the given type of object.
getServiceInitListeners() - Method in class com.vaadin.flow.di.DefaultInstantiator
 
getServiceInitListeners() - Method in interface com.vaadin.flow.di.Instantiator
Gets all service init listeners to use.
getServiceInitListeners() - Method in class com.vaadin.flow.spring.SpringInstantiator
Gets all service init listeners to use.
getServiceLoaderListeners(ClassLoader) - Static method in class com.vaadin.flow.di.DefaultInstantiator
Helper for finding service init listeners using ServiceLoader.
getServiceName() - Method in class com.vaadin.flow.server.VaadinService
Gets a unique name for this service.
getServiceName() - Method in class com.vaadin.flow.server.VaadinServletService
 
getServiceTypes() - Method in class com.vaadin.flow.server.startup.LookupServletContainerInitializer
Gets the service types that are used to set services into the Lookup based on found subtypes by the ServletContainerInitializer.
getServiceUrl(VaadinRequest) - Static method in class com.vaadin.flow.internal.BootstrapHandlerHelper
Gets the service URL as a URL relative to the request URI.
getServiceUrl(VaadinRequest) - Static method in class com.vaadin.flow.server.communication.JavaScriptBootstrapHandler
Gets the service URL as a URL relative to the request URI.
getServiceUrl(VaadinRequest, VaadinResponse) - Method in class com.vaadin.flow.server.communication.WebComponentBootstrapHandler
Returns the service url needed for initialising the UI.
getServiceWorkerPath() - Method in class com.vaadin.flow.server.PwaConfiguration
Gets the path to the service worker.
getServlet() - Method in class com.vaadin.flow.server.VaadinServletService
Retrieves a reference to the servlet associated with this service.
getServletConfig() - Method in class com.vaadin.flow.server.VaadinServlet
 
getServletContext() - Method in class com.vaadin.flow.server.communication.JSR356WebsocketInitializer.FakeServletConfig
 
getServletContext() - Method in class com.vaadin.testbench.unit.mocks.MockWebApplicationContext
 
getServletName() - Method in class com.vaadin.flow.server.communication.JSR356WebsocketInitializer.FakeServletConfig
 
getServletPath() - Method in class com.vaadin.flow.spring.ForwardingRequestWrapper
 
getServletPathRelative(String, HttpServletRequest) - Static method in class com.vaadin.flow.internal.UrlUtil
Returns the given absolute path as a path relative to the servlet path.
getServletRegistration(ServletConfig) - Static method in class com.vaadin.flow.internal.BootstrapHandlerHelper
Returns a ServletRegistration for the given ServletConfig, if available.
getSession() - Method in class com.vaadin.flow.component.internal.AbstractAttachDetachEvent
Gets the session the component is attached to.
getSession() - Method in class com.vaadin.flow.component.internal.UIInternals
Gets the VaadinSession to which the related UI is attached.
getSession() - Method in class com.vaadin.flow.component.UI
Gets the VaadinSession to which this UI is attached.
getSession() - Method in class com.vaadin.flow.server.BootstrapHandler.BootstrapContext
Gets the Vaadin session.
getSession() - Method in class com.vaadin.flow.server.SessionDestroyEvent
Gets the Vaadin service session that is no longer used.
getSession() - Method in class com.vaadin.flow.server.SessionInitEvent
Gets the Vaadin service session that has been initialized.
getSession() - Method in class com.vaadin.flow.server.VaadinSession
Gets the underlying session to which this service session is currently associated.
getSessionAttributeName() - Method in class com.vaadin.flow.server.VaadinService
Returns the name used for storing the VaadinSession in the underlying HTTP session.
getSessionExpiredCaption() - Method in class com.vaadin.flow.server.SystemMessages
Gets the caption to show in a "session expired" notification.
getSessionExpiredMessage() - Method in class com.vaadin.flow.server.SystemMessages
Gets the message to show in a "session expired" notification.
getSessionExpiredURL() - Method in class com.vaadin.flow.server.SystemMessages
Gets the URL the user will be redirected to after dismissing a session expired message.
getSessionLock(WrappedSession) - Method in class com.vaadin.flow.server.VaadinService
Gets the lock instance used to lock the VaadinSession associated with the given wrapped session.
getSessionLockCheckStrategy() - Method in interface com.vaadin.flow.function.DeploymentConfiguration
Returns the strategy for Vaadin session lock checking in production mode.
getSessionLockCheckStrategy() - Method in class com.vaadin.flow.server.DefaultDeploymentConfiguration
 
getSessionLockCheckStrategy() - Method in class com.vaadin.flow.server.PropertyDeploymentConfiguration
 
getSessionRegistry(VaadinSession) - Static method in class com.vaadin.flow.server.SessionRouteRegistry
Get the session registry for VaadinSession.
getSetter() - Method in class com.vaadin.flow.data.binder.BeanPropertySet.NestedBeanPropertyDefinition
 
getSetter() - Method in interface com.vaadin.flow.data.binder.Binder.Binding
Gets the setter associated with this Binding.
getSetter() - Method in class com.vaadin.flow.data.binder.Binder.BindingImpl
 
getSetter() - Method in interface com.vaadin.flow.data.binder.PropertyDefinition
Gets an optional setter for storing a property value in a bean.
getSetterMethods(Class<?>) - Static method in class com.vaadin.flow.internal.ReflectTools
Return all the setter methods from the given type.
getShadow() - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getShadowDomElements() - Method in class com.vaadin.flow.server.webcomponent.WebComponentConfigurationRegistry
Get a copy of the elements that should be added to the shadow dom hosting the embedded web component.
getShadowRoot() - Method in class com.vaadin.flow.dom.Element
Gets the shadow root of the element, if any.
getShadowRoot() - Method in class com.vaadin.flow.internal.nodefeature.ShadowRootData
 
getShadowRoot(StateNode) - Method in interface com.vaadin.flow.dom.ElementStateProvider
Gets shadow root for the node if it has been attached.
getShadowRoot(StateNode) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
 
getShadowRoot(StateNode) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
 
getShadowRoot(StateNode) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
 
getShape() - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
 
getShape() - Method in class com.vaadin.flow.component.charts.model.Background
Returns current shape of the background.
getShape() - Method in class com.vaadin.flow.component.charts.model.CrosshairLabel
 
getShape() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getShape() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getShape() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getShape() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getShape() - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
 
getShape() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getShared() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getShell() - Method in class com.vaadin.flow.server.AppShellRegistry
Returns the AppShellConfigurator class in the application.
getShortMonths() - Method in class com.vaadin.flow.component.charts.model.Lang
 
getShortName() - Method in class com.vaadin.flow.server.PwaConfiguration
Gets the application short name.
getShortWeekdays() - Method in class com.vaadin.flow.component.charts.model.Lang
 
getShowAxes() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getShowDuration() - Method in class com.vaadin.flow.component.charts.model.Loading
 
getShowEmpty() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getShowEmpty() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getShowEmpty() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getShowEmpty() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getShowFirstLabel() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getShowFirstLabel() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getShowFirstLabel() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getShowFirstLabel() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getShowFull() - Method in class com.vaadin.flow.component.charts.model.Scrollbar
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getShowInNavigator() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getShowInNavigator() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getShowInNavigator() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getShowInNavigator() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getShowInNavigator() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getShowInNavigator() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getShowInNavigator() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getShowInNavigator() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getShowInNavigator() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getShowInNavigator() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getShowInNavigator() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getShowInNavigator() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getShowInNavigator() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getShowInNavigator() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getShowInNavigator() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getShowInNavigator() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getShowInNavigator() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
 
getShowInNavigator() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getShowLastLabel() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getShowLastLabel() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getShowLastLabel() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getShowLastLabel() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getSide() - Method in class com.vaadin.flow.component.charts.model.Frame
 
getSince() - Method in class com.vaadin.collaborationengine.CollaborationMessagePersister.FetchQuery
Gets the timestamp since when messages should be fetched.
getSingleCellEdit() - Method in class com.vaadin.flow.component.gridpro.GridPro
Gets the value of the webcomponent's property singleCellEdit.
getSingleParameter(String) - Method in class com.vaadin.flow.router.QueryParameters
Returns the first query parameter values mapped with the given key.
getSize() - Method in class com.vaadin.flow.component.charts.model.Back
 
getSize() - Method in class com.vaadin.flow.component.charts.model.Bottom
 
getSize() - Method in class com.vaadin.flow.component.charts.model.Halo
 
getSize() - Method in class com.vaadin.flow.component.charts.model.Pane
 
getSize() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getSize() - Method in class com.vaadin.flow.component.charts.model.Scrollbar
 
getSize() - Method in class com.vaadin.flow.component.charts.model.Side
 
getSize() - Method in class com.vaadin.flow.component.charts.model.Top
 
getSize() - Method in class com.vaadin.flow.component.upload.UploadI18N.Units
get units size list
getSize() - Method in class com.vaadin.testbench.TestBenchElement
 
getSize(String) - Static method in enum class com.vaadin.flow.component.Unit
Gives size component as float of the css string representing a size.
getSizeBase() - Method in class com.vaadin.flow.component.upload.UploadI18N.Units
Gets the units size base.
getSizeBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getSizeByAbsoluteValue() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getSizes() - Method in class com.vaadin.flow.server.PwaIcon
Gets the value of the sizes attribute.
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getSkipNullPoints() - Method in class com.vaadin.flow.component.charts.model.KeyboardNavigation
 
getSliced() - Method in class com.vaadin.flow.component.charts.model.AbstractSeriesItem
Checks whether or not the item is sliced.
getSlicedOffset() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getSlicedOffset() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getSlicedOffset() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getSlicedOffset() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getSlotText(TestBenchElement) - Static method in class com.vaadin.flow.component.grid.testbench.GridTHTDElement
Gets the text content of the elements assigned to the given slot
getSmoothed() - Method in class com.vaadin.flow.component.charts.model.DataGrouping
 
getSnap() - Method in class com.vaadin.flow.component.charts.model.Crosshair
 
getSnap() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getSoftConnector() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getSoftConnector() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getSoftMax() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getSoftMax() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getSoftMax() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getSoftMax() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getSoftMin() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getSoftMin() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getSoftMin() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getSoftMin() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getSoftThreshold() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getSoftThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getSoftThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getSoftThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getSoftThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getSoftThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getSoftThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getSoftThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getSoftThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getSoftThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getSoftThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getSoftThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getSoftThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getSoftThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getSoftThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getSoftThreshold() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getSolidgauge() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
getSortComparator() - Method in class com.vaadin.flow.data.provider.hierarchy.TreeDataProvider
 
getSortComparator() - Method in interface com.vaadin.flow.data.provider.InMemoryDataProvider
Gets the current sort comparator of this data provider.
getSortComparator() - Method in class com.vaadin.flow.data.provider.ListDataProvider
 
getSortDirection(int) - Method in class com.vaadin.flow.component.grid.GridTester
Gets the current sort direction for column at the given index.
getSortDirection(String) - Method in class com.vaadin.flow.component.grid.GridTester
Gets the current sort direction for column corresponding to the at the given property.
getSorted() - Method in class com.vaadin.flow.component.grid.GridSortOrder
Gets the column this sorting information is attached to.
getSorted() - Method in class com.vaadin.flow.data.provider.SortOrder
Sorting information.
getSortIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getSortingComparator() - Method in class com.vaadin.flow.data.provider.Query
Gets the optional comparator for sorting data.
getSortOrder() - Method in class com.vaadin.flow.component.grid.Grid
Gets an list of the current sort orders in the Grid.
getSortOrder() - Method in class com.vaadin.flow.data.event.SortEvent
Gets the sort order list.
getSortOrder(SortDirection) - Method in class com.vaadin.flow.component.grid.Grid.Column
Gets the sort orders to use with back-end sorting for this column when sorting in the given direction.
getSortOrders() - Method in class com.vaadin.flow.component.crud.CrudFilter
Returns the sort orders applied to the grid as a map of column to sort direction.
getSortOrders() - Method in class com.vaadin.flow.data.provider.Query
Gets the sorting for items to fetch.
getSource() - Method in class com.vaadin.collaborationengine.CollaborationMessagePersister.FetchQuery
 
getSource() - Method in class com.vaadin.collaborationengine.CollaborationMessagePersister.PersistRequest
 
getSource() - Method in class com.vaadin.collaborationengine.LicenseEvent
Deprecated.
 
getSource() - Method in class com.vaadin.collaborationengine.ListChangeEvent
 
getSource() - Method in class com.vaadin.collaborationengine.MapChangeEvent
 
getSource() - Method in class com.vaadin.collaborationengine.MembershipEvent
 
getSource() - Method in class com.vaadin.collaborationengine.TopicConnectionRegistration.ConnectionFailedEvent
 
getSource() - Method in interface com.vaadin.flow.component.charts.events.HasAxis
 
getSource() - Method in interface com.vaadin.flow.component.charts.events.HasItem
 
getSource() - Method in interface com.vaadin.flow.component.charts.events.HasSeries
 
getSource() - Method in class com.vaadin.flow.component.ComponentEvent
 
getSource() - Method in class com.vaadin.flow.component.grid.editor.EditorEvent
 
getSource() - Method in class com.vaadin.flow.component.HeartbeatEvent
 
getSource() - Method in class com.vaadin.flow.component.map.configuration.layer.FeatureLayer
The source for this layer.
getSource() - Method in class com.vaadin.flow.component.map.configuration.layer.ImageLayer
 
getSource() - Method in class com.vaadin.flow.component.map.configuration.layer.TileLayer
 
getSource() - Method in class com.vaadin.flow.component.map.configuration.layer.VectorLayer
 
getSource() - Method in class com.vaadin.flow.component.map.events.FeatureEventDetails
The VectorSource that contains the feature
getSource() - Method in class com.vaadin.flow.component.page.BrowserWindowResizeEvent
 
getSource() - Method in class com.vaadin.flow.component.page.History.HistoryStateChangeEvent
 
getSource() - Method in class com.vaadin.flow.component.ShortcutEvent
Component which listened for the shortcut.
getSource() - Method in class com.vaadin.flow.data.binder.StatusChangeEvent
 
getSource() - Method in class com.vaadin.flow.data.binder.ValidationStatusChangeEvent
 
getSource() - Method in class com.vaadin.flow.data.provider.DataChangeEvent
 
getSource() - Method in interface com.vaadin.flow.data.selection.SelectionEvent
The component on which the Event initially occurred.
getSource() - Method in class com.vaadin.flow.data.selection.SingleSelectionEvent
The listing component on which the Event initially occurred.
getSource() - Method in class com.vaadin.flow.dom.DomEvent
Returns the element on which the listener has been attached.
getSource() - Method in class com.vaadin.flow.dom.ElementAttachEvent
 
getSource() - Method in class com.vaadin.flow.dom.ElementDetachEvent
 
getSource() - Method in class com.vaadin.flow.dom.PropertyChangeEvent
 
getSource() - Method in class com.vaadin.flow.router.AfterNavigationEvent
 
getSource() - Method in class com.vaadin.flow.router.BeforeEvent
 
getSource() - Method in class com.vaadin.flow.router.LocationChangeEvent
 
getSource() - Method in class com.vaadin.flow.router.NavigationEvent
 
getSource() - Method in class com.vaadin.flow.router.RoutesChangedEvent
 
getSource() - Method in class com.vaadin.flow.server.ServiceDestroyEvent
 
getSource() - Method in class com.vaadin.flow.server.ServiceInitEvent
 
getSource() - Method in class com.vaadin.flow.server.SessionDestroyEvent
 
getSource() - Method in class com.vaadin.flow.server.SessionInitEvent
 
getSource() - Method in class com.vaadin.flow.server.UIInitEvent
 
getSourceHeight() - Method in class com.vaadin.flow.component.charts.model.Exporting
 
getSourcesFromTemplate(VaadinService, String, String) - Method in class com.vaadin.flow.component.littemplate.internal.LitTemplateParserImpl
Finds the JavaScript sources for given tag.
getSourceWidth() - Method in class com.vaadin.flow.component.charts.model.Exporting
 
getSpacing() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getSpacing() - Method in interface com.vaadin.flow.component.orderedlayout.ThemableLayout
Gets the spacing between the components inside the layout.
getSpacingBottom() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getSpacingLeft() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getSpacingRight() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getSpacingTop() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getSpline() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
getSplit() - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
 
getSplit() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getSplitter() - Method in class com.vaadin.flow.component.splitlayout.testbench.SplitLayoutElement
 
getSplitterPosition() - Method in class com.vaadin.flow.component.splitlayout.SplitLayout
Gets the relative position of the splitter as a percentage value between 0 and 100.
getSpringCsrfToken(VaadinRequest) - Static method in class com.vaadin.flow.internal.springcsrf.SpringCsrfTokenUtil
 
getSpringCsrfToken(ServletRequest) - Static method in class com.vaadin.flow.internal.springcsrf.SpringCsrfTokenUtil
 
getSquareSymbol() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getSrc() - Method in class com.vaadin.flow.component.html.IFrame
Gets the source of the iframe.
getSrc() - Method in class com.vaadin.flow.component.html.Image
Gets the image URL.
getSrc() - Method in class com.vaadin.flow.component.icon.SvgIcon
Gets the source defined in the icon.
getSrc() - Method in class com.vaadin.flow.component.map.configuration.style.Icon
The source URL from which the icon's image should be loaded.
getSrcdoc() - Method in class com.vaadin.flow.component.html.IFrame
Gets the srcdoc of the iframe.
getStack() - Method in class com.vaadin.flow.component.charts.model.AbstractSeries
 
getStackDistance() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getStacking() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getStacking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getStacking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getStacking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getStacking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getStacking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getStacking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getStacking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getStacking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getStacking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getStacking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getStacking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getStacking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getStacking() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getStackLabels() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getStaggerLines() - Method in class com.vaadin.flow.component.charts.model.Labels
 
getStalled() - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Status
Get stalled translation.
getStart() - Method in class com.vaadin.flow.component.charts.events.PointDragEvent
 
getStart() - Method in class com.vaadin.flow.component.charts.events.PointDragStartEvent
 
getStart() - Method in class com.vaadin.flow.component.charts.events.PointDropEvent
 
getStart() - Method in class com.vaadin.flow.component.charts.model.GanttSeriesItem
 
getStart() - Method in class com.vaadin.flow.component.upload.UploadI18N.File
Get aria-label of the start file button.
getStart() - Method in class com.vaadin.flow.internal.Range
Returns the inclusive start point of this range.
getStartAngle() - Method in class com.vaadin.flow.component.charts.model.Pane
 
getStartAngle() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getStartCoordinate() - Method in class com.vaadin.flow.component.map.events.MapFeatureDropEvent
The coordinates that the feature has been dragged from
getStartMarker() - Method in class com.vaadin.flow.component.charts.model.ConnectorStyle
 
getStartOfWeek() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getStartOfWeek() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getStartOfWeek() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getStartOfWeek() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getStartOnTick() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getStartOnTick() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getStartOnTick() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getStartOnTick() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getStartupDate() - Method in class com.vaadin.testbench.unit.mocks.MockWebApplicationContext
 
getStartUrl() - Method in class com.vaadin.flow.server.PwaConfiguration
Gets the start url of the PWA application.
getState() - Method in class com.vaadin.flow.component.page.History.HistoryStateChangeEvent
Gets the history state value as JSON.
getState() - Method in class com.vaadin.flow.router.NavigationEvent
Gets navigation state.
getState() - Method in class com.vaadin.flow.server.communication.AtmospherePushConnection
Returns the state of this connection.
getState() - Method in class com.vaadin.flow.server.VaadinSession
Returns the lifecycle state of this session.
getState(String, TypeReference<T>) - Method in class com.vaadin.flow.component.react.ReactAdapterComponent
Reads the state value from the React adapter.
getState(String, Class<T>) - Method in class com.vaadin.flow.component.react.ReactAdapterComponent
Reads the state value from the React adapter.
getStateNode() - Method in class com.vaadin.flow.internal.StateTree.BeforeClientResponseEntry
 
getStateNodeId() - Method in interface com.vaadin.flow.internal.nodefeature.ReturnChannelRegistration
Gets the id of the state node to which the return channel belongs.
getStateProvider() - Method in class com.vaadin.flow.dom.Node
Gets the state provider for this element.
getStateProvider() - Method in class com.vaadin.flow.dom.ShadowRoot
 
getStates() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getStates() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getStates() - Method in class com.vaadin.flow.component.charts.model.Marker
 
getStates() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getStateTree() - Method in class com.vaadin.flow.component.internal.UIInternals
Gets the state tree of the related UI.
getStaticResource(String) - Method in class com.vaadin.flow.server.StaticFileServer
Returns a URL to the static Web resource at the given URI or null if no file found.
getStaticResource(String) - Method in class com.vaadin.flow.server.VaadinService
Returns a URL to the static resource at the given URI or null if no file found.
getStaticResource(String) - Method in class com.vaadin.flow.server.VaadinServletService
 
getStaticResource(String) - Method in class com.vaadin.flow.spring.SpringVaadinServletService
 
getStaticScale() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getStatsHash(JsonNode) - Static method in class com.vaadin.flow.server.frontend.BundleValidationUtil
 
getStatsJson(DeploymentConfiguration) - Static method in class com.vaadin.flow.server.BootstrapHandler
 
getStatus() - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading
Get status translations.
getStatus() - Method in class com.vaadin.flow.data.binder.BindingValidationStatus
Gets status of the validation.
getStatus() - Method in class com.vaadin.hilla.signals.operation.ValidationResult
 
getStatusCode() - Method in class com.vaadin.flow.router.LocationChangeEvent
Gets the HTTP status code that will be returned for the client if this location change is an initial rendering request.
getStatusLabel() - Method in class com.vaadin.flow.data.binder.Binder
Gets the status label or an empty optional if none has been set.
getStemColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getStemColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getStemDashStyle() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getStemDashStyle() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getStemWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getStemWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getStep() - Method in class com.vaadin.flow.component.charts.model.Labels
 
getStep() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getStep() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getStep() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getStep() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getStep() - Method in class com.vaadin.flow.component.datetimepicker.DateTimePicker
Gets the step of the time picker.
getStep() - Method in class com.vaadin.flow.component.html.RangeInput
The step attribute is a number that specifies the granularity that the value must adhere to.
getStep() - Method in class com.vaadin.flow.component.textfield.IntegerField
Gets the allowed number intervals for this field.
getStep() - Method in class com.vaadin.flow.component.textfield.NumberField
Gets the allowed number intervals for this field.
getStep() - Method in class com.vaadin.flow.component.timepicker.TimePicker
Gets the step of the time picker.
getStepDouble() - Method in class com.vaadin.flow.component.textfield.AbstractNumberField
Gets the allowed number intervals for this field.
getStepErrorMessage() - Method in interface com.vaadin.flow.component.textfield.AbstractNumberFieldI18n
Gets the error message displayed when the field value is not a multiple of the step value.
getStepErrorMessage() - Method in class com.vaadin.flow.component.textfield.IntegerField.IntegerFieldI18n
Gets the error message displayed when the field value is not a multiple of the step value.
getStepErrorMessage() - Method in class com.vaadin.flow.component.textfield.NumberField.NumberFieldI18n
Gets the error message displayed when the field value is not a multiple of the step value.
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getStops() - Method in class com.vaadin.flow.component.charts.model.style.GradientColor
 
getStops() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getStreamVariable() - Method in class com.vaadin.flow.server.StreamReceiver
Get the StreamVariable for this stream receiver.
getStrike() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
Gets the translated word for strike
getStringProperty(String, String) - Method in interface com.vaadin.flow.server.AbstractConfiguration
Gets a configured property as a string.
getStringProperty(String, String) - Method in class com.vaadin.flow.server.AbstractPropertyConfiguration
 
getStroke() - Method in class com.vaadin.flow.component.charts.model.Attributes
 
getStroke() - Method in class com.vaadin.flow.component.charts.model.DrillUpButtonTheme
 
getStroke() - Method in class com.vaadin.flow.component.charts.model.style.ButtonTheme
 
getStroke() - Method in class com.vaadin.flow.component.map.configuration.style.Style
 
getStroke() - Method in class com.vaadin.flow.component.map.configuration.style.TextStyle
The stroke to use for rendering the text.
getStrokeWidth() - Method in class com.vaadin.flow.component.charts.model.Attributes
 
getStrokeWidth() - Method in class com.vaadin.flow.component.charts.model.DrillUpButtonTheme
 
getStrokeWidth() - Method in class com.vaadin.flow.component.charts.model.style.ButtonTheme
 
getStyle() - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
 
getStyle() - Method in class com.vaadin.flow.component.charts.model.AnnotationItemLabel
 
getStyle() - Method in class com.vaadin.flow.component.charts.model.AxisTitle
 
getStyle() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getStyle() - Method in class com.vaadin.flow.component.charts.model.Credits
 
getStyle() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getStyle() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getStyle() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getStyle() - Method in class com.vaadin.flow.component.charts.model.Items
 
getStyle() - Method in class com.vaadin.flow.component.charts.model.Label
 
getStyle() - Method in class com.vaadin.flow.component.charts.model.Labels
 
getStyle() - Method in class com.vaadin.flow.component.charts.model.LegendNavigation
 
getStyle() - Method in class com.vaadin.flow.component.charts.model.LegendTitle
 
getStyle() - Method in class com.vaadin.flow.component.charts.model.Loading
 
getStyle() - Method in class com.vaadin.flow.component.charts.model.NoData
 
getStyle() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getStyle() - Method in class com.vaadin.flow.component.charts.model.StackLabels
 
getStyle() - Method in class com.vaadin.flow.component.charts.model.style.ButtonTheme
 
getStyle() - Method in class com.vaadin.flow.component.charts.model.style.ChartStyle
Gets various style defaults used.
getStyle() - Method in class com.vaadin.flow.component.charts.model.style.StyleWrapper
Return the style object
getStyle() - Method in class com.vaadin.flow.component.charts.model.style.TooltipStyle
 
getStyle() - Method in class com.vaadin.flow.component.charts.model.Subtitle
 
getStyle() - Method in class com.vaadin.flow.component.charts.model.Title
 
getStyle() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getStyle() - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
 
getStyle() - Method in class com.vaadin.flow.component.cookieconsent.CookieConsent
 
getStyle() - Method in class com.vaadin.flow.component.dialog.Dialog
 
getStyle() - Method in interface com.vaadin.flow.component.HasStyle
Gets the style instance for managing inline styles for the element of this component.
getStyle() - Method in class com.vaadin.flow.component.login.LoginOverlay
 
getStyle() - Method in class com.vaadin.flow.component.map.configuration.Feature
The Style defines how the feature should be visually displayed.
getStyle() - Method in class com.vaadin.flow.component.notification.Notification
 
getStyle() - Method in class com.vaadin.flow.component.popover.Popover
 
getStyle() - Method in class com.vaadin.flow.dom.Element
Gets the style instance for managing element inline styles.
getStyle() - Method in class com.vaadin.flow.internal.nodefeature.ElementStylePropertyMap
Returns a style instance for managing element inline styles.
getStyle(StateNode) - Method in interface com.vaadin.flow.dom.ElementStateProvider
Returns a style instance for managing element inline styles.
getStyle(StateNode) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
 
getStyle(StateNode) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
 
getStyle(StateNode) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
 
getStyledMode() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getStyleSheetAnnotations(Class<? extends Component>) - Static method in class com.vaadin.flow.internal.AnnotationReader
Finds all StyleSheet annotations on the given Component class, its super classes and implemented interfaces.
getStylesheetLinks(VaadinContext, String) - Static method in class com.vaadin.flow.server.BootstrapHandler
Gives a links for referencing the custom theme stylesheet files (typically styles.css or document.css), which are served in express build mode by static file server directly from frontend/themes folder.
getStylesheetLinks(VaadinContext, String, File) - Static method in class com.vaadin.flow.server.BootstrapHandler
Gives a links for referencing the custom theme stylesheet files (typically styles.css or document.css), which are served in express build mode by static file server directly from frontend/themes folder.
getStylesheetTags(VaadinContext, String) - Static method in class com.vaadin.flow.server.BootstrapHandler
Gives link tags for referencing the custom theme stylesheet files (typically styles.css or document.css), which are served in express build mode by static file server directly from frontend/themes folder.
getSubLocation() - Method in class com.vaadin.flow.router.Location
Creates a new location without the first path segment.
getSubMenu() - Method in class com.vaadin.flow.component.contextmenu.MenuItemBase
Gets the sub menu API for this menu item.
getSubMenu() - Method in class com.vaadin.flow.component.menubar.testbench.MenuBarElement
Get the sub menu overlay element.
getSubMenuItems() - Method in class com.vaadin.flow.component.menubar.testbench.MenuBarElement
Get TestBenchElements representing sub menu items under the first sub menu.
getSubMenuItems(TestBenchElement) - Method in class com.vaadin.flow.component.menubar.testbench.MenuBarElement
Get TestBenchElements representing sub menu items under specific sub menu.
getSubmit() - Method in class com.vaadin.flow.component.login.LoginI18n.Form
 
getSubmitButton() - Method in class com.vaadin.flow.component.login.testbench.LoginFormElement
 
getSubmitButton() - Method in class com.vaadin.flow.component.login.testbench.LoginOverlayElement
 
getSubscript() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
Gets the translated word for subscript
getSubtitle() - Method in class com.vaadin.flow.component.charts.model.style.AxisStyle
 
getSubtitle() - Method in class com.vaadin.flow.component.charts.model.style.Theme
Get style of Chart subtitle
getSubTitle() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getSubTypesOf(Class<T>) - Method in class com.vaadin.flow.server.frontend.scanner.ClassFinder.CachedClassFinder
 
getSubTypesOf(Class<T>) - Method in class com.vaadin.flow.server.frontend.scanner.ClassFinder.DefaultClassFinder
 
getSubTypesOf(Class<T>) - Method in interface com.vaadin.flow.server.frontend.scanner.ClassFinder
Gets all subtypes in hierarchy of a given type.
getSubTypesOf(String) - Method in interface com.vaadin.flow.server.frontend.scanner.ClassFinder
Gets all subtypes in hierarchy of a given type, using FQN string.
getSuffixComponent() - Method in interface com.vaadin.flow.component.shared.HasSuffix
Gets the component in the suffix slot of this field.
getSuggestionItems() - Method in class com.vaadin.flow.component.combobox.ComboBoxTester
Get the actual items for the dropdown as a List.
getSuggestionItems() - Method in class com.vaadin.flow.component.combobox.MultiSelectComboBoxTester
Get the actual items for the dropdown as a List.
getSuggestionItems() - Method in class com.vaadin.flow.component.listbox.ListBoxTester
Get the actual items for the dropdown as a List.
getSuggestionItems() - Method in class com.vaadin.flow.component.listbox.MultiSelectListBoxTester
Get the actual items for the dropdown as a List.
getSuggestionItems() - Method in class com.vaadin.flow.component.select.SelectTester
Get the actual items for the dropdown as a List.
getSuggestions() - Method in class com.vaadin.flow.component.combobox.ComboBoxTester
Get dropdown suggestions as String representations sent to the client.
getSuggestions() - Method in class com.vaadin.flow.component.combobox.MultiSelectComboBoxTester
Get dropdown suggestions as String representations sent to the client.
getSuggestions() - Method in class com.vaadin.flow.component.listbox.ListBoxTester
Get available items as String representations sent to the client.
getSuggestions() - Method in class com.vaadin.flow.component.listbox.MultiSelectListBoxTester
Get available items as String representations sent to the client.
getSuggestions() - Method in class com.vaadin.flow.component.select.SelectTester
Get dropdown suggestions as String representations sent to the client.
getSummary() - Method in class com.vaadin.flow.component.details.Details
Returns summary component which was set via Details.setSummary(Component) or Details.setSummaryText(String)
getSummary() - Method in class com.vaadin.flow.component.details.testbench.DetailsElement
Returns summary element
getSummary() - Method in class com.vaadin.flow.component.html.NativeDetails
Returns NativeDetails.Summary component associated with this details.
getSummary() - Method in class com.vaadin.flow.component.html.testbench.NativeDetailsTester
Get the summary component of this Details element.
getSummaryText() - Method in class com.vaadin.flow.component.details.Details
 
getSummaryText() - Method in class com.vaadin.flow.component.details.testbench.DetailsElement
Returns summary element as string
getSummaryText() - Method in class com.vaadin.flow.component.html.NativeDetails
Returns the textual summary of this details.
getSummaryText() - Method in class com.vaadin.flow.component.html.testbench.NativeDetailsTester
Get the summary text.
getSummaryWrapper() - Method in class com.vaadin.flow.component.details.testbench.DetailsElement
Returns a wrapper of the summary component
getSuperscript() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
Gets the translated word for superscript
getSupportedAvailableLocales() - Static method in class com.vaadin.flow.component.timepicker.TimePicker
Returns a stream of all the available locales that are supported by the time picker component.
getSupportedDataProviderType() - Method in class com.vaadin.flow.component.checkbox.dataview.CheckboxGroupDataView
 
getSupportedDataProviderType() - Method in class com.vaadin.flow.component.combobox.dataview.ComboBoxDataView
 
getSupportedDataProviderType() - Method in class com.vaadin.flow.component.grid.dataview.GridDataView
 
getSupportedDataProviderType() - Method in class com.vaadin.flow.component.listbox.dataview.ListBoxDataView
 
getSupportedDataProviderType() - Method in class com.vaadin.flow.component.radiobutton.dataview.RadioButtonGroupDataView
 
getSupportedDataProviderType() - Method in class com.vaadin.flow.component.select.data.SelectDataView
 
getSupportedDataProviderType() - Method in class com.vaadin.flow.data.provider.AbstractDataView
Returns supported DataProvider type for this DataView.
getSupportedDataProviderType() - Method in class com.vaadin.flow.data.provider.AbstractLazyDataView
 
getSupportedDataProviderType() - Method in class com.vaadin.flow.data.provider.AbstractListDataView
 
getSymbol() - Method in class com.vaadin.flow.component.charts.model.ContextButton
 
getSymbol() - Method in class com.vaadin.flow.component.charts.model.Marker
 
getSymbol() - Method in class com.vaadin.flow.component.icon.SvgIcon
Gets the symbol defined in the icon.
getSymbol() - Method in enum class com.vaadin.flow.component.Unit
 
getSymbolFill() - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
 
getSymbolFill() - Method in class com.vaadin.flow.component.charts.model.ContextButton
 
getSymbolHeight() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getSymbolPadding() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getSymbolRadius() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getSymbolSize() - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
 
getSymbolSize() - Method in class com.vaadin.flow.component.charts.model.ContextButton
 
getSymbolStroke() - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
 
getSymbolStroke() - Method in class com.vaadin.flow.component.charts.model.ContextButton
 
getSymbolStrokeWidth() - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
 
getSymbolStrokeWidth() - Method in class com.vaadin.flow.component.charts.model.ContextButton
 
getSymbolWidth() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getSymbolX() - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
 
getSymbolX() - Method in class com.vaadin.flow.component.charts.model.ContextButton
 
getSymbolY() - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
 
getSymbolY() - Method in class com.vaadin.flow.component.charts.model.ContextButton
 
getSynchronizationRegistration() - Method in class com.vaadin.flow.component.AbstractSinglePropertyField
Returns the registration of the DOM event listener that synchronizes the property value.
getSynchronizedProperties() - Method in class com.vaadin.flow.component.internal.ComponentMetaData
Gets the properties that are marked to be synchronized and corresponding events.
getSynchronizedProperties(Class<? extends Component>) - Static method in class com.vaadin.flow.component.ComponentUtil
Gets the synchronized property infos of the properties that are defined declaratively for the given class with their RPC update mode.
getSynchronizedPropertyEvents(Class<? extends Component>) - Static method in class com.vaadin.flow.component.ComponentUtil
Gets the name of the synchronized property event defined declaratively for the given class.
getSyncId() - Method in class com.vaadin.flow.server.communication.ServerRpcHandler.RpcRequest
Gets the sync id last seen by the client.
getSystemContext() - Method in class com.vaadin.collaborationengine.CollaborationEngine
Gets a system connection context for this collaboration engine instance.
getSystemIdleTicks() - Method in class com.vaadin.open.LinuxProcFileReader
 
getSystemMessages(SystemMessagesInfo) - Method in class com.vaadin.flow.server.DefaultSystemMessagesProvider
 
getSystemMessages(SystemMessagesInfo) - Method in interface com.vaadin.flow.server.SystemMessagesProvider
Gets the system messages to use in the given context.
getSystemMessages(Locale, VaadinRequest) - Method in class com.vaadin.flow.server.VaadinService
Gets the system message to use for a specific locale.
getSystemMessagesProvider() - Method in class com.vaadin.flow.server.VaadinService
Gets the system messages provider currently defined for this service.
getSystemProperty(String) - Method in class com.vaadin.flow.server.AbstractPropertyConfiguration
Gets an system property value.
getSystemProperty(String) - Method in class com.vaadin.flow.server.PropertyDeploymentConfiguration
Gets an system property value.
getSystemTotalTicks() - Method in class com.vaadin.open.LinuxProcFileReader
 
getTab(int) - Method in class com.vaadin.flow.component.tabs.TabSheetTester
Gets the visible tab at given index.
getTab(int) - Method in class com.vaadin.flow.component.tabs.TabsTester
Gets the visible tab at given index.
getTab(Component) - Method in class com.vaadin.flow.component.tabs.TabSheet
Returns the Tab associated with the given component.
getTab(String) - Method in class com.vaadin.flow.component.tabs.TabSheetTester
Gets the visible tab with the given label.
getTab(String) - Method in class com.vaadin.flow.component.tabs.TabsTester
Gets the visible tab with the given label.
getTab(String) - Method in class com.vaadin.flow.component.tabs.testbench.TabsElement
Gets the index of the tab with the given text.
getTab(String) - Method in class com.vaadin.flow.component.tabs.testbench.TabSheetElement
Gets the index of the tab with the given text.
getTabAt(int) - Method in class com.vaadin.flow.component.tabs.Tabs
Returns the tab at the given position.
getTabAt(int) - Method in class com.vaadin.flow.component.tabs.TabSheet
Returns the tab at the given position.
getTabContent(int) - Method in class com.vaadin.flow.component.tabs.TabSheetTester
Gets the content of the visible tab at given index.
getTabContent(String) - Method in class com.vaadin.flow.component.tabs.TabSheetTester
Gets the content of the visible tab with the given label.
getTabCount() - Method in class com.vaadin.flow.component.tabs.Tabs
Gets the number of tabs.
getTabCount() - Method in class com.vaadin.flow.component.tabs.TabSheet
Gets the number of tabs.
getTabElement(String) - Method in class com.vaadin.flow.component.tabs.testbench.TabsElement
Gets the tab element for the tab with the given text.
getTabElement(String) - Method in class com.vaadin.flow.component.tabs.testbench.TabSheetElement
Gets the tab element for the tab with the given text.
getTabIndex() - Method in interface com.vaadin.flow.component.Focusable
Gets the tabindex in the component.
getTabs() - Method in class com.vaadin.flow.component.tabs.testbench.TabSheetElement
Gets the tabs element.
getTabThroughChartElements() - Method in class com.vaadin.flow.component.charts.model.KeyboardNavigation
 
getTag() - Method in interface com.vaadin.flow.component.webcomponent.WebComponentConfiguration
Retrieves the tag name configured by the web component exporter.
getTag() - Method in class com.vaadin.flow.component.webcomponent.WebComponentUI.WebComponentConnectEvent
Gets the tag of the element to connect.
getTag() - Method in class com.vaadin.flow.component.WebComponentExporter
The tag associated with the exported component.
getTag() - Method in class com.vaadin.flow.dom.Element
Gets the tag name for the element.
getTag() - Method in class com.vaadin.flow.internal.nodefeature.ElementData
Gets the tag name of the element.
getTag(StateNode) - Method in interface com.vaadin.flow.dom.ElementStateProvider
Gets the tag name for the given node.
getTag(StateNode) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
 
getTag(StateNode) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
 
getTag(StateNode) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
 
getTagById() - Method in class com.vaadin.flow.component.template.internal.IdCollector
Gets a map from field ids to their component tags.
getTagName() - Method in class com.vaadin.testbench.TestBenchElement
 
getTarget() - Method in class com.vaadin.flow.component.charts.model.DataSeriesItemBullet
Returns the target value of the item.
getTarget() - Method in class com.vaadin.flow.component.contextmenu.ContextMenuBase
Gets the target component of this context menu, or null if it doesn't have a target.
getTarget() - Method in class com.vaadin.flow.component.html.Anchor
Gets the target window, tab or frame name for this anchor.
getTarget() - Method in class com.vaadin.flow.component.popover.Popover
Gets the target component of this popover, or null if it doesn't have a target.
getTarget() - Method in class com.vaadin.flow.component.sidenav.SideNavItem
Gets the target of this item.
getTarget() - Method in class com.vaadin.flow.router.internal.RouteTarget
Get the component route target.
getTarget(String) - Method in class com.vaadin.flow.router.internal.ConfiguredRoutes
Get the target class matching the given url.
getTargetOptions() - Method in class com.vaadin.flow.component.charts.model.DataSeriesItemBullet
 
getTargetOptions() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getTargetParentLayouts(RouteTarget, RouteRegistry, String) - Method in class com.vaadin.flow.router.internal.AbstractNavigationStateRenderer
Get the parentLayouts for given routeTarget or use an applicable @Layout when no parentLayouts defined and target is a Route annotated target with autoLayout enabled and no layout set.
getTargetRoute(Class<? extends Component>) - Method in class com.vaadin.flow.router.internal.ConfiguredRoutes
Get the route template String for the given navigation target class.
getTargetRoutes() - Method in class com.vaadin.flow.router.internal.ConfiguredRoutes
Get all registered target routes for this configuration mapping the main template.
getTargetRoutes() - Method in class com.vaadin.flow.router.internal.ConfigureRoutes
Override so that the getters use the correct target routes map for data.
getTargetURI(AbstractStreamResource) - Method in class com.vaadin.flow.server.StreamResourceRegistry
Returns the URI path to the given resource in the context of this registry (relevant in portlet context).
getTargetUrl(Class<? extends Component>) - Method in class com.vaadin.flow.router.internal.AbstractRouteRegistry
 
getTargetUrl(Class<? extends Component>) - Method in class com.vaadin.flow.router.internal.ConfiguredRoutes
Get the url path String for the given navigation target class.
getTargetUrl(Class<? extends Component>) - Method in interface com.vaadin.flow.server.RouteRegistry
Get the url string for given navigation target.
getTargetUrl(Class<? extends Component>) - Method in class com.vaadin.flow.server.SessionRouteRegistry
 
getTargetUrl(Class<? extends Component>, RouteParameters) - Method in class com.vaadin.flow.router.internal.AbstractRouteRegistry
 
getTargetUrl(Class<? extends Component>, RouteParameters) - Method in class com.vaadin.flow.router.internal.ConfiguredRoutes
Get the url path String for the given navigation target class and parameters.
getTargetUrl(Class<? extends Component>, RouteParameters) - Method in interface com.vaadin.flow.server.RouteRegistry
Get the url string for given navigation target.
getTargetUrl(Class<? extends Component>, RouteParameters) - Method in class com.vaadin.flow.server.SessionRouteRegistry
 
getTargetValue() - Method in class com.vaadin.flow.component.html.Anchor
Gets the target window, tab or frame value for this anchor.
getTemplate() - Method in class com.vaadin.flow.router.internal.ParameterInfo
 
getTemplate() - Method in class com.vaadin.flow.router.RouteBaseData
Get the full route template of Route.
getTemplate() - Method in class com.vaadin.flow.router.RouteParameterData
Gets the parameter template string.
getTemplate(Class<? extends Component>) - Method in class com.vaadin.flow.router.internal.AbstractRouteRegistry
 
getTemplate(Class<? extends Component>) - Method in class com.vaadin.flow.router.internal.ConfiguredRoutes
Get the route template String for the given navigation target class.
getTemplate(Class<? extends Component>) - Method in class com.vaadin.flow.router.RouteConfiguration
Gets the route template for the given target.
getTemplate(Class<? extends Component>) - Method in interface com.vaadin.flow.server.RouteRegistry
Get the main template for given navigation target.
getTemplate(Class<? extends Component>) - Method in class com.vaadin.flow.server.SessionRouteRegistry
 
getTemplate(Class<? extends Component>, Set<RouteParameterFormatOption>) - Method in class com.vaadin.flow.router.internal.ConfiguredRoutes
Get the route template String for the given navigation target class and using the specified parameters format.
getTemplate(String, Class<? extends Component>) - Static method in class com.vaadin.flow.router.internal.HasUrlParameterFormat
Gets the template for the given url base by appending the parameter according to the given navigationTarget if it's implementing HasUrlParameter
getTemplateContent(Class<? extends LitTemplate>, String, VaadinService) - Method in class com.vaadin.flow.component.littemplate.internal.LitTemplateParserImpl
 
getTemplateContent(Class<? extends LitTemplate>, String, VaadinService) - Method in interface com.vaadin.flow.component.littemplate.LitTemplateParser
Gets the template data which contains a JSOUP Element representing the template content and the template uri.
getTemplateElement() - Method in class com.vaadin.flow.component.littemplate.LitTemplateParser.TemplateData
Gets the content of the template.
getTemplateExpression() - Method in class com.vaadin.flow.component.treegrid.HierarchyColumnComponentRenderer
 
getTemplateExpression() - Method in class com.vaadin.flow.data.renderer.BasicRenderer
 
getTemplateExpression() - Method in class com.vaadin.flow.data.renderer.ComponentRenderer
 
getTemplateExpression() - Method in class com.vaadin.flow.data.renderer.LitRenderer
Returns the Lit template expression used to render items.
getTemplateExpression() - Method in class com.vaadin.flow.data.renderer.NativeButtonRenderer
 
getTemplateExpression() - Method in class com.vaadin.flow.data.renderer.TextRenderer
 
getTemplateItem(Component, JsonObject, Type) - Method in interface com.vaadin.flow.component.template.internal.DeprecatedPolymerPublishedEventHandler
Deprecated.
Get the template model object and type.
getTerms() - Method in class com.vaadin.flow.component.html.testbench.DescriptionListTester
Get all terms of DescriptionList.
getTestsInParallel() - Static method in class com.vaadin.testbench.Parameters
 
getTestSuitesInParallel() - Static method in class com.vaadin.testbench.Parameters
 
getText() - Method in class com.vaadin.collaborationengine.CollaborationMessage
Gets the message content.
getText() - Method in class com.vaadin.flow.component.button.testbench.ButtonElement
 
getText() - Method in class com.vaadin.flow.component.charts.model.AnnotationItemLabel
 
getText() - Method in class com.vaadin.flow.component.charts.model.AxisTitle
 
getText() - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
 
getText() - Method in class com.vaadin.flow.component.charts.model.ContextButton
 
getText() - Method in class com.vaadin.flow.component.charts.model.ContextButtonMenuItem
 
getText() - Method in class com.vaadin.flow.component.charts.model.Credits
 
getText() - Method in class com.vaadin.flow.component.charts.model.ExportingMenuItemDefinition
 
getText() - Method in class com.vaadin.flow.component.charts.model.FlagItem
 
getText() - Method in class com.vaadin.flow.component.charts.model.Label
 
getText() - Method in class com.vaadin.flow.component.charts.model.LegendTitle
 
getText() - Method in class com.vaadin.flow.component.charts.model.RangeSelectorButton
 
getText() - Method in class com.vaadin.flow.component.charts.model.Subtitle
 
getText() - Method in class com.vaadin.flow.component.charts.model.Title
 
getText() - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialogTester
Get the confirmation message text set to the component.
getText() - Method in class com.vaadin.flow.component.grid.FooterRow.FooterCell
 
getText() - Method in class com.vaadin.flow.component.grid.HeaderRow.HeaderCell
 
getText() - Method in class com.vaadin.flow.component.grid.testbench.GridTHTDElement
 
getText() - Method in class com.vaadin.flow.component.gridpro.testbench.GridTHTDElement
 
getText() - Method in interface com.vaadin.flow.component.HasText
Gets the text content of this component.
getText() - Method in class com.vaadin.flow.component.html.testbench.HtmlComponentTester
Get the recursive text for target element.
getText() - Method in class com.vaadin.flow.component.html.testbench.HtmlContainerTester
Get the text for target html component.
getText() - Method in class com.vaadin.flow.component.map.configuration.Feature
The text that should be displayed next to the feature.
getText() - Method in class com.vaadin.flow.component.messages.MessageListItem
Gets the text content of the message.
getText() - Method in class com.vaadin.flow.component.messages.testbench.MessageElement
Gets the text content of the message body.
getText() - Method in class com.vaadin.flow.component.notification.NotificationTester
Gets the text of the notification.
getText() - Method in class com.vaadin.flow.component.notification.testbench.NotificationElement
 
getText() - Method in class com.vaadin.flow.component.shared.Tooltip
String used as a tooltip content.
getText() - Method in class com.vaadin.flow.component.Text
Gets the text of the component.
getText() - Method in class com.vaadin.flow.component.timepicker.testbench.TimePickerElement
 
getText() - Method in class com.vaadin.flow.dom.Element
Gets the text content of this element.
getText() - Method in class com.vaadin.flow.internal.nodefeature.TextNodeMap
Gets the text of this node.
getText() - Method in class com.vaadin.testbench.TestBenchElement
 
getTextAlign() - Method in class com.vaadin.flow.component.charts.model.Label
 
getTextAlign() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getTextAlign() - Method in class com.vaadin.flow.component.charts.model.StackLabels
 
getTextAlign() - Method in class com.vaadin.flow.component.grid.Grid.Column
Gets the column text align.
getTextAlign() - Method in class com.vaadin.flow.component.map.configuration.style.TextStyle
The horizontal text alignment based from the text's anchor point.
getTextBaseline() - Method in class com.vaadin.flow.component.map.configuration.style.TextStyle
The vertical baseline for aligning the text based on its anchor point.
getTextContent(StateNode) - Method in interface com.vaadin.flow.dom.ElementStateProvider
Gets the text content.
getTextContent(StateNode) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
 
getTextContent(StateNode) - Method in class com.vaadin.flow.dom.impl.BasicTextElementStateProvider
 
getTextContent(StateNode) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
 
getTextKey() - Method in class com.vaadin.flow.component.charts.model.ExportingMenuItemDefinition
 
getTextRecursively() - Method in class com.vaadin.flow.dom.Element
Gets the text content of this element tree.
getTextShadow() - Method in class com.vaadin.flow.component.charts.model.style.Style
 
getTextStyle() - Method in class com.vaadin.flow.component.map.configuration.Feature
Returns the custom text style for rendering this feature's Feature.getText().
getTextStyle() - Method in class com.vaadin.flow.component.map.configuration.style.Style
The text style used for rendering texts, such as feature texts.
getTheme() - Method in class com.vaadin.flow.component.charts.ChartOptions
Returns the Theme in use or null if no theme has been set.
getTheme() - Method in class com.vaadin.flow.component.charts.model.ContextButton
 
getTheme() - Method in class com.vaadin.flow.component.charts.model.DrillUpButton
 
getTheme() - Method in class com.vaadin.flow.component.charts.model.ResetZoomButton
 
getTheme() - Method in class com.vaadin.flow.component.messages.testbench.MessageElement
Gets the theme attribute of this element.
getTheme() - Method in class com.vaadin.flow.server.frontend.scanner.FrontendDependencies
Get the AbstractTheme instance used in the application.
getTheme() - Method in interface com.vaadin.flow.server.frontend.scanner.FrontendDependenciesScanner
Get the AbstractTheme instance used in the application.
getTheme() - Method in class com.vaadin.flow.theme.ThemeDefinition
Gets the theme class.
getThemeAnnotation(VaadinContext) - Static method in class com.vaadin.flow.server.frontend.ThemeUtils
Gets the theme annotation for the project.
getThemeColor() - Method in class com.vaadin.flow.server.PwaConfiguration
Gets the theme color of the application.
getThemeDefinition() - Method in class com.vaadin.flow.server.frontend.scanner.FrontendDependencies
Get the ThemeDefinition of the application.
getThemeDefinition() - Method in interface com.vaadin.flow.server.frontend.scanner.FrontendDependenciesScanner
Get the ThemeDefinition of the application.
getThemeFilePath(String, String) - Static method in class com.vaadin.flow.server.frontend.ThemeUtils
 
getThemeFolder(File, String) - Static method in class com.vaadin.flow.server.frontend.ThemeUtils
Finds the folder for the given theme.
getThemefor() - Method in class com.vaadin.flow.server.frontend.scanner.CssData
The themefor getter.
getThemeIdPrefix() - Method in class com.vaadin.flow.server.frontend.GenerateMainImports
 
getThemeJson(String, AbstractConfiguration) - Static method in class com.vaadin.flow.server.frontend.ThemeUtils
 
getThemeJson(String, File) - Static method in class com.vaadin.flow.server.frontend.ThemeUtils
 
getThemeList() - Method in interface com.vaadin.flow.component.orderedlayout.ThemableLayout
Gets the set of the theme names applied to the corresponding element in theme attribute.
getThemeList() - Method in class com.vaadin.flow.dom.Element
Gets the set of the theme names applied to the corresponding element in theme attribute.
getThemeName() - Method in interface com.vaadin.flow.component.HasTheme
Gets the theme names for this component.
getThemeName(VaadinContext) - Static method in class com.vaadin.flow.server.frontend.ThemeUtils
Gets the custom theme name if the custom theme is used in the project.
getThemeNames() - Method in interface com.vaadin.flow.component.HasTheme
Gets the set of theme names used for this element.
getThemeResourceFromPrecompiledProductionBundle(String) - Static method in class com.vaadin.flow.server.frontend.ThemeUtils
Gets the URL of the theme resource located in the pre-compiled production bundle JAR or in the external packaged theme JAR.
getThemes(HasValue<?, ?>) - Method in class com.vaadin.flow.data.binder.DefaultBinderValidationErrorHandler
Gets themes for the field.
getThemeUrl() - Method in interface com.vaadin.flow.theme.AbstractTheme
The url for the components themed version implementation.
getThemeUrl() - Method in class com.vaadin.flow.theme.lumo.Lumo
 
getThemeUrl() - Method in class com.vaadin.flow.theme.material.Material
Deprecated.
 
getThickness() - Method in class com.vaadin.flow.component.charts.model.PlotBand
 
getThirdDelay() - Method in interface com.vaadin.flow.component.page.LoadingIndicatorConfiguration
Returns the delay before the loading indicator goes into the "third" state.
getThirdDelay() - Method in class com.vaadin.flow.internal.nodefeature.LoadingIndicatorConfigurationMap
 
getThousandsSep() - Method in class com.vaadin.flow.component.charts.model.Lang
 
getThreshold() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getThreshold() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getThrowable() - Method in class com.vaadin.flow.server.ErrorEvent
Gets the contained throwable, the cause of the error.
getTickAmount() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getTickAmount() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getTickAmount() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getTickAmount() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getTickColor() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getTickColor() - Method in class com.vaadin.flow.component.charts.model.style.AxisStyle
 
getTickColor() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getTickColor() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getTickColor() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getTickInterval() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getTickInterval() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getTickInterval() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getTickInterval() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getTickLength() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getTickLength() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getTickLength() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getTickLength() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getTickmarkPlacement() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getTickmarkPlacement() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getTickmarkPlacement() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getTickmarkPlacement() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getTickPixelInterval() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getTickPixelInterval() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getTickPixelInterval() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getTickPixelInterval() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getTickPosition() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getTickPosition() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getTickPosition() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getTickPosition() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getTickPositions() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getTickPositions() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getTickPositions() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getTickPositions() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getTickWidth() - Method in class com.vaadin.flow.component.charts.model.style.AxisStyle
 
getTickWidth() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getTickWidth() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getTickWidth() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getTime() - Method in class com.vaadin.collaborationengine.CollaborationMessage
Gets the message timestamp.
getTime() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getTime() - Method in class com.vaadin.flow.component.datetimepicker.testbench.DateTimePickerElement
Gets the selected time
getTime() - Method in class com.vaadin.flow.component.messages.MessageListItem
Gets the time of sending the message.
getTime() - Method in class com.vaadin.flow.component.messages.testbench.MessageElement
Gets the time property of this element.
getTimeAriaLabel() - Method in class com.vaadin.flow.component.datetimepicker.DateTimePicker
Gets the aria-label suffix for the time picker.
getTimeLabel() - Method in class com.vaadin.flow.component.datetimepicker.DateTimePicker.DateTimePickerI18n
Gets the aria-label suffix for the time picker.
getTimeline() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
getTimePickerComboBox() - Method in class com.vaadin.flow.component.timepicker.testbench.TimePickerElement
Gets the <vaadin-time-picker-combo-box> element inside the <vaadin-time-picker> element.
getTimePickerInputElement() - Method in class com.vaadin.flow.component.timepicker.testbench.TimePickerElement
Gets the <input> element inside the <vaadin-time-picker> element.
getTimePickerInputValue() - Method in class com.vaadin.flow.component.timepicker.testbench.TimePickerElement
Gets the value property for the text field of the time picker.
getTimePlaceholder() - Method in class com.vaadin.flow.component.datetimepicker.DateTimePicker
Gets the placeholder string of the time field.
getTimePresentation() - Method in class com.vaadin.flow.component.datetimepicker.testbench.DateTimePickerElement
Gets the visible presentation value from the inner TimePicker as a string.
getTimeUnit() - Method in class com.vaadin.flow.component.charts.model.TimeUnitMultiples
 
getTimezone() - Method in class com.vaadin.flow.component.charts.model.Global
 
getTimeZoneId() - Method in class com.vaadin.flow.component.page.ExtendedClientDetails
Returns the TimeZone Id (like "Europe/Helsinki") provided by the browser (if the browser supports this feature).
getTimezoneOffset() - Method in class com.vaadin.flow.component.charts.model.Global
 
getTimezoneOffset() - Method in class com.vaadin.flow.component.charts.model.Time
 
getTimezoneOffset() - Method in class com.vaadin.flow.component.page.ExtendedClientDetails
Returns the browser-reported TimeZone offset in milliseconds from GMT.
getTitle() - Method in class com.vaadin.experimental.Feature
 
getTitle() - Method in class com.vaadin.flow.component.avatar.testbench.AvatarElement
Gets the title displayed as a tooltip.
getTitle() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getTitle() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getTitle() - Method in class com.vaadin.flow.component.charts.model.FlagItem
 
getTitle() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getTitle() - Method in class com.vaadin.flow.component.charts.model.Node
 
getTitle() - Method in class com.vaadin.flow.component.charts.model.style.AxisStyle
 
getTitle() - Method in class com.vaadin.flow.component.charts.model.style.Theme
Get style of Chart title
getTitle() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getTitle() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getTitle() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getTitle() - Method in class com.vaadin.flow.component.crud.CrudI18n.Confirmations.Confirmation
Gets the title on a dialog
getTitle() - Method in class com.vaadin.flow.component.dashboard.DashboardSection
Returns the title of the section.
getTitle() - Method in class com.vaadin.flow.component.dashboard.DashboardWidget
Returns the title of the widget.
getTitle() - Method in class com.vaadin.flow.component.dashboard.testbench.DashboardSectionElement
Returns the title of the section.
getTitle() - Method in class com.vaadin.flow.component.dashboard.testbench.DashboardWidgetElement
Returns the title of the widget.
getTitle() - Method in class com.vaadin.flow.component.html.testbench.HtmlComponentTester
Get the title string set for the html component if available.
getTitle() - Method in class com.vaadin.flow.component.HtmlComponent
Gets the title of this component.
getTitle() - Method in class com.vaadin.flow.component.internal.UIInternals
Gets the page title recorded with Page.setTitle(String).
getTitle() - Method in class com.vaadin.flow.component.login.LoginI18n.ErrorMessage
 
getTitle() - Method in class com.vaadin.flow.component.login.LoginI18n.Form
 
getTitle() - Method in class com.vaadin.flow.component.login.LoginI18n.Header
 
getTitle() - Method in class com.vaadin.flow.component.login.LoginOverlay
Returns custom title component which was set via LoginOverlay.setTitle(Component)
getTitle() - Method in class com.vaadin.flow.component.login.testbench.LoginOverlayElement
Returns the title displayed in the login overlay element
getTitle() - Method in class com.vaadin.flow.component.textfield.TextFieldBase
The text usually displayed in a tooltip popup when the mouse is over the field.
getTitle() - Method in record class com.vaadin.flow.router.MenuData
Gets the title of the menu item.
getTitle() - Method in class com.vaadin.testbench.TestBenchDriverProxy
 
getTitle(Class<? extends Component>) - Static method in class com.vaadin.flow.internal.menu.MenuRegistry
Get page title for route or simple name if no PageTitle is set.
getTitleAsText() - Method in class com.vaadin.flow.component.login.LoginOverlay
Returns the value of the title property or a text content of the title if it was set via LoginOverlay.setTitle(Component)
getTitleComponent() - Method in class com.vaadin.flow.component.login.testbench.LoginOverlayElement
Returns the title component which is set into the title slot of the login element.
getTitles() - Method in class com.vaadin.flow.component.richtexteditor.testbench.RichTextEditorElement
 
getTo() - Method in class com.vaadin.flow.component.charts.model.Breaks
 
getTo() - Method in class com.vaadin.flow.component.charts.model.DataSeriesItemSankey
 
getTo() - Method in class com.vaadin.flow.component.charts.model.GanttSeriesItemDependency
 
getTo() - Method in class com.vaadin.flow.component.charts.model.NodeSeriesItem
 
getTo() - Method in class com.vaadin.flow.component.charts.model.PlotBand
 
getToday() - Method in class com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n
Gets the translated word for today.
getTodayButton() - Method in class com.vaadin.flow.component.datepicker.testbench.DatePickerElement.OverlayContentElement
Gets the today button from the overlays toolbar
getToggle() - Method in class com.vaadin.flow.component.sidenav.SideNav.SideNavI18n
The text announced by screen readers when focusing the button for toggling child items.
getToken() - Method in class com.vaadin.flow.internal.springcsrf.SpringCsrfToken
 
getToken() - Static method in class com.vaadin.flow.server.DevToolsToken
Gets the token exchanged between Dev Tools client and the server.
getTokenFile() - Method in class com.vaadin.flow.server.frontend.Options
 
getTokenFileContent(Function<String, String>) - Method in class com.vaadin.flow.server.startup.AbstractConfigurationFactory
Gets the content of the token file with given locationProvider.
getTokenFileData() - Method in class com.vaadin.flow.server.frontend.Options
 
getTokenFileFromClassloader(VaadinContext) - Method in class com.vaadin.flow.server.startup.DefaultApplicationConfigurationFactory
Gets token file from the classpath using the provided context.
getToolbar() - Method in class com.vaadin.flow.component.crud.testbench.CrudElement
Gets the toolbar content.
getToolbarVisible() - Method in class com.vaadin.flow.component.crud.Crud
Gets visiblity state of toolbar
getTooltip() - Method in class com.vaadin.collaborationengine.CollaborationMessageInput
Gets the tooltip handle of the component.
getTooltip() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.style.Theme
Get style of tooltips
getTooltip() - Method in interface com.vaadin.flow.component.shared.HasTooltip
Gets the tooltip handle of the component.
getTooltipGenerator() - Method in class com.vaadin.flow.component.grid.Grid.Column
 
getTooltipPosition() - Method in class com.vaadin.flow.component.grid.Grid
Gets the tooltip position relative to the cell that is being hovered or focused.
getTooManyFiles() - Method in class com.vaadin.flow.component.upload.UploadI18N.Error
Too many files translation.
getTop() - Method in class com.vaadin.flow.component.charts.model.Frame
 
getTop() - Method in class com.vaadin.flow.component.charts.model.style.Style
 
getTop() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getTop() - Method in class com.vaadin.flow.component.dialog.Dialog.DialogDraggedEvent
Gets the top position of the overlay after dragging is done
getTop() - Method in class com.vaadin.flow.component.dialog.Dialog.DialogResizeEvent
Gets the top position of the overlay after resize is done
getTop() - Method in class com.vaadin.flow.component.dialog.Dialog
Gets the top position of the overlay.
getTopicId() - Method in class com.vaadin.collaborationengine.AbstractCollaborationManager
Gets the topic id of this manager.
getTopicId() - Method in class com.vaadin.collaborationengine.CollaborationMessagePersister.FetchQuery
Gets the topic identifier.
getTopicId() - Method in class com.vaadin.collaborationengine.CollaborationMessagePersister.PersistRequest
Gets the topic identifier.
getTopLevelName() - Method in class com.vaadin.flow.data.binder.BeanPropertySet.NestedBeanPropertyDefinition
 
getTopLevelName() - Method in interface com.vaadin.flow.data.binder.PropertyDefinition
Gets the top level name of this property.
getTopParentLayout(VaadinContext, Class<?>, String) - Static method in class com.vaadin.flow.router.internal.RouteUtil
Get the top most parent layout for navigation target according to the Route or RouteAlias annotation.
getTopWidth() - Method in class com.vaadin.flow.component.charts.model.Dial
 
getTotal() - Method in class com.vaadin.flow.component.combobox.MultiSelectComboBoxI18n
The text that is announced by screen readers to inform about the total number of selected items.
getTotalPhysicalMemory() - Static method in class com.vaadin.open.OSUtils
Safe call to obtain size of total physical memory.
getTrackBackgroundColor() - Method in class com.vaadin.flow.component.charts.model.Scrollbar
 
getTrackBorderColor() - Method in class com.vaadin.flow.component.charts.model.Scrollbar
 
getTrackBorderRadius() - Method in class com.vaadin.flow.component.charts.model.Scrollbar
 
getTrackBorderWidth() - Method in class com.vaadin.flow.component.charts.model.Scrollbar
 
getTrackByArea() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getTrackByArea() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getTrackByArea() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getTrackByArea() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getTrackByArea() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getTrackingCookie(VaadinRequest) - Static method in class com.vaadin.flow.server.dau.DAUUtils
Looks up for a daily active user tracking cookie in a given http request from browser.
getTransferType() - Method in interface com.vaadin.hilla.endpointransfermapper.EndpointTransferMapper.Mapper
Returns the type used when transfering data to/from the client.
getTransferType() - Method in class com.vaadin.hilla.endpointransfermapper.PageableMapper
 
getTransferType() - Method in class com.vaadin.hilla.endpointransfermapper.PageMapper
 
getTransferType() - Method in class com.vaadin.hilla.endpointransfermapper.SortMapper
 
getTransferType() - Method in class com.vaadin.hilla.endpointransfermapper.UUIDMapper
 
getTransferType(Class<?>) - Method in class com.vaadin.hilla.endpointransfermapper.EndpointTransferMapper
Gets the transfer type for the given endpoint type.
getTransferType(String) - Method in class com.vaadin.hilla.endpointransfermapper.EndpointTransferMapper
Gets the transfer type for the given endpoint type.
getTranslation(Object, Object...) - Method in class com.vaadin.flow.component.Component
Get the translation for the component locale.
getTranslation(Object, Locale, Object...) - Method in class com.vaadin.flow.component.Component
getTranslation(Object, Locale, Object...) - Method in interface com.vaadin.flow.i18n.I18NProvider
Get the translation for key with given locale.
getTranslation(String, Object...) - Method in class com.vaadin.flow.component.Component
Get the translation for the component locale.
getTranslation(String, Locale, Object...) - Method in class com.vaadin.flow.component.Component
getTranslation(String, Locale, Object...) - Method in class com.vaadin.flow.i18n.DefaultI18NProvider
 
getTranslation(String, Locale, Object...) - Method in interface com.vaadin.flow.i18n.I18NProvider
Get the translation for key with given locale.
getTranslation(Locale, Object, Object...) - Method in class com.vaadin.flow.component.Component
Get the translation for key with given locale.
getTranslation(Locale, String, Object...) - Method in class com.vaadin.flow.component.Component
Get the translation for key with given locale.
getTranslationFiles(URL) - Static method in class com.vaadin.flow.i18n.I18NUtil
 
getTransport() - Method in interface com.vaadin.flow.component.PushConfiguration
Returns the primary transport type for push.
getTransport() - Method in class com.vaadin.flow.internal.nodefeature.PushConfigurationMap
 
getTreeData() - Method in interface com.vaadin.flow.data.provider.hierarchy.HasHierarchicalDataProvider
Gets the backing TreeData instance of the data provider, if the data provider is a TreeDataProvider.
getTreeData() - Method in class com.vaadin.flow.data.provider.hierarchy.TreeDataProvider
Return the underlying hierarchical data of this provider.
getTreemap() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
getTreeMap() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
getTreeSize() - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchyMapper
Returns the size of the currently expanded hierarchy.
getTrigger() - Method in class com.vaadin.flow.component.page.History.HistoryStateChangeEvent
Gets the type of user action that triggered this history change.
getTrigger() - Method in class com.vaadin.flow.router.BeforeEvent
Gets the type of user action that triggered this location change.
getTrigger() - Method in class com.vaadin.flow.router.LocationChangeEvent
Gets the type of user action that triggered this location change.
getTrigger() - Method in class com.vaadin.flow.router.NavigationEvent
Gets the type of user action that triggered this navigation event.
getTrueString(Locale) - Method in class com.vaadin.flow.data.converter.StringToBooleanConverter
Gets the locale-depended string representation for true.
getTurboThreshold() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getTurboThreshold() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getTurboThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getTurboThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getTurboThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getTurboThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getTurboThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getTurboThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getTurboThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getTurboThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getTurboThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getTurboThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getTurboThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getTurboThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getTurboThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getTurboThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getTurboThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getTurboThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getTurboThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getTurboThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getTurboThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getTurboThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getTurboThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getTurboThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getTurboThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getTurboThreshold() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getType() - Method in class com.vaadin.collaborationengine.LicenseEvent
Deprecated.
Gets the type of the event.
getType() - Method in class com.vaadin.collaborationengine.MembershipEvent
Gets the type of the event.
getType() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getType() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getType() - Method in class com.vaadin.flow.component.charts.model.ConnectorStyle
 
getType() - Method in class com.vaadin.flow.component.charts.model.Exporting
 
getType() - Method in class com.vaadin.flow.component.charts.model.RangeSelectorButton
 
getType() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getType() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getType() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getType() - Method in class com.vaadin.flow.component.html.HtmlObject
Gets the "type" attribute value.
getType() - Method in class com.vaadin.flow.component.html.Input
Gets the type of this input.
getType() - Method in class com.vaadin.flow.component.html.OrderedList
 
getType() - Method in class com.vaadin.flow.component.map.configuration.AbstractConfigurationObject
The unique type name of this class.
getType() - Method in class com.vaadin.flow.component.map.configuration.Configuration
 
getType() - Method in class com.vaadin.flow.component.map.configuration.Feature
 
getType() - Method in class com.vaadin.flow.component.map.configuration.geometry.Point
 
getType() - Method in class com.vaadin.flow.component.map.configuration.layer.ImageLayer
 
getType() - Method in class com.vaadin.flow.component.map.configuration.layer.TileLayer
 
getType() - Method in class com.vaadin.flow.component.map.configuration.layer.VectorLayer
 
getType() - Method in class com.vaadin.flow.component.map.configuration.source.ImageWMSSource
 
getType() - Method in class com.vaadin.flow.component.map.configuration.source.OSMSource
 
getType() - Method in class com.vaadin.flow.component.map.configuration.source.TileWMSSource
 
getType() - Method in class com.vaadin.flow.component.map.configuration.source.VectorSource
 
getType() - Method in class com.vaadin.flow.component.map.configuration.source.XYZSource
 
getType() - Method in class com.vaadin.flow.component.map.configuration.style.Fill
 
getType() - Method in class com.vaadin.flow.component.map.configuration.style.Icon
 
getType() - Method in class com.vaadin.flow.component.map.configuration.style.Stroke
 
getType() - Method in class com.vaadin.flow.component.map.configuration.style.Style
 
getType() - Method in class com.vaadin.flow.component.map.configuration.style.TextStyle
 
getType() - Method in class com.vaadin.flow.component.map.configuration.View
 
getType() - Method in class com.vaadin.flow.data.binder.AbstractBeanPropertyDefinition
 
getType() - Method in interface com.vaadin.flow.data.binder.PropertyDefinition
Gets the type of this property.
getType() - Method in class com.vaadin.flow.dom.DomEvent
Gets the type of the event.
getType() - Method in class com.vaadin.flow.server.frontend.scanner.ChunkInfo
 
getType() - Method in class com.vaadin.flow.server.frontend.scanner.EntryPointData
 
getType() - Method in class com.vaadin.flow.server.PwaIcon
Gets the value of the type attribute.
getType() - Method in class com.vaadin.flow.server.webcomponent.PropertyData
Getter for the property value class type.
getType() - Method in class com.vaadin.flow.shared.ui.Dependency
Gets the type of the dependency.
getType(ParameterInfo) - Static method in enum class com.vaadin.flow.server.menu.RouteParamType
 
getType(String) - Static method in class com.vaadin.flow.router.RouteParameterRegex
Gets the type of the parameter for the given regex.
getType(String) - Method in class com.vaadin.testbench.unit.mocks.MockWebApplicationContext
 
getType(String, boolean) - Method in class com.vaadin.testbench.unit.mocks.MockWebApplicationContext
 
getTypeDescription() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getTypeName() - Method in enum class com.vaadin.flow.component.gridpro.EditorType
Gets the type name.
getUi() - Method in class com.vaadin.flow.server.AppShellSettings
Get the target UI instance.
getUI() - Method in class com.vaadin.flow.component.Component
Gets the UI this component is attached to.
getUI() - Method in class com.vaadin.flow.component.internal.AbstractAttachDetachEvent
Gets the UI the component is attached to.
getUI() - Method in class com.vaadin.flow.component.internal.UIInternals
Gets the UI that this instance belongs to.
getUI() - Method in class com.vaadin.flow.component.page.History
Gets the UI that this instance belongs to.
getUI() - Method in class com.vaadin.flow.component.UI
 
getUI() - Method in class com.vaadin.flow.i18n.LocaleChangeEvent
Returns the UI where the locale changed in.
getUI() - Method in class com.vaadin.flow.internal.ExecutionContext
Gets the UI associated with the execution.
getUI() - Method in class com.vaadin.flow.internal.StateTree
Gets the UI that this tree belongs to.
getUI() - Method in class com.vaadin.flow.router.BeforeEvent
Gets the UI this navigation takes place inside.
getUI() - Method in class com.vaadin.flow.router.LocationChangeEvent
Gets the UI in which the view is shown.
getUI() - Method in class com.vaadin.flow.router.NavigationEvent
Gets the UI in which the navigation occurs.
getUI() - Method in class com.vaadin.flow.server.BootstrapHandler.BootstrapContext
Gets the UI.
getUI() - Method in class com.vaadin.flow.server.communication.AtmospherePushConnection
 
getUI() - Method in class com.vaadin.flow.server.communication.IndexHtmlResponse
Gets the UI that will be displayed on the generated HTML page.
getUI() - Method in class com.vaadin.flow.server.UIInitEvent
Get the initialized UI for this initialization event.
getUIById(int) - Method in class com.vaadin.flow.server.VaadinSession
Returns a UI with the given id.
getUIClass(VaadinRequest) - Static method in class com.vaadin.flow.server.BootstrapHandler
Returns the UI class mapped for servlet that handles the given request.
getUIClassName() - Method in interface com.vaadin.flow.function.DeploymentConfiguration
Gets UI class configuration option value.
getUIClassName() - Method in class com.vaadin.flow.server.AbstractDeploymentConfiguration
 
getUIId() - Method in class com.vaadin.flow.component.UI
Gets the id of the UI, used to identify this UI within its application when processing requests.
getUIs() - Method in class com.vaadin.flow.server.VaadinSession
Gets all the UIs of this session.
getUnderline() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
Gets the translated word for underline
getUndo() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
Gets the translated word for undo
getUnexpectedServerError() - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Error
 
getUniqueIdentifier(Capabilities) - Static method in class com.vaadin.testbench.browser.CapabilitiesUtil
Returns a string which uniquely (enough) identifies this browser.
getUniqueKeyProperty() - Method in class com.vaadin.flow.component.grid.Grid
Gets property name for unique key in row's generated JSON.
getUniqueKeyProperty() - Method in class com.vaadin.flow.component.grid.GridArrayUpdater.UpdateQueueData
 
getUniqueKeyProvider() - Method in class com.vaadin.flow.component.grid.Grid
Gets optional value provider for unique key in row's generated JSON.
getUniqueNames() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getUniqueNames() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getUniqueNames() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getUniqueNames() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getUnit(String) - Static method in enum class com.vaadin.flow.component.Unit
Gives size unit of the css string representing a size.
getUnitFromSymbol(String) - Static method in enum class com.vaadin.flow.component.Unit
Convert unit string symbol to Unit.
getUnits() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getUnits() - Method in class com.vaadin.flow.component.charts.model.DataGrouping
 
getUnits() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getUnits() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getUnits() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getUnits() - Method in class com.vaadin.flow.component.upload.UploadI18N
Get unit translations.
getUnixPath(Path) - Static method in class com.vaadin.flow.server.frontend.FrontendUtils
Get path as a String in Unix form.
getUnixRelativePath(Path, Path) - Static method in class com.vaadin.flow.server.frontend.FrontendUtils
Get relative path from a source path to a target path in Unix form.
getUnknown() - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.RemainingTime
Get unknown translation.
getUnknownForward() - Method in class com.vaadin.flow.router.BeforeEvent
Gets the unknown forward.
getUnknownReroute() - Method in class com.vaadin.flow.router.BeforeEvent
Gets the unknown reroute.
getUpColor() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getUpColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getUpColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getUpColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getUpdateMode() - Method in class com.vaadin.flow.component.internal.ComponentMetaData.SynchronizedPropertyInfo
 
getUpdateMode(Method) - Method in class com.vaadin.flow.internal.nodefeature.AbstractServerHandlers
Returns method's RPC communication mode from the client side to the server side when the element is disabled.
getUpdateMode(Method) - Method in class com.vaadin.flow.internal.nodefeature.ClientCallableHandlers
 
getUpdateMode(Method) - Method in class com.vaadin.flow.internal.nodefeature.PolymerServerEventHandlers
Deprecated.
 
getUpdateQueueData() - Method in interface com.vaadin.flow.component.grid.GridArrayUpdater
Gets GridArrayUpdater.UpdateQueueData set for this array updater.
getUpLineColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getUpload() - Method in class com.vaadin.flow.component.upload.FinishedEvent
Upload where the event occurred.
getUpload() - Method in class com.vaadin.flow.component.upload.ProgressUpdateEvent
Upload where the event occurred.
getUpload() - Method in class com.vaadin.flow.component.upload.StartedEvent
Upload where the event occurred.
getUploadButton() - Method in class com.vaadin.flow.component.upload.Upload
Get the component set as the upload button for the upload.
getUploading() - Method in class com.vaadin.flow.component.upload.UploadI18N
Get uploading translations.
getUpperQuartile() - Method in class com.vaadin.flow.component.charts.model.BoxPlotItem
 
getUri() - Method in class com.vaadin.flow.server.frontend.installer.ProxyConfig.Proxy
Get the proxy uri.
getURI(AbstractStreamResource) - Static method in class com.vaadin.flow.server.StreamResourceRegistry
Gets the URI for the given resource.
getUriResolver() - Method in class com.vaadin.flow.server.BootstrapHandler.BootstrapContext
Gets the URI resolver to use for bootstrap resources.
getUrl() - Method in class com.vaadin.flow.component.charts.model.Exporting
 
getUrl() - Method in class com.vaadin.flow.component.charts.model.MarkerSymbolUrl
 
getUrl() - Method in class com.vaadin.flow.component.map.configuration.source.ImageWMSSource
The WMS service URL
getUrl() - Method in class com.vaadin.flow.component.map.configuration.source.UrlTileSource
 
getUrl() - Method in class com.vaadin.flow.component.map.configuration.source.XYZSource
The URL template in XYZ format (see also Slippy map tilenames) used to load individual image tiles.
getUrl() - Method in class com.vaadin.flow.shared.ui.Dependency
Gets the untranslated URL for the dependency.
getUrl(Class<? extends C>, List<T>) - Method in class com.vaadin.flow.router.RouteConfiguration
Get the url string for given navigation target with the parameters in the url.
getUrl(Class<? extends C>, T) - Method in class com.vaadin.flow.router.RouteConfiguration
Get the url string for given navigation target with the parameter in the url.
getUrl(Class<? extends Component>) - Method in class com.vaadin.flow.router.RouteConfiguration
Get the registered url string for given navigation target.
getUrl(Class<? extends Component>, RouteParameters) - Method in class com.vaadin.flow.router.RouteConfiguration
Gets the url which navigates to given navigationTarget using given parameters.
getUrl(String, List<T>) - Static method in class com.vaadin.flow.router.internal.HasUrlParameterFormat
Gets the final url by appending the given parameters.
getUrlBase(Class<? extends Component>) - Method in class com.vaadin.flow.router.RouteConfiguration
Return the url base without any route parameters.
getUrlBase(String) - Static method in class com.vaadin.flow.router.internal.HasUrlParameterFormat
Gets the url base without the parameter for the given template and navigation target implementing * HasUrlParameter.
getUrlMapping() - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties
Gets the url mapping for the Vaadin servlet.
getUrlMapping(Environment) - Static method in class com.vaadin.flow.spring.RootMappedCondition
Gets the url mapping in a way compatible with both plain Spring and Spring Boot.
getUrlMapping(Environment) - Static method in class com.vaadin.flow.spring.VaadinConfigurationProperties
Gets the url mapping using the given environment.
getUrlParameters() - Method in class com.vaadin.flow.router.NavigationState
Gets the list of strings that correspond to the raw string url parameters.
getUse() - Method in class com.vaadin.hilla.engine.GeneratorConfiguration.Plugins
 
getUsedOptions() - Method in class com.vaadin.hilla.engine.GeneratorConfiguration.Plugins
 
getUsedOptions() - Method in class com.vaadin.hilla.engine.ParserConfiguration.Plugins
 
getUseHTML() - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
 
getUseHTML() - Method in class com.vaadin.flow.component.charts.model.AnnotationItemLabel
 
getUseHTML() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getUseHTML() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getUseHTML() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getUseHTML() - Method in class com.vaadin.flow.component.charts.model.Label
 
getUseHTML() - Method in class com.vaadin.flow.component.charts.model.Labels
 
getUseHTML() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getUseHTML() - Method in class com.vaadin.flow.component.charts.model.NoData
 
getUseHTML() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getUseHTML() - Method in class com.vaadin.flow.component.charts.model.StackLabels
 
getUseHTML() - Method in class com.vaadin.flow.component.charts.model.Subtitle
 
getUseHTML() - Method in class com.vaadin.flow.component.charts.model.Title
 
getUseHTML() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getUser() - Method in class com.vaadin.collaborationengine.CollaborationMessage
Gets the message author user-info.
getUser() - Method in interface com.vaadin.collaborationengine.HighlightHandler.HighlightContext
Gets the user.
getUser() - Method in interface com.vaadin.collaborationengine.PresenceHandler.PresenceContext
Gets the user.
getUserAbbr() - Method in class com.vaadin.flow.component.messages.testbench.MessageElement
Gets the userAbbr property of this element.
getUserAbbreviation() - Method in class com.vaadin.flow.component.messages.MessageListItem
Gets the abbreviation of the message sender.
getUserColorIndex() - Method in class com.vaadin.flow.component.messages.MessageListItem
Gets the color index of the message sender.
getUserColorIndex() - Method in class com.vaadin.flow.component.messages.testbench.MessageElement
Gets the userColorIndex property of this element.
getUserColorIndex(UserInfo) - Method in class com.vaadin.collaborationengine.CollaborationEngine
Gets the color index of a user if different to -1, or let Collaboration Engine provide one.
getUserEntries(String, YearMonth) - Method in interface com.vaadin.collaborationengine.LicenseStorage
Deprecated.
Gets a list of entries for users seen in the specified month.
getUserIdentitySupplier() - Method in interface com.vaadin.flow.server.dau.DAUCustomizer
Gets the function to be used to determine the user identity for the current request.
getUserImage() - Method in class com.vaadin.flow.component.messages.MessageListItem
Gets the URL to the message sender's image.
getUserImageResource() - Method in class com.vaadin.flow.component.messages.MessageListItem
Gets the image resource of the message sender's avatar.
getUserImg() - Method in class com.vaadin.flow.component.messages.testbench.MessageElement
Gets the userImg property of this element.
getUserInfo() - Method in class com.vaadin.collaborationengine.TopicConnection
Gets the user who is related to this topic connection.
getUserKey() - Static method in class com.vaadin.base.devserver.stats.ProjectHelpers
Gets the generated user id.
getUsername() - Method in class com.vaadin.flow.component.login.AbstractLogin.LoginEvent
 
getUsername() - Method in class com.vaadin.flow.component.login.LoginI18n.ErrorMessage
 
getUsername() - Method in class com.vaadin.flow.component.login.LoginI18n.Form
 
getUserName() - Method in class com.vaadin.flow.component.messages.MessageListItem
Gets the user name of the message sender.
getUserName() - Method in class com.vaadin.flow.component.messages.testbench.MessageElement
Gets the userName property of this element.
getUsernameField() - Method in class com.vaadin.flow.component.login.testbench.LoginFormElement
 
getUsernameField() - Method in class com.vaadin.flow.component.login.testbench.LoginOverlayElement
 
getUserPrincipal() - Method in interface com.vaadin.flow.server.VaadinRequest
Returns a java.security.Principal object containing the name of the current authenticated user.
getUseUTC() - Method in class com.vaadin.flow.component.charts.model.Global
 
getUseUTC() - Method in class com.vaadin.flow.component.charts.model.Time
 
getVaadinContext() - Method in interface com.vaadin.flow.server.VaadinConfig
Get the VaadinContext for this configuration.
getVaadinContext() - Method in class com.vaadin.flow.server.VaadinServletConfig
 
getVaadinEndpointData(String) - Method in class com.vaadin.hilla.EndpointInvoker
 
getVaadinHomeDirectory() - Static method in class com.vaadin.flow.server.frontend.FrontendUtils
Gets vaadin home directory (".vaadin" folder in the user home dir).
getVaadinRequest() - Method in class com.vaadin.flow.server.communication.IndexHtmlResponse
Get the request which triggers the Index HTML response.
getVaadinRequestInterceptors() - Method in class com.vaadin.flow.server.VaadinService
Returns the request interceptors that are registered with this service.
getVaadinResponse() - Method in class com.vaadin.flow.server.communication.IndexHtmlResponse
Get the Vaadin response object including all the headers which will be sent to browser.
getVaadinSession() - Method in class com.vaadin.flow.spring.scopes.VaadinRouteScope
Gets current Vaadin session.
getVaadinVersion() - Static method in class com.vaadin.flow.server.Platform
Returns the platform version string, e.g., "23.0.0".
getValidAnnotations() - Static method in class com.vaadin.flow.server.startup.VaadinAppShellInitializer
Return the list of annotations handled by this class.
getValidationError() - Method in class com.vaadin.hilla.signals.core.event.ListStateEvent
 
getValidationError() - Method in class com.vaadin.hilla.signals.core.event.StateEvent
 
getValidationErrorData() - Method in exception com.vaadin.hilla.exception.EndpointValidationException
Gets the collection of the data on the validation errors.
getValidationErrorHandler() - Method in class com.vaadin.flow.data.binder.Binder
Gets the validation error of this form.
getValidationErrors() - Method in class com.vaadin.flow.data.binder.BinderValidationStatus
Gets both field and bean level validation errors.
getValidationErrors() - Method in exception com.vaadin.flow.data.binder.ValidationException
Gets both field and bean level validation errors.
getValidationResults() - Method in class com.vaadin.flow.data.binder.BindingValidationStatus
Gets all the validation results related to this binding validation status.
getValidationStatusHandler() - Method in interface com.vaadin.flow.data.binder.Binder.Binding
Gets the validation status handler for this Binding.
getValidationStatusHandler() - Method in class com.vaadin.flow.data.binder.Binder.BindingImpl
 
getValidationStatusHandler() - Method in class com.vaadin.flow.data.binder.Binder
Gets the status handler of this form.
getValidatorMessage() - Method in class com.vaadin.hilla.exception.EndpointValidationException.ValidationErrorData
Gets th validator message.
getValidSupers() - Static method in class com.vaadin.flow.server.startup.VaadinAppShellInitializer
Return the list of super classes handled by this class.
getValue() - Method in interface com.vaadin.collaborationengine.PropertyChangeHandler.PropertyChangeEvent
Gets the new value.
getValue() - Method in class com.vaadin.flow.component.AbstractCompositeField
 
getValue() - Method in class com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent
 
getValue() - Method in class com.vaadin.flow.component.AbstractField
 
getValue() - Method in class com.vaadin.flow.component.charts.events.internal.AbstractSeriesItemEvent
The value added.
getValue() - Method in class com.vaadin.flow.component.charts.model.PlotLine
 
getValue() - Method in class com.vaadin.flow.component.charts.model.TreeSeriesItem
 
getValue() - Method in class com.vaadin.flow.component.charts.model.Zones
 
getValue() - Method in class com.vaadin.flow.component.combobox.MultiSelectComboBox
Gets the value of the component, which is a set of selected items.
getValue() - Method in class com.vaadin.flow.component.combobox.testbench.ComboBoxElement
Gets the property "value" as a string.
getValue() - Method in class com.vaadin.flow.component.datepicker.testbench.DatePickerElement
Gets the selected date as a string.
getValue() - Method in interface com.vaadin.flow.component.HasValue
Returns the current value of this object.
getValue() - Method in interface com.vaadin.flow.component.HasValue.ValueChangeEvent
Returns the new value that triggered this value change event.
getValue() - Method in enum class com.vaadin.flow.component.html.AnchorTarget
 
getValue() - Method in interface com.vaadin.flow.component.html.AnchorTargetValue
Gets the string value representation.
getValue() - Method in enum class com.vaadin.flow.component.html.IFrame.ImportanceType
 
getValue() - Method in enum class com.vaadin.flow.component.html.IFrame.SandboxType
 
getValue() - Method in class com.vaadin.flow.component.html.Param
Gets the "value" attribute.
getValue() - Method in enum class com.vaadin.flow.component.html.RangeInput.Orientation
 
getValue() - Method in class com.vaadin.flow.component.html.testbench.InputTester
Get the current value of the component.
getValue() - Method in class com.vaadin.flow.component.html.testbench.InputTextElement
 
getValue() - Method in class com.vaadin.flow.component.html.testbench.RangeInputElement
 
getValue() - Method in class com.vaadin.flow.component.html.testbench.RangeInputTester
Get the current value of the component.
getValue() - Method in class com.vaadin.flow.component.html.testbench.SelectElement
Gets the value of the currently selected option.
getValue() - Method in class com.vaadin.flow.component.internal.AbstractFieldSupport
Delegate method for HasValue.getValue().
getValue() - Method in class com.vaadin.flow.component.messages.MessageInput.SubmitEvent
Gets the submitted value.
getValue() - Method in class com.vaadin.flow.component.progressbar.ProgressBar
Gets the current value of the progressbar
getValue() - Method in class com.vaadin.flow.component.progressbar.testbench.ProgressBarElement
Gets the value.
getValue() - Method in class com.vaadin.flow.component.radiobutton.testbench.RadioButtonElement
Gets the value of the radio button.
getValue() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor
Returns the current value of the text editor in HTML format.
getValue() - Method in class com.vaadin.flow.component.textfield.AbstractNumberField
Returns the current value of the number field.
getValue() - Method in class com.vaadin.flow.component.textfield.BigDecimalField
Returns the current value of the field.
getValue() - Method in class com.vaadin.flow.component.textfield.EmailField
Returns the current value of the email field.
getValue() - Method in class com.vaadin.flow.component.textfield.PasswordField
Returns the current value of the password field.
getValue() - Method in class com.vaadin.flow.component.textfield.TextArea
Returns the current value of the text area.
getValue() - Method in class com.vaadin.flow.component.textfield.TextField
Returns the current value of the text field.
getValue() - Method in class com.vaadin.flow.data.binder.ReadOnlyHasValue
 
getValue() - Method in interface com.vaadin.flow.data.selection.MultiSelect
 
getValue() - Method in class com.vaadin.flow.data.selection.MultiSelectionEvent
Gets the current selection.
getValue() - Method in class com.vaadin.flow.dom.PropertyChangeEvent
Returns the new value that triggered this value change event.
getValue() - Method in class com.vaadin.flow.internal.change.MapPutChange
Gets the new value.
getValue() - Method in class com.vaadin.flow.internal.nodefeature.BasicTypeValue
Gets the value of a basic type.
getValue() - Method in class com.vaadin.flow.internal.nodefeature.NodeValue
Gets the value of this feature.
getValue() - Method in class com.vaadin.flow.router.RouteParam
Gets the value of the parameter.
getValue() - Method in class com.vaadin.flow.server.frontend.scanner.CssData
The value getter.
getValue() - Method in class com.vaadin.hilla.signals.core.event.ListStateEvent
 
getValue() - Method in class com.vaadin.hilla.signals.core.event.StateEvent
Returns the value of the event.
getValue() - Method in class com.vaadin.hilla.signals.ValueSignal
Returns the signal's current value.
getValue() - Method in interface com.vaadin.testbench.HasStringValueProperty
 
getValue(TypeReference<T>) - Method in class com.vaadin.collaborationengine.ListChangeEvent
Gets the current value of the list item affected by the change as instance corresponding to the given type reference.
getValue(TypeReference<T>) - Method in class com.vaadin.collaborationengine.MapChangeEvent
Gets the new value as an instance corresponding to the given type reference.
getValue(Class<T>) - Method in class com.vaadin.collaborationengine.ListChangeEvent
Gets the current value of the list item affected by the change as instance of the given class.
getValue(Class<T>) - Method in class com.vaadin.collaborationengine.MapChangeEvent
Gets the new value as an instance of the given class.
getValue(String) - Method in class com.vaadin.base.devserver.stats.StatisticsContainer
Returns the given field value as a string.
getValueAsDouble(String) - Method in class com.vaadin.base.devserver.stats.StatisticsContainer
Returns the given field value as a double.
getValueChangeMode() - Method in class com.vaadin.flow.component.html.Input
 
getValueChangeMode() - Method in class com.vaadin.flow.component.html.RangeInput
 
getValueChangeMode() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor
Gets current value change mode of the component.
getValueChangeMode() - Method in class com.vaadin.flow.component.textfield.TextFieldBase
Gets current value change mode of the component.
getValueChangeMode() - Method in interface com.vaadin.flow.data.value.HasValueChangeMode
Gets current value change mode of the component.
getValueChangeTimeout() - Method in class com.vaadin.flow.component.html.Input
Returns the currently set timeout, for how often HasValue.ValueChangeEvents are triggered when the ValueChangeMode is set to ValueChangeMode.LAZY, or ValueChangeMode.TIMEOUT.
getValueChangeTimeout() - Method in class com.vaadin.flow.component.html.RangeInput
Returns the currently set timeout, for how often HasValue.ValueChangeEvents are triggered when the ValueChangeMode is set to ValueChangeMode.LAZY, or ValueChangeMode.TIMEOUT.
getValueChangeTimeout() - Method in class com.vaadin.flow.component.textfield.TextFieldBase
 
getValueChangeTimeout() - Method in interface com.vaadin.flow.data.value.HasValueChangeMode
Returns the currently set timeout, for how often HasValue.ValueChangeEvents are triggered when the ValueChangeMode is set to ValueChangeMode.LAZY, or ValueChangeMode.TIMEOUT.
getValueDecimals() - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
 
getValueDecimals() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getValueEnd() - Method in class com.vaadin.flow.component.charts.events.ChartSelectionEvent
This value is undefined and shouldn't be considered if ChartModel.setZoomType(Dimension) was set to Dimension.X
getValuePrefix() - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
 
getValuePrefix() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getValueProvider() - Method in class com.vaadin.flow.component.gridpro.GridPro.EditColumn
 
getValueProvider() - Method in class com.vaadin.flow.data.renderer.BasicRenderer
 
getValueProviders() - Method in class com.vaadin.flow.data.renderer.LitRenderer
Gets the property mapped to ValueProviders in this renderer.
getValues() - Method in class com.vaadin.flow.component.charts.model.DataProviderSeries
Returns a list mappings between chart attributes(keys) and values.
getValueSignal() - Method in interface com.vaadin.hilla.signals.core.event.ListStateEvent.ListEntry
 
getValueStart() - Method in class com.vaadin.flow.component.charts.events.ChartSelectionEvent
This value is undefined and shouldn't be considered if ChartModel.setZoomType(Dimension) was set to Dimension.X
getValueSuffix() - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
 
getValueSuffix() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getValueType() - Method in class com.vaadin.hilla.signals.Signal
Returns the signal value type.
getVariant() - Method in class com.vaadin.flow.theme.ThemeDefinition
Gets the variant of the theme.
getVariantName() - Method in enum class com.vaadin.flow.component.avatar.AvatarGroupVariant
Gets the variant name.
getVariantName() - Method in enum class com.vaadin.flow.component.avatar.AvatarVariant
Gets the variant name.
getVariantName() - Method in enum class com.vaadin.flow.component.button.ButtonVariant
Gets the variant name.
getVariantName() - Method in enum class com.vaadin.flow.component.charts.ChartVariant
Gets the variant name.
getVariantName() - Method in enum class com.vaadin.flow.component.checkbox.CheckboxGroupVariant
Gets the variant name.
getVariantName() - Method in enum class com.vaadin.flow.component.combobox.ComboBoxVariant
Gets the variant name.
getVariantName() - Method in enum class com.vaadin.flow.component.combobox.MultiSelectComboBoxVariant
Gets the variant name.
getVariantName() - Method in enum class com.vaadin.flow.component.crud.CrudVariant
Gets the variant name.
getVariantName() - Method in enum class com.vaadin.flow.component.customfield.CustomFieldVariant
Gets the variant name.
getVariantName() - Method in enum class com.vaadin.flow.component.datepicker.DatePickerVariant
Gets the variant name.
getVariantName() - Method in enum class com.vaadin.flow.component.datetimepicker.DateTimePickerVariant
Gets the variant name.
getVariantName() - Method in enum class com.vaadin.flow.component.details.DetailsVariant
Gets the variant name.
getVariantName() - Method in enum class com.vaadin.flow.component.dialog.DialogVariant
Gets the variant name.
getVariantName() - Method in enum class com.vaadin.flow.component.grid.GridVariant
Gets the variant name.
getVariantName() - Method in enum class com.vaadin.flow.component.gridpro.GridProVariant
Gets the variant name.
getVariantName() - Method in enum class com.vaadin.flow.component.map.MapVariant
Gets the variant name.
getVariantName() - Method in enum class com.vaadin.flow.component.menubar.MenuBarVariant
Gets the variant name.
getVariantName() - Method in enum class com.vaadin.flow.component.notification.NotificationVariant
Gets the variant name.
getVariantName() - Method in enum class com.vaadin.flow.component.orderedlayout.ScrollerVariant
Gets the variant name.
getVariantName() - Method in enum class com.vaadin.flow.component.popover.PopoverVariant
Gets the variant name.
getVariantName() - Method in enum class com.vaadin.flow.component.progressbar.ProgressBarVariant
Gets the variant name.
getVariantName() - Method in enum class com.vaadin.flow.component.radiobutton.RadioGroupVariant
Gets the variant name.
getVariantName() - Method in enum class com.vaadin.flow.component.richtexteditor.RichTextEditorVariant
Gets the variant name.
getVariantName() - Method in enum class com.vaadin.flow.component.select.SelectVariant
Gets the variant name.
getVariantName() - Method in interface com.vaadin.flow.component.shared.ThemeVariant
 
getVariantName() - Method in enum class com.vaadin.flow.component.splitlayout.SplitLayoutVariant
Gets the variant name.
getVariantName() - Method in enum class com.vaadin.flow.component.tabs.TabSheetVariant
Gets the variant name.
getVariantName() - Method in enum class com.vaadin.flow.component.tabs.TabsVariant
Gets the variant name.
getVariantName() - Method in enum class com.vaadin.flow.component.tabs.TabVariant
Gets the variant name.
getVariantName() - Method in enum class com.vaadin.flow.component.textfield.TextAreaVariant
Gets the variant name.
getVariantName() - Method in enum class com.vaadin.flow.component.textfield.TextFieldVariant
 
getVariantName() - Method in enum class com.vaadin.flow.component.timepicker.TimePickerVariant
Gets the variant name.
getVectorSource() - Method in class com.vaadin.flow.component.map.events.MapFeatureClickEvent
The source that contains the feature
getVectorSource() - Method in class com.vaadin.flow.component.map.events.MapFeatureDropEvent
The source that contains the feature
getVersion() - Method in class com.vaadin.flow.internal.UsageStatistics.UsageEntry
Gets the version string.
getVersion(String, List<String>) - Static method in class com.vaadin.flow.server.frontend.FrontendUtils
 
getVersions() - Method in class com.vaadin.base.devserver.ServerInfo
 
getVerticalAlign() - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
 
getVerticalAlign() - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
 
getVerticalAlign() - Method in class com.vaadin.flow.component.charts.model.ButtonPosition
 
getVerticalAlign() - Method in class com.vaadin.flow.component.charts.model.ContextButton
 
getVerticalAlign() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getVerticalAlign() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getVerticalAlign() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getVerticalAlign() - Method in class com.vaadin.flow.component.charts.model.Label
 
getVerticalAlign() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getVerticalAlign() - Method in class com.vaadin.flow.component.charts.model.Marker
 
getVerticalAlign() - Method in class com.vaadin.flow.component.charts.model.Position
 
getVerticalAlign() - Method in class com.vaadin.flow.component.charts.model.StackLabels
 
getVerticalAlign() - Method in class com.vaadin.flow.component.charts.model.Subtitle
 
getVerticalAlign() - Method in class com.vaadin.flow.component.charts.model.Title
 
getVerticalComponentAlignment(Component) - Method in class com.vaadin.flow.component.orderedlayout.HorizontalLayout
Gets the individual vertical alignment of a given component.
getView() - Method in class com.vaadin.flow.component.crud.BinderCrudEditor
Deprecated.
This method should not be used outside.
getView() - Method in interface com.vaadin.flow.component.crud.CrudEditor
Returns the user interface of an editor.
getView() - Method in class com.vaadin.flow.component.map.configuration.Configuration
Gets the view of the map.
getView() - Method in class com.vaadin.flow.component.map.MapBase
Gets the View of the map.
getViewAccessChecker() - Method in class com.vaadin.flow.spring.security.VaadinWebSecurity
Deprecated, for removal: This API element is subject to removal in a future version.
ViewAccessChecker is not used anymore by VaadinWebSecurity, and has been replaced by NavigationAccessControl. Calling this method will get a stub implementation that delegates to the NavigationAccessControl instance.
getViewDistance() - Method in class com.vaadin.flow.component.charts.model.Options3d
 
getViewsJsonAsResource(AbstractConfiguration) - Static method in class com.vaadin.flow.internal.menu.MenuRegistry
Load views json as a resource.
getVisible() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getVisibleColumns() - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Gets the currently visible columns in the grid, including any selection checkbox column.
getVisibleColumns() - Method in class com.vaadin.flow.component.gridpro.testbench.GridProElement
Gets the currently visible columns in the grid, including any selection checkbox column.
getVisibleMonthCalendars() - Method in class com.vaadin.flow.component.datepicker.testbench.DatePickerElement.OverlayContentElement
Gets all visible month calendars that are currently rendered by the infinite scroller in the overlay.
getVisiblePoints() - Method in class com.vaadin.flow.component.charts.testbench.ChartElement
 
getVisibleRows() - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Gets all the currently visible rows.
getVMLRadialGradientURL() - Method in class com.vaadin.flow.component.charts.model.Global
 
getWatchDog() - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
Gets the server watch dog.
getWaterfall() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
getWebappResourcesDirectory() - Method in class com.vaadin.flow.server.frontend.Options
Get the output directory for frontend build output.
getWebComponentDisconnect() - Method in interface com.vaadin.flow.function.DeploymentConfiguration
Returns the number of seconds that a WebComponent will wait for a reconnect before removing the server-side component from memory.
getWebComponentDisconnect() - Method in class com.vaadin.flow.server.DefaultDeploymentConfiguration
 
getWebComponentDisconnect() - Method in class com.vaadin.flow.server.PropertyDeploymentConfiguration
 
getWebComponentElementId() - Method in class com.vaadin.flow.component.webcomponent.WebComponentUI.WebComponentConnectEvent
Gets the id of the web component.
getWebComponentHtmlContent(VaadinService) - Static method in class com.vaadin.flow.server.frontend.FrontendUtils
Gets the content of the frontend/web-component.html file which is served by vite in dev-mode and read from classpath in production mode.
getWebComponentUserAssignedId() - Method in class com.vaadin.flow.component.webcomponent.WebComponentUI.WebComponentConnectEvent
Gets the user-assigned id of the web component.
getWebpackNodeEnvironment() - Method in class com.vaadin.flow.server.frontend.FrontendTools
Returns flags required to pass to Node for Webpack to function.
getWeek() - Method in class com.vaadin.flow.component.charts.model.DateTimeLabelFormats
 
getWeekdays() - Method in class com.vaadin.flow.component.charts.model.Lang
 
getWeekdays() - Method in class com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n
Gets the name of the week days.
getWeekdays() - Method in class com.vaadin.flow.component.datepicker.testbench.DatePickerElement.MonthCalendarElement
Gets the weekday headers that are rendered by the month calendar
getWeekdaysShort() - Method in class com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n
Gets the short names of the week days.
getWeight() - Method in class com.vaadin.flow.component.charts.model.DataSeriesItemSankey
 
getWeight() - Method in class com.vaadin.flow.component.charts.model.NodeSeriesItem
 
getWhiskerColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getWhiskerColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getWhiskerLength() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getWhiskerLength() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getWhiskerWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getWhiskerWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getWhitelistedPackages() - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties
Deprecated, for removal: This API element is subject to removal in a future version.
getWhiteSpace() - Method in interface com.vaadin.flow.component.HasText
Gets the "white-space" style value.
getWidgets() - Method in class com.vaadin.flow.component.dashboard.Dashboard
Returns a flattened list of all the widgets in this dashboard.
getWidgets() - Method in class com.vaadin.flow.component.dashboard.DashboardSection
 
getWidgets() - Method in interface com.vaadin.flow.component.dashboard.HasWidgets
Returns the widgets in this component.
getWidgets() - Method in class com.vaadin.flow.component.dashboard.testbench.DashboardElement
Returns the widgets in the dashboard.
getWidgets() - Method in class com.vaadin.flow.component.dashboard.testbench.DashboardSectionElement
Returns the widgets in the section.
getWidth() - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
 
getWidth() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getWidth() - Method in class com.vaadin.flow.component.charts.model.ContextButton
 
getWidth() - Method in class com.vaadin.flow.component.charts.model.Crosshair
 
getWidth() - Method in class com.vaadin.flow.component.charts.model.Exporting
 
getWidth() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getWidth() - Method in class com.vaadin.flow.component.charts.model.Marker
 
getWidth() - Method in class com.vaadin.flow.component.charts.model.PlotLine
 
getWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getWidth() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getWidth() - Method in class com.vaadin.flow.component.charts.model.style.ButtonTheme
 
getWidth() - Method in class com.vaadin.flow.component.charts.model.TargetOptions
 
getWidth() - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
 
getWidth() - Method in class com.vaadin.flow.component.dialog.Dialog.DialogResizeEvent
Gets the width of the overlay after resize is done
getWidth() - Method in class com.vaadin.flow.component.dialog.Dialog
 
getWidth() - Method in class com.vaadin.flow.component.grid.Grid.Column
Gets the width of this column as a CSS-string.
getWidth() - Method in interface com.vaadin.flow.component.HasSize
Gets the width defined for the component.
getWidth() - Method in class com.vaadin.flow.component.map.Assets.ImageAsset
 
getWidth() - Method in class com.vaadin.flow.component.map.configuration.style.Icon.ImageSize
 
getWidth() - Method in class com.vaadin.flow.component.map.configuration.style.Stroke
 
getWidth() - Method in class com.vaadin.flow.component.page.BrowserWindowResizeEvent
Gets the new browser window width.
getWidth() - Method in class com.vaadin.flow.server.PwaIcon
Gets width of an icon.
getWidthAdjust() - Method in class com.vaadin.flow.component.charts.model.Subtitle
 
getWidthAdjust() - Method in class com.vaadin.flow.component.charts.model.Title
 
getWidthUnit() - Method in interface com.vaadin.flow.component.HasSize
Gets the width unit of the component, if defined.
getWildcard(String) - Method in class com.vaadin.flow.router.RouteParameters
Gets a list representing the wildcard value of a parameter, where each element in the list is a path segment.
getWindowHandle() - Method in class com.vaadin.testbench.TestBenchDriverProxy
 
getWindowHandles() - Method in class com.vaadin.testbench.TestBenchDriverProxy
 
getWindowInnerHeight() - Method in class com.vaadin.flow.component.page.ExtendedClientDetails
Gets the inner height of the browser window window.innerHeight in pixels.
getWindowInnerWidth() - Method in class com.vaadin.flow.component.page.ExtendedClientDetails
Gets the inner width of the browser window window.innerWidth in pixels.
getWindowName() - Method in class com.vaadin.flow.component.page.ExtendedClientDetails
Returns a unique browser window identifier.
getWrap() - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
 
getWrap() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getWrap() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getWrappedDriver() - Method in class com.vaadin.testbench.TestBenchDriverProxy
 
getWrappedElement() - Method in class com.vaadin.testbench.TestBenchElement
 
getWrappedItems() - Method in class com.vaadin.flow.component.html.testbench.OrderedListTester
Get all ListItems for unordered list already wrapped for testing.
getWrappedItems() - Method in class com.vaadin.flow.component.html.testbench.UnorderedListTester
Get all ListItems for unordered list already wrapped for testing.
getWrappedSession() - Method in interface com.vaadin.flow.server.VaadinRequest
Gets the session associated with this request, creating a new if there is no session.
getWrappedSession() - Method in class com.vaadin.flow.server.VaadinServletRequest
 
getWrappedSession(boolean) - Method in interface com.vaadin.flow.server.VaadinRequest
Gets the session associated with this request, optionally creating a new if there is no session.
getWrappedSession(boolean) - Method in class com.vaadin.flow.server.VaadinServletRequest
 
getWriter() - Method in class com.vaadin.flow.server.StreamResource
Returns the stream resource writer.
getWriter() - Method in interface com.vaadin.flow.server.VaadinResponse
Returns a PrintWriter object that can send character text to the client.
getX() - Method in class com.vaadin.flow.component.charts.model.AbstractSeriesItem
Returns the X-value of the item.
getX() - Method in class com.vaadin.flow.component.charts.model.AnnotationItemLabelPoint
 
getX() - Method in class com.vaadin.flow.component.charts.model.AxisTitle
 
getX() - Method in class com.vaadin.flow.component.charts.model.ButtonPosition
 
getX() - Method in class com.vaadin.flow.component.charts.model.ContextButton
 
getX() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getX() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getX() - Method in class com.vaadin.flow.component.charts.model.Label
 
getX() - Method in class com.vaadin.flow.component.charts.model.Labels
 
getX() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getX() - Method in class com.vaadin.flow.component.charts.model.Position
 
getX() - Method in class com.vaadin.flow.component.charts.model.StackLabels
 
getX() - Method in class com.vaadin.flow.component.charts.model.Subtitle
 
getX() - Method in class com.vaadin.flow.component.charts.model.Title
 
getX() - Method in class com.vaadin.flow.component.map.configuration.Coordinate
 
getX() - Method in class com.vaadin.flow.component.map.configuration.style.Icon.Anchor
 
getX() - Method in class com.vaadin.flow.component.map.configuration.style.TextStyle.TextOffset
 
getX() - Method in class com.vaadin.testbench.screenshot.ErrorBlock
 
getX1() - Method in class com.vaadin.flow.component.charts.model.style.GradientColor.LinearGradient
 
getX2() - Method in class com.vaadin.flow.component.charts.model.DataSeriesItemXrange
Returns the X2-value of the item.
getX2() - Method in class com.vaadin.flow.component.charts.model.style.GradientColor.LinearGradient
 
getxAxis() - Method in class com.vaadin.flow.component.charts.model.AbstractSeries
 
getxAxis() - Method in class com.vaadin.flow.component.charts.model.Configuration
Returns the X-axis or category axis.
getxAxis() - Method in class com.vaadin.flow.component.charts.model.style.Theme
Get style of X axes
getxAxis(int) - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getXAxis() - Method in class com.vaadin.flow.component.charts.model.Navigator
 
getxAxisValue() - Method in interface com.vaadin.flow.component.charts.events.ClickEvent
Gets the x axis value of the clicked point.
getXBlocks() - Method in class com.vaadin.testbench.screenshot.ErrorBlock
 
getXDateFormat() - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
 
getXDateFormat() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getXHigh() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getXLow() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getXrange() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
getxValue() - Method in class com.vaadin.flow.component.charts.events.DrilldownEvent
 
getxValue() - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
 
getxValue() - Method in class com.vaadin.flow.component.charts.events.PointDragEvent
 
getxValue() - Method in class com.vaadin.flow.component.charts.events.PointDragStartEvent
 
getxValue() - Method in class com.vaadin.flow.component.charts.events.PointDropEvent
 
getxValue() - Method in class com.vaadin.flow.component.charts.events.PointRemoveEvent
 
getxValue() - Method in class com.vaadin.flow.component.charts.events.PointUpdateEvent
 
getY() - Method in class com.vaadin.flow.component.charts.model.AbstractSeriesItem
Returns the Y-value of the item.
getY() - Method in class com.vaadin.flow.component.charts.model.AnnotationItemLabelPoint
 
getY() - Method in class com.vaadin.flow.component.charts.model.AxisTitle
 
getY() - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
 
getY() - Method in class com.vaadin.flow.component.charts.model.ButtonPosition
 
getY() - Method in class com.vaadin.flow.component.charts.model.ContextButton
 
getY() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getY() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getY() - Method in class com.vaadin.flow.component.charts.model.GanttSeriesItem
 
getY() - Method in class com.vaadin.flow.component.charts.model.Label
 
getY() - Method in class com.vaadin.flow.component.charts.model.Labels
 
getY() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getY() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getY() - Method in class com.vaadin.flow.component.charts.model.Position
 
getY() - Method in class com.vaadin.flow.component.charts.model.StackLabels
 
getY() - Method in class com.vaadin.flow.component.charts.model.Subtitle
 
getY() - Method in class com.vaadin.flow.component.charts.model.Title
 
getY() - Method in class com.vaadin.flow.component.map.configuration.Coordinate
 
getY() - Method in class com.vaadin.flow.component.map.configuration.style.Icon.Anchor
 
getY() - Method in class com.vaadin.flow.component.map.configuration.style.TextStyle.TextOffset
 
getY() - Method in class com.vaadin.testbench.screenshot.ErrorBlock
 
getY1() - Method in class com.vaadin.flow.component.charts.model.style.GradientColor.LinearGradient
 
getY2() - Method in class com.vaadin.flow.component.charts.model.style.GradientColor.LinearGradient
 
getyAxes() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getyAxis() - Method in class com.vaadin.flow.component.charts.model.AbstractSeries
 
getyAxis() - Method in class com.vaadin.flow.component.charts.model.Configuration
Returns the Y-axis or value axis.
getyAxis() - Method in class com.vaadin.flow.component.charts.model.style.Theme
Get style of Y axes
getyAxis(int) - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getYAxis() - Method in class com.vaadin.flow.component.charts.model.Navigator
 
getyAxisValue() - Method in interface com.vaadin.flow.component.charts.events.ClickEvent
Gets the y axis value of the clicked point.
getYBlocks() - Method in class com.vaadin.testbench.screenshot.ErrorBlock
 
getYear() - Method in class com.vaadin.flow.component.charts.model.DateTimeLabelFormats
 
getYHigh() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getYLow() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getyValue() - Method in class com.vaadin.flow.component.charts.events.DrilldownEvent
 
getyValue() - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
 
getyValue() - Method in class com.vaadin.flow.component.charts.events.PointDragEvent
 
getyValue() - Method in class com.vaadin.flow.component.charts.events.PointDragStartEvent
 
getyValue() - Method in class com.vaadin.flow.component.charts.events.PointDropEvent
 
getyValue() - Method in class com.vaadin.flow.component.charts.events.PointRemoveEvent
 
getyValue() - Method in class com.vaadin.flow.component.charts.events.PointUpdateEvent
 
getZ() - Method in class com.vaadin.flow.component.charts.model.DataSeriesItem3d
 
getzAxes() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getzAxis() - Method in class com.vaadin.flow.component.charts.model.Configuration
Returns the Z-axis.
getzAxis(int) - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getzIndex() - Method in class com.vaadin.flow.component.charts.model.DragHandle
 
getzIndex() - Method in class com.vaadin.flow.component.charts.model.GuideBoxDefaultState
 
getzIndex() - Method in class com.vaadin.flow.component.map.configuration.layer.Layer
 
getZIndex() - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
 
getZIndex() - Method in class com.vaadin.flow.component.charts.model.Crosshair
 
getZIndex() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getZIndex() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getZIndex() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getZIndex() - Method in class com.vaadin.flow.component.charts.model.Labels
 
getZIndex() - Method in class com.vaadin.flow.component.charts.model.PlotBand
 
getZIndex() - Method in class com.vaadin.flow.component.charts.model.PlotLine
 
getZIndex() - Method in class com.vaadin.flow.component.charts.model.Scrollbar
 
getZMax() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getZMin() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getZones() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getZones() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getZones() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getZoom() - Method in class com.vaadin.flow.component.map.configuration.View
Gets zoom level of the view, defaults to 0
getZoom() - Method in class com.vaadin.flow.component.map.events.MapViewMoveEndEvent
Gets the View's updated zoom level
getZoom() - Method in class com.vaadin.flow.component.map.Map
Gets zoom level of the map's viewport, defaults to 0
getZoomType() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getZThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
GHOSTWHITE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
GIFT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
GIVEN_NAME - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
First name.
GLASS - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
GLASSES - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
Global - Class in com.vaadin.flow.component.charts.model
Global options that don't apply to each chart.
Global() - Constructor for class com.vaadin.flow.component.charts.model.Global
 
GLOBAL - Static variable in class com.vaadin.flow.server.frontend.scanner.ChunkInfo
 
GLOBAL_PNPM_DEFAULT - Static variable in class com.vaadin.flow.server.Constants
Constant for setting the pinned supported version of pnpm to be used by default (see FrontendTools.DEFAULT_PNPM_VERSION).
GLOBE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
GLOBE_WIRE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
go(int) - Method in class com.vaadin.flow.component.page.History
Navigates a number of steps forward or backward in the history.
GO_BACK - Static variable in interface com.vaadin.flow.component.Key
The Back button.
GO_HOME - Static variable in interface com.vaadin.flow.component.Key
The Home button, which takes the user to the phone's main screen (usually an application launcher).
GOLD - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
GOLDENROD - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
GOLF - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
GONE - Enum constant in enum class com.vaadin.flow.server.HttpStatusCode
Status code (410) indicating that the resource is no longer available at the server and no forwarding address is known.
GOOGLE_PLUS - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
GOOGLE_PLUS_SQUARE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
GRAB - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
GRACE_PERIOD_ENDED - Enum constant in enum class com.vaadin.collaborationengine.LicenseEvent.LicenseEventType
Deprecated.
An event of this type is fired when the grace period ends.
GRACE_PERIOD_STARTED - Enum constant in enum class com.vaadin.collaborationengine.LicenseEvent.LicenseEventType
Deprecated.
An event of this type is fired when the grace period starts.
GradientColor - Class in com.vaadin.flow.component.charts.model.style
Class providing gradient colors
GradientColor.LinearGradient - Class in com.vaadin.flow.component.charts.model.style
 
GradientColor.RadialGradient - Class in com.vaadin.flow.component.charts.model.style
 
GradientColor.Stop - Class in com.vaadin.flow.component.charts.model.style
 
GradientColorStopsSerializer - Class in com.vaadin.flow.component.charts.model.serializers
 
GradientColorStopsSerializer() - Constructor for class com.vaadin.flow.component.charts.model.serializers.GradientColorStopsSerializer
 
GradleRunner - Class in com.vaadin.hilla.engine.commandrunner
Runs a Gradle command.
GradleRunner(File, String...) - Constructor for class com.vaadin.hilla.engine.commandrunner.GradleRunner
Creates a Gradle runner.
GRAY - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
GREATER_THAN - Enum constant in enum class com.vaadin.hilla.crud.filter.PropertyStringFilter.Matcher
 
GREEN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
GREEN - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
 
GREENYELLOW - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
GREY - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
grid - Variable in class com.vaadin.flow.component.grid.Grid.Column
 
Grid<T> - Class in com.vaadin.flow.component.grid
Grid is a component for showing tabular data.
Grid() - Constructor for class com.vaadin.flow.component.grid.Grid
Creates a new instance, with page size of 50.
Grid(int) - Constructor for class com.vaadin.flow.component.grid.Grid
Creates a new instance, with the specified page size.
Grid(int, SerializableBiFunction<GridArrayUpdater.UpdateQueueData, Integer, Grid.UpdateQueue>, B) - Constructor for class com.vaadin.flow.component.grid.Grid
Creates a new instance, with the specified page size and data communicator.
Grid(BackEndDataProvider<T, Void>) - Constructor for class com.vaadin.flow.component.grid.Grid
Creates a new grid using the given BackEndDataProvider.
Grid(DataProvider<T, Void>) - Constructor for class com.vaadin.flow.component.grid.Grid
Creates a new grid using the given generic DataProvider.
Grid(InMemoryDataProvider<T>) - Constructor for class com.vaadin.flow.component.grid.Grid
Creates a new grid using the given InMemoryDataProvider.
Grid(ListDataProvider<T>) - Constructor for class com.vaadin.flow.component.grid.Grid
Creates a new grid using the given ListDataProvider.
Grid(Class<T>) - Constructor for class com.vaadin.flow.component.grid.Grid
Creates a new grid with an initial set of columns for each of the bean's properties.
Grid(Class<T>, boolean) - Constructor for class com.vaadin.flow.component.grid.Grid
Creates a new grid with an initial set of columns for each of the bean's properties.
Grid(Class<T>, SerializableBiFunction<GridArrayUpdater.UpdateQueueData, Integer, Grid.UpdateQueue>, B) - Constructor for class com.vaadin.flow.component.grid.Grid
Creates a new grid with an initial set of columns for each of the bean's properties.
Grid(Class<T>, SerializableBiFunction<GridArrayUpdater.UpdateQueueData, Integer, Grid.UpdateQueue>, B, boolean) - Constructor for class com.vaadin.flow.component.grid.Grid
Creates a new grid with an initial set of columns for each of the bean's properties.
Grid(Collection<T>) - Constructor for class com.vaadin.flow.component.grid.Grid
Creates a new grid using the given collection of items using a ListDataProvider.
GRID - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
GRID - Enum constant in enum class com.vaadin.flow.dom.Style.Display
 
GRID - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Display.Breakpoint.Large
 
GRID - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Display.Breakpoint.Medium
 
GRID - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Display.Breakpoint.Small
 
GRID - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Display.Breakpoint.XLarge
 
GRID - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Display.Breakpoint.XXLarge
 
GRID - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Display
 
GRID_BEVEL - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
GRID_BIG - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
GRID_BIG_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
GRID_COLOR - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
GRID_COLOR - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
GRID_H - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
GRID_SMALL - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
GRID_SMALL_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
GRID_V - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
Grid.AbstractGridExtension<T> - Class in com.vaadin.flow.component.grid
A helper base class for creating extensions for the Grid component.
Grid.Column<T> - Class in com.vaadin.flow.component.grid
Server-side component for the <vaadin-grid-column> element.
Grid.DataCommunicatorBuilder<T,U extends ArrayUpdater> - Class in com.vaadin.flow.component.grid
Builder for DataCommunicator object.
Grid.MultiSortPriority - Enum Class in com.vaadin.flow.component.grid
Multi-sort priority (visually indicated by numbers in column headers) controls how columns are added to the sort order, when a column becomes sorted, or the sort direction of a column is changed.
Grid.NestedNullBehavior - Enum Class in com.vaadin.flow.component.grid
behavior when parsing nested properties which may contain null values in the property chain
Grid.SelectionMode - Enum Class in com.vaadin.flow.component.grid
Selection mode representing the built-in selection models in grid.
Grid.SpringData - Interface in com.vaadin.flow.component.grid
 
Grid.SpringData.CountCallback<PAGEABLE> - Interface in com.vaadin.flow.component.grid
Callback interface for counting the number of items in a backend based on a Spring Data Pageable.
Grid.SpringData.FetchCallback<PAGEABLE,T> - Interface in com.vaadin.flow.component.grid
Callback interface for fetching a list of items from a backend based on a Spring Data Pageable.
Grid.UpdateQueue - Class in com.vaadin.flow.component.grid
 
GridArrayUpdater - Interface in com.vaadin.flow.component.grid
Array update strategy aware class for Grid.
GridArrayUpdater.UpdateQueueData - Class in com.vaadin.flow.component.grid
Data object for TreeGridArrayUpdater.
GridColumnElement - Class in com.vaadin.flow.component.grid.testbench
A TestBench element representing a <vaadin-grid-column> element.
GridColumnElement(Long, GridElement) - Constructor for class com.vaadin.flow.component.grid.testbench.GridColumnElement
 
GridContextMenu<T> - Class in com.vaadin.flow.component.grid.contextmenu
Server-side component for <vaadin-context-menu> to be used with Grid.
GridContextMenu() - Constructor for class com.vaadin.flow.component.grid.contextmenu.GridContextMenu
Creates an empty context menu to be used with a Grid.
GridContextMenu(Grid<T>) - Constructor for class com.vaadin.flow.component.grid.contextmenu.GridContextMenu
Creates an empty context menu with the given target component.
GridContextMenu.GridContextMenuItemClickEvent<T> - Class in com.vaadin.flow.component.grid.contextmenu
Event that is fired when a GridMenuItem is clicked inside a GridContextMenu.
GridContextMenu.GridContextMenuOpenedEvent<T> - Class in com.vaadin.flow.component.grid.contextmenu
 
GridContextMenuOpenedEvent(GridContextMenu<T>, boolean) - Constructor for class com.vaadin.flow.component.grid.contextmenu.GridContextMenu.GridContextMenuOpenedEvent
 
GridDataView<T> - Class in com.vaadin.flow.component.grid.dataview
Implementation of generic data view for grid.
GridDataView(DataCommunicator<T>, Grid<T>) - Constructor for class com.vaadin.flow.component.grid.dataview.GridDataView
 
GridDragEndEvent<T> - Class in com.vaadin.flow.component.grid.dnd
Drag end event of Grid rows.
GridDragEndEvent(Grid<T>, boolean) - Constructor for class com.vaadin.flow.component.grid.dnd.GridDragEndEvent
Creates a grid drag end event.
GridDragStartEvent<T> - Class in com.vaadin.flow.component.grid.dnd
Drag start event of Grid rows.
GridDragStartEvent(Grid<T>, boolean, JsonObject) - Constructor for class com.vaadin.flow.component.grid.dnd.GridDragStartEvent
Creates a grid drag start event.
GridDropEvent<T> - Class in com.vaadin.flow.component.grid.dnd
Drop event that occurs on the Grid or its rows.
GridDropEvent(Grid<T>, boolean, JsonObject, String, JsonArray) - Constructor for class com.vaadin.flow.component.grid.dnd.GridDropEvent
Creates a grid drop event.
GridDropLocation - Enum Class in com.vaadin.flow.component.grid.dnd
Defines drop locations within a Grid row.
GridDropMode - Enum Class in com.vaadin.flow.component.grid.dnd
Defines the locations within the Grid row where an element can be dropped.
GridElement - Class in com.vaadin.flow.component.grid.testbench
A TestBench element representing a <vaadin-grid> element.
GridElement() - Constructor for class com.vaadin.flow.component.grid.testbench.GridElement
 
GridLazyDataView<T> - Class in com.vaadin.flow.component.grid.dataview
Data view implementation for Grid with lazy data fetching.
GridLazyDataView(DataCommunicator<T>, Grid<T>) - Constructor for class com.vaadin.flow.component.grid.dataview.GridLazyDataView
Creates a new lazy data view for grid and verifies the passed data provider is compatible with this data view implementation.
GridListDataView<T> - Class in com.vaadin.flow.component.grid.dataview
Data view implementation for Grid with in-memory list data.
GridListDataView(DataCommunicator<T>, Grid<T>, SerializableBiConsumer<SerializablePredicate<T>, SerializableComparator<T>>) - Constructor for class com.vaadin.flow.component.grid.dataview.GridListDataView
Creates a new instance of Grid in-memory data view and verifies the passed data provider is compatible with this data view implementation.
GridMenuItem<T> - Class in com.vaadin.flow.component.grid.contextmenu
Item component used inside GridContextMenu and GridSubMenu.
GridMenuItem(GridContextMenu<T>, SerializableRunnable) - Constructor for class com.vaadin.flow.component.grid.contextmenu.GridMenuItem
Creates a new instance using the context menu and its reset callback.
GridMultiSelectionModel<T> - Interface in com.vaadin.flow.component.grid
Multiselection model interface for Grid.
GridMultiSelectionModel.SelectAllCheckboxVisibility - Enum Class in com.vaadin.flow.component.grid
State for showing the select all checkbox in the grid's default header row for the selection column.
GridNoneSelectionModel<T> - Class in com.vaadin.flow.component.grid
Selection model implementation for disabling selection in Grid.
GridNoneSelectionModel() - Constructor for class com.vaadin.flow.component.grid.GridNoneSelectionModel
 
GridPro<E> - Class in com.vaadin.flow.component.gridpro
 
GridPro() - Constructor for class com.vaadin.flow.component.gridpro.GridPro
Creates a new instance, with page size of 50.
GridPro(int) - Constructor for class com.vaadin.flow.component.gridpro.GridPro
Creates a new instance, with the specified page size.
GridPro(Class<E>) - Constructor for class com.vaadin.flow.component.gridpro.GridPro
Instantiates a new CrudGrid for the supplied bean type.
GridPro.CellEditStartedEvent<E> - Class in com.vaadin.flow.component.gridpro
Event fired when the user starts to edit an existing item.
GridPro.EditColumn<T> - Class in com.vaadin.flow.component.gridpro
Server-side component for the <vaadin-grid-edit-column> element.
GridPro.ItemPropertyChangedEvent<E> - Class in com.vaadin.flow.component.gridpro
Event fired when the user has edited an existing item.
GridProColumnElement - Class in com.vaadin.flow.component.gridpro.testbench
A TestBench element representing a <vaadin-pro-grid-edit-column> element.
GridProColumnElement(Long, GridProElement) - Constructor for class com.vaadin.flow.component.gridpro.testbench.GridProColumnElement
 
GridProElement - Class in com.vaadin.flow.component.gridpro.testbench
A TestBench element representing a <vaadin-grid-pro> element.
GridProElement() - Constructor for class com.vaadin.flow.component.gridpro.testbench.GridProElement
 
GridProVariant - Enum Class in com.vaadin.flow.component.gridpro
Set of theme variants applicable for vaadin-grid-pro component.
GridSelectionColumn - Class in com.vaadin.flow.component.grid
Server side implementation for the flow specific grid selection column.
GridSelectionColumn(SerializableRunnable, SerializableRunnable) - Constructor for class com.vaadin.flow.component.grid.GridSelectionColumn
Constructs a new grid selection column configured to use the given callbacks whenever the select all checkbox is toggled on the client side.
GridSelectionModel<T> - Interface in com.vaadin.flow.component.grid
The server-side interface that controls Grid's selection state.
GridSingleSelectionModel<T> - Interface in com.vaadin.flow.component.grid
Single selection model interface for Grid.
GridSortOrder<T> - Class in com.vaadin.flow.component.grid
Sorting information for Grid.
GridSortOrder(Grid.Column<T>, SortDirection) - Constructor for class com.vaadin.flow.component.grid.GridSortOrder
Construct sorting information for usage in a Grid.
GridSortOrderBuilder<T> - Class in com.vaadin.flow.component.grid
Helper classes with fluent API for constructing GridSortOrder lists.
GridSortOrderBuilder() - Constructor for class com.vaadin.flow.component.grid.GridSortOrderBuilder
 
GridSubMenu<T> - Class in com.vaadin.flow.component.grid.contextmenu
API that allows adding content into the sub menus of a GridContextMenu to create hierarchical menus.
GridSubMenu(GridMenuItem<T>, SerializableRunnable) - Constructor for class com.vaadin.flow.component.grid.contextmenu.GridSubMenu
Creates a new instance of submenu using the associated parentMenuItem (item which opens the submenu) and reset context menu callback.
GridTester<T extends Grid<Y>,Y> - Class in com.vaadin.flow.component.grid
Tester for Grid components.
GridTester(T) - Constructor for class com.vaadin.flow.component.grid.GridTester
Wrap grid for testing.
GridTHTDElement - Class in com.vaadin.flow.component.grid.testbench
A TestBench element representing a <td> or <th> element in a grid.
GridTHTDElement - Class in com.vaadin.flow.component.gridpro.testbench
A TestBench element representing a <td> or <th> element in a grid.
GridTHTDElement() - Constructor for class com.vaadin.flow.component.grid.testbench.GridTHTDElement
 
GridTHTDElement() - Constructor for class com.vaadin.flow.component.gridpro.testbench.GridTHTDElement
 
GridTRElement - Class in com.vaadin.flow.component.grid.testbench
A TestBench element representing a <tr> element in a grid.
GridTRElement - Class in com.vaadin.flow.component.gridpro.testbench
A TestBench element representing a <tr> element in a grid.
GridTRElement() - Constructor for class com.vaadin.flow.component.grid.testbench.GridTRElement
 
GridTRElement() - Constructor for class com.vaadin.flow.component.gridpro.testbench.GridTRElement
 
GridVariant - Enum Class in com.vaadin.flow.component.grid
Set of theme variants applicable for vaadin-grid component.
GROUP - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
GROUP_FIRST - Static variable in interface com.vaadin.flow.component.Key
Switches to the first character group on an ISO/IEC 9995 keyboard.
GROUP_LAST - Static variable in interface com.vaadin.flow.component.Key
Switches to the last character group on an ISO/IEC 9995 keyboard.
GROUP_NEXT - Static variable in interface com.vaadin.flow.component.Key
Switches to the next character group on an ISO/IEC 9995 keyboard.
GROUP_PREVIOUS - Static variable in interface com.vaadin.flow.component.Key
Switches to the previous character group on an ISO/IEC 9995 keyboard.
groupId(String) - Method in class com.vaadin.hilla.engine.EngineConfiguration.Builder
 
GROW - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Flex
 
GROW_NONE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Flex
 
guess() - Static method in class com.vaadin.flow.server.frontend.installer.Platform
Create a Platform and figure out OS and Architecture.
GUIDE - Static variable in interface com.vaadin.flow.component.Key
Toggles the display of the program or content guide.
GUIDE_NEXT_DAY - Static variable in interface com.vaadin.flow.component.Key
If the guide is currently displayed, this button tells the guide to display the next day's content.
GUIDE_PREVIOUS_DAY - Static variable in interface com.vaadin.flow.component.Key
If the guide is currently displayed, this button tells the guide to display the previous day's content.
GuideBox - Class in com.vaadin.flow.component.charts.model
Style options for the guide box.
GuideBox() - Constructor for class com.vaadin.flow.component.charts.model.GuideBox
 
GuideBoxDefaultState - Class in com.vaadin.flow.component.charts.model
 
GuideBoxDefaultState() - Constructor for class com.vaadin.flow.component.charts.model.GuideBoxDefaultState
 
GwtIncompatible - Annotation Interface in com.vaadin.flow.shared
Marks a type, method, constructor of field to be ignored by the GWT compiler.

H

H1 - Class in com.vaadin.flow.component.html
Component representing a <h1> element.
H1 - Static variable in annotation interface com.vaadin.flow.component.Tag
Tag for an <h1>.
H1() - Constructor for class com.vaadin.flow.component.html.H1
Creates a new empty heading.
H1(Component...) - Constructor for class com.vaadin.flow.component.html.H1
Creates a new heading with the given child components.
H1(String) - Constructor for class com.vaadin.flow.component.html.H1
Creates a new heading with the given text.
H1Element - Class in com.vaadin.flow.component.html.testbench
A TestBench element representing an <h1> element.
H1Element() - Constructor for class com.vaadin.flow.component.html.testbench.H1Element
 
H1Tester - Class in com.vaadin.flow.component.html.testbench
 
H1Tester(H1) - Constructor for class com.vaadin.flow.component.html.testbench.H1Tester
Wrap given component for testing.
H2 - Class in com.vaadin.flow.component.html
Component representing a <h2> element.
H2 - Static variable in annotation interface com.vaadin.flow.component.Tag
Tag for an <h2>.
H2() - Constructor for class com.vaadin.flow.component.html.H2
Creates a new empty heading.
H2(Component...) - Constructor for class com.vaadin.flow.component.html.H2
Creates a new heading with the given child components.
H2(String) - Constructor for class com.vaadin.flow.component.html.H2
Creates a new heading with the given text.
H2Element - Class in com.vaadin.flow.component.html.testbench
A TestBench element representing an <h2> element.
H2Element() - Constructor for class com.vaadin.flow.component.html.testbench.H2Element
 
H2Tester - Class in com.vaadin.flow.component.html.testbench
 
H2Tester(H2) - Constructor for class com.vaadin.flow.component.html.testbench.H2Tester
Wrap given component for testing.
H3 - Class in com.vaadin.flow.component.html
Component representing a <h3> element.
H3 - Static variable in annotation interface com.vaadin.flow.component.Tag
Tag for an <h3>.
H3() - Constructor for class com.vaadin.flow.component.html.H3
Creates a new empty heading.
H3(Component...) - Constructor for class com.vaadin.flow.component.html.H3
Creates a new heading with the given child components.
H3(String) - Constructor for class com.vaadin.flow.component.html.H3
Creates a new heading with the given text.
H3Element - Class in com.vaadin.flow.component.html.testbench
A TestBench element representing an <h3> element.
H3Element() - Constructor for class com.vaadin.flow.component.html.testbench.H3Element
 
H3Tester - Class in com.vaadin.flow.component.html.testbench
 
H3Tester(H3) - Constructor for class com.vaadin.flow.component.html.testbench.H3Tester
Wrap given component for testing.
H4 - Class in com.vaadin.flow.component.html
Component representing a <h4> element.
H4 - Static variable in annotation interface com.vaadin.flow.component.Tag
Tag for an <h4>.
H4() - Constructor for class com.vaadin.flow.component.html.H4
Creates a new empty heading.
H4(Component...) - Constructor for class com.vaadin.flow.component.html.H4
Creates a new heading with the given child components.
H4(String) - Constructor for class com.vaadin.flow.component.html.H4
Creates a new heading with the given text.
H4Element - Class in com.vaadin.flow.component.html.testbench
A TestBench element representing an <h4> element.
H4Element() - Constructor for class com.vaadin.flow.component.html.testbench.H4Element
 
H4Tester - Class in com.vaadin.flow.component.html.testbench
 
H4Tester(H4) - Constructor for class com.vaadin.flow.component.html.testbench.H4Tester
Wrap given component for testing.
H5 - Class in com.vaadin.flow.component.html
Component representing a <h5> element.
H5 - Static variable in annotation interface com.vaadin.flow.component.Tag
Tag for an <h5>.
H5() - Constructor for class com.vaadin.flow.component.html.H5
Creates a new empty heading.
H5(Component...) - Constructor for class com.vaadin.flow.component.html.H5
Creates a new heading with the given child components.
H5(String) - Constructor for class com.vaadin.flow.component.html.H5
Creates a new heading with the given text.
H5Element - Class in com.vaadin.flow.component.html.testbench
A TestBench element representing an <h5> element.
H5Element() - Constructor for class com.vaadin.flow.component.html.testbench.H5Element
 
H5Tester - Class in com.vaadin.flow.component.html.testbench
 
H5Tester(H5) - Constructor for class com.vaadin.flow.component.html.testbench.H5Tester
Wrap given component for testing.
H6 - Class in com.vaadin.flow.component.html
Component representing a <h6> element.
H6 - Static variable in annotation interface com.vaadin.flow.component.Tag
Tag for an <g6>.
H6() - Constructor for class com.vaadin.flow.component.html.H6
Creates a new empty heading.
H6(Component...) - Constructor for class com.vaadin.flow.component.html.H6
Creates a new heading with the given child components.
H6(String) - Constructor for class com.vaadin.flow.component.html.H6
Creates a new heading with the given text.
H6Element - Class in com.vaadin.flow.component.html.testbench
A TestBench element representing an <h6> element.
H6Element() - Constructor for class com.vaadin.flow.component.html.testbench.H6Element
 
H6Tester - Class in com.vaadin.flow.component.html.testbench
 
H6Tester(H6) - Constructor for class com.vaadin.flow.component.html.testbench.H6Tester
Wrap given component for testing.
Halo - Class in com.vaadin.flow.component.charts.model
Options for the halo appearing around the hovered point in line-type series as well as outside the hovered slice in pie charts.
Halo() - Constructor for class com.vaadin.flow.component.charts.model.Halo
 
HAMMER - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
HAND - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
handle(UI, JsonObject) - Method in class com.vaadin.flow.server.communication.rpc.AbstractRpcInvocationHandler
 
handle(UI, JsonObject) - Method in class com.vaadin.flow.server.communication.rpc.NavigationRpcHandler
 
handle(UI, JsonObject) - Method in interface com.vaadin.flow.server.communication.rpc.RpcInvocationHandler
Handles RPC data invocationJson using ui as a context.
handle(SerializableConsumer<R>, SerializableConsumer<String>) - Method in interface com.vaadin.flow.data.binder.Result
Invokes either the first callback or the second one, depending on whether this Result denotes a success or a failure, respectively.
handle(NavigationEvent) - Method in class com.vaadin.flow.component.internal.JavaScriptNavigationStateRenderer
 
handle(NavigationEvent) - Method in class com.vaadin.flow.router.internal.AbstractNavigationStateRenderer
 
handle(NavigationEvent) - Method in class com.vaadin.flow.router.internal.ErrorStateRenderer
 
handle(NavigationEvent) - Method in class com.vaadin.flow.router.internal.InternalRedirectHandler
 
handle(NavigationEvent) - Method in interface com.vaadin.flow.router.NavigationHandler
Handles the navigation event.
HANDLE_CORNER - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
handleBinderValidationStatus(BinderValidationStatus<BEAN>) - Method in class com.vaadin.flow.data.binder.Binder
The default binder level status handler.
handleBrowserConnect(String) - Method in class com.vaadin.hilla.push.PushMessageHandler
Called when the browser establishes a new connection.
handleBrowserData(JsonObject) - Static method in class com.vaadin.base.devserver.stats.DevModeUsageStatistics
Stores telemetry data received from the browser.
handleBrowserDisconnect(String) - Method in class com.vaadin.hilla.push.PushMessageHandler
Called when the browser connection has been lost.
handleBrowserReconnect(String) - Method in class com.vaadin.hilla.push.PushMessageHandler
Called when the browser establishes a new connection.
handleConnect(DevToolsInterface) - Method in interface com.vaadin.base.devserver.DevToolsMessageHandler
Called when a browser connects.
handleContextOrServletRootWithoutSlash(HttpServletRequest, HttpServletResponse) - Method in class com.vaadin.flow.server.VaadinServlet
Invoked for every request to this servlet to potentially send a redirect to avoid problems with requests to the context root with no trailing slash.
handleDataChange(DataChangeEvent<T>) - Method in class com.vaadin.flow.component.shared.SelectionPreservationHandler
Handles data change based on the current selection preservation mode.
handleDataRefreshEvent(DataChangeEvent.DataRefreshEvent<T>) - Method in class com.vaadin.flow.data.provider.DataCommunicator
 
handleDataRefreshEvent(DataChangeEvent.DataRefreshEvent<T>) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalDataCommunicator
 
handleDisconnect(DevToolsInterface) - Method in interface com.vaadin.base.devserver.DevToolsMessageHandler
Called when the browser connection disconnects.
handleDrilldown(DrilldownCallback.DrilldownDetails) - Method in interface com.vaadin.flow.component.charts.model.DrilldownCallback
Method called when a point with drilldown enabled is clicked and should return the Series to be used as drilldown for the point.
handleError(HasValue<?, ?>, ValidationResult) - Method in class com.vaadin.flow.data.binder.Binder
Handles a validation error emitted when trying to write the value of the given field.
handleError(HasValue<?, ?>, ValidationResult) - Method in interface com.vaadin.flow.data.binder.BinderValidationErrorHandler
Handles a validation error emitted when trying to write the value of the given field.
handleError(HasValue<?, ?>, ValidationResult) - Method in class com.vaadin.flow.data.binder.DefaultBinderValidationErrorHandler
Handles a validation error emitted when trying to write the value of the given field.
handleError(Exception) - Method in interface com.vaadin.flow.server.ErrorHandlingCommand
Handles exceptions thrown during the execution of a FutureAccess.
handleError(Exception) - Method in class com.vaadin.flow.server.FutureAccess
Handles exceptions thrown during the execution of this task.
handleErrorByRedirectingToErrorView(Exception) - Static method in class com.vaadin.flow.server.ErrorHandlerUtil
Check if matching error handler target exists for exception and redraw view using ErrorTarget.
handleErrorByRedirectingToErrorView(Exception, VaadinContext, UI) - Static method in class com.vaadin.flow.server.ErrorHandlerUtil
Check if matching error handler target exists for exception and redraw view using ErrorTarget.
handleErrorByRedirectingToErrorView(Throwable) - Static method in class com.vaadin.flow.server.ErrorHandlerUtil
Check throwable is Exception and redraw error view if matching error handler target exists.
handleErrorByRedirectingToErrorView(Throwable, VaadinContext, UI) - Static method in class com.vaadin.flow.server.ErrorHandlerUtil
Check throwable is Exception and redraw error view if matching error handler target exists.
handleEvent(DomEvent) - Method in interface com.vaadin.flow.dom.DomEventListener
Invoked when a DOM event has been fired.
handleException(HasValue<?, ?>, Exception) - Method in interface com.vaadin.flow.data.binder.BindingExceptionHandler
Produces a BindingException instance based on original exception and field as a subject of the exception.
handleException(HasValue<?, ?>, Exception) - Method in class com.vaadin.flow.data.binder.DefaultBindingExceptionHandler
 
handleException(VaadinRequest, VaadinResponse, VaadinSession, Exception) - Method in class com.vaadin.flow.server.dau.DAUVaadinRequestInterceptor
 
handleException(VaadinRequest, VaadinResponse, VaadinSession, Exception) - Method in interface com.vaadin.flow.server.VaadinRequestInterceptor
Called when an exception occurred
handleFieldValueChange(Binder.Binding<BEAN, ?>) - Method in class com.vaadin.flow.data.binder.Binder
Informs the Binder that a value in Binding was changed.
handleFileUploadValidationAndData(VaadinSession, InputStream, StreamReceiver, String, String, long, StateNode) - Method in class com.vaadin.flow.server.communication.StreamReceiverHandler
Validate that stream target is in a valid state for receiving data and send stream to receiver.
handleHighlight(HighlightHandler.HighlightContext) - Method in interface com.vaadin.collaborationengine.HighlightHandler
Handles a change of highlight for a property in a topic.
handleIncrement(StateEvent<Double>) - Method in class com.vaadin.hilla.signals.NumberSignal
 
handleInitializedRegistry() - Method in class com.vaadin.flow.server.startup.ApplicationRouteRegistry
Handles an attempt to initialize already initialized route registry.
handleInsert(ListStateEvent<T>) - Method in class com.vaadin.hilla.signals.ListSignal
 
handleLicenseEvent(LicenseEvent) - Method in interface com.vaadin.collaborationengine.LicenseEventHandler
Deprecated.
Handles a license event.
handleMembershipEvent(MembershipEvent) - Method in interface com.vaadin.collaborationengine.MembershipListener
Handles a membership event.
handleMessage(MessageHandler.MessageContext) - Method in interface com.vaadin.collaborationengine.MessageHandler
Handles a message when it is added to a topic.
handleMessage(String, AbstractServerMessage, Consumer<AbstractClientMessage>) - Method in class com.vaadin.hilla.push.PushMessageHandler
Handles the message.
handleMessage(String, JsonObject, DevToolsInterface) - Method in interface com.vaadin.base.devserver.DevToolsMessageHandler
Called when a message from the browser arrives.
handleNode(StateNode, JsonObject) - Method in class com.vaadin.flow.server.communication.ReturnChannelHandler
 
handleNode(StateNode, JsonObject) - Method in class com.vaadin.flow.server.communication.rpc.AbstractRpcInvocationHandler
Handle the RPC data invocationJson using target node as a context.
handleNode(StateNode, JsonObject) - Method in class com.vaadin.flow.server.communication.rpc.AttachExistingElementRpcHandler
 
handleNode(StateNode, JsonObject) - Method in class com.vaadin.flow.server.communication.rpc.AttachTemplateChildRpcHandler
 
handleNode(StateNode, JsonObject) - Method in class com.vaadin.flow.server.communication.rpc.EventRpcHandler
 
handleNode(StateNode, JsonObject) - Method in class com.vaadin.flow.server.communication.rpc.MapSyncRpcHandler
 
handleNode(StateNode, JsonObject) - Method in class com.vaadin.flow.server.communication.rpc.PublishedServerEventHandlerRpcHandler
 
handleNonRouterLayout(Class<?>) - Method in class com.vaadin.flow.server.startup.AbstractAnnotationValidator
Handles the clazz which is not a top level route and not a router layout.
handleNonRouterLayout(Class<?>) - Method in class com.vaadin.flow.server.startup.WebComponentExporterAwareValidator
 
handlePresence(PresenceHandler.PresenceContext) - Method in interface com.vaadin.collaborationengine.PresenceHandler
Handles a change of user presence in a topic.
handlePropertyChange(PropertyChangeHandler.PropertyChangeEvent) - Method in interface com.vaadin.collaborationengine.PropertyChangeHandler
Handles a change of value for a property in a topic.
handleRemoval(ListStateEvent<T>) - Method in class com.vaadin.hilla.signals.ListSignal
 
handleReplaceEvent(StateEvent<T>) - Method in class com.vaadin.hilla.signals.ValueSignal
 
handleRequest(VaadinRequest, VaadinResponse) - Method in class com.vaadin.flow.server.VaadinService
Handles the incoming request and writes the response into the response object.
handleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
 
handleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.base.devserver.DevBundleBuildingHandler
 
handleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.flow.server.communication.FaviconHandler
 
handleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.flow.server.communication.PushRequestHandler
 
handleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.flow.server.communication.PwaHandler
 
handleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.flow.server.communication.SessionRequestHandler
 
handleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.flow.server.communication.StreamRequestHandler
 
handleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in interface com.vaadin.flow.server.RequestHandler
Called when a request needs to be handled.
handleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.flow.server.SynchronizedRequestHandler
 
handleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.flow.server.UnsupportedBrowserHandler
 
handleRequest(VaadinSession, VaadinRequest, VaadinResponse, StreamReceiver, String, String) - Method in class com.vaadin.flow.server.communication.StreamReceiverHandler
Handle reception of incoming stream from the client.
handleRequest(VaadinSession, VaadinRequest, VaadinResponse, StreamResource) - Method in class com.vaadin.flow.server.communication.StreamResourceHandler
Handle sending for a stream resource request.
HandlerHelper - Class in com.vaadin.flow.server
Contains helper methods for VaadinServlet and generally for handling VaadinRequests.
HandlerHelper.RequestType - Enum Class in com.vaadin.flow.server
Framework internal enum for tracking the type of a request.
handleRpc(UI, Reader, VaadinRequest) - Method in class com.vaadin.flow.server.communication.ServerRpcHandler
Reads JSON containing zero or more serialized RPC calls (including legacy variable changes) and executes the calls.
handleRpc(UI, String, VaadinRequest) - Method in class com.vaadin.flow.server.communication.ServerRpcHandler
Reads JSON containing zero or more serialized RPC calls (including legacy variable changes) and executes the calls.
Handles - Class in com.vaadin.flow.component.charts.model
Options for the handles for dragging the zoomed area.
Handles() - Constructor for class com.vaadin.flow.component.charts.model.Handles
 
handleSessionExpired(VaadinRequest, VaadinResponse) - Method in class com.vaadin.flow.server.communication.HeartbeatHandler
 
handleSessionExpired(VaadinRequest, VaadinResponse) - Method in class com.vaadin.flow.server.communication.PushRequestHandler
 
handleSessionExpired(VaadinRequest, VaadinResponse) - Method in class com.vaadin.flow.server.communication.UidlRequestHandler
 
handleSessionExpired(VaadinRequest, VaadinResponse) - Method in interface com.vaadin.flow.server.SessionExpiredHandler
Called when the a session expiration has occurred and a notification needs to be sent to the user.
handleSessionExpired(VaadinRequest, VaadinResponse) - Method in class com.vaadin.flow.server.VaadinService
Called when the session has expired and the request handling is therefore aborted.
handleSetEvent(StateEvent<T>) - Method in class com.vaadin.hilla.signals.ValueSignal
 
handleTriggeredBeforeEvent(NavigationEvent, BeforeEvent) - Method in class com.vaadin.flow.component.internal.JavaScriptNavigationStateRenderer
 
handleTriggeredBeforeEvent(NavigationEvent, BeforeEvent) - Method in class com.vaadin.flow.router.internal.AbstractNavigationStateRenderer
Handle a BeforeEvent after if has been triggered to an observer.
handleValidationResult(StateEvent<T>, ValidationResult, Function<StateEvent<T>, ObjectNode>) - Method in class com.vaadin.hilla.signals.ValueSignal
 
handleValidationStatus(BindingValidationStatus<?>) - Method in class com.vaadin.flow.data.binder.Binder
Default BindingValidationStatusHandler functional method implementation.
handleWebComponentResyncRequest(BootstrapHandler.BootstrapContext, VaadinRequest, VaadinResponse) - Method in class com.vaadin.flow.server.communication.WebComponentBootstrapHandler
Handles WebComponents resynchronization request
HANDS_UP - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
HANDSHAKE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
HANGING - Enum constant in enum class com.vaadin.flow.component.charts.model.NodeLayout
 
HANGING - Enum constant in enum class com.vaadin.flow.component.map.configuration.style.TextStyle.TextBaseline
 
HANGUL_MODE - Static variable in interface com.vaadin.flow.component.Key
The Hangul (Korean character set) mode key, which toggles between Hangul and English entry modes.
HANJA_MODE - Static variable in interface com.vaadin.flow.component.Key
Selects the Hanja mode, for converting Hangul characters to the more specific Hanja characters.
HANKAKU - Static variable in interface com.vaadin.flow.component.Key
The Hankaku (half-width characters) key.
HARDDRIVE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
HARDDRIVE_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
has(String) - Method in class com.vaadin.flow.dom.impl.BasicElementStyle
 
has(String) - Method in class com.vaadin.flow.dom.impl.ImmutableEmptyStyle
 
has(String) - Method in interface com.vaadin.flow.dom.Style
Checks if the given style property has been set.
has(String) - Method in class com.vaadin.flow.internal.nodefeature.ElementAttributeMap
Checks whether an attribute with the given name has been set.
has(T) - Method in interface com.vaadin.flow.data.provider.DataKeyMapper
Check whether this key mapper contains the given data object.
has(V) - Method in class com.vaadin.flow.data.provider.KeyMapper
 
hasAccess() - Method in class com.vaadin.collaborationengine.AccessResponse
Gets the info of whether the user has access to Collaboration Engine or not.
hasAccess(Class<?>) - Method in class com.vaadin.flow.server.auth.AccessAnnotationChecker
Checks if the user defined by the current active servlet request (using HttpServletRequest.getUserPrincipal() and HttpServletRequest.isUserInRole(String) has access to the given class.
hasAccess(Class<?>, HttpServletRequest) - Method in class com.vaadin.flow.server.auth.AccessAnnotationChecker
Checks if the user defined by the request (using HttpServletRequest.getUserPrincipal() and HttpServletRequest.isUserInRole(String) has access to the given class.
hasAccess(Class<?>, Principal, Function<String, Boolean>) - Method in class com.vaadin.flow.server.auth.AccessAnnotationChecker
Checks if the user defined by the given Principal and role checker has access to the given class.
hasAccess(Method) - Method in class com.vaadin.flow.server.auth.AccessAnnotationChecker
Checks if the user defined by the current active servlet request (using HttpServletRequest.getUserPrincipal() and HttpServletRequest.isUserInRole(String) has access to the given method.
hasAccess(Method, HttpServletRequest) - Method in class com.vaadin.flow.server.auth.AccessAnnotationChecker
Checks if the user defined by the request (using HttpServletRequest.getUserPrincipal() and HttpServletRequest.isUserInRole(String) has access to the given method.
hasAccess(Method, Principal, Function<String, Boolean>) - Method in class com.vaadin.flow.server.auth.AccessAnnotationChecker
Checks if the user defined by the given Principal and role checker has access to the given method.
hasAccess(String, Principal, Predicate<String>) - Method in interface com.vaadin.flow.server.auth.AccessPathChecker
Checks if the user defined by the given Principal and role checker has access to the given path.
hasAccess(String, Principal, Predicate<String>) - Method in class com.vaadin.flow.spring.security.SpringAccessPathChecker
 
hasAccessChecker(Class<? extends NavigationAccessChecker>) - Method in class com.vaadin.flow.server.auth.NavigationAccessControl
Checks if an access checker of the given type is in use.
hasAllAuthorities(String...) - Method in class com.vaadin.flow.spring.security.AuthenticationContext
Checks whether the current authenticated user has all the given authorities.
hasAllAuthorities(Collection<String>) - Method in class com.vaadin.flow.spring.security.AuthenticationContext
Checks whether the current authenticated user has all the given authorities.
HasAllowedCharPattern - Interface in com.vaadin.flow.component.shared
Mixin interface for field components that support setting allowed char pattern to prevent user from entering invalid characters when typing or pasting text.
hasAllowInertForProperty(String) - Method in class com.vaadin.flow.internal.nodefeature.ElementListenerMap
Returns true if any listener for the given property has allowInert enabled.
hasAllRoles(String...) - Method in class com.vaadin.flow.spring.security.AuthenticationContext
Checks whether the current authenticated user has all the given roles.
hasAllRoles(Collection<String>) - Method in class com.vaadin.flow.spring.security.AuthenticationContext
Checks whether the current authenticated user has all the given roles.
hasAnnotation(AnnotatedElement, String) - Static method in class com.vaadin.flow.internal.ReflectTools
Checks whether the element has annotation whose FQN is annotationFqn.
hasAnnotationWithSimpleName(AnnotatedElement, String) - Static method in class com.vaadin.flow.internal.ReflectTools
Checks whether the element has annotation whose simple name is simpleName.
hasAnyAuthority(String...) - Method in class com.vaadin.flow.spring.security.AuthenticationContext
Checks whether the current authenticated user has any of the given authorities.
hasAnyAuthority(Collection<String>) - Method in class com.vaadin.flow.spring.security.AuthenticationContext
Checks whether the current authenticated user has any of the given authorities.
hasAnyRole(String...) - Method in class com.vaadin.flow.spring.security.AuthenticationContext
Checks whether the current authenticated user has any of the given roles.
hasAnyRole(Collection<String>) - Method in class com.vaadin.flow.spring.security.AuthenticationContext
Checks whether the current authenticated user has any of the given roles.
HasAriaLabel - Interface in com.vaadin.flow.component
A generic interface for components and other user interface objects that may have an aria-label and an aria-labelledby DOM attributes to set the accessible name of the component.
hasAttribute(Element) - Method in class com.vaadin.flow.dom.impl.ClassAttributeHandler
 
hasAttribute(Element) - Method in class com.vaadin.flow.dom.impl.CustomAttribute
Checks what Element.hasAttribute(String) should return for this attribute.
hasAttribute(Element) - Method in class com.vaadin.flow.dom.impl.StyleAttributeHandler
 
hasAttribute(StateNode, String) - Method in interface com.vaadin.flow.dom.ElementStateProvider
Checks if the given attribute has been set.
hasAttribute(StateNode, String) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
 
hasAttribute(StateNode, String) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
 
hasAttribute(StateNode, String) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
 
hasAttribute(String) - Method in class com.vaadin.flow.dom.Element
Checks if the given attribute has been set.
hasAttribute(String) - Method in class com.vaadin.testbench.ElementQuery
hasAttribute(String) - Method in class com.vaadin.testbench.TestBenchElement
Checks if the given attribute is present on the element.
hasAttribute(String) - Static method in class com.vaadin.testbench.unit.ElementConditions
Checks if the given attribute has been set on the component.
hasAttribute(String, String) - Static method in class com.vaadin.testbench.unit.ElementConditions
Checks if the given attribute has been set on the component and has exactly the given value.
hasAuthority(String) - Method in class com.vaadin.flow.spring.security.AuthenticationContext
Checks whether the current authenticated user has the given authority.
HasAutocapitalize - Interface in com.vaadin.flow.component.textfield
Mixin interface for fields with autocapitalize attribute.
HasAutocomplete - Interface in com.vaadin.flow.component.textfield
Mixin interface for fields with autocomplete attribute.
HasAutocorrect - Interface in com.vaadin.flow.component.textfield
Mixin interface for fields with autocorrect attribute.
hasAutoLayout(AbstractRouteRegistry) - Static method in class com.vaadin.flow.router.internal.RouteUtil
Check if the given registry has any auto layouts added with @Layout annotation.
HasAutoOpen - Interface in com.vaadin.flow.component.shared
Mixin interface for field components that support setting auto open to control whether the overlay should open on input click or not.
HasAxis<T> - Interface in com.vaadin.flow.component.charts.events
 
hasBeforeClientResponseEntries() - Method in class com.vaadin.flow.internal.StateNode
Checks whether there are pending executions for this node.
HasCallFunction - Interface in com.vaadin.testbench
 
hasChanges() - Method in interface com.vaadin.flow.data.binder.Binder.Binding
Checks whether the field that the binding uses has uncommitted changes.
hasChanges() - Method in class com.vaadin.flow.data.binder.Binder.BindingImpl
 
hasChanges() - Method in class com.vaadin.flow.data.binder.Binder
Check whether any of the bound fields' have uncommitted changes since last explicit call to Binder.readBean(Object), Binder.removeBean(), Binder.writeBean(Object) or Binder.writeBeanIfValid(Object).
hasChanges(Binder.Binding<BEAN, ?>) - Method in class com.vaadin.flow.data.binder.Binder
Checks whether a bound field has uncomitted changes.
hasChannels() - Method in class com.vaadin.flow.internal.nodefeature.ReturnChannelMap
Return if map contains any registered channels.
hasChildren(T) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalDataCommunicator
Returns whether given item has children.
hasChildren(T) - Method in interface com.vaadin.flow.data.provider.hierarchy.HierarchicalDataProvider
Check whether a given item has any children associated with it.
hasChildren(T) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchyMapper
Returns whether given item has children.
hasChildren(T) - Method in class com.vaadin.flow.data.provider.hierarchy.TreeDataProvider
 
hasClassName(String) - Method in interface com.vaadin.flow.component.HasStyle
Checks if the component has the given class name.
hasClassName(String) - Method in class com.vaadin.flow.component.messages.MessageListItem
Checks if the message has the given class name.
hasClassName(String) - Method in class com.vaadin.testbench.TestBenchElement
Checks if this element has the given class name.
HasClearButton - Interface in com.vaadin.flow.component.shared
Mixin interface for components that support a clear button.
hasClientRoute(String) - Static method in class com.vaadin.flow.internal.menu.MenuRegistry
See if there is a client route available for given route path.
hasClientRoute(String, boolean) - Static method in class com.vaadin.flow.internal.menu.MenuRegistry
See if there is a client route available for given route path, optionally excluding layouts (routes with children) from the check.
hasClientRouteWithAutoLayout(AbstractConfiguration) - Static method in class com.vaadin.flow.router.internal.RouteUtil
Check if currently registered client routes use auto layout based on AvailableViewInfo.flowLayout().
HasClientValidation - Interface in com.vaadin.flow.component.shared
Deprecated.
Since 24.6, this interface is no longer supported. Consider HasValidation or HasValidator as an alternative.
HasClientValidation.ClientValidatedEvent - Class in com.vaadin.flow.component.shared
Deprecated.
Since 24.6, this event is no longer supported. Consider subscribing to ValidationStatusChangeEvent to get notified when the user enters input that cannot be parsed.
HasComponents - Interface in com.vaadin.flow.component
A component to which the user can add and remove child components.
hasConfigurations() - Method in class com.vaadin.flow.server.webcomponent.WebComponentConfigurationRegistry
Checks whether the registry contains any web component configurations.
hasCssClass(WebElement, String) - Method in class com.vaadin.testbench.AbstractBrowserTestBase
Checks if the given element has the given class name.
hasCustomMessage() - Method in class com.vaadin.flow.router.ErrorParameter
Check if we have a custom message for the exception.
HasDataGenerators<T> - Interface in com.vaadin.flow.data.provider
Defines the contract of adding and removing multiple DataGenerators to a given object.
HasDataProvider<T> - Interface in com.vaadin.flow.data.binder
A generic interface for listing components that use a data provider for showing data.
HasDataView<T,F,V extends DataView<T>> - Interface in com.vaadin.flow.data.provider
An interface for components that get items from the generic data provider types DataProvider and InMemoryDataProvider.
hasDirtyNodes() - Method in class com.vaadin.flow.internal.StateTree
Checks if there are nodes that have been marked as dirty since the last time StateTree.collectDirtyNodes() was invoked.
HasDriver - Interface in com.vaadin.testbench
An interface for classes that can provide an instance of a WebDriver
HasDynamicTitle - Interface in com.vaadin.flow.router
Allows to resolve navigation target title dynamically at runtime.
hasEditColumn(Grid<?>) - Static method in class com.vaadin.flow.component.crud.Crud
Checks if an edit column has been added to the Grid using Crud.addEditColumn(Grid)
HasElement - Interface in com.vaadin.flow.component
Marker interface for any class which is based on an Element.
HasElementQuery - Interface in com.vaadin.testbench
 
HasEnabled - Interface in com.vaadin.flow.component
A generic interface for components and other user interface objects that may be enabled or disabled.
hasErrorParameter() - Method in class com.vaadin.flow.router.BeforeEvent
Check if we have an error parameter set for this navigation event.
HasErrorParameter<T extends Exception> - Interface in com.vaadin.flow.router
Defines a view that handles the exceptions for the set Exception type T.
hasErrors() - Method in class com.vaadin.flow.data.binder.BinderValidationStatus
Gets whether the validation for the binder failed or not.
hasEventListener(Component, Class<? extends T>) - Static method in class com.vaadin.flow.component.ComponentUtil
Check if the component has at least one registered listener of the given event type.
hasExpandedItems() - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalDataCommunicator
Returns true if there is any expanded items.
hasExpandedItems() - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchyMapper
Returns true if there is any expanded items.
hasExpandToggle(int, int) - Method in class com.vaadin.flow.component.grid.testbench.TreeGridElement
Check whether the given indices correspond to a cell that contains a visible hierarchy toggle element.
HasExpirationTimeout - Interface in com.vaadin.collaborationengine
Common interface to be implemented by types holding data associated to a topic, which provides methods to set an expiration timeout on the data which will be cleared after the timeout has passed since the last connection to the topic has been closed.
hasExternalForwardUrl() - Method in class com.vaadin.flow.router.BeforeEvent
Check if we have a forward for an external URL.
hasFeature(Class<? extends NodeFeature>) - Method in class com.vaadin.flow.internal.StateNode
Checks whether this node contains a feature.
HasFilterableDataProvider<T,F> - Interface in com.vaadin.flow.data.binder
A generic interface for listing components that use a filterable data provider for showing data.
hasForwardTarget() - Method in class com.vaadin.flow.router.BeforeEvent
Check if we have a forward target.
HASH - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
HASH_PATTERN - Static variable in class com.vaadin.flow.server.communication.UidlRequestHandler
 
hashAndBundleModulesEqual(JsonNode, JsonNode, Map<String, String>) - Static method in class com.vaadin.flow.server.frontend.BundleValidationUtil
Verify that package hash versions are equal and that all project npmPackages are in bundle.
hasHandler(String) - Method in class com.vaadin.flow.internal.nodefeature.AbstractServerHandlers
Checks whether the handler is registered in this feature.
hashCode() - Method in class com.vaadin.base.devserver.DebugWindowConnection.DevToolsInterfaceImpl
 
hashCode() - Method in record class com.vaadin.base.devserver.OpenInCurrentIde.IdeAndProcessInfo
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.base.devserver.ServerInfo.NameAndVersion
Returns a hash code value for this object.
hashCode() - Method in class com.vaadin.collaborationengine.CollaborationMessage
 
hashCode() - Method in class com.vaadin.collaborationengine.ListKey
 
hashCode() - Method in class com.vaadin.collaborationengine.UserInfo
 
hashCode() - Method in class com.vaadin.experimental.Feature
 
hashCode() - Method in class com.vaadin.flow.component.charts.model.ChartType
 
hashCode() - Method in class com.vaadin.flow.component.charts.model.Node
 
hashCode() - Method in class com.vaadin.flow.component.grid.GridSortOrder
 
hashCode() - Method in class com.vaadin.flow.component.internal.ComponentTracker.Location
 
hashCode() - Method in class com.vaadin.flow.data.binder.ValidationResult.SimpleValidationResult
 
hashCode() - Method in class com.vaadin.flow.data.provider.DataCommunicator.Filter
 
hashCode() - Method in class com.vaadin.flow.dom.Node
 
hashCode() - Method in class com.vaadin.flow.internal.Range
 
hashCode() - Method in record class com.vaadin.flow.router.MenuData
Returns a hash code value for this object.
hashCode() - Method in class com.vaadin.flow.router.QueryParameters
 
hashCode() - Method in class com.vaadin.flow.router.RouteAliasData
 
hashCode() - Method in class com.vaadin.flow.router.RouteBaseData
 
hashCode() - Method in class com.vaadin.flow.router.RouteData
 
hashCode() - Method in class com.vaadin.flow.router.RouteParameters
 
hashCode() - Method in class com.vaadin.flow.server.auth.AccessCheckResult
 
hashCode() - Method in record class com.vaadin.flow.server.dau.DAUUtils.EnforcementResult
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.flow.server.dau.EnforcementNotificationMessages
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.flow.server.dau.UserIdentityContext
Returns a hash code value for this object.
hashCode() - Method in class com.vaadin.flow.server.frontend.FrontendVersion
 
hashCode() - Method in record class com.vaadin.flow.server.frontend.NodeTasks.NodeTasksLockInfo
Returns a hash code value for this object.
hashCode() - Method in class com.vaadin.flow.server.frontend.scanner.ChunkInfo
 
hashCode() - Method in class com.vaadin.flow.server.frontend.scanner.CssData
 
hashCode() - Method in record class com.vaadin.flow.server.menu.AvailableViewInfo
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.flow.server.menu.MenuEntry
Returns a hash code value for this object.
hashCode() - Method in class com.vaadin.flow.server.webcomponent.PropertyConfigurationImpl
 
hashCode() - Method in class com.vaadin.flow.server.webcomponent.PropertyData
 
hashCode() - Method in class com.vaadin.flow.shared.ui.Dependency
 
hashCode() - Method in class com.vaadin.flow.shared.util.UniqueSerializable
 
hashCode() - Method in class com.vaadin.hilla.engine.GeneratorConfiguration
 
hashCode() - Method in class com.vaadin.hilla.engine.GeneratorConfiguration.Plugin
 
hashCode() - Method in class com.vaadin.hilla.engine.GeneratorConfiguration.Plugins
 
hashCode() - Method in class com.vaadin.hilla.engine.ParserConfiguration.Plugin
 
hashCode() - Method in class com.vaadin.hilla.engine.ParserConfiguration.Plugins
 
hashCode() - Method in class com.vaadin.hilla.signals.core.event.StateEvent
 
hashCode() - Method in record class com.vaadin.hilla.signals.operation.IncrementOperation
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.hilla.signals.operation.ListInsertOperation
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.hilla.signals.operation.ListRemoveOperation
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.hilla.signals.operation.ReplaceValueOperation
Returns a hash code value for this object.
hashCode() - Method in record class com.vaadin.hilla.signals.operation.SetValueOperation
Returns a hash code value for this object.
hashCode() - Method in class com.vaadin.hilla.signals.Signal
 
hashCode() - Method in record class com.vaadin.testbench.browser.BrowserTestInfo
Returns a hash code value for this object.
hashCode() - Method in class com.vaadin.testbench.ElementQuery.AttributeMatch
 
hashCode() - Method in class com.vaadin.testbench.TestBenchElement
 
HasHelper - Interface in com.vaadin.flow.component
Mixin interface for field components that have helper text as property and slots for inserting components.
HasHelper - Interface in com.vaadin.testbench
Implement by elements which support a label, i.e.
HasHierarchicalDataProvider<T> - Interface in com.vaadin.flow.data.provider.hierarchy
A generic interface for hierarchical listing components that use a data provider for showing hierarchical data.
hasHillaMainLayout(AbstractConfiguration) - Static method in class com.vaadin.flow.internal.menu.MenuRegistry
Determines whether the application contains a Hilla automatic main layout.
HashRepresentation(String) - Constructor for class com.vaadin.testbench.screenshot.ReferenceImageRepresentation.HashRepresentation
 
HasItem - Interface in com.vaadin.flow.component.charts.events
Indicates that an event has an associated item
HasItemComponents<T> - Interface in com.vaadin.flow.data.binder
Represents a component that can have additional components between the items.
HasItemComponents.ItemComponent<T> - Interface in com.vaadin.flow.data.binder
Represents a single item component that is used inside a HasItemComponents.
HasItems<T> - Interface in com.vaadin.flow.data.binder
Mixin interface for components that displays a collection of items.
HasItemsAndComponents<T> - Interface in com.vaadin.flow.data.binder
Represents a component that display a collection of items and can have additional components between the items.
hasJarBundle(String, ClassFinder) - Static method in class com.vaadin.flow.server.frontend.BundleValidationUtil
Check if jar bundle exists on given path.
HasLabel - Interface in com.vaadin.flow.component
A component that supports label definition.
HasLabel - Interface in com.vaadin.testbench
Implement by elements which support a label, i.e.
HasLabelAsText - Interface in com.vaadin.testbench
Implemented by elements which support a label via its text, such as buttons.
hasLastHandledLocation() - Method in class com.vaadin.flow.component.internal.UIInternals
Check if we have already started navigation to some location on this roundtrip.
hasLayout(String) - Method in class com.vaadin.flow.router.internal.AbstractRouteRegistry
 
hasLayout(String) - Method in interface com.vaadin.flow.server.RouteRegistry
Check if a layout component has been registered for the current path.
hasLayout(String) - Method in class com.vaadin.flow.server.SessionRouteRegistry
 
HasLazyDataView<T,F,V extends LazyDataView<T>> - Interface in com.vaadin.flow.data.provider
Interface that defines methods for fetching items lazily from a backend.
HasListDataView<T,V extends ListDataView<T,?>> - Interface in com.vaadin.flow.data.provider
An interface for components that accept setting items in-memory and returns a ListDataView that provides information and allows operations on the items.
hasListener(Class<? extends ComponentEvent>) - Method in class com.vaadin.flow.component.Component
Checks if there is at least one listener registered for the given event type for this component.
hasListener(Class<? extends ComponentEvent>) - Method in class com.vaadin.flow.component.ComponentEventBus
Checks if there is at least one listener registered for the given event type.
hasLock() - Method in class com.vaadin.flow.router.internal.AbstractRouteRegistry
 
hasLock() - Method in class com.vaadin.flow.server.VaadinSession
Checks if the current thread has exclusive access to this VaadinSession.
hasLock(VaadinService, WrappedSession) - Static method in class com.vaadin.flow.server.VaadinSession
Checks if the current thread has exclusive access to the given WrappedSession.
hasLogBinding() - Method in class com.vaadin.flow.router.InternalServerError
Returns true if there is a logging binding available for SLF4J.
hasMandatoryParameter(Class<? extends Component>) - Method in class com.vaadin.flow.router.internal.AbstractRouteRegistry
 
hasMandatoryParameter(Class<? extends Component>) - Method in interface com.vaadin.flow.server.RouteRegistry
Check if the given navigationTarget requires parameters.
HasMenuItems - Interface in com.vaadin.flow.component.contextmenu
A common interface for components that can have MenuItems with click listeners inside them.
hasModalComponent() - Method in class com.vaadin.flow.component.internal.UIInternals
Check if we have a modal component defined for the UI.
hasModalComponent() - Method in class com.vaadin.flow.component.UI
Check if UI has a defined modal component.
hasNavigationTargets() - Method in class com.vaadin.flow.server.startup.ApplicationRouteRegistry
Check if there are registered navigation targets in the registry.
hasNewConstants() - Method in class com.vaadin.flow.internal.ConstantPool
Checks if any new constants have been added to this constant pool since the last time ConstantPool.dumpConstants() was called.
hasNode(StateNode) - Method in interface com.vaadin.flow.internal.NodeOwner
Check if given node is registered to this node owner.
hasNode(StateNode) - Method in class com.vaadin.flow.internal.NullOwner
 
hasNode(StateNode) - Method in class com.vaadin.flow.internal.StateTree
 
hasNotAttribute(String) - Static method in class com.vaadin.testbench.unit.ElementConditions
Checks if the given attribute has not been set on the component.
hasNotAttribute(String, String) - Static method in class com.vaadin.testbench.unit.ElementConditions
Checks if the given attribute has been set on the component or has a value different from given one.
HasOrderedComponents - Interface in com.vaadin.flow.component
A component which the children components are ordered, so the index of each child matters for the layout.
HasOverlayClassName - Interface in com.vaadin.flow.component.shared
Mixin interface for components that have an internal overlay and support setting CSS class names on it for styling.
hasPanel(String) - Method in class com.vaadin.flow.component.accordion.AccordionTester
Check if a panel for summary exists in accordion.
HasPlaceholder - Interface in com.vaadin.flow.component
A component which supports a placeholder.
HasPlaceholder - Interface in com.vaadin.testbench
Implement by elements which support a placeholder, i.e.
HasPrefix - Interface in com.vaadin.flow.component.shared
Mixin interface for components that have a prefix slot.
HasPrefixAndSuffix - Interface in com.vaadin.flow.component.textfield
Deprecated.
since Vaadin 24, use HasPrefix and HasSuffix interfaces instead.
hasProperty(StateNode, String) - Method in interface com.vaadin.flow.dom.ElementStateProvider
Checks if the given property has been set.
hasProperty(StateNode, String) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
 
hasProperty(StateNode, String) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
 
hasProperty(StateNode, String) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
 
hasProperty(String) - Method in interface com.vaadin.flow.component.webcomponent.WebComponentConfiguration
Check if the configuration has a property identified by the propertyName.
hasProperty(String) - Method in class com.vaadin.flow.dom.Element
Checks whether this element has a property with the given name.
hasProperty(String) - Method in class com.vaadin.flow.internal.nodefeature.AbstractPropertyMap
Checks whether there is a property of the given name.
hasProperty(String) - Method in class com.vaadin.flow.server.webcomponent.WebComponentBinding
Does the component binding have a property identified by given name.
HasPropertySettersGetters - Interface in com.vaadin.testbench
 
hasRedirectQueryParameters() - Method in class com.vaadin.flow.router.BeforeEvent
Check if we have query parameters for forwarded and rerouted URL.
hasRerouteTarget() - Method in class com.vaadin.flow.router.BeforeEvent
Check if we have a reroute target.
hasRole(String) - Method in class com.vaadin.flow.server.auth.NavigationContext
Gets if the current user belongs the specified logical role.
hasRole(String) - Method in class com.vaadin.flow.spring.security.AuthenticationContext
Checks whether the current authenticated user has the given role.
hasRoute(String) - Method in class com.vaadin.flow.router.internal.ConfiguredRoutes
See if configuration contains a registered route for given path.
hasRoute(String, List<String>) - Method in class com.vaadin.flow.router.internal.ConfiguredRoutes
Check if configuration holds a route for given path with possible path segments.
hasRouteTarget(Class<? extends Component>) - Method in class com.vaadin.flow.router.internal.ConfiguredRoutes
Check it the given route target has been registered to the configuration.
hasRow(int) - Method in class com.vaadin.flow.component.grid.testbench.TreeGridElement
Returns true if given index has tr element for the row
HasSearchContext - Interface in com.vaadin.testbench
Interface for classes providing a SearchContext, i.e.
HasSelectByText - Interface in com.vaadin.testbench
Implemented by elements which support selecting an option by matching the text shown to the user.
HasSeries - Interface in com.vaadin.flow.component.charts.events
Indicates that an event has an associated series
hasServerRouteWithAutoLayout(AbstractRouteRegistry) - Static method in class com.vaadin.flow.router.internal.RouteUtil
Check if the given registry has any routes using auto layout.
HasSize - Interface in com.vaadin.flow.component
Any component implementing this interface supports setting the size of the component using HasSize.setWidth(String), HasSize.setHeight(String), HasSize.setMaxWidth(String), HasSize.setMaxHeight(String), HasSize.setMinWidth(String), and HasSize.setMinHeight(String).
hasSortingIndicators() - Method in class com.vaadin.flow.component.grid.Grid.Column
 
HasStringValueProperty - Interface in com.vaadin.testbench
 
HasStyle - Interface in com.vaadin.flow.component
Represents Component which has class attribute and inline styles.
HasSuffix - Interface in com.vaadin.flow.component.shared
Mixin interface for components that have a suffix slot.
hasTarget() - Method in class com.vaadin.flow.router.internal.NavigationRouteTarget
Gets whether this search result instance contains a navigation target.
hasTemplate(String) - Method in class com.vaadin.flow.router.internal.ConfiguredRoutes
See if configuration contains a registered route for given template.
HasTestBenchCommandExecutor - Interface in com.vaadin.testbench
Interface for classes that have access to a TestBenchCommandExecutor instance.
HasText - Interface in com.vaadin.flow.component
A component that supports text content.
HasText.WhiteSpace - Enum Class in com.vaadin.flow.component
Represents "white-space" style values.
HasTheme - Interface in com.vaadin.flow.component
Represents Component which has theme attribute.
hasThemeName(String) - Method in class com.vaadin.flow.component.contextmenu.MenuItemBase
Checks if the item has the given theme name.
hasThemeName(String) - Method in interface com.vaadin.flow.component.HasTheme
Checks if the component has the given theme name.
hasThemeName(String) - Method in class com.vaadin.flow.component.messages.MessageListItem
Checks if the message has the given theme name.
HasThemeVariant<TVariantEnum extends ThemeVariant> - Interface in com.vaadin.flow.component.shared
Mixin interface that allows adding and removing typed theme variants to / from a component
hasTitleComponent() - Method in class com.vaadin.flow.component.login.testbench.LoginOverlayElement
Checks if anything was set into the title slot
HasTooltip - Interface in com.vaadin.flow.component.shared
Mixin interface for components that have special handling for tooltips on the Web Component level.
hasUnknownForward() - Method in class com.vaadin.flow.router.BeforeEvent
Gets if forward route is unknown.
hasUnknownReroute() - Method in class com.vaadin.flow.router.BeforeEvent
Gets if reroute route is unknown.
HasUrlParameter<T> - Interface in com.vaadin.flow.router
Defines route parameters for navigation targets for use in routing.
HasUrlParameterFormat - Class in com.vaadin.flow.router.internal
Utility methods to transform urls and parameters from/into the HasUrlParameter format into/from the template format.
HasValidation - Interface in com.vaadin.flow.component
A component that supports input validation.
hasValidationErrors() - Method in class com.vaadin.flow.data.binder.StatusChangeEvent
Gets the associated validation status.
HasValidationProperties - Interface in com.vaadin.flow.component.shared
Mixin interface for components that provide properties for setting invalid state and error message string to show when invalid.
HasValidator<V> - Interface in com.vaadin.flow.data.binder
A generic interface for field components and other user interface objects that have a user-editable value that should be validated.
hasValidValue() - Method in class com.vaadin.flow.component.AbstractSinglePropertyField
Checks whether the element property has a value that can be converted to the model type.
hasValidValue() - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
 
hasValidValue() - Method in class com.vaadin.flow.component.radiobutton.RadioButtonGroup
 
hasValidValue() - Method in class com.vaadin.flow.component.select.Select
 
HasValue<E extends HasValue.ValueChangeEvent<V>,V> - Interface in com.vaadin.flow.component
A generic interface for field components and other user interface objects that have a user-editable value.
HasValue.ValueChangeEvent<V> - Interface in com.vaadin.flow.component
An event fired when the value of a HasValue changes.
HasValue.ValueChangeListener<E extends HasValue.ValueChangeEvent<?>> - Interface in com.vaadin.flow.component
A listener for value change events.
HasValueAndElement<E extends HasValue.ValueChangeEvent<V>,V> - Interface in com.vaadin.flow.component
A component that has a value.
HasValueChangeMode - Interface in com.vaadin.flow.data.value
Denotes that the component is able to change the way its value on the client side is synchronized with the server side.
HasWidgets - Interface in com.vaadin.flow.component.dashboard
HasWidgets is an interface for components that can contain and manage multiple DashboardWidget instances.
hasZeroSize(Object) - Static method in class com.vaadin.flow.data.binder.RequiredFieldConfiguratorUtil
Checks whether the given object would be considered empty according to the Size constraint.
HEAD - Enum constant in enum class com.vaadin.flow.component.page.TargetElement
 
Header - Class in com.vaadin.flow.component.html
Component representing a <header> element.
Header() - Constructor for class com.vaadin.flow.component.html.Header
Creates a new empty header.
Header() - Constructor for class com.vaadin.flow.component.login.LoginI18n.Header
 
Header(Component...) - Constructor for class com.vaadin.flow.component.html.Header
Creates a new header with the given child components.
HEADER - Enum constant in enum class com.vaadin.flow.component.grid.CellFocusEvent.GridSection
Header section.
HEADER - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
HEADER - Enum constant in enum class com.vaadin.flow.server.PwaIcon.Domain
 
HEADER - Static variable in annotation interface com.vaadin.flow.component.Tag
Tag for an <header>.
HEADER - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.TextColor
 
HeaderRow - Class in com.vaadin.flow.component.grid
One row of HeaderRow.HeaderCells in a Grid.
HeaderRow.HeaderCell - Class in com.vaadin.flow.component.grid
A header cell in a Grid.
HEADPHONES - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
HEADSET - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
HEADSET_HOOK - Static variable in interface com.vaadin.flow.component.Key
The Headset Hook key.
HEALTH_CARD - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
HEART - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
HEART_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
heartbeat(HeartbeatEvent) - Method in interface com.vaadin.flow.component.HeartbeatListener
Notifies about a heartbeat received for UI.
HEARTBEAT - Enum constant in enum class com.vaadin.flow.server.HandlerHelper.RequestType
Heartbeat requests.
HeartbeatEvent - Class in com.vaadin.flow.component
Event created for an application heartbeat from the client.
HeartbeatEvent(UI, long) - Constructor for class com.vaadin.flow.component.HeartbeatEvent
Constructs a heartbeat Event.
HeartbeatHandler - Class in com.vaadin.flow.server.communication
Handles heartbeat requests.
HeartbeatHandler() - Constructor for class com.vaadin.flow.server.communication.HeartbeatHandler
 
HeartbeatListener - Interface in com.vaadin.flow.component
Listener for listening to the heartbeat of the application.
HEATMAP - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
HeatSeries - Class in com.vaadin.flow.component.charts.model
A specialized series for use with HeatMaps
HeatSeries() - Constructor for class com.vaadin.flow.component.charts.model.HeatSeries
 
HeatSeries(String) - Constructor for class com.vaadin.flow.component.charts.model.HeatSeries
Constructs a HeatSeries with the given name
HeatSeries(String, Number[]...) - Constructor for class com.vaadin.flow.component.charts.model.HeatSeries
Constructs a HeatSeries with the given name and values
height() - Element in annotation interface com.vaadin.flow.component.page.BodySize
Definition for body height.
HELP - Static variable in interface com.vaadin.flow.component.Key
The Help key.
HIBERNATE - Static variable in interface com.vaadin.flow.component.Key
The Hibernate key.
HIDDEN - Enum constant in enum class com.vaadin.flow.component.grid.GridMultiSelectionModel.SelectAllCheckboxVisibility
Never shows the select all checkbox, regardless of data is in-memory or not (lazy).
HIDDEN - Enum constant in enum class com.vaadin.flow.dom.Style.Overflow
 
HIDDEN - Enum constant in enum class com.vaadin.flow.dom.Style.Visibility
 
HIDDEN - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Display.Breakpoint.Large
 
HIDDEN - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Display.Breakpoint.Medium
 
HIDDEN - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Display.Breakpoint.Small
 
HIDDEN - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Display.Breakpoint.XLarge
 
HIDDEN - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Display.Breakpoint.XXLarge
 
HIDDEN - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Display
 
HIDDEN - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Overflow
 
HierarchicalArrayUpdater - Interface in com.vaadin.flow.data.provider.hierarchy
Hierarchical array update strategy aware class.
HierarchicalArrayUpdater.HierarchicalUpdate - Interface in com.vaadin.flow.data.provider.hierarchy
Array updater strategy that is aware of hierarchical changes.
HierarchicalCommunicationController<T> - Class in com.vaadin.flow.data.provider.hierarchy
HierarchicalCommunicationController controls all the communication to client.
HierarchicalCommunicationController(String, DataKeyMapper<T>, HierarchyMapper<T, ?>, DataGenerator<T>, SerializableFunction<Integer, HierarchicalArrayUpdater.HierarchicalUpdate>, SerializableBiFunction<String, Range, Stream<T>>) - Constructor for class com.vaadin.flow.data.provider.hierarchy.HierarchicalCommunicationController
Constructs communication controller with support for hierarchical data structure.
HierarchicalConfigurableFilterDataProvider<T,Q,C> - Interface in com.vaadin.flow.data.provider.hierarchy
A hierarchical data provider that supports programmatically setting a filter that will be applied to all queries.
HierarchicalDataCommunicator<T> - Class in com.vaadin.flow.data.provider.hierarchy
Data communicator that handles requesting hierarchical data from HierarchicalDataProvider and sending it to client side.
HierarchicalDataCommunicator(CompositeDataGenerator<T>, HierarchicalArrayUpdater, SerializableConsumer<JsonArray>, StateNode, SerializableSupplier<ValueProvider<T, String>>) - Constructor for class com.vaadin.flow.data.provider.hierarchy.HierarchicalDataCommunicator
Construct a new hierarchical data communicator backed by a TreeDataProvider.
HierarchicalDataProvider<T,F> - Interface in com.vaadin.flow.data.provider.hierarchy
A common interface for fetching hierarchical data from a data source, such as an in-memory collection or a backend database.
HierarchicalQuery<T,F> - Class in com.vaadin.flow.data.provider.hierarchy
Immutable hierarchical query object used to request data from a backend.
HierarchicalQuery(int, int, List<QuerySortOrder>, Comparator<T>, F, T) - Constructor for class com.vaadin.flow.data.provider.hierarchy.HierarchicalQuery
Constructs a new hierarchical query object with given offset, limit, sorting and filtering.
HierarchicalQuery(F, T) - Constructor for class com.vaadin.flow.data.provider.hierarchy.HierarchicalQuery
Constructs a new hierarchical query object with given filter and parent node.
HierarchyColumnComponentRenderer<COMPONENT extends Component,SOURCE> - Class in com.vaadin.flow.component.treegrid
Renders components as hierarchy column for tree grid.
HierarchyColumnComponentRenderer(ValueProvider<SOURCE, COMPONENT>, TreeGrid<SOURCE>) - Constructor for class com.vaadin.flow.component.treegrid.HierarchyColumnComponentRenderer
 
HierarchyMapper<T,F> - Class in com.vaadin.flow.data.provider.hierarchy
Mapper for hierarchical data.
HierarchyMapper(HierarchicalDataProvider<T, F>) - Constructor for class com.vaadin.flow.data.provider.hierarchy.HierarchyMapper
Constructs a new HierarchyMapper.
HIGH - Enum constant in enum class com.vaadin.flow.component.charts.model.VerticalAlign
 
HIGH - Enum constant in enum class com.vaadin.flow.component.html.IFrame.ImportanceType
 
HIGH_PROPERTY - Static variable in class com.vaadin.flow.component.charts.model.DataProviderSeries
 
highlight(String, boolean) - Method in class com.vaadin.collaborationengine.FormManager
Sets the highlight state of the provided property name for the local user.
highlight(String, boolean, int) - Method in class com.vaadin.collaborationengine.FormManager
Sets the highlight state at the provided field index of the provided property name for the local user.
highlight(T, boolean) - Method in interface com.vaadin.flow.router.HighlightAction
Performs the highlight action on the target.
HighlightAction<T> - Interface in com.vaadin.flow.router
An action to be performed to set the highlight state of the target.
HighlightActions - Class in com.vaadin.flow.router
A set of predefined HighlightActions.
HighlightCondition<T> - Interface in com.vaadin.flow.router
A condition to meet to determine the highlight state of the target.
HighlightConditions - Class in com.vaadin.flow.router
A set of predefined HighlightConditions.
HighlightHandler - Interface in com.vaadin.collaborationengine
Functional interface that defines how to handle highlight changes for properties in a topic.
HighlightHandler.HighlightContext - Interface in com.vaadin.collaborationengine
The context of the highlight.
HILLA_ENDPOINT_CLASS - Static variable in interface com.vaadin.flow.internal.hilla.EndpointRequestUtil
 
HILLA_FULLSTACK_SIGNALS - Static variable in class com.vaadin.experimental.FeatureFlags
 
HILLA_I18N - Static variable in class com.vaadin.experimental.FeatureFlags
 
HILLA_VIEWS_PATH - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
The default directory in frontend directory, where Hilla views are located.
HillaHintsRegistrar - Class in com.vaadin.hilla.springnative
Registers runtime hints for Spring 3 native support for Hilla.
HillaHintsRegistrar() - Constructor for class com.vaadin.hilla.springnative.HillaHintsRegistrar
 
HillaStats - Class in com.vaadin.hilla
Reports Hilla statistics.
HillaStats() - Constructor for class com.vaadin.hilla.HillaStats
 
HIRAGANA - Static variable in interface com.vaadin.flow.component.Key
The Hiragana key.
HIRAGANA_KATAKANA - Static variable in interface com.vaadin.flow.component.Key
Toggles between the Hiragana and Katakana writing systems.
History - Class in com.vaadin.flow.component.page
Represents window.history in the browser.
History(UI) - Constructor for class com.vaadin.flow.component.page.History
Creates a history API endpoint for the given UI.
HISTORY - Enum constant in enum class com.vaadin.flow.router.NavigationTrigger
Navigation was triggered by the user going forward or back in the browser's history.
History.HistoryStateChangeEvent - Class in com.vaadin.flow.component.page
Event fired when the history state has changed.
History.HistoryStateChangeHandler - Interface in com.vaadin.flow.component.page
Handles location change events.
HistoryStateChangeEvent(History, JsonValue, Location, NavigationTrigger) - Constructor for class com.vaadin.flow.component.page.History.HistoryStateChangeEvent
Creates a new event.
HOME - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
HOME - Static variable in interface com.vaadin.flow.component.Key
The Home or ? key.
HOME_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
 
HONEYDEW - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
HONORIFIC_PREFIX - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
Prefix or title (e.g.
HONORIFIC_SUFFIX - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
Suffix (e.g.