Index
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 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Position
- 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
andDetachEvent
. - 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
BackEndHierarchicalDataProvider
s. - 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.
- AbstractCollaborationManager - Class in com.vaadin.collaborationengine
-
The common abstract superclass of Collaboration Managers.
- AbstractCollaborationManager(UserInfo, String, 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
. - AbstractGridExtension(Grid<T>) - Constructor for class com.vaadin.flow.component.grid.Grid.AbstractGridExtension
-
Constructs a new grid extension, extending the given grid.
- AbstractGridMultiSelectionModel<T> - Class in com.vaadin.flow.component.grid
-
Abstract implementation of a GridMultiSelectionModel.
- AbstractGridMultiSelectionModel(Grid<T>) - Constructor for class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
-
Constructor for passing a reference of the grid to this implementation.
- AbstractGridSingleSelectionModel<T> - Class in com.vaadin.flow.component.grid
-
Abstract implementation of a GridSingleSelectionModel.
- AbstractGridSingleSelectionModel(Grid<T>) - Constructor for class com.vaadin.flow.component.grid.AbstractGridSingleSelectionModel
-
Constructor for passing a reference of the grid to this implementation.
- AbstractHierarchicalDataProvider<T,
F> - Class in com.vaadin.flow.data.provider.hierarchy -
Abstract hierarchical data provider implementation which takes care of item refreshes and associated events.
- AbstractHierarchicalDataProvider() - Constructor for class com.vaadin.flow.data.provider.hierarchy.AbstractHierarchicalDataProvider
- AbstractInjectableElementInitializer - Class in com.vaadin.flow.component.template.internal
-
Generic initializer logic.
- AbstractInjectableElementInitializer(Element) - Constructor for class com.vaadin.flow.component.template.internal.AbstractInjectableElementInitializer
-
Creates an initializer for the
element
. - 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.
- 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.
- 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.
- 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) usingsession
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
, orOK
key or button. - 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.
- 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.
- 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
- 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
- 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.
- 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(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.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
-
Adds the given components to the container.
- 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.select.Select
-
Adds the given components as children of this component.
- add(Component...) - Method in class com.vaadin.flow.component.tabs.Tabs
-
Deprecated.
- 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(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 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.dialog.Dialog
-
Adds the given components into this dialog.
- 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(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(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<T>>) - Method in interface com.vaadin.flow.component.BlurNotifier
-
Add a listener to blur DOM events.
- 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.
- addClassNames(String...) - Method in interface com.vaadin.flow.component.HasStyle
-
Adds one or more CSS class names to this component.
- addClearAllAction(Runnable) - Static method in class com.vaadin.flow.internal.ReflectionCache
-
Adds an action that will be run when all reflection caches are cleared.
- 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 implementsClickNotifier
interface. - addClientValidatedEventListener(ComponentEventListener<HasClientValidation.ClientValidatedEvent>) - Method in interface com.vaadin.flow.component.shared.HasClientValidation
-
Adds a listener for the
validated
event fired by the web component whenever it is validated on the client-side. - 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.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.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(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 usingJsonSerializer.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 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.contextmenu.ContextMenuBase
-
Adds the given component into this context menu at the given index.
- addComponentAtIndex(int, Component) - Method in class com.vaadin.flow.component.contextmenu.MenuManager
-
Inserts component to the (sub)menu using the
index
. - addComponentAtIndex(int, Component) - Method in class com.vaadin.flow.component.contextmenu.SubMenuBase
-
Adds the given component into the sub menu overlay at the given index.
- addComponentAtIndex(int, Component) - Method in class com.vaadin.flow.component.dialog.Dialog
-
Adds the given component into this dialog at the given index.
- addComponentAtIndex(int, Component) - Method in interface com.vaadin.flow.component.HasComponents
-
Adds the given component as child of this component at the specific index.
- addComponentAtIndex(int, Component) - Method in class com.vaadin.flow.component.notification.Notification
-
Adds the given component into this notification at the given index.
- addComponentAtIndex(int, Component) - Method in class com.vaadin.flow.component.select.Select
-
Adds the given component as child of this component at the specific index.
- addComponentAtIndex(int, Component) - Method in class com.vaadin.flow.component.tabs.Tabs
-
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
orJavaScript
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
-
Adds components to the content section
- addContextMenu() - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a new context-menu for this grid.
- addCookie(Cookie) - Method in interface com.vaadin.flow.server.VaadinResponse
-
Adds the specified cookie to the response.
- 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.
- addDataGenerator(DataGenerator<T>) - Method in class com.vaadin.flow.component.grid.Grid
- addDataGenerator(DataGenerator<T>) - Method in class com.vaadin.flow.data.provider.CompositeDataGenerator
- addDataGenerator(DataGenerator<T>) - Method in interface com.vaadin.flow.data.provider.HasDataGenerators
-
Adds the given data generator.
- addDataProviderListener(DataProviderListener<T>) - Method in class com.vaadin.flow.data.provider.AbstractDataProvider
- addDataProviderListener(DataProviderListener<T>) - Method in interface com.vaadin.flow.data.provider.DataProvider
-
Adds a data provider listener.
- addDataProviderListener(DataProviderListener<T>) - Method in class com.vaadin.flow.data.provider.DataProviderWrapper
- addDeleteListener(ComponentEventListener<Crud.DeleteEvent<E>>) - Method in class com.vaadin.flow.component.crud.Crud
-
Registers a listener to be notified when the user tries to delete an existing item.
- addDependencyFilter(DependencyFilter) - Method in class com.vaadin.flow.server.ServiceInitEvent
-
Adds a new dependency filter that will be used by this service.
- addDestroyListener(SessionDestroyListener) - Method in class com.vaadin.flow.spring.SpringVaadinSession
-
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.
- addDragEndListener(ComponentEventListener<DragEndEvent<T>>) - Method in interface com.vaadin.flow.component.dnd.DragSource
-
Attaches dragend listener for the current drag source.The listener is triggered when dragend event happens on the client side.
- addDragEndListener(ComponentEventListener<GridDragEndEvent<T>>) - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a drag end listener to this component.
- addDragStartListener(ComponentEventListener<DragStartEvent<T>>) - Method in interface com.vaadin.flow.component.dnd.DragSource
-
Attaches dragstart listener for the current drag source.
- addDragStartListener(ComponentEventListener<GridDragStartEvent<T>>) - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a drag start listener to this component.
- addDrilldownListener(ComponentEventListener<DrilldownEvent>) - Method in class com.vaadin.flow.component.charts.Chart
-
Sets the Chart drilldown handler that's responsible for returning the drilldown series for each drilldown callback when doing async drilldown
- addDropListener(ComponentEventListener<DropEvent<T>>) - Method in interface com.vaadin.flow.component.dnd.DropTarget
-
Attaches drop listener for the component this maps to.
- addDropListener(ComponentEventListener<GridDropEvent<T>>) - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a drop listener to this component.
- addDynamicImport(String) - Method in class com.vaadin.flow.component.page.Page
-
Adds a dynamic import using a JavaScript
expression
which is supposed to return a JavaScriptPromise
. - 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.
- 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
- 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<T>>) - Method in interface com.vaadin.flow.component.FocusNotifier
-
Add a listener to focus DOM events.
- addFocusShortcut(Key, KeyModifier...) - Method in interface com.vaadin.flow.component.Focusable
- addForgotPasswordListener(ComponentEventListener<AbstractLogin.ForgotPasswordEvent>) - Method in class com.vaadin.flow.component.login.AbstractLogin
-
Adds `forgotPassword` event listener.
- addFormItem(Component, 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.
- addHeader(String, String) - Method in class com.vaadin.external.apache.commons.fileupload2.util.FileItemHeadersImpl
-
Method to add header values to this instance.
- 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(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.
- 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.
- addItemPropertyChangedListener(ComponentEventListener<GridPro.ItemPropertyChangedEvent<E>>) - Method in class com.vaadin.flow.component.gridpro.GridPro
-
Registers a listener to be notified when the user has edited an existing item.
- addItems(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.
- 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.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 thekey
andmodifiers
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 thekey
andmodifiers
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 thekey
andmodifiers
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.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
LogoutHandler
s 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.
- addMobileDndPolyfillIfNeeded(Component) - Static method in class com.vaadin.flow.component.dnd.internal.DndUtil
-
Adds the mobile dnd polyfills when a iOS device is used.
- 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.
- 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<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
- 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 byname
. - addProperty(String, double) - Method in class com.vaadin.flow.component.WebComponentExporter
-
Add an
Double
property to the exported web component identified byname
. - addProperty(String, int) - Method in class com.vaadin.flow.component.WebComponentExporter
-
Add an
Integer
property to the exported web component identified byname
. - addProperty(String, JsonValue) - Method in class com.vaadin.flow.component.WebComponentExporter
-
Add an
JsonValue
property to the exported web component identified byname
. - addProperty(String, String) - Method in class com.vaadin.flow.component.WebComponentExporter
-
Add an
String
property to the exported web component identified byname
. - 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.
- 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(Component...) - Method in class com.vaadin.flow.component.board.Board
-
Creates a new row and adds the given components to the row.
- addSaveListener(ComponentEventListener<Crud.SaveEvent<E>>) - Method in class com.vaadin.flow.component.crud.Crud
-
Registers a listener to be notified when the user tries to save a new item or modifications to an existing item.
- addSaveListener(EditorSaveListener<T>) - Method in interface com.vaadin.flow.component.grid.editor.Editor
-
Adds an editor save
listener
. - addSaveListener(EditorSaveListener<T>) - Method in class com.vaadin.flow.component.grid.editor.EditorImpl
- 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
- addSeries(Series) - Method in class com.vaadin.flow.component.charts.model.Configuration
-
Adds a single series to the list of series in this configuration.
- addSeriesAfterAnimateListener(ComponentEventListener<SeriesAfterAnimateEvent>) - Method in class com.vaadin.flow.component.charts.Chart
-
Adds a series after animate listener, which will be notified after a series is animated
- addSeriesClickListener(ComponentEventListener<SeriesClickEvent>) - Method in class com.vaadin.flow.component.charts.Chart
-
Adds a series click listener, which will be notified of clicks on the series in the chart
- addSeriesHideListener(ComponentEventListener<SeriesHideEvent>) - Method in class com.vaadin.flow.component.charts.Chart
-
Adds a series hide listener, which will be notified when a series is hidden
- addSeriesLegendItemClickListener(ComponentEventListener<SeriesLegendItemClickEvent>) - Method in class com.vaadin.flow.component.charts.Chart
-
Adds a series legend item click listener, which will be notified of clicks on the legend's items corresponding to a Series
- addSeriesMouseOutListener(ComponentEventListener<SeriesMouseOutEvent>) - Method in class com.vaadin.flow.component.charts.Chart
-
Adds a point mouse out listener, which will be notified when the mouse exits the neighborhood of a series
- addSeriesMouseOverListener(ComponentEventListener<SeriesMouseOverEvent>) - Method in class com.vaadin.flow.component.charts.Chart
-
Adds a point mouse out listener, which will be notified when the mouse enters the neighborhood of a series
- addSeriesShowListener(ComponentEventListener<SeriesShowEvent>) - Method in class com.vaadin.flow.component.charts.Chart
-
Adds a series show listener, which will be notified when a series is shown
- addServiceDestroyListener(ServiceDestroyListener) - Method in class com.vaadin.flow.server.VaadinService
-
Adds a service destroy listener that gets notified when this service is destroyed.
- addSessionDestroyListener(SessionDestroyListener) - Method in class com.vaadin.flow.server.VaadinService
-
Adds a listener that gets notified when a Vaadin service session that has been initialized for this service is destroyed.
- addSessionInitListener(SessionInitListener) - Method in class com.vaadin.flow.server.VaadinService
-
Adds a listener that gets notified when a new Vaadin service session is initialized for this service.
- addShortcutListener(Component, 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 givenComponentEventListener
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 givenCommand
when invoked. - 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.
- 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.
- 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'.
- 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.
- 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
-
Adds a user entry for the specified month.
- addValidationStatusChangeListener(ValidationStatusChangeListener<String>) - Method in class com.vaadin.flow.component.textfield.EmailField
- addValidationStatusChangeListener(ValidationStatusChangeListener<String>) - Method in class com.vaadin.flow.component.textfield.PasswordField
- addValidationStatusChangeListener(ValidationStatusChangeListener<String>) - Method in class com.vaadin.flow.component.textfield.TextArea
- addValidationStatusChangeListener(ValidationStatusChangeListener<String>) - Method in class com.vaadin.flow.component.textfield.TextField
- 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<Set<T>>) - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
- addValidationStatusChangeListener(ValidationStatusChangeListener<T>) - Method in class com.vaadin.flow.component.radiobutton.RadioButtonGroup
- addValidationStatusChangeListener(ValidationStatusChangeListener<T>) - Method in class com.vaadin.flow.component.select.Select
- addValidationStatusChangeListener(ValidationStatusChangeListener<T>) - Method in class com.vaadin.flow.component.textfield.AbstractNumberField
- addValidationStatusChangeListener(ValidationStatusChangeListener<TValue>) - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
- 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.
- 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
- afterNavigation() - Method in class com.vaadin.flow.component.applayout.AppLayout
-
Called after a navigation event.
- afterNavigation(AfterNavigationEvent) - Method in interface com.vaadin.flow.router.internal.AfterNavigationHandler
-
Callback executed after navigation has been executed.
- afterNavigation(AfterNavigationEvent) - Method in class com.vaadin.flow.router.RouterLink
- AfterNavigationEvent - Class in com.vaadin.flow.router
-
Event created after navigation completed.
- AfterNavigationEvent(LocationChangeEvent) - Constructor for class com.vaadin.flow.router.AfterNavigationEvent
-
Construct event from a NavigationEvent.
- AfterNavigationHandler - Interface in com.vaadin.flow.router.internal
-
The base interface for every
AfterNavigationEvent
handler. - AfterNavigationListener - Interface in com.vaadin.flow.router
-
A listener that may be added to the
UI
usingUI.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
- 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_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_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.
- 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(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.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.
- 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
orAltGraph
(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 labelledAltGr
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_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 theVaadinStatelessSecurityConfigurer<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
- 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
- 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
- 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_META_INF_RESOURCES - Static variable in class com.vaadin.flow.server.frontend.TaskUpdateThemeImport
- 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
-
A factory for
ApplicationConfiguration
. - ApplicationConfigurationImpl(VaadinContext, FallbackChunk, 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
- 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(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(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.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. - 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.
- 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
- ARIA_LABEL_PROPERTY_NAME - Static variable in class com.vaadin.flow.dom.ElementConstants
-
The aria-label property.
- 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.JsonCodec
-
Type id for a complex type array containing a
JsonArray
. - arrayequals(byte[], byte[], int) - Static method in class com.vaadin.external.apache.commons.fileupload2.MultipartStream
-
Compares
count
first bytes in the arraysa
andb
. - 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_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>
. - as(Class<T>) - Method in class com.vaadin.flow.dom.Element
-
Creates a new component instance using this element.
- asArray() - Static method in class com.vaadin.flow.internal.JsonUtils
-
Creates a collector that collects values into a JSON array.
- asArraySerializer() - Method in class com.vaadin.flow.component.charts.model.serializers.BeanSerializerDelegator
- 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
. - 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.
- 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
. - asString(InputStream) - Static method in class com.vaadin.external.apache.commons.fileupload2.util.Streams
-
This convenience method allows to read a
FileItemStream
's content into a string. - asString(InputStream, String) - Static method in class com.vaadin.external.apache.commons.fileupload2.util.Streams
-
This convenience method allows to read a
FileItemStream
's content into a string, using the given character encoding. - 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
-
Id for
AttachExistingElementFeature
. - 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 thepreviousSibling
. - 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
- ATTACHMENT - Static variable in class com.vaadin.external.apache.commons.fileupload2.FileUploadBase
-
Content-disposition value for file attachment.
- 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
-
Requires the given attribute to match the given value.
- 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.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
-
Requires the given attribute to contain the given value.
- AttributeMatch(String) - Constructor for class com.vaadin.testbench.ElementQuery.AttributeMatch
- AttributeMatch(String, String) - Constructor for class com.vaadin.testbench.ElementQuery.AttributeMatch
- AttributeMatch(String, String, String) - Constructor for class com.vaadin.testbench.ElementQuery.AttributeMatch
- 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() - Constructor for class com.vaadin.flow.spring.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 - 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.Width
- 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. - AUTOMATIC - Enum constant in enum class com.vaadin.flow.component.page.Inline.Wrapping
- 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
- available() - Method in class com.vaadin.external.apache.commons.fileupload2.MultipartStream.ItemInputStream
-
Returns the number of bytes, which are currently available, without blocking.
- 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
- 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"
andEnter
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.
- BASELINE - Enum constant in enum class com.vaadin.flow.component.orderedlayout.FlexComponent.Alignment
-
Items are positioned at the baseline of the container.
- BASELINE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.AlignItems
- 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
-
Id for
BasicTypeValue
. - 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
forBasicElementStateProvider
. - 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
andLocalDateRenderer
. - 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.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
- beforeClientResponse(Component, SerializableConsumer<ExecutionContext>) - Method in class com.vaadin.flow.component.UI
-
Registers a task to be executed before the response is sent to the client.
- beforeClientResponse(StateNode, SerializableConsumer<ExecutionContext>) - Method in class com.vaadin.flow.internal.StateTree
-
Registers a task to be executed before the response is sent to the client.
- beforeEnter(BeforeEnterEvent) - Method in interface com.vaadin.flow.router.internal.BeforeEnterHandler
-
Callback executed before navigation to attaching Component chain is made.
- beforeEnter(BeforeEnterEvent) - Method in class com.vaadin.flow.server.auth.ViewAccessChecker
- 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
usingUI.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
andBeforeEnterEvent
. - 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
usingUI.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
- 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. - 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
- BigDecimalRangeValidator - Class in com.vaadin.flow.data.validator
-
Validator for validating that an
BigDecimal
is inside a given range. - BigDecimalRangeValidator(String, BigDecimal, BigDecimal) - Constructor for class com.vaadin.flow.data.validator.BigDecimalRangeValidator
-
Creates a validator for checking that an BigDecimal is within a given range.
- BigIntegerRangeValidator - Class in com.vaadin.flow.data.validator
-
Validator for validating that an
BigInteger
is inside a given range. - BigIntegerRangeValidator(String, BigInteger, BigInteger) - Constructor for class com.vaadin.flow.data.validator.BigIntegerRangeValidator
-
Creates a validator for checking that an BigInteger is within a given range.
- bind(HasValue<?, FIELDVALUE>, ValueProvider<BEAN, FIELDVALUE>, Setter<BEAN, FIELDVALUE>) - Method in class com.vaadin.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 forBinder.bindInstanceFields(Object)
,Binder.bind(HasValue, String)
andBinder.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 type to resolve bean 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 type to resolve bean properties.
- Binder.Binding<BEAN,
TARGET> - Interface in com.vaadin.flow.data.binder -
Represents the binding between a field and a data property.
- Binder.BindingBuilder<BEAN,
TARGET> - Interface in com.vaadin.flow.data.binder -
Creates a binding between a field and a data property.
- Binder.BindingBuilderImpl<BEAN,
FIELDVALUE, TARGET> - Class in com.vaadin.flow.data.binder -
An internal implementation of
BindingBuilder
. - Binder.BindingImpl<BEAN,
FIELDVALUE, TARGET> - Class in com.vaadin.flow.data.binder -
An internal implementation of
Binding
. - BinderCrudEditor<E> - Class in com.vaadin.flow.component.crud
-
A CRUD editor that binds editor fields to bean properties using a
Binder
. - BinderCrudEditor(Binder<E>) - Constructor for class com.vaadin.flow.component.crud.BinderCrudEditor
-
Initializes a BinderCrudEditor with the given binder and no form view
- BinderCrudEditor(Binder<E>, Component) - Constructor for class com.vaadin.flow.component.crud.BinderCrudEditor
-
Initializes a BinderCrudEditor with the given binder and form view
- BinderValidationErrorHandler - Interface in com.vaadin.flow.data.binder
-
Handler for applying effects to
HasValue
components inBinder
based onValidationResult
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 insideBinder.Binding
logic to wrap an exception caused byHasValue
, 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 ofcause
). - BindingExceptionHandler - Interface in com.vaadin.flow.data.binder
-
Handles an
Exception
which may be thrown insideBinder.Binding
logic to be able to identify the originator of the exception (the originalException
instance usually doesn't contain any information whichHasValue
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 thepropertyConfiguration
. - 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 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Display
- BLUE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- BLUEVIOLET - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- blur() - Method in interface com.vaadin.flow.component.Focusable
-
Calls the
blur
function at the client, making the component lose keyboard focus. - BlurEvent(C, boolean) - Constructor for class com.vaadin.flow.component.BlurNotifier.BlurEvent
-
BlurEvent base constructor.
- BlurNotifier<T extends Component> - Interface in com.vaadin.flow.component
-
Mixin interface to handle blur events on components.
- BlurNotifier.BlurEvent<C extends Component> - Class in com.vaadin.flow.component
-
Represents the DOM event "blur".
- Board - Class in com.vaadin.flow.component.board
-
Vaadin Board allows creating responsive layouts in an easy way.
- Board() - Constructor for class com.vaadin.flow.component.board.Board
-
Creates an empty board.
- 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
- 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 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.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(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() - 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_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.orderedlayout.Scroller.ScrollDirection
- 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.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.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.shared.Tooltip.TooltipPosition
- BOTTOM_STRETCH - Enum constant in enum class com.vaadin.flow.component.notification.Notification.Position
- BOUNDARY_PREFIX - Static variable in class com.vaadin.external.apache.commons.fileupload2.MultipartStream
-
A byte sequence that precedes a boundary (
CRLF--
). - 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.
- 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.
- 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.
- 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.
- BrowserFactory - Annotation Interface in com.vaadin.testbench.annotations
-
BrowserFactory
annotation is used to define whichTestBenchBrowserFactory
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.
- 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.Use
BrowserLiveReloadAccessor
instead - 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 aVaadinService
. - 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
- 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(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_FOLDER - Static variable in class com.vaadin.flow.server.InitParameters
-
Configuration name for the build folder.
- 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
- BundleLitParser - Class in com.vaadin.flow.component.littemplate
-
Parse statistics data provided by webpack.
- 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
- 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. - 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 - 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.JsonCodec
-
Helper for checking whether the type is supported by
JsonCodec.encodeWithoutTypeInfo(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.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.
- CANNOT_ACQUIRE_CLASSLOADER_SEVERE - Static variable in class com.vaadin.flow.server.VaadinService
- capitalize(String) - Static method in class com.vaadin.flow.internal.CaseUtil
-
Capitalizes the first character in the given string in a way suitable for use in code (methods, properties etc).
- capitalize(String) - Static method in class com.vaadin.flow.shared.util.SharedUtil
-
Capitalizes the first character in the given string in a way suitable for use in code (methods, properties etc).
- 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. - CAR - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- 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.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 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.AlignContent
- 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
- 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
- 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 - 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
- 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
- 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.
- 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
- 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. - 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.
- checkFileName(String) - Static method in class com.vaadin.external.apache.commons.fileupload2.util.Streams
-
Checks, whether the given file name is valid in the sense, that it doesn't contain any NUL characters.
- checkGreaterThanMax(V, V) - Static method in class com.vaadin.flow.component.shared.ValidationUtil
-
Checks if the value being set to the component is greater than the max value defined
- 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(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.
- 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
-
Checks the required validation constraint
- checkSmallerThanMin(V, V) - Static method in class com.vaadin.flow.component.shared.ValidationUtil
-
Checks if the value being set to the component is smaller than the max value defined
- checkUnbound() - Method in class com.vaadin.flow.data.binder.Binder.BindingBuilderImpl
-
Throws if this binding is already completed and cannot be modified anymore.
- 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. - 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
- CHUNKS - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
-
A key in a Json object for chunks list.
- 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
-
Id for
ElementClassList
. - ClassAttributeHandler - Class in com.vaadin.flow.dom.impl
-
Emulates the
class
attribute by delegating toElement.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
- ClassFinder - Interface in com.vaadin.flow.server.frontend.scanner
-
Interface for annotated and subclass class searches.
- ClassFinder.CachedClassFinder - Class in com.vaadin.flow.server.frontend.scanner
-
Implementation that proxy and cache a real
ClassFinder
. - ClassFinder.DefaultClassFinder - Class in com.vaadin.flow.server.frontend.scanner
-
Implementation that searches for annotated classes or subclasses in a list of classes.
- ClassList - Interface in com.vaadin.flow.dom
-
Representation of the class names for an
Element
. - ClassLoaderAwareServletContainerInitializer - Interface in com.vaadin.flow.server.startup
-
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
- 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.
- cleanVaadinEnvironment() - Method in class com.vaadin.testbench.unit.BaseUIUnitTest
-
Tears down mocked Vaadin.
- 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.internal.DependencyTreeCache
-
Clears all the contents of the cache.
- 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 thestart
position. - clear(int, int, String) - Method in interface com.vaadin.flow.data.provider.hierarchy.HierarchicalArrayUpdater.HierarchicalUpdate
-
Clears
length
elements in array from thestart
position. - 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
-
Clears the error condition of the given field, if one has been previously set with
BinderValidationErrorHandler.handleError(com.vaadin.flow.component.HasValue<?, ?>, com.vaadin.flow.data.binder.ValidationResult)
. - 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.
- clearFilters() - Method in interface com.vaadin.flow.data.provider.InMemoryDataProvider
-
Removes any filter that has been set or added previously.
- 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.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.
- click() - Method in class com.vaadin.flow.component.button.Button
-
Simulates a click on this button on the server side.
- 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.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.
- 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.
- 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
-
Id for
ClientCallableHandlers
. - 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_ROUTING - Static variable in class com.vaadin.flow.shared.ApplicationConstants
-
Whether the application is running vaadin-router in client side.
- 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.
- ClientValidatedEvent(Component, boolean) - Constructor for class com.vaadin.flow.component.shared.HasClientValidation.ClientValidatedEvent
-
Creates a new event using the given source.
- ClientValidatedEvent(Component, boolean, boolean) - Constructor for class com.vaadin.flow.component.shared.HasClientValidation.ClientValidatedEvent
-
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 - 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.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.external.apache.commons.fileupload2.impl.FileItemStreamImpl
-
Closes the file item.
- close() - Method in class com.vaadin.external.apache.commons.fileupload2.MultipartStream.ItemInputStream
-
Closes the input stream.
- close() - Method in interface com.vaadin.external.apache.commons.fileupload2.util.Closeable
-
Closes the object.
- close() - Method in class com.vaadin.external.apache.commons.fileupload2.util.LimitedInputStream
-
Closes this input stream and releases any system resources associated with the stream.
- 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.notification.Notification
-
Closes the notification.
- close() - Method in class com.vaadin.flow.component.UI
-
Marks this UI to be
detached
from the session at the end of the current request, or the next request if there is no current request (if called from a background thread, for instance.) - close() - Method in class com.vaadin.flow.server.VaadinSession
-
Sets this session to be closed and all UI state to be discarded at the end of the current request, or at the end of the next request if there is no ongoing one.
- close() - Method in class com.vaadin.testbench.TestBenchDriverProxy
- close() - Method in class com.vaadin.testbench.unit.mocks.MockSpringVaadinSession
- close(boolean) - Method in class com.vaadin.external.apache.commons.fileupload2.MultipartStream.ItemInputStream
-
Closes the input stream.
- 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
- Closeable - Interface in com.vaadin.external.apache.commons.fileupload2.util
-
Interface of an object, which may be closed.
- CLOSED - Enum constant in enum class com.vaadin.flow.server.VaadinSessionState
-
The session is closed; all the
UI
s have been removed andSessionDestroyListener
s 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 notnull
. - 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 theCollaborationEngine
. - 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 withCollaborationEngine
. - 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(LicenseEventHandler) - Constructor for class com.vaadin.collaborationengine.CollaborationEngineConfiguration
-
Creates a new Collaboration Engine configuration with the provided handler for license events.
- CollaborationEngineServiceInitListener - Class in com.vaadin.collaborationengine
-
A
VaadinServiceInitListener
which uses theInstantiator
to find whether an instance ofCollaborationEngineConfiguration
is provided as a bean in the current environment, using that instance if found. - 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
-
Message of a
CollaborationMessageList
. - 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 andtime
as the message timestamp. - CollaborationMessageInput - Class in com.vaadin.collaborationengine
-
Extension of the
MessageInput
component which integrates with theCollaborationMessageList
. - 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 theCollaborationEngine
. - 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.
- 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. - 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. - 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. - 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
- 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 - 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 - 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
- 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.external.apache.commons.fileupload2 - package com.vaadin.external.apache.commons.fileupload2
-
A component for handling HTML file uploads as specified by RFC 1867.
- com.vaadin.external.apache.commons.fileupload2.disk - package com.vaadin.external.apache.commons.fileupload2.disk
-
A disk-based implementation of the
FileItem
interface. - com.vaadin.external.apache.commons.fileupload2.impl - package com.vaadin.external.apache.commons.fileupload2.impl
-
Implementations and exceptions utils.
- com.vaadin.external.apache.commons.fileupload2.jaksrvlt - package com.vaadin.external.apache.commons.fileupload2.jaksrvlt
-
An implementation of
FileUpload
for use in servlets conforming to the namespacejakarta.servlet
. - com.vaadin.external.apache.commons.fileupload2.pub - package com.vaadin.external.apache.commons.fileupload2.pub
-
Exceptions, and other classes, that are known to be used outside of FileUpload.
- com.vaadin.external.apache.commons.fileupload2.util - package com.vaadin.external.apache.commons.fileupload2.util
-
This package contains various IO related utility classes or methods, which are basically reusable and not necessarily restricted to the scope of a file upload.
- com.vaadin.external.apache.commons.fileupload2.util.mime - package com.vaadin.external.apache.commons.fileupload2.util.mime
-
MIME decoder implementation, imported and retailed from Apache Geronimo.
- 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.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.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.richtexteditor - package com.vaadin.flow.component.richtexteditor
- com.vaadin.flow.component.richtexteditor.testbench - package com.vaadin.flow.component.richtexteditor.testbench
- 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.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.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.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.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.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.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.open - package com.vaadin.open
- com.vaadin.testbench - package com.vaadin.testbench
- com.vaadin.testbench.annotations - package com.vaadin.testbench.annotations
- 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.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
- 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
- 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.
- 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
-
Commits enqueued function calls added via
HierarchicalArrayUpdater.HierarchicalUpdate.enqueue(String, Serializable...)
. - 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 toCompare.PERCENT
orCompare.VALUE
- 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.
- 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
- 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
-
Id for
ComponentMapping
. - 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 byComponentRenderer
s. - 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
Component
s. - 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
istrue
). - 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
Component
s. - 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
- 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
andlookup2
. - 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_SQUARE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- computeTestMethods() - Method in class com.vaadin.testbench.parallel.ParallelRunner
- 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
- 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.
- 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 definitiondefinition
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.
- 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 givenAtmosphereResource
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, String, String, JsonValue) - Method in class com.vaadin.flow.component.UI
-
Connect a client with the server side UI.
- 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.
- 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
- 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(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.
- 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
- 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).
- 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 - 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_DISPOSITION - Static variable in class com.vaadin.external.apache.commons.fileupload2.FileUploadBase
-
HTTP content disposition header name.
- CONTENT_LENGTH - Static variable in class com.vaadin.external.apache.commons.fileupload2.FileUploadBase
-
HTTP content length header name.
- CONTENT_TYPE - Static variable in class com.vaadin.external.apache.commons.fileupload2.FileUploadBase
-
HTTP content type header name.
- 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).
- contentLength() - Method in class com.vaadin.external.apache.commons.fileupload2.jaksrvlt.JakSrvltRequestContext
-
Retrieve the content length of the request.
- contentLength() - Method in interface com.vaadin.external.apache.commons.fileupload2.UploadContext
-
Retrieve the content length of the request.
- 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.external.apache.commons.fileupload2.jaksrvlt.JakSrvltFileCleaner
-
Called when the web application is being destroyed.
- 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.external.apache.commons.fileupload2.jaksrvlt.JakSrvltFileCleaner
-
Called when the web application is initialized.
- 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
, orCtl
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
. - 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(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(LocalDate, ValueContext) - Method in class com.vaadin.flow.data.converter.LocalDateToDateConverter
- convertToModel(LocalDateTime, ValueContext) - Method in class com.vaadin.flow.data.converter.LocalDateTimeToDateConverter
- 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(Long, ValueContext) - Method in class com.vaadin.flow.data.converter.DateToLongConverter
- convertToPresentation(Date, ValueContext) - Method in class com.vaadin.flow.data.converter.DateToSqlDateConverter
- convertToPresentation(Date, ValueContext) - Method in class com.vaadin.flow.data.converter.LocalDateTimeToDateConverter
- convertToPresentation(Date, ValueContext) - Method in class com.vaadin.flow.data.converter.LocalDateToDateConverter
- convertToPresentation(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
- 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.
- 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(InputStream, OutputStream, boolean) - Static method in class com.vaadin.external.apache.commons.fileupload2.util.Streams
-
Copies the contents of the given
InputStream
to the givenOutputStream
. - copy(InputStream, OutputStream, boolean, byte[]) - Static method in class com.vaadin.external.apache.commons.fileupload2.util.Streams
-
Copies the contents of the given
InputStream
to the givenOutputStream
. - 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.
- 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 webpack 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(Query<T, F>) - Method in interface com.vaadin.flow.data.provider.CallbackDataProvider.CountCallback
-
Counts the number of available items based on a query.
- countChildItems(T) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchyMapper
- 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.
- CR - Static variable in class com.vaadin.external.apache.commons.fileupload2.MultipartStream
-
The Carriage Return ASCII character value.
- 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 providedWebComponentExporter
instances. - create(VaadinContext) - Method in interface com.vaadin.flow.server.startup.ApplicationConfigurationFactory
-
Creates a new instance of
ApplicationConfiguration
for the givencontext
. - 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, ErrorLevel) - Static method in interface com.vaadin.flow.data.binder.ValidationResult
-
Creates the validation result with the given
errorMessage
anderrorLevel
. - 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
<a>
element. - createAnchor(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an
<a>
with the givenhref
attribute. - createAnchor(String, String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an
<a>
element with the givenhref
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(JsonValue...) - Static method in class com.vaadin.flow.internal.JsonUtils
-
Creates a new JSON array with the given values.
- createBinding(HasValue<?, FIELDVALUE>, Converter<FIELDVALUE, TARGET>, BindingValidationStatusHandler) - Method in class com.vaadin.flow.data.binder.Binder
-
Creates a new binding with the given field.
- createBootstrapContext(VaadinRequest, VaadinResponse, UI, Function<VaadinRequest, String>) - Method in class com.vaadin.flow.server.BootstrapHandler
- createBootstrapContext(VaadinRequest, VaadinResponse, UI, Function<VaadinRequest, String>) - Method in class com.vaadin.flow.server.communication.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
<br>
element. - createButton() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a
<button>
element. - createButton(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a
<button>
with the given text content. - createColumn(Renderer<T>, String) - Method in class com.vaadin.flow.component.grid.Grid
-
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
- 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
<div>
element. - createDiv(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a
<div>
with the given text content. - 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 rendereditem
. - createElement(WebElement, TestBenchCommandExecutor) - Static method in class com.vaadin.testbench.TestBench
- createEmphasis() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an
<em>
element. - createEmphasis(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an
<em>
element with the given text content. - 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.
- createHandler(VaadinService) - Method in interface com.vaadin.flow.server.StaticFileHandlerFactory
-
Creates a new instance of
StaticFileHandler
for the givenservice
. - createHeading1() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an
<h1>
element. - createHeading1(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a
<h1>
element with the given text content. - createHeading2() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an
<h2>
element. - createHeading2(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a
<h2>
element with the given text content. - createHeading3() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an
<h3>
element. - createHeading3(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a
<h3>
element with the given text content. - createHeading4() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an
<h4>
element. - createHeading4(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a
<h4>
element with the given text content. - createHeading5() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an
<h5>
element. - createHeading5(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a
<h5>
element with the given text content. - createHeading6() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an
<h6>
element. - createHeading6(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a
<h6>
element with the given text content. - createHierarchyMapper(HierarchicalDataProvider<T, F>) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalDataCommunicator
-
Create new
HierarchyMapper
for the given data provider. - createHr() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an
<hr>
element. - 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
<input>
element. - createInput(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an
<input>
element with the given type. - createInputStream() - Method in interface com.vaadin.flow.server.InputStreamFactory
-
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 providedservice
. - createItem(String, String, boolean, String) - Method in class com.vaadin.external.apache.commons.fileupload2.disk.DiskFileItemFactory
-
Create a new
DiskFileItem
instance from the supplied parameters and the local factory configuration. - createItem(String, String, boolean, String) - Method in interface com.vaadin.external.apache.commons.fileupload2.FileItemFactory
-
Create a new
FileItem
instance from the supplied parameters and any local factory configuration. - createItem(Map<String, String>, boolean) - Method in class com.vaadin.external.apache.commons.fileupload2.FileUploadBase
-
Deprecated.1.2 This method is no longer used in favour of internally created instances of
FileItem
. - 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
<label>
element. - createLabel(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an
<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
<li>
element. - createListItem(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an
<li>
element with the given text content. - createLookup(VaadinContext, Map<Class<?>, Collection<Class<?>>>) - Method in class com.vaadin.flow.di.LookupInitializer
-
Creates a lookup based on provided
services
. - 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.
- createObject(Map<String, T>, Function<T, JsonValue>) - Static method in class com.vaadin.flow.internal.JsonUtils
-
Converts the given map into a JSON object by converting each map value to a JSON value.
- createObjectMapper() - Static method in class com.vaadin.flow.component.charts.util.ChartSerialization
-
Create the default
ObjectMapper
used for serialization. - createObjectMapper(BeanSerializerModifier) - Static method in class com.vaadin.flow.component.charts.util.ChartSerialization
- createOption() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an
<option>
element. - createOption(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an
<option>
element with the given text content. - 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
<p>
element. - createParagraph(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a
<p>
element with the given text content. - createParameterizedType(Class<?>, Type) - Static method in class com.vaadin.flow.internal.ReflectTools
-
Creates a parameterized type, e.g.
- createParser() - Method in class com.vaadin.flow.component.littemplate.LitTemplateParser.LitTemplateParserFactory
-
Creates a Lit template parser instance.
- createPreformatted() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a
<pre>
element. - createPreformatted(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a
<pre>
element with the given text content. - createProcessBuilder(List<String>) - Static method in class com.vaadin.flow.server.frontend.FrontendUtils
-
Creates a process builder for the given list of program and arguments.
- createPropertyDeploymentConfiguration(Class<?>, VaadinConfig) - 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
<a>
element with the givenhref
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
-
Produces scanner implementation based on
allDependenciesScan
value. - 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
<select>
element. - createServletService() - Method in class com.vaadin.flow.server.VaadinServlet
-
Creates a vaadin servlet service.
- createServletService(DeploymentConfiguration) - Method in class com.vaadin.flow.server.VaadinServlet
-
Creates a vaadin servlet service.
- 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
. - createSortingComparator() - Method in class com.vaadin.flow.component.grid.Grid
-
Creates a comparator for grid to sort rows.
- createSortOrder(Grid.Column<T>, SortDirection) - Method in class com.vaadin.flow.component.grid.GridSortOrderBuilder
- createSortOrder(String, SortDirection) - Method in class com.vaadin.flow.data.provider.QuerySortOrderBuilder
- createSortOrder(V, SortDirection) - Method in class com.vaadin.flow.data.provider.SortOrderBuilder
-
Creates a sort order object with the given parameters.
- createSpan() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a
<span>
element. - createSpan(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a
<span>
element with the given text content. - createStateNode(String) - Static method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
-
Creates a compatible element state node using the given
tag
. - createStateNode(String) - Static method in class com.vaadin.flow.dom.impl.BasicTextElementStateProvider
-
Creates a compatible text state node using the given text.
- createStaticFileHandler(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
<strong>
element. - createStrong(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a
<strong>
element with the given text content. - createSubMenu() - Method in class com.vaadin.flow.component.contextmenu.MenuItem
- createSubMenu() - Method in class com.vaadin.flow.component.contextmenu.MenuItemBase
- createSubMenu() - Method in class com.vaadin.flow.component.grid.contextmenu.GridMenuItem
- 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
<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
<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
- 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.
- 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.
- 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.
- 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. - CssImportData(String, String, String, String) - Constructor for class com.vaadin.flow.server.frontend.FallbackChunk.CssImportData
-
Creates a new instance using provided values for css data.
- 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.
- 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
- 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
- DASH - Static variable in class com.vaadin.external.apache.commons.fileupload2.MultipartStream
-
The dash (-) ASCII character value.
- DASHBOARD - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- DASHDOT - Enum constant in enum class com.vaadin.flow.component.charts.model.DashStyle
- 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.as of 4.0. Use
DataSeriesItem(Instant, Number)
- DataSeriesItem(Date, Number, Number) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItem
-
Deprecated.as of 4.0. Use
DataSeriesItem(Instant, Number,Number)
- 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
- 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.
- 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
- 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
- DateToLongConverter() - Constructor for class com.vaadin.flow.data.converter.DateToLongConverter
- DateToSqlDateConverter - Class in com.vaadin.flow.data.converter
- DateToSqlDateConverter() - Constructor for class com.vaadin.flow.data.converter.DateToSqlDateConverter
- 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. - 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. - 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 requiredtype
. - 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(JsonValue, Class<T>) - Static method in class com.vaadin.flow.internal.JsonCodec
-
Decodes the given JSON value as the given type.
- decodeText(String) - Static method in class com.vaadin.external.apache.commons.fileupload2.util.mime.MimeUtility
-
Decode a string of text obtained from a mail header into its proper form.
- decodeText(String) - Static method in class com.vaadin.external.apache.commons.fileupload2.util.mime.RFC2231Utility
-
Decode a string of text obtained from a HTTP header as per RFC 2231 Eg 1.
us-ascii'en-us'This%20is%20%2A%2A%2Afun%2A%2A%2A
will be decoded toThis is ***fun***
Eg 2.iso-8859-1'en'%A3%20rate
will be decoded to£ rate
. - decodeWithoutTypeInfo(JsonValue) - Static method in class com.vaadin.flow.internal.JsonCodec
-
Helper for decoding any "primitive" value that is directly supported in JSON.
- 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
andRequiredFieldConfigurator.SIZE
configurators. - DEFAULT_BACKGROUND_COLOR - Static variable in class com.vaadin.flow.server.PwaConfiguration
- DEFAULT_BUFFER_SIZE - Static variable in class com.vaadin.external.apache.commons.fileupload2.util.Streams
-
Default buffer size for use in
Streams.copy(InputStream, OutputStream, boolean)
. - DEFAULT_BUFSIZE - Static variable in class com.vaadin.external.apache.commons.fileupload2.MultipartStream
-
The default length of the buffer used for processing a request.
- DEFAULT_CHANGE_TIMEOUT - Static variable in interface com.vaadin.flow.data.value.HasValueChangeMode
-
Default value change timeout for textual inputs in milliseconds.
- DEFAULT_CHARSET - Static variable in class com.vaadin.external.apache.commons.fileupload2.disk.DiskFileItem
-
Default content charset to be used when no explicit charset parameter is provided by the sender.
- DEFAULT_CLOSE_IDLE_SESSIONS - Static variable in class com.vaadin.flow.server.DefaultDeploymentConfiguration
-
Default value for
DefaultDeploymentConfiguration.isCloseIdleSessions()
= false . - 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/frontend
in the project folder. - DEFAULT_GENERATED_DIR - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
-
Default folder name for flow generated stuff relative to the
InitParameters.BUILD_FOLDER
. - DEFAULT_HEARTBEAT_INTERVAL - Static variable in class com.vaadin.flow.server.DefaultDeploymentConfiguration
-
Default value for
DefaultDeploymentConfiguration.getHeartbeatInterval()
= 300 . - DEFAULT_ICON - Static variable in class com.vaadin.flow.server.PwaConfiguration
- DEFAULT_MAX_MESSAGE_SUSPEND_TIMEOUT - Static variable in class com.vaadin.flow.server.DefaultDeploymentConfiguration
-
Default value for
DefaultDeploymentConfiguration.getMaxMessageSuspendTimeout()
()} = 5000 . - 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
-
The default value for
InitParameters.REQUIRE_HOME_NODE_EXECUTABLE
. - DEFAULT_SEND_URLS_AS_PARAMETERS - Static variable in class com.vaadin.flow.server.DefaultDeploymentConfiguration
- DEFAULT_SIZE_THRESHOLD - Static variable in class com.vaadin.external.apache.commons.fileupload2.disk.DiskFileItemFactory
-
The default threshold above which uploads will be stored on disk.
- 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 value for
DefaultDeploymentConfiguration.isSyncIdCheckEnabled()
= true . - 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 value for
DefaultDeploymentConfiguration.getWebComponentDisconnect()
= 300. - DEFAULT_WEB_COMPONENT_STEP - Static variable in class com.vaadin.flow.component.timepicker.StepsUtil
-
Default step value of the web component, as Duration
- 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
- 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 incom.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
- DefaultFileDownloader - Class in com.vaadin.flow.server.frontend.installer
-
Default file downloader implementation.
- DefaultFileDownloader(ProxyConfig) - Constructor for class com.vaadin.flow.server.frontend.installer.DefaultFileDownloader
-
Construct file downloader with given proxy configuration.
- DefaultInstantiator - Class in com.vaadin.flow.di
-
Default instantiator that is used if no other instantiator has been registered.
- DefaultInstantiator(VaadinService) - Constructor for class com.vaadin.flow.di.DefaultInstantiator
-
Creates a new instantiator for the given service.
- 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 providedWebComponentExporter
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() - Method in class com.vaadin.external.apache.commons.fileupload2.disk.DiskFileItem
-
Deletes the underlying storage for a file item, including deleting any associated temporary disk file.
- delete() - Method in interface com.vaadin.external.apache.commons.fileupload2.FileItem
-
Deletes the underlying storage for a file item, including deleting any associated temporary disk file.
- 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 - Static variable in interface com.vaadin.flow.component.Key
-
The Delete key,
Del
, and⌦
. - 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
- 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.
- 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.
- 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 - 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_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.
- 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
- 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.
- 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 aVaadinService
. - 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.
- 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_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.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
- 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) - 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
- 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 - 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.
- 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
- discardBodyData() - Method in class com.vaadin.external.apache.commons.fileupload2.MultipartStream
-
Reads
body-data
from the currentencapsulation
and discards it. - 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(Set<String>) - Static method in class com.vaadin.testbench.unit.BaseUIUnitTest
-
Discover and return Routes for mocked Vaadin core system.
- DiskFileItem - Class in com.vaadin.external.apache.commons.fileupload2.disk
-
The default implementation of the
FileItem
interface. - DiskFileItem(String, String, boolean, String, int, File) - Constructor for class com.vaadin.external.apache.commons.fileupload2.disk.DiskFileItem
-
Constructs a new
DiskFileItem
instance. - DiskFileItemFactory - Class in com.vaadin.external.apache.commons.fileupload2.disk
-
The default
FileItemFactory
implementation. - DiskFileItemFactory() - Constructor for class com.vaadin.external.apache.commons.fileupload2.disk.DiskFileItemFactory
-
Constructs an unconfigured instance of this class.
- DiskFileItemFactory(int, File) - Constructor for class com.vaadin.external.apache.commons.fileupload2.disk.DiskFileItemFactory
-
Constructs a preconfigured instance of this class.
- 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 - 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, FallbackChunk, Map<String, String>) - Method in class com.vaadin.flow.server.startup.DefaultApplicationConfigurationFactory
-
Creates application configuration instance based on provided data.
- doCreate(VaadinContext, FallbackChunk, 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
- 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.Use
UI.doInit(VaadinRequest, int, String)
instead - 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
- 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.
- download(URI, File, String, String) - Method in class com.vaadin.flow.server.frontend.installer.DefaultFileDownloader
- 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
- 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
. - 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.
- 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.TestBenchTestCase
- DriverInvocationHandler - Class in com.vaadin.testbench
- DriverInvocationHandler(Object) - Constructor for class com.vaadin.testbench.DriverInvocationHandler
- 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 aPageTitle
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.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.
- 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
-
Id for
ElementAttributeMap
. - ELEMENT_CHILDREN - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
-
Id for
ElementChildrenList
. - 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
-
Id for
ElementListenerMap
. - ELEMENT_PROPERTIES - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
-
Id for
ElementPropertyMap
. - ELEMENT_STYLE_PROPERTIES - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
-
Id for
ElementStylePropertyMap
. - 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
- 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. - 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
- 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
-
Enables the access checker.
- 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.
- 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 webpack 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.JsonCodec
-
Encodes a "primitive" value or a constant pool reference to 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.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.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.ScrollOptions.Alignment
- END - Enum constant in enum class com.vaadin.flow.component.shared.Tooltip.TooltipPosition
- 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
- END - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.AlignSelf
- END - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.JustifyContent
- 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
orHang 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.shared.Tooltip.TooltipPosition
- EndPointData - Class in com.vaadin.flow.server.frontend.scanner
-
A simple container with the information related to an application end-point, i.e.
- EndpointGeneratorTaskFactory - Interface in com.vaadin.flow.server.frontend
-
A factory for creating Vaadin Endpoint generator tasks.
- EndpointRequestUtil - Interface in com.vaadin.flow.internal.hilla
-
A container for utility methods related with Hilla endpoints.
- 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.
- 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. - 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 forserviceType
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.
- 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
- EntryScope - Enum Class in com.vaadin.collaborationengine
-
The scope of data in a topic.
- 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
- 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.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 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.frontend.FallbackChunk.CssImportData
- equals(Object) - Method in class com.vaadin.flow.server.frontend.FrontendVersion
- equals(Object) - Method in class com.vaadin.flow.server.frontend.scanner.CssData
- 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.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
- 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_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
- 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.
- ErrorHandler - Interface in com.vaadin.flow.server
-
Application errors handler.
- 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
- 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_DEV_SERVER_START_PREFIX - Static variable in class com.vaadin.base.devserver.stats.StatisticsConstants
- EVENT_LIVE_RELOAD - Static variable in class com.vaadin.base.devserver.stats.StatisticsConstants
- EVENT_PACKAGEMANAGER_CLEANUP_TIME_PREFIX - Static variable in class com.vaadin.base.devserver.stats.StatisticsConstants
- EVENT_PACKAGEMANAGER_INSTALL_TIME_PREFIX - Static variable in class com.vaadin.base.devserver.stats.StatisticsConstants
- 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
- 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.
- 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.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.TaskGeneratePackageJson
- execute() - Method in class com.vaadin.flow.server.frontend.TaskGenerateTsConfig
- execute() - Method in class com.vaadin.flow.server.frontend.TaskInstallFrontendBuildPlugins
- 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.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 - 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.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
-
Context of a callback execution when
UI.beforeClientResponse(com.vaadin.flow.component.Component, com.vaadin.flow.function.SerializableConsumer)
is invoked. - 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
andcause
. - 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. - 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
- 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.
- expiresIn(long) - Method in class com.vaadin.flow.spring.security.stateless.VaadinStatelessSecurityConfigurer
-
Sets the lifetime of the JWT.
- 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.
- 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. - 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
- 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
- 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 - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
-
A key in a Json object for fallback chunk.
- FALLBACK_CHUNK - Static variable in class com.vaadin.flow.server.DeploymentConfigurationFactory
- FALLBACK_IMPORTS_NAME - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
-
Name of the file that contains all application imports, javascript, theme and style annotations which are not discovered by the current scanning strategy (but they are in the project classpath).
- FALLBACK_TRANSPORT_KEY - Static variable in class com.vaadin.flow.internal.nodefeature.PushConfigurationMap
- FallbackChunk - Class in com.vaadin.flow.server.frontend
-
Fall back chunk info.
- FallbackChunk(Collection<String>, Collection<FallbackChunk.CssImportData>) - Constructor for class com.vaadin.flow.server.frontend.FallbackChunk
-
Creates a new instance using info about modules and css data in fallback chunk.
- FallbackChunk.CssImportData - Class in com.vaadin.flow.server.frontend
-
Css data stored in fallback chunk.
- 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_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
- 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
. - 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.
- 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.
- fetchMessages(CollaborationMessagePersister.FetchQuery) - Method in interface com.vaadin.collaborationengine.CollaborationMessagePersister
-
Reads a stream of
CollaborationMessage
items from a persistence backend. - 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 thecallback
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.
- FIELD_SEPARATOR - Static variable in class com.vaadin.external.apache.commons.fileupload2.MultipartStream
-
A byte sequence that that follows a delimiter that will be followed by an encapsulation (
CRLF
). - FieldHighlighterInitializer - Class in com.vaadin.flow.component.fieldhighlighter
- FieldHighlighterInitializer() - Constructor for class com.vaadin.flow.component.fieldhighlighter.FieldHighlighterInitializer
- 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_CLEANING_TRACKER_ATTRIBUTE - Static variable in class com.vaadin.external.apache.commons.fileupload2.jaksrvlt.JakSrvltFileCleaner
-
Attribute name, which is used for storing an instance of
FileCleaningTracker
in the web application. - 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_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
. - FileCountLimitExceededException - Exception in com.vaadin.external.apache.commons.fileupload2.pub
-
This exception is thrown if a request contains more files than the specified limit.
- FileCountLimitExceededException(String, long) - Constructor for exception com.vaadin.external.apache.commons.fileupload2.pub.FileCountLimitExceededException
-
Creates a new instance.
- 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.
- 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
- FileItem - Interface in com.vaadin.external.apache.commons.fileupload2
-
This class represents a file or form item that was received within a
multipart/form-data
POST request. - FileItemFactory - Interface in com.vaadin.external.apache.commons.fileupload2
-
A factory interface for creating
FileItem
instances. - FileItemHeaders - Interface in com.vaadin.external.apache.commons.fileupload2
-
This class provides support for accessing the headers for a file or form item that was received within a
multipart/form-data
POST request. - FileItemHeadersImpl - Class in com.vaadin.external.apache.commons.fileupload2.util
-
Default implementation of the
FileItemHeaders
interface. - FileItemHeadersImpl() - Constructor for class com.vaadin.external.apache.commons.fileupload2.util.FileItemHeadersImpl
- FileItemHeadersSupport - Interface in com.vaadin.external.apache.commons.fileupload2
-
Interface that will indicate that
FileItem
orFileItemStream
implementations will accept the headers read for the item. - FileItemIterator - Interface in com.vaadin.external.apache.commons.fileupload2
-
An iterator, as returned by
FileUploadBase.getItemIterator(RequestContext)
. - FileItemIteratorImpl - Class in com.vaadin.external.apache.commons.fileupload2.impl
-
The iterator, which is returned by
FileUploadBase.getItemIterator(RequestContext)
. - FileItemIteratorImpl(FileUploadBase, RequestContext) - Constructor for class com.vaadin.external.apache.commons.fileupload2.impl.FileItemIteratorImpl
-
Creates a new instance.
- FileItemStream - Interface in com.vaadin.external.apache.commons.fileupload2
-
This interface provides access to a file or form item that was received within a
multipart/form-data
POST request. - FileItemStream.ItemSkippedException - Exception in com.vaadin.external.apache.commons.fileupload2
-
This exception is thrown, if an attempt is made to read data from the
InputStream
, which has been returned byFileItemStream.openStream()
, afterIterator.hasNext()
has been invoked on the iterator, which created theFileItemStream
. - FileItemStreamImpl - Class in com.vaadin.external.apache.commons.fileupload2.impl
-
Default implementation of
FileItemStream
. - FileItemStreamImpl(FileItemIteratorImpl, String, String, String, boolean, long) - Constructor for class com.vaadin.external.apache.commons.fileupload2.impl.FileItemStreamImpl
-
Creates a new instance.
- 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
-
Creates a new event using the given source and indicator whether the event originated from the client side or the server side.
- FileSizeLimitExceededException - Exception in com.vaadin.external.apache.commons.fileupload2.pub
-
Thrown to indicate that A files size exceeds the configured maximum.
- FileSizeLimitExceededException(String, long, long) - Constructor for exception com.vaadin.external.apache.commons.fileupload2.pub.FileSizeLimitExceededException
-
Constructs a
SizeExceededException
with the specified detail message, and actual and permitted sizes. - FileUpload - Class in com.vaadin.external.apache.commons.fileupload2
-
High level API for processing file uploads.
- FileUpload() - Constructor for class com.vaadin.external.apache.commons.fileupload2.FileUpload
-
Constructs an uninitialized instance of this class.
- FileUpload(FileItemFactory) - Constructor for class com.vaadin.external.apache.commons.fileupload2.FileUpload
-
Constructs an instance of this class which uses the supplied factory to create
FileItem
instances. - FileUploadBase - Class in com.vaadin.external.apache.commons.fileupload2
-
High level API for processing file uploads.
- FileUploadBase() - Constructor for class com.vaadin.external.apache.commons.fileupload2.FileUploadBase
- FileUploadException - Exception in com.vaadin.external.apache.commons.fileupload2
-
Exception for errors encountered while processing the request.
- FileUploadException() - Constructor for exception com.vaadin.external.apache.commons.fileupload2.FileUploadException
-
Constructs a new
FileUploadException
without message. - FileUploadException(String) - Constructor for exception com.vaadin.external.apache.commons.fileupload2.FileUploadException
-
Constructs a new
FileUploadException
with specified detail message. - FileUploadException(String, Throwable) - Constructor for exception com.vaadin.external.apache.commons.fileupload2.FileUploadException
-
Creates a new
FileUploadException
with the given detail message and cause. - FileUploadIOException - Exception in com.vaadin.external.apache.commons.fileupload2.pub
-
This exception is thrown for hiding an inner
FileUploadException
in anIOException
. - FileUploadIOException(FileUploadException) - Constructor for exception com.vaadin.external.apache.commons.fileupload2.pub.FileUploadIOException
-
Creates a
FileUploadIOException
with the given cause. - 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>, SerializablePredicate<File>, File...) - Constructor for class com.vaadin.base.devserver.FileWatcher
-
Creates an instance of the file watcher for the given directory taking into account the given file filter.
- FileWatcher(SerializableConsumer<File>, File...) - Constructor for class com.vaadin.base.devserver.FileWatcher
-
Creates an instance of the file watcher for the given directory.
- FileWatcher(FileAlterationListener, SerializablePredicate<File>, File...) - Constructor for class com.vaadin.base.devserver.FileWatcher
-
Creates an instance of the file watcher for the given directory taking into account the given file filter.
- Fill - Class in com.vaadin.flow.component.map.configuration.style
- Fill() - 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(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
- 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.
- 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 - 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.
- findBundleFile(File, String) - Static method in class com.vaadin.flow.server.frontend.FrontendUtils
-
Finds the given file inside the current development bundle.
- findBundleStatsJson(File) - Static method in class com.vaadin.flow.server.frontend.FrontendUtils
-
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.
- findByte(byte, int) - Method in class com.vaadin.external.apache.commons.fileupload2.MultipartStream
-
Searches for a byte of specified value in the
buffer
, starting at the specifiedposition
. - 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
- findCreate(Component) - Static method in class com.vaadin.flow.component.internal.ComponentTracker
-
Finds the location 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.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.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.
- 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.
- 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).
- findSeparator() - Method in class com.vaadin.external.apache.commons.fileupload2.MultipartStream
-
Searches for the
boundary
in thebuffer
region delimited byhead
andtail
. - 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.
- 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
-
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
UIInitListener
s. - fireUpdateProgress(long, long) - 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_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).
- 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.as of 4.0. Use
FlagItem(Instant, String)
- FlagItem(Date, String, String) - Constructor for class com.vaadin.flow.component.charts.model.FlagItem
-
Deprecated.as of 4.0. Use
FlagItem(Instant, String, String)
- 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 - 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
- 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.
- 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.
- 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
orF-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
- 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.FooterCell
s 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.
- 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
. - 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_DATA - Static variable in class com.vaadin.external.apache.commons.fileupload2.FileUploadBase
-
Content-disposition value for form data.
- 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
-
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.
- 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 appropriateservletPath
andpathInfo
(which are expected byVaadinServlet
) 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 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>, RouteParameters) - 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(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, 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(Reader) - Constructor for class com.vaadin.flow.server.communication.AtmospherePushConnection.FragmentedMessage
-
Creates a message by reading from the given reader.
- 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.
- 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 matchingElement
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
. - 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_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_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_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.
- 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.Use
AbstractConfiguration.getMode()
instead - frontendHotdeploy() - Method in class com.vaadin.flow.server.DefaultDeploymentConfiguration
- frontendHotdeploy() - Method in class com.vaadin.flow.server.PropertyDeploymentConfiguration
- FrontendTools - Class in com.vaadin.flow.server.frontend
-
Provides access to frontend tools (Node.js and npm, pnpm) 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 thealternativeDirGetter
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 locatingWebComponentModulesWriter
andWebComponentExporter
/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.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.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 usingVaadinSession.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
- 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
- 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_PREFIX - Static variable in class com.vaadin.flow.server.frontend.NodeUpdater
-
Relative paths of generated should be prefixed with this value, so they can be correctly separated from {projectDir}/frontend files.
- GENERATED_TOKEN - Static variable in class com.vaadin.flow.server.Constants
- 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
- 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(ClassFinder, FrontendDependenciesScanner, Options, JsonObject) - 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, boolean, 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, boolean, 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.
- 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
andname
. - generateVersionsJson(JsonObject) - 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 extendWebComponentExporter
/WebComponentExporterFactory
usingfinder
. - generateWebComponentsToDirectory(Class<?>, Set<Class<?>>, File, boolean, String) - Static method in class com.vaadin.flow.server.webcomponent.WebComponentModulesWriter.DirectoryWriter
-
Calls
WebComponentModulesWriter.writeWebComponentsToDirectory(java.util.Set, java.io.File, boolean, java.lang.String)
via reflection on the suppliedwriter
. - get() - Method in class com.vaadin.external.apache.commons.fileupload2.disk.DiskFileItem
-
Returns the contents of the file as an array of bytes.
- get() - Method in interface com.vaadin.external.apache.commons.fileupload2.FileItem
-
Returns the contents of the file item as an array of bytes.
- 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.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(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.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__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
- getAcceptedFileTypes() - Method in class com.vaadin.flow.component.upload.Upload
-
Get the list of accepted file types for upload.
- 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.
- getActiveViewLocation() - Method in class com.vaadin.flow.component.internal.UIInternals
-
Gets the location of the currently shown view.
- getActualSize() - Method in exception com.vaadin.external.apache.commons.fileupload2.pub.FileSizeLimitExceededException
-
Retrieves the actual size of the request.
- 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.
- 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.
- 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.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
-
This is the same as
HorizontalLayout.getDefaultVerticalComponentAlignment()
. - getAlignItems() - Method in class com.vaadin.flow.component.orderedlayout.VerticalLayout
-
This is the same as
VerticalLayout.getDefaultHorizontalComponentAlignment()
. - 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
-
This is the same as
HorizontalLayout.getVerticalComponentAlignment(Component)
. - getAlignSelf(HasElement) - Method in class com.vaadin.flow.component.orderedlayout.VerticalLayout
-
This is the same as
VerticalLayout.getHorizontalComponentAlignment(Component)
. - getAlignTicks() - Method in class com.vaadin.flow.component.charts.model.ChartModel
- getAllButtonsEnabled() - Method in class com.vaadin.flow.component.charts.model.RangeSelector
- 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 the user input is checked against.
- getAllowedMultiples() - Method in class com.vaadin.flow.component.charts.model.TimeUnitMultiples
- getAllowHTML() - Method in class com.vaadin.flow.component.charts.model.Exporting
- 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.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.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
VaadinSession
s 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.
- 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.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.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.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.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.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 isannotationFqn
. - 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.
- getApplicationConfiguration() - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
-
Gets the application configuration.
- 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
- 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.dialog.Dialog
-
Set the
aria-label
attribute for assistive technologies like screen readers. - getAriaLabel() - Method in interface com.vaadin.flow.component.HasAriaLabel
-
Gets the aria-label of the component.
- getArrayUpdater() - Method in class com.vaadin.flow.component.grid.Grid
- getArrowSize() - Method in class com.vaadin.flow.component.charts.model.LegendNavigation
- 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
- 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 ornull
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. - 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
- 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.
- getBackgroundLayer() - Method in class com.vaadin.flow.component.map.Map
-
Background layer of the map.
- 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.
- 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
- 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 ofCollaborationBinder.setBean(Object)
, you can provide the bean for populating the fields usingCollaborationBinder.setTopic(java.lang.String, com.vaadin.flow.function.SerializableSupplier<BEAN>)
, and write the values back to the bean usingBinder.writeBean(BEAN)
. - getBean() - Method in class com.vaadin.flow.data.binder.Binder
-
Returns the bean that has been bound with
Binder.bind(com.vaadin.flow.component.HasValue<?, FIELDVALUE>, com.vaadin.flow.function.ValueProvider<BEAN, FIELDVALUE>, com.vaadin.flow.data.binder.Setter<BEAN, FIELDVALUE>)
, or null if a bean is not currently bound. - 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 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 thisBinding
instance. - getBinder() - Method in class com.vaadin.flow.data.binder.Binder.BindingImpl
-
Returns the
Binder
connected to thisBinding
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.
- 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
-
Get a list of packages that are blacklisted for class scanning.
- 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
- getBlockquote() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Gets the translated word for
blockquote
- 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
-
A shorthand of
DeploymentConfiguration.getApplicationOrSystemProperty(String, Object, Function)
forString
type. - 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.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.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.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.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.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.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.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
- getBoundary(String) - Method in class com.vaadin.external.apache.commons.fileupload2.FileUploadBase
-
Retrieves the boundary from the
Content-type
header. - 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.
- 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
- 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
- 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
- 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
- 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.
- getBytesRead() - Method in class com.vaadin.external.apache.commons.fileupload2.MultipartStream.ItemInputStream
-
Returns the number of bytes, which have been read by the stream.
- getBytesReceived() - Method in class com.vaadin.flow.server.communication.streaming.StreamingErrorEventImpl
- 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.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.data.binder.AbstractBeanPropertyDefinition
- getCaption() - Method in interface com.vaadin.flow.data.binder.PropertyDefinition
-
Gets the human readable caption to show for this property.
- 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.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.
- getCause() - Method in exception com.vaadin.external.apache.commons.fileupload2.FileUploadException
- getCause() - Method in exception com.vaadin.external.apache.commons.fileupload2.pub.FileUploadIOException
-
Returns the exceptions cause.
- getCause() - Method in exception com.vaadin.external.apache.commons.fileupload2.pub.IOFileUploadException
-
Returns the exceptions cause.
- 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, 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.
- getCells() - Method in class com.vaadin.flow.component.grid.FooterRow
-
Gets the cells that belong to this row as an unmodifiable list.
- 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.PlotOptionsOrganization
- getCenterInCategory() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
- 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 class com.vaadin.external.apache.commons.fileupload2.jaksrvlt.JakSrvltRequestContext
-
Retrieve the character encoding for the request.
- getCharacterEncoding() - Method in interface com.vaadin.external.apache.commons.fileupload2.RequestContext
-
Retrieve the character encoding for the request.
- getCharacterEncoding() - Method in interface com.vaadin.flow.server.VaadinRequest
-
Returns the name of the character encoding used in the body of this request.
- getCharSet() - Method in class com.vaadin.external.apache.commons.fileupload2.disk.DiskFileItem
-
Returns the content charset passed by the agent or
null
if not defined. - 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.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.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 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(T) - Method in class com.vaadin.flow.data.provider.hierarchy.TreeData
-
Get the immediate child items for the given item.
- 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.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.
- getClassFinder() - Method in class com.vaadin.flow.server.frontend.Options
-
Gets the used class finder.
- 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.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.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.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.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.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.testbench.TestBenchElement
-
Gets all the class names set for this element.
- 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.
- getCleanupTimeMs() - Method in class com.vaadin.flow.server.frontend.TaskRunNpmInstall.Stats
-
Gets the time spent doing cleanup before
npm install
. - 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 fordocument
. - 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.
- 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
. - 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.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.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. - 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.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.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.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.Icon
-
Gets the fill color of this icon as a String.
- 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
- 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.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.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.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.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.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
- 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.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.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(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
- 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.Column
s currently in thisGrid
. - getCommand() - Method in class com.vaadin.base.devserver.DebugWindowMessage
- 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.
- 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 theComponent
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.webcomponent.WebComponentBinding
-
Retrieves the bound
Component
instance. - getComponent() - Method in class com.vaadin.testbench.unit.ComponentTester
-
Get the wrapped component.
- 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 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 interface com.vaadin.flow.component.HasOrderedComponents
-
Gets the number of children components.
- getComponentCount() - Method in class com.vaadin.flow.component.tabs.Tabs
-
Gets the number of children tabs.
- 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
- 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 emptyEnumeration
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(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
- 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
- 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.details.Details
-
Returns the content components which were added via
Details.setContent(Component)
or viaDetails.addContent(Component...)
- getContent() - Method in class com.vaadin.flow.component.details.testbench.DetailsElement
-
Returns content element
- 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.
- getContentLength() - Method in class com.vaadin.external.apache.commons.fileupload2.jaksrvlt.JakSrvltRequestContext
-
Deprecated.1.3 Use
JakSrvltRequestContext.contentLength()
instead - getContentLength() - Method in interface com.vaadin.external.apache.commons.fileupload2.RequestContext
-
Deprecated.1.3 Use
UploadContext.contentLength()
instead - 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.StreamingErrorEventImpl
- 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 class com.vaadin.external.apache.commons.fileupload2.disk.DiskFileItem
-
Returns the content type passed by the agent or
null
if not defined. - getContentType() - Method in interface com.vaadin.external.apache.commons.fileupload2.FileItem
-
Returns the content type passed by the browser or
null
if not defined. - getContentType() - Method in interface com.vaadin.external.apache.commons.fileupload2.FileItemStream
-
Returns the content type passed by the browser or
null
if not defined. - getContentType() - Method in class com.vaadin.external.apache.commons.fileupload2.impl.FileItemStreamImpl
-
Returns the items content type, or null.
- getContentType() - Method in class com.vaadin.external.apache.commons.fileupload2.jaksrvlt.JakSrvltRequestContext
-
Retrieve the content type of the request.
- getContentType() - Method in interface com.vaadin.external.apache.commons.fileupload2.RequestContext
-
Retrieve the content type of the request.
- 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 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.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 emptyEnumeration
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
-
Get stored
BeforeLeaveEvent.ContinueNavigationAction
if any. - 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.
- 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
- 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.GenerateMainImports
- 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
- getCssImports() - Method in class com.vaadin.flow.server.frontend.FallbackChunk
-
Gets a set of fallback css data.
- getCssLines() - Method in class com.vaadin.flow.server.frontend.GenerateMainImports
- 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.
- 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.GaugeOptions
- 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.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.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
- 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.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.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.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.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
-
Gets
GridArrayUpdater.UpdateQueueData
for this queue. - 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. - 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
-
Gets the configured data-directory.
- 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.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.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.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.select.Select
-
Gets the data provider.
- 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 thisHierarchyMapper
. - 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
- 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.
- 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
- getDefaultCapabilities() - Static method in class com.vaadin.testbench.parallel.ParallelTest
- getDefaultCharset() - Method in class com.vaadin.external.apache.commons.fileupload2.disk.DiskFileItem
-
Returns the default charset for use when no explicit charset parameter is provided by the sender.
- getDefaultCharset() - Method in class com.vaadin.external.apache.commons.fileupload2.disk.DiskFileItemFactory
-
Returns the default charset for use when no explicit charset parameter is provided by the sender.
- 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, ClassFinder, JsonObject) - Static method in class com.vaadin.flow.server.frontend.TaskRunDevBundleBuild
- 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.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
- 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(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
andUses
). - 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
- getDependencyList() - Method in class com.vaadin.flow.component.internal.UIInternals
-
Returns the helper which handles loading of dependencies (css, js).
- 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.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.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.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 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. - getDetail() - Method in class com.vaadin.flow.component.combobox.ComboBoxBase.CustomValueSetEvent
- 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) - Static method in class com.vaadin.flow.server.frontend.FrontendUtils
-
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
. - getDevModeHandler() - Method in class com.vaadin.base.devserver.DevModeHandlerManagerImpl
- getDevModeHandler() - Method in interface com.vaadin.flow.internal.DevModeHandlerManager
-
Returns a
DevModeHandler
instance for the givenservice
. - 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
. - 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.
- 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
. - 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.
- 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. - getDraggedItems() - Method in class com.vaadin.flow.component.grid.dnd.GridDragStartEvent
-
Get the dragged row items.
- 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.commands.TestBenchCommandExecutor
-
Return a reference to the
WebDriver
instance associated with thisTestBenchCommandExecutor
- 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 byTestBenchTestCase.setDriver(org.openqa.selenium.WebDriver)
, or (if the previously provided WebDriver instance was not already aTestBenchDriverProxy
instance) aTestBenchDriverProxy
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.
- 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 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.
- 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
- 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.ButtonOptions
- 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.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.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.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
- 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
- getEndPoints() - Method in class com.vaadin.flow.server.frontend.scanner.FrontendDependencies
-
Get all entryPoints in the application.
- 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.
- getEnvironment() - Method in class com.vaadin.testbench.unit.mocks.MockWebApplicationContext
- 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 to show to the when the component is invalid.
- 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(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(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 byComponentEventBusUtil.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 theevent.target
for the DOM event. - getEventType() - Method in interface com.vaadin.flow.dom.DomListenerRegistration
-
Gets the event type that the listener is registered for.
- 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.
- getExpandToggleElement(int, int) - Method in class com.vaadin.flow.component.grid.testbench.TreeGridElement
-
Gets the 'vaadin-grid-tree-toggle' element for the given row.
- 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
- getExportLines() - Method in class com.vaadin.flow.server.frontend.GenerateMainImports
-
Get exported modules.
- 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 interface com.vaadin.flow.internal.DevModeHandler
-
Return the dev server console output when a compilation error happened.
- getFallbackChunk() - Method in interface com.vaadin.flow.server.startup.ApplicationConfiguration
-
Gets a fallback chunk for the application or
null
if it's not available. - getFallbackChunk() - Method in class com.vaadin.flow.server.startup.DefaultApplicationConfigurationFactory.ApplicationConfigurationImpl
- 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.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
- 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.
- getFieldName() - Method in class com.vaadin.external.apache.commons.fileupload2.disk.DiskFileItem
-
Returns the name of the field in the multipart form corresponding to this file item.
- getFieldName() - Method in interface com.vaadin.external.apache.commons.fileupload2.FileItem
-
Returns the name of the field in the multipart form corresponding to this file item.
- getFieldName() - Method in interface com.vaadin.external.apache.commons.fileupload2.FileItemStream
-
Returns the name of the field in the multipart form corresponding to this file item.
- getFieldName() - Method in class com.vaadin.external.apache.commons.fileupload2.impl.FileItemStreamImpl
-
Returns the items field name.
- getFieldName() - Method in exception com.vaadin.external.apache.commons.fileupload2.pub.FileSizeLimitExceededException
-
Returns the field name of the item, which caused the exception.
- getFieldName(FileItemHeaders) - Method in class com.vaadin.external.apache.commons.fileupload2.FileUploadBase
-
Retrieves the field name from the
Content-disposition
header. - getFieldName(Map<String, String>) - Method in class com.vaadin.external.apache.commons.fileupload2.FileUploadBase
-
Deprecated.1.2.1 Use
FileUploadBase.getFieldName(FileItemHeaders)
. - 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.
- getFileCleaningTracker() - Method in class com.vaadin.external.apache.commons.fileupload2.disk.DiskFileItemFactory
-
Returns the tracker, which is responsible for deleting temporary files.
- getFileCleaningTracker(ServletContext) - Static method in class com.vaadin.external.apache.commons.fileupload2.jaksrvlt.JakSrvltFileCleaner
-
Returns the instance of
FileCleaningTracker
, which is associated with the givenServletContext
. - 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
- 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.external.apache.commons.fileupload2.FileUploadBase
-
Returns the maximum number of files allowed in a single request.
- 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.
- getFileItemFactory() - Method in class com.vaadin.external.apache.commons.fileupload2.FileUpload
-
Returns the factory class used when creating file items.
- getFileItemFactory() - Method in class com.vaadin.external.apache.commons.fileupload2.FileUploadBase
-
Returns the factory class used when creating file items.
- getFileItems() - Method in interface com.vaadin.external.apache.commons.fileupload2.FileItemIterator
- getFileItems() - Method in class com.vaadin.external.apache.commons.fileupload2.impl.FileItemIteratorImpl
- getFilename() - Method in class com.vaadin.flow.component.charts.model.Exporting
- getFileName() - Method in exception com.vaadin.external.apache.commons.fileupload2.pub.FileSizeLimitExceededException
-
Returns the file name of the item, which caused the exception.
- getFileName() - Method in class com.vaadin.flow.component.map.Assets.Asset
- getFileName() - Method in class com.vaadin.flow.component.upload.FinishedEvent
-
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.StreamingErrorEventImpl
- getFileName() - Method in interface com.vaadin.flow.server.StreamVariable.StreamingEvent
-
Get the file name for the stream.
- getFileName(FileItemHeaders) - Method in class com.vaadin.external.apache.commons.fileupload2.FileUploadBase
-
Retrieves the file name from the
Content-disposition
header. - getFileName(Map<String, String>) - Method in class com.vaadin.external.apache.commons.fileupload2.FileUploadBase
-
Deprecated.1.2.1 Use
FileUploadBase.getFileName(FileItemHeaders)
. - 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.
- getFileSizeMax() - Method in interface com.vaadin.external.apache.commons.fileupload2.FileItemIterator
-
Returns the maximum size of a single file.
- getFileSizeMax() - Method in class com.vaadin.external.apache.commons.fileupload2.FileUploadBase
-
Returns the maximum allowed size of a single uploaded file, as opposed to
FileUploadBase.getSizeMax()
. - getFileSizeMax() - Method in class com.vaadin.external.apache.commons.fileupload2.impl.FileItemIteratorImpl
- 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.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
- 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.
- 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
- getFlowVersion() - Method in class com.vaadin.base.devserver.ServerInfo
- 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
- getFontFamily() - Method in class com.vaadin.flow.component.charts.model.style.Style
- getFontSize() - Method in class com.vaadin.flow.component.charts.model.style.Style
- getFontWeight() - Method in class com.vaadin.flow.component.charts.model.style.Style
- 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.
- 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.Use
AbstractColumn.getFooterText()
orAbstractColumn.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
- 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
-
Gets the id of the component that this label describes.
- 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
-
Returns the format used by
Converter.convertToPresentation(Object, ValueContext)
andConverter.convertToModel(Object, ValueContext)
. - 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
-
Returns the format used by
StringToDateConverter.convertToPresentation(Date, ValueContext)
andStringToDateConverter.convertToModel(String, ValueContext)
. - getFormat(Locale) - Method in class com.vaadin.flow.data.converter.StringToIntegerConverter
-
Returns the format used by
Converter.convertToPresentation(Object, ValueContext)
andStringToIntegerConverter.convertToModel(String, ValueContext)
. - getFormat(Locale) - Method in class com.vaadin.flow.data.converter.StringToLongConverter
-
Returns the format used by
Converter.convertToPresentation(Object, ValueContext)
andStringToLongConverter.convertToModel(String, ValueContext)
. - 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.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.
- 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.
- getFrontendGeneratedFolder() - Method in class com.vaadin.flow.server.frontend.Options
-
Gets the folder where frontend files should be generated.
- 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.
- 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.
- getFunnel() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
- 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
- getGeneratedFolder() - Method in class com.vaadin.flow.server.frontend.Options
-
Get the generated folder for this build, always an absolute path.
- getGeneratedModules() - Method in class com.vaadin.flow.server.frontend.GenerateMainImports
- 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.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.
- 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
- 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.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.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
- 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, 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 theHasValue
used in the value conversion. - 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.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 interface com.vaadin.external.apache.commons.fileupload2.FileItemHeaders
-
Returns the value of the specified part header as a
String
. - getHeader(String) - Method in class com.vaadin.external.apache.commons.fileupload2.util.FileItemHeadersImpl
-
Returns the value of the specified part header as a
String
. - 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.
- getHeader(Map<String, String>, String) - Method in class com.vaadin.external.apache.commons.fileupload2.FileUploadBase
-
Deprecated.1.2.1 Use
FileItemHeaders.getHeader(String)
. - 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()
orAbstractColumn.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.
- 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.
- getHeaderComponent() - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Returns the header component of the column.
- getHeaderElement() - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialogTester
-
Get the header element set to the confirm dialog.
- getHeaderEncoding() - Method in class com.vaadin.external.apache.commons.fileupload2.FileUploadBase
-
Retrieves the character encoding used when reading the headers of an individual part.
- getHeaderEncoding() - Method in class com.vaadin.external.apache.commons.fileupload2.MultipartStream
-
Retrieves the character encoding used when reading the headers of an individual part.
- 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.
- getHeaderInlineContents() - Method in class com.vaadin.flow.theme.lumo.Lumo
- getHeaderInlineContents() - Method in class com.vaadin.flow.theme.material.Material
- getHeaderName() - Method in class com.vaadin.flow.internal.springcsrf.SpringCsrfToken
- getHeaderNames() - Method in interface com.vaadin.external.apache.commons.fileupload2.FileItemHeaders
-
Returns an
Iterator
of all the header names. - getHeaderNames() - Method in class com.vaadin.external.apache.commons.fileupload2.util.FileItemHeadersImpl
-
Returns an
Iterator
of all the header names. - getHeaderNames() - Method in interface com.vaadin.flow.server.VaadinRequest
-
Returns an enumeration of all the header names this request contains.
- 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.external.apache.commons.fileupload2.disk.DiskFileItem
-
Returns the file item headers.
- getHeaders() - Method in interface com.vaadin.external.apache.commons.fileupload2.FileItemHeadersSupport
-
Returns the collection of headers defined locally within this item.
- getHeaders() - Method in class com.vaadin.external.apache.commons.fileupload2.impl.FileItemStreamImpl
-
Returns the file item headers.
- getHeaders() - Method in class com.vaadin.flow.server.StreamResource
-
Gets the additionally configured headers for the resource.
- getHeaders(String) - Method in interface com.vaadin.external.apache.commons.fileupload2.FileItemHeaders
-
Returns all the values of the specified item header as an
Iterator
ofString
objects. - getHeaders(String) - Method in class com.vaadin.external.apache.commons.fileupload2.util.FileItemHeadersImpl
-
Returns all the values of the specified item header as an
Iterator
ofString
objects. - 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.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.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. - 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.
- 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.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.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
- 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.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.
- 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.
- 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.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.datepicker.DatePicker
-
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.richtexteditor.RichTextEditor
-
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.map.configuration.feature.MarkerFeature
-
The icon used to visually display the marker feature.
- 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
. - 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.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.FallbackChunk.CssImportData
- 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.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.
- 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
- getInclude() - Method in class com.vaadin.flow.server.frontend.FallbackChunk.CssImportData
- getInclude() - Method in class com.vaadin.flow.server.frontend.scanner.CssData
-
The include getter.
- 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
- 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.external.apache.commons.fileupload2.disk.DiskFileItem
-
Returns an
InputStream
that can be used to retrieve the contents of the file. - getInputStream() - Method in interface com.vaadin.external.apache.commons.fileupload2.FileItem
-
Returns an
InputStream
that can be used to retrieve the contents of the file. - getInputStream() - Method in class com.vaadin.external.apache.commons.fileupload2.jaksrvlt.JakSrvltRequestContext
-
Retrieve the input stream for the request.
- getInputStream() - Method in interface com.vaadin.external.apache.commons.fileupload2.RequestContext
-
Retrieve the input stream for the request.
- 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
- getInstallDirectory() - Method in class com.vaadin.flow.server.frontend.installer.NodeInstaller
- getInstallTimeMs() - Method in class com.vaadin.flow.server.frontend.TaskRunNpmInstall.Stats
-
Gets the time spent running
npm install
. - getInstance() - Static method in class com.vaadin.collaborationengine.CollaborationEngine
-
Gets the
CollaborationEngine
instance from the currentVaadinService
. - 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(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 providedVaadinService
. - 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
- 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
RpcInvocationHandler
s map where the key is the type of the handler gotten viaRpcInvocationHandler.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.grid.CellFocusEvent
-
Returns the item represented by the focused cell.
- 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(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.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.
- getItemClickListeners() - Method in interface com.vaadin.flow.data.renderer.ClickableRenderer
-
Gets all registered listeners.
- getItemClickListeners() - Method in class com.vaadin.flow.data.renderer.NativeButtonRenderer
- 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 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 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.
- 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.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.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
-
Returns the index of
DrilldownCallback.DrilldownDetails.getItem()
inDrilldownCallback.DrilldownDetails.getSeries()
. - getItemIterator(RequestContext) - Method in class com.vaadin.external.apache.commons.fileupload2.FileUploadBase
-
Processes an RFC 1867 compliant
multipart/form-data
stream. - getItemIterator(VaadinRequest) - Method in class com.vaadin.flow.server.communication.StreamReceiverHandler
- getItemIterator(HttpServletRequest) - Method in class com.vaadin.external.apache.commons.fileupload2.jaksrvlt.JakSrvltFileUpload
-
Processes an RFC 1867 compliant
multipart/form-data
stream. - 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.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.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(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.
- 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
- 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) - Static method in class com.vaadin.flow.server.frontend.FrontendUtils
-
Get resource from JAR package.
- 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 givenComponent
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
- getJavaVersion() - Method in class com.vaadin.base.devserver.ServerInfo
- 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
- getJustifyContentMode() - Method in interface com.vaadin.flow.component.orderedlayout.FlexComponent
-
Gets the current justify content mode of the layout.
- 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 thisDataCommunicator
. - 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.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 JavaScriptKeyboardEvent
. - getKeys() - Method in enum class com.vaadin.flow.component.KeyModifier
-
Gets the key value.
- 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.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.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.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
- getLang() - Method in class com.vaadin.flow.component.charts.ChartOptions
-
Returns the
Lang
in use ornull
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.
- getLastInstallStats() - Static method in class com.vaadin.flow.server.frontend.TaskRunNpmInstall
-
Returns timing information for the last operation.
- 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
- 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
-
Gets a map of license event names with the date of their last occurrence.
- 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
- 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
- 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
BeforeLeaveHandler
s that have been left over from a postpone. - getLeft() - Method in class com.vaadin.flow.component.charts.model.style.Style
- 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
- 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
- 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.PlotOptionsTreemap
- getLibURL() - Method in class com.vaadin.flow.component.charts.model.Exporting
- getLicenseEventHandler() - Method in class com.vaadin.collaborationengine.CollaborationEngineConfiguration
-
Gets the license event handler of this configuration.
- getLicenseStorage() - Method in class com.vaadin.collaborationengine.CollaborationEngineConfiguration
-
Gets the configured license-storage implementation.
- 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. - getLimit() - Method in exception com.vaadin.external.apache.commons.fileupload2.pub.FileCountLimitExceededException
-
Retrieves the limit that was exceeded.
- 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.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.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.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.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
- 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
- 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 givencontext
. - 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 givenservice
. - getLiveReload(VaadinService) - Method in interface com.vaadin.flow.internal.BrowserLiveReloadAccessor
-
Returns a
BrowserLiveReload
instance for the givenservice
. - 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 theLocale
used in the value conversion. - getLocale() - Method in class com.vaadin.flow.i18n.LocaleChangeEvent
-
Get the new locale that was set.
- 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 for the given UI.
- 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.testbench.TestBenchElement
- getLocationChangeEvent() - Method in class com.vaadin.flow.router.AfterNavigationEvent
-
Get the
LocationChangeEvent
. - 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. - getLogger() - Method in class com.vaadin.base.devserver.viteproxy.ViteWebsocketProxy
- getLogger() - Method in class com.vaadin.flow.component.upload.receivers.AbstractFileBuffer
- getLogger() - Method in class com.vaadin.flow.server.frontend.GenerateMainImports
- getLogger() - Method in class com.vaadin.flow.spring.VaadinServletConfiguration.RootExcludeHandler
- 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
- 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
- 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.
- 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
- 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.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
- 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 in the date picker.
- 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.progressbar.ProgressBar
-
Gets the maximum bound of the progressbar.
- getMax() - Method in class com.vaadin.flow.component.textfield.IntegerField
-
Gets the maximum allowed value of the field.
- getMax() - Method in class com.vaadin.flow.component.textfield.NumberField
-
The maximum value of the field.
- getMax() - Method in class com.vaadin.flow.component.timepicker.TimePicker
-
Gets the maximum time in the time picker.
- 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
-
The maximum value of the field.
- 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
- 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
-
Maximum number of characters (in Unicode code points) that the user can enter.
- getMaxLength() - Method in class com.vaadin.flow.component.textfield.PasswordField
-
Maximum number of characters (in Unicode code points) that the user can enter.
- getMaxLength() - Method in class com.vaadin.flow.component.textfield.TextArea
-
Maximum number of characters (in Unicode code points) that the user can enter.
- getMaxLength() - Method in class com.vaadin.flow.component.textfield.TextField
-
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.
- 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.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
- 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
- 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
- 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
-
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(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, Class<?>...) - Method in class com.vaadin.testbench.unit.ComponentTester
-
Get method with given name and parameters in the wrapped component.
- 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.StreamingErrorEventImpl
- 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 in the date picker.
- 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.progressbar.ProgressBar
-
Gets the minimum bound of the progressbar.
- getMin() - Method in class com.vaadin.flow.component.textfield.IntegerField
-
Gets the minimum allowed value of the field.
- getMin() - Method in class com.vaadin.flow.component.textfield.NumberField
-
The minimum value of the field.
- getMin() - Method in class com.vaadin.flow.component.timepicker.TimePicker
-
Gets the minimum time in the time picker.
- 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
-
The minimum value of the field.
- 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
- getMinLength() - Method in class com.vaadin.flow.component.textfield.EmailField
-
Minimum number of characters (in Unicode code points) that the user can enter.
- getMinLength() - Method in class com.vaadin.flow.component.textfield.PasswordField
-
Minimum number of characters (in Unicode code points) that the user can enter.
- getMinLength() - Method in class com.vaadin.flow.component.textfield.TextArea
-
Minimum number of characters (in Unicode code points) that the user can enter.
- getMinLength() - Method in class com.vaadin.flow.component.textfield.TextField
-
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.
- getMinLinkWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
- 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
- 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.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
- 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
- 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
- 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.FallbackChunk
-
Gets a set of all fallback modules.
- getModules() - Method in class com.vaadin.flow.server.frontend.GenerateMainImports
- getModules() - Method in class com.vaadin.flow.server.frontend.scanner.FrontendDependencies
-
Get all ES6 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.
- 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.
- getMultiPartStream() - Method in class com.vaadin.external.apache.commons.fileupload2.impl.FileItemIteratorImpl
- getName() - Method in class com.vaadin.collaborationengine.UserInfo
-
Gets the user's name.
- getName() - Method in class com.vaadin.external.apache.commons.fileupload2.disk.DiskFileItem
-
Returns the original file name in the client's file system.
- getName() - Method in interface com.vaadin.external.apache.commons.fileupload2.FileItem
-
Returns the original file name in the client's file system, as provided by the browser (or other client software).
- getName() - Method in interface com.vaadin.external.apache.commons.fileupload2.FileItemStream
-
Returns the original file name in the client's file system, as provided by the browser (or other client software).
- getName() - Method in class com.vaadin.external.apache.commons.fileupload2.impl.FileItemStreamImpl
-
Returns the items file name.
- getName() - Method in exception com.vaadin.external.apache.commons.fileupload2.InvalidFileNameException
-
Returns the invalid file 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.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.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.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.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
- 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
BeforeEnterHandler
s 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(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.
- 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
- 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
- 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.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
- 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.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.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
- 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.
- 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.
- 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(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.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
- getOsVersion() - Method in class com.vaadin.base.devserver.ServerInfo
- 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.
- getOutputStream() - Method in class com.vaadin.external.apache.commons.fileupload2.disk.DiskFileItem
-
Returns an
OutputStream
that can be used for storing the contents of the file. - getOutputStream() - Method in interface com.vaadin.external.apache.commons.fileupload2.FileItem
-
Returns an
OutputStream
that can be used for storing the contents of the file. - 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
- 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
Component
s which own the shortcuts key event listeners. - getPackageJsonFile() - Method in class com.vaadin.flow.server.frontend.NodeUpdater
- getPackageLockFile() - Method in class com.vaadin.flow.server.frontend.NodeUpdater
- getPackageManager() - Method in class com.vaadin.flow.server.frontend.TaskRunNpmInstall.Stats
-
Gets the package manager used for installation.
- 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(JsonObject, 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
- 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.
- 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
- 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
- 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(String) - Method in class com.vaadin.flow.router.internal.ConfiguredRoutes
-
Gets the parameters defined by the given template.
- getParameters(List<T>) - Static method in class com.vaadin.flow.router.internal.HasUrlParameterFormat
-
Transform the
HasUrlParameter
values into aRouteParameters
object. - getParameters(T) - Static method in class com.vaadin.flow.router.internal.HasUrlParameterFormat
-
Transform the
HasUrlParameter
value into aRouteParameters
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.
- 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 registerednode
. - 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(VaadinContext, Class<?>, String) - Static method in class com.vaadin.flow.router.internal.RouteUtil
-
Get parent layouts for navigation target according to the
Route
orRouteAlias
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
norRouteAlias
, but may still containParentLayout
. - 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.
- getParentThemeNameInFrontend(File, JsonObject) - Static method in class com.vaadin.flow.server.frontend.FrontendUtils
- getParentThemeNameInFrontend(File, String) - Static method in class com.vaadin.flow.server.frontend.FrontendUtils
- 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.
- getParsedHeaders(String) - Method in class com.vaadin.external.apache.commons.fileupload2.FileUploadBase
-
Parses the
header-part
and returns as key/value pairs. - getPartialFill() - Method in class com.vaadin.flow.component.charts.model.DataSeriesItemXrange
- getPartialFill() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
- 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.Form
- getPasswordField() - Method in class com.vaadin.flow.component.login.testbench.LoginFormElement
- getPasswordField() - Method in class com.vaadin.flow.component.login.testbench.LoginOverlayElement
- 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(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.
- 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
- 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 the value is checked against.
- getPattern() - Method in class com.vaadin.flow.component.textfield.PasswordField
-
A regular expression that the value is checked against.
- getPattern() - Method in class com.vaadin.flow.component.textfield.TextArea
-
A regular expression that the value is checked against.
- getPattern() - Method in class com.vaadin.flow.component.textfield.TextField
-
A regular expression that the value is checked against.
- 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.
- getPermittedSize() - Method in exception com.vaadin.external.apache.commons.fileupload2.pub.FileSizeLimitExceededException
-
Retrieves the permitted size of the request.
- 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 class com.vaadin.flow.component.combobox.ComboBoxBase
-
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.datepicker.DatePicker
-
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
-
Gets the placeholder text.
- getPlaceholder() - Method in class com.vaadin.flow.component.select.Select
-
Gets the placeholder hint set for the user.
- getPlaceholder() - Method in class com.vaadin.flow.component.textfield.TextFieldBase
-
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.timepicker.TimePicker
-
The placeholder text that should be displayed in the input element, when the user has not entered a value.
- 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
- 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.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.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.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
- getPort() - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
- 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.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.shared.Tooltip
-
Position of the tooltip with respect to its target.
- getPosition() - Method in enum class com.vaadin.flow.component.shared.Tooltip.TooltipPosition
- 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(VaadinRequest) - Method in class com.vaadin.flow.server.auth.ViewAccessChecker
-
Gets the principal for the currently logged in user.
- getPrincipal(VaadinRequest) - Method in class com.vaadin.flow.spring.SpringViewAccessChecker
- 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
- 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.
- getProductName() - Method in class com.vaadin.base.devserver.ServerInfo
- 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.
- getProgressListener() - Method in class com.vaadin.external.apache.commons.fileupload2.FileUploadBase
-
Returns the progress listener.
- 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(DeploymentConfiguration) - 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 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.
- 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.
- 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 emptyEnumeration
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 viaGrid(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.ColumnTextAlign
-
Gets the client-side property for the textAlign property.
- 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.
- 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 totrue
. - 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.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.
- 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
- 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.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.
- 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.
- 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.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.external.apache.commons.fileupload2.disk.DiskFileItemFactory
-
Returns the directory used to temporarily store files that are larger than the configured size threshold.
- 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
- 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.
- getRequiredConfigurator() - Method in class com.vaadin.flow.data.binder.BeanValidationBinder
-
Gets field required indicator configuration logic.
- 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
- getResizedColumn() - Method in class com.vaadin.flow.component.grid.ColumnResizeEvent
-
Returns the column that was the target of user's resize action
- 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.GenerateMainImports
- 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.ResponsiveStep
s 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
orBindingValidationStatus.Status.ERROR
or an empty optional if status isBindingValidationStatus.Status.UNRESOLVED
. - getRetry() - Method in class com.vaadin.flow.component.upload.UploadI18N.File
-
Get aria-label of the retry file button.
- 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.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
- getRolesChecker(VaadinRequest) - Method in class com.vaadin.flow.server.auth.ViewAccessChecker
-
Gets a function for checking roles for the currently logged in user.
- getRolesChecker(VaadinRequest) - Method in class com.vaadin.flow.spring.SpringViewAccessChecker
- 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.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.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
. - 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. - 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. - 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.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. - 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.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.
- getRows() - Method in class com.vaadin.flow.component.board.testbench.BoardElement
-
Gets all rows from the board.
- getRowsize() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
- 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.parallel.ParallelTest
- getRunLocallyBrowserName() - Static method in class com.vaadin.testbench.Parameters
-
Gets the name of the browser to use for a local test.
- 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.
- 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.
- 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.GenerateMainImports
- 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.
- 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.
- 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.grid.CellFocusEvent
-
Returns the grid section, where this cell is located.
- 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.
- 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.
- 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.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.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.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 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.
- 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 toDimension.Y
- getSelectionMarkerFill() - Method in class com.vaadin.flow.component.charts.model.ChartModel
- getSelectionModel() - Method in class com.vaadin.flow.component.grid.Grid
-
Returns the selection model for this grid.
- 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 toDimension.Y
- 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
. - 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
-
Returns the
DrilldownCallback.DrilldownDetails.getItem()
series. - 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.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
- 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.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
- 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
- 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 theServletContainerInitializer
. - 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 givenServletConfig
, 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.
- 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.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.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.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.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.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.
- getSize() - Method in class com.vaadin.external.apache.commons.fileupload2.disk.DiskFileItem
-
Returns the size of the file.
- getSize() - Method in interface com.vaadin.external.apache.commons.fileupload2.FileItem
-
Returns the size of the file item.
- 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.
- getSizeBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
- getSizeByAbsoluteValue() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
- getSizeMax() - Method in interface com.vaadin.external.apache.commons.fileupload2.FileItemIterator
-
Returns the maximum size of the complete HTTP request.
- getSizeMax() - Method in class com.vaadin.external.apache.commons.fileupload2.FileUploadBase
-
Returns the maximum allowed size of a complete request, as opposed to
FileUploadBase.getFileSizeMax()
. - getSizeMax() - Method in class com.vaadin.external.apache.commons.fileupload2.impl.FileItemIteratorImpl
- getSizes() - Method in class com.vaadin.flow.server.PwaIcon
-
Gets the value of the sizes attribute.
- getSizeThreshold() - Method in class com.vaadin.external.apache.commons.fileupload2.disk.DiskFileItemFactory
-
Returns the size threshold beyond which files are written directly to disk.
- 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.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.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
- 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
- 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
- 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.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.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
- 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.
- 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.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.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
- 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.
- 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.textfield.IntegerField
-
Gets the allowed number intervals of the field.
- getStep() - Method in class com.vaadin.flow.component.textfield.NumberField
-
Specifies the allowed number intervals of the 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
-
The allowed number intervals of the field.
- 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.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.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
- getStoreLocation() - Method in class com.vaadin.external.apache.commons.fileupload2.disk.DiskFileItem
-
Returns the
File
object for theFileItem
's data's temporary location on the disk. - 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
- getString() - Method in class com.vaadin.external.apache.commons.fileupload2.disk.DiskFileItem
-
Returns the contents of the file as a String, using the default character encoding.
- getString() - Method in interface com.vaadin.external.apache.commons.fileupload2.FileItem
-
Returns the contents of the file item as a String, using the default character encoding.
- getString(String) - Method in class com.vaadin.external.apache.commons.fileupload2.disk.DiskFileItem
-
Returns the contents of the file as a String, using the specified encoding.
- getString(String) - Method in interface com.vaadin.external.apache.commons.fileupload2.FileItem
-
Returns the contents of the file item as a String, using the specified encoding.
- 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
- 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.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 givenComponent
class, its super classes and implemented interfaces. - getStylesheetLinks(DeploymentConfiguration, 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.
- getStylesheetTags(DeploymentConfiguration, 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.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.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)
orDetails.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 thisDataView
. - 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 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.TabsTester
-
Gets the visible tab at given index.
- 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.
- 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.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
- 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.
- getTempFile() - Method in class com.vaadin.external.apache.commons.fileupload2.disk.DiskFileItem
-
Creates and returns a
File
representing a uniquely named temporary file in the configured repository path. - 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
- 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.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.
- 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
- getTheme() - Method in class com.vaadin.flow.component.charts.ChartOptions
-
Returns the
Theme
in use ornull
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.GenerateMainImports
- 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.FrontendUtils
-
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.GenerateMainImports
- 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. - getThemefor() - Method in class com.vaadin.flow.server.frontend.scanner.CssData
-
The themefor getter.
- getThemeFor() - Method in class com.vaadin.flow.server.frontend.FallbackChunk.CssImportData
- getThemeIdPrefix() - Method in class com.vaadin.flow.server.frontend.GenerateMainImports
- getThemeJsonInFrontend(Options, ThemeDefinition) - Static method in class com.vaadin.flow.server.frontend.FrontendUtils
- getThemeJsonInFrontend(File, String) - Static method in class com.vaadin.flow.server.frontend.FrontendUtils
- getThemeLines() - Method in class com.vaadin.flow.server.frontend.GenerateMainImports
- 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(File) - Static method in class com.vaadin.flow.server.frontend.FrontendUtils
-
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.
- 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
- 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. - 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.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 class com.vaadin.testbench.TestBenchDriverProxy
- 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.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
- getToken() - Method in class com.vaadin.flow.internal.springcsrf.SpringCsrfToken
- 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.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.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
- 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
- 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
orRouteAlias
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
- 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
- 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
-
Deprecated.
- 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
-
Deprecated.
- 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.
- 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 aTreeDataProvider
. - 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.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.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
-
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.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.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.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(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
- 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.
- 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
-
Gets a list of entries for users seen in the specified month.
- 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.
- getUsername() - Method in class com.vaadin.flow.component.login.AbstractLogin.LoginEvent
- 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
- 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.
- 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.VaadinSessionScope
-
Gets current Vaadin session.
- getVaadinVersion() - Method in class com.vaadin.base.devserver.ServerInfo
- 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.
- 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.
- 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 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.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.FallbackChunk.CssImportData
- getValue() - Method in class com.vaadin.flow.server.frontend.scanner.CssData
-
The value getter.
- 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.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.ValueChangeEvent
s are triggered when the ValueChangeMode is set toValueChangeMode.LAZY
, orValueChangeMode.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.ValueChangeEvent
s are triggered when the ValueChangeMode is set toValueChangeMode.LAZY
, orValueChangeMode.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 toDimension.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
ValueProvider
s in this renderer. - getValues() - Method in class com.vaadin.flow.component.charts.model.DataProviderSeries
-
Returns a list mappings between chart attributes(keys) and values.
- 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 toDimension.X
- getValueSuffix() - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
- getValueSuffix() - Method in class com.vaadin.flow.component.charts.model.Tooltip
- 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.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
- 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
- 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.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
-
Vaadin views access checker bean.
- getViewDistance() - Method in class com.vaadin.flow.component.charts.model.Options3d
- 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.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.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
- 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 webpack 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.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
-
Get a list of packages that are white-listed for class scanning.
- getWhiteSpace() - Method in interface com.vaadin.flow.component.HasText
-
Gets the
"white-space"
style value. - 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.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.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.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.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.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.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.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_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
-
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
-
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
- GRAY - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- 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(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 - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- 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.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 withGrid
. - 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 aGridContextMenu
. - 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
andGridSubMenu
. - 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.
- 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.
- 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
usingui
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.
- handleBrowserData(JsonObject) - Static method in class com.vaadin.base.devserver.stats.DevModeUsageStatistics
-
Stores telemetry data received from the browser.
- 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.
- 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
- 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.
- 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 originalexception
and field as a subject of the exception. - handleException(HasValue<?, ?>, Exception) - Method in class com.vaadin.flow.data.binder.DefaultBindingExceptionHandler
- 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.
- handleInitializedRegistry() - Method in class com.vaadin.flow.server.startup.ApplicationRouteRegistry
-
Handles an attempt to initialize already initialized route registry.
- handleLicenseEvent(LicenseEvent) - Method in interface com.vaadin.collaborationengine.LicenseEventHandler
-
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.
- 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 targetnode
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.
- 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.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 handlingVaadinRequests
. - 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.
- 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.
- 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. - 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
- 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()
andHttpServletRequest.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()
andHttpServletRequest.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()
andHttpServletRequest.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()
andHttpServletRequest.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. - 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.
- hasAnnotation(AnnotatedElement, String) - Static method in class com.vaadin.flow.internal.ReflectTools
-
Checks whether the
element
has annotation whose FQN isannotationFqn
. - hasAnnotationWithSimpleName(AnnotatedElement, String) - Static method in class com.vaadin.flow.internal.ReflectTools
-
Checks whether the
element
has annotation whose simple name issimpleName
. - HasAriaLabel - Interface in com.vaadin.flow.component
-
A generic interface for components and other user interface objects that may have an aria-label property 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
-
Requires the given attribute to be set.
- 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.
- 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. - 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 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)
orBinder.writeBeanIfValid(Object)
. - 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.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.
- HasClientValidation - Interface in com.vaadin.flow.component.shared
-
Mixin interface for subscribing to the client-side `validated` event from a component.
- HasClientValidation.ClientValidatedEvent - Class in com.vaadin.flow.component.shared
-
An event fired by the web component whenever it is validated on the client-side.
- 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.
- 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
DataGenerator
s 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
andInMemoryDataProvider
. - 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.
- hasEncodedValue(String) - Static method in class com.vaadin.external.apache.commons.fileupload2.util.mime.RFC2231Utility
-
Checks if Asterisk (*) at the end of parameter name to indicate, if it has charset and language information to decode the value.
- 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
- 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.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 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.frontend.FallbackChunk.CssImportData
- hashCode() - Method in class com.vaadin.flow.server.frontend.FrontendVersion
- hashCode() - Method in class com.vaadin.flow.server.frontend.scanner.CssData
- 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.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.
- 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.
- 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.
- hasLastHandledLocation() - Method in class com.vaadin.flow.component.internal.UIInternals
-
Check if we have already started navigation to some location on this roundtrip.
- 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
MenuItem
s 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. - hasNext() - Method in interface com.vaadin.external.apache.commons.fileupload2.FileItemIterator
-
Returns, whether another instance of
FileItemStream
is available. - hasNext() - Method in class com.vaadin.external.apache.commons.fileupload2.impl.FileItemIteratorImpl
-
Returns, whether another instance of
FileItemStream
is available. - 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.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
- 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
- hasRerouteTarget() - Method in class com.vaadin.flow.router.BeforeEvent
-
Check if we have a reroute target.
- 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
- HasSize - Interface in com.vaadin.flow.component
-
Any component implementing this interface supports setting the size of the component using
HasSize.setWidth(String)
andHasSize.setHeight(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.
- 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
- HEADER_PART_SIZE_MAX - Static variable in class com.vaadin.external.apache.commons.fileupload2.MultipartStream
-
The maximum length of
header-part
that will be processed (10 kilobytes = 10240 bytes.). - HEADER_SEPARATOR - Static variable in class com.vaadin.external.apache.commons.fileupload2.MultipartStream
-
A byte sequence that marks the end of
header-part
(CRLFCRLF
). - HeaderRow - Class in com.vaadin.flow.component.grid
-
One row of
HeaderRow.HeaderCell
s 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 - 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
HighlightAction
s. - 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
HighlightCondition
s. - 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.
- 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.
- HORIZONTAL - Enum constant in enum class com.vaadin.flow.component.charts.model.LayoutDirection
- HORIZONTAL - Enum constant in enum class com.vaadin.flow.component.charts.model.TreeMapLayoutStartingDirection
- HORIZONTAL - Enum constant in enum class com.vaadin.flow.component.orderedlayout.Scroller.ScrollDirection
- HORIZONTAL - Enum constant in enum class com.vaadin.flow.component.splitlayout.SplitLayout.Orientation
- HORIZONTAL - Enum constant in enum class com.vaadin.flow.component.tabs.Tabs.Orientation
- HorizontalAlign - Enum Class in com.vaadin.flow.component.charts.model
-
Alignment of the title relative to the axis values and more generically horizontal alignment.
- HorizontalLayout - Class in com.vaadin.flow.component.orderedlayout
-
Horizontal Layout places components side-by-side in a row.
- HorizontalLayout() - Constructor for class com.vaadin.flow.component.orderedlayout.HorizontalLayout
-
Constructs an empty layout with spacing on by default.
- HorizontalLayout(Component...) - Constructor for class com.vaadin.flow.component.orderedlayout.HorizontalLayout
-
Convenience constructor to create a layout with the children already inside it.
- HorizontalLayoutElement - Class in com.vaadin.flow.component.orderedlayout.testbench
-
A TestBench element representing a
<vaadin-horizontal-layout>
element. - HorizontalLayoutElement() - Constructor for class com.vaadin.flow.component.orderedlayout.testbench.HorizontalLayoutElement
- HOSPITAL - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- host - Variable in class com.vaadin.flow.server.frontend.installer.ProxyConfig.Proxy
-
Proxy host.
- HOTPINK - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- HOTSWAP_AGENT - Enum constant in enum class com.vaadin.flow.internal.BrowserLiveReload.Backend
- HOUR - Enum constant in enum class com.vaadin.flow.component.charts.model.TimeUnit
- HOURGLASS - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- HOURGLASS_EMPTY - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- HOURGLASS_END - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- HOURGLASS_START - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- Hover - Class in com.vaadin.flow.component.charts.model
-
Options for the hovered series
- Hover() - Constructor for class com.vaadin.flow.component.charts.model.Hover
- Hover(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.Hover
- Hr - Class in com.vaadin.flow.component.html
-
Component representing a
<hr>
element. - Hr() - Constructor for class com.vaadin.flow.component.html.Hr
-
Creates a new hr.
- HR - Static variable in annotation interface com.vaadin.flow.component.Tag
-
Tag for an
<hr>
. - HrElement - Class in com.vaadin.flow.component.html.testbench
-
A TestBench element representing an
<hr>
element. - HrElement() - Constructor for class com.vaadin.flow.component.html.testbench.HrElement
- HrTester - Class in com.vaadin.flow.component.html.testbench
- HrTester(Hr) - Constructor for class com.vaadin.flow.component.html.testbench.HrTester
-
Wrap given component for testing.
- Html - Class in com.vaadin.flow.component
-
A component which encapsulates a given HTML fragment with a single root element.
- Html(InputStream) - Constructor for class com.vaadin.flow.component.Html
-
Creates an instance based on the HTML fragment read from the stream.
- Html(String) - Constructor for class com.vaadin.flow.component.Html
-
Creates an instance based on the given HTML fragment.
- HtmlClickContainer<T extends HtmlContainer> - Class in com.vaadin.flow.component.html.testbench
- HtmlClickContainer(T) - Constructor for class com.vaadin.flow.component.html.testbench.HtmlClickContainer
-
Wrap given component for testing.
- HtmlComponent - Class in com.vaadin.flow.component
-
Base class for a
Component
that represents a single built-in HTML element. - HtmlComponent() - Constructor for class com.vaadin.flow.component.HtmlComponent
-
Creates a component with the element type based on the
Tag
annotation of the sub class. - HtmlComponent(String) - Constructor for class com.vaadin.flow.component.HtmlComponent
-
Creates a component with a new element with the given tag name.
- HtmlComponentTester<T extends HtmlComponent> - Class in com.vaadin.flow.component.html.testbench
- HtmlComponentTester(T) - Constructor for class com.vaadin.flow.component.html.testbench.HtmlComponentTester
-
Wrap given component for testing.
- HtmlContainer - Class in com.vaadin.flow.component
-
Base class for a
Component
that represents a single built-in HTML element that can contain child components or text. - HtmlContainer() - Constructor for class com.vaadin.flow.component.HtmlContainer
-
Creates an empty component with the element determined by the
Tag
annotation of a sub class. - HtmlContainer(Component...) - Constructor for class com.vaadin.flow.component.HtmlContainer
-
Creates a component with the given child components.
- HtmlContainer(String) - Constructor for class com.vaadin.flow.component.HtmlContainer
-
Creates a new empty component with a new element with the given tag name.
- HtmlContainer(String, Component...) - Constructor for class com.vaadin.flow.component.HtmlContainer
-
Creates a new component with the given contents and a new element with the given tag name.
- HtmlContainerTester<T extends HtmlContainer> - Class in com.vaadin.flow.component.html.testbench
- HtmlContainerTester(T) - Constructor for class com.vaadin.flow.component.html.testbench.HtmlContainerTester
-
Wrap given component for testing.
- HtmlObject - Class in com.vaadin.flow.component.html
-
Component representing a
<object>
element. - HtmlObject() - Constructor for class com.vaadin.flow.component.html.HtmlObject
-
Creates a new
<object>
component. - HtmlObject(AbstractStreamResource) - Constructor for class com.vaadin.flow.component.html.HtmlObject
-
Creates a new
<object>
component with given data resource value. - HtmlObject(AbstractStreamResource, Param...) - Constructor for class com.vaadin.flow.component.html.HtmlObject
-
Creates a new
<object>
component with given data resource value and "param" components. - HtmlObject(AbstractStreamResource, String) - Constructor for class com.vaadin.flow.component.html.HtmlObject
-
Creates a new
<object>
component with given data resource and type value. - HtmlObject(AbstractStreamResource, String, Param...) - Constructor for class com.vaadin.flow.component.html.HtmlObject
-
Creates a new
<object>
component with given data resource, type value and "param" components. - HtmlObject(String, Param...) - Constructor for class com.vaadin.flow.component.html.HtmlObject
-
Creates a new
<object>
component with given data and "param" components. - HtmlObject(String, String) - Constructor for class com.vaadin.flow.component.html.HtmlObject
-
Creates a new
<object>
component with given data and type attribute values. - HtmlObject(String, String, Param...) - Constructor for class com.vaadin.flow.component.html.HtmlObject
-
Creates a new
<object>
component with given data, type attribute values and and "param" components. - HtmlUtils - Class in com.vaadin.flow.internal
-
Helpers for HTML related aspects.
- HTTP_VERSION_NOT_SUPPORTED - Enum constant in enum class com.vaadin.flow.server.HttpStatusCode
-
Status code (505) indicating that the server does not support or refuses to support the HTTP protocol version that was used in the request message.
- HTTPS_PROTOCOLS - Static variable in class com.vaadin.flow.server.frontend.installer.DefaultFileDownloader
- HttpStatusCode - Enum Class in com.vaadin.flow.server
-
HTTP status codes as defined in RFC 2068.
- HYPER - Static variable in interface com.vaadin.flow.component.Key
-
The
Hyper
key.
I
- I18N_PROVIDER - Static variable in class com.vaadin.flow.server.InitParameters
-
I18N provider property.
- I18NProvider - Interface in com.vaadin.flow.i18n
-
I18N provider interface for internationalization usage.
- Icon - Class in com.vaadin.flow.component.icon
-
Component for displaying an icon from the Vaadin Icons collection.
- Icon - Class in com.vaadin.flow.component.map.configuration.style
-
An icon or image that can be used to visually represent a
Feature
, by using it as the feature'sStyle.setImage(ImageStyle)
- Icon() - Constructor for class com.vaadin.flow.component.icon.Icon
-
Creates an Icon component that displays a Vaadin logo.
- Icon(VaadinIcon) - Constructor for class com.vaadin.flow.component.icon.Icon
-
Creates an Icon component that displays the given icon from
VaadinIcon
. - Icon(Icon.Options) - Constructor for class com.vaadin.flow.component.map.configuration.style.Icon
- Icon(String) - Constructor for class com.vaadin.flow.component.icon.Icon
-
Creates an Icon component that displays the given icon from vaadin-icons collection.
- Icon(String, String) - Constructor for class com.vaadin.flow.component.icon.Icon
-
Creates an Icon component that displays the given
icon
from the givencollection
. - Icon.Anchor - Class in com.vaadin.flow.component.map.configuration.style
- Icon.AnchorOrigin - Enum Class in com.vaadin.flow.component.map.configuration.style
- Icon.ImageSize - Class in com.vaadin.flow.component.map.configuration.style
- Icon.Options - Class in com.vaadin.flow.component.map.configuration.style
- IconElement - Class in com.vaadin.flow.component.icon.testbench
-
A TestBench element representing a
<vaadin-icon>
element. - IconElement() - Constructor for class com.vaadin.flow.component.icon.testbench.IconElement
- IconFactory - Interface in com.vaadin.flow.component.icon
-
Factory for icons.
- iconPath() - Element in annotation interface com.vaadin.flow.server.PWA
-
Path to the application icon file.
- IconRenderer<ITEM> - Class in com.vaadin.flow.data.renderer
-
A renderer that renders each item as a text following by an icon using provided icon generator and label generator.
- IconRenderer(SerializableFunction<ITEM, ? extends Component>) - Constructor for class com.vaadin.flow.data.renderer.IconRenderer
-
Creates a new renderer instance using the default
ItemLabelGenerator
:String::valueOf
and the providediconGenerator
. - IconRenderer(SerializableFunction<ITEM, ? extends Component>, ItemLabelGenerator<ITEM>) - Constructor for class com.vaadin.flow.data.renderer.IconRenderer
-
Creates a new renderer instance using the provided
iconGenerator
anditemLabelGenerator
. - id - Variable in class com.vaadin.flow.server.frontend.installer.ProxyConfig.Proxy
-
Id of proxy.
- id() - Element in annotation interface com.vaadin.flow.component.dependency.CssImport
-
The 'id' of the new 'dom-module' created.
- id(String) - Method in class com.vaadin.testbench.ElementQuery
-
Executes a search for element with the given id.
- id(String) - Method in class com.vaadin.testbench.unit.ComponentQuery
-
Executes a search for a component with the given id.
- Id - Annotation Interface in com.vaadin.flow.component.template
-
Defines the id of a component or an element to map to inside a lit template.
- ID - Static variable in class com.vaadin.flow.internal.nodefeature.NodeProperties
-
Key for id property.
- IdCollector - Class in com.vaadin.flow.component.template.internal
-
Collects information of
@Id
mapped fields in a template class. - IdCollector(Class<?>, String, Element) - Constructor for class com.vaadin.flow.component.template.internal.IdCollector
-
Creates a collector the the given template.
- IdeIntegration - Class in com.vaadin.base.devserver
-
Integration with IDEs for development mode.
- IdeIntegration(ApplicationConfiguration) - Constructor for class com.vaadin.base.devserver.IdeIntegration
-
Creates a new integration with the given configuration.
- IdentifierProvider<T> - Interface in com.vaadin.flow.data.provider
-
A callback interface that is used to provide the identifier of an item.
- IdentifierProviderChangeEvent<T,
C extends Component> - Class in com.vaadin.flow.data.provider -
Event notifying the component that its identifier provider has been changed through a data view.
- IdentifierProviderChangeEvent(C, IdentifierProvider<T>) - Constructor for class com.vaadin.flow.data.provider.IdentifierProviderChangeEvent
-
Creates a new event using the given source and the new identifier provider.
- identity() - Static method in interface com.vaadin.flow.data.converter.Converter
-
Returns a converter that returns its input as-is in both directions.
- identity() - Static method in interface com.vaadin.flow.data.provider.IdentifierProvider
-
Returns an identifier provider that always returns its input argument.
- identity() - Static method in interface com.vaadin.flow.function.SerializableFunction
-
Returns a function that always returns its input argument.
- identity() - Static method in interface com.vaadin.flow.function.ValueProvider
-
Returns a value provider that always returns its input argument.
- IdMapper - Class in com.vaadin.flow.component.template.internal
-
Creates or maps Element instances to fields mapped using
@Id
. - IdMapper(Component) - Constructor for class com.vaadin.flow.component.template.internal.IdMapper
-
Creates a mapper for the given template.
- ifEmpty() - Method in class com.vaadin.collaborationengine.ListOperation
-
Adds a condition that requires the list to be empty.
- ifError(SerializableConsumer<String>) - Method in interface com.vaadin.flow.data.binder.Result
-
Applies the
consumer
if result is an error. - ifFirst(ListKey) - Method in class com.vaadin.collaborationengine.ListOperation
-
Adds a condition that requires the specified
key
to be the first in the list. - ifLast(ListKey) - Method in class com.vaadin.collaborationengine.ListOperation
-
Adds a condition that requires the specified
key
to be the last in the list. - ifNext(ListKey, ListKey) - Method in class com.vaadin.collaborationengine.ListOperation
-
Adds a condition that requires the specified
nextKey
to be right after the specifiedkey
when the operation is applied. - ifNotEmpty() - Method in class com.vaadin.collaborationengine.ListOperation
-
Adds a condition that requires the list not to be empty.
- ifOk(SerializableConsumer<R>) - Method in interface com.vaadin.flow.data.binder.Result
-
Applies the
consumer
if result is not an error. - ifPrev(ListKey, ListKey) - Method in class com.vaadin.collaborationengine.ListOperation
-
Adds a condition that requires the specified
prevKey
to be right before the specifiedkey
when the operation is applied. - IFrame - Class in com.vaadin.flow.component.html
-
Component representing a
<iframe>
element. - IFrame() - Constructor for class com.vaadin.flow.component.html.IFrame
-
Creates a new iframe.
- IFrame(String) - Constructor for class com.vaadin.flow.component.html.IFrame
-
Creates a new iframe with a source URL.
- IFRAME - Static variable in annotation interface com.vaadin.flow.component.Tag
-
Tag for an
<iframe>
. - IFrame.ImportanceType - Enum Class in com.vaadin.flow.component.html
-
Importance types.
- IFrame.SandboxType - Enum Class in com.vaadin.flow.component.html
-
Sandbox types.
- ifValue(ListKey, Object) - Method in class com.vaadin.collaborationengine.ListOperation
-
Add a condition that requires the specified
key
to have the specifiedvalue
. - IllegalAttributeException - Exception in com.vaadin.flow.component.littemplate
-
Thrown to indicate that an element had an illegal or inappropriate attribute.
- IllegalAttributeException(String) - Constructor for exception com.vaadin.flow.component.littemplate.IllegalAttributeException
-
Constructs an
IllegalAttributeException
with the specified detail message. - IllegalBoundaryException() - Constructor for exception com.vaadin.external.apache.commons.fileupload2.MultipartStream.IllegalBoundaryException
-
Constructs an
IllegalBoundaryException
with no detail message. - IllegalBoundaryException(String) - Constructor for exception com.vaadin.external.apache.commons.fileupload2.MultipartStream.IllegalBoundaryException
-
Constructs an
IllegalBoundaryException
with the specified detail message. - Image - Class in com.vaadin.flow.component.html
-
Component representing a
<img>
element. - Image() - Constructor for class com.vaadin.flow.component.html.Image
-
Creates a new empty image.
- Image(AbstractStreamResource, String) - Constructor for class com.vaadin.flow.component.html.Image
-
Creates an image with the given stream resource and an alternative text.
- Image(String, String) - Constructor for class com.vaadin.flow.component.html.Image
-
Creates an image with the given URL and an alternative text.
- IMAGE_JPEG - Enum constant in enum class com.vaadin.flow.component.charts.model.ExportFileType
- IMAGE_PNG - Enum constant in enum class com.vaadin.flow.component.charts.model.ExportFileType
- IMAGE_SVG_XML - Enum constant in enum class com.vaadin.flow.component.charts.model.ExportFileType
- ImageComparison - Class in com.vaadin.testbench.screenshot
-
Class with features for comparing 2 images.
- ImageComparison() - Constructor for class com.vaadin.testbench.screenshot.ImageComparison
- ImageComparisonUtil - Class in com.vaadin.testbench.screenshot
- ImageComparisonUtil() - Constructor for class com.vaadin.testbench.screenshot.ImageComparisonUtil
- ImageElement - Class in com.vaadin.flow.component.html.testbench
-
A TestBench element representing an
<img>
element. - ImageElement() - Constructor for class com.vaadin.flow.component.html.testbench.ImageElement
- imageEqualToReference(BufferedImage, BufferedImage, String, double) - Method in class com.vaadin.testbench.screenshot.ImageComparison
- imageEqualToReference(BufferedImage, String, double, Capabilities) - Method in class com.vaadin.testbench.screenshot.ImageComparison
-
Compare image [name] to image under /reference/.
- ImageFileUtil - Class in com.vaadin.testbench.screenshot
- ImageFileUtil() - Constructor for class com.vaadin.testbench.screenshot.ImageFileUtil
- ImageFileUtil.ImageFileUtilImpl - Class in com.vaadin.testbench.screenshot
- ImageFileUtilImpl() - Constructor for class com.vaadin.testbench.screenshot.ImageFileUtil.ImageFileUtilImpl
- ImageLayer - Class in com.vaadin.flow.component.map.configuration.layer
-
Layer for server-rendered images that are available in arbitrary extents and resolutions.
- ImageLayer() - Constructor for class com.vaadin.flow.component.map.configuration.layer.ImageLayer
- ImageProperties() - Constructor for class com.vaadin.testbench.screenshot.ImageUtil.ImageProperties
- ImageSize(int, int) - Constructor for class com.vaadin.flow.component.map.configuration.style.Icon.ImageSize
- ImageSource - Class in com.vaadin.flow.component.map.configuration.source
-
Abstract base class for all sources providing a single image
- ImageSource(ImageSource.Options) - Constructor for class com.vaadin.flow.component.map.configuration.source.ImageSource
- ImageSource.Options - Class in com.vaadin.flow.component.map.configuration.source
- imagesSameSize(BufferedImage, BufferedImage) - Static method in class com.vaadin.testbench.screenshot.ImageUtil
-
Check canvas sizes and resize images to same size
- ImageStyle - Class in com.vaadin.flow.component.map.configuration.style
-
Abstract base class for drawing image-based features
- ImageStyle(ImageStyle.Options) - Constructor for class com.vaadin.flow.component.map.configuration.style.ImageStyle
- ImageStyle.Options - Class in com.vaadin.flow.component.map.configuration.style
- ImageTester - Class in com.vaadin.flow.component.html.testbench
- ImageTester(Image) - Constructor for class com.vaadin.flow.component.html.testbench.ImageTester
-
Wrap given component for testing.
- ImageUtil - Class in com.vaadin.testbench.screenshot
-
These image utility functions are for internal use only.
- ImageUtil() - Constructor for class com.vaadin.testbench.screenshot.ImageUtil
- ImageUtil.ImageProperties - Class in com.vaadin.testbench.screenshot
-
Contains ImageUtil-internal information about an image.
- ImageWMSSource - Class in com.vaadin.flow.component.map.configuration.source
-
Source for WMS servers providing single, untiled images
- ImageWMSSource(ImageWMSSource.Options) - Constructor for class com.vaadin.flow.component.map.configuration.source.ImageWMSSource
- ImageWMSSource.Options - Class in com.vaadin.flow.component.map.configuration.source
- IMG - Static variable in annotation interface com.vaadin.flow.component.Tag
-
Tag for an
<img>
. - ImmutableClassList - Class in com.vaadin.flow.dom.impl
-
Immutable class list implementation.
- ImmutableClassList(Collection<String>) - Constructor for class com.vaadin.flow.dom.impl.ImmutableClassList
-
Creates a new immutable class list with the given values.
- ImmutableEmptyStyle - Class in com.vaadin.flow.dom.impl
-
A style implementation which is empty and immutable.
- ImmutableEmptyStyle() - Constructor for class com.vaadin.flow.dom.impl.ImmutableEmptyStyle
- importedFileExists(String) - Method in class com.vaadin.flow.server.frontend.GenerateMainImports
- IMPORTS_D_TS_NAME - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
-
The TypeScript definitions for the
FrontendUtils.IMPORTS_NAME
file. - IMPORTS_NAME - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
-
Name of the file that contains application imports, javascript, theme and style annotations.
- IN_MEMORY_CHILD - Static variable in class com.vaadin.flow.internal.nodefeature.NodeProperties
-
JsonObject in-memory type value for
VirtualChildrenList
. - Inactive - Class in com.vaadin.flow.component.charts.model
- Inactive() - Constructor for class com.vaadin.flow.component.charts.model.Inactive
- Inactive(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.Inactive
- INBOX - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- INCH - Enum constant in enum class com.vaadin.flow.component.Unit
-
Unit code representing inches.
- include() - Element in annotation interface com.vaadin.flow.component.dependency.CssImport
-
The 'id' of a module to include in the generated 'custom-style'.
- includeInFallbackBundle(String, File) - Static method in class com.vaadin.flow.server.frontend.CvdlProducts
- includeInitialUidl(VaadinRequest) - Method in interface com.vaadin.flow.server.BootstrapInitialPredicate
-
Return whether the bootstrap handler has to include initial UIDL in the response.
- increment(String) - Method in class com.vaadin.base.devserver.stats.StatisticsContainer
-
Increments the value for the given field.
- incrementServerId() - Method in class com.vaadin.flow.component.internal.UIInternals
-
Increments the server sync id.
- INDENT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- INDEX_HTML - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
-
File name of the index.html in client side.
- INDEX_JS - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
-
File name of the index.js in client side.
- INDEX_TS - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
-
File name of the index.ts in client side.
- INDEX_TSX - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
-
File name of the index.tsx in client side.
- IndexHtmlRequestHandler - Class in com.vaadin.flow.server.communication
-
This class is responsible for serving the
index.html
according to the template provided in the frontend folder. - IndexHtmlRequestHandler() - Constructor for class com.vaadin.flow.server.communication.IndexHtmlRequestHandler
- IndexHtmlRequestListener - Interface in com.vaadin.flow.server.communication
-
This event listener is notified when the Single Page Application's HTML page is about to be generated and sent to the client.
- IndexHtmlResponse - Class in com.vaadin.flow.server.communication
-
This represents the state of a Index HTML response being generated.
- IndexHtmlResponse(VaadinRequest, VaadinResponse, Document) - Constructor for class com.vaadin.flow.server.communication.IndexHtmlResponse
-
Create a response object for client side bootstrapping.
- IndexHtmlResponse(VaadinRequest, VaadinResponse, Document, UI) - Constructor for class com.vaadin.flow.server.communication.IndexHtmlResponse
-
Create a response object for client side bootstrapping with UI.
- indexOf(Axis) - Method in class com.vaadin.flow.component.charts.model.AxisList
- indexOf(Component) - Method in interface com.vaadin.flow.component.HasOrderedComponents
-
Returns the index of the given component.
- indexOf(Component) - Method in class com.vaadin.flow.component.tabs.Tabs
-
Deprecated.since 24.0, use
Tabs.indexOf(Tab)
instead. - indexOf(Tab) - Method in class com.vaadin.flow.component.tabs.Tabs
-
Returns the index of the given tab.
- indexOf(StateNode) - Method in class com.vaadin.flow.internal.nodefeature.ElementChildrenList
- indexOf(StateNode) - Method in class com.vaadin.flow.internal.nodefeature.ModelList
- indexOf(StateNode) - Method in class com.vaadin.flow.internal.nodefeature.VirtualChildrenList
- indexOf(T) - Method in class com.vaadin.flow.internal.nodefeature.NodeList
-
Gets the position of a value in the list.
- indexOfChild(Element) - Method in class com.vaadin.flow.dom.Node
-
Returns the index of the specified
child
in the children list, or -1 if this list does not contain thechild
. - INDIANRED - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- INDIGO - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- INERT_DATA - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
-
Id for
InertData
. - InertData - Class in com.vaadin.flow.internal.nodefeature
-
Server-side feature defining whether a node is inert, and if it should ignore inheriting inert state from parent.
- InertData(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.InertData
-
Creates a new feature for the given node.
- INFO - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- INFO - Enum constant in enum class com.vaadin.flow.data.binder.ErrorLevel
-
Error level for informational messages.
- INFO - Static variable in interface com.vaadin.flow.component.Key
-
Toggles the display of information about the currently selected content, program, or media.
- INFO_CIRCLE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- INFO_CIRCLE_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- informLocaleChangeObservers(UI) - Static method in class com.vaadin.flow.router.EventUtil
-
Inform components connected to the given ui that implement
LocaleChangeObserver
about locale change. - informLocaleChangeObservers(UI, List<HasElement>) - Static method in class com.vaadin.flow.router.EventUtil
-
Inform components implementing
LocaleChangeObserver
about locale change. - INHERIT - Enum constant in enum class com.vaadin.flow.component.HasText.WhiteSpace
-
Inherits this property from its parent element.
- init() - Method in class com.vaadin.flow.server.VaadinService
-
Initializes this service.
- init() - Method in class com.vaadin.flow.server.VaadinServletService
- init() - Method in class com.vaadin.flow.spring.SpringVaadinServletService
- init() - Method in class com.vaadin.testbench.TestBenchElement
-
This is run after initializing a TestBenchElement.
- init(ActivationHandler, Executor) - Method in class com.vaadin.collaborationengine.ComponentConnectionContext
- init(ActivationHandler, Executor) - Method in interface com.vaadin.collaborationengine.ConnectionContext
-
Initializes the connection context with a
ActivationHandler
and anExecutor
. - init(ActivationHandler, Executor) - Method in class com.vaadin.collaborationengine.SystemConnectionContext
- init(FileUploadBase, RequestContext) - Method in class com.vaadin.external.apache.commons.fileupload2.impl.FileItemIteratorImpl
- init(Element) - Static method in class com.vaadin.flow.component.fieldhighlighter.FieldHighlighterInitializer
- init(VaadinContext, ViteHandler) - Static method in class com.vaadin.base.devserver.viteproxy.ViteWebsocketEndpoint
-
Creates the websocket endpoint that Vite connects to.
- init(VaadinRequest) - Method in class com.vaadin.flow.component.UI
-
Initializes this UI.
- init(H) - Method in class com.vaadin.flow.spring.security.stateless.VaadinStatelessSecurityConfigurer
- init(ServletConfig) - Method in class com.vaadin.flow.server.VaadinServlet
-
Called by the servlet container to indicate to a servlet that the servlet is being placed into service.
- init(ServletContext) - Method in class com.vaadin.flow.server.communication.JSR356WebsocketInitializer
-
Initializes Atmosphere for use with Vaadin servlets found in the given context.
- init(File, StatisticsStorage, StatisticsSender) - Static method in class com.vaadin.base.devserver.stats.DevModeUsageStatistics
-
Initialize the statistics module.
- init(Set<Class<?>>, VaadinContext) - Static method in class com.vaadin.flow.server.startup.VaadinAppShellInitializer
-
Initializes the
AppShellRegistry
for the application. - init(WebElement, TestBenchCommandExecutor) - Method in class com.vaadin.testbench.TestBenchElement
-
TestBenchElement initialization function.
- INIT - Enum constant in enum class com.vaadin.flow.server.HandlerHelper.RequestType
-
INIT requests.
- initAtmosphereForVaadinServlet(ServletRegistration, ServletContext) - Static method in class com.vaadin.flow.server.communication.JSR356WebsocketInitializer
-
Initializes Atmosphere for use with the given Vaadin servlet
- initChildElements() - Method in class com.vaadin.flow.component.littemplate.LitTemplateInitializer
-
Initializes child elements.
- initConnector() - Method in class com.vaadin.flow.component.grid.Grid
- initContent() - Method in class com.vaadin.flow.component.Composite
-
Called when the content of this composite is requested for the first time.
- initDevModeHandler(Set<Class<?>>, VaadinContext) - Method in class com.vaadin.base.devserver.DevModeHandlerManagerImpl
- initDevModeHandler(Set<Class<?>>, VaadinContext) - Static method in class com.vaadin.base.devserver.startup.DevModeInitializer
-
Initialize the devmode server if not in production mode or compatibility mode.
- initDevModeHandler(Set<Class<?>>, VaadinContext) - Method in interface com.vaadin.flow.internal.DevModeHandlerManager
-
Starts up a new
DevModeHandler
. - INITIAL - Enum constant in enum class com.vaadin.flow.component.HasText.WhiteSpace
-
Sets this property to its default value.
- initialize() - Method in interface com.vaadin.flow.data.provider.ArrayUpdater
-
Initialize the array.
- initialize(VaadinContext) - Method in interface com.vaadin.flow.internal.VaadinContextInitializer
-
Initializes the Vaadin
context
. - initialize(VaadinContext, Map<Class<?>, Collection<Class<?>>>, VaadinApplicationInitializationBootstrap) - Method in interface com.vaadin.flow.di.AbstractLookupInitializer
-
Creates a new
Lookup
instance, initializes it and passes it to the providedbootstrap
. - initialize(VaadinContext, Map<Class<?>, Collection<Class<?>>>, VaadinApplicationInitializationBootstrap) - Method in class com.vaadin.flow.di.LookupInitializer
- initialize(VaadinContext, Map<Class<?>, Collection<Class<?>>>, VaadinApplicationInitializationBootstrap) - Method in class com.vaadin.flow.spring.SpringLookupInitializer
- initialize(VaadinContext, Map<Class<?>, Collection<Class<?>>>, VaadinApplicationInitializationBootstrap) - Method in class com.vaadin.testbench.unit.UITestSpringLookupInitializer
- initialize(Set<Class<?>>, VaadinContext) - Method in class com.vaadin.base.devserver.startup.DevModeStartupListener
- initialize(Set<Class<?>>, VaadinContext) - Method in class com.vaadin.flow.server.startup.AnnotationValidator
- initialize(Set<Class<?>>, VaadinContext) - Method in class com.vaadin.flow.server.startup.ErrorNavigationTargetInitializer
- initialize(Set<Class<?>>, VaadinContext) - Method in class com.vaadin.flow.server.startup.RouteRegistryInitializer
- initialize(Set<Class<?>>, VaadinContext) - Method in class com.vaadin.flow.server.startup.VaadinAppShellInitializer
- initialize(Set<Class<?>>, VaadinContext) - Method in interface com.vaadin.flow.server.startup.VaadinContextStartupInitializer
-
Applies this initializer to the given context
- initialize(Set<Class<?>>, VaadinContext) - Method in class com.vaadin.flow.server.startup.WebComponentConfigurationRegistryInitializer
- initialize(Set<Class<?>>, VaadinContext) - Method in class com.vaadin.flow.server.startup.WebComponentExporterAwareValidator
- initializeUI(UI, Location) - Method in class com.vaadin.flow.router.Router
-
Enables navigation for a new UI instance.
- initializeUIWithRouter(BootstrapHandler.BootstrapContext, UI) - Method in class com.vaadin.flow.server.BootstrapHandler
- initializeUIWithRouter(BootstrapHandler.BootstrapContext, UI) - Method in class com.vaadin.flow.server.communication.IndexHtmlRequestHandler
- initializeUIWithRouter(BootstrapHandler.BootstrapContext, UI) - Method in class com.vaadin.flow.server.communication.JavaScriptBootstrapHandler
- InitParameters - Class in com.vaadin.flow.server
-
Constants for all servlet init parameters.
- InitParameters() - Constructor for class com.vaadin.flow.server.InitParameters
- initVaadinEnvironment() - Method in class com.vaadin.testbench.unit.BaseUIUnitTest
-
Create mocked Vaadin core obects, such as session, servlet populated with Routes, UI etc.
- initVaadinEnvironment() - Method in class com.vaadin.testbench.unit.SpringUIUnit4Test
- initVaadinEnvironment() - Method in class com.vaadin.testbench.unit.UIUnit4Test
- INJECT_BY_ID - Static variable in class com.vaadin.flow.internal.nodefeature.NodeProperties
-
JsonObject
@id
type value forVirtualChildrenList
. - InjectableFieldConsumer - Interface in com.vaadin.flow.component.template.internal
-
Three argument consumer.
- InjectableLitElementInitializer - Class in com.vaadin.flow.component.littemplate
-
Initialize a lit template element with data.
- InjectableLitElementInitializer(Element, Class<? extends Component>) - Constructor for class com.vaadin.flow.component.littemplate.InjectableLitElementInitializer
-
Creates an initializer for the
element
. - Inline - Annotation Interface in com.vaadin.flow.component.page
-
Defines files to inline into the initial page.
- INLINE - Enum constant in enum class com.vaadin.flow.shared.ui.LoadMode
-
Forced the dependency to be inlined in the body of the html page, removing the requirement to have additional roundtrips to fetch the script.
- INLINE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Display
- INLINE_BLOCK - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Display
- INLINE_FLEX - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Display
- INLINE_GRID - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Display
- Inline.Container - Annotation Interface in com.vaadin.flow.component.page
-
Internal annotation to enable use of multiple
Inline
annotations. - Inline.Position - Enum Class in com.vaadin.flow.component.page
-
Inline position enum.
- Inline.Wrapping - Enum Class in com.vaadin.flow.component.page
-
File content wrapping enum.
- InlineTargets - Class in com.vaadin.flow.server
-
Data holder class for collected
Inline
annotations to be added to the initial page. - InlineTargets() - Constructor for class com.vaadin.flow.server.InlineTargets
- inMemoryCollection() - Method in class com.vaadin.flow.server.frontend.GenerateMainImports
- InMemoryDataProvider<T> - Interface in com.vaadin.flow.data.provider
-
A mixin interface for in-memory data providers.
- InMemoryDataProviderHelpers - Class in com.vaadin.flow.data.provider
-
Helper methods for implementing
InMemoryDataProvider
s. - innerHTMLContains(String) - Method in class com.vaadin.flow.component.gridpro.testbench.GridTHTDElement
- Input - Class in com.vaadin.flow.component.html
-
Component representing an
<input>
element. - Input() - Constructor for class com.vaadin.flow.component.html.Input
-
Creates a new input without any specific type, with
ON_CHANGE
value change mode. - Input(ValueChangeMode) - Constructor for class com.vaadin.flow.component.html.Input
-
Creates a new input without any specific type.
- INPUT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- INPUT - Static variable in annotation interface com.vaadin.flow.component.Tag
-
Tag for an
<input>
. - InputEvent - Class in com.vaadin.flow.component
-
Event fired when the component has received any type of input (e.g.
- InputEvent(Component, boolean) - Constructor for class com.vaadin.flow.component.InputEvent
-
Creates a new input event.
- InputNotifier - Interface in com.vaadin.flow.component
-
Mixin interface for components that support adding input listeners to the their root elements.
- InputStreamFactory - Interface in com.vaadin.flow.server
-
Creates input stream instances that provides the actual data of a
StreamResource
. - InputTester - Class in com.vaadin.flow.component.html.testbench
- InputTester(Input) - Constructor for class com.vaadin.flow.component.html.testbench.InputTester
-
Wrap given component for testing.
- InputTextElement - Class in com.vaadin.flow.component.html.testbench
-
A TestBench element representing an
<input type='text'>
element. - InputTextElement() - Constructor for class com.vaadin.flow.component.html.testbench.InputTextElement
- INSERT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- INSERT - Static variable in interface com.vaadin.flow.component.Key
-
The Insert key,
Ins
. - INSERT_AFTER - Enum constant in enum class com.vaadin.collaborationengine.ListOperation.OperationType
- INSERT_BEFORE - Enum constant in enum class com.vaadin.collaborationengine.ListOperation.OperationType
- insertAfter(ListKey, Object) - Method in interface com.vaadin.collaborationengine.CollaborationList
-
Inserts the given item just after the given key location.
- insertAfter(ListKey, Object) - Static method in class com.vaadin.collaborationengine.ListOperation
-
Creates a list operation to insert the given value just after the position specified by the given key.
- insertBefore(ListKey, Object) - Method in interface com.vaadin.collaborationengine.CollaborationList
-
Inserts the given item just before the given key location.
- insertBefore(ListKey, Object) - Static method in class com.vaadin.collaborationengine.ListOperation
-
Creates a list operation to insert the given value just before the position specified by the given key.
- insertBetween(ListKey, ListKey, Object) - Static method in class com.vaadin.collaborationengine.ListOperation
-
Creates a list operation to insert the given value between the positions specified by the given keys.
- insertChild(int, Element...) - Method in class com.vaadin.flow.dom.Node
-
Inserts the given child element(s) at the given position.
- insertChild(int, Collection<Element>) - Method in class com.vaadin.flow.dom.Node
-
Inserts the given child element(s) at the given position.
- insertChild(StateNode, int, Element) - Method in interface com.vaadin.flow.dom.ElementStateProvider
-
Inserts the given child at the given position.
- insertChild(StateNode, int, Element) - Method in class com.vaadin.flow.dom.impl.AbstractNodeStateProvider
- insertChild(StateNode, int, Element) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
- insertColumnLayer(int, List<AbstractColumn<?>>) - Method in class com.vaadin.flow.component.grid.Grid
-
Creates a new layer from the provided columns, inserts the layer into given index and returns the new layer.
- insertFirst(Object) - Method in interface com.vaadin.collaborationengine.CollaborationList
-
Inserts the given item as the first item of the list.
- insertFirst(Object) - Static method in class com.vaadin.collaborationengine.ListOperation
-
Creates a list operation to insert the given value as the first item of the list.
- insertLast(Object) - Method in interface com.vaadin.collaborationengine.CollaborationList
-
Inserts the given item as the last item of the list.
- insertLast(Object) - Static method in class com.vaadin.collaborationengine.ListOperation
-
Creates a list operation to insert the given value as the last item of the list.
- INSIDE - Enum constant in enum class com.vaadin.flow.component.charts.model.TickPosition
- inspectHierarchy(Element, Collection<Element>, Predicate<Element>) - Static method in class com.vaadin.flow.router.EventUtil
-
Collect all children for given node as a Element stream.
- install() - Method in class com.vaadin.flow.server.frontend.installer.NodeInstaller
-
Install node and npm.
- INSTALL_NODE_LOCALLY - Static variable in class com.vaadin.flow.server.frontend.FrontendTools
- INSTALL_PATH - Static variable in class com.vaadin.flow.server.frontend.installer.NodeInstaller
- InstallationException - Exception in com.vaadin.flow.server.frontend.installer
-
Exception indicating a failure during installation of node and npm.
- InstallationException(String) - Constructor for exception com.vaadin.flow.server.frontend.installer.InstallationException
-
Exception with message.
- InstallationException(String, Throwable) - Constructor for exception com.vaadin.flow.server.frontend.installer.InstallationException
-
Exceptioon with message and cause.
- installNode(String, URI) - Method in class com.vaadin.flow.server.frontend.FrontendTools
-
Install node and npm.
- INSTANCE - Enum constant in enum class com.vaadin.flow.data.converter.DefaultConverterFactory
- INSTANT_REPLAY - Static variable in interface com.vaadin.flow.component.Key
-
Tells the device to perform an instant replay (typically some form of jumping back a short amount of time then playing it again, possibly but not usually in slow motion).
- instantiate(Class<T>, Class<?>) - Method in class com.vaadin.flow.di.LookupInitializer
-
Instantiates service
implementation
type with the givenserviceClass
. - Instantiator - Interface in com.vaadin.flow.di
-
Delegate for discovering, creating and managing instances of various types used by Flow.
- InstantiatorFactory - Interface in com.vaadin.flow.di
-
A factory for an
Instantiator
. - InstantSerializer - Class in com.vaadin.flow.component.charts.model.serializers
-
Serializes all
Instant
objects as UTC long. - InstantSerializer() - Constructor for class com.vaadin.flow.component.charts.model.serializers.InstantSerializer
- INSTITUTION - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- INTEGER - Static variable in class com.vaadin.flow.router.RouteParameterRegex
-
Integer type regex.
- IntegerField - Class in com.vaadin.flow.component.textfield
-
IntegerField is an extension of Text Field that only accepts integer numbers.
- IntegerField() - Constructor for class com.vaadin.flow.component.textfield.IntegerField
-
Constructs an empty
IntegerField
. - IntegerField(HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<IntegerField, Integer>>) - Constructor for class com.vaadin.flow.component.textfield.IntegerField
-
Constructs an empty
IntegerField
with a value change listener. - IntegerField(String) - Constructor for class com.vaadin.flow.component.textfield.IntegerField
-
Constructs an empty
IntegerField
with the given label. - IntegerField(String, HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<IntegerField, Integer>>) - Constructor for class com.vaadin.flow.component.textfield.IntegerField
-
Constructs an empty
IntegerField
with a value change listener and a label. - IntegerField(String, Integer, HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<IntegerField, Integer>>) - Constructor for class com.vaadin.flow.component.textfield.IntegerField
-
Constructs a
IntegerField
with a value change listener, a label and an initial value. - IntegerField(String, String) - Constructor for class com.vaadin.flow.component.textfield.IntegerField
-
Constructs an empty
IntegerField
with the given label and placeholder text. - IntegerFieldElement - Class in com.vaadin.flow.component.textfield.testbench
-
A TestBench element representing a
<vaadin-integer-field>
element. - IntegerFieldElement() - Constructor for class com.vaadin.flow.component.textfield.testbench.IntegerFieldElement
- IntegerRangeValidator - Class in com.vaadin.flow.data.validator
-
Validator for validating that an
Integer
is inside a given range. - IntegerRangeValidator(String, Integer, Integer) - Constructor for class com.vaadin.flow.data.validator.IntegerRangeValidator
-
Creates a validator for checking that an Integer is within a given range.
- INTERMEDIATE - Enum constant in enum class com.vaadin.flow.dom.DebouncePhase
-
Debounce phase for events that are periodically sent to the server while events are being fired in rapid succession.
- INTERNAL_SERVER_ERROR - Enum constant in enum class com.vaadin.flow.server.HttpStatusCode
-
Status code (500) indicating an error inside the HTTP server which prevented it from fulfilling the request.
- INTERNAL_VAADIN_SERVLET_VITE_DEV_MODE_FRONTEND_PATH - Static variable in class com.vaadin.flow.server.VaadinServlet
- internalErrorCaption - Variable in class com.vaadin.flow.server.SystemMessages
- internalErrorMessage - Variable in class com.vaadin.flow.server.SystemMessages
- internalErrorNotificationEnabled - Variable in class com.vaadin.flow.server.SystemMessages
- internalErrorURL - Variable in class com.vaadin.flow.server.SystemMessages
- InternalRedirectHandler - Class in com.vaadin.flow.router.internal
-
Handles navigation by redirecting the user to some location in the application.
- InternalRedirectHandler(Location) - Constructor for class com.vaadin.flow.router.internal.InternalRedirectHandler
-
Creates a new redirect handler for the provided location.
- InternalServerError - Class in com.vaadin.flow.router
-
This is a basic default error view shown on exceptions during navigation.
- InternalServerError() - Constructor for class com.vaadin.flow.router.InternalServerError
- interruptUpload() - Method in class com.vaadin.flow.component.upload.Upload
-
Interrupt the upload currently being received.
- intersects(Range) - Method in class com.vaadin.flow.internal.Range
-
Checks whether this range and another range are at least partially covering the same values.
- IntervalUnit - Enum Class in com.vaadin.flow.component.charts.model
-
Irregular time unit used to define point interval unit.
- INTL_BACKSLASH - Static variable in interface com.vaadin.flow.component.Key
-
Located between the left
Shift
andZ
keys.Labelled\|
on a UK keyboard. - INTL_RO - Static variable in interface com.vaadin.flow.component.Key
-
Located between the
/
and rightShift
keys.Labelled\ろ
( ro ) on a Japanese keyboard. - INTL_YEN - Static variable in interface com.vaadin.flow.component.Key
-
Located between the
=
andBackspace
keys.Labelled¥
( yen ) on a Japanese keyboard. - intValue() - Method in enum class com.vaadin.flow.data.binder.ErrorLevel
-
Integer representation of error severity for comparison.
- INVALID_ATMOSPHERE_VERSION_WARNING - Static variable in class com.vaadin.flow.server.VaadinService
- InvalidApplicationConfigurationException - Exception in com.vaadin.flow.server
-
Exception indicating that the application's routes have been configured incorrectly.
- InvalidApplicationConfigurationException(String) - Constructor for exception com.vaadin.flow.server.InvalidApplicationConfigurationException
-
Constructs a new invalid route configuration runtime exception with the specified detail message.
- invalidate() - Method in class com.vaadin.flow.server.WrappedHttpSession
- invalidate() - Method in interface com.vaadin.flow.server.WrappedSession
-
Invalidates this session then unbinds any objects bound to it.
- InvalidChangeEvent(DatePicker, boolean) - Constructor for class com.vaadin.flow.component.datepicker.DatePicker.InvalidChangeEvent
- InvalidChangeEvent(Select, boolean) - Constructor for class com.vaadin.flow.component.select.Select.InvalidChangeEvent
- InvalidChangeEvent(TimePicker, boolean) - Constructor for class com.vaadin.flow.component.timepicker.TimePicker.InvalidChangeEvent
- InvalidContentTypeException - Exception in com.vaadin.external.apache.commons.fileupload2.pub
-
Thrown to indicate that the request is not a multipart request.
- InvalidContentTypeException() - Constructor for exception com.vaadin.external.apache.commons.fileupload2.pub.InvalidContentTypeException
-
Constructs a
InvalidContentTypeException
with no detail message. - InvalidContentTypeException(String) - Constructor for exception com.vaadin.external.apache.commons.fileupload2.pub.InvalidContentTypeException
-
Constructs an
InvalidContentTypeException
with the specified detail message. - InvalidContentTypeException(String, Throwable) - Constructor for exception com.vaadin.external.apache.commons.fileupload2.pub.InvalidContentTypeException
-
Constructs an
InvalidContentTypeException
with the specified detail message and cause. - InvalidCustomElementNameException - Exception in com.vaadin.flow.server
-
Exception indicating that the custom-element name is invalid.
- InvalidCustomElementNameException(String) - Constructor for exception com.vaadin.flow.server.InvalidCustomElementNameException
-
Constructs a new invalid custom element name runtime exception with the specified detail message.
- InvalidFileNameException - Exception in com.vaadin.external.apache.commons.fileupload2
-
This exception is thrown in case of an invalid file name.
- InvalidFileNameException(String, String) - Constructor for exception com.vaadin.external.apache.commons.fileupload2.InvalidFileNameException
-
Creates a new instance.
- InvalidI18NConfigurationException - Exception in com.vaadin.flow.server
-
Exception indicating that the application's I18N localization has been configured incorrectly.
- InvalidI18NConfigurationException(String) - Constructor for exception com.vaadin.flow.server.InvalidI18NConfigurationException
-
Constructs a new invalid I18N localization configuration runtime exception with the specified detail message.
- InvalidI18NConfigurationException(String, Throwable) - Constructor for exception com.vaadin.flow.server.InvalidI18NConfigurationException
-
Constructs a new invalid I18N localization configuration runtime exception with the specified detail message.
- InvalidLocationException - Exception in com.vaadin.flow.router
-
Thrown to indicate that a
Location
instance is invalid. - InvalidLocationException(String) - Constructor for exception com.vaadin.flow.router.InvalidLocationException
-
Creates a new exception with the specified detail message.
- InvalidLocationException(String, Throwable) - Constructor for exception com.vaadin.flow.router.InvalidLocationException
-
Constructs a new runtime exception with the specified detail message and cause.
- InvalidRouteConfigurationException - Exception in com.vaadin.flow.server
-
Exception indicating that the application's routes have been configured incorrectly.
- InvalidRouteConfigurationException(String) - Constructor for exception com.vaadin.flow.server.InvalidRouteConfigurationException
-
Constructs a new invalid route configuration runtime exception with the specified detail message.
- InvalidRouteLayoutConfigurationException - Exception in com.vaadin.flow.server
-
Exception indicating that Route layouts configuration has problems.
- InvalidRouteLayoutConfigurationException(String) - Constructor for exception com.vaadin.flow.server.InvalidRouteLayoutConfigurationException
-
Constructs a new invalid Route parent layout configuration runtime exception with the specified detail message.
- InvalidUIDLSecurityKeyException() - Constructor for exception com.vaadin.flow.server.communication.ServerRpcHandler.InvalidUIDLSecurityKeyException
-
Default constructor for the exception.
- INVOICE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- invoke(JsonArray) - Method in interface com.vaadin.flow.internal.nodefeature.ReturnChannelRegistration
-
Invokes the channel handler with the give arguments.
- invoke(Object, Method, Method, Object[]) - Method in class com.vaadin.testbench.DriverInvocationHandler
- invokeExplosively(Object, Object...) - Method in class com.vaadin.testbench.parallel.ParallelRunner.TBMethod
- IOFileUploadException - Exception in com.vaadin.external.apache.commons.fileupload2.pub
-
Thrown to indicate an IOException.
- IOFileUploadException(String, IOException) - Constructor for exception com.vaadin.external.apache.commons.fileupload2.pub.IOFileUploadException
-
Creates a new instance with the given cause.
- IOS - Enum constant in enum class com.vaadin.flow.shared.BrowserDetails.OperatingSystem
- IPAddress - Class in com.vaadin.testbench
- IPAddress() - Constructor for class com.vaadin.testbench.IPAddress
- isActive() - Method in interface com.vaadin.flow.component.dnd.DropTarget
-
Gets whether this drop target is activate or not.
- isAllowCustomValue() - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
-
If
true
, the user can input string values that do not match to any existing item labels, which will fire aComboBoxBase.CustomValueSetEvent
. - isAllowNonzeroExitCode() - Method in class com.vaadin.open.Options
- isAllRowsVisible() - Method in class com.vaadin.flow.component.grid.Grid
-
Gets whether grid's height is defined by the number of its rows.
- isAlt() - Method in class com.vaadin.testbench.unit.MetaKeys
-
Get alt key isPressed state.
- isAltKey() - Method in interface com.vaadin.flow.component.charts.events.ClickEvent
-
Checks if the Alt key was down when the mouse event took place.
- isAltKey() - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
- isAltKey() - Method in class com.vaadin.flow.component.ClickEvent
-
Checks whether the alt key was was down when the event was fired.
- isAltKey() - Method in class com.vaadin.flow.component.map.events.MouseEventDetails
- isAndroid() - Method in class com.vaadin.flow.server.WebBrowser
-
Tests if the browser is run on Android.
- isAndroid() - Method in class com.vaadin.flow.shared.BrowserDetails
-
Tests if the browser is run on Android.
- isAnimated() - Method in class com.vaadin.flow.component.charts.events.internal.AxisRescaledEvent
-
Checks whether or not animate the resizing.
- isAnimation() - Method in class com.vaadin.flow.component.charts.events.internal.ItemSlicedEvent
-
Whether or not animation should be used.
- isAnnotatedParameter(Class<?>, Class<? extends Annotation>) - Static method in class com.vaadin.flow.router.ParameterDeserializer
-
Check if the parameter value is annotated as OptionalParameter.
- isAnonymousEndpoint(HttpServletRequest) - Method in interface com.vaadin.flow.internal.hilla.EndpointRequestUtil
-
Checks if the given request goes to an anonymous (public) endpoint.
- isAnonymousEndpoint(HttpServletRequest) - Method in class com.vaadin.flow.spring.security.RequestUtil
-
Checks whether the request targets an endpoint that is public, i.e.
- isAnonymousRoute(HttpServletRequest) - Method in class com.vaadin.flow.spring.security.RequestUtil
-
Checks whether the request targets a Flow route that is public, i.e.
- isApplicable(JsonValue, Class<?>) - Method in class com.vaadin.flow.server.communication.rpc.DefaultRpcDecoder
- isApplicable(JsonValue, Class<?>) - Method in interface com.vaadin.flow.server.communication.rpc.RpcDecoder
-
Returns
true
if the decoder is applicable for the givenvalue
and the requiredtype
. - isApplicable(JsonValue, Class<?>) - Method in class com.vaadin.flow.server.communication.rpc.StringToEnumDecoder
- isApplicable(JsonValue, Class<?>) - Method in class com.vaadin.flow.server.communication.rpc.StringToNumberDecoder
- isApplyDefaultTheme() - Method in interface com.vaadin.flow.component.page.LoadingIndicatorConfiguration
-
Returns whether the default theming is applied for the loading indicator, making it visible for users.
- isApplyDefaultTheme() - Method in class com.vaadin.flow.internal.nodefeature.LoadingIndicatorConfigurationMap
- isAsRequiredEnabled() - Method in interface com.vaadin.flow.data.binder.Binder.Binding
-
Returns whether asRequired validator is currently enabled or not.
- isAsRequiredEnabled() - Method in class com.vaadin.flow.data.binder.Binder.BindingImpl
- isAsyncSupported() - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties
-
Returns if asynchronous operations are supported.
- isAtmosphereAvailable() - Static method in class com.vaadin.flow.server.communication.JSR356WebsocketInitializer
-
Checks if Atmosphere is available on the classpath.
- isAtmosphereAvailable() - Method in class com.vaadin.flow.server.VaadinService
-
Checks whether Atmosphere is available for use.
- isAtmosphereAvailable() - Method in class com.vaadin.testbench.unit.mocks.MockSpringServletService
- isAttached() - Method in class com.vaadin.flow.component.Component
-
Checks whether this component is currently attached to a UI.
- isAttached() - Method in class com.vaadin.flow.internal.StateNode
-
Checks whether this node is attached to a state tree.
- isAttributionsCollapsible() - Method in class com.vaadin.flow.component.map.configuration.source.OSMSource
-
Determines whether attributions are collapsible.
- isAttributionsCollapsible() - Method in class com.vaadin.flow.component.map.configuration.source.Source
-
Determines whether attributions are collapsible.
- isAuthenticated() - Method in class com.vaadin.flow.spring.security.AuthenticationContext
-
Indicates whether a user is currently authenticated.
- isAutocorrect() - Method in interface com.vaadin.flow.component.textfield.HasAutocorrect
-
Checks if the field has
autocorrect
enabled. - isAutofocus() - Method in class com.vaadin.flow.component.button.Button
-
Get the state for the auto-focus property of the button.
- isAutofocus() - Method in class com.vaadin.flow.component.checkbox.Checkbox
-
Get the state for the auto-focus property of the checkbox.
- isAutofocus() - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
-
Whether the component should automatically receive focus when the page loads.
- isAutofocus() - Method in class com.vaadin.flow.component.select.Select
-
Gets whether this select has been set to autofocus when the page loads.
- isAutofocus() - Method in class com.vaadin.flow.component.textfield.TextFieldBase
-
Specify that this control should have input focus when the page loads.
- isAutomaticallyActivatePush() - Method in class com.vaadin.collaborationengine.CollaborationEngineConfiguration
-
Checks whether automatic push activation is enabled.
- isAutomaticChartUpdateEnabled() - Method in class com.vaadin.flow.component.charts.model.DataProviderSeries
-
Returns true if the chart is updated automatically when a DataChangeEvent is emitted by the data provider.
- isAutoOpen() - Method in class com.vaadin.flow.component.combobox.testbench.ComboBoxElement
-
Gets whether dropdown will open automatically or not.
- isAutoOpen() - Method in class com.vaadin.flow.component.combobox.testbench.MultiSelectComboBoxElement
-
Gets whether dropdown will open automatically or not.
- isAutoOpen() - Method in class com.vaadin.flow.component.datepicker.testbench.DatePickerElement
-
When auto open is enabled, the dropdown will open when the field is clicked.
- isAutoOpen() - Method in class com.vaadin.flow.component.datetimepicker.testbench.DateTimePickerElement
-
When auto open is enabled, the dropdown will open when the field is clicked.
- isAutoOpen() - Method in interface com.vaadin.flow.component.shared.HasAutoOpen
-
Gets whether dropdown will open automatically or not.
- isAutoOpen() - Method in class com.vaadin.flow.component.timepicker.testbench.TimePickerElement
-
Gets whether dropdown will open automatically or not.
- isAutoScrollIntoView() - Method in class com.vaadin.testbench.commands.TestBenchCommandExecutor
-
Whether or not the elements should be scrolled into the visible area of the browser window before interacting with them
- isAutoScrollIntoView() - Method in interface com.vaadin.testbench.commands.TestBenchCommands
-
Whether or not the elements should be scrolled into the visible area of the browser window before interacting with them
- isAutoselect() - Method in class com.vaadin.flow.component.tabs.Tabs
-
Gets whether the tabs should be automatically selected.
- isAutoselect() - Method in class com.vaadin.flow.component.textfield.TextFieldBase
-
Specifies if the field value gets automatically selected when the field gains focus.
- isAutoUpdate() - Method in class com.vaadin.flow.server.frontend.FrontendToolsSettings
-
Check if automatic updates are enabled.
- isAutoUpload() - Method in class com.vaadin.flow.component.upload.Upload
-
Get the auto upload status.
- isAutoWidth() - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Gets this column's auto width state.
- isBackground() - Method in class com.vaadin.open.Options
- isBodyCell() - Method in class com.vaadin.flow.component.grid.CellFocusEvent
-
Indicates, if the clicked cell is part of the grid's body section.
- isBrotli() - Method in interface com.vaadin.flow.function.DeploymentConfiguration
-
Checks whether precompressed Brotli files should be used if available.
- isBrowserDefaultAllowed() - Method in class com.vaadin.flow.component.ShortcutRegistration
-
Checks if the default key behaviour in the browser is allowed by the shortcut.
- isBubbles() - Method in class com.vaadin.flow.component.webcomponent.EventOptions
-
Can the event bubbles up through the DOM or not.
- isBuffered() - Method in interface com.vaadin.flow.component.grid.editor.Editor
-
Returns whether Editor is buffered or not.
- isBuffered() - Method in class com.vaadin.flow.component.grid.editor.EditorImpl
- isCacheEnabled() - Method in class com.vaadin.flow.server.communication.WebComponentProvider
-
Whether bootstrap HTML fragment are cached based on component tag.
- isCancelable() - Method in class com.vaadin.flow.component.webcomponent.EventOptions
-
Is the event is cancelable.
- isCanceled() - Method in class com.vaadin.flow.component.internal.PendingJavaScriptInvocation
-
Checks whether this invocation has been canceled.
- isCheckable() - Method in class com.vaadin.flow.component.contextmenu.MenuItemBase
-
Gets whether this item toggles a checkmark icon when clicked.
- isChecked() - Method in class com.vaadin.flow.component.charts.events.SeriesCheckboxClickEvent
-
Checks if the checkbox is checked
- isChecked() - Method in class com.vaadin.flow.component.checkbox.testbench.CheckboxElement
-
Checks whether the checkbox is checked.
- isChecked() - Method in class com.vaadin.flow.component.contextmenu.MenuItemBase
-
Gets the checked state of this item.
- isCheckedException(Class<?>) - Static method in class com.vaadin.flow.internal.ReflectTools
-
Checks if the given exception class represents a checked exception.
- isChrome() - Method in class com.vaadin.flow.server.WebBrowser
-
Tests whether the user is using Chrome.
- isChrome() - Method in class com.vaadin.flow.shared.BrowserDetails
-
Tests if the browser is Chrome.
- isChrome() - Method in class com.vaadin.testbench.TestBenchElement
-
Checks if the current test is running on Chrome.
- isChrome(Capabilities) - Static method in class com.vaadin.testbench.parallel.BrowserUtil
- isChromeOS() - Method in class com.vaadin.flow.server.WebBrowser
-
Tests if the browser is run on ChromeOS (e.g.
- isChromeOS() - Method in class com.vaadin.flow.shared.BrowserDetails
-
Tests if the browser is run on Chrome OS (e.g.
- isCleanNpmFiles() - Method in class com.vaadin.flow.server.frontend.Options
- isClearButtonVisible() - Method in interface com.vaadin.flow.component.shared.HasClearButton
-
Gets the visibility of the button which clears the field, which is
false
by default. - isClientSideInitialized() - Method in class com.vaadin.flow.internal.ExecutionContext
-
Gets whether the client side is being initialized as part of the server response.
- isClosed() - Method in class com.vaadin.external.apache.commons.fileupload2.MultipartStream.ItemInputStream
-
Returns, whether the stream is closed.
- isClosed() - Method in interface com.vaadin.external.apache.commons.fileupload2.util.Closeable
-
Returns, whether the object is already closed.
- isClosed() - Method in class com.vaadin.external.apache.commons.fileupload2.util.LimitedInputStream
-
Returns, whether this stream is already closed.
- isCloseIdleSessions() - Method in interface com.vaadin.flow.function.DeploymentConfiguration
-
Returns whether a Vaadin session should be closed when all its open UIs have been idle for longer than its configured maximum inactivity time.
- isCloseIdleSessions() - Method in class com.vaadin.flow.server.DefaultDeploymentConfiguration
-
Returns whether a Vaadin session should be closed when all its open UIs have been idle for longer than its configured maximum inactivity time.
- isCloseIdleSessions() - Method in class com.vaadin.flow.server.PropertyDeploymentConfiguration
- isCloseOnEsc() - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Gets whether this dialog can be closed by hitting the esc-key or not.
- isCloseOnEsc() - Method in class com.vaadin.flow.component.dialog.Dialog
-
Gets whether this dialog can be closed by hitting the esc-key or not.
- isCloseOnOutsideClick() - Method in class com.vaadin.flow.component.dialog.Dialog
-
Gets whether this dialog can be closed by clicking outside of it or not.
- isClosing() - Method in class com.vaadin.flow.component.UI
-
Returns whether this UI is marked as closed and is to be detached.
- isColumnReorderingAllowed() - Method in class com.vaadin.flow.component.grid.Grid
-
Returns whether column reordering is allowed.
- isColumnSortable(int) - Method in class com.vaadin.flow.component.grid.GridTester
-
Checks if the column at the given index is sortable.
- isColumnSortable(String) - Method in class com.vaadin.flow.component.grid.GridTester
-
Checks if the column for the given property is sortable.
- isComposed() - Method in class com.vaadin.flow.component.webcomponent.EventOptions
-
Can the event bubble across the boundary between the shadow DOM and the regular DOM.
- isComposing() - Method in class com.vaadin.flow.component.internal.KeyboardEvent
-
Checks whether the key event occurred as part of a composition session.
- isCompositeContent(Composite<?>, Component) - Static method in class com.vaadin.flow.component.ComponentUtil
-
Checks if the given component is inside a
Composite
chain, i.e. - isConfiguredForSauceLabs() - Static method in class com.vaadin.testbench.parallel.SauceLabsIntegration
-
Checks if parameters needed to run in Saucelabs have been set.
- isConnected() - Method in class com.vaadin.flow.server.communication.AtmospherePushConnection
- isConnected() - Method in interface com.vaadin.flow.server.communication.PushConnection
-
Returns whether this connection is currently open.
- isConvertBackToPresentation() - Method in interface com.vaadin.flow.data.binder.Binder.Binding
-
Returns whether the value is converted back to the presentation in the field when a converter is used in binding.
- isConvertBackToPresentation() - Method in class com.vaadin.flow.data.binder.Binder.BindingImpl
- isCookiesDisabledNotificationEnabled() - Method in class com.vaadin.flow.server.SystemMessages
-
Checks if "cookies disabled" notifications should be shown to the end user.
- isCopyTemplates() - Method in class com.vaadin.flow.server.frontend.Options
- isCreateMissingPackageJson() - Method in class com.vaadin.flow.server.frontend.Options
- isCsrfTokenValid(UI, String) - Static method in class com.vaadin.flow.server.VaadinService
-
Verifies that the given CSRF token (synchronizer token pattern) is valid for the given UI.
- isCtrl() - Method in class com.vaadin.testbench.unit.MetaKeys
-
Get ctrl key isPressed state.
- isCtrlKey() - Method in interface com.vaadin.flow.component.charts.events.ClickEvent
-
Checks if the Ctrl key was down when the mouse event took place.
- isCtrlKey() - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
- isCtrlKey() - Method in class com.vaadin.flow.component.ClickEvent
-
Checks whether the ctrl key was was down when the event was fired.
- isCtrlKey() - Method in class com.vaadin.flow.component.map.events.MouseEventDetails
- isCustomElement(Element) - Static method in class com.vaadin.flow.dom.ElementUtil
-
Checks whether the given element is a custom element or not.
- isCustomElementName(String) - Static method in class com.vaadin.flow.internal.CustomElementNameValidator
-
Validate that given name is a valid Custom Element name.
- isCustomized() - Method in class com.vaadin.flow.component.charts.model.DataSeriesItem
-
Checks if the data can be rendered in an optimized manner.
- isDebug() - Static method in class com.vaadin.testbench.Parameters
- isDefinedSize() - Method in class com.vaadin.flow.data.provider.DataCommunicator
-
Returns whether defined or undefined size is used.
- isDeselectAllowed() - Method in class com.vaadin.flow.component.grid.AbstractGridSingleSelectionModel
- isDeselectAllowed() - Method in interface com.vaadin.flow.data.selection.SelectionModel.Single
-
Gets whether it's allowed to deselect the selected row through the UI.
- isDetailsOpen(int) - Method in class com.vaadin.flow.component.grid.testbench.TreeGridElement
-
Returns
true
if details are open or the given row index. - isDetailsVisible(T) - Method in class com.vaadin.flow.component.grid.Grid
-
Returns the visibility of details component for given item.
- isDetailsVisibleOnClick() - Method in class com.vaadin.flow.component.grid.Grid
-
Gets whether the item details are opened and closed by clicking the rows or not.
- isDevBundleBuild() - Method in class com.vaadin.flow.server.frontend.Options
-
Check if a dev mode bundle build should run.
- isDevModeAlreadyStarted(VaadinContext) - Static method in class com.vaadin.base.devserver.DevModeHandlerManagerImpl
-
Shows whether
DevModeHandler
has been already started or not. - isDevModeLiveReloadEnabled() - Method in interface com.vaadin.flow.function.DeploymentConfiguration
-
Checks if dev mode live reload is enabled or not.
- isDevModeLiveReloadEnabled() - Method in class com.vaadin.flow.server.PropertyDeploymentConfiguration
- isDevModeSessionSerializationEnabled() - Method in interface com.vaadin.flow.server.startup.ApplicationConfiguration
-
Checks if development mode session serialization is enabled or not.
- isDevModeSessionSerializationEnabled() - Method in class com.vaadin.flow.server.startup.DefaultApplicationConfigurationFactory.ApplicationConfigurationImpl
- isDevToolsEnabled() - Method in interface com.vaadin.flow.function.DeploymentConfiguration
-
Checks if dev tools are enabled or not.
- isDevToolsEnabled() - Method in class com.vaadin.flow.server.PropertyDeploymentConfiguration
- isDirty() - Method in class com.vaadin.flow.component.internal.UIInternals
-
Checks if there are changes waiting to be sent to the client side.
- isDirty() - Method in class com.vaadin.flow.internal.StateTree
-
Checks if there are changes waiting to be sent to the client side.
- isDisabled() - Method in class com.vaadin.flow.component.radiobutton.RadioButtonTester
- isDisabledBoolean() - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
-
If true, the user cannot interact with this element.
- isDisableOnClick() - Method in class com.vaadin.flow.component.button.Button
-
Get if button is set to be disabled on click.
- isDisplayed() - Method in class com.vaadin.flow.component.cookieconsent.testbench.CookieConsentElement
- isDisplayed() - Method in class com.vaadin.testbench.TestBenchElement
- isDisposed() - Method in class com.vaadin.flow.server.communication.streaming.StreamingStartEventImpl
-
Get if stream resource should be unregistered.
- isDocker() - Static method in class com.vaadin.open.Docker
- isDomEventConstructor(Constructor<?>) - Static method in class com.vaadin.flow.component.ComponentEventBusUtil
-
Checks if the given constructor can be used when firing a
ComponentEvent
based on aDomEvent
. - isDraggable() - Method in class com.vaadin.flow.component.dialog.Dialog
-
Gets whether dialog is enabled to be dragged or not.
- isDraggable() - Method in interface com.vaadin.flow.component.dnd.DragSource
-
Is this component currently draggable.
- isDrawerFirst() - Method in class com.vaadin.flow.component.applayout.testbench.AppLayoutElement
- isDrawerOpened() - Method in class com.vaadin.flow.component.applayout.AppLayout
-
Whether the drawer is opened (visible) or not.
- isDrawerOpened() - Method in class com.vaadin.flow.component.applayout.testbench.AppLayoutElement
- isDropAllowed() - Method in class com.vaadin.flow.component.upload.Upload
-
Get whether file dropping is allowed or not.
- isDSTInEffect() - Method in class com.vaadin.flow.component.page.ExtendedClientDetails
-
Returns whether daylight saving time (DST) is currently in effect in the region of the browser or not.
- isEagerServerLoad() - Method in interface com.vaadin.flow.function.DeploymentConfiguration
-
Get if the bootstrap page should include the initial UIDL fragment.
- isEdge() - Method in class com.vaadin.flow.server.WebBrowser
-
Tests whether the user is using Edge.
- isEdge() - Method in class com.vaadin.flow.shared.BrowserDetails
-
Tests if the browser is Edge.
- isEdge(Capabilities) - Static method in class com.vaadin.testbench.parallel.BrowserUtil
- isEditOnClick() - Method in class com.vaadin.flow.component.crud.Crud
-
Gets whether click on row to edit item is enabled or not.
- isEditOnClick() - Method in class com.vaadin.flow.component.crud.testbench.CrudElement
-
Gets whether editor can be opened by a click on the row or not
- isEditorOpen() - Method in class com.vaadin.flow.component.crud.testbench.CrudElement
-
Checks if an editor overlay is open on the default editor position Otherwise, checks the value of editorOpened property
- isEmpty() - Method in class com.vaadin.flow.component.AbstractCompositeField
- isEmpty() - Method in class com.vaadin.flow.component.AbstractField
- isEmpty() - Method in interface com.vaadin.flow.component.HasValue
-
Returns whether this
HasValue
is considered to be empty. - isEmpty() - Method in class com.vaadin.flow.dom.impl.ThemeListImpl
- isEmpty() - Method in class com.vaadin.flow.internal.change.ListAddChange
-
Returns whether this add operation still contains any new items.
- isEmpty() - Method in class com.vaadin.flow.internal.Range
-
Checks whether the range has no elements between the start and end.
- isEmpty() - Method in class com.vaadin.flow.server.Attributes
-
Returns
true
if there are no attributes. - isEmpty() - Method in class com.vaadin.flow.server.frontend.installer.ProxyConfig
-
Check if no proxies have been defined.
- isEmptySelectionAllowed() - Method in class com.vaadin.flow.component.select.Select
-
Returns whether the user is allowed to select nothing.
- isEnable() - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties.Pnpm
-
Returns if pnpm support is enabled.
- isEnabled() - Method in class com.vaadin.experimental.Feature
- isEnabled() - Method in class com.vaadin.flow.component.avatar.testbench.AvatarElement
- isEnabled() - Method in class com.vaadin.flow.component.charts.events.internal.SeriesStateEvent
-
Returns whether or not series is enabled.
- isEnabled() - Method in class com.vaadin.flow.component.details.testbench.DetailsElement
-
Whether the component is enabled or not
- isEnabled() - Method in interface com.vaadin.flow.component.HasEnabled
-
Returns whether the object is enabled or disabled.
- isEnabled() - Method in class com.vaadin.flow.component.login.testbench.LoginFormElement
- isEnabled() - Method in class com.vaadin.flow.component.login.testbench.LoginOverlayElement
- isEnabled() - Method in class com.vaadin.flow.component.tabs.testbench.TabElement
- isEnabled() - Method in class com.vaadin.flow.dom.Element
-
Get the enabled state of the element.
- isEnabled() - Method in class com.vaadin.flow.internal.StateNode
-
Returns enabled state respecting ascendants state.
- isEnabled() - Method in class com.vaadin.flow.server.PwaConfiguration
-
Is PWA enabled.
- isEnabled() - Method in enum class com.vaadin.flow.shared.communication.PushMode
-
Checks whether the push mode is using push functionality
- isEnabled() - Method in class com.vaadin.testbench.TestBenchElement
-
Returns whether the Vaadin component, that this element represents, is enabled or not.
- isEnabled(Feature) - Method in class com.vaadin.experimental.FeatureFlags
-
Checks if the given feature is enabled.
- isEnabled(String) - Method in class com.vaadin.experimental.FeatureFlags
-
Checks if the given feature is enabled.
- isEnabledSelf() - Method in class com.vaadin.flow.internal.StateNode
-
Returns the enabled state only for this node.
- isEnableImportsUpdate() - Method in class com.vaadin.flow.server.frontend.Options
- isEnablePackagesUpdate() - Method in class com.vaadin.flow.server.frontend.Options
- isEnablePnpm() - Method in class com.vaadin.flow.server.frontend.Options
- isEnableWebpackConfigUpdate() - Method in class com.vaadin.flow.server.frontend.Options
- isEndpointRequest(HttpServletRequest) - Method in interface com.vaadin.flow.internal.hilla.EndpointRequestUtil
-
Checks if the request is for an endpoint.
- isEndpointRequest(HttpServletRequest) - Method in class com.vaadin.flow.spring.security.RequestUtil
-
Checks whether the request targets an endpoint.
- isEqualTo(FrontendVersion) - Method in class com.vaadin.flow.server.frontend.FrontendVersion
-
Check if this and the given version are equal to each other.
- isError() - Method in class com.vaadin.flow.component.login.AbstractLogin
-
Returns whether the error message is displayed or not
- isError() - Method in class com.vaadin.flow.data.binder.BindingValidationStatus
-
Gets whether the validation failed or not.
- isError() - Method in interface com.vaadin.flow.data.binder.Result
-
Checks if the result denotes an error.
- isError() - Method in interface com.vaadin.flow.data.binder.ValidationResult
-
Checks if the result denotes an error.
- isEventPropagationAllowed() - Method in class com.vaadin.flow.component.ShortcutRegistration
-
Checks if the shortcut allows keydown event (associated with the shortcut) propagation in the browser.
- isExpanded(T) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
-
Returns whether a given item is expanded or collapsed.
- isExpanded(T) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalDataCommunicator
-
Returns whether given item is expanded.
- isExpanded(T) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchyMapper
-
Returns whether the given item is expanded.
- isExperimental(String) - Method in class com.vaadin.flow.server.frontend.scanner.FrontendDependencies
- isExporting() - Method in class com.vaadin.flow.component.charts.model.Configuration
- isExternal(String) - Static method in class com.vaadin.flow.internal.UrlUtil
-
checks if the given url is an external URL (e.g.
- isFetchEnabled() - Method in class com.vaadin.flow.data.provider.DataCommunicator
-
Returns whether the data communicator will call Data Provider for fetching the items and/or getting the items count, or ignore such a calls.
- isFieldsValidationStatusChangeListenerEnabled() - Method in class com.vaadin.flow.data.binder.Binder
-
Returns if the bound fields implementing
HasValidator
subscribe for field'sValidationStatusChangeEvent
s and willvalidate
upon receiving them. - isFirefox() - Method in class com.vaadin.flow.server.WebBrowser
-
Tests whether the user is using Firefox.
- isFirefox() - Method in class com.vaadin.flow.shared.BrowserDetails
-
Tests if the browser is Firefox.
- isFirefox() - Method in class com.vaadin.testbench.TestBenchElement
-
Checks if the current test is running on Firefox.
- isFirefox(Capabilities) - Static method in class com.vaadin.testbench.parallel.BrowserUtil
- isFooterCell() - Method in class com.vaadin.flow.component.grid.CellFocusEvent
-
Indicates, if the clicked cell is part of the grid's footer section.
- isForceAlternativeNode() - Method in class com.vaadin.flow.server.frontend.FrontendToolsSettings
-
Check if alternative node usage should be forced.
- isForgotPasswordButtonVisible() - Method in class com.vaadin.flow.component.login.AbstractLogin
-
Returns whether the forgot password button is visible or not
- isFormField() - Method in class com.vaadin.external.apache.commons.fileupload2.disk.DiskFileItem
-
Determines whether or not a
FileItem
instance represents a simple form field. - isFormField() - Method in interface com.vaadin.external.apache.commons.fileupload2.FileItem
-
Determines whether or not a
FileItem
instance represents a simple form field. - isFormField() - Method in interface com.vaadin.external.apache.commons.fileupload2.FileItemStream
-
Determines whether or not a
FileItem
instance represents a simple form field. - isFormField() - Method in class com.vaadin.external.apache.commons.fileupload2.impl.FileItemStreamImpl
-
Returns, whether this is a form field.
- isForwardTo() - Method in class com.vaadin.flow.router.NavigationEvent
-
Checks whether this event is created as a result of
BeforeEvent.forwardTo(com.vaadin.flow.router.NavigationHandler, com.vaadin.flow.router.NavigationState)
or not. - isFrameworkInternalRequest(VaadinRequest) - Static method in class com.vaadin.flow.server.BootstrapHandler
-
Checks whether the request is an internal request.
- isFrameworkInternalRequest(HttpServletRequest) - Method in class com.vaadin.flow.spring.security.RequestUtil
-
Checks whether the request is an internal request.
- isFrameworkInternalRequest(String, HttpServletRequest) - Static method in class com.vaadin.flow.server.HandlerHelper
-
Checks whether the request is an internal request.
- isFreePort(int) - Static method in class com.vaadin.flow.internal.NetworkUtil
-
Checks if the given port is free.
- isFromClient() - Method in class com.vaadin.flow.component.ComponentEvent
-
Checks if this event originated from the client side.
- isFromClient() - Method in interface com.vaadin.flow.component.HasValue.ValueChangeEvent
-
Checks if this event originated from the client side.
- isFromClient() - Method in interface com.vaadin.flow.data.selection.SelectionEvent
-
Checks if this event originated from the client side.
- isFrontendHotdeploy() - Method in class com.vaadin.flow.server.frontend.Options
-
Checks if running with a dev server (when not in production mode).
- isFrozen() - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Gets the this column's frozen state.
- isFrozen() - Method in class com.vaadin.flow.component.grid.GridSelectionColumn
-
Gets the this column's frozen state.
- isFrozenToEnd() - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Gets the this column's frozen state.
- isGecko() - Method in class com.vaadin.flow.shared.BrowserDetails
-
Tests if the browser is using the Gecko engine.
- isGenerateEmbeddableWebComponents() - Method in class com.vaadin.flow.server.frontend.Options
- isGetter(Method) - Static method in class com.vaadin.flow.internal.ReflectTools
-
Checks whether the given method is a valid getter according to JavaBeans Specification.
- isGetterName(String, boolean) - Static method in class com.vaadin.flow.internal.ReflectTools
-
Checks whether the given method name is a valid getter name according to the JavaBeans Specification.
- isGlobalPnpm() - Method in interface com.vaadin.flow.server.AbstractConfiguration
-
Returns whether globally installed pnpm is used or the default one (see
FrontendTools.DEFAULT_PNPM_VERSION
). - isGlobalPnpm() - Method in class com.vaadin.flow.server.PropertyDeploymentConfiguration
- isHeaderCell() - Method in class com.vaadin.flow.component.grid.CellFocusEvent
-
Indicates, if the clicked cell is part of the grid's header section.
- isHeadless() - Static method in class com.vaadin.testbench.Parameters
-
Checks if requested to run browsers in headless mode when runnning on a local machine using a browser supporting it (currently Chrome and Firefox).
- isHillaAvailable() - Static method in interface com.vaadin.flow.internal.hilla.EndpointRequestUtil
-
Checks if Hilla is available.
- isHotdeploy() - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties.Frontend
- isIconAfterText() - Method in class com.vaadin.flow.component.button.Button
-
Gets whether this button's icon is positioned after it's text content or the other way around.
- isIE() - Method in class com.vaadin.flow.server.WebBrowser
-
Tests whether the user is using Internet Explorer.
- isIE() - Method in class com.vaadin.flow.shared.BrowserDetails
-
Tests if the browser is Internet Explorer.
- isIgnoreParentInert() - Method in class com.vaadin.flow.internal.nodefeature.InertData
-
Gets whether the inertness setting of ancestor nodes should be ignored.
- isIgnoreVersionChecks() - Method in class com.vaadin.flow.server.frontend.FrontendToolsSettings
-
Check if version checks should be ignored.
- isInactive() - Method in class com.vaadin.flow.internal.StateNode
-
Checks whether the node is active.
- isIndeterminate() - Method in class com.vaadin.flow.component.checkbox.Checkbox
-
Get the indeterminate state of the checkbox.
- isIndeterminate() - Method in class com.vaadin.flow.component.progressbar.ProgressBar
-
Get the indeterminate state of the progressbar
- isInert() - Method in class com.vaadin.flow.internal.nodefeature.InertData
-
Returns whether this node is explicitly inert and if not, then checks parents for the same.
- isInert() - Method in class com.vaadin.flow.internal.StateNode
-
Returns whether or not this state node is inert and it should not receive any updates from the client side.
- isInertSelf() - Method in class com.vaadin.flow.internal.nodefeature.InertData
-
Gets whether the node itself has been set to be inert (regardless of its ancestors' inert setting).
- isInitialAttach() - Method in class com.vaadin.flow.component.AttachEvent
-
Checks whether this is the first time the component has been attached.
- isInitialSelection() - Method in class com.vaadin.flow.component.tabs.Tabs.SelectedChangeEvent
-
Checks if this event is initial tabs selection.
- isInitialSelection() - Method in class com.vaadin.flow.component.tabs.TabSheet.SelectedChangeEvent
-
Checks if this event is initial TabSheet selection.
- isInitTheme() - Method in class com.vaadin.flow.server.BootstrapHandler.BootstrapContext
-
Should custom theme be initialized.
- isInMemory() - Method in class com.vaadin.external.apache.commons.fileupload2.disk.DiskFileItem
-
Provides a hint as to whether or not the file contents will be read from memory.
- isInMemory() - Method in interface com.vaadin.external.apache.commons.fileupload2.FileItem
-
Provides a hint as to whether or not the file contents will be read from memory.
- isInMemory() - Method in interface com.vaadin.flow.data.provider.BackEndDataProvider
- isInMemory() - Method in interface com.vaadin.flow.data.provider.DataProvider
-
Gets whether the DataProvider content all available in memory or does it use some external backend.
- isInMemory() - Method in class com.vaadin.flow.data.provider.DataProviderWrapper
- isInMemory() - Method in class com.vaadin.flow.data.provider.hierarchy.AbstractBackEndHierarchicalDataProvider
- isInMemory() - Method in interface com.vaadin.flow.data.provider.InMemoryDataProvider
- isInputValuePresent() - Method in class com.vaadin.flow.component.datepicker.DatePicker
-
Returns whether the input element has a value or not.
- isInputValuePresent() - Method in class com.vaadin.flow.component.timepicker.TimePicker
-
Returns whether the input element has a value or not.
- isInstantiableService(Class<?>) - Static method in class com.vaadin.flow.internal.ReflectTools
-
Check if a class can be instantiated via its default constructor via reflection.
- isIntermediate() - Method in class com.vaadin.flow.component.charts.model.WaterFallSum
- isInternalErrorNotificationEnabled() - Method in class com.vaadin.flow.server.SystemMessages
-
Checks if "internal error" notifications should be shown to the end user.
- isInterrupted() - Method in interface com.vaadin.flow.server.StreamVariable
-
If this method returns true while the content is being streamed the handler is told to stop receiving the current upload.
- isInvalid() - Method in class com.vaadin.flow.component.datepicker.DatePicker.InvalidChangeEvent
- isInvalid() - Method in interface com.vaadin.flow.component.HasValidation
-
Returns
true
if component input is invalid,false
otherwise. - isInvalid() - Method in class com.vaadin.flow.component.select.Select.InvalidChangeEvent
- isInvalid() - Method in interface com.vaadin.flow.component.shared.HasValidationProperties
-
Gets whether the component is currently in invalid state.
- isInvalid() - Method in class com.vaadin.flow.component.timepicker.TimePicker.InvalidChangeEvent
- isIOS() - Method in class com.vaadin.flow.component.page.ExtendedClientDetails
-
Check if the browser is run on IOS.
- isIPad() - Method in class com.vaadin.flow.component.page.ExtendedClientDetails
-
Check if the browser is run on IPad.
- isIPhone() - Method in class com.vaadin.flow.server.WebBrowser
-
Tests if the browser is run on IPhone.
- isIPhone() - Method in class com.vaadin.flow.shared.BrowserDetails
-
Tests if the browser is run on iPhone.
- isItemActive(T) - Method in class com.vaadin.flow.data.provider.DataCommunicator
-
Returns whether the given item is part of the active items.
- isItemChecked(int, int...) - Method in class com.vaadin.flow.component.contextmenu.ContextMenuTester
-
Checks if the checkable menu item at given position is checked.
- isItemChecked(int, int...) - Method in class com.vaadin.flow.component.menubar.MenuBarTester
-
Checks if the checkable menu item at given position is checked.
- isItemChecked(String, String...) - Method in class com.vaadin.flow.component.contextmenu.ContextMenuTester
-
Checks if the checkable menu item matching given text is checked.
- isItemChecked(String, String...) - Method in class com.vaadin.flow.component.menubar.MenuBarTester
-
Checks if the checkable menu item matching given text is checked.
- isItemCountEstimated() - Method in class com.vaadin.flow.data.provider.ItemCountChangeEvent
-
Returns whether the item count
ItemCountChangeEvent.getItemCount()
is an estimate or the exact count. - isLaunchBrowser() - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties
-
Returns if a browser should be launched on startup when in development mode.
- isLinux() - Method in class com.vaadin.flow.server.frontend.installer.Platform
-
Check if platform is linux.
- isLinux() - Method in class com.vaadin.flow.server.WebBrowser
-
Tests whether the user is using Linux.
- isLinux() - Method in class com.vaadin.flow.shared.BrowserDetails
-
Tests if the browser is run on Linux.
- isLinux() - Static method in class com.vaadin.open.OSUtils
- isLiveReload(AtmosphereResource) - Method in class com.vaadin.base.devserver.DebugWindowConnection
- isLiveReload(AtmosphereResource) - Method in interface com.vaadin.flow.internal.BrowserLiveReload
-
Returns whether the passed connection is a browser live-reload connection.
- isLoading() - Method in class com.vaadin.flow.component.grid.testbench.GridElement
- isLoading() - Method in class com.vaadin.flow.component.grid.testbench.TreeGridElement
- isLoadingExpandedRows() - Method in class com.vaadin.flow.component.grid.testbench.TreeGridElement
-
Returns true if grid is loading expanded rows.
- isLoadOnStartup() - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties
-
Returns if servlet is loaded on startup.
- isLocalWebDriverUsed() - Static method in class com.vaadin.testbench.Parameters
- isLowerCaseNames() - Method in class com.vaadin.external.apache.commons.fileupload2.ParameterParser
-
Returns
true
if parameter names are to be converted to lower case when name/value pairs are parsed. - isMac() - Method in class com.vaadin.flow.server.frontend.installer.Platform
-
Check if platform is mac.
- isMac() - Static method in class com.vaadin.open.OSUtils
- isMacOSX() - Method in class com.vaadin.flow.server.WebBrowser
-
Tests whether the user is using Mac OS X.
- isMacOSX() - Method in class com.vaadin.flow.shared.BrowserDetails
-
Tests if the browser is run on Mac OSX.
- isManual() - Method in class com.vaadin.flow.component.shared.Tooltip
-
When true, the tooltip is controlled programmatically instead of reacting to focus and mouse events.
- isMapped(String) - Method in class com.vaadin.flow.component.template.internal.IdMapper
-
Checks if the given id has been mapped.
- isMargin() - Method in interface com.vaadin.flow.component.orderedlayout.ThemableLayout
-
Shows if
margin
theme setting is applied to the component. - isMaxFilesReached() - Method in class com.vaadin.flow.component.upload.testbench.UploadElement
-
Checks whether the maximum number of files has been uploaded.
- isMaxValueIncluded() - Method in class com.vaadin.flow.data.validator.RangeValidator
-
Returns whether the maximum value is part of the accepted range.
- isMeta() - Method in class com.vaadin.testbench.unit.MetaKeys
-
Get meta key isPressed state.
- isMetaKey() - Method in interface com.vaadin.flow.component.charts.events.ClickEvent
-
Checks if the Meta key was down when the mouse event took place.
- isMetaKey() - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
- isMetaKey() - Method in class com.vaadin.flow.component.ClickEvent
-
Checks whether the meta key was was down when the event was fired.
- isMetaKey() - Method in class com.vaadin.flow.component.map.events.MouseEventDetails
- isMinValueIncluded() - Method in class com.vaadin.flow.data.validator.RangeValidator
-
Returns whether the minimum value is part of the accepted range.
- isModal() - Method in class com.vaadin.flow.component.dialog.Dialog
-
Gets whether component is set as modal or modeless dialog.
- isModifier(Key) - Static method in interface com.vaadin.flow.component.Key
-
Returns whether the specified key is a modifier or not.
- isMultipartContent(RequestContext) - Static method in class com.vaadin.external.apache.commons.fileupload2.FileUploadBase
-
Utility method that determines whether the request contains multipart content.
- isMultipartContent(HttpServletRequest) - Static method in class com.vaadin.external.apache.commons.fileupload2.jaksrvlt.JakSrvltFileUpload
-
Utility method that determines whether the request contains multipart content.
- isMultipartUpload(VaadinRequest) - Method in class com.vaadin.flow.server.communication.StreamReceiverHandler
- isMultiSort() - Method in class com.vaadin.flow.component.grid.Grid
-
Gets whether multiple column sorting is enabled on the client-side.
- isNavigationSupported() - Method in class com.vaadin.flow.component.UI
-
Returns true if this UI instance supports navigation.
- isNavigationSupported() - Method in class com.vaadin.flow.component.webcomponent.WebComponentUI
- isNew() - Method in class com.vaadin.flow.server.WrappedHttpSession
- isNew() - Method in interface com.vaadin.flow.server.WrappedSession
-
Returns true if the client does not yet know about the session or if the client chooses not to join the session.
- isNewerThan(FrontendVersion) - Method in class com.vaadin.flow.server.frontend.FrontendVersion
-
Check if this version is newer than given version.
- isNewInstance() - Method in class com.vaadin.open.Options
- isNodeAutoUpdate() - Method in class com.vaadin.flow.server.frontend.Options
- isNodeValues() - Method in class com.vaadin.flow.internal.nodefeature.NodeList
-
Checks whether this list contains node values.
- isNodeValues() - Method in class com.vaadin.flow.internal.nodefeature.StateNodeNodeList
- isNonProxyHost(String) - Method in class com.vaadin.flow.server.frontend.installer.ProxyConfig.Proxy
-
Check if given host is excluded for proxy.
- isNotifyOnChange() - Method in class com.vaadin.flow.data.provider.DataCommunicator.Filter
-
Returns whether to fire the item change event or not upon filter changing.
- isNotObjectMethod(Method) - Static method in class com.vaadin.flow.internal.ReflectTools
-
Returns whether the given method is NOT declared in
Object
. - isOfflineEnabled() - Method in class com.vaadin.flow.server.PwaConfiguration
-
Is offline enabled.
- isOfflinePathEnabled() - Method in class com.vaadin.flow.server.PwaConfiguration
-
Is static offline HTML used for offline mode.
- isOk() - Method in class com.vaadin.flow.data.binder.BinderValidationStatus
-
Gets whether validation for the binder passed or not.
- isOlderThan(FrontendVersion) - Method in class com.vaadin.flow.server.frontend.FrontendVersion
-
Check if this version is older than given version.
- isOpaque() - Method in class com.vaadin.flow.component.map.configuration.source.TileSource
-
Whether the source has an opaque background or not.
- isOpen() - Method in class com.vaadin.flow.component.details.DetailsTester
-
Checks if the details are open.
- isOpen() - Method in class com.vaadin.flow.component.dialog.testbench.DialogElement
-
Checks whether the dialog is shown.
- isOpen() - Method in interface com.vaadin.flow.component.grid.editor.Editor
-
Returns whether Editor is open or not.
- isOpen() - Method in class com.vaadin.flow.component.grid.editor.EditorImpl
- isOpen() - Method in class com.vaadin.flow.component.html.NativeDetails
-
Return whether or not the details is opened and the content is displayed.
- isOpen() - Method in class com.vaadin.flow.component.login.LoginOverlayTester
-
Check if login overlay is open.
- isOpen() - Method in class com.vaadin.flow.component.notification.testbench.NotificationElement
-
Checks whether the notification is shown.
- isOpen(String) - Method in class com.vaadin.flow.component.accordion.AccordionTester
-
Check if accordion with the summary is open.
- isOpened() - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
-
Whether the dropdown is opened or not.
- isOpened() - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
- isOpened() - Method in class com.vaadin.flow.component.contextmenu.ContextMenuBase
-
Gets the open state from the context menu.
- isOpened() - Method in class com.vaadin.flow.component.contextmenu.ContextMenuBase.OpenedChangeEvent
- isOpened() - Method in class com.vaadin.flow.component.datepicker.DatePicker
-
Gets the states of the drop-down for the datepicker
- isOpened() - Method in class com.vaadin.flow.component.datepicker.DatePicker.OpenedChangeEvent
- isOpened() - Method in class com.vaadin.flow.component.details.Details
- isOpened() - Method in class com.vaadin.flow.component.details.Details.OpenedChangeEvent
- isOpened() - Method in class com.vaadin.flow.component.details.testbench.DetailsElement
-
Whether the details are opened or not
- isOpened() - Method in class com.vaadin.flow.component.dialog.Dialog
-
Gets the open state from the dialog.
- isOpened() - Method in class com.vaadin.flow.component.dialog.Dialog.OpenedChangeEvent
- isOpened() - Method in class com.vaadin.flow.component.html.NativeDetails.ToggleEvent
-
Return whether or not the details was opened or closed in this event.
- isOpened() - Method in class com.vaadin.flow.component.login.LoginOverlay
- isOpened() - Method in class com.vaadin.flow.component.login.testbench.LoginOverlayElement
- isOpened() - Method in class com.vaadin.flow.component.notification.Notification
-
True if the notification is currently displayed.
- isOpened() - Method in class com.vaadin.flow.component.notification.Notification.OpenedChangeEvent
- isOpened() - Method in class com.vaadin.flow.component.select.Select
-
Whether the dropdown is opened or not.
- isOpened() - Method in class com.vaadin.flow.component.select.Select.OpenedChangeEvent
- isOpened() - Method in class com.vaadin.flow.component.select.testbench.SelectElement
- isOpened() - Method in class com.vaadin.flow.component.shared.Tooltip
-
When true, the tooltip is opened programmatically.
- isOpenOnClick() - Method in class com.vaadin.flow.component.contextmenu.ContextMenuBase
-
Gets whether the context menu can be opened via left click.
- isOpenOnHover() - Method in class com.vaadin.flow.component.menubar.MenuBar
-
Gets whether the sub menus open by clicking or hovering on the root level buttons.
- isOpera() - Method in class com.vaadin.flow.server.WebBrowser
-
Tests whether the user is using Opera.
- isOpera() - Method in class com.vaadin.flow.shared.BrowserDetails
-
Tests if the browser is Opera.
- isOtherSessionLocked(VaadinSession) - Static method in class com.vaadin.flow.server.VaadinService
-
Checks whether there might be some
VaadinSession
other than the provided one for which the current thread holds a lock. - isOutmostRow() - Method in class com.vaadin.flow.component.grid.FooterRow
- isOutmostRow() - Method in class com.vaadin.flow.component.grid.HeaderRow
- isOverlay() - Method in class com.vaadin.flow.component.applayout.AppLayout
-
Note: This property is controlled via CSS and can not be changed directly.
- isOverlay() - Method in class com.vaadin.flow.component.applayout.testbench.AppLayoutElement
- isOwnAvatarVisible() - Method in class com.vaadin.collaborationengine.CollaborationAvatarGroup
-
Gets whether the user's own avatar is displayed in the avatar group or not.
- isOwnProperty(String) - Method in class com.vaadin.flow.server.PropertyDeploymentConfiguration
-
Checks whether the given
property
is the property explicitly set in this deployment configuration (not in it's parent config). - isPadding() - Method in interface com.vaadin.flow.component.orderedlayout.ThemableLayout
-
Shows if
padding
theme setting is applied to the component. - isPagingEnabled() - Method in class com.vaadin.flow.component.virtuallist.paging.PagelessDataCommunicator
- isPagingEnabled() - Method in class com.vaadin.flow.data.provider.DataCommunicator
-
Returns whether paged queries are enabled or not.
- isParentItem() - Method in class com.vaadin.flow.component.contextmenu.MenuItemBase
-
Gets whether this item has a sub menu attached to it or not.
- isPasswordVisible() - Method in class com.vaadin.flow.component.textfield.testbench.PasswordFieldElement
-
Checks whether the password is shown in clear text or is hidden from view.
- isPathAdded(String) - Method in class com.vaadin.flow.router.RoutesChangedEvent
-
Determines if a route url was added for this change.
- isPathAvailable(String) - Method in class com.vaadin.flow.router.RouteConfiguration
-
Check if the given path is available.
- isPathRemoved(String) - Method in class com.vaadin.flow.router.RoutesChangedEvent
-
Determines if a route url was removed for this change.
- isPathUnsafe(String) - Static method in class com.vaadin.flow.server.HandlerHelper
-
Checks if the given URL path contains the directory change instruction (dot-dot), taking into account possible double encoding in hexadecimal format, which can be injected maliciously.
- isPlotShadow() - Method in class com.vaadin.flow.component.charts.model.style.ChartStyle
- isPnpmEnabled() - Method in interface com.vaadin.flow.server.AbstractConfiguration
-
Returns whether pnpm is enabled or not.
- isPnpmEnabled() - Method in class com.vaadin.flow.server.PropertyDeploymentConfiguration
- isPopupOpen() - Method in class com.vaadin.flow.component.combobox.testbench.ComboBoxElement
-
Checks whether the popup with options is open.
- isPopupOpen() - Method in class com.vaadin.flow.component.combobox.testbench.MultiSelectComboBoxElement
-
Checks whether the popup is open.
- isPostponed() - Method in class com.vaadin.flow.router.BeforeLeaveEvent
-
Checks whether this event was postponed.
- isPresto() - Method in class com.vaadin.flow.shared.BrowserDetails
-
Tests if the browser is using the Presto engine.
- isProductionMode() - Method in interface com.vaadin.flow.server.AbstractConfiguration
-
Returns whether Vaadin is in production mode.
- isProductionMode() - Method in class com.vaadin.flow.server.BootstrapHandler.BootstrapContext
-
Checks if the application is running in production mode.
- isProductionMode() - Method in class com.vaadin.flow.server.DefaultDeploymentConfiguration
-
Returns whether Vaadin is in production mode.
- isProductionMode() - Method in class com.vaadin.flow.server.frontend.Options
-
Gets the production mode.
- isProductionMode() - Method in class com.vaadin.flow.server.PropertyDeploymentConfiguration
- isProductionMode() - Method in class com.vaadin.flow.server.startup.DefaultApplicationConfigurationFactory.ApplicationConfigurationImpl
- isPrototype(String) - Method in class com.vaadin.testbench.unit.mocks.MockWebApplicationContext
- isReadOnly() - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
- isReadOnly() - Method in interface com.vaadin.flow.component.HasValue
-
Returns whether this
HasValue
is in read-only mode or not. - isReadOnly() - Method in interface com.vaadin.flow.component.HasValueAndElement
- isReadOnly() - Method in class com.vaadin.flow.component.radiobutton.RadioButtonGroup
- isReadOnly() - Method in interface com.vaadin.flow.data.binder.Binder.Binding
-
Gets the current read-only status for this Binding.
- isReadOnly() - Method in class com.vaadin.flow.data.binder.Binder.BindingImpl
- isReadOnly() - Method in class com.vaadin.flow.data.binder.ReadOnlyHasValue
- isReadOnly() - Method in class com.vaadin.flow.server.webcomponent.PropertyData
-
Checks if the property is a read-only value.
- isRedraw() - Method in class com.vaadin.flow.component.charts.events.internal.ItemSlicedEvent
-
Whether or not redrawing should be immediate.
- isRedrawingNeeded() - Method in class com.vaadin.flow.component.charts.events.internal.AxisRescaledEvent
-
Checks whether or not to redraw the chart.
- isRefreshChildren() - Method in class com.vaadin.flow.data.provider.DataChangeEvent.DataRefreshEvent
-
Gets the a boolean whether the refresh is supposed to be refreshChildren (in hierarchical data providers).
- isRefreshEvent() - Method in class com.vaadin.flow.router.AfterNavigationEvent
-
Check if event is for a refresh of a preserveOnRefresh view.
- isRefreshEvent() - Method in class com.vaadin.flow.router.BeforeEnterEvent
-
Check if event is for a refresh of a preserveOnRefresh view.
- isRepeat() - Method in class com.vaadin.flow.component.internal.KeyboardEvent
-
Checks whether the key has been pressed in a sustained manner.
- isReportedFeature(Class<? extends NodeFeature>) - Method in class com.vaadin.flow.internal.StateNode
-
Returns whether the
featureType
should be reported to the client even if it doesn't contain any data. - isRequestForHtml(VaadinRequest) - Method in class com.vaadin.flow.server.BootstrapHandler
-
Checks if the request is potentially a request for an HTML page.
- isRequestTiming() - Method in interface com.vaadin.flow.function.DeploymentConfiguration
-
Returns whether the server provides timing info to the client.
- isRequestTiming() - Method in class com.vaadin.flow.server.DefaultDeploymentConfiguration
-
Returns whether the server provides timing info to the client.
- isRequestTiming() - Method in class com.vaadin.flow.server.PropertyDeploymentConfiguration
- isRequestType(VaadinRequest, HandlerHelper.RequestType) - Static method in class com.vaadin.flow.server.HandlerHelper
-
Returns whether the given request is of the given type.
- isRequired() - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
-
Determines whether the checkbox group is marked as input required.
- isRequired() - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
-
Sets whether the component requires a value to be considered in a valid state.
- isRequired() - Method in class com.vaadin.flow.component.datepicker.DatePicker
-
Determines whether the datepicker is marked as input required.
- isRequired() - Method in class com.vaadin.flow.component.radiobutton.RadioButtonGroup
-
Specifies that the user must select a value
- isRequired() - Method in class com.vaadin.flow.component.textfield.TextFieldBase
-
Determines whether the field is marked as input required.
- isRequired() - Method in class com.vaadin.flow.component.timepicker.TimePicker
-
Determines whether the time picker is marked as input required.
- isRequiredIndicatorVisible() - Method in interface com.vaadin.flow.component.HasValue
-
Checks whether the required indicator is visible.
- isRequiredIndicatorVisible() - Method in interface com.vaadin.flow.component.HasValueAndElement
- isRequiredIndicatorVisible() - Method in class com.vaadin.flow.component.select.Select
-
Checks whether the required indicator is visible.
- isRequiredIndicatorVisible() - Method in class com.vaadin.flow.data.binder.ReadOnlyHasValue
- isRequireHomeNodeExec() - Method in class com.vaadin.flow.server.frontend.Options
- isRequiresServerRestart() - Method in class com.vaadin.experimental.Feature
- isResizable() - Method in class com.vaadin.flow.component.dialog.Dialog
-
Gets whether dialog is enabled to be resized or not.
- isResizable() - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Gets whether this column is user-resizable.
- isResourceAvailable(String) - Method in class com.vaadin.flow.server.VaadinService
-
Checks if a resource is available at the given Vaadin URI.
- isResynchronize() - Method in class com.vaadin.flow.server.communication.ServerRpcHandler.RpcRequest
-
Checks if this is a request to resynchronize the client side.
- isRevealButtonVisible() - Method in class com.vaadin.flow.component.textfield.PasswordField
-
Set to
false
to hide the eye icon which toggles the password visibility. - isRootMapping(String) - Static method in class com.vaadin.flow.spring.RootMappedCondition
-
Returns
true
ifmapping
is the root mapping ("/*"). - isRotateWithView() - Method in class com.vaadin.flow.component.map.configuration.style.ImageStyle
-
Whether to rotate the image together with the view.
- isRouteAdded(Class<? extends Component>) - Method in class com.vaadin.flow.router.RoutesChangedEvent
-
Determines if a given route navigation target was added for this change.
- isRouteRegistered(Class<? extends Component>) - Method in class com.vaadin.flow.router.RouteConfiguration
-
Check if the route is available as a registered target.
- isRouteRemoved(Class<? extends Component>) - Method in class com.vaadin.flow.router.RoutesChangedEvent
-
Determines if a given route navigation target was removed for this change.
- isRowCollapsed(int, int) - Method in class com.vaadin.flow.component.grid.testbench.TreeGridElement
-
Returns whether the row at the given index is collapsed or not.
- isRowExpanded(int, int) - Method in class com.vaadin.flow.component.grid.testbench.TreeGridElement
-
Returns whether the row at the given index is expanded or not.
- isRowInView(int) - Method in class com.vaadin.flow.component.virtuallist.testbench.VirtualListElement
-
Checks if the given row is in the visible viewport.
- isRowsDraggable() - Method in class com.vaadin.flow.component.grid.Grid
-
Gets whether rows of the grid can be dragged.
- isRunNpmInstall() - Method in class com.vaadin.flow.server.frontend.Options
- isSafari() - Method in class com.vaadin.flow.server.WebBrowser
-
Tests whether the user is using Safari.
- isSafari() - Method in class com.vaadin.flow.shared.BrowserDetails
-
Tests if the browser is Safari.
- isSafari(Capabilities) - Static method in class com.vaadin.testbench.parallel.BrowserUtil
- isScreenshotComparisonCursorDetection() - Static method in class com.vaadin.testbench.Parameters
-
Tells whether to treat screen shots with the only difference being a text input cursor as equal or not.
- isScript(Element) - Static method in class com.vaadin.flow.dom.ElementUtil
-
Checks whether the given element is a
script
or not. - isSecure() - Method in class com.vaadin.flow.server.frontend.installer.ProxyConfig.Proxy
-
Check if the proxy is secure.
- isSecure() - Method in interface com.vaadin.flow.server.VaadinRequest
-
Checks whether the request was made using a secure channel, e.g.
- isSecureConnection() - Method in class com.vaadin.flow.server.WebBrowser
-
Checks if the connection was established using HTTPS.
- isSelectAllCheckboxVisible() - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
- isSelectAllCheckboxVisible() - Method in interface com.vaadin.flow.component.grid.GridMultiSelectionModel
-
Returns whether the select all checkbox will be visible with the current setting of
GridMultiSelectionModel.setSelectAllCheckboxVisibility(SelectAllCheckboxVisibility)
and the type of data set to the Grid (in-memory or lazy). - isSelected() - Method in class com.vaadin.flow.component.charts.model.DataSeriesItem
-
Checks whether or not the item is selected.
- isSelected() - Method in class com.vaadin.flow.component.grid.testbench.GridTRElement
-
Checks if the row is selected
- isSelected() - Method in class com.vaadin.flow.component.tabs.Tab
-
If true, the item is in selected state.
- isSelected() - Method in class com.vaadin.testbench.TestBenchElement
- isSelected(int) - Method in class com.vaadin.flow.component.tabs.TabsTester
-
Checks if the tab at the given index is currently selected.
- isSelected(String) - Method in class com.vaadin.flow.component.tabs.TabsTester
-
Checks if the tab with the given label is currently selected.
- isSelected(T) - Method in class com.vaadin.flow.component.combobox.ComboBox
- isSelected(T) - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
- isSelected(T) - Method in class com.vaadin.flow.component.grid.AbstractGridSingleSelectionModel
- isSelected(T) - Method in interface com.vaadin.flow.data.selection.MultiSelect
-
Returns whether the given item is currently selected.
- isSelected(T) - Method in interface com.vaadin.flow.data.selection.SelectionModel
-
Returns whether the given item is currently selected.
- isSelected(TItem) - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
-
Whether the item is currently selected in the combo box.
- isSelected(TItem) - Method in class com.vaadin.flow.component.combobox.MultiSelectComboBox
- isSelectionColumnFrozen() - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
- isSelectionColumnFrozen() - Method in interface com.vaadin.flow.component.grid.GridMultiSelectionModel
-
Gets the the selection column's frozen state.
- isSendUrlsAsParameters() - Method in interface com.vaadin.flow.function.DeploymentConfiguration
-
Returns whether the sending of URL's as GET and POST parameters in requests with content-type
application/x-www-form-urlencoded
is enabled or not. - isSendUrlsAsParameters() - Method in class com.vaadin.flow.server.DefaultDeploymentConfiguration
-
Returns whether the sending of URL's as GET and POST parameters in requests with content-type
application/x-www-form-urlencoded
is enabled or not. - isSendUrlsAsParameters() - Method in class com.vaadin.flow.server.PropertyDeploymentConfiguration
- isSentToBrowser() - Method in class com.vaadin.flow.component.internal.PendingJavaScriptInvocation
- isSentToBrowser() - Method in interface com.vaadin.flow.component.page.PendingJavaScriptResult
-
Checks whether the JavaScript execution has already been sent to the browser.
- isSessionExpiredNotificationEnabled() - Method in class com.vaadin.flow.server.SystemMessages
-
Checks if "session expired" notifications should be shown to the end user.
- isSetter(Method) - Static method in class com.vaadin.flow.internal.ReflectTools
-
Checks whether the given method is a valid setter according to the JavaBeans Specification.
- isSetterName(String) - Static method in class com.vaadin.flow.internal.ReflectTools
-
Checks whether the given method name is a valid setter name according to the JavaBeans Specification.
- isShadowRoot(StateNode) - Static method in class com.vaadin.flow.dom.ShadowRoot
-
Checks whether the given
node
is a shadow root node. - isShell(Class<?>) - Method in class com.vaadin.flow.di.LookupInitializer.AppShellPredicateImpl
- isShell(Class<?>) - Method in interface com.vaadin.flow.server.startup.AppShellPredicate
-
Checks whether the class is an
AppShellConfigurator
class inside the web application. - isShift() - Method in class com.vaadin.flow.component.charts.events.internal.DataAddedEvent
-
Whether or not the data addition was a shift and first item was removed
- isShift() - Method in class com.vaadin.testbench.unit.MetaKeys
-
Get shift key isPressed state.
- isShiftKey() - Method in interface com.vaadin.flow.component.charts.events.ClickEvent
-
Checks if the Shift key was down when the mouse event took place.
- isShiftKey() - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
- isShiftKey() - Method in class com.vaadin.flow.component.ClickEvent
-
Checks whether the shift key was was down when the event was fired.
- isShiftKey() - Method in class com.vaadin.flow.component.map.events.MouseEventDetails
- isShortcutActive() - Method in class com.vaadin.flow.component.ShortcutRegistration
-
Is the shortcut active on the current UI.
- isSingleton(String) - Method in class com.vaadin.testbench.unit.mocks.MockWebApplicationContext
- isSliced() - Method in class com.vaadin.flow.component.charts.events.internal.ItemSlicedEvent
-
When true, the point is sliced out.
- isSortable() - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Gets whether this column is sortable (e.g.
- isSpacing() - Method in interface com.vaadin.flow.component.orderedlayout.ThemableLayout
-
Shows if
spacing
theme setting is applied to the component. - isSpringBoot() - Static method in class com.vaadin.flow.spring.SpringUtil
-
Checks if this is Spring Boot and not plain Spring.
- isStaticAttribute(String, String) - Method in class com.vaadin.flow.component.littemplate.InjectableLitElementInitializer
- isStaticAttribute(String, String) - Method in class com.vaadin.flow.component.template.internal.AbstractInjectableElementInitializer
-
Checks whether the attribute declaration is an attribute with a static value ( so it can be set on the serve side).
- isStatsExternal() - Method in interface com.vaadin.flow.function.DeploymentConfiguration
-
Get if the stats.json file should be retrieved from an external service or through the classpath.
- isStepButtonsVisible() - Method in class com.vaadin.flow.component.textfield.AbstractNumberField
-
Gets whether the buttons for increasing/decreasing the value are visible.
- isSubProperty() - Method in interface com.vaadin.flow.data.binder.PropertyDefinition
-
Gets whether this property belongs to some other property in the property set, or directly to the property set.
- isSubscribed() - Method in class com.vaadin.flow.component.internal.PendingJavaScriptInvocation
-
Checks if there are any subscribers for the return value of this expression.
- isSubsetOf(Range) - Method in class com.vaadin.flow.internal.Range
-
Checks whether this range is a subset of another range.
- isSuccess() - Method in class com.vaadin.base.devserver.DevServerOutputTracker.Result
- isSuccessful() - Method in class com.vaadin.flow.component.dnd.DragEndEvent
-
Returns whether the drop event succesful or was it cancelled or didn't succeed.
- issuer(String) - Method in class com.vaadin.flow.spring.security.stateless.VaadinStatelessSecurityConfigurer
-
Sets the issuer claim to use when issuing and verifying the JWT.
- isSyncIdCheckEnabled() - Method in interface com.vaadin.flow.function.DeploymentConfiguration
-
Returns whether sync id checking is enabled.
- isSyncIdCheckEnabled() - Method in class com.vaadin.flow.server.DefaultDeploymentConfiguration
-
Returns whether sync id checking is enabled.
- isSyncIdCheckEnabled() - Method in class com.vaadin.flow.server.PropertyDeploymentConfiguration
- isTemplateMapped() - Method in class com.vaadin.flow.component.Component
-
Gets whether this component was attached as part of a template (by being mapped by an
Id
annotation), or if it was created directly. - isTemplateModelValue(Component, JsonValue, Class<?>) - Method in interface com.vaadin.flow.component.template.internal.DeprecatedPolymerPublishedEventHandler
-
Deprecated.Validate that the given Component instance is a PolymerTemplate and that the value can be converted.
- isTextNode() - Method in class com.vaadin.flow.dom.Element
-
Checks whether this element represents a text node.
- isTextNode(StateNode) - Method in interface com.vaadin.flow.dom.ElementStateProvider
-
Checks if the state node represents a text node.
- isTextNode(StateNode) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
- isTextNode(StateNode) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
- isTextNode(StateNode) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
- isTooltipEnabled() - Method in class com.vaadin.flow.component.avatar.Avatar
-
Gets the enabled state of the avatar tooltip, which is
false
by default. - isTooOldToFunctionProperly() - Method in class com.vaadin.flow.shared.BrowserDetails
-
Checks if the browser is so old that it simply won't work.
- isTouchDevice() - Method in class com.vaadin.flow.component.page.ExtendedClientDetails
-
Checks if the browser supports touch events.
- isTrident() - Method in class com.vaadin.flow.shared.BrowserDetails
-
Tests if the browser is using the Trident engine.
- isTrueish(Object) - Static method in class com.vaadin.flow.internal.JavaScriptSemantics
-
Gets the boolean value of the provided value:
null
isfalse
. - isTypeMatch(String, Class<?>) - Method in class com.vaadin.testbench.unit.mocks.MockWebApplicationContext
- isTypeMatch(String, ResolvableType) - Method in class com.vaadin.testbench.unit.mocks.MockWebApplicationContext
- isUIActive(UI) - Method in class com.vaadin.flow.server.VaadinService
-
Returns whether the given UI is active (the client-side actively communicates with the server) or whether it can be removed from the session and eventually collected.
- isUploading() - Method in class com.vaadin.flow.component.upload.Upload
-
Is upload in progress.
- isUsable() - Method in class com.vaadin.flow.component.checkbox.CheckboxGroupTester
- isUsable() - Method in class com.vaadin.flow.component.checkbox.CheckboxTester
- isUsable() - Method in class com.vaadin.flow.component.login.LoginOverlayTester
- isUsable() - Method in class com.vaadin.flow.component.notification.NotificationTester
- isUsable() - Method in class com.vaadin.flow.component.radiobutton.RadioButtonGroupTester
- isUsable() - Method in class com.vaadin.flow.component.radiobutton.RadioButtonTester
- isUsable() - Method in class com.vaadin.flow.component.textfield.NumberFieldTester
- isUsable() - Method in class com.vaadin.flow.component.textfield.TextAreaTester
- isUsable() - Method in class com.vaadin.flow.component.textfield.TextFieldTester
- isUsable() - Method in class com.vaadin.testbench.unit.ComponentTester
-
Validate that component can be interacted with and should be visible in the UI.
- isUsageStatisticsEnabled() - Method in interface com.vaadin.flow.server.AbstractConfiguration
-
Returns whether development time usage statistics collection is enabled or not.
- isUsageStatisticsEnabled() - Method in class com.vaadin.flow.server.PropertyDeploymentConfiguration
- isUseByteCodeScanner() - Method in class com.vaadin.flow.server.frontend.Options
- isUseGlobalPnpm() - Method in class com.vaadin.flow.server.frontend.FrontendToolsSettings
-
Check if global pnpm should be used.
- isUseGlobalPnpm() - Method in class com.vaadin.flow.server.frontend.Options
- isUserInRole(String) - Method in interface com.vaadin.flow.server.VaadinRequest
-
Returns a boolean indicating whether the authenticated user is included in the specified logical "role".
- isUserOriginated() - Method in class com.vaadin.flow.dom.PropertyChangeEvent
-
Returns whether this event was triggered by user interaction, on the client side, or programmatically, on the server side.
- isVaadinServlet(ServletRegistration, ServletContext) - Method in class com.vaadin.flow.server.communication.JSR356WebsocketInitializer
-
Tries to determine if the given servlet registration refers to a Vaadin servlet.
- isVaadinStaticFileRequest(VaadinRequest) - Static method in class com.vaadin.flow.server.BootstrapHandler
-
Checks whether the request is a request for /VAADIN/*.
- isValid() - Method in class com.vaadin.flow.component.shared.HasClientValidation.ClientValidatedEvent
-
Returns true if the client-side validation succeeded and false otherwise.
- isValid() - Method in class com.vaadin.flow.data.binder.Binder
-
Runs all currently configured field level validators, as well as all bean level validators if a bean is currently set with
Binder.setBean(Object)
, and returns whether any of the validators failed. - isValid(String) - Method in class com.vaadin.flow.data.validator.EmailValidator
- isValid(String) - Method in class com.vaadin.flow.data.validator.RegexpValidator
-
Returns whether the given string matches the regular expression.
- isValid(T) - Method in class com.vaadin.flow.data.validator.RangeValidator
-
Returns whether the given value lies in the valid range.
- isValidatorsDisabled() - Method in interface com.vaadin.flow.data.binder.Binder.Binding
-
Returns if validators are currently disabled or not.
- isValidatorsDisabled() - Method in class com.vaadin.flow.data.binder.Binder.BindingImpl
- isValidatorsDisabled() - Method in class com.vaadin.flow.data.binder.Binder
-
Returns if the validators including bean level validators are disabled or enabled for this Binder.
- isValidAttributeName(String) - Static method in class com.vaadin.flow.dom.ElementUtil
-
Checks if the given attribute name is valid.
- isValidStatusCode(int) - Static method in enum class com.vaadin.flow.server.HttpStatusCode
-
Checks if the given status code is valid.
- isValidStylePropertyName(String) - Static method in class com.vaadin.flow.dom.ElementUtil
-
Checks if the given style property name is valid.
- isValidStylePropertyValue(String) - Static method in class com.vaadin.flow.dom.ElementUtil
-
Checks if the given style property value is valid.
- isValidTagName(String) - Static method in class com.vaadin.flow.dom.ElementUtil
-
Checks if the given tag name is valid.
- isValidUrl(VaadinRequest) - Method in interface com.vaadin.flow.server.BootstrapUrlPredicate
-
Return whether the bootstrap handler should render the page.
- isValidValueType(Serializable) - Static method in class com.vaadin.flow.internal.nodefeature.AbstractPropertyMap
-
Checks if the given value is of a supported type.
- isVirtualChild() - Method in class com.vaadin.flow.dom.Node
-
Gets whether this element is a virtual child of its parent.
- isVisible() - Method in class com.vaadin.flow.component.charts.model.AbstractSeries
- isVisible() - Method in class com.vaadin.flow.component.Component
-
Gets the component visibility value.
- isVisible() - Method in class com.vaadin.flow.component.map.configuration.layer.Layer
- isVisible() - Method in class com.vaadin.flow.dom.Element
-
Gets the element visibility value.
- isVisible() - Method in class com.vaadin.flow.internal.nodefeature.ElementData
-
Get element visibility.
- isVisible() - Method in class com.vaadin.flow.internal.StateNode
-
Checks (recursively towards the parent node) whether the node is effectively visible.
- isVisible(StateNode) - Method in interface com.vaadin.flow.dom.ElementStateProvider
-
Gets the
node
visibility. - isVisible(StateNode) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
- isVisible(StateNode) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
- isVisible(StateNode) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
- isWait() - Method in class com.vaadin.open.Options
- isWebKit() - Method in class com.vaadin.flow.shared.BrowserDetails
-
Tests if the browser is using the WebKit engine.
- isWeekNumbersVisible() - Method in class com.vaadin.flow.component.datepicker.DatePicker
-
Get the state of
showWeekNumbers
property of the datepicker - isWeekNumbersVisible() - Method in class com.vaadin.flow.component.datetimepicker.DateTimePicker
-
Get the state of
showWeekNumbers
property of the date picker. - isWindows() - Static method in class com.vaadin.flow.server.frontend.FrontendUtils
-
Check if the current os is Windows.
- isWindows() - Method in class com.vaadin.flow.server.frontend.installer.Platform
-
Check if platform is windows.
- isWindows() - Method in class com.vaadin.flow.server.WebBrowser
-
Tests whether the user is using Windows.
- isWindows() - Method in class com.vaadin.flow.shared.BrowserDetails
-
Tests if the browser is run on Windows.
- isWindows() - Static method in class com.vaadin.open.OSUtils
- isWindowsPhone() - Method in class com.vaadin.flow.server.WebBrowser
-
Tests whether the user is using Windows Phone.
- isWindowsPhone() - Method in class com.vaadin.flow.shared.BrowserDetails
-
Tests if the browser is run on Windows Phone.
- isWsl() - Method in class com.vaadin.open.LinuxProcFileReader
- isWsl() - Static method in class com.vaadin.open.OSUtils
- isXsrfProtectionEnabled() - Method in interface com.vaadin.flow.server.AbstractConfiguration
-
Returns whether cross-site request forgery protection is enabled.
- isXsrfProtectionEnabled() - Method in class com.vaadin.flow.server.DefaultDeploymentConfiguration
-
Returns whether cross-site request forgery protection is enabled.
- isXsrfProtectionEnabled() - Method in class com.vaadin.flow.server.PropertyDeploymentConfiguration
- ITALIC - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- ItemClickEvent<T> - Class in com.vaadin.flow.component.grid
-
Event fired when a Grid item is clicked.
- ItemClickEvent(Grid<T>, boolean, String, String, int, int, int, int, int, int, boolean, boolean, boolean, boolean) - Constructor for class com.vaadin.flow.component.grid.ItemClickEvent
-
Creates a new item click event.
- itemCountChanged(ItemCountChangeEvent) - Method in interface com.vaadin.flow.data.provider.ItemCountChangeListener
-
Invoked for changes in the data size.
- ItemCountChangeEvent<T extends Component> - Class in com.vaadin.flow.data.provider
-
Event describing the item count change for a component.
- ItemCountChangeEvent(T, int, boolean) - Constructor for class com.vaadin.flow.data.provider.ItemCountChangeEvent
-
Creates a new event using the given source and indicator whether the event originated from the client side or the server side.
- ItemCountChangeListener - Interface in com.vaadin.flow.data.provider
-
Listener interface for getting updates on data item count changes.
- ItemDoubleClickEvent<T> - Class in com.vaadin.flow.component.grid
-
Event fired when a Grid item is double clicked.
- ItemDoubleClickEvent(Grid<T>, boolean, String, String, int, int, int, int, int, int, boolean, boolean, boolean, boolean) - Constructor for class com.vaadin.flow.component.grid.ItemDoubleClickEvent
-
Creates a new item double click event.
- ItemElement() - Constructor for class com.vaadin.flow.component.select.testbench.SelectElement.ItemElement
- ItemLabelGenerator<T> - Interface in com.vaadin.flow.component
-
ItemLabelGenerator
can be used to customize the string shown to the user for an item. - ItemPartialFill - Class in com.vaadin.flow.component.charts.model
-
PartialFill configuration object to be used in
DataSeriesItemXrange
. - ItemPartialFill() - Constructor for class com.vaadin.flow.component.charts.model.ItemPartialFill
-
Creates an empty PartialFill configuration object
- ItemPartialFill(Number) - Constructor for class com.vaadin.flow.component.charts.model.ItemPartialFill
-
Creates a new PartialFill with the defined fill amount
- ItemPartialFill(Number, Color) - Constructor for class com.vaadin.flow.component.charts.model.ItemPartialFill
-
Creates a new PartialFill with the defined fill color and amount
- ItemPropertyChangedEvent(GridPro<E>, boolean, JsonObject, String) - Constructor for class com.vaadin.flow.component.gridpro.GridPro.ItemPropertyChangedEvent
-
Creates a new event using the given source and indicator whether the event originated from the client side or the server side.
- Items - Class in com.vaadin.flow.component.charts.model
-
A HTML label that can be positioned anywhere in the chart area.
- Items() - Constructor for class com.vaadin.flow.component.charts.model.Items
- ItemSkippedException() - Constructor for exception com.vaadin.external.apache.commons.fileupload2.FileItemStream.ItemSkippedException
- itemSliced(ItemSlicedEvent) - Method in interface com.vaadin.flow.component.charts.events.internal.ConfigurationChangeListener
-
A point has been sliced
- ItemSlicedEvent - Class in com.vaadin.flow.component.charts.events.internal
-
Event for information about slicing a pie point
- ItemSlicedEvent(Series, int, boolean) - Constructor for class com.vaadin.flow.component.charts.events.internal.ItemSlicedEvent
-
Constructs the event with animated transition, redraws the chart
- ItemSlicedEvent(Series, int, boolean, boolean) - Constructor for class com.vaadin.flow.component.charts.events.internal.ItemSlicedEvent
-
Constructs the event with animated transition
- ItemSlicedEvent(Series, int, boolean, boolean, boolean) - Constructor for class com.vaadin.flow.component.charts.events.internal.ItemSlicedEvent
-
Constructs the event.
- ItemUpdater<T,
V> - Interface in com.vaadin.flow.component.gridpro -
Callback that is called when a new value has been entered to an editor.
- iterator() - Method in class com.vaadin.flow.component.shared.internal.OverlayClassListProxy
- iterator() - Method in class com.vaadin.flow.dom.impl.ImmutableClassList
- iterator() - Method in class com.vaadin.flow.dom.impl.ThemeListImpl
- iterator() - Method in class com.vaadin.flow.internal.nodefeature.NodeList
-
Gets an iterator returning all items in this list.
- iterator() - Method in class com.vaadin.flow.internal.nodefeature.NodeList.SetView
- iterator() - Method in class com.vaadin.flow.internal.nodefeature.VirtualChildrenList
- IVORY - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
J
- JakSrvltFileCleaner - Class in com.vaadin.external.apache.commons.fileupload2.jaksrvlt
-
A servlet context listener, which ensures that the
FileCleaningTracker
's reaper thread is terminated, when the web application is destroyed. - JakSrvltFileCleaner() - Constructor for class com.vaadin.external.apache.commons.fileupload2.jaksrvlt.JakSrvltFileCleaner
- JakSrvltFileUpload - Class in com.vaadin.external.apache.commons.fileupload2.jaksrvlt
-
High level API for processing file uploads.
- JakSrvltFileUpload() - Constructor for class com.vaadin.external.apache.commons.fileupload2.jaksrvlt.JakSrvltFileUpload
-
Constructs an uninitialized instance of this class.
- JakSrvltFileUpload(FileItemFactory) - Constructor for class com.vaadin.external.apache.commons.fileupload2.jaksrvlt.JakSrvltFileUpload
-
Constructs an instance of this class which uses the supplied factory to create
FileItem
instances. - JakSrvltRequestContext - Class in com.vaadin.external.apache.commons.fileupload2.jaksrvlt
-
Provides access to the request information needed for a request made to an HTTP servlet.
- JakSrvltRequestContext(HttpServletRequest) - Constructor for class com.vaadin.external.apache.commons.fileupload2.jaksrvlt.JakSrvltRequestContext
-
Construct a context for this request.
- JAR_RESOURCES_FOLDER - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
-
The folder inside the 'generated' folder where frontend resources from jars are copied.
- JAR_RESOURCES_IMPORT - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
-
The location where javascript files present in jar resources are copied and can be imported from.
- JAR_RESOURCES_IMPORT_FRONTEND_RELATIVE - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
-
The location where javascript files present in jar resources are copied and can be imported from, relative to the frontend folder.
- JarContentsManager - Class in com.vaadin.flow.server.frontend
-
Shared code for managing contents of jar files.
- JarContentsManager() - Constructor for class com.vaadin.flow.server.frontend.JarContentsManager
- JAVA_RESOURCE_FOLDER_TOKEN - Static variable in class com.vaadin.flow.server.Constants
- JavaScript - Annotation Interface in com.vaadin.flow.component.dependency
-
Defines JavaScript dependencies on a
Component
class. - JAVASCRIPT - Enum constant in enum class com.vaadin.flow.component.page.Inline.Wrapping
- JAVASCRIPT - Enum constant in enum class com.vaadin.flow.shared.ui.Dependency.Type
- JavaScript.Container - Annotation Interface in com.vaadin.flow.component.dependency
-
Internal annotation to enable use of multiple
JavaScript
annotations. - JavaScriptBootstrapContext(VaadinRequest, VaadinResponse, UI, Function<VaadinRequest, String>) - Constructor for class com.vaadin.flow.server.communication.JavaScriptBootstrapHandler.JavaScriptBootstrapContext
-
Creates a new context instance using the given parameters.
- JavaScriptBootstrapHandler - Class in com.vaadin.flow.server.communication
-
Processes a 'start' request type from the client to initialize server session and UI.
- JavaScriptBootstrapHandler() - Constructor for class com.vaadin.flow.server.communication.JavaScriptBootstrapHandler
-
Creates a new bootstrap handler with default page builder.
- JavaScriptBootstrapHandler.JavaScriptBootstrapContext - Class in com.vaadin.flow.server.communication
-
Custom BootstrapContext for
JavaScriptBootstrapHandler
. - JavaScriptException(String) - Constructor for exception com.vaadin.flow.component.page.PendingJavaScriptResult.JavaScriptException
-
Creates a new JavaScript exception with the given message.
- JavaScriptInvocation(String, Serializable...) - Constructor for class com.vaadin.flow.component.internal.UIInternals.JavaScriptInvocation
-
Creates a new invocation.
- JavaScriptNavigationStateRenderer - Class in com.vaadin.flow.component.internal
-
Handle navigation events in relation to the client side bootstrap UI.
- JavaScriptNavigationStateRenderer(NavigationState) - Constructor for class com.vaadin.flow.component.internal.JavaScriptNavigationStateRenderer
-
Constructs a new NavigationStateRenderer that handles the given navigation state.
- JavaScriptSemantics - Class in com.vaadin.flow.internal
-
Helpers for replicating JavaScript semantics in Java.
- join() - Method in class com.vaadin.flow.component.internal.DeadlockDetectingCompletableFuture
- join(FooterRow.FooterCell...) - Method in class com.vaadin.flow.component.grid.FooterRow
-
Replaces the given cells with a new cell that takes the full space of the joined cells.
- join(Grid.Column<?>...) - Method in class com.vaadin.flow.component.grid.FooterRow
-
Joins the cells corresponding the given columns in the row.
- join(Grid.Column<?>...) - Method in class com.vaadin.flow.component.grid.HeaderRow
-
Joins the cells corresponding the given columns in the row.
- join(String[], String) - Static method in class com.vaadin.flow.shared.util.SharedUtil
-
Joins the words in the input array together into a single string by inserting the separator string between each word.
- join(String[], String) - Static method in class com.vaadin.testbench.internal.SharedUtil
-
Joins the words in the input array together into a single string by inserting the separator string between each word.
- join(Collection<FooterRow.FooterCell>) - Method in class com.vaadin.flow.component.grid.FooterRow
- join(Collection<HeaderRow.HeaderCell>) - Method in class com.vaadin.flow.component.grid.HeaderRow
-
Replaces the given cells with a new cell that takes the full space of the joined cells.
- JOIN - Enum constant in enum class com.vaadin.collaborationengine.MembershipEvent.MembershipEventType
- JREBEL - Enum constant in enum class com.vaadin.flow.internal.BrowserLiveReload.Backend
- JS_MODULE - Enum constant in enum class com.vaadin.flow.shared.ui.Dependency.Type
- JS_MODULES - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
-
A key in a Json object for js modules data.
- JsModule - Annotation Interface in com.vaadin.flow.component.dependency
-
Annotation for defining JavaScript Module dependencies on a
Component
class. - JsModule.Container - Annotation Interface in com.vaadin.flow.component.dependency
-
Internal annotation to enable use of multiple
JsModule
annotations. - JSON_CONTENT_TYPE - Static variable in class com.vaadin.flow.shared.JsonConstants
-
The content type for JSON requests/responses.
- JsonCodec - Class in com.vaadin.flow.internal
-
Utility for encoding objects to and from JSON.
- JsonConstants - Class in com.vaadin.flow.shared
-
A utility class providing constants for JSON related features.
- JsonConstants() - Constructor for class com.vaadin.flow.shared.JsonConstants
- JsonConversionException - Exception in com.vaadin.collaborationengine
-
Thrown when unable to convert back and forth between a Java object instance and a Jackson
JsonNode
instance. - JsonConversionException(String, Throwable) - Constructor for exception com.vaadin.collaborationengine.JsonConversionException
-
Constructs a new Json conversion exception
- jsonEquals(JsonValue, JsonValue) - Static method in class com.vaadin.flow.internal.JsonUtils
-
Compares two json values for deep equality.
- JsonSerializable - Interface in com.vaadin.flow.component
-
Base interface for classes that are serializable to and from
JsonObject
. - JsonSerializer - Class in com.vaadin.flow.internal
-
General-purpose serializer of Java objects to
JsonValue
and deserializer of JsonValue to Java objects. - JsonUtils - Class in com.vaadin.flow.internal
-
Helpers for using
elemental.json
. - JSR356WebsocketInitializer - Class in com.vaadin.flow.server.communication
-
Initializer class for JSR 356 websockets.
- JSR356WebsocketInitializer() - Constructor for class com.vaadin.flow.server.communication.JSR356WebsocketInitializer
- JSR356WebsocketInitializer.FakeServletConfig - Class in com.vaadin.flow.server.communication
-
"ServletConfig" which only provides information from a
ServletRegistration
and itsServletContext
. - JUNJA_MODE - Static variable in interface com.vaadin.flow.component.Key
-
Selects the Junja mode, in which Korean is represented using single-byte Latin characters.
- JUSTIFY - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.TextAlignment
K
- KANA_MODE - Static variable in interface com.vaadin.flow.component.Key
-
The
Kana Mode
(Kana Lock) key. - KANJI_MODE - Static variable in interface com.vaadin.flow.component.Key
-
The
Kanji Mode
key. - KATAKANA - Static variable in interface com.vaadin.flow.component.Key
-
The
Katakana
key. - key(T) - Method in interface com.vaadin.flow.data.provider.DataKeyMapper
-
Gets the key for data object.
- key(TItem) - Method in class com.vaadin.flow.component.combobox.ComboBoxDataCommunicator.SelectionPreservingKeyMapper
- key(V) - Method in class com.vaadin.flow.data.provider.KeyMapper
-
Gets key for an object.
- Key - Interface in com.vaadin.flow.component
-
An interface to represent keyboard keys.
- KEY - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- KEY_A - Static variable in interface com.vaadin.flow.component.Key
-
a
on a US keyboard.Labelledq
on an AZERTY (e.g., French) keyboard. - KEY_B - Static variable in interface com.vaadin.flow.component.Key
-
b
on a US keyboard. - KEY_C - Static variable in interface com.vaadin.flow.component.Key
-
c
on a US keyboard. - KEY_CONTENTS - Static variable in class com.vaadin.flow.shared.ui.Dependency
- KEY_D - Static variable in interface com.vaadin.flow.component.Key
-
d
on a US keyboard. - KEY_E - Static variable in interface com.vaadin.flow.component.Key
-
e
on a US keyboard. - KEY_F - Static variable in interface com.vaadin.flow.component.Key
-
f
on a US keyboard. - KEY_G - Static variable in interface com.vaadin.flow.component.Key
-
g
on a US keyboard. - KEY_H - Static variable in interface com.vaadin.flow.component.Key
-
h
on a US keyboard. - KEY_I - Static variable in interface com.vaadin.flow.component.Key
-
i
on a US keyboard. - KEY_J - Static variable in interface com.vaadin.flow.component.Key
-
j
on a US keyboard. - KEY_K - Static variable in interface com.vaadin.flow.component.Key
-
k
on a US keyboard. - KEY_L - Static variable in interface com.vaadin.flow.component.Key
-
l
on a US keyboard. - KEY_LOAD_MODE - Static variable in class com.vaadin.flow.shared.ui.Dependency
- KEY_M - Static variable in interface com.vaadin.flow.component.Key
-
m
on a US keyboard. - KEY_N - Static variable in interface com.vaadin.flow.component.Key
-
n
on a US keyboard. - KEY_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- KEY_O - Static variable in interface com.vaadin.flow.component.Key
-
o
on a US keyboard. - KEY_P - Static variable in interface com.vaadin.flow.component.Key
-
p
on a US keyboard. - KEY_Q - Static variable in interface com.vaadin.flow.component.Key
-
q
on a US keyboard.Labelleda
on an AZERTY (e.g., French) keyboard. - KEY_R - Static variable in interface com.vaadin.flow.component.Key
-
r
on a US keyboard. - KEY_S - Static variable in interface com.vaadin.flow.component.Key
-
s
on a US keyboard. - KEY_T - Static variable in interface com.vaadin.flow.component.Key
-
t
on a US keyboard. - KEY_TYPE - Static variable in class com.vaadin.flow.shared.ui.Dependency
- KEY_U - Static variable in interface com.vaadin.flow.component.Key
-
u
on a US keyboard. - KEY_URL - Static variable in class com.vaadin.flow.shared.ui.Dependency
- KEY_V - Static variable in interface com.vaadin.flow.component.Key
-
v
on a US keyboard. - KEY_W - Static variable in interface com.vaadin.flow.component.Key
-
w
on a US keyboard.Labelledz
on an AZERTY (e.g., French) keyboard. - KEY_X - Static variable in interface com.vaadin.flow.component.Key
-
x
on a US keyboard. - KEY_Y - Static variable in interface com.vaadin.flow.component.Key
-
y
on a US keyboard.Labelledz
on a QWERTZ (e.g., German) keyboard. - KEY_Z - Static variable in interface com.vaadin.flow.component.Key
-
z
on a US keyboard.Labelledw
on an AZERTY (e.g., French) keyboard, andy
on a QWERTZ (e.g., German) keyboard. - KEY11 - Static variable in interface com.vaadin.flow.component.Key
-
The
11
key found on certain media numeric keypads. - KEY12 - Static variable in interface com.vaadin.flow.component.Key
-
The
12
key found on certain media numeric keypads. - KEYBOARD - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- KEYBOARD_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- KeyboardEvent - Class in com.vaadin.flow.component.internal
-
Abstract class for keyboard events.
- KeyboardEvent(Component, boolean, String, String, int, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class com.vaadin.flow.component.internal.KeyboardEvent
-
Creates a new keyboard event.
- KeyboardEvent(Component, String) - Constructor for class com.vaadin.flow.component.internal.KeyboardEvent
-
Creates a new server-side keyboard event with no additional information.
- KeyboardEvent(Component, String, String) - Constructor for class com.vaadin.flow.component.internal.KeyboardEvent
-
Creates a new server-side keyboard event with no additional information.
- KeyboardNavigation - Class in com.vaadin.flow.component.charts.model
-
Options for keyboard navigation.
- KeyboardNavigation() - Constructor for class com.vaadin.flow.component.charts.model.KeyboardNavigation
- KeyboardNavigation(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.KeyboardNavigation
- KeyDownEvent - Class in com.vaadin.flow.component
-
The event when a key is pressed.
- KeyDownEvent(Component, boolean, String, String, int, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class com.vaadin.flow.component.KeyDownEvent
-
Creates a new keyboard event.
- KeyDownEvent(Component, String) - Constructor for class com.vaadin.flow.component.KeyDownEvent
-
Creates a new server-side keyboard event with no additional information.
- KeyDownEvent(Component, String, String) - Constructor for class com.vaadin.flow.component.KeyDownEvent
-
Creates a new server-side keyboard event with no additional information.
- KeyEventListener<E extends KeyboardEvent> - Class in com.vaadin.flow.component
-
A conditional event listener for
KeyboardEvent
s. - KeyEventListener(ComponentEventListener<E>, Key, KeyModifier...) - Constructor for class com.vaadin.flow.component.KeyEventListener
-
Create a listener which will delegate to
listener
only ifkey
is the target key. - KeyLocation - Enum Class in com.vaadin.flow.component
-
Possible keyboard key locations.
- KeyMapper<V> - Class in com.vaadin.flow.data.provider
-
KeyMapper
is the simple two-way map for generating textual keys for objects and retrieving the objects later with the key. - KeyMapper() - Constructor for class com.vaadin.flow.data.provider.KeyMapper
-
Constructs a new mapper with trivial
identifierGetter
- KeyMapper(ValueProvider<V, Object>) - Constructor for class com.vaadin.flow.data.provider.KeyMapper
-
Constructs a new mapper.
- KeyModifier - Enum Class in com.vaadin.flow.component
-
Modifier keys.
- KeyNotifier - Interface in com.vaadin.flow.component
-
Mixin interface for components that support adding key event listeners to the their root elements.
- KeyPressEvent - Class in com.vaadin.flow.component
-
The event when a key is pressed.
- KeyPressEvent(Component, boolean, String, String, int, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class com.vaadin.flow.component.KeyPressEvent
-
Creates a new keyboard event.
- KeyPressEvent(Component, String) - Constructor for class com.vaadin.flow.component.KeyPressEvent
-
Creates a new server-side keyboard event with no additional information.
- KeyPressEvent(Component, String, String) - Constructor for class com.vaadin.flow.component.KeyPressEvent
-
Creates a new server-side keyboard event with no additional information.
- keySet() - Method in class com.vaadin.flow.internal.nodefeature.NodeMap
-
Gets the defined keys.
- KeyUpEvent - Class in com.vaadin.flow.component
-
The event when a key is released.
- KeyUpEvent(Component, boolean, String, String, int, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class com.vaadin.flow.component.KeyUpEvent
-
Creates a new keyboard event.
- KeyUpEvent(Component, String) - Constructor for class com.vaadin.flow.component.KeyUpEvent
-
Creates a new server-side keyboard event with no additional information.
- KeyUpEvent(Component, String, String) - Constructor for class com.vaadin.flow.component.KeyUpEvent
-
Creates a new server-side keyboard event with no additional information.
- KHAKI - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
L
- Label - Class in com.vaadin.flow.component.charts.model
-
Text labels for the plot bands
- Label - Class in com.vaadin.flow.component.html
-
Component for a
<label>
element, which represents a caption for an item in a user interface. - Label() - Constructor for class com.vaadin.flow.component.charts.model.Label
- Label() - Constructor for class com.vaadin.flow.component.html.Label
-
Creates a new empty label.
- Label(String) - Constructor for class com.vaadin.flow.component.charts.model.Label
- Label(String) - Constructor for class com.vaadin.flow.component.html.Label
-
Creates a new label with the given text content.
- LABEL - Static variable in annotation interface com.vaadin.flow.component.Tag
-
Tag for an
<label>
. - LABEL_ATTRIBUTE - Static variable in class com.vaadin.flow.component.select.Select
- LABEL_COLOR - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
- LABEL_COLOR - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
- LABEL_PROPERTY_NAME - Static variable in class com.vaadin.flow.dom.ElementConstants
-
The label property.
- LabelElement - Class in com.vaadin.flow.component.html.testbench
-
A TestBench element representing a
<label>
element. - LabelElement() - Constructor for class com.vaadin.flow.component.html.testbench.LabelElement
- Labels - Class in com.vaadin.flow.component.charts.model
- Labels() - Constructor for class com.vaadin.flow.component.charts.model.Labels
- Labels(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.Labels
- LabelTester - Class in com.vaadin.flow.component.html.testbench
- LabelTester(Label) - Constructor for class com.vaadin.flow.component.html.testbench.LabelTester
-
Wrap given component for testing.
- Lang - Class in com.vaadin.flow.component.charts.model
-
Language object.
- Lang() - Constructor for class com.vaadin.flow.component.charts.model.Lang
- LANG_1 - Static variable in interface com.vaadin.flow.component.Key
-
Korean: HangulMode
한/영
( han/yeong ) Japanese (Mac keyboard):かな
( kana ) - LANG_2 - Static variable in interface com.vaadin.flow.component.Key
-
Korean: Hanja
한자
( hanja ) Japanese (Mac keyboard):英数
( eisu ) - LANG_3 - Static variable in interface com.vaadin.flow.component.Key
-
Japanese (word-processing keyboard): Katakana
- LANG_4 - Static variable in interface com.vaadin.flow.component.Key
-
Japanese (word-processing keyboard): Hiragana
- LANG_5 - Static variable in interface com.vaadin.flow.component.Key
-
Japanese (word-processing keyboard): Zenkaku/Hankaku
- LANGUAGE - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Preferred language; a valid BCP 47 language tag.
- LAPTOP - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- LARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.BorderRadius
- LARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.BoxShadow
- LARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontSize.Breakpoint.Large
- LARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontSize.Breakpoint.Medium
- LARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontSize.Breakpoint.Small
- LARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontSize.Breakpoint.XLarge
- LARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontSize.Breakpoint.XXLarge
- LARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontSize
- LARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Gap.Column
- LARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Gap
- LARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Gap.Row
- LARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Height
- LARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.IconSize
- LARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.Bottom
- LARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.End
- LARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.Horizontal
- LARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin
- LARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.Left
- LARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.Right
- LARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.Start
- LARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.Top
- LARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.Vertical
- LARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding.Bottom
- LARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding.End
- LARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding.Horizontal
- LARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding
- LARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding.Left
- LARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding.Right
- LARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding.Start
- LARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding.Top
- LARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding.Vertical
- LARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Width
- last() - Method in class com.vaadin.testbench.ElementQuery
-
Executes the search and returns the last result.
- last() - Method in class com.vaadin.testbench.unit.ComponentQuery
-
Executes the search against current context and returns the last result.
- LAST_NUMBER_REDIAL - Static variable in interface com.vaadin.flow.component.Key
-
The
Redial
button, which redials the last-called number. - LAUNCH_APP_1 - Static variable in interface com.vaadin.flow.component.Key
-
Sometimes labelled
My Computer
on the keyboard - LAUNCH_APP_2 - Static variable in interface com.vaadin.flow.component.Key
-
Sometimes labelled
Calculator
on the keyboard - LAUNCH_APPLICATION1 - Static variable in interface com.vaadin.flow.component.Key
-
The first generic application launcher button.
- LAUNCH_APPLICATION10 - Static variable in interface com.vaadin.flow.component.Key
-
The 10th generic application launcher button.
- LAUNCH_APPLICATION11 - Static variable in interface com.vaadin.flow.component.Key
-
The 11th generic application launcher button.
- LAUNCH_APPLICATION12 - Static variable in interface com.vaadin.flow.component.Key
-
The 12th generic application launcher button.
- LAUNCH_APPLICATION13 - Static variable in interface com.vaadin.flow.component.Key
-
The 13th generic application launcher button.
- LAUNCH_APPLICATION14 - Static variable in interface com.vaadin.flow.component.Key
-
The 14th generic application launcher button.
- LAUNCH_APPLICATION15 - Static variable in interface com.vaadin.flow.component.Key
-
The 15th generic application launcher button.
- LAUNCH_APPLICATION16 - Static variable in interface com.vaadin.flow.component.Key
-
The 16th generic application launcher button.
- LAUNCH_APPLICATION2 - Static variable in interface com.vaadin.flow.component.Key
-
The second generic application launcher button.
- LAUNCH_APPLICATION3 - Static variable in interface com.vaadin.flow.component.Key
-
The third generic application launcher button.
- LAUNCH_APPLICATION4 - Static variable in interface com.vaadin.flow.component.Key
-
The fourth generic application launcher button.
- LAUNCH_APPLICATION5 - Static variable in interface com.vaadin.flow.component.Key
-
The fifth generic application launcher button.
- LAUNCH_APPLICATION6 - Static variable in interface com.vaadin.flow.component.Key
-
The sixth generic application launcher button.
- LAUNCH_APPLICATION7 - Static variable in interface com.vaadin.flow.component.Key
-
The seventh generic application launcher button.
- LAUNCH_APPLICATION8 - Static variable in interface com.vaadin.flow.component.Key
-
The eighth generic application launcher button.
- LAUNCH_APPLICATION9 - Static variable in interface com.vaadin.flow.component.Key
-
The ninth generic application launcher button.
- LAUNCH_CALCULATOR - Static variable in interface com.vaadin.flow.component.Key
-
The
Calculator
key. - LAUNCH_CALENDAR - Static variable in interface com.vaadin.flow.component.Key
-
The
Calendar
key. - LAUNCH_CONTACTS - Static variable in interface com.vaadin.flow.component.Key
-
The
Contacts
key. - LAUNCH_MAIL - Static variable in interface com.vaadin.flow.component.Key
-
The
Mail
key. - LAUNCH_MEDIA_PLAYER - Static variable in interface com.vaadin.flow.component.Key
-
The
Media Player
key. - LAUNCH_MUSIC_PLAYER - Static variable in interface com.vaadin.flow.component.Key
-
The
Music Player
key. - LAUNCH_MY_COMPUTER - Static variable in interface com.vaadin.flow.component.Key
-
The
My Computer
key on Windows keyboards. - LAUNCH_PHONE - Static variable in interface com.vaadin.flow.component.Key
-
The
Phone
key, to open the phone dialer application if one is present. - LAUNCH_SCREEN_SAVER - Static variable in interface com.vaadin.flow.component.Key
-
The
Screen Saver
key. - LAUNCH_SPREADSHEET - Static variable in interface com.vaadin.flow.component.Key
-
The
Spreadsheet
key. - LAUNCH_WEB_BROWSER - Static variable in interface com.vaadin.flow.component.Key
-
The
Web Browser
key. - LAUNCH_WEB_CAM - Static variable in interface com.vaadin.flow.component.Key
-
The
WebCam
key. - LAUNCH_WORD_PROCESSOR - Static variable in interface com.vaadin.flow.component.Key
-
The
Word Processor
key. - launchBrowserInDevelopmentMode(String) - Method in class com.vaadin.base.devserver.BrowserLauncher
-
Open the given URL in the default browser.
- launchBrowserInDevelopmentMode(String) - Method in class com.vaadin.base.devserver.DevModeHandlerManagerImpl
- launchBrowserInDevelopmentMode(String) - Method in interface com.vaadin.flow.internal.DevModeHandlerManager
-
Opens the given application URL in a browser if the application is running in development mode.
- LAVENDER - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- LAVENDERBLUSH - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- LAWNGREEN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- layer - Variable in class com.vaadin.flow.component.grid.FooterRow
- Layer - Class in com.vaadin.flow.component.map.configuration.layer
-
Abstract base class for all map layers
- Layer() - Constructor for class com.vaadin.flow.component.map.configuration.layer.Layer
- layout() - Element in annotation interface com.vaadin.flow.router.Route
-
Sets the parent component for the route target component.
- layout() - Element in annotation interface com.vaadin.flow.router.RouteAlias
-
Sets the parent component for the route target component.
- LAYOUT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- LayoutDirection - Enum Class in com.vaadin.flow.component.charts.model
-
The layout of the legend items.
- LAZY - Enum constant in enum class com.vaadin.flow.data.value.ValueChangeMode
-
On every user event, schedule a synchronization after a defined interval, cancelling the currently-scheduled event if any.
- LAZY - Enum constant in enum class com.vaadin.flow.shared.ui.LoadMode
-
Allows the dependency being loaded independent of the initial page load.
- LazyDataView<T> - Interface in com.vaadin.flow.data.provider
-
DataView for lazy loaded data.
- LEADING - Enum constant in enum class com.vaadin.flow.dom.DebouncePhase
-
Debounce phase that happens immediately when the event is first triggered.
- LEARN_MORE_LABEL - Static variable in class com.vaadin.flow.component.cookieconsent.testbench.CookieConsentElement.DefaultValues
- LEARN_MORE_LINK - Static variable in class com.vaadin.flow.component.cookieconsent.testbench.CookieConsentElement.DefaultValues
- LEAVE - Enum constant in enum class com.vaadin.collaborationengine.MembershipEvent.MembershipEventType
- leaveNavigation(String, String) - Method in class com.vaadin.flow.component.UI
-
Check that the view can be leave.
- LEFT - Enum constant in enum class com.vaadin.flow.component.charts.events.MouseEventDetails.MouseButton
- LEFT - Enum constant in enum class com.vaadin.flow.component.charts.model.HorizontalAlign
- LEFT - Enum constant in enum class com.vaadin.flow.component.charts.model.StepType
- LEFT - Enum constant in enum class com.vaadin.flow.component.charts.model.TextAlign
- LEFT - Enum constant in enum class com.vaadin.flow.component.KeyLocation
-
Left key location.
- LEFT - Enum constant in enum class com.vaadin.flow.component.map.events.MouseEventDetails.MouseButton
- LEFT - Enum constant in enum class com.vaadin.testbench.unit.MouseButton
- LEFT - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Border
- LEFT - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.TextAlignment
- LEFT_TO_RIGHT - Enum constant in enum class com.vaadin.flow.component.Direction
- Legend - Class in com.vaadin.flow.component.charts.model
-
The legend is a box containing a symbol and name for each series item or point item in the chart.
- Legend() - Constructor for class com.vaadin.flow.component.charts.model.Legend
- Legend(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.Legend
- LEGEND_TEXT_COLOR - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
- LEGEND_TEXT_COLOR - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
- LegendNavigation - Class in com.vaadin.flow.component.charts.model
-
Options for the paging or navigation appearing when the legend is overflown.
- LegendNavigation() - Constructor for class com.vaadin.flow.component.charts.model.LegendNavigation
- LegendNavigation(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.LegendNavigation
- LegendStyle - Class in com.vaadin.flow.component.charts.model.style
-
Style options for Legend
- LegendStyle() - Constructor for class com.vaadin.flow.component.charts.model.style.LegendStyle
- LegendTitle - Class in com.vaadin.flow.component.charts.model
-
A title to be added on top of the legend.
- LegendTitle() - Constructor for class com.vaadin.flow.component.charts.model.LegendTitle
- LegendTitle(String) - Constructor for class com.vaadin.flow.component.charts.model.LegendTitle
- LegendTitleBeanSerializer - Class in com.vaadin.flow.component.charts.model.serializers
-
Serializer for
LegendTitle
. - LegendTitleBeanSerializer() - Constructor for class com.vaadin.flow.component.charts.model.serializers.LegendTitleBeanSerializer
- LEMONCHIFFON - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- length() - Method in class com.vaadin.flow.internal.Range
-
The number of integers contained in the range.
- LENGTH_REQUIRED - Enum constant in enum class com.vaadin.flow.server.HttpStatusCode
-
Status code (411) indicating that the request cannot be handled without a defined
Content-Length
. - Level - Class in com.vaadin.flow.component.charts.model
-
Set options on specific levels.
- Level() - Constructor for class com.vaadin.flow.component.charts.model.Level
- LEVEL_DOWN - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- LEVEL_DOWN_BOLD - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- LEVEL_LEFT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- LEVEL_LEFT_BOLD - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- LEVEL_RIGHT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- LEVEL_RIGHT_BOLD - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- LEVEL_UP - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- LEVEL_UP_BOLD - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- LF - Static variable in class com.vaadin.external.apache.commons.fileupload2.MultipartStream
-
The Line Feed ASCII character value.
- LI - Static variable in annotation interface com.vaadin.flow.component.Tag
-
Tag for an
<li>
. - LICENSE_EXPIRED - Enum constant in enum class com.vaadin.collaborationengine.LicenseEvent.LicenseEventType
-
An event of this type is fired when the license is expired.
- LICENSE_EXPIRES_SOON - Enum constant in enum class com.vaadin.collaborationengine.LicenseEvent.LicenseEventType
-
An event of this type is fired when the license is expiring in less than 31 days.
- LicenseEvent - Class in com.vaadin.collaborationengine
-
Event that is fired during license lifecycle, e.g.
- LicenseEvent.LicenseEventType - Enum Class in com.vaadin.collaborationengine
-
The license event type.
- LicenseEventHandler - Interface in com.vaadin.collaborationengine
-
Event handler that gets notified on license events.
- LicenseStorage - Interface in com.vaadin.collaborationengine
-
The interface to store license usage data.
- LIFEBUOY - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- LIGHT - Static variable in class com.vaadin.flow.theme.lumo.Lumo
- LIGHT - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontWeight
- LIGHT - Static variable in class com.vaadin.flow.theme.material.Material
- LIGHTBLUE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- LIGHTBULB - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- LIGHTCORAL - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- LIGHTCYAN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- LIGHTGOLDENRODYELLOW - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- LIGHTGRAY - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- LIGHTGREEN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- LIGHTGREY - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- LIGHTPINK - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- LIGHTSALMON - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- LIGHTSEAGREEN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- LIGHTSKYBLUE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- LIGHTSLATEGRAY - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- LIGHTSLATEGREY - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- LIGHTSTEELBLUE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- LIGHTYELLOW - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- LIME - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- LIMEGREEN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- LimitedInputStream - Class in com.vaadin.external.apache.commons.fileupload2.util
-
An input stream, which limits its data size.
- LimitedInputStream(InputStream, long) - Constructor for class com.vaadin.external.apache.commons.fileupload2.util.LimitedInputStream
-
Creates a new instance.
- LINE - Static variable in class com.vaadin.flow.component.charts.model.ChartType
- LINE_BAR_CHART - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- LINE_CHART - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- LINE_COLOR - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
- LINE_COLOR - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
- LINE_H - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- LINE_V - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- LINEAR - Enum constant in enum class com.vaadin.flow.component.charts.model.AxisType
- LinearGradient(double, double, double, double) - Constructor for class com.vaadin.flow.component.charts.model.style.GradientColor.LinearGradient
- LINECAP_ROUND - Static variable in class com.vaadin.flow.component.charts.model.AreaOptions
- LINEN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- lineNumber() - Method in class com.vaadin.flow.component.internal.ComponentTracker.Location
- LINES - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- LINES_LIST - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- LINK - Enum constant in enum class com.vaadin.flow.component.dnd.DropEffect
-
A link is established to the source at the new location.
- LINK - Enum constant in enum class com.vaadin.flow.component.dnd.EffectAllowed
-
A link may be established to the source at the new location.
- LINK - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- LINK - Static variable in interface com.vaadin.flow.component.Key
-
Opens content linked to the current program, if available and possible.
- LINK_MOVE - Enum constant in enum class com.vaadin.flow.component.dnd.EffectAllowed
-
A link or move operation is permitted.
- LINKED_TO_PREVIOUS - Static variable in class com.vaadin.flow.component.charts.model.AreaOptions
- LINUX - Enum constant in enum class com.vaadin.flow.shared.BrowserDetails.OperatingSystem
- LinuxProcFileReader - Class in com.vaadin.open
-
Linux /proc file reader.
- LinuxProcFileReader() - Constructor for class com.vaadin.open.LinuxProcFileReader
-
Constructor.
- LIST - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- LIST_OL - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- LIST_PROGRAM - Static variable in interface com.vaadin.flow.component.Key
-
Lists the current program.
- LIST_SELECT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- LIST_UL - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- ListAddChange<T extends Serializable> - Class in com.vaadin.flow.internal.change
-
Change describing an add operation in a
list
node feature. - ListAddChange(NodeList<T>, boolean, int, List<? extends T>) - Constructor for class com.vaadin.flow.internal.change.ListAddChange
-
Creates a new list add change.
- ListBox<T> - Class in com.vaadin.flow.component.listbox
-
List Box allows the user to select one or more values from a scrollable list of items.
- ListBox() - Constructor for class com.vaadin.flow.component.listbox.ListBox
-
Creates a new list box component.
- ListBoxBase<C extends ListBoxBase<C,
ITEM, VALUE>, ITEM, VALUE> - Class in com.vaadin.flow.component.listbox -
Base class for the
ListBox
andMultiSelectListBox
. - ListBoxDataView<T> - Class in com.vaadin.flow.component.listbox.dataview
-
Implementation of generic data view for ListBox.
- ListBoxDataView(SerializableSupplier<? extends DataProvider<T, ?>>, ListBoxBase) - Constructor for class com.vaadin.flow.component.listbox.dataview.ListBoxDataView
-
Constructs a new generic data view for ListBox and verifies the passed data provider is compatible with this data view implementation.
- ListBoxElement - Class in com.vaadin.flow.component.listbox.testbench
-
A TestBench element representing a
<vaadin-list-box>
element. - ListBoxElement() - Constructor for class com.vaadin.flow.component.listbox.testbench.ListBoxElement
- ListBoxListDataView<T> - Class in com.vaadin.flow.component.listbox.dataview
-
Data view implementation for ListBox with in-memory list data.
- ListBoxListDataView(SerializableSupplier<? extends DataProvider<T, ?>>, ListBoxBase, SerializableBiConsumer<SerializablePredicate<T>, SerializableComparator<T>>) - Constructor for class com.vaadin.flow.component.listbox.dataview.ListBoxListDataView
-
Creates a new in-memory data view for ListBox and verifies the passed data provider is compatible with this data view implementation.
- ListBoxTester<T extends ListBox<V>,
V> - Class in com.vaadin.flow.component.listbox -
Tester for ListBox components.
- ListBoxTester(T) - Constructor for class com.vaadin.flow.component.listbox.ListBoxTester
-
Wrap given component for testing.
- ListChangeEvent - Class in com.vaadin.collaborationengine
-
Event that is fired when the value in a collaboration list changes.
- ListClearChange<T extends Serializable> - Class in com.vaadin.flow.internal.change
-
Change describing a clear operation in a
list
node feature. - ListClearChange(NodeList<T>) - Constructor for class com.vaadin.flow.internal.change.ListClearChange
-
Creates a new list clear change.
- ListDataProvider<T> - Class in com.vaadin.flow.data.provider
-
DataProvider
wrapper forCollection
s. - ListDataProvider(Collection<T>) - Constructor for class com.vaadin.flow.data.provider.ListDataProvider
-
Constructs a new ListDataProvider.
- ListDataView<T,
V extends ListDataView<T, ?>> - Interface in com.vaadin.flow.data.provider -
DataView for a in-memory list data that provides information on the data and allows operations on it.
- ListenerPriority - Annotation Interface in com.vaadin.flow.router
-
This annotation sets the priority of execution on
BeforeEnterListener
s,BeforeLeaveListener
s andAfterNavigationListener
s. - listenOn(Component...) - Method in class com.vaadin.flow.component.ShortcutRegistration
-
Fluently define the
Component
onto which the shortcut's listener is bound. - listenProgress() - Method in interface com.vaadin.flow.server.StreamVariable
-
Whether the
StreamVariable.onProgress(StreamingProgressEvent)
method should be called during the upload. - ListItem - Class in com.vaadin.flow.component.html
-
Component representing a
<li>
element. - ListItem() - Constructor for class com.vaadin.flow.component.html.ListItem
-
Creates a new empty list item.
- ListItem(Component...) - Constructor for class com.vaadin.flow.component.html.ListItem
-
Creates a new list item with the given child components.
- ListItem(String) - Constructor for class com.vaadin.flow.component.html.ListItem
-
Creates a new list item with the given text.
- ListItemElement - Class in com.vaadin.flow.component.html.testbench
-
A TestBench element representing a
<li>
element. - ListItemElement() - Constructor for class com.vaadin.flow.component.html.testbench.ListItemElement
- ListItemTester - Class in com.vaadin.flow.component.html.testbench
- ListItemTester(ListItem) - Constructor for class com.vaadin.flow.component.html.testbench.ListItemTester
-
Wrap given component for testing.
- ListKey - Class in com.vaadin.collaborationengine
-
An object which identifies each item of a
CollaborationList
. - ListOperation - Class in com.vaadin.collaborationengine
-
A list operation providing details such as the operation type, related properties and conditions that should be met for the operation to succeed.
- ListOperation.OperationType - Enum Class in com.vaadin.collaborationengine
- ListOperationResult<T> - Class in com.vaadin.collaborationengine
-
The result of a list operation in a
CollaborationList
. - ListRemoveChange<T extends Serializable> - Class in com.vaadin.flow.internal.change
-
Change describing a remove operation in a
list
node feature. - ListRemoveChange(NodeList<T>, int, T) - Constructor for class com.vaadin.flow.internal.change.ListRemoveChange
-
Creates a new list remove change.
- ListSeries - Class in com.vaadin.flow.component.charts.model
-
A series consisting of a list of numerical values.
- ListSeries() - Constructor for class com.vaadin.flow.component.charts.model.ListSeries
- ListSeries(Number...) - Constructor for class com.vaadin.flow.component.charts.model.ListSeries
-
Constructs a ListSeries with the given array of values.
- ListSeries(String) - Constructor for class com.vaadin.flow.component.charts.model.ListSeries
-
Constructs a ListSeries with the given series name.
- ListSeries(String, Number...) - Constructor for class com.vaadin.flow.component.charts.model.ListSeries
-
Constructs a ListSeries with the given series name and array of values.
- ListSeries(String, Collection<Number>) - Constructor for class com.vaadin.flow.component.charts.model.ListSeries
-
Constructs a ListSeries with the given series name and collection of values.
- ListSeries(Collection<Number>) - Constructor for class com.vaadin.flow.component.charts.model.ListSeries
-
Constructs a ListSeries with the given collection of values.
- ListSubscriber - Interface in com.vaadin.collaborationengine
-
Event handler that gets notified for changes to collaboration lists.
- listToJson(List<?>) - Static method in class com.vaadin.flow.internal.JsonUtils
-
Converts the given list to JSON.
- LitRenderer<SOURCE> - Class in com.vaadin.flow.data.renderer
-
LitRenderer is a
Renderer
that uses a Lit-based template literal to render given model objects in the components that support the JS renderer functions API. - LitTemplate - Class in com.vaadin.flow.component.littemplate
-
Component which renders a LitElement template.
- LitTemplate() - Constructor for class com.vaadin.flow.component.littemplate.LitTemplate
-
Creates the component mapped to a LitElement.
- LitTemplate(LitTemplateParser, VaadinService) - Constructor for class com.vaadin.flow.component.littemplate.LitTemplate
-
Creates the component component mapped to a LitElement using the provided
parser
andservice
. - LitTemplateInitializer - Class in com.vaadin.flow.component.littemplate
-
Template initialization related logic.
- LitTemplateInitializer(LitTemplate, VaadinService) - Constructor for class com.vaadin.flow.component.littemplate.LitTemplateInitializer
-
Creates a new initializer instance.
- LitTemplateParser - Interface in com.vaadin.flow.component.littemplate
-
Lit template content parser.
- LitTemplateParser.LitTemplateParserFactory - Class in com.vaadin.flow.component.littemplate
-
Lit template parser factory.
- LitTemplateParser.TemplateData - Class in com.vaadin.flow.component.littemplate
-
Wrapper for the parsing result.
- LitTemplateParserFactory() - Constructor for class com.vaadin.flow.component.littemplate.LitTemplateParser.LitTemplateParserFactory
- LitTemplateParserImpl - Class in com.vaadin.flow.component.littemplate.internal
-
Lit template parser implementation.
- LitTemplateParserImpl() - Constructor for class com.vaadin.flow.component.littemplate.internal.LitTemplateParserImpl
-
The default constructor.
- LIVE_CONTENT - Static variable in interface com.vaadin.flow.component.Key
-
Toggles a display listing currently available live content or programs.
- LIVE_RELOAD_PORT_ATTR - Static variable in class com.vaadin.flow.server.communication.IndexHtmlRequestHandler
- loadClass(String) - Method in class com.vaadin.flow.server.frontend.scanner.ClassFinder.CachedClassFinder
- loadClass(String) - Method in class com.vaadin.flow.server.frontend.scanner.ClassFinder.DefaultClassFinder
- loadClass(String) - Method in interface com.vaadin.flow.server.frontend.scanner.ClassFinder
-
Load a class in the classloader.
- Loading - Class in com.vaadin.flow.component.charts.model
-
The loading options control the appearance of the loading screen that covers the plot area on chart operations.
- Loading() - Constructor for class com.vaadin.flow.component.charts.model.Loading
- LOADING_INDICATOR_CONFIGURATION - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
-
Id for
ReconnectDialogConfigurationMap
. - LoadingIndicatorConfiguration - Interface in com.vaadin.flow.component.page
-
Provides method for configuring the loading indicator.
- LoadingIndicatorConfigurationMap - Class in com.vaadin.flow.internal.nodefeature
-
Map for storing configuration for the loading indicator.
- LoadingIndicatorConfigurationMap(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.LoadingIndicatorConfigurationMap
-
Creates a new map for the given node.
- loadInstantiators() - Method in class com.vaadin.flow.server.VaadinService
-
Loads and initializes instantiators.
- loadInstantiators() - Method in class com.vaadin.flow.spring.SpringVaadinServletService
- loadLatestSnapshot(String) - Method in class com.vaadin.collaborationengine.Backend
-
Loads the latest snapshot of data identified by the given name.
- loadLatestSnapshot(String) - Method in class com.vaadin.collaborationengine.LocalBackend
- loadMode() - Element in annotation interface com.vaadin.flow.component.dependency.JavaScript
-
Determines the dependency load mode.
- loadMode() - Element in annotation interface com.vaadin.flow.component.dependency.StyleSheet
-
Determines the dependency load mode.
- LoadMode - Enum Class in com.vaadin.flow.shared.ui
-
Determines a way that dependency is loaded.
- loadProperties() - Method in class com.vaadin.experimental.FeatureFlags
-
Read the feature flag properties files and updates the enable property of each feature object.
- loadSession(WrappedSession) - Method in class com.vaadin.flow.server.VaadinService
-
Called when the VaadinSession should be loaded from the underlying HTTP session.
- LOCAL_FRONTEND_RESOURCES_PATH - Static variable in class com.vaadin.flow.server.Constants
-
Default path for local frontend resources packaged for jar add-ons.
- LocalBackend - Class in com.vaadin.collaborationengine
-
A simple backend implementation that only distributes events locally and assumes that there is no previous history for event logs.
- LocalBackend() - Constructor for class com.vaadin.collaborationengine.LocalBackend
- LocalDateRenderer<SOURCE> - Class in com.vaadin.flow.data.renderer
-
A renderer for presenting date values.
- LocalDateRenderer(ValueProvider<SOURCE, LocalDate>) - Constructor for class com.vaadin.flow.data.renderer.LocalDateRenderer
-
Creates a new LocalDateRenderer.
- LocalDateRenderer(ValueProvider<SOURCE, LocalDate>, SerializableSupplier<DateTimeFormatter>) - Constructor for class com.vaadin.flow.data.renderer.LocalDateRenderer
-
Creates a new LocalDateRenderer.
- LocalDateRenderer(ValueProvider<SOURCE, LocalDate>, SerializableSupplier<DateTimeFormatter>, String) - Constructor for class com.vaadin.flow.data.renderer.LocalDateRenderer
-
Creates a new LocalDateRenderer.
- LocalDateRenderer(ValueProvider<SOURCE, LocalDate>, String) - Constructor for class com.vaadin.flow.data.renderer.LocalDateRenderer
-
Creates a new LocalDateRenderer.
- LocalDateRenderer(ValueProvider<SOURCE, LocalDate>, String, Locale) - Constructor for class com.vaadin.flow.data.renderer.LocalDateRenderer
-
Creates a new LocalDateRenderer.
- LocalDateRenderer(ValueProvider<SOURCE, LocalDate>, String, Locale, String) - Constructor for class com.vaadin.flow.data.renderer.LocalDateRenderer
-
Creates a new LocalDateRenderer.
- LocalDateTimeRenderer<SOURCE> - Class in com.vaadin.flow.data.renderer
-
A renderer for presenting
LocalDateTime
objects. - LocalDateTimeRenderer(ValueProvider<SOURCE, LocalDateTime>) - Constructor for class com.vaadin.flow.data.renderer.LocalDateTimeRenderer
-
Creates a new LocalDateTimeRenderer.
- LocalDateTimeRenderer(ValueProvider<SOURCE, LocalDateTime>, SerializableSupplier<DateTimeFormatter>) - Constructor for class com.vaadin.flow.data.renderer.LocalDateTimeRenderer
-
Creates a new LocalDateTimeRenderer.
- LocalDateTimeRenderer(ValueProvider<SOURCE, LocalDateTime>, SerializableSupplier<DateTimeFormatter>, String) - Constructor for class com.vaadin.flow.data.renderer.LocalDateTimeRenderer
-
Creates a new LocalDateTimeRenderer.
- LocalDateTimeRenderer(ValueProvider<SOURCE, LocalDateTime>, String) - Constructor for class com.vaadin.flow.data.renderer.LocalDateTimeRenderer
-
Creates a new LocalDateTimeRenderer.
- LocalDateTimeRenderer(ValueProvider<SOURCE, LocalDateTime>, String, Locale) - Constructor for class com.vaadin.flow.data.renderer.LocalDateTimeRenderer
-
Creates a new LocalDateTimeRenderer.
- LocalDateTimeRenderer(ValueProvider<SOURCE, LocalDateTime>, String, Locale, String) - Constructor for class com.vaadin.flow.data.renderer.LocalDateTimeRenderer
-
Creates a new LocalDateTimeRenderer.
- LocalDateTimeToDateConverter - Class in com.vaadin.flow.data.converter
-
A converter that converts between
LocalDateTime
andDate
. - LocalDateTimeToDateConverter(ZoneId) - Constructor for class com.vaadin.flow.data.converter.LocalDateTimeToDateConverter
-
Creates a new converter using the given time zone.
- LocalDateToDateConverter - Class in com.vaadin.flow.data.converter
-
A converter that converts between
LocalDate
andDate
. - LocalDateToDateConverter() - Constructor for class com.vaadin.flow.data.converter.LocalDateToDateConverter
-
Creates a new converter using the system's default time zone.
- LocalDateToDateConverter(ZoneId) - Constructor for class com.vaadin.flow.data.converter.LocalDateToDateConverter
-
Creates a new converter using the given time zone.
- LocalDriver - Class in com.vaadin.testbench.parallel.setup
- LocalDriver() - Constructor for class com.vaadin.testbench.parallel.setup.LocalDriver
- localeChange(LocaleChangeEvent) - Method in class com.vaadin.flow.component.messages.MessageList
- localeChange(LocaleChangeEvent) - Method in interface com.vaadin.flow.i18n.LocaleChangeObserver
-
Notifies when the UI locale is changed.
- LocaleChangeEvent - Class in com.vaadin.flow.i18n
-
Event object with data related to locale change.
- LocaleChangeEvent(UI, Locale) - Constructor for class com.vaadin.flow.i18n.LocaleChangeEvent
-
Locale change event constructor.
- LocaleChangeObserver - Interface in com.vaadin.flow.i18n
-
Any
com.vaadin.ui.Component
implementing this interface will be informed when the UI locale is changed and on attach. - LocaleUtil - Class in com.vaadin.flow.internal
-
Utility class for locale handling.
- Location - Class in com.vaadin.flow.router
-
Represents a relative URL made up of path segments and query parameters, but lacking e.g.
- Location(String) - Constructor for class com.vaadin.flow.router.Location
-
Creates a new
Location
object for given location string. - Location(String, QueryParameters) - Constructor for class com.vaadin.flow.router.Location
-
Creates a new
Location
object for given location string and query parameters. - Location(String, String, String, int) - Constructor for class com.vaadin.flow.component.internal.ComponentTracker.Location
- Location(List<String>) - Constructor for class com.vaadin.flow.router.Location
-
Creates a new location based on a list of path segments.
- Location(List<String>, QueryParameters) - Constructor for class com.vaadin.flow.router.Location
-
Creates a new location based on a list of path segments and query parameters.
- LOCATION_ARROW - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- LOCATION_ARROW_CIRCLE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- LOCATION_ARROW_CIRCLE_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- LocationChangeEvent - Class in com.vaadin.flow.router
-
Event created when the location changes by any of the reasons defined at
NavigationTrigger
. - LocationChangeEvent(Router, UI, NavigationTrigger, Location, List<HasElement>) - Constructor for class com.vaadin.flow.router.LocationChangeEvent
-
Creates a new location change event.
- locationPrefix() - Static method in class com.vaadin.flow.router.HighlightConditions
-
Highlight if the navigation path starts with the target
RouterLink
path. - locationPrefix(String) - Static method in class com.vaadin.flow.router.HighlightConditions
-
Highlight if the navigation path starts with
prefix
. - LocationUtil - Class in com.vaadin.flow.router
-
Utility class exposing reusable utility methods for location.
- lock() - Method in class com.vaadin.flow.server.VaadinSession
-
Locks this session to protect its data from concurrent access.
- LOCK - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- LOCK - Static variable in interface com.vaadin.flow.component.Key
-
Locks or unlocks the currently selected content or program.
- lockSession(WrappedSession) - Method in class com.vaadin.flow.server.VaadinService
-
Locks the given session for this service instance.
- LOG_OFF - Static variable in interface com.vaadin.flow.component.Key
-
The
LogOff
key. - logAppStartupToConsole(ServletContext, boolean) - Static method in class com.vaadin.flow.server.startup.ServletDeployer
-
Prints to sysout a notification to the user that the application has been deployed.
- LOGARITHMIC - Enum constant in enum class com.vaadin.flow.component.charts.model.AxisType
- login(String, String) - Method in class com.vaadin.flow.component.login.AbstractLoginTester
-
Send login credentials through the login.
- LoginEvent(AbstractLogin, boolean, String, String) - Constructor for class com.vaadin.flow.component.login.AbstractLogin.LoginEvent
- LoginForm - Class in com.vaadin.flow.component.login
-
Login is a component that contains a login form.
- LoginForm() - Constructor for class com.vaadin.flow.component.login.LoginForm
- LoginForm(LoginI18n) - Constructor for class com.vaadin.flow.component.login.LoginForm
- LoginFormElement - Class in com.vaadin.flow.component.login.testbench
-
TestBench element for the
<vaadin-login-form>
element - LoginFormElement() - Constructor for class com.vaadin.flow.component.login.testbench.LoginFormElement
- LoginFormTester<T extends LoginForm> - Class in com.vaadin.flow.component.login
-
Tester for LoginForm components.
- LoginFormTester(T) - Constructor for class com.vaadin.flow.component.login.LoginFormTester
-
Wrap given component for testing.
- LoginI18n - Class in com.vaadin.flow.component.login
-
Internationalization object for customizing the component UI texts.
- LoginI18n() - Constructor for class com.vaadin.flow.component.login.LoginI18n
- LoginI18n.ErrorMessage - Class in com.vaadin.flow.component.login
-
I18n properties for the error message.
- LoginI18n.Form - Class in com.vaadin.flow.component.login
-
I18n properties for the form.
- LoginI18n.Header - Class in com.vaadin.flow.component.login
-
I18n properties for the header.
- LoginOverlay - Class in com.vaadin.flow.component.login
-
Server-side component for the
<vaadin-login-overlay>
component. - LoginOverlay() - Constructor for class com.vaadin.flow.component.login.LoginOverlay
- LoginOverlay(LoginI18n) - Constructor for class com.vaadin.flow.component.login.LoginOverlay
- LoginOverlayElement - Class in com.vaadin.flow.component.login.testbench
-
TestBench element for the
<vaadin-login-overlay>
element - LoginOverlayElement() - Constructor for class com.vaadin.flow.component.login.testbench.LoginOverlayElement
- LoginOverlayTester<T extends LoginOverlay> - Class in com.vaadin.flow.component.login
-
Tester for LoginOverlay components.
- LoginOverlayTester(T) - Constructor for class com.vaadin.flow.component.login.LoginOverlayTester
-
Wrap given component for testing.
- logout() - Method in class com.vaadin.flow.spring.security.AuthenticationContext
-
Initiates the logout process of the current authenticated user by invalidating the local session and then notifying
LogoutHandler
. - LONG - Static variable in class com.vaadin.flow.router.RouteParameterRegex
-
Long type regex.
- LONG_POLLING - Enum constant in enum class com.vaadin.flow.shared.ui.Transport
-
HTTP long polling.
- LONGDASH - Enum constant in enum class com.vaadin.flow.component.charts.model.DashStyle
- LONGDASHDOT - Enum constant in enum class com.vaadin.flow.component.charts.model.DashStyle
- LONGDASHDOTDOT - Enum constant in enum class com.vaadin.flow.component.charts.model.DashStyle
- LongPollingCacheFilter - Class in com.vaadin.flow.server.communication
-
A
PerRequestBroadcastFilter
implementation that handlesAtmospherePushConnection.PushMessage
s to ensure that a message is preserved in theBroadcasterCache
until the client has received it. - LongPollingCacheFilter() - Constructor for class com.vaadin.flow.server.communication.LongPollingCacheFilter
- LongRangeValidator - Class in com.vaadin.flow.data.validator
-
Validator for validating that an
Long
is inside a given range. - LongRangeValidator(String, Long, Long) - Constructor for class com.vaadin.flow.data.validator.LongRangeValidator
-
Creates a validator for checking that an Long is within a given range.
- longValueOf(String, int) - Static method in class com.vaadin.open.OSUtils
- lookup(Class<T>) - Method in interface com.vaadin.flow.di.Lookup
-
Lookup for a service of the given type.
- lookup(Class<T>) - Method in class com.vaadin.flow.di.LookupInitializer.LookupImpl
- Lookup - Interface in com.vaadin.flow.di
-
Provides a way to discover services used by Flow (SPI).
- lookupAll(Class<T>) - Method in interface com.vaadin.flow.di.Lookup
-
Lookup for all services by the provided
serviceClass
. - lookupAll(Class<T>) - Method in class com.vaadin.flow.di.LookupInitializer.LookupImpl
- LookupImpl(Map<Class<?>, Collection<Class<?>>>, BiFunction<Class<?>, Class<?>, Object>) - Constructor for class com.vaadin.flow.di.LookupInitializer.LookupImpl
-
Creates a new instance of
Lookup
with services found in the application classpath. - LookupInitializer - Class in com.vaadin.flow.di
-
Default implementation of
AbstractLookupInitializer
. - LookupInitializer() - Constructor for class com.vaadin.flow.di.LookupInitializer
- LookupInitializer.AppShellPredicateImpl - Class in com.vaadin.flow.di
-
Default implementation of
AppShellPredicate
. - LookupInitializer.LookupImpl - Class in com.vaadin.flow.di
-
Default implementation of
Lookup
. - LookupInitializer.ResourceProviderImpl - Class in com.vaadin.flow.di
-
Default implementation of
ResourceProvider
. - lookupServices() - Method in class com.vaadin.testbench.unit.BaseUIUnitTest
-
Gets the services implementations to be used to initialized Vaadin
Lookup
. - lookupServices() - Method in class com.vaadin.testbench.unit.SpringUIUnit4Test
- LookupServletContainerInitializer - Class in com.vaadin.flow.server.startup
-
Standard servlet initializer for collecting all SPI implementations.
- LookupServletContainerInitializer() - Constructor for class com.vaadin.flow.server.startup.LookupServletContainerInitializer
- LOW - Enum constant in enum class com.vaadin.flow.component.charts.model.VerticalAlign
- LOW - Enum constant in enum class com.vaadin.flow.component.html.IFrame.ImportanceType
- LOW_PROPERTY - Static variable in class com.vaadin.flow.component.charts.model.DataProviderSeries
- LOWERCASE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.TextTransform
- LOWERCASE_LETTER - Enum constant in enum class com.vaadin.flow.component.html.OrderedList.NumberingType
-
The list items will be numbered with lowercase letters.
- LOWERCASE_ROMAN - Enum constant in enum class com.vaadin.flow.component.html.OrderedList.NumberingType
-
The list items will be numbered with lowercase Roman numbers.
- Lumo - Class in com.vaadin.flow.theme.lumo
-
Lumo component theme class implementation.
- Lumo() - Constructor for class com.vaadin.flow.theme.lumo.Lumo
- LUMO - Static variable in class com.vaadin.flow.server.frontend.scanner.FrontendDependencies
- LUMO_ALIGN_CENTER - Enum constant in enum class com.vaadin.flow.component.combobox.ComboBoxVariant
- LUMO_ALIGN_CENTER - Enum constant in enum class com.vaadin.flow.component.combobox.MultiSelectComboBoxVariant
- LUMO_ALIGN_CENTER - Enum constant in enum class com.vaadin.flow.component.datepicker.DatePickerVariant
- LUMO_ALIGN_CENTER - Enum constant in enum class com.vaadin.flow.component.datetimepicker.DateTimePickerVariant
- LUMO_ALIGN_CENTER - Enum constant in enum class com.vaadin.flow.component.select.SelectVariant
- LUMO_ALIGN_CENTER - Enum constant in enum class com.vaadin.flow.component.textfield.TextAreaVariant
- LUMO_ALIGN_CENTER - Enum constant in enum class com.vaadin.flow.component.textfield.TextFieldVariant
- LUMO_ALIGN_CENTER - Enum constant in enum class com.vaadin.flow.component.timepicker.TimePickerVariant
- LUMO_ALIGN_LEFT - Enum constant in enum class com.vaadin.flow.component.combobox.ComboBoxVariant
- LUMO_ALIGN_LEFT - Enum constant in enum class com.vaadin.flow.component.combobox.MultiSelectComboBoxVariant
- LUMO_ALIGN_LEFT - Enum constant in enum class com.vaadin.flow.component.datepicker.DatePickerVariant
- LUMO_ALIGN_LEFT - Enum constant in enum class com.vaadin.flow.component.datetimepicker.DateTimePickerVariant
- LUMO_ALIGN_LEFT - Enum constant in enum class com.vaadin.flow.component.select.SelectVariant
- LUMO_ALIGN_LEFT - Enum constant in enum class com.vaadin.flow.component.timepicker.TimePickerVariant
- LUMO_ALIGN_RIGHT - Enum constant in enum class com.vaadin.flow.component.combobox.ComboBoxVariant
- LUMO_ALIGN_RIGHT - Enum constant in enum class com.vaadin.flow.component.combobox.MultiSelectComboBoxVariant
- LUMO_ALIGN_RIGHT - Enum constant in enum class com.vaadin.flow.component.datepicker.DatePickerVariant
- LUMO_ALIGN_RIGHT - Enum constant in enum class com.vaadin.flow.component.datetimepicker.DateTimePickerVariant
- LUMO_ALIGN_RIGHT - Enum constant in enum class com.vaadin.flow.component.select.SelectVariant
- LUMO_ALIGN_RIGHT - Enum constant in enum class com.vaadin.flow.component.textfield.TextAreaVariant
- LUMO_ALIGN_RIGHT - Enum constant in enum class com.vaadin.flow.component.textfield.TextFieldVariant
- LUMO_ALIGN_RIGHT - Enum constant in enum class com.vaadin.flow.component.timepicker.TimePickerVariant
- LUMO_BORDERED - Enum constant in enum class com.vaadin.flow.component.tabs.TabSheetVariant
- LUMO_CENTERED - Enum constant in enum class com.vaadin.flow.component.tabs.TabsVariant
- LUMO_CLASSIC - Enum constant in enum class com.vaadin.flow.component.charts.ChartVariant
- LUMO_COLUMN_BORDERS - Enum constant in enum class com.vaadin.flow.component.grid.GridVariant
- LUMO_COLUMN_BORDERS - Enum constant in enum class com.vaadin.flow.component.gridpro.GridProVariant
- LUMO_COMPACT - Enum constant in enum class com.vaadin.flow.component.grid.GridVariant
- LUMO_COMPACT - Enum constant in enum class com.vaadin.flow.component.gridpro.GridProVariant
- LUMO_COMPACT - Enum constant in enum class com.vaadin.flow.component.richtexteditor.RichTextEditorVariant
- LUMO_CONTRAST - Enum constant in enum class com.vaadin.flow.component.button.ButtonVariant
- LUMO_CONTRAST - Enum constant in enum class com.vaadin.flow.component.menubar.MenuBarVariant
- LUMO_CONTRAST - Enum constant in enum class com.vaadin.flow.component.notification.NotificationVariant
- LUMO_CONTRAST - Enum constant in enum class com.vaadin.flow.component.progressbar.ProgressBarVariant
- LUMO_END_ALIGNED - Enum constant in enum class com.vaadin.flow.component.menubar.MenuBarVariant
- LUMO_EQUAL_WIDTH_TABS - Enum constant in enum class com.vaadin.flow.component.tabs.TabsVariant
- LUMO_ERROR - Enum constant in enum class com.vaadin.flow.component.button.ButtonVariant
- LUMO_ERROR - Enum constant in enum class com.vaadin.flow.component.notification.NotificationVariant
- LUMO_ERROR - Enum constant in enum class com.vaadin.flow.component.progressbar.ProgressBarVariant
- LUMO_GRADIENT - Enum constant in enum class com.vaadin.flow.component.charts.ChartVariant
- LUMO_HELPER_ABOVE_FIELD - Enum constant in enum class com.vaadin.flow.component.checkbox.CheckboxGroupVariant
- LUMO_HELPER_ABOVE_FIELD - Enum constant in enum class com.vaadin.flow.component.combobox.ComboBoxVariant
- LUMO_HELPER_ABOVE_FIELD - Enum constant in enum class com.vaadin.flow.component.combobox.MultiSelectComboBoxVariant
- LUMO_HELPER_ABOVE_FIELD - Enum constant in enum class com.vaadin.flow.component.customfield.CustomFieldVariant
- LUMO_HELPER_ABOVE_FIELD - Enum constant in enum class com.vaadin.flow.component.datepicker.DatePickerVariant
- LUMO_HELPER_ABOVE_FIELD - Enum constant in enum class com.vaadin.flow.component.datetimepicker.DateTimePickerVariant
- LUMO_HELPER_ABOVE_FIELD - Enum constant in enum class com.vaadin.flow.component.radiobutton.RadioGroupVariant
- LUMO_HELPER_ABOVE_FIELD - Enum constant in enum class com.vaadin.flow.component.select.SelectVariant
- LUMO_HELPER_ABOVE_FIELD - Enum constant in enum class com.vaadin.flow.component.textfield.TextAreaVariant
- LUMO_HELPER_ABOVE_FIELD - Enum constant in enum class com.vaadin.flow.component.textfield.TextFieldVariant
- LUMO_HELPER_ABOVE_FIELD - Enum constant in enum class com.vaadin.flow.component.timepicker.TimePickerVariant
- LUMO_HIDE_SCROLL_BUTTONS - Enum constant in enum class com.vaadin.flow.component.tabs.TabsVariant
- LUMO_HIGHLIGHT_EDITABLE_CELLS - Enum constant in enum class com.vaadin.flow.component.gridpro.GridProVariant
- LUMO_HIGHLIGHT_READ_ONLY_CELLS - Enum constant in enum class com.vaadin.flow.component.gridpro.GridProVariant
- LUMO_ICON - Enum constant in enum class com.vaadin.flow.component.button.ButtonVariant
- LUMO_ICON - Enum constant in enum class com.vaadin.flow.component.menubar.MenuBarVariant
- LUMO_ICON_ON_TOP - Enum constant in enum class com.vaadin.flow.component.tabs.TabsVariant
- LUMO_ICON_ON_TOP - Enum constant in enum class com.vaadin.flow.component.tabs.TabVariant
- LUMO_LARGE - Enum constant in enum class com.vaadin.flow.component.avatar.AvatarGroupVariant
- LUMO_LARGE - Enum constant in enum class com.vaadin.flow.component.avatar.AvatarVariant
- LUMO_LARGE - Enum constant in enum class com.vaadin.flow.component.button.ButtonVariant
- LUMO_LARGE - Enum constant in enum class com.vaadin.flow.component.menubar.MenuBarVariant
- LUMO_MINIMAL - Enum constant in enum class com.vaadin.flow.component.splitlayout.SplitLayoutVariant
- LUMO_MINIMAL - Enum constant in enum class com.vaadin.flow.component.tabs.TabsVariant
- LUMO_MONOTONE - Enum constant in enum class com.vaadin.flow.component.charts.ChartVariant
- LUMO_NO_BORDER - Enum constant in enum class com.vaadin.flow.component.grid.GridVariant
- LUMO_NO_BORDER - Enum constant in enum class com.vaadin.flow.component.gridpro.GridProVariant
- LUMO_NO_BORDER - Enum constant in enum class com.vaadin.flow.component.richtexteditor.RichTextEditorVariant
- LUMO_NO_PADDING - Enum constant in enum class com.vaadin.flow.component.dialog.DialogVariant
- LUMO_NO_ROW_BORDERS - Enum constant in enum class com.vaadin.flow.component.grid.GridVariant
- LUMO_NO_ROW_BORDERS - Enum constant in enum class com.vaadin.flow.component.gridpro.GridProVariant
- LUMO_OVERFLOW_INDICATORS - Enum constant in enum class com.vaadin.flow.component.orderedlayout.ScrollerVariant
- LUMO_PRIMARY - Enum constant in enum class com.vaadin.flow.component.button.ButtonVariant
- LUMO_PRIMARY - Enum constant in enum class com.vaadin.flow.component.menubar.MenuBarVariant
- LUMO_PRIMARY - Enum constant in enum class com.vaadin.flow.component.notification.NotificationVariant
- LUMO_ROW_STRIPES - Enum constant in enum class com.vaadin.flow.component.grid.GridVariant
- LUMO_ROW_STRIPES - Enum constant in enum class com.vaadin.flow.component.gridpro.GridProVariant
- LUMO_SMALL - Enum constant in enum class com.vaadin.flow.component.avatar.AvatarGroupVariant
- LUMO_SMALL - Enum constant in enum class com.vaadin.flow.component.avatar.AvatarVariant
- LUMO_SMALL - Enum constant in enum class com.vaadin.flow.component.button.ButtonVariant
- LUMO_SMALL - Enum constant in enum class com.vaadin.flow.component.combobox.ComboBoxVariant
- LUMO_SMALL - Enum constant in enum class com.vaadin.flow.component.combobox.MultiSelectComboBoxVariant
- LUMO_SMALL - Enum constant in enum class com.vaadin.flow.component.customfield.CustomFieldVariant
- LUMO_SMALL - Enum constant in enum class com.vaadin.flow.component.datepicker.DatePickerVariant
- LUMO_SMALL - Enum constant in enum class com.vaadin.flow.component.datetimepicker.DateTimePickerVariant
- LUMO_SMALL - Enum constant in enum class com.vaadin.flow.component.menubar.MenuBarVariant
- LUMO_SMALL - Enum constant in enum class com.vaadin.flow.component.select.SelectVariant
- LUMO_SMALL - Enum constant in enum class com.vaadin.flow.component.splitlayout.SplitLayoutVariant
- LUMO_SMALL - Enum constant in enum class com.vaadin.flow.component.tabs.TabsVariant
- LUMO_SMALL - Enum constant in enum class com.vaadin.flow.component.textfield.TextAreaVariant
- LUMO_SMALL - Enum constant in enum class com.vaadin.flow.component.textfield.TextFieldVariant
- LUMO_SMALL - Enum constant in enum class com.vaadin.flow.component.timepicker.TimePickerVariant
- LUMO_SUCCESS - Enum constant in enum class com.vaadin.flow.component.button.ButtonVariant
- LUMO_SUCCESS - Enum constant in enum class com.vaadin.flow.component.notification.NotificationVariant
- LUMO_SUCCESS - Enum constant in enum class com.vaadin.flow.component.progressbar.ProgressBarVariant
- LUMO_TABS_CENTERED - Enum constant in enum class com.vaadin.flow.component.tabs.TabSheetVariant
- LUMO_TABS_EQUAL_WIDTH_TABS - Enum constant in enum class com.vaadin.flow.component.tabs.TabSheetVariant
- LUMO_TABS_HIDE_SCROLL_BUTTONS - Enum constant in enum class com.vaadin.flow.component.tabs.TabSheetVariant
- LUMO_TABS_ICON_ON_TOP - Enum constant in enum class com.vaadin.flow.component.tabs.TabSheetVariant
- LUMO_TABS_MINIMAL - Enum constant in enum class com.vaadin.flow.component.tabs.TabSheetVariant
- LUMO_TABS_SMALL - Enum constant in enum class com.vaadin.flow.component.tabs.TabSheetVariant
- LUMO_TERTIARY - Enum constant in enum class com.vaadin.flow.component.button.ButtonVariant
- LUMO_TERTIARY - Enum constant in enum class com.vaadin.flow.component.menubar.MenuBarVariant
- LUMO_TERTIARY_INLINE - Enum constant in enum class com.vaadin.flow.component.button.ButtonVariant
- LUMO_TERTIARY_INLINE - Enum constant in enum class com.vaadin.flow.component.menubar.MenuBarVariant
- LUMO_VERTICAL - Enum constant in enum class com.vaadin.flow.component.checkbox.CheckboxGroupVariant
- LUMO_VERTICAL - Enum constant in enum class com.vaadin.flow.component.radiobutton.RadioGroupVariant
- LUMO_WHITESPACE - Enum constant in enum class com.vaadin.flow.component.customfield.CustomFieldVariant
- LUMO_WRAP_CELL_CONTENT - Enum constant in enum class com.vaadin.flow.component.grid.GridVariant
- LUMO_WRAP_CELL_CONTENT - Enum constant in enum class com.vaadin.flow.component.gridpro.GridProVariant
- LUMO_XLARGE - Enum constant in enum class com.vaadin.flow.component.avatar.AvatarGroupVariant
- LUMO_XLARGE - Enum constant in enum class com.vaadin.flow.component.avatar.AvatarVariant
- LUMO_XSMALL - Enum constant in enum class com.vaadin.flow.component.avatar.AvatarGroupVariant
- LUMO_XSMALL - Enum constant in enum class com.vaadin.flow.component.avatar.AvatarVariant
- LumoDarkTheme - Class in com.vaadin.flow.component.charts.themes
-
The dark version of the default theme for Vaadin Charts.
- LumoDarkTheme() - Constructor for class com.vaadin.flow.component.charts.themes.LumoDarkTheme
- LumoIcon - Enum Class in com.vaadin.flow.theme.lumo
-
Enumeration of all icons in the Lumo Icons collection.
- LumoLightTheme - Class in com.vaadin.flow.component.charts.themes
-
The default theme for Vaadin Charts.
- LumoLightTheme() - Constructor for class com.vaadin.flow.component.charts.themes.LumoLightTheme
- LumoUtility - Class in com.vaadin.flow.theme.lumo
-
Contains the definition for all the CSS utility classes provided by Lumo.
- LumoUtility.Accessibility - Class in com.vaadin.flow.theme.lumo
-
Accessibility related classes.
- LumoUtility.AlignContent - Class in com.vaadin.flow.theme.lumo
-
Classes for distributing space around and between items along a flexbox’s cross axis or a grid’s block axis.
- LumoUtility.AlignItems - Class in com.vaadin.flow.theme.lumo
-
Classes for aligning items along a flexbox’s cross axis or a grid’s block axis.
- LumoUtility.AlignSelf - Class in com.vaadin.flow.theme.lumo
-
Classes for overriding individual items' align-item property.
- LumoUtility.Background - Class in com.vaadin.flow.theme.lumo
-
Classes for applying a background color.
- LumoUtility.Border - Class in com.vaadin.flow.theme.lumo
-
Border-related classes.
- LumoUtility.BorderColor - Class in com.vaadin.flow.theme.lumo
-
Classes for setting the border color of an element.
- LumoUtility.BorderRadius - Class in com.vaadin.flow.theme.lumo
-
Classes for setting the border radius of an element.
- LumoUtility.BoxShadow - Class in com.vaadin.flow.theme.lumo
-
Classes for applying a box shadow.
- LumoUtility.BoxSizing - Class in com.vaadin.flow.theme.lumo
-
Classes for setting the box sizing property of an element.
- LumoUtility.Display - Class in com.vaadin.flow.theme.lumo
-
Classes for setting the display property of an element.
- LumoUtility.Display.Breakpoint - Class in com.vaadin.flow.theme.lumo
-
Set of classes with styles to be used for certain viewport sizes
- LumoUtility.Display.Breakpoint.Large - Class in com.vaadin.flow.theme.lumo
-
Classes for defining the display property of an element that will be applied when the viewport has a minimum width of 1024px
- LumoUtility.Display.Breakpoint.Medium - Class in com.vaadin.flow.theme.lumo
-
Classes for defining the display property of an element that will be applied when the viewport has a minimum width of 768px
- LumoUtility.Display.Breakpoint.Small - Class in com.vaadin.flow.theme.lumo
-
Classes for defining the display property of an element that will be applied when the viewport has a minimum width of 640px
- LumoUtility.Display.Breakpoint.XLarge - Class in com.vaadin.flow.theme.lumo
-
Classes for defining the display property of an element that will be applied when the viewport has a minimum width of 1280px
- LumoUtility.Display.Breakpoint.XXLarge - Class in com.vaadin.flow.theme.lumo
-
Classes for defining the display property of an element that will be applied when the viewport has a minimum width of 1536px
- LumoUtility.Flex - Class in com.vaadin.flow.theme.lumo
-
Classes for setting how items grow and shrink in a flexbox layout.
- LumoUtility.FlexDirection - Class in com.vaadin.flow.theme.lumo
-
Classes for setting the flex direction of a flexbox layout.
- LumoUtility.FlexDirection.Breakpoint - Class in com.vaadin.flow.theme.lumo
-
Set of classes defining the flex direction of an element that will be applied only for certain viewport sizes.
- LumoUtility.FlexDirection.Breakpoint.Large - Class in com.vaadin.flow.theme.lumo
-
Classes that will be applied when the viewport has a minimum width of 1024px.
- LumoUtility.FlexDirection.Breakpoint.Medium - Class in com.vaadin.flow.theme.lumo
-
Classes that will be applied when the viewport has a minimum width of 768px.
- LumoUtility.FlexDirection.Breakpoint.Small - Class in com.vaadin.flow.theme.lumo
-
Classes that will be applied when the viewport has a minimum width of 640px.
- LumoUtility.FlexDirection.Breakpoint.XLarge - Class in com.vaadin.flow.theme.lumo
-
Classes that will be applied when the viewport has a minimum width of 1280px.
- LumoUtility.FlexDirection.Breakpoint.XXLarge - Class in com.vaadin.flow.theme.lumo
-
Classes that will be applied when the viewport has a minimum width of 1536px.
- LumoUtility.FlexWrap - Class in com.vaadin.flow.theme.lumo
-
Classes for setting how items wrap in a flexbox layout.
- LumoUtility.FontSize - Class in com.vaadin.flow.theme.lumo
-
Classes for setting the font size of an element.
- LumoUtility.FontSize.Breakpoint - Class in com.vaadin.flow.theme.lumo
-
Set of classes defining the font size of an element that will be applied only for certain viewport sizes.
- LumoUtility.FontSize.Breakpoint.Large - Class in com.vaadin.flow.theme.lumo
-
Classes that will be applied when the viewport has a minimum width of 1024px.
- LumoUtility.FontSize.Breakpoint.Medium - Class in com.vaadin.flow.theme.lumo
-
Classes that will be applied when the viewport has a minimum width of 768px.
- LumoUtility.FontSize.Breakpoint.Small - Class in com.vaadin.flow.theme.lumo
-
Classes that will be applied when the viewport has a minimum width of 640px.
- LumoUtility.FontSize.Breakpoint.XLarge - Class in com.vaadin.flow.theme.lumo
-
Classes that will be applied when the viewport has a minimum width of 1280px.
- LumoUtility.FontSize.Breakpoint.XXLarge - Class in com.vaadin.flow.theme.lumo
-
Classes that will be applied when the viewport has a minimum width of 1536px.
- LumoUtility.FontWeight - Class in com.vaadin.flow.theme.lumo
-
Classes for setting the font weight of an element.
- LumoUtility.Gap - Class in com.vaadin.flow.theme.lumo
-
Classes for defining the space between items in a flexbox or grid layout.
- LumoUtility.Gap.Column - Class in com.vaadin.flow.theme.lumo
-
Classes for defining the horizontal space between items in a flexbox or grid layout.
- LumoUtility.Gap.Row - Class in com.vaadin.flow.theme.lumo
-
Classes for defining the vertical space between items in a flexbox or grid layout.
- LumoUtility.Grid - Class in com.vaadin.flow.theme.lumo
-
Set of classes to define the content flow on a grid layout.
- LumoUtility.Grid.Breakpoint - Class in com.vaadin.flow.theme.lumo
-
Set of classes defining the number of columns in a grid layout that will be applied only for certain viewport sizes.
- LumoUtility.Grid.Breakpoint.Large - Class in com.vaadin.flow.theme.lumo
-
Classes that will be applied when the viewport has a minimum width of 1024px.
- LumoUtility.Grid.Breakpoint.Medium - Class in com.vaadin.flow.theme.lumo
-
Classes that will be applied when the viewport has a minimum width of 768px.
- LumoUtility.Grid.Breakpoint.Small - Class in com.vaadin.flow.theme.lumo
-
Classes that will be applied when the viewport has a minimum width of 640px.
- LumoUtility.Grid.Breakpoint.XLarge - Class in com.vaadin.flow.theme.lumo
-
Classes that will be applied when the viewport has a minimum width of 1280px.
- LumoUtility.Grid.Breakpoint.XXLarge - Class in com.vaadin.flow.theme.lumo
-
Classes that will be applied when the viewport has a minimum width of 1536px.
- LumoUtility.Grid.Column - Class in com.vaadin.flow.theme.lumo
-
Classes for setting the number of columns in a grid layout.
- LumoUtility.Grid.Row - Class in com.vaadin.flow.theme.lumo
-
Classes for setting the number of rows in a grid layout.
- LumoUtility.Height - Class in com.vaadin.flow.theme.lumo
-
Classes for defining the height of an element.
- LumoUtility.IconSize - Class in com.vaadin.flow.theme.lumo
-
Classes for defining the size of elements used as icons.
- LumoUtility.JustifyContent - Class in com.vaadin.flow.theme.lumo
-
Classes for aligning items along a flexbox’s main axis or a grid’s inline axis.
- LumoUtility.LineHeight - Class in com.vaadin.flow.theme.lumo
-
Classes for setting the line height of an element.
- LumoUtility.ListStyleType - Class in com.vaadin.flow.theme.lumo
-
Class for removing the default look of a list.
- LumoUtility.Margin - Class in com.vaadin.flow.theme.lumo
-
Classes for setting the margin of an element.
- LumoUtility.Margin.Bottom - Class in com.vaadin.flow.theme.lumo
-
Classes for setting the bottom margin of an element.
- LumoUtility.Margin.End - Class in com.vaadin.flow.theme.lumo
-
Classes for setting the logical inline end margin of an element.
- LumoUtility.Margin.Horizontal - Class in com.vaadin.flow.theme.lumo
-
Classes for setting both the left and the right margins an element.
- LumoUtility.Margin.Left - Class in com.vaadin.flow.theme.lumo
-
Classes for setting the left margin of an element.
- LumoUtility.Margin.Right - Class in com.vaadin.flow.theme.lumo
-
Classes for setting the right margin of an element.
- LumoUtility.Margin.Start - Class in com.vaadin.flow.theme.lumo
-
Classes for setting the logical inline start margin of an element.
- LumoUtility.Margin.Top - Class in com.vaadin.flow.theme.lumo
-
Classes for setting the top margin of an element.
- LumoUtility.Margin.Vertical - Class in com.vaadin.flow.theme.lumo
-
Classes for setting both the top and the bottom margins of an element.
- LumoUtility.MaxHeight - Class in com.vaadin.flow.theme.lumo
-
Classes for defining the maximum height of an element.
- LumoUtility.MaxWidth - Class in com.vaadin.flow.theme.lumo
-
Classes for defining the maximum width of an element.
- LumoUtility.MinHeight - Class in com.vaadin.flow.theme.lumo
-
Classes for defining the minimum height of an element.
- LumoUtility.MinWidth - Class in com.vaadin.flow.theme.lumo
-
Classes for defining the minimum width of an element.
- LumoUtility.Overflow - Class in com.vaadin.flow.theme.lumo
-
Classes for setting the overflow behavior of an element.
- LumoUtility.Padding - Class in com.vaadin.flow.theme.lumo
-
Classes for setting the padding of an element.
- LumoUtility.Padding.Bottom - Class in com.vaadin.flow.theme.lumo
-
Classes for setting the bottom padding of an element.
- LumoUtility.Padding.End - Class in com.vaadin.flow.theme.lumo
-
Classes for setting the logical inline end padding of an element.
- LumoUtility.Padding.Horizontal - Class in com.vaadin.flow.theme.lumo
-
Classes for setting both the right and left paddings of an element.
- LumoUtility.Padding.Left - Class in com.vaadin.flow.theme.lumo
-
Classes for setting the left padding of an element.
- LumoUtility.Padding.Right - Class in com.vaadin.flow.theme.lumo
-
Classes for setting the right padding of an element.
- LumoUtility.Padding.Start - Class in com.vaadin.flow.theme.lumo
-
Classes for setting the logical inline start padding of an element.
- LumoUtility.Padding.Top - Class in com.vaadin.flow.theme.lumo
-
Classes for defining the top padding of an element.
- LumoUtility.Padding.Vertical - Class in com.vaadin.flow.theme.lumo
-
Classes for defining both the vertical and horizontal paddings of an element.
- LumoUtility.Position - Class in com.vaadin.flow.theme.lumo
-
Classes for setting the position of an element.
- LumoUtility.TextAlignment - Class in com.vaadin.flow.theme.lumo
-
Classes for setting an element’s text alignment.
- LumoUtility.TextColor - Class in com.vaadin.flow.theme.lumo
-
Classes for setting an element’s text color.
- LumoUtility.TextOverflow - Class in com.vaadin.flow.theme.lumo
-
Classes for setting the text overflow.
- LumoUtility.TextTransform - Class in com.vaadin.flow.theme.lumo
-
Classes for transforming the text.
- LumoUtility.Whitespace - Class in com.vaadin.flow.theme.lumo
-
Classes for setting how the white space inside an element is handled.
- LumoUtility.Width - Class in com.vaadin.flow.theme.lumo
-
Classes for setting the width of an element.
M
- MACOSX - Enum constant in enum class com.vaadin.flow.shared.BrowserDetails.OperatingSystem
- MAGENTA - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- MAGIC - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- MAGNET - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- MAIL_FORWARD - Static variable in interface com.vaadin.flow.component.Key
-
Opens the user interface to forward a message.
- MAIL_REPLY - Static variable in interface com.vaadin.flow.component.Key
-
Opens the user interface to reply to a message.
- MAIL_SEND - Static variable in interface com.vaadin.flow.component.Key
-
Sends the current message.
- MAILBOX - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- main(String[]) - Static method in class com.vaadin.base.devserver.OpenInCurrentIde
- main(String[]) - Static method in class com.vaadin.open.Open
- Main - Class in com.vaadin.flow.component.html
-
Component representing a
<main>
element. - Main() - Constructor for class com.vaadin.flow.component.html.Main
-
Creates a new empty main.
- Main(Component...) - Constructor for class com.vaadin.flow.component.html.Main
-
Creates a new main with the given child components.
- MAIN - Static variable in annotation interface com.vaadin.flow.component.Tag
-
Tag for an
<main>
. - makeCustomized() - Method in class com.vaadin.flow.component.charts.model.DataSeriesItem
-
Marks the item as customized, so that it can be rendered in a more optimal way.
- MALE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- MalformedStreamException() - Constructor for exception com.vaadin.external.apache.commons.fileupload2.MultipartStream.MalformedStreamException
-
Constructs a
MalformedStreamException
with no detail message. - MalformedStreamException(String) - Constructor for exception com.vaadin.external.apache.commons.fileupload2.MultipartStream.MalformedStreamException
-
Constructs an
MalformedStreamException
with the specified detail message. - manage() - Method in class com.vaadin.testbench.TestBenchDriverProxy
- MANIFEST - Enum constant in enum class com.vaadin.flow.server.PwaIcon.Domain
- manifestPath() - Element in annotation interface com.vaadin.flow.server.PWA
-
Path to the manifest file.
- MANNER_MODE - Static variable in interface com.vaadin.flow.component.Key
-
A button which cycles among the notification modes: silent, vibrate, ring, and so forth.
- MANUAL - Enum constant in enum class com.vaadin.flow.shared.communication.PushMode
-
Push is enabled.
- map(SerializableFunction<R, S>) - Method in interface com.vaadin.flow.data.binder.Result
-
If this Result has a value, returns a Result of applying the given function to the value.
- Map - Class in com.vaadin.flow.component.map
-
Map is a component for displaying geographic maps from various sources.
- Map() - Constructor for class com.vaadin.flow.component.map.Map
- MAP_MARKER - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- MAP_STATE_NODE_EVENT_DATA - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Token used as an event data expression or prefix to an event data expression to represent that the state node ID should be fetched for the element, or its closest parent, that corresponds to
event.target
or the element returned by the evaluated expression. - MapBase - Class in com.vaadin.flow.component.map
-
Base class for the map component.
- MapBase() - Constructor for class com.vaadin.flow.component.map.MapBase
- MapChangeEvent - Class in com.vaadin.collaborationengine
-
Event that is fired when the value in a collaboration map changes.
- MapChangeEvent(CollaborationMap, MapChange) - Constructor for class com.vaadin.collaborationengine.MapChangeEvent
-
Creates a new map change event.
- MapClickEvent - Class in com.vaadin.flow.component.map.events
-
Representing OpenLayers' @code{click} event
- MapClickEvent(Map, boolean, JsonArray, JsonArray, JsonArray, int, int, boolean, boolean, boolean, boolean, int) - Constructor for class com.vaadin.flow.component.map.events.MapClickEvent
- mapComponentOrElement(Field, String, String, Consumer<Element>) - Method in class com.vaadin.flow.component.template.internal.IdMapper
-
Maps an element or component to the given field.
- mapEventTargetElement() - Method in interface com.vaadin.flow.dom.DomListenerRegistration
-
Marks that the DOM event should map the
event.target
to the closest correspondingElement
on the server side, to be returned byDomEvent.getEventTarget()
. - MapFeatureClickEvent - Class in com.vaadin.flow.component.map.events
-
Provides data for click events on geographic features
- MapFeatureClickEvent(Map, boolean, String, String, int, int, boolean, boolean, boolean, boolean, int) - Constructor for class com.vaadin.flow.component.map.events.MapFeatureClickEvent
- MapPutChange - Class in com.vaadin.flow.internal.change
-
Change describing a changed value in a map feature.
- MapPutChange(NodeFeature, String, Object) - Constructor for class com.vaadin.flow.internal.change.MapPutChange
-
Creates a new put change.
- MapRemoveChange - Class in com.vaadin.flow.internal.change
-
Change describing a value removed from a map.
- MapRemoveChange(NodeMap, String) - Constructor for class com.vaadin.flow.internal.change.MapRemoveChange
-
Creates a new remove change.
- MapSerializer - Class in com.vaadin.flow.component.map.serialization
-
Custom JSON serializer for the map component using a Jackson
ObjectMapper
- MapSerializer() - Constructor for class com.vaadin.flow.component.map.serialization.MapSerializer
- MapSubscriber - Interface in com.vaadin.collaborationengine
-
Event handler that gets notified for changes to collaboration maps.
- MapSyncRpcHandler - Class in com.vaadin.flow.server.communication.rpc
-
Model map synchronization RPC handler.
- MapSyncRpcHandler() - Constructor for class com.vaadin.flow.server.communication.rpc.MapSyncRpcHandler
- mapToJson(Map<String, ?>) - Static method in class com.vaadin.flow.internal.JsonUtils
-
Converts the given map to JSON.
- MapVariant - Enum Class in com.vaadin.flow.component.map
-
Set of theme variants applicable for the
vaadin-map
component. - MapViewMoveEndEvent - Class in com.vaadin.flow.component.map.events
-
Fired when viewport movement has ended.
- MapViewMoveEndEvent(MapBase, boolean, double, double, JsonArray, JsonArray) - Constructor for class com.vaadin.flow.component.map.events.MapViewMoveEndEvent
- MARGIN - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- MARGIN_BOTTOM - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- MARGIN_LEFT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- MARGIN_RIGHT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- MARGIN_TOP - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- markAsDirty() - Method in class com.vaadin.flow.component.map.configuration.AbstractConfigurationObject
-
Marks this configuration object as dirty / as changed, so that it will be picked up for the next synchronization.
- markAsDirty() - Method in class com.vaadin.flow.internal.StateNode
-
Marks this node as dirty.
- markAsDirty(StateNode) - Method in interface com.vaadin.flow.internal.NodeOwner
-
Marks a node owned by this instance as dirty.
- markAsDirty(StateNode) - Method in class com.vaadin.flow.internal.NullOwner
- markAsDirty(StateNode) - Method in class com.vaadin.flow.internal.StateTree
- markAsPresent(boolean) - Method in class com.vaadin.collaborationengine.PresenceManager
-
Configures the manager to mark the local user present in the topic.
- markAsUsed(String, String) - Static method in class com.vaadin.flow.internal.UsageStatistics
-
Registers a new entry with the given feature name and version string if no previous entry has been registered for the same name.
- Marker - Class in com.vaadin.flow.component.charts.model
-
In Highcharts 1.0, the appearance of all markers belonging to the hovered series.
- Marker() - Constructor for class com.vaadin.flow.component.charts.model.Marker
- Marker() - Constructor for class com.vaadin.flow.spring.springnative.VaadinBeanFactoryInitializationAotProcessor.Marker
- Marker(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.Marker
- MarkerFeature - Class in com.vaadin.flow.component.map.configuration.feature
-
A convenience class for displaying icons or images, such as markers, at a specific location on the map.
- MarkerFeature() - Constructor for class com.vaadin.flow.component.map.configuration.feature.MarkerFeature
-
Creates a new marker feature displaying a default marker icon.
- MarkerFeature(Coordinate) - Constructor for class com.vaadin.flow.component.map.configuration.feature.MarkerFeature
-
Creates a new marker feature located at the specified coordinates, displaying a default marker icon.
- MarkerFeature(Coordinate, Icon) - Constructor for class com.vaadin.flow.component.map.configuration.feature.MarkerFeature
-
Creates a new marker feature located at the specified coordinates, displaying the specified custom icon.
- MarkerStyle - Class in com.vaadin.flow.component.charts.model.style
-
Marker style
- MarkerStyle() - Constructor for class com.vaadin.flow.component.charts.model.style.MarkerStyle
- MarkerSymbol - Interface in com.vaadin.flow.component.charts.model
-
Interface for all marker symbols
- MarkerSymbolEnum - Enum Class in com.vaadin.flow.component.charts.model
-
A predefined shape or symbol for the marker.
- MarkerSymbolUrl - Class in com.vaadin.flow.component.charts.model
-
Symbol that is fetched from the url, implementing ChartEnum to provide correct serialization
- MarkerSymbolUrl(String) - Constructor for class com.vaadin.flow.component.charts.model.MarkerSymbolUrl
-
Constructs a MarkerSymbol with the given URL
- MAROON - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- matches(Key, KeyModifier...) - Method in class com.vaadin.flow.component.ShortcutEvent
-
Checks if the event matches the given
Key
and (optional)KeyModifiers
. - matches(String) - Method in interface com.vaadin.flow.component.Key
-
Checks if
key
is a printable representation for this instance. - matches(ConditionContext, AnnotatedTypeMetadata) - Method in class com.vaadin.flow.spring.RootMappedCondition
- Material - Class in com.vaadin.flow.theme.material
-
Material component theme class implementation.
- Material() - Constructor for class com.vaadin.flow.theme.material.Material
- MATERIAL_ALWAYS_FLOAT_LABEL - Enum constant in enum class com.vaadin.flow.component.combobox.ComboBoxVariant
- MATERIAL_ALWAYS_FLOAT_LABEL - Enum constant in enum class com.vaadin.flow.component.combobox.MultiSelectComboBoxVariant
- MATERIAL_ALWAYS_FLOAT_LABEL - Enum constant in enum class com.vaadin.flow.component.datepicker.DatePickerVariant
- MATERIAL_ALWAYS_FLOAT_LABEL - Enum constant in enum class com.vaadin.flow.component.datetimepicker.DateTimePickerVariant
- MATERIAL_ALWAYS_FLOAT_LABEL - Enum constant in enum class com.vaadin.flow.component.select.SelectVariant
- MATERIAL_ALWAYS_FLOAT_LABEL - Enum constant in enum class com.vaadin.flow.component.textfield.TextAreaVariant
- MATERIAL_ALWAYS_FLOAT_LABEL - Enum constant in enum class com.vaadin.flow.component.textfield.TextFieldVariant
- MATERIAL_ALWAYS_FLOAT_LABEL - Enum constant in enum class com.vaadin.flow.component.timepicker.TimePickerVariant
- MATERIAL_BORDERED - Enum constant in enum class com.vaadin.flow.component.tabs.TabSheetVariant
- MATERIAL_CLASSIC - Enum constant in enum class com.vaadin.flow.component.charts.ChartVariant
- MATERIAL_COLUMN_DIVIDERS - Enum constant in enum class com.vaadin.flow.component.grid.GridVariant
- MATERIAL_COLUMN_DIVIDERS - Enum constant in enum class com.vaadin.flow.component.gridpro.GridProVariant
- MATERIAL_CONTAINED - Enum constant in enum class com.vaadin.flow.component.button.ButtonVariant
- MATERIAL_CONTAINED - Enum constant in enum class com.vaadin.flow.component.menubar.MenuBarVariant
- MATERIAL_END_ALIGNED - Enum constant in enum class com.vaadin.flow.component.menubar.MenuBarVariant
- MATERIAL_FIXED - Enum constant in enum class com.vaadin.flow.component.tabs.TabsVariant
- MATERIAL_GRADIENT - Enum constant in enum class com.vaadin.flow.component.charts.ChartVariant
- MATERIAL_MONOTONE - Enum constant in enum class com.vaadin.flow.component.charts.ChartVariant
- MATERIAL_NO_BORDER - Enum constant in enum class com.vaadin.flow.component.richtexteditor.RichTextEditorVariant
- MATERIAL_NO_PADDING - Enum constant in enum class com.vaadin.flow.component.dialog.DialogVariant
- MATERIAL_OUTLINED - Enum constant in enum class com.vaadin.flow.component.button.ButtonVariant
- MATERIAL_OUTLINED - Enum constant in enum class com.vaadin.flow.component.menubar.MenuBarVariant
- MATERIAL_TABS_FIXED - Enum constant in enum class com.vaadin.flow.component.tabs.TabSheetVariant
- MATERIAL_VERTICAL - Enum constant in enum class com.vaadin.flow.component.checkbox.CheckboxGroupVariant
- MATERIAL_VERTICAL - Enum constant in enum class com.vaadin.flow.component.radiobutton.RadioGroupVariant
- max - Variable in class com.vaadin.flow.component.charts.model.Axis
- MAX_HEADER_SIZE - Static variable in class com.vaadin.external.apache.commons.fileupload2.FileUploadBase
-
Deprecated.This constant is no longer used. As of commons-fileupload 1.2, the only applicable limit is the total size of a parts headers,
MultipartStream.HEADER_PART_SIZE_MAX
. - MAX_PROPERTY_NESTING_DEPTH - Static variable in class com.vaadin.flow.data.binder.BeanPropertySet.NestedBeanPropertyDefinition
-
Default maximum depth for scanning nested properties.
- maxAttempts - Variable in class com.vaadin.testbench.TestBenchTestCase
-
Specifies retry count, which is used to run same test several times.
- mayUpdateFromClient(String, Serializable) - Method in class com.vaadin.flow.internal.nodefeature.ElementPropertyMap
- mayUpdateFromClient(String, Serializable) - Method in class com.vaadin.flow.internal.nodefeature.NodeMap
-
Checks whether the client is allowed to store the given value with the given key.
- MEDAL - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- MEDIA_APPS - Static variable in interface com.vaadin.flow.component.Key
-
Presents a list of media applications, such as photo viewers, audio and video players, and games.
- MEDIA_AUDIO_TRACK - Static variable in interface com.vaadin.flow.component.Key
-
The Audio Track key.
- MEDIA_FAST_FORWARD - Static variable in interface com.vaadin.flow.component.Key
-
Starts, continues, or increases the speed of fast forwarding the media.
- MEDIA_LAST - Static variable in interface com.vaadin.flow.component.Key
-
Jumps back to the last-viewed content, program, or other media.
- MEDIA_PAUSE - Static variable in interface com.vaadin.flow.component.Key
-
Pauses the currently playing media.
- MEDIA_PLAY - Static variable in interface com.vaadin.flow.component.Key
-
Starts or continues playing media at normal speed, if not already doing so.
- MEDIA_PLAY_PAUSE - Static variable in interface com.vaadin.flow.component.Key
-
Toggles between playing and pausing the current media.
- MEDIA_RECORD - Static variable in interface com.vaadin.flow.component.Key
-
Starts or resumes recording media.
- MEDIA_REWIND - Static variable in interface com.vaadin.flow.component.Key
-
Starts, continues, or increases the speed of rewinding the media.
- MEDIA_SELECT - Static variable in interface com.vaadin.flow.component.Key
-
This value matches DOM's KeyboardEvent's
event.code
. - MEDIA_SKIP_BACKWARD - Static variable in interface com.vaadin.flow.component.Key
-
Skips backward to the previous content or program.
- MEDIA_SKIP_FORWARD - Static variable in interface com.vaadin.flow.component.Key
-
Skips forward to the next content or program.
- MEDIA_STEP_BACKWARD - Static variable in interface com.vaadin.flow.component.Key
-
Steps backward to the previous content or program.
- MEDIA_STEP_FORWARD - Static variable in interface com.vaadin.flow.component.Key
-
Steps forward to the next content or program.
- MEDIA_STOP - Static variable in interface com.vaadin.flow.component.Key
-
Stops the current media activity (such as playing, recording, pausing, forwarding, or rewinding).
- MEDIA_TOP_MENU - Static variable in interface com.vaadin.flow.component.Key
-
Top Menu button; opens the media's main menu, such as on a DVD or Blu-Ray disc.
- MEDIA_TRACK_NEXT - Static variable in interface com.vaadin.flow.component.Key
-
Seeks to the next media or program track.
- MEDIA_TRACK_PREVIOUS - Static variable in interface com.vaadin.flow.component.Key
-
Seeks to the previous media or program track.
- MEDIUM - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.BorderRadius
- MEDIUM - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.BoxShadow
- MEDIUM - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontSize.Breakpoint.Large
- MEDIUM - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontSize.Breakpoint.Medium
- MEDIUM - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontSize.Breakpoint.Small
- MEDIUM - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontSize.Breakpoint.XLarge
- MEDIUM - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontSize.Breakpoint.XXLarge
- MEDIUM - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontSize
- MEDIUM - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontWeight
- MEDIUM - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Gap.Column
- MEDIUM - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Gap
- MEDIUM - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Gap.Row
- MEDIUM - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Height
- MEDIUM - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.IconSize
- MEDIUM - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.LineHeight
- MEDIUM - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.Bottom
- MEDIUM - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.End
- MEDIUM - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.Horizontal
- MEDIUM - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.Left
- MEDIUM - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin
- MEDIUM - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.Right
- MEDIUM - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.Start
- MEDIUM - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.Top
- MEDIUM - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.Vertical
- MEDIUM - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding.Bottom
- MEDIUM - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding.End
- MEDIUM - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding.Horizontal
- MEDIUM - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding.Left
- MEDIUM - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding
- MEDIUM - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding.Right
- MEDIUM - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding.Start
- MEDIUM - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding.Top
- MEDIUM - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding.Vertical
- MEDIUM - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Width
- MEDIUMAQUAMARINE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- MEDIUMBLUE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- MEDIUMORCHID - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- MEDIUMPURPLE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- MEDIUMSEAGREEN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- MEDIUMSLATEBLUE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- MEDIUMSPRINGGREEN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- MEDIUMTURQUOISE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- MEDIUMVIOLETRED - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- MEGAPHONE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- MEH_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- MembershipEvent - Class in com.vaadin.collaborationengine
-
The event dispatched when a node joins or leaves the backend.
- MembershipEvent(MembershipEvent.MembershipEventType, UUID, CollaborationEngine) - Constructor for class com.vaadin.collaborationengine.MembershipEvent
-
Creates a new event.
- MembershipEvent.MembershipEventType - Enum Class in com.vaadin.collaborationengine
-
The type of the event.
- MembershipListener - Interface in com.vaadin.collaborationengine
-
A listener of
MembershipEvent
. - MemoryBuffer - Class in com.vaadin.flow.component.upload.receivers
-
Basic in memory file receiver implementation.
- MemoryBuffer() - Constructor for class com.vaadin.flow.component.upload.receivers.MemoryBuffer
- MENU - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- MENU - Enum constant in enum class com.vaadin.flow.theme.lumo.LumoIcon
- MenuBar - Class in com.vaadin.flow.component.menubar
-
Menu Bar is a horizontal button bar with hierarchical drop-down menus.
- MenuBar() - Constructor for class com.vaadin.flow.component.menubar.MenuBar
-
Creates an empty menu bar component.
- MenuBar.MenuBarI18n - Class in com.vaadin.flow.component.menubar
-
The internationalization properties for
MenuBar
- MenuBarElement - Class in com.vaadin.flow.component.menubar.testbench
-
A TestBench element representing a
<vaadin-menu-bar>
element. - MenuBarElement() - Constructor for class com.vaadin.flow.component.menubar.testbench.MenuBarElement
- MenuBarI18n() - Constructor for class com.vaadin.flow.component.menubar.MenuBar.MenuBarI18n
- MenuBarTester<T extends MenuBar> - Class in com.vaadin.flow.component.menubar
-
Tester for MenuBar components.
- MenuBarTester(T) - Constructor for class com.vaadin.flow.component.menubar.MenuBarTester
-
Wrap given component for testing.
- MenuBarVariant - Enum Class in com.vaadin.flow.component.menubar
-
Set of theme variants applicable for
vaadin-menu-bar
component. - MenuItem - Class in com.vaadin.flow.component.contextmenu
-
Item component used inside
ContextMenu
andSubMenu
. - MenuItem(ContextMenu, SerializableRunnable) - Constructor for class com.vaadin.flow.component.contextmenu.MenuItem
- MenuItemBase<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 class for item component used inside
ContextMenu
s. - MenuItemBase(C) - Constructor for class com.vaadin.flow.component.contextmenu.MenuItemBase
-
Default constructor
- MenuItemsArrayGenerator<I extends MenuItemBase<?,
I, ?>> - Class in com.vaadin.flow.component.contextmenu -
A class which is utilized internally by components such as context menu and menu bar.
- MenuItemsArrayGenerator(Component) - Constructor for class com.vaadin.flow.component.contextmenu.MenuItemsArrayGenerator
- MenuManager<C extends Component,
I extends MenuItemBase<?, I, S>, S extends SubMenuBase<?, I, S>> - Class in com.vaadin.flow.component.contextmenu -
Common management logic for context menus and sub menus.
- MenuManager(C, SerializableRunnable, SerializableBiFunction<C, SerializableRunnable, I>, Class<I>, I) - Constructor for class com.vaadin.flow.component.contextmenu.MenuManager
-
Creates a new manager instance.
- MESSAGE - Static variable in class com.vaadin.flow.component.cookieconsent.testbench.CookieConsentElement.DefaultValues
- MESSAGE_DELIMITER - Static variable in class com.vaadin.flow.shared.communication.PushConstants
-
The character used to mark message boundaries when messages may be split into multiple fragments.
- MessageDigestUtil - Class in com.vaadin.flow.internal
-
Utility class for common
MessageDigest
operations. - MessageElement - Class in com.vaadin.flow.component.messages.testbench
-
A TestBench element representing a
<vaadin-message>
element. - MessageElement() - Constructor for class com.vaadin.flow.component.messages.testbench.MessageElement
- MessageHandler - Interface in com.vaadin.collaborationengine
-
Functional interface that defines how to handle a message when it is added to a topic.
- MessageHandler.MessageContext - Interface in com.vaadin.collaborationengine
-
The context of the message.
- MessageInput - Class in com.vaadin.flow.component.messages
-
Message Input allows users to author and send messages.
- MessageInput() - Constructor for class com.vaadin.flow.component.messages.MessageInput
-
Creates a new message input component.
- MessageInput(ComponentEventListener<MessageInput.SubmitEvent>) - Constructor for class com.vaadin.flow.component.messages.MessageInput
-
Creates a new message input component with the provided listener that gets invoked when the user submits a new message.
- MessageInput.SubmitEvent - Class in com.vaadin.flow.component.messages
-
The
submit
event which is fired byMessageInput
component. - MessageInputElement - Class in com.vaadin.flow.component.messages.testbench
-
A TestBench element representing a
<vaadin-message-input>
element. - MessageInputElement() - Constructor for class com.vaadin.flow.component.messages.testbench.MessageInputElement
- MessageInputI18n - Class in com.vaadin.flow.component.messages
-
The internationalization properties for
MessageInput
. - MessageInputI18n() - Constructor for class com.vaadin.flow.component.messages.MessageInputI18n
- MessageInputTester<T extends MessageInput> - Class in com.vaadin.flow.component.messages
-
Tester for MessageInput components.
- MessageInputTester(T) - Constructor for class com.vaadin.flow.component.messages.MessageInputTester
-
Wrap given component for testing.
- MessageList - Class in com.vaadin.flow.component.messages
-
Message List allows you to show a list of messages, for example, a chat log.
- MessageList() - Constructor for class com.vaadin.flow.component.messages.MessageList
-
Creates a new message list component.
- MessageList(MessageListItem...) - Constructor for class com.vaadin.flow.component.messages.MessageList
-
Creates a new message list component, with the provided items rendered as messages.
- MessageList(Collection<MessageListItem>) - Constructor for class com.vaadin.flow.component.messages.MessageList
-
Creates a new message list component, with the provided items rendered as messages.
- MessageListElement - Class in com.vaadin.flow.component.messages.testbench
-
A TestBench element representing a
<vaadin-message-list>
element. - MessageListElement() - Constructor for class com.vaadin.flow.component.messages.testbench.MessageListElement
- MessageListItem - Class in com.vaadin.flow.component.messages
-
Item to render as a message component inside a
MessageList
. - MessageListItem() - Constructor for class com.vaadin.flow.component.messages.MessageListItem
-
Creates an empty message list item.
- MessageListItem(String) - Constructor for class com.vaadin.flow.component.messages.MessageListItem
-
Creates a message list item with the provided text, which will be displayed as plain text in the message body.
- MessageListItem(String, Instant, String) - Constructor for class com.vaadin.flow.component.messages.MessageListItem
-
Creates a message list item with the provided text content, time and user name.
- MessageListItem(String, Instant, String, String) - Constructor for class com.vaadin.flow.component.messages.MessageListItem
-
Creates a message list item with the provided text content, time and user name.
- MessageListTester<T extends MessageList> - Class in com.vaadin.flow.component.messages
-
Tester for MessageList components.
- MessageListTester(T) - Constructor for class com.vaadin.flow.component.messages.MessageListTester
-
Wrap given component for testing.
- MessageManager - Class in com.vaadin.collaborationengine
-
Manager to handle messages sent to a topic.
- MessageManager(ConnectionContext, UserInfo, String, CollaborationEngine) - Constructor for class com.vaadin.collaborationengine.MessageManager
-
Creates a new manager for the given connection context.
- MessageManager(ConnectionContext, UserInfo, String, CollaborationMessagePersister, CollaborationEngine) - Constructor for class com.vaadin.collaborationengine.MessageManager
-
Creates a new persisting manager for the given connection context.
- MessageManager(Component, UserInfo, String) - Constructor for class com.vaadin.collaborationengine.MessageManager
-
Creates a new manager for the given component.
- MessageManager(Component, UserInfo, String, CollaborationMessagePersister) - Constructor for class com.vaadin.collaborationengine.MessageManager
-
Creates a new persisting manager for the given component.
- meta() - Method in class com.vaadin.testbench.unit.MetaKeys
-
Set meta key down to
true
. - Meta - Annotation Interface in com.vaadin.flow.component.page
-
Defines a meta tag with customized name and content that will be added to the HTML of the host page of a UI class.
- META - Enum constant in enum class com.vaadin.flow.component.charts.model.PanKey
- META - Enum constant in enum class com.vaadin.flow.component.KeyModifier
-
KeyModifier for "
Meta
" key. - META - Static variable in interface com.vaadin.flow.component.Key
-
The
Meta
key. - META_ASYNC - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Key used when the message is sent asynchronously via push channel.
- META_INF - Static variable in class com.vaadin.flow.server.Constants
-
The path used in the vaadin servlet for handling static resources.
- META_LEFT - Static variable in interface com.vaadin.flow.component.Key
-
The Windows,
⌘
,Command
or other OS symbol key. - META_RIGHT - Static variable in interface com.vaadin.flow.component.Key
-
The Windows,
⌘
,Command
or other OS symbol key. - META_SESSION_EXPIRED - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Key used when informing the client side that the session has expired.
- Meta.Container - Annotation Interface in com.vaadin.flow.component.page
-
Internal annotation to enable use of multiple
Meta
annotations. - MetadataWriter - Class in com.vaadin.flow.server.communication
-
Serializes miscellaneous metadata to JSON.
- MetadataWriter() - Constructor for class com.vaadin.flow.server.communication.MetadataWriter
- MetaKeys - Class in com.vaadin.testbench.unit
-
Class for setting any down meta keys for events supporting meta keys.
- MetaKeys() - Constructor for class com.vaadin.testbench.unit.MetaKeys
-
Construct metaKeys with all set to false.
- MetaKeys(boolean, boolean, boolean, boolean) - Constructor for class com.vaadin.testbench.unit.MetaKeys
-
Construct MetaKeys with given values for the keys.
- METHOD_NOT_ALLOWED - Enum constant in enum class com.vaadin.flow.server.HttpStatusCode
-
Status code (405) indicating that the method specified in the
Request-Line
is not allowed for the resource identified by theRequest-URI
. - methodName() - Method in class com.vaadin.flow.component.internal.ComponentTracker.Location
- MICROPHONE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- MICROPHONE_TOGGLE - Static variable in interface com.vaadin.flow.component.Key
-
Toggles the microphone on and off.
- MICROPHONE_VOLUME_DOWN - Static variable in interface com.vaadin.flow.component.Key
-
Decreases the microphone's input volume.
- MICROPHONE_VOLUME_MUTE - Static variable in interface com.vaadin.flow.component.Key
-
Mutes the microphone input.
- MICROPHONE_VOLUME_UP - Static variable in interface com.vaadin.flow.component.Key
-
Increases the microphone's input volume.
- MIDDLE - Enum constant in enum class com.vaadin.flow.component.charts.events.MouseEventDetails.MouseButton
- MIDDLE - Enum constant in enum class com.vaadin.flow.component.charts.model.VerticalAlign
- MIDDLE - Enum constant in enum class com.vaadin.flow.component.map.events.MouseEventDetails.MouseButton
- MIDDLE - Enum constant in enum class com.vaadin.flow.component.notification.Notification.Position
- MIDDLE - Enum constant in enum class com.vaadin.testbench.unit.MouseButton
- MIDDLE_ROUTER_LAYOUT - Static variable in class com.vaadin.flow.server.startup.AbstractAnnotationValidator
- middleClick() - Method in class com.vaadin.flow.component.button.ButtonTester
-
Click with middle button.
- middleClick() - Method in interface com.vaadin.flow.component.html.testbench.ClickHandler
-
Click with middle button.
- middleClick(MetaKeys) - Method in class com.vaadin.flow.component.button.ButtonTester
-
Click with middle button and given meta keys.
- middleClick(MetaKeys) - Method in interface com.vaadin.flow.component.html.testbench.ClickHandler
-
Click with middle button and given meta keys.
- MIDNIGHTBLUE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- MILLISECOND - Enum constant in enum class com.vaadin.flow.component.charts.model.RangeSelectorTimespan
- MILLISECOND - Enum constant in enum class com.vaadin.flow.component.charts.model.TimeUnit
- MimeUtility - Class in com.vaadin.external.apache.commons.fileupload2.util.mime
-
Utility class to decode MIME texts.
- min - Variable in class com.vaadin.flow.component.charts.model.Axis
- MINOR_TICK_INTERVAL_AUTO - Static variable in class com.vaadin.flow.component.charts.model.Axis
- MINTCREAM - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- MINUS - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- MINUS - Enum constant in enum class com.vaadin.flow.theme.lumo.LumoIcon
- MINUS - Static variable in interface com.vaadin.flow.component.Key
-
-_
on a US keyboard. - MINUS_CIRCLE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- MINUS_CIRCLE_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- MINUS_SQUARE_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- MINUTE - Enum constant in enum class com.vaadin.flow.component.charts.model.RangeSelectorTimespan
- MINUTE - Enum constant in enum class com.vaadin.flow.component.charts.model.TimeUnit
- MISTYROSE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- MM - Enum constant in enum class com.vaadin.flow.component.Unit
-
Unit code representing millimeters.
- MOBILE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- MOBILE_BROWSER - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- MOBILE_RETRO - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- MOCCASIN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- MockSpringServlet - Class in com.vaadin.testbench.unit.mocks
-
Makes sure that the
MockSpringServlet.routes
are properly registered, and thatMockSpringServletService
is used instead of vanillaSpringVaadinServletService
. - MockSpringServlet(Routes, ApplicationContext, Function0<UI>) - Constructor for class com.vaadin.testbench.unit.mocks.MockSpringServlet
- MockSpringServletService - Class in com.vaadin.testbench.unit.mocks
-
A mocking service that performs three very important tasks: Overrides
MockSpringServletService.isAtmosphereAvailable()
to tell Vaadin that we don't have Atmosphere (otherwise Vaadin will crash) Provides some dummy value as a root ID viaMockSpringServletService.getMainDivId(com.vaadin.flow.server.VaadinSession, com.vaadin.flow.server.VaadinRequest)
(otherwise the mocked servlet env will crash). Provides aMockSpringVaadinSession
instead ofSpringVaadinSession
. The class is intentionally opened, to be extensible in user's library. - MockSpringServletService(MockSpringServlet, DeploymentConfiguration, ApplicationContext, Function0<UI>) - Constructor for class com.vaadin.testbench.unit.mocks.MockSpringServletService
- MockSpringVaadinSession - Class in com.vaadin.testbench.unit.mocks
-
A Vaadin Session with one important difference: Creates a new session when this one is closed.
- MockSpringVaadinSession(VaadinService, Function0<UI>) - Constructor for class com.vaadin.testbench.unit.mocks.MockSpringVaadinSession
- MockWebApplicationContext - Class in com.vaadin.testbench.unit.mocks
-
An adapter to make a generic Spring ApplicationContext act like a WebApplicationContext.
- MockWebApplicationContext(ApplicationContext, ServletContext) - Constructor for class com.vaadin.testbench.unit.mocks.MockWebApplicationContext
- MODAL - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- MODAL_LIST - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- Mode - Enum Class in com.vaadin.flow.server
-
The mode the application is running in.
- MODE_CHANGE - Static variable in interface com.vaadin.flow.component.Key
-
The Mode Change key.
- ModelList - Class in com.vaadin.flow.internal.nodefeature
-
List for model values used in data binding in templates.
- ModelList(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.ModelList
-
Creates an instance of this node feature.
- MODIFIER - Enum constant in enum class com.vaadin.flow.router.RouteParameterFormatOption
-
Parameter modifier, i.e.
- modifyIndexHtml(Document, VaadinRequest) - Method in class com.vaadin.flow.server.AppShellRegistry
-
Modifies the `index.html` document based on the
AppShellConfigurator
annotations orAppShellConfigurator.configurePage(AppShellSettings)
method. - modifyIndexHtmlResponse(IndexHtmlResponse) - Method in interface com.vaadin.flow.server.communication.IndexHtmlRequestListener
-
The method allows to modify the Index HTML response before it is sent to browser.
- modifyIndexHtmlResponse(IndexHtmlResponse) - Method in class com.vaadin.flow.server.VaadinService
-
Fires the
IndexHtmlRequestListener.modifyIndexHtmlResponse(IndexHtmlResponse)
event to all registeredIndexHtmlRequestListener
. - modifyPath(String, String) - Method in class com.vaadin.flow.server.communication.WebComponentBootstrapHandler
-
Create a new address for a resource which is calculated based on the request base path (servlet path) and the original path for the Vaadin resource.
- modifyPushConfiguration(PushConfiguration) - Method in class com.vaadin.flow.server.AppShellRegistry
-
Modifies PushConfiguration instance based on the
Push
annotation onAppShellConfigurator
. - modifySerializer(SerializationConfig, BeanDescription, JsonSerializer<?>) - Method in class com.vaadin.flow.component.charts.model.serializers.ChartOptionsBeanSerializerModifier
- modifySerializer(SerializationConfig, BeanDescription, JsonSerializer<?>) - Method in class com.vaadin.flow.component.charts.model.serializers.DefaultBeanSerializerModifier
- MONEY - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- MONEY_DEPOSIT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- MONEY_EXCHANGE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- MONEY_WITHDRAW - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- MONTH - Enum constant in enum class com.vaadin.flow.component.charts.model.IntervalUnit
- MONTH - Enum constant in enum class com.vaadin.flow.component.charts.model.RangeSelectorTimespan
- MONTH - Enum constant in enum class com.vaadin.flow.component.charts.model.TimeUnit
- MonthCalendarElement() - Constructor for class com.vaadin.flow.component.datepicker.testbench.DatePickerElement.MonthCalendarElement
- MOON - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- MOON_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- MORNING - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- mostPermissive(DisabledUpdateMode, DisabledUpdateMode) - Static method in enum class com.vaadin.flow.dom.DisabledUpdateMode
-
Gets the most permissive out of two update modes.
- MouseButton - Enum Class in com.vaadin.testbench.unit
-
Enums for mouse button values in click events.
- MouseEventDetails - Class in com.vaadin.flow.component.charts.events
-
Helper class to store and transfer mouse event details.
- MouseEventDetails - Class in com.vaadin.flow.component.map.events
-
Helper class to store and transfer mouse event details.
- MouseEventDetails() - Constructor for class com.vaadin.flow.component.charts.events.MouseEventDetails
- MouseEventDetails() - Constructor for class com.vaadin.flow.component.map.events.MouseEventDetails
- MouseEventDetails.MouseButton - Enum Class in com.vaadin.flow.component.charts.events
-
Constants for mouse buttons.
- MouseEventDetails.MouseButton - Enum Class in com.vaadin.flow.component.map.events
-
Constants for mouse buttons.
- MOVE - Enum constant in enum class com.vaadin.flow.component.dnd.DropEffect
-
An item is moved to a new location.
- MOVE - Enum constant in enum class com.vaadin.flow.component.dnd.EffectAllowed
-
An item may be moved to a new location.
- MOVE_AFTER - Enum constant in enum class com.vaadin.collaborationengine.ListOperation.OperationType
- MOVE_BEFORE - Enum constant in enum class com.vaadin.collaborationengine.ListOperation.OperationType
- moveAfter(ListKey, ListKey) - Method in interface com.vaadin.collaborationengine.CollaborationList
-
Moves the second given key just after the first given key location.
- moveAfter(ListKey, ListKey) - Static method in class com.vaadin.collaborationengine.ListOperation
-
Creates a list operation to move the given entry to just after the position specified by the given key.
- moveAfterSibling(T, T) - Method in class com.vaadin.flow.data.provider.hierarchy.TreeData
-
Moves an item to the position immediately after a sibling item.
- moveBefore(ListKey, ListKey) - Method in interface com.vaadin.collaborationengine.CollaborationList
-
Moves the second given key just before the first given key location.
- moveBefore(ListKey, ListKey) - Static method in class com.vaadin.collaborationengine.ListOperation
-
Creates a list operation to move the given entry to just before the position specified by the given key.
- moveBetween(ListKey, ListKey, ListKey) - Static method in class com.vaadin.collaborationengine.ListOperation
-
Creates a list operation to move the given entry between the positions specified by the given keys.
- MOVED_PERMANENTLY - Enum constant in enum class com.vaadin.flow.server.HttpStatusCode
-
Status code (301) indicating that the resource has permanently moved to a new location, and that future references should use a new URI with their requests.
- MOVED_TEMPORARILY - Enum constant in enum class com.vaadin.flow.server.HttpStatusCode
-
Status code (302) indicating that the resource has temporarily moved to another location, but that future references should still use the original URI to access the resource.
- moveElementsFrom(UI) - Method in class com.vaadin.flow.component.internal.UIInternals
-
Move all the children of the other UI to this current UI.
- moveFooterContent(AbstractColumn<?>) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Moves the current footer content, either a text or a component, to a different column or column group.
- moveHeaderContent(AbstractColumn<?>) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Moves the current header content, either a text or a component, to a different column or column group.
- moveToNewUI(UI, UI) - Method in interface com.vaadin.flow.component.internal.UIInternalUpdater
-
Move all the children from the old UI to the new UI.
- MOVIE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- MULTI - Enum constant in enum class com.vaadin.flow.component.grid.Grid.SelectionMode
-
Multiselection mode that maps to built-in
SelectionModel.Multi
. - MultiFileBuffer - Class in com.vaadin.flow.component.upload.receivers
-
Basic receiver implementation for receiving multiple file upload and storing them as files.
- MultiFileBuffer() - Constructor for class com.vaadin.flow.component.upload.receivers.MultiFileBuffer
-
Creates a file buffer with a default file factory.
- MultiFileBuffer(FileFactory) - Constructor for class com.vaadin.flow.component.upload.receivers.MultiFileBuffer
-
Creates a file buffer that uses a file factory to create custom upload
File
s. - MultiFileMemoryBuffer - Class in com.vaadin.flow.component.upload.receivers
-
Basic multi file in memory file receiver implementation.
- MultiFileMemoryBuffer() - Constructor for class com.vaadin.flow.component.upload.receivers.MultiFileMemoryBuffer
- MultiFileReceiver - Interface in com.vaadin.flow.component.upload
-
Interface that must be implemented by the upload receivers to provide the Upload component an output stream to write the uploaded data.
- MULTIPART - Static variable in class com.vaadin.external.apache.commons.fileupload2.FileUploadBase
-
Part of HTTP content type header.
- MULTIPART_FORM_DATA - Static variable in class com.vaadin.external.apache.commons.fileupload2.FileUploadBase
-
HTTP content type header for multipart forms.
- MULTIPART_MIXED - Static variable in class com.vaadin.external.apache.commons.fileupload2.FileUploadBase
-
HTTP content type header for multiple uploads.
- MultipartStream - Class in com.vaadin.external.apache.commons.fileupload2
-
Low level API for processing file uploads.
- MultipartStream() - Constructor for class com.vaadin.external.apache.commons.fileupload2.MultipartStream
-
Deprecated.
- MultipartStream(InputStream, byte[]) - Constructor for class com.vaadin.external.apache.commons.fileupload2.MultipartStream
-
Deprecated.
- MultipartStream(InputStream, byte[], int) - Constructor for class com.vaadin.external.apache.commons.fileupload2.MultipartStream
-
Deprecated.
- MultipartStream(InputStream, byte[], int, MultipartStream.ProgressNotifier) - Constructor for class com.vaadin.external.apache.commons.fileupload2.MultipartStream
-
Constructs a
MultipartStream
with a custom size buffer. - MultipartStream(InputStream, byte[], MultipartStream.ProgressNotifier) - Constructor for class com.vaadin.external.apache.commons.fileupload2.MultipartStream
-
Constructs a
MultipartStream
with a default size buffer. - MultipartStream.IllegalBoundaryException - Exception in com.vaadin.external.apache.commons.fileupload2
-
Thrown upon attempt of setting an invalid boundary token.
- MultipartStream.ItemInputStream - Class in com.vaadin.external.apache.commons.fileupload2
-
An
InputStream
for reading an items contents. - MultipartStream.MalformedStreamException - Exception in com.vaadin.external.apache.commons.fileupload2
-
Thrown to indicate that the input stream fails to follow the required syntax.
- MultipartStream.ProgressNotifier - Class in com.vaadin.external.apache.commons.fileupload2
-
Internal class, which is used to invoke the
ProgressListener
. - MULTIPLE_CHOICES - Enum constant in enum class com.vaadin.flow.server.HttpStatusCode
-
Status code (300) indicating that the requested resource corresponds to any one of a set of representations, each with its own specific location.
- MULTIPLY - Static variable in interface com.vaadin.flow.component.Key
-
The numeric keypad's multiplication key,
*
. - MultiSelect<C extends Component,
T> - Interface in com.vaadin.flow.data.selection -
Multi selection component which allows to select and deselect multiple items.
- MultiSelectComboBox<TItem> - Class in com.vaadin.flow.component.combobox
-
MultiSelectComboBox allows the user to select one or more values from a filterable list of options presented in an overlay.
- MultiSelectComboBox() - Constructor for class com.vaadin.flow.component.combobox.MultiSelectComboBox
-
Default constructor.
- MultiSelectComboBox(int) - Constructor for class com.vaadin.flow.component.combobox.MultiSelectComboBox
-
Creates an empty combo box with the defined page size for lazy loading.
- MultiSelectComboBox(HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<MultiSelectComboBox<TItem>, Set<TItem>>>) - Constructor for class com.vaadin.flow.component.combobox.MultiSelectComboBox
-
Constructs a combo box with a value change listener.
- MultiSelectComboBox(String) - Constructor for class com.vaadin.flow.component.combobox.MultiSelectComboBox
-
Creates an empty combo box with the defined label.
- MultiSelectComboBox(String, HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<MultiSelectComboBox<TItem>, Set<TItem>>>) - Constructor for class com.vaadin.flow.component.combobox.MultiSelectComboBox
-
Constructs a combo box with the defined label and a value change listener.
- MultiSelectComboBox(String, HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<MultiSelectComboBox<TItem>, Set<TItem>>>, TItem...) - Constructor for class com.vaadin.flow.component.combobox.MultiSelectComboBox
-
Constructs a combo box with the defined label, a value change listener and populated with the items in the array.
- MultiSelectComboBox(String, Collection<TItem>) - Constructor for class com.vaadin.flow.component.combobox.MultiSelectComboBox
-
Creates a combo box with the defined label and populated with the items in the collection.
- MultiSelectComboBox(String, TItem...) - Constructor for class com.vaadin.flow.component.combobox.MultiSelectComboBox
-
Creates a combo box with the defined label and populated with the items in the array.
- MultiSelectComboBoxElement - Class in com.vaadin.flow.component.combobox.testbench
-
A TestBench element representing a
<vaadin-multi-select-combo-box>
element. - MultiSelectComboBoxElement() - Constructor for class com.vaadin.flow.component.combobox.testbench.MultiSelectComboBoxElement
- MultiSelectComboBoxI18n - Class in com.vaadin.flow.component.combobox
-
Class for localization of the
MultiSelectComboBox
- MultiSelectComboBoxI18n() - Constructor for class com.vaadin.flow.component.combobox.MultiSelectComboBoxI18n
- MultiSelectComboBoxVariant - Enum Class in com.vaadin.flow.component.combobox
-
Set of theme variants applicable for
vaadin-multi-select-combo-box
component. - MultiSelectionEvent<C extends Component,
T> - Class in com.vaadin.flow.data.selection -
Fired when the selection changes in a listing component that supports multiple item selection.
- MultiSelectionEvent(C, HasValue<AbstractField.ComponentValueChangeEvent<C, Set<T>>, Set<T>>, Set<T>, boolean) - Constructor for class com.vaadin.flow.data.selection.MultiSelectionEvent
-
Creates a new multi selection change event in a component.
- MultiSelectionListener<C extends Component,
T> - Interface in com.vaadin.flow.data.selection -
A listener for listening for selection changes from a multiselection component.
- MultiSelectListBox<T> - Class in com.vaadin.flow.component.listbox
-
Server-side component for the
vaadin-list-box
element with multi-selection. - MultiSelectListBox() - Constructor for class com.vaadin.flow.component.listbox.MultiSelectListBox
-
Creates a new list box component with multi-selection.
- MultiSelectListBoxTester<T extends MultiSelectListBox<V>,
V> - Class in com.vaadin.flow.component.listbox -
Tester for MultiSelectListBox components.
- MultiSelectListBoxTester(T) - Constructor for class com.vaadin.flow.component.listbox.MultiSelectListBoxTester
-
Wrap given component for testing.
- MUSIC - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- MUTE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
N
- name() - Element in annotation interface com.vaadin.flow.component.page.Meta
-
Gets the custom tag name.
- name() - Element in annotation interface com.vaadin.flow.server.PWA
-
Name of the application.
- name() - Element in annotation interface com.vaadin.testbench.annotations.Attribute
-
The name of the attribute to check.
- NAME - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Full name.
- NAME - Enum constant in enum class com.vaadin.flow.router.RouteParameterFormatOption
-
The name of the parameter.
- NAME - Static variable in interface com.vaadin.testbench.parallel.SauceLabsIntegration.CapabilityType
- NAMING_CONVENTION - Static variable in annotation interface com.vaadin.flow.router.Route
- NATIVE_BUTTON - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- NativeButton - Class in com.vaadin.flow.component.html
-
Component representing a
<button>
element. - NativeButton() - Constructor for class com.vaadin.flow.component.html.NativeButton
-
Creates a new empty button.
- NativeButton(String) - Constructor for class com.vaadin.flow.component.html.NativeButton
-
Creates a button with the given text.
- NativeButton(String, ComponentEventListener<ClickEvent<NativeButton>>) - Constructor for class com.vaadin.flow.component.html.NativeButton
-
Creates a button with the given text and click listener.
- NativeButtonElement - Class in com.vaadin.flow.component.html.testbench
-
A TestBench element representing a
<button>
element. - NativeButtonElement() - Constructor for class com.vaadin.flow.component.html.testbench.NativeButtonElement
- NativeButtonRenderer<SOURCE> - Class in com.vaadin.flow.data.renderer
-
A renderer to create a clickable button.
- NativeButtonRenderer(ValueProvider<SOURCE, String>) - Constructor for class com.vaadin.flow.data.renderer.NativeButtonRenderer
-
Creates a new button renderer with a dynamic label.
- NativeButtonRenderer(ValueProvider<SOURCE, String>, ClickableRenderer.ItemClickListener<SOURCE>) - Constructor for class com.vaadin.flow.data.renderer.NativeButtonRenderer
-
Creates a new button renderer with a dynamic label and registers a
ClickableRenderer.ItemClickListener
to receive events. - NativeButtonRenderer(String) - Constructor for class com.vaadin.flow.data.renderer.NativeButtonRenderer
-
Creates a new button renderer with the specified label.
- NativeButtonRenderer(String, ClickableRenderer.ItemClickListener<SOURCE>) - Constructor for class com.vaadin.flow.data.renderer.NativeButtonRenderer
-
Creates a new button renderer with the specified label and registers a
ClickableRenderer.ItemClickListener
to receive events. - NativeButtonTester - Class in com.vaadin.flow.component.html.testbench
- NativeButtonTester(NativeButton) - Constructor for class com.vaadin.flow.component.html.testbench.NativeButtonTester
-
> Wrap given component for testing.
- NativeDetails - Class in com.vaadin.flow.component.html
-
Component representing a
<details>
element. - NativeDetails() - Constructor for class com.vaadin.flow.component.html.NativeDetails
-
Creates a new details with an empty summary.
- NativeDetails(Component) - Constructor for class com.vaadin.flow.component.html.NativeDetails
-
Creates a new details with the given content of the summary.
- NativeDetails(Component, Component) - Constructor for class com.vaadin.flow.component.html.NativeDetails
-
Creates a new details using the provided summary content and content.
- NativeDetails(String) - Constructor for class com.vaadin.flow.component.html.NativeDetails
-
Creates a new details with the given summary.
- NativeDetails(String, Component) - Constructor for class com.vaadin.flow.component.html.NativeDetails
-
Creates a new details using the provided summary and content.
- NativeDetails.Summary - Class in com.vaadin.flow.component.html
-
Component representing a
<summary>
element. - NativeDetails.ToggleEvent - Class in com.vaadin.flow.component.html
-
Represents the DOM event "toggle".
- NativeDetailsElement - Class in com.vaadin.flow.component.html.testbench
-
A TestBench element representing a
<details>
element. - NativeDetailsElement() - Constructor for class com.vaadin.flow.component.html.testbench.NativeDetailsElement
- NativeDetailsTester - Class in com.vaadin.flow.component.html.testbench
- NativeDetailsTester(NativeDetails) - Constructor for class com.vaadin.flow.component.html.testbench.NativeDetailsTester
-
Wrap given component for testing.
- Nav - Class in com.vaadin.flow.component.html
-
Component representing a
<nav>
element. - Nav() - Constructor for class com.vaadin.flow.component.html.Nav
-
Creates a new empty nav.
- Nav(Component...) - Constructor for class com.vaadin.flow.component.html.Nav
-
Creates a new nav with the given child components.
- NAV - Static variable in annotation interface com.vaadin.flow.component.Tag
-
Tag for an
<nav>
. - NAVAJOWHITE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- NAVBAR - Enum constant in enum class com.vaadin.flow.component.applayout.AppLayout.Section
- navigate() - Method in class com.vaadin.testbench.TestBenchDriverProxy
- navigate(UI, Location, NavigationTrigger) - Method in class com.vaadin.flow.router.Router
-
Navigates the given UI to the given location.
- navigate(UI, Location, NavigationTrigger, JsonValue) - Method in class com.vaadin.flow.router.Router
-
Navigates the given UI to the given location.
- navigate(Class<? extends C>, T) - Method in class com.vaadin.flow.component.UI
-
Updates this UI to show the view corresponding to the given navigation target with the specified parameter.
- navigate(Class<? extends C>, T) - Method in class com.vaadin.flow.component.webcomponent.WebComponentUI
- navigate(Class<? extends C>, T, QueryParameters) - Method in class com.vaadin.flow.component.UI
-
Updates this UI to show the view corresponding to the given navigation target with the specified parameter.
- navigate(Class<? extends T>, QueryParameters) - Method in class com.vaadin.flow.component.UI
-
Updates this UI to show the view corresponding to the given navigation target and query parameters.
- navigate(Class<T>) - Method in class com.vaadin.flow.component.UI
-
Updates this UI to show the view corresponding to the given navigation target.
- navigate(Class<T>) - Method in class com.vaadin.flow.component.webcomponent.WebComponentUI
- navigate(Class<T>) - Method in class com.vaadin.testbench.unit.BaseUIUnitTest
-
Navigate to the given view class if it is registered.
- navigate(Class<T>, C) - Method in class com.vaadin.testbench.unit.BaseUIUnitTest
-
Navigate to view with url parameter.
- navigate(Class<T>, RouteParameters) - Method in class com.vaadin.flow.component.UI
-
Updates this UI to show the view corresponding to the given navigation target with the specified parameters.
- navigate(Class<T>, Map<String, String>) - Method in class com.vaadin.testbench.unit.BaseUIUnitTest
-
Navigate to view corresponding to the given navigation target with the specified parameters.
- navigate(String) - Method in class com.vaadin.flow.component.UI
-
Updates this UI to show the view corresponding to the given location.
- navigate(String) - Method in class com.vaadin.flow.component.webcomponent.WebComponentUI
- navigate(String, QueryParameters) - Method in class com.vaadin.flow.component.UI
-
Updates this UI to show the view corresponding to the given location and query parameters.
- navigate(String, QueryParameters) - Method in class com.vaadin.flow.component.webcomponent.WebComponentUI
- navigate(String, Class<T>) - Method in class com.vaadin.testbench.unit.BaseUIUnitTest
-
Navigate to given location string.
- NAVIGATE_IN - Static variable in interface com.vaadin.flow.component.Key
-
Navigates into a submenu or option.
- NAVIGATE_NEXT - Static variable in interface com.vaadin.flow.component.Key
-
Navigates to the next item.
- NAVIGATE_OUT - Static variable in interface com.vaadin.flow.component.Key
-
Navigates out of the current screen or menu.
- NAVIGATE_PREVIOUS - Static variable in interface com.vaadin.flow.component.Key
-
Navigates to the previous item.
- navigateToClient(String) - Method in class com.vaadin.flow.component.UI
- Navigation - Class in com.vaadin.flow.component.charts.model
-
A collection of options for buttons and menus appearing in the exporting module.
- Navigation() - Constructor for class com.vaadin.flow.component.charts.model.Navigation
- NavigationEvent - Class in com.vaadin.flow.router
-
Event object with data related to navigation.
- NavigationEvent(Router, Location, UI, NavigationTrigger) - Constructor for class com.vaadin.flow.router.NavigationEvent
-
Creates a new navigation event.
- NavigationEvent(Router, Location, UI, NavigationTrigger, JsonValue, boolean) - Constructor for class com.vaadin.flow.router.NavigationEvent
-
Creates a new navigation event.
- NavigationHandler - Interface in com.vaadin.flow.router
-
Handles navigation to a location e.g.
- NavigationRouteTarget - Class in com.vaadin.flow.router.internal
-
Contains the information resulted from searching a route target using a navigation url as input.
- NavigationRouteTarget(String, RouteTarget, Map<String, String>) - Constructor for class com.vaadin.flow.router.internal.NavigationRouteTarget
- NavigationRpcHandler - Class in com.vaadin.flow.server.communication.rpc
-
RPC handler for Navigation.
- NavigationRpcHandler() - Constructor for class com.vaadin.flow.server.communication.rpc.NavigationRpcHandler
- NavigationState - Class in com.vaadin.flow.router
-
Contains all relevant information related to a valid navigation.
- NavigationState(Router) - Constructor for class com.vaadin.flow.router.NavigationState
-
Creates a new instance of the class using the
router
. - NavigationStateBuilder - Class in com.vaadin.flow.router
-
A builder class for constructing new
NavigationState
instances. - NavigationStateBuilder(Router) - Constructor for class com.vaadin.flow.router.NavigationStateBuilder
-
Constructs a new NavigationStateBuilder.
- NavigationStateRenderer - Class in com.vaadin.flow.router.internal
-
Handles navigation events by rendering a contained NavigationState in the target UI.
- NavigationStateRenderer(NavigationState) - Constructor for class com.vaadin.flow.router.internal.NavigationStateRenderer
-
Constructs a new NavigationStateRenderer that handles the given navigation state.
- NavigationTargetFilter - Interface in com.vaadin.flow.server.startup
-
A filter that can prevent specific navigation targets from being registered.
- NavigationTrigger - Enum Class in com.vaadin.flow.router
-
The type of user action that triggered navigation.
- Navigator - Class in com.vaadin.flow.component.charts.model
-
The navigator is a small series below the main series, displaying a view of the entire data set.
- Navigator() - Constructor for class com.vaadin.flow.component.charts.model.Navigator
- Navigator(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.Navigator
- NAVY - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- NEAREST - Enum constant in enum class com.vaadin.flow.component.ScrollOptions.Alignment
- needsBuild(Options, FrontendDependenciesScanner, ClassFinder) - Static method in class com.vaadin.flow.server.frontend.TaskRunDevBundleBuild
- needsBuildInternal(Options, FrontendDependenciesScanner, ClassFinder) - Static method in class com.vaadin.flow.server.frontend.TaskRunDevBundleBuild
- negate() - Method in interface com.vaadin.flow.function.SerializablePredicate
- NestedBeanPropertyDefinition(BeanPropertySet<T>, PropertyDefinition<T, ?>, PropertyDescriptor) - Constructor for class com.vaadin.flow.data.binder.BeanPropertySet.NestedBeanPropertyDefinition
-
Creates a new instance of a nested property definition.
- NetworkUtil - Class in com.vaadin.flow.internal
-
Utility class for network related methods.
- never() - Static method in class com.vaadin.flow.router.HighlightConditions
-
Never highlight.
- NEW - Static variable in interface com.vaadin.flow.component.Key
-
Creates a new document or message.
- NEW_ITEM - Enum constant in enum class com.vaadin.flow.component.crud.Crud.EditMode
-
The item presented for editing should be treated as a new item.
- NEW_PASSWORD - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
A new password (e.g.
- NewEvent(Crud<E>, boolean, Object) - Constructor for class com.vaadin.flow.component.crud.Crud.NewEvent
-
Creates a new event using the given source and indicator whether the event originated from the client side or the server side.
- newFileItemHeaders() - Method in class com.vaadin.external.apache.commons.fileupload2.FileUploadBase
-
Creates a new instance of
FileItemHeaders
. - newInputStream() - Method in class com.vaadin.external.apache.commons.fileupload2.MultipartStream
-
Creates a new
MultipartStream.ItemInputStream
. - newInstance(Class<P>, Class<M>) - Method in interface com.vaadin.flow.data.converter.ConverterFactory
-
Attempts to create a
Converter
instance, capable to handle conversion between the given presentation and model types. - newInstance(Class<P>, Class<M>) - Method in enum class com.vaadin.flow.data.converter.DefaultConverterFactory
- NEWSPAPER - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- next() - Method in interface com.vaadin.external.apache.commons.fileupload2.FileItemIterator
-
Returns the next available
FileItemStream
. - next() - Method in class com.vaadin.external.apache.commons.fileupload2.impl.FileItemIteratorImpl
-
Returns the next available
FileItemStream
. - NEXT_CANDIDATE - Static variable in interface com.vaadin.flow.component.Key
-
The Next Candidate function key.
- NEXT_FAVORITE_CHANNEL - Static variable in interface com.vaadin.flow.component.Key
-
Cycles to the next channel in the favorites list.
- NEXT_USER_PROFILE - Static variable in interface com.vaadin.flow.component.Key
-
Cycles to the next saved user profile, if this feature is supported and multiple profiles exist.
- NICKNAME - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Nickname.
- NO_BORDER - Enum constant in enum class com.vaadin.flow.component.crud.CrudVariant
- NO_BUTTON - Enum constant in enum class com.vaadin.testbench.unit.MouseButton
- NO_CONTENT - Enum constant in enum class com.vaadin.flow.server.HttpStatusCode
-
Status code (204) indicating that the request succeeded but that there was no new information to return.
- NO_NAVIGATION - Static variable in class com.vaadin.flow.component.webcomponent.WebComponentUI
- NoData - Class in com.vaadin.flow.component.charts.model
-
Options for displaying a message like "No data to display".
- NoData() - Constructor for class com.vaadin.flow.component.charts.model.NoData
- Node - Class in com.vaadin.flow.component.charts.model
-
A collection of options for the individual nodes.
- Node<N extends Node<N>> - Class in com.vaadin.flow.dom
-
Represents a node in the DOM.
- Node() - Constructor for class com.vaadin.flow.component.charts.model.Node
-
Default constructor.
- Node(StateNode, ElementStateProvider) - Constructor for class com.vaadin.flow.dom.Node
-
Private constructor for initializing with an existing node and state provider.
- Node(String) - Constructor for class com.vaadin.flow.component.charts.model.Node
- Node(String, String) - Constructor for class com.vaadin.flow.component.charts.model.Node
- Node(String, String, String) - Constructor for class com.vaadin.flow.component.charts.model.Node
- NODE_AUTO_UPDATE - Static variable in class com.vaadin.flow.server.InitParameters
-
Configuration parameter name for requiring node executable installed in home directory.
- NODE_DOWNLOAD_ROOT - Static variable in class com.vaadin.flow.server.InitParameters
- NODE_MODULES - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
-
Location for the installed node packages.
- NODE_TYPE - Static variable in class com.vaadin.flow.internal.JsonCodec
-
Type id for a complex type array containing an
Element
. - NODE_VERSION - Static variable in class com.vaadin.flow.server.InitParameters
- NodeAttachChange - Class in com.vaadin.flow.internal.change
-
Change describing that a node has been attached.
- NodeAttachChange(StateNode) - Constructor for class com.vaadin.flow.internal.change.NodeAttachChange
-
Creates a new attach change.
- NodeChange - Class in com.vaadin.flow.internal.change
-
Base class describing a change to a state node.
- NodeChange(StateNode) - Constructor for class com.vaadin.flow.internal.change.NodeChange
-
Creates a new change for the given node.
- NodeDetachChange - Class in com.vaadin.flow.internal.change
-
Change describing that a node has been detached.
- NodeDetachChange(StateNode) - Constructor for class com.vaadin.flow.internal.change.NodeDetachChange
-
Creates a new detach change.
- NodeFeature - Class in com.vaadin.flow.internal.nodefeature
-
A node feature represents a group of related values and functionality in a state node.
- NodeFeature(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.NodeFeature
-
Creates a new feature for the given node.
- NodeFeatureChange - Class in com.vaadin.flow.internal.change
-
Base class for all node changes related to a feature.
- NodeFeatureChange(NodeFeature) - Constructor for class com.vaadin.flow.internal.change.NodeFeatureChange
-
Creates a new change for the given feature.
- NodeFeatureRegistry - Class in com.vaadin.flow.internal.nodefeature
-
A registry of node features that are available based on type.
- NodeFeatures - Class in com.vaadin.flow.internal.nodefeature
-
Registry of node feature id numbers and map keys shared between server and client.
- NodeInstaller - Class in com.vaadin.flow.server.frontend.installer
-
Node installation class.
- NodeInstaller(File, Platform, ArchiveExtractor, FileDownloader) - Constructor for class com.vaadin.flow.server.frontend.installer.NodeInstaller
-
Initialize a new NodeInstaller.
- NodeInstaller(File, Platform, List<ProxyConfig.Proxy>) - Constructor for class com.vaadin.flow.server.frontend.installer.NodeInstaller
-
Create NoodeInstaller with default extractor and downloader.
- NodeInstaller(File, List<ProxyConfig.Proxy>) - Constructor for class com.vaadin.flow.server.frontend.installer.NodeInstaller
-
Create NodeInstaller with default extractor and downloader and guess platform.
- NodeLayout - Enum Class in com.vaadin.flow.component.charts.model
- NodeList<T extends Serializable> - Class in com.vaadin.flow.internal.nodefeature
-
A state node feature that structures data as a list.
- NodeList(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.NodeList
-
Creates a new list for the given node.
- NodeList.SetView<T extends Serializable> - Class in com.vaadin.flow.internal.nodefeature
- NodeMap - Class in com.vaadin.flow.internal.nodefeature
-
A state node feature that structures data as a map.
- NodeMap(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.NodeMap
-
Creates a new map feature for the given node.
- NodeOwner - Interface in com.vaadin.flow.internal
-
Abstract root of a state node tree.
- NodeProperties - Class in com.vaadin.flow.internal.nodefeature
-
Various node properties' ids.
- NodeSeries - Class in com.vaadin.flow.component.charts.model
-
A series containing nodes and links to nodes.
- NodeSeries() - Constructor for class com.vaadin.flow.component.charts.model.NodeSeries
- NodeSeriesItem - Class in com.vaadin.flow.component.charts.model
-
Data for the
NodeSeries
. - NodeSeriesItem() - Constructor for class com.vaadin.flow.component.charts.model.NodeSeriesItem
-
Default constructor.
- NodeSeriesItem(Node, Node) - Constructor for class com.vaadin.flow.component.charts.model.NodeSeriesItem
- NodeTasks - Class in com.vaadin.flow.server.frontend
-
An executor that it's run when the servlet context is initialised in dev-mode or when flow-maven-plugin goals are run.
- NodeTasks(Options) - Constructor for class com.vaadin.flow.server.frontend.NodeTasks
-
Initialize tasks with the given options.
- NodeUpdater - Class in com.vaadin.flow.server.frontend
-
Base abstract class for frontend updaters that needs to be run when in dev-mode or from the flow maven plugin.
- NodeUpdater(ClassFinder, FrontendDependenciesScanner, Options) - Constructor for class com.vaadin.flow.server.frontend.NodeUpdater
-
Constructor.
- NodeValue<T extends Serializable> - Class in com.vaadin.flow.internal.nodefeature
-
A node feature that carries a single value.
- NodeValue(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.NodeValue
-
Creates a new feature for the given node.
- NodeVisitor - Interface in com.vaadin.flow.dom
-
Element API node visitor interface.
- NodeVisitor.ElementType - Enum Class in com.vaadin.flow.dom
-
The type of the element.
- NoInputStreamEvent - Class in com.vaadin.flow.component.upload
-
FailedEvent that indicates that an input stream could not be obtained.
- NoInputStreamEvent(Upload, String, String, long) - Constructor for class com.vaadin.flow.component.upload.NoInputStreamEvent
-
Create an instance of the event.
- NoInputStreamException - Exception in com.vaadin.flow.server
-
Exception for when there is no
InputStream
available. - NoInputStreamException() - Constructor for exception com.vaadin.flow.server.NoInputStreamException
- NON_AUTHORITATIVE_INFORMATION - Enum constant in enum class com.vaadin.flow.server.HttpStatusCode
-
Status code (203) indicating that the meta information presented by the client did not originate from the server.
- NON_CONVERT - Static variable in interface com.vaadin.flow.component.Key
-
The
NonConvert
("Don't convert") key. - NON_PARENT - Static variable in class com.vaadin.flow.server.startup.AbstractAnnotationValidator
- NON_PARENT_ALIAS - Static variable in class com.vaadin.flow.server.startup.AbstractAnnotationValidator
- NON_ROUTER_LAYOUT - Static variable in class com.vaadin.flow.server.startup.AbstractAnnotationValidator
- none() - Static method in class com.vaadin.flow.router.HighlightActions
-
An action which does nothing, regardless of the highlight state.
- NONE - Enum constant in enum class com.vaadin.flow.component.charts.model.Cursor
- NONE - Enum constant in enum class com.vaadin.flow.component.charts.model.Stacking
- NONE - Enum constant in enum class com.vaadin.flow.component.charts.model.StepType
- NONE - Enum constant in enum class com.vaadin.flow.component.charts.model.style.TickIntervalStyle
- NONE - Enum constant in enum class com.vaadin.flow.component.dnd.DropEffect
-
The item may not be dropped.
- NONE - Enum constant in enum class com.vaadin.flow.component.dnd.EffectAllowed
-
The item may not be dropped.
- NONE - Enum constant in enum class com.vaadin.flow.component.grid.Grid.SelectionMode
-
Selection model that doesn't allow selection.
- NONE - Enum constant in enum class com.vaadin.flow.component.orderedlayout.Scroller.ScrollDirection
- NONE - Enum constant in enum class com.vaadin.flow.component.page.Inline.Wrapping
- NONE - Enum constant in enum class com.vaadin.flow.component.textfield.Autocapitalize
-
Completely disable automatic capitalization.
- NONE - Static variable in interface com.vaadin.flow.component.Key
-
This value is reserved for corner cases of no key value present in event e.g.
- NONE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Border
- NONE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.BorderRadius
- NONE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Flex
- NONE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Height
- NONE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.LineHeight
- NONE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.ListStyleType
- NONE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.Bottom
- NONE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.End
- NONE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.Horizontal
- NONE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.Left
- NONE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin
- NONE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.Right
- NONE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.Start
- NONE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.Top
- NONE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.Vertical
- NONE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.MinHeight
- NONE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.MinWidth
- NONE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding.Bottom
- NONE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding.End
- NONE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding.Horizontal
- NONE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding.Left
- NONE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding
- NONE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding.Right
- NONE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding.Start
- NONE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding.Top
- NONE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding.Vertical
- nonProxyHosts - Variable in class com.vaadin.flow.server.frontend.installer.ProxyConfig.Proxy
-
Excluded hosts string delimited by '|'.
- NoOutputStreamEvent - Class in com.vaadin.flow.component.upload
-
FailedEvent that indicates that an output stream could not be obtained.
- NoOutputStreamEvent(Upload, String, String, long) - Constructor for class com.vaadin.flow.component.upload.NoOutputStreamEvent
-
Create an instance of the event.
- NoOutputStreamException - Exception in com.vaadin.flow.server
-
Exception for when there is no
OutputStream
available. - NoOutputStreamException() - Constructor for exception com.vaadin.flow.server.NoOutputStreamException
- NORMAL - Enum constant in enum class com.vaadin.flow.component.charts.model.NodeLayout
- NORMAL - Enum constant in enum class com.vaadin.flow.component.charts.model.Stacking
- NORMAL - Enum constant in enum class com.vaadin.flow.component.charts.model.style.FontWeight
-
Normal text
- NORMAL - Enum constant in enum class com.vaadin.flow.component.HasText.WhiteSpace
-
Sequences of white space are collapsed.
- NORMAL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontWeight
- NORMAL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Whitespace
- NOT_ACCEPTABLE - Enum constant in enum class com.vaadin.flow.server.HttpStatusCode
-
Status code (406) indicating that the resource identified by the request is only capable of generating response entities which have content characteristics not acceptable according to the accept headers sent in the request.
- NOT_EMPTY - Static variable in interface com.vaadin.flow.data.binder.RequiredFieldConfigurator
-
Configurator which is aware of @NotEmpty annotation presence for a property where the default value is empty.
- NOT_FOUND - Enum constant in enum class com.vaadin.flow.server.HttpStatusCode
-
Status code (404) indicating that the requested resource is not available.
- NOT_IMPLEMENTED - Enum constant in enum class com.vaadin.flow.server.HttpStatusCode
-
Status code (501) indicating the HTTP server does not support the functionality needed to fulfill the request.
- NOT_MODIFIED - Enum constant in enum class com.vaadin.flow.server.HttpStatusCode
-
Status code (304) indicating that a conditional GET operation found that the resource was available and not modified.
- NOT_NULL - Static variable in interface com.vaadin.flow.data.binder.RequiredFieldConfigurator
-
Configurator which is aware of @NotNull annotation presence for a property where the default value is
null
. - NOT_PRODUCTION_MODE_INFO - Static variable in class com.vaadin.flow.server.DefaultDeploymentConfiguration
- NOTEBOOK - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- noteItem() - Method in class com.vaadin.external.apache.commons.fileupload2.MultipartStream.ProgressNotifier
-
Called to indicate, that a new file item has been detected.
- NotFoundException - Exception in com.vaadin.flow.router
-
Exception indicating that something went wrong while resolving navigation routes.
- NotFoundException() - Constructor for exception com.vaadin.flow.router.NotFoundException
-
Default constructor.
- NotFoundException(String) - Constructor for exception com.vaadin.flow.router.NotFoundException
-
Navigation exception thrown when routing fails due to a faulty navigation target string.
- NoTheme - Annotation Interface in com.vaadin.flow.theme
-
A marker annotation to avoid applying any default theme to the application.
- Notification - Class in com.vaadin.flow.component.notification
-
Notifications are used to provide feedback to the user.
- Notification() - Constructor for class com.vaadin.flow.component.notification.Notification
-
Default constructor.
- Notification(Component...) - Constructor for class com.vaadin.flow.component.notification.Notification
-
Creates a notification with given components inside.
- Notification(String) - Constructor for class com.vaadin.flow.component.notification.Notification
-
Creates a Notification with the given String rendered as its HTML text, that does not close automatically.
- Notification(String, int) - Constructor for class com.vaadin.flow.component.notification.Notification
-
Creates a Notification with given String rendered as its HTML text and given Integer rendered as its duration.
- Notification(String, int, Notification.Position) - Constructor for class com.vaadin.flow.component.notification.Notification
-
Creates a Notification with given text String, duration and position
- NOTIFICATION - Static variable in interface com.vaadin.flow.component.Key
-
The
Notification
key. - Notification.OpenedChangeEvent - Class in com.vaadin.flow.component.notification
-
opened-changed
event is sent when the notification opened state changes. - Notification.Position - Enum Class in com.vaadin.flow.component.notification
-
Enumeration of all available positions for notification component
- NotificationElement - Class in com.vaadin.flow.component.notification.testbench
-
A TestBench element representing a
<vaadin-notification>
element. - NotificationElement() - Constructor for class com.vaadin.flow.component.notification.testbench.NotificationElement
- NotificationTester<T extends Notification> - Class in com.vaadin.flow.component.notification
-
Tester for Notification components.
- NotificationTester(T) - Constructor for class com.vaadin.flow.component.notification.NotificationTester
-
Wrap given component for testing.
- NotificationVariant - Enum Class in com.vaadin.flow.component.notification
-
Set of theme variants applicable for
vaadin-notification
component. - notifyBindingValidationStatusHandlers() - Method in class com.vaadin.flow.data.binder.BinderValidationStatus
-
Notifies all validation status handlers in bindings.
- notifyBindingValidationStatusHandlers(SerializablePredicate<BindingValidationStatus<?>>) - Method in class com.vaadin.flow.data.binder.BinderValidationStatus
-
Notifies validation status handlers for bindings that pass given filter.
- notifyChange() - Method in class com.vaadin.flow.component.map.configuration.AbstractConfigurationObject
-
Notifies observers that this object has changed.
- notifyChange(PropertyChangeEvent) - Method in class com.vaadin.flow.component.map.configuration.AbstractConfigurationObject
-
Same behavior as
AbstractConfigurationObject.notifyChange()
, can be used as a shortcut to relay events from nested objects. - notifyNavigationTarget(Component, NavigationEvent, BeforeEnterEvent, LocationChangeEvent) - Method in class com.vaadin.flow.router.internal.AbstractNavigationStateRenderer
-
Notify the navigation target about the status of the navigation.
- notifyNavigationTarget(Component, NavigationEvent, BeforeEnterEvent, LocationChangeEvent) - Method in class com.vaadin.flow.router.internal.ErrorStateRenderer
- notifyNavigationTarget(Component, NavigationEvent, BeforeEnterEvent, LocationChangeEvent) - Method in class com.vaadin.flow.router.internal.NavigationStateRenderer
- notifySelectionChanged() - Method in class com.vaadin.flow.component.combobox.ComboBoxDataCommunicator
- NotSupported - Annotation Interface in com.vaadin.flow.component
-
Methods annotated with
NotSupported
are mapped to the original webcomponent implementation, but not supported at Java level. - notUsableReasons(Consumer<String>) - Method in class com.vaadin.flow.component.checkbox.CheckboxGroupTester
- notUsableReasons(Consumer<String>) - Method in class com.vaadin.flow.component.checkbox.CheckboxTester
- notUsableReasons(Consumer<String>) - Method in class com.vaadin.flow.component.login.LoginOverlayTester
- notUsableReasons(Consumer<String>) - Method in class com.vaadin.flow.component.notification.NotificationTester
- notUsableReasons(Consumer<String>) - Method in class com.vaadin.flow.component.radiobutton.RadioButtonGroupTester
- notUsableReasons(Consumer<String>) - Method in class com.vaadin.flow.component.radiobutton.RadioButtonTester
- notUsableReasons(Consumer<String>) - Method in class com.vaadin.flow.component.textfield.NumberFieldTester
- notUsableReasons(Consumer<String>) - Method in class com.vaadin.flow.component.textfield.TextAreaTester
- notUsableReasons(Consumer<String>) - Method in class com.vaadin.flow.component.textfield.TextFieldTester
- notUsableReasons(Consumer<String>) - Method in class com.vaadin.testbench.unit.ComponentTester
-
Provides messages explaining why the component is actually not usable.
- NOWRAP - Enum constant in enum class com.vaadin.flow.component.HasText.WhiteSpace
-
Collapses white space as for normal, but suppresses line breaks (text wrapping) within the source.
- NOWRAP - Enum constant in enum class com.vaadin.flow.component.orderedlayout.FlexLayout.FlexWrap
-
If the items use up too much space they will overflow.
- NOWRAP - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FlexWrap
- NOWRAP - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Whitespace
- NPM_BIN_PATH - Static variable in class com.vaadin.flow.server.frontend.FrontendTools
- NPM_TOKEN - Static variable in class com.vaadin.flow.server.Constants
- NpmPackage - Annotation Interface in com.vaadin.flow.component.dependency
-
Annotation for defining an npm package dependency on a
Component
class which includes one or more JS modules. - NpmPackage.Container - Annotation Interface in com.vaadin.flow.component.dependency
-
Internal annotation to enable use of multiple
NpmPackage
annotations. - NULL_IDENTIFIER_ERROR_MESSAGE - Static variable in class com.vaadin.flow.data.provider.AbstractDataView
- NULL_ITEM_ERROR_MESSAGE - Static variable in class com.vaadin.flow.data.provider.AbstractDataView
- NullOwner - Class in com.vaadin.flow.internal
-
A stateless singleton node owner that is used for nodes that have not yet been attached to a state tree.
- NUM_LOCK - Static variable in interface com.vaadin.flow.component.Key
-
The
NumLock
(Number Lock) key. - NUMBER - Enum constant in enum class com.vaadin.flow.component.html.OrderedList.NumberingType
-
The list items will be numbered with numbers (default).
- NumberField - Class in com.vaadin.flow.component.textfield
-
Number Field sports many of the same features as Text Field but only accepts numeric input.
- NumberField() - Constructor for class com.vaadin.flow.component.textfield.NumberField
-
Constructs an empty
NumberField
. - NumberField(HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<NumberField, Double>>) - Constructor for class com.vaadin.flow.component.textfield.NumberField
-
Constructs an empty
NumberField
with a value change listener. - NumberField(String) - Constructor for class com.vaadin.flow.component.textfield.NumberField
-
Constructs an empty
NumberField
with the given label. - NumberField(String, HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<NumberField, Double>>) - Constructor for class com.vaadin.flow.component.textfield.NumberField
-
Constructs an empty
NumberField
with a value change listener and a label. - NumberField(String, Double, HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<NumberField, Double>>) - Constructor for class com.vaadin.flow.component.textfield.NumberField
-
Constructs a
NumberField
with a value change listener, a label and an initial value. - NumberField(String, String) - Constructor for class com.vaadin.flow.component.textfield.NumberField
-
Constructs an empty
NumberField
with the given label and placeholder text. - NumberFieldElement - Class in com.vaadin.flow.component.textfield.testbench
-
A TestBench element representing a
<vaadin-number-field>
element. - NumberFieldElement() - Constructor for class com.vaadin.flow.component.textfield.testbench.NumberFieldElement
- NumberFieldTester<T extends AbstractNumberField<T,
V>, V extends Number> - Class in com.vaadin.flow.component.textfield -
Tester for NumberField components.
- NumberFieldTester(T) - Constructor for class com.vaadin.flow.component.textfield.NumberFieldTester
-
Wrap given component for testing.
- NumberRenderer<SOURCE> - Class in com.vaadin.flow.data.renderer
-
A renderer for presenting number values.
- NumberRenderer(ValueProvider<SOURCE, Number>) - Constructor for class com.vaadin.flow.data.renderer.NumberRenderer
-
Creates a new number renderer.
- NumberRenderer(ValueProvider<SOURCE, Number>, String) - Constructor for class com.vaadin.flow.data.renderer.NumberRenderer
-
Creates a new number renderer.
- NumberRenderer(ValueProvider<SOURCE, Number>, String, Locale) - Constructor for class com.vaadin.flow.data.renderer.NumberRenderer
-
Creates a new number renderer.
- NumberRenderer(ValueProvider<SOURCE, Number>, String, Locale, String) - Constructor for class com.vaadin.flow.data.renderer.NumberRenderer
-
Creates a new number renderer.
- NumberRenderer(ValueProvider<SOURCE, Number>, NumberFormat) - Constructor for class com.vaadin.flow.data.renderer.NumberRenderer
-
Creates a new number renderer.
- NumberRenderer(ValueProvider<SOURCE, Number>, NumberFormat, String) - Constructor for class com.vaadin.flow.data.renderer.NumberRenderer
-
Creates a new number renderer.
- NumberRenderer(ValueProvider<SOURCE, Number>, Locale) - Constructor for class com.vaadin.flow.data.renderer.NumberRenderer
-
Creates a new number renderer.
- numbersEqual(JsonValue, JsonValue) - Static method in class com.vaadin.flow.internal.JsonUtils
- numberStream(JsonArray) - Static method in class com.vaadin.flow.internal.JsonUtils
-
Creates a double stream from a JSON array of numbers.
- NUMPAD - Enum constant in enum class com.vaadin.flow.component.KeyLocation
-
Numeric pad key location.
- NUMPAD_0 - Static variable in interface com.vaadin.flow.component.Key
-
0 Ins
on a keyboard0
on a phone or remote control - NUMPAD_1 - Static variable in interface com.vaadin.flow.component.Key
-
1 End
on a keyboard1
or1 QZ
on a phone orremote control - NUMPAD_2 - Static variable in interface com.vaadin.flow.component.Key
-
2 ↓
on a keyboard2 ABC
on a phone or remote control - NUMPAD_3 - Static variable in interface com.vaadin.flow.component.Key
-
3 PgDn
on a keyboard3 DEF
on a phone or remote control - NUMPAD_4 - Static variable in interface com.vaadin.flow.component.Key
-
4 ←
on a keyboard4 GHI
on a phone or remote control - NUMPAD_5 - Static variable in interface com.vaadin.flow.component.Key
-
5
on a keyboard5 JKL
on a phone or remote control - NUMPAD_6 - Static variable in interface com.vaadin.flow.component.Key
-
6 →
on a keyboard6 MNO
on a phone or remote control - NUMPAD_7 - Static variable in interface com.vaadin.flow.component.Key
-
7 Home
on a keyboard7 PQRS
or7 PRS
on a phoneor remote control - NUMPAD_8 - Static variable in interface com.vaadin.flow.component.Key
-
8 ↑
on a keyboard8 TUV
on a phone or remote control - NUMPAD_9 - Static variable in interface com.vaadin.flow.component.Key
-
9 PgUp
on a keyboard9 WXYZ
or9 WXY
on a phoneor remote control - NUMPAD_ADD - Static variable in interface com.vaadin.flow.component.Key
-
+
- NUMPAD_BACKSPACE - Static variable in interface com.vaadin.flow.component.Key
-
Found on the Microsoft Natural Keyboard.
- NUMPAD_CLEAR - Static variable in interface com.vaadin.flow.component.Key
-
C
orAC
(All Clear). - NUMPAD_CLEAR_ENTRY - Static variable in interface com.vaadin.flow.component.Key
-
CE
(Clear Entry) - NUMPAD_COMMA - Static variable in interface com.vaadin.flow.component.Key
-
,
(thousands separator). - NUMPAD_DECIMAL - Static variable in interface com.vaadin.flow.component.Key
-
.
- NUMPAD_DIVIDE - Static variable in interface com.vaadin.flow.component.Key
-
/
- NUMPAD_ENTER - Static variable in interface com.vaadin.flow.component.Key
-
This value matches DOM's KeyboardEvent's
event.code
. - NUMPAD_EQUAL - Static variable in interface com.vaadin.flow.component.Key
-
=
- NUMPAD_HASH - Static variable in interface com.vaadin.flow.component.Key
-
#
on a phone or remote control device. - NUMPAD_MEMORY_ADD - Static variable in interface com.vaadin.flow.component.Key
-
M+
Add current entry to the value stored in memory. - NUMPAD_MEMORY_CLEAR - Static variable in interface com.vaadin.flow.component.Key
-
MC
Clear the value stored in memory. - NUMPAD_MEMORY_RECALL - Static variable in interface com.vaadin.flow.component.Key
-
MR
Replace the current entry with the value stored in memory. - NUMPAD_MEMORY_STORE - Static variable in interface com.vaadin.flow.component.Key
-
MS
Replace the value stored in memory with the current entry. - NUMPAD_MEMORY_SUBTRACT - Static variable in interface com.vaadin.flow.component.Key
-
M-
Subtract current entry from the value stored in memory. - NUMPAD_MULTIPLY - Static variable in interface com.vaadin.flow.component.Key
-
*
on a keyboard. - NUMPAD_PAREN_LEFT - Static variable in interface com.vaadin.flow.component.Key
-
(
Found on the Microsoft Natural Keyboard. - NUMPAD_PAREN_RIGHT - Static variable in interface com.vaadin.flow.component.Key
-
)
Found on the Microsoft Natural Keyboard. - NUMPAD_STAR - Static variable in interface com.vaadin.flow.component.Key
-
*
on a phone or remote control device.This key is typically found below the7
key and to the left of the0
key. - NUMPAD_SUBTRACT - Static variable in interface com.vaadin.flow.component.Key
-
-
- numSetBitsHex(String) - Static method in class com.vaadin.open.LinuxProcFileReader
- NURSE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
O
- OBJECT - Static variable in annotation interface com.vaadin.flow.component.Tag
-
Tag for an
<object>
. - objectStream(JsonArray) - Static method in class com.vaadin.flow.internal.JsonUtils
-
Creates a stream from a JSON array of objects.
- of(int) - Static method in enum class com.vaadin.flow.component.charts.events.MouseEventDetails.MouseButton
- of(int) - Static method in enum class com.vaadin.flow.component.KeyLocation
-
Returns the
KeyLocation
forlocation
. - of(int) - Static method in enum class com.vaadin.flow.component.map.events.MouseEventDetails.MouseButton
- of(SerializableSupplier<R>, SerializableFunction<Exception, String>) - Static method in interface com.vaadin.flow.data.binder.Result
-
Returns a Result representing the result of invoking the given supplier.
- of(String) - Static method in enum class com.vaadin.flow.component.KeyModifier
-
Returns the
KeyModifier
forkey
. - of(String) - Static method in class com.vaadin.flow.data.renderer.LitRenderer
-
Creates a new LitRenderer based on the provided template expression.
- of(String, C, C) - Static method in class com.vaadin.flow.data.validator.RangeValidator
-
Returns a
RangeValidator
comparing values of aComparable
type using their natural order. - of(String, String) - Static method in class com.vaadin.flow.router.QueryParameters
-
Creates parameters from given key-value pair.
- of(String, String...) - Static method in interface com.vaadin.flow.component.Key
-
Returns a
Key
instance for a printable representation of the key. - of(UUID) - Static method in class com.vaadin.collaborationengine.ListKey
-
Creates the
ListKey
for the providedkey
parameter. - of(T, Class<? super T>...) - Static method in interface com.vaadin.flow.di.Lookup
-
Creates a lookup which contains (only) the provided
service
as instance of givenserviceTypes
. - ofClientSideName(String) - Static method in enum class com.vaadin.flow.component.grid.CellFocusEvent.GridSection
-
Returns the matching
CellFocusEvent.GridSection
for the given client side name. - ofCollection(Collection<T>) - Static method in interface com.vaadin.flow.data.provider.DataProvider
-
Creates a new data provider backed by a collection.
- OFF - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
The user must explicitly enter a value into this field for every use, or the document provides its own autocomplete method.
- OFFICE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- offline() - Element in annotation interface com.vaadin.flow.server.PWA
-
Whether the application should be available offline.
- offlinePath() - Element in annotation interface com.vaadin.flow.server.PWA
-
Path to the static offline html file.
- offlineResources() - Element in annotation interface com.vaadin.flow.server.PWA
-
Offline resources to be cached using the service worker.
- offsetBy(int) - Method in class com.vaadin.flow.internal.Range
-
Get a range that is based on this one, but offset by a number.
- ofItems(T...) - Static method in interface com.vaadin.flow.data.provider.DataProvider
-
Creates a new data provider from the given items.
- OHLC - Static variable in class com.vaadin.flow.component.charts.model.ChartType
- OhlcItem - Class in com.vaadin.flow.component.charts.model
-
A DataSeriesItem implementation suitable for <a https://en.wikipedia.org/wiki/Open-high-low-close_chart">OHLC charts.
- OhlcItem() - Constructor for class com.vaadin.flow.component.charts.model.OhlcItem
-
Constructs an empty ohlc data item
- OhlcItem(Number, Number, Number, Number, Number) - Constructor for class com.vaadin.flow.component.charts.model.OhlcItem
-
Constructs an ohlc data item for give open, high, low and close values
- OhlcItem(Instant, Number, Number, Number, Number) - Constructor for class com.vaadin.flow.component.charts.model.OhlcItem
-
Constructs an ohlc data item for give open, high, low and close values
- OhlcItem(Date, Number, Number, Number, Number) - Constructor for class com.vaadin.flow.component.charts.model.OhlcItem
-
Deprecated.as of 4.0. Use
OhlcItem(Instant, Number, Number, Number, Number)
- OhlcOptions - Class in com.vaadin.flow.component.charts.model
- OhlcOptions() - Constructor for class com.vaadin.flow.component.charts.model.OhlcOptions
- ok() - Static method in interface com.vaadin.flow.data.binder.ValidationResult
-
Returns a successful result.
- ok(R) - Static method in interface com.vaadin.flow.data.binder.Result
-
Returns a successful result wrapping the given value.
- OK - Enum constant in enum class com.vaadin.flow.data.binder.BindingValidationStatus.Status
-
Validation passed.
- OK - Enum constant in enum class com.vaadin.flow.server.HttpStatusCode
-
Status code (200) indicating the request succeeded normally.
- OL - Static variable in annotation interface com.vaadin.flow.component.Tag
-
Tag for an
<ol>
. - OL_FEATURE - Static variable in class com.vaadin.flow.component.map.configuration.Constants
- OL_GEOMETRY_POINT - Static variable in class com.vaadin.flow.component.map.configuration.Constants
- OL_LAYER_IMAGE - Static variable in class com.vaadin.flow.component.map.configuration.Constants
- OL_LAYER_TILE - Static variable in class com.vaadin.flow.component.map.configuration.Constants
- OL_LAYER_VECTOR - Static variable in class com.vaadin.flow.component.map.configuration.Constants
- OL_MAP - Static variable in class com.vaadin.flow.component.map.configuration.Constants
- OL_SOURCE_IMAGE_WMS - Static variable in class com.vaadin.flow.component.map.configuration.Constants
- OL_SOURCE_OSM - Static variable in class com.vaadin.flow.component.map.configuration.Constants
- OL_SOURCE_TILE_WMS - Static variable in class com.vaadin.flow.component.map.configuration.Constants
- OL_SOURCE_VECTOR - Static variable in class com.vaadin.flow.component.map.configuration.Constants
- OL_SOURCE_XYZ - Static variable in class com.vaadin.flow.component.map.configuration.Constants
- OL_STYLE_FILL - Static variable in class com.vaadin.flow.component.map.configuration.Constants
- OL_STYLE_ICON - Static variable in class com.vaadin.flow.component.map.configuration.Constants
- OL_STYLE_STROKE - Static variable in class com.vaadin.flow.component.map.configuration.Constants
- OL_STYLE_STYLE - Static variable in class com.vaadin.flow.component.map.configuration.Constants
- OL_VIEW - Static variable in class com.vaadin.flow.component.map.configuration.Constants
- OLDLACE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- OLIVE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- OLIVEDRAB - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- ON - Enum constant in enum class com.vaadin.flow.component.charts.model.PointPlacement
- ON - Enum constant in enum class com.vaadin.flow.component.charts.model.TickmarkPlacement
- ON - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
The browser is allowed to automatically complete the value based on values that the user has entered during previous uses, however
on
does not provide any further information about what kind of data the user might be expected to enter. - ON_BLUR - Enum constant in enum class com.vaadin.flow.data.value.ValueChangeMode
-
Syncs the value to the server on
blur
event, i.e. - ON_CHANGE - Enum constant in enum class com.vaadin.flow.data.value.ValueChangeMode
-
Syncs the value to the server on
change
event, i.e. - ON_DEMAND - Static variable in interface com.vaadin.flow.component.Key
-
Opens the user interface for selecting on demand content or programs to watch.
- ON_GRID - Enum constant in enum class com.vaadin.flow.component.grid.dnd.GridDropMode
-
The drop event will not happen on any specific row, it will show the drop target outline around the whole grid.
- ON_TOP - Enum constant in enum class com.vaadin.flow.component.grid.dnd.GridDropLocation
-
Drop on top of the row.
- ON_TOP - Enum constant in enum class com.vaadin.flow.component.grid.dnd.GridDropMode
-
The drop event can happen on top of Grid rows.
- ON_TOP_OR_BETWEEN - Enum constant in enum class com.vaadin.flow.component.grid.dnd.GridDropMode
-
The drop event can happen either on top of or between Grid rows.
- onActivation() - Method in interface com.vaadin.collaborationengine.AbstractCollaborationManager.ActivationHandler
-
The method executed when the manager is activated.
- onActivation(CollaborationMessageSubmitter.ActivationContext) - Method in interface com.vaadin.collaborationengine.CollaborationMessageSubmitter
-
Handles the activation of the submitter, for example setting up an input component to append new messages using the
CollaborationMessageSubmitter.ActivationContext.appendMessage(String)
method. - onAttach() - Method in class com.vaadin.flow.internal.StateNode
-
Called when this node has been attached to a state tree.
- onAttach(boolean) - Method in class com.vaadin.flow.internal.nodefeature.ComponentMapping
- onAttach(boolean) - Method in class com.vaadin.flow.internal.nodefeature.NodeFeature
-
Called when the state node has been attached to the state tree.
- onAttach(AttachEvent) - Method in class com.vaadin.flow.component.applayout.AppLayout
- onAttach(AttachEvent) - Method in class com.vaadin.flow.component.button.Button
- onAttach(AttachEvent) - Method in class com.vaadin.flow.component.charts.Chart
- onAttach(AttachEvent) - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
- onAttach(AttachEvent) - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
- onAttach(AttachEvent) - Method in class com.vaadin.flow.component.combobox.MultiSelectComboBox
- onAttach(AttachEvent) - Method in class com.vaadin.flow.component.Component
-
Called when the component is attached to a UI.
- onAttach(AttachEvent) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
- onAttach(AttachEvent) - Method in class com.vaadin.flow.component.cookieconsent.CookieConsent
- onAttach(AttachEvent) - Method in class com.vaadin.flow.component.crud.Crud
- onAttach(AttachEvent) - Method in class com.vaadin.flow.component.customfield.CustomField
- onAttach(AttachEvent) - Method in class com.vaadin.flow.component.datepicker.DatePicker
- onAttach(AttachEvent) - Method in class com.vaadin.flow.component.datetimepicker.DateTimePicker
- onAttach(AttachEvent) - Method in class com.vaadin.flow.component.dialog.Dialog
- onAttach(AttachEvent) - Method in class com.vaadin.flow.component.grid.Grid
- onAttach(AttachEvent) - Method in class com.vaadin.flow.component.listbox.ListBoxBase
- onAttach(AttachEvent) - Method in class com.vaadin.flow.component.map.MapBase
- onAttach(AttachEvent) - Method in class com.vaadin.flow.component.menubar.MenuBar
- onAttach(AttachEvent) - Method in class com.vaadin.flow.component.notification.Notification
- onAttach(AttachEvent) - Method in class com.vaadin.flow.component.radiobutton.RadioButtonGroup
- onAttach(AttachEvent) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor
- onAttach(AttachEvent) - Method in class com.vaadin.flow.component.select.Select
- onAttach(AttachEvent) - Method in class com.vaadin.flow.component.tabs.Tabs
- onAttach(AttachEvent) - Method in class com.vaadin.flow.component.textfield.AbstractNumberField
- onAttach(AttachEvent) - Method in class com.vaadin.flow.component.textfield.BigDecimalField
- onAttach(AttachEvent) - Method in class com.vaadin.flow.component.textfield.EmailField
- onAttach(AttachEvent) - Method in class com.vaadin.flow.component.textfield.PasswordField
- onAttach(AttachEvent) - Method in class com.vaadin.flow.component.textfield.TextArea
- onAttach(AttachEvent) - Method in class com.vaadin.flow.component.textfield.TextField
- onAttach(AttachEvent) - Method in class com.vaadin.flow.component.timepicker.TimePicker
- onAttach(AttachEvent) - Method in class com.vaadin.flow.component.UI
-
Called after the UI is added to the session.
- onAttach(AttachEvent) - Method in class com.vaadin.flow.component.upload.Upload
- onAttach(ElementAttachEvent) - Method in interface com.vaadin.flow.dom.ElementAttachListener
-
Invoked when an element is attached to the UI.
- onAuthenticationSuccess(HttpServletRequest, HttpServletResponse, Authentication) - Method in class com.vaadin.flow.spring.security.VaadinSavedRequestAwareAuthenticationSuccessHandler
-
Called when a user has been successfully authenticated and finds out whether it should redirect the user back to a default success url or the originally requested url before the authentication.
- onBeforeOpenMenu(JsonObject) - Method in class com.vaadin.flow.component.contextmenu.ContextMenuBase
-
Decides whether to open the menu when the
ContextMenuBase.beforeOpenHandler(DomEvent)
is processed, sub-classes can easily override it and perform additional operations in this phase. - onBeforeOpenMenu(JsonObject) - Method in class com.vaadin.flow.component.grid.contextmenu.GridContextMenu
-
Decides whether to open the menu when the
ContextMenuBase.beforeOpenHandler(DomEvent)
is processed, sub-classes can easily override it and perform additional operations in this phase. - once(Command) - Static method in interface com.vaadin.flow.shared.Registration
-
Creates a registration that will run a command only once.
- onChange(SerializableBiConsumer<C, P>) - Method in interface com.vaadin.flow.component.webcomponent.PropertyConfiguration
-
Sets a Property change handler.
- onChange(SerializableBiConsumer<C, P>) - Method in class com.vaadin.flow.server.webcomponent.PropertyConfigurationImpl
- onClick(SOURCE) - Method in interface com.vaadin.flow.data.renderer.ClickableRenderer
-
Invoked when an item is clicked or tapped.
- onClose(Session, CloseReason) - Method in class com.vaadin.base.devserver.viteproxy.ViteWebsocketEndpoint
- onClose(WebSocket, int, String) - Method in class com.vaadin.base.devserver.viteproxy.ViteWebsocketConnection
- onComponentAttach(Component, boolean) - Static method in class com.vaadin.flow.component.ComponentUtil
-
Handles triggering the
onAttach
method and firing theAttachEvent
for the given component when it has been attached to a UI. - onComponentDetach(Component) - Static method in class com.vaadin.flow.component.ComponentUtil
-
Handles triggering the
onDetach
method and firing theDetachEvent
for the given component right before it is detached from a UI. - onComponentEvent(E) - Method in class com.vaadin.flow.component.KeyEventListener
- onComponentEvent(T) - Method in interface com.vaadin.flow.component.ComponentEventListener
-
Invoked when a component event has been fired.
- onConnect(AtmosphereResource) - Method in class com.vaadin.base.devserver.DebugWindowConnection
- onConnect(AtmosphereResource) - Method in interface com.vaadin.flow.internal.BrowserLiveReload
-
Sets the web socket connection resource when it's established.
- onConnectionFailed(TopicConnectionRegistration.ConnectionFailedAction) - Method in class com.vaadin.collaborationengine.AbstractCollaborationManager
-
Adds an action to be executed if the topic connection fails.
- onConnectionFailed(TopicConnectionRegistration.ConnectionFailedAction) - Method in class com.vaadin.collaborationengine.TopicConnectionRegistration
-
Adds an action to be executed if the topic connection fails.
- onConnectionFailed(TopicConnectionRegistration.ConnectionFailedEvent) - Method in interface com.vaadin.collaborationengine.TopicConnectionRegistration.ConnectionFailedAction
-
Handles a failed topic connection.
- onDataChange(DataChangeEvent<T>) - Method in interface com.vaadin.flow.data.provider.DataProviderListener
-
Invoked when this listener receives a data change event from a data source to which it has been added.
- onDataProviderChange() - Method in class com.vaadin.flow.component.grid.Grid
-
Callback which is called if a new data provider is set or any change happen in the current data provider (an
DataChangeEvent
event is fired). - onDetach() - Method in class com.vaadin.flow.internal.nodefeature.ComponentMapping
- onDetach() - Method in class com.vaadin.flow.internal.nodefeature.NodeFeature
-
Called when the state node has been detached from the state tree.
- onDetach() - Method in class com.vaadin.flow.internal.nodefeature.NodeList
- onDetach(DetachEvent) - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
- onDetach(DetachEvent) - Method in class com.vaadin.flow.component.Component
-
Called when the component is detached from a UI.
- onDetach(DetachEvent) - Method in class com.vaadin.flow.component.grid.Grid
- onDetach(DetachEvent) - Method in class com.vaadin.flow.component.listbox.ListBoxBase
- onDetach(DetachEvent) - Method in class com.vaadin.flow.component.notification.Notification
- onDetach(DetachEvent) - Method in class com.vaadin.flow.component.radiobutton.RadioButtonGroup
- onDetach(DetachEvent) - Method in class com.vaadin.flow.component.UI
-
Called before the UI is removed from the session.
- onDetach(ElementDetachEvent) - Method in interface com.vaadin.flow.dom.ElementDetachListener
-
Invoked when an element is detached from the UI.
- onDevServerCompilation(DevServerOutputTracker.Result) - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
-
Called whenever the dev server output matche the success or failure pattern.
- onDisconnect(AtmosphereResource) - Method in class com.vaadin.base.devserver.DebugWindowConnection
- onDisconnect(AtmosphereResource) - Method in interface com.vaadin.flow.internal.BrowserLiveReload
-
Removes the web socket connection resource, not
null
. - ONE_IMPL_REQUIRED - Static variable in class com.vaadin.flow.di.LookupInitializer
- onEditorCancel(EditorCancelEvent<T>) - Method in interface com.vaadin.flow.component.grid.editor.EditorCancelListener
-
Called when the editor is cancelled.
- onEditorClose(EditorCloseEvent<T>) - Method in interface com.vaadin.flow.component.grid.editor.EditorCloseListener
-
Called when the editor is closed.
- onEditorOpen(EditorOpenEvent<T>) - Method in interface com.vaadin.flow.component.grid.editor.EditorOpenListener
-
Called when the editor is opened.
- onEditorSave(EditorSaveEvent<T>) - Method in interface com.vaadin.flow.component.grid.editor.EditorSaveListener
-
Called when the editor is saved.
- onEnabledStateChanged(boolean) - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
- onEnabledStateChanged(boolean) - Method in class com.vaadin.flow.component.Component
-
Handle component enable state when the enabled state changes.
- onEnabledStateChanged(boolean) - Method in class com.vaadin.flow.component.grid.Grid
- onEnabledStateChanged(boolean) - Method in class com.vaadin.flow.component.gridpro.GridPro
- onEnabledStateChanged(boolean) - Method in class com.vaadin.flow.component.html.Anchor
- onEnabledStateChanged(boolean) - Method in class com.vaadin.flow.component.listbox.ListBoxBase
- onEnabledStateChanged(boolean) - Method in class com.vaadin.flow.component.login.AbstractLogin
- onEnabledStateChanged(boolean) - Method in class com.vaadin.flow.component.radiobutton.RadioButtonGroup
- onEnabledStateChanged(boolean) - Method in class com.vaadin.flow.component.select.Select
- onEnabledStateChanged(boolean) - Method in class com.vaadin.flow.component.virtuallist.VirtualList
- onError(Node<?>, String, Element) - Method in interface com.vaadin.flow.dom.ChildElementConsumer
-
This callback method is called when the requested client element cannot be found in the provided
parent
by thetag
name after thepreviousSibling
. - OneTimeInitializerPredicate - Interface in com.vaadin.flow.di
-
The presence of the service implementing this interface with
OneTimeInitializerPredicate.runOnce()
returningtrue
means thatServletContainerInitializer
s are executed only once and the implementation doesn't have to care about cleaning up data collected based on previous call. - onHistoryStateChange(History.HistoryStateChangeEvent) - Method in interface com.vaadin.flow.component.page.History.HistoryStateChangeHandler
-
Invoked when a history state change event is fired.
- onItemClicked(SOURCE) - Method in interface com.vaadin.flow.data.renderer.ClickableRenderer.ItemClickListener
-
Notifies when an item is clicked or tapped in the target component.
- onListChange(ListChangeEvent) - Method in interface com.vaadin.collaborationengine.ListSubscriber
-
Handles a list change event.
- ONLY_WHEN_ENABLED - Enum constant in enum class com.vaadin.flow.dom.DisabledUpdateMode
-
If used then updates from the client side are allowed only if element is enabled.
- onMapChange(MapChangeEvent) - Method in interface com.vaadin.collaborationengine.MapSubscriber
-
Handles a map change event.
- onMessage(String) - Method in class com.vaadin.base.devserver.viteproxy.ViteWebsocketProxy
- onMessage(AtmosphereResource, String) - Method in class com.vaadin.base.devserver.DebugWindowConnection
- onMessage(AtmosphereResource, String) - Method in interface com.vaadin.flow.internal.BrowserLiveReload
-
Called when any message is received through the connection.
- onOpen(Session, EndpointConfig) - Method in class com.vaadin.base.devserver.viteproxy.ViteWebsocketEndpoint
- onOpen(WebSocket) - Method in class com.vaadin.base.devserver.viteproxy.ViteWebsocketConnection
- onPage() - Method in class com.vaadin.testbench.ElementQuery
-
Defines that the query should start the search from the root of the page, in practice from the
<body>
tag. - onProgress(StreamVariable.StreamingProgressEvent) - Method in interface com.vaadin.flow.server.StreamVariable
-
This method is called if
StreamVariable.listenProgress()
returns true when the streaming starts. - onRequest(AtmosphereResource) - Method in class com.vaadin.flow.server.communication.PushAtmosphereHandler
- onShortcut(ShortcutEvent) - Method in interface com.vaadin.flow.component.ShortcutEventListener
-
Invoked when shortcut has been used.
- onStartup(ServletContext) - Method in class com.vaadin.flow.spring.VaadinMVCWebAppInitializer
- onStartup(ServletContext) - Method in class com.vaadin.flow.spring.VaadinServletContextInitializer
- onStartup(Set<Class<?>>, ServletContext) - Method in interface com.vaadin.flow.server.startup.ClassLoaderAwareServletContainerInitializer
-
Overridden to use different classloaders if needed.
- onStateChange(AtmosphereResourceEvent) - Method in class com.vaadin.flow.server.communication.PushAtmosphereHandler
- onText(WebSocket, CharSequence, boolean) - Method in class com.vaadin.base.devserver.viteproxy.ViteWebsocketConnection
- onUnregister(SerializableRunnable) - Method in interface com.vaadin.flow.dom.DomListenerRegistration
-
Adds a handler that will be run when this registration is removed.
- open() - Method in class com.vaadin.flow.component.accordion.testbench.AccordionPanelElement
-
Opens the panel.
- open() - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Opens the dialog.
- open() - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialogTester
- open() - Method in class com.vaadin.flow.component.contextmenu.ContextMenuTester
-
Opens the context menu, as if the action is done in the browser.
- open() - Method in class com.vaadin.flow.component.datepicker.DatePicker
-
Opens the datepicker overlay.
- open() - Method in class com.vaadin.flow.component.datepicker.testbench.DatePickerElement
-
Opens the date picker overlay
- open() - Method in class com.vaadin.flow.component.dialog.Dialog
-
Opens the dialog.
- open() - Method in class com.vaadin.flow.component.dialog.DialogTester
-
Open the dialog.
- open() - Method in class com.vaadin.flow.component.notification.Notification
-
Opens the notification.
- open(int) - Method in class com.vaadin.flow.component.accordion.Accordion
-
Opens the panel at the specified index.
- open(int) - Method in class com.vaadin.flow.component.accordion.testbench.AccordionElement
-
Opens the panel at the specified index.
- open(AccordionPanel) - Method in class com.vaadin.flow.component.accordion.Accordion
-
Opens the specified panel.
- open(String) - Method in class com.vaadin.flow.component.page.Page
-
Opens the given url in a new tab.
- open(String) - Static method in class com.vaadin.open.Open
-
Opens the given URL.
- open(String, App) - Static method in class com.vaadin.open.Open
-
Opens the given URL in the given application.
- open(String, App, Options) - Static method in class com.vaadin.open.Open
-
Opens the given URL in the given application using the given options.
- open(String, Options) - Static method in class com.vaadin.open.Open
-
Opens the given URL using the given options.
- open(String, String) - Method in class com.vaadin.flow.component.page.Page
-
Opens the given URL in a window with the given name.
- Open - Class in com.vaadin.open
- Open() - Constructor for class com.vaadin.open.Open
- OPEN - Enum constant in enum class com.vaadin.flow.server.VaadinSessionState
-
The session is active and accepting client requests.
- OPEN - Static variable in interface com.vaadin.flow.component.Key
-
Opens an existing document or message.
- OPEN_BOOK - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- OPEN_PROPERTY - Static variable in class com.vaadin.flow.component.charts.model.DataProviderSeries
- openApp(App, List<String>, Options) - Static method in class com.vaadin.open.Open
-
Opens the given application using the given arguments and options.
- openApp(String, List<String>, Options) - Static method in class com.vaadin.open.Open
-
Opens the given application using the given arguments and options.
- openDetails() - Method in class com.vaadin.flow.component.details.DetailsTester
-
Shows contents as if the summary is clicked on the browser.
- openDetails(String) - Method in class com.vaadin.flow.component.accordion.AccordionTester
-
Open the accordion with the given summary.
- openDropDown() - Method in class com.vaadin.flow.component.timepicker.testbench.TimePickerElement
-
Opens the drop down for the time picker.
- OpenedChangeEvent(Accordion, boolean, Integer) - Constructor for class com.vaadin.flow.component.accordion.Accordion.OpenedChangeEvent
-
Creates a new event using the given source and indicator whether the event originated from the client side or the server side.
- OpenedChangeEvent(DatePicker, boolean) - Constructor for class com.vaadin.flow.component.datepicker.DatePicker.OpenedChangeEvent
- OpenedChangeEvent(Details, boolean) - Constructor for class com.vaadin.flow.component.details.Details.OpenedChangeEvent
- OpenedChangeEvent(Dialog, boolean) - Constructor for class com.vaadin.flow.component.dialog.Dialog.OpenedChangeEvent
- OpenedChangeEvent(Notification, boolean) - Constructor for class com.vaadin.flow.component.notification.Notification.OpenedChangeEvent
- OpenedChangeEvent(Select, boolean) - Constructor for class com.vaadin.flow.component.select.Select.OpenedChangeEvent
- OpenedChangeEvent(TComponent, boolean) - Constructor for class com.vaadin.flow.component.contextmenu.ContextMenuBase.OpenedChangeEvent
- openEventLog(String) - Method in class com.vaadin.collaborationengine.Backend
-
Opens an event log with the given id.
- openEventLog(String) - Method in class com.vaadin.collaborationengine.LocalBackend
- openFile(File, int) - Static method in class com.vaadin.base.devserver.OpenInCurrentIde
-
Opens the given file at the given line number in the IDE used to launch the current Java application.
- OpenInCurrentIde - Class in com.vaadin.base.devserver
-
Util for opening a file in the currently used IDE.
- openOverlay() - Method in class com.vaadin.flow.component.login.LoginOverlayTester
-
Open LoginOverlay to enable logging in through it.
- openPopup() - Method in class com.vaadin.flow.component.combobox.testbench.ComboBoxElement
-
Opens the popup with options, if it is not already open.
- openPopup() - Method in class com.vaadin.flow.component.combobox.testbench.MultiSelectComboBoxElement
-
Opens the popup, if it is not already open.
- openPopup() - Method in class com.vaadin.flow.component.select.testbench.SelectElement
-
Opens the popup with options, if it is not already open.
- openRowForEditing(int) - Method in class com.vaadin.flow.component.crud.testbench.CrudElement
-
Opens a grid row for editing using the CRUD edit button on that row
- openStream() - Method in interface com.vaadin.external.apache.commons.fileupload2.FileItemStream
-
Creates an
InputStream
, which allows to read the items contents. - openStream() - Method in class com.vaadin.external.apache.commons.fileupload2.impl.FileItemStreamImpl
-
Returns an input stream, which may be used to read the items contents.
- openTopicConnection(ConnectionContext, SerializableFunction<TopicConnection, Registration>) - Method in class com.vaadin.collaborationengine.AbstractCollaborationManager
-
Opens a connection to the topic of this manager using the provided context and activation callback.
- openTopicConnection(ConnectionContext, String, UserInfo, SerializableFunction<TopicConnection, Registration>) - Method in class com.vaadin.collaborationengine.CollaborationEngine
-
Opens a connection to the collaboration topic with the provided id based on a generic context definition.
- openTopicConnection(Component, String, UserInfo, SerializableFunction<TopicConnection, Registration>) - Method in class com.vaadin.collaborationengine.CollaborationEngine
-
Opens a connection to the collaboration topic with the provided id based on a component instance.
- OPERA - Enum constant in enum class com.vaadin.open.App
- OPTION - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- OPTION - Static variable in annotation interface com.vaadin.flow.component.Tag
-
Tag for an
<option>
. - OPTION_A - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- optionalAttributeWithDefault(String, String) - Static method in class com.vaadin.flow.component.PropertyDescriptors
-
Creates a descriptor for an optional attribute of the component's root element with a non-null default value.
- optionalAttributeWithDefault(String, String, boolean) - Static method in class com.vaadin.flow.component.PropertyDescriptors
-
Creates a descriptor for an optional attribute of the component's root element with a non-null default value.
- OptionalParameter - Annotation Interface in com.vaadin.flow.router
-
Marks a Navigation url parameter as optional.
- options - Variable in class com.vaadin.flow.server.frontend.NodeUpdater
- Options - Class in com.vaadin.flow.server.frontend
-
Build a
NodeExecutor
instance. - Options - Class in com.vaadin.open
- Options() - Constructor for class com.vaadin.flow.component.map.configuration.source.ImageSource.Options
- Options() - Constructor for class com.vaadin.flow.component.map.configuration.source.ImageWMSSource.Options
- Options() - Constructor for class com.vaadin.flow.component.map.configuration.source.OSMSource.Options
- Options() - Constructor for class com.vaadin.flow.component.map.configuration.source.Source.Options
- Options() - Constructor for class com.vaadin.flow.component.map.configuration.source.TileImageSource.Options
- Options() - Constructor for class com.vaadin.flow.component.map.configuration.source.TileSource.Options
- Options() - Constructor for class com.vaadin.flow.component.map.configuration.source.TileWMSSource.Options
- Options() - Constructor for class com.vaadin.flow.component.map.configuration.source.UrlTileSource.Options
- Options() - Constructor for class com.vaadin.flow.component.map.configuration.source.VectorSource.Options
- Options() - Constructor for class com.vaadin.flow.component.map.configuration.source.XYZSource.Options
- Options() - Constructor for class com.vaadin.flow.component.map.configuration.style.Icon.Options
- Options() - Constructor for class com.vaadin.flow.component.map.configuration.style.ImageStyle.Options
- Options() - Constructor for class com.vaadin.open.Options
- Options(Lookup, File) - Constructor for class com.vaadin.flow.server.frontend.Options
-
Creates a new instance.
- OPTIONS - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- Options3d - Class in com.vaadin.flow.component.charts.model
-
Options to render charts in 3 dimensions.
- Options3d() - Constructor for class com.vaadin.flow.component.charts.model.Options3d
- Options3d(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.Options3d
- or(Predicate<? super T>) - Method in interface com.vaadin.flow.function.SerializablePredicate
- ORANGE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- ORANGERED - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- ORCHID - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- ORDERED_LIST - Enum constant in enum class com.vaadin.flow.theme.lumo.LumoIcon
- OrderedList - Class in com.vaadin.flow.component.html
-
Component representing a
<ol>
element. - OrderedList() - Constructor for class com.vaadin.flow.component.html.OrderedList
-
Creates a new empty ordered list.
- OrderedList(ListItem...) - Constructor for class com.vaadin.flow.component.html.OrderedList
-
Creates a new ordered list with the given list items.
- OrderedList(OrderedList.NumberingType) - Constructor for class com.vaadin.flow.component.html.OrderedList
-
Creates a new empty ordered list with the specified
OrderedList.NumberingType
. - OrderedList.NumberingType - Enum Class in com.vaadin.flow.component.html
-
Defines the numbering type of the list items.
- OrderedListElement - Class in com.vaadin.flow.component.html.testbench
-
A TestBench element representing an
<ol>
element. - OrderedListElement() - Constructor for class com.vaadin.flow.component.html.testbench.OrderedListElement
- OrderedListTester - Class in com.vaadin.flow.component.html.testbench
- OrderedListTester(OrderedList) - Constructor for class com.vaadin.flow.component.html.testbench.OrderedListTester
-
Wrap given component for testing.
- ORGANIZATION - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Organization.
- ORGANIZATION - Static variable in class com.vaadin.flow.component.charts.model.ChartType
- ORGANIZATION_TITLE - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Job title (e.g.
- ORIENTATION - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- OSMSource - Class in com.vaadin.flow.component.map.configuration.source
-
Map source for loading tiled images from an OpenStreetMap service.
- OSMSource() - Constructor for class com.vaadin.flow.component.map.configuration.source.OSMSource
- OSMSource(OSMSource.Options) - Constructor for class com.vaadin.flow.component.map.configuration.source.OSMSource
- OSMSource.Options - Class in com.vaadin.flow.component.map.configuration.source
- OSUtils - Class in com.vaadin.open
- OSUtils() - Constructor for class com.vaadin.open.OSUtils
- OUT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- OUTBOX - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- OUTSIDE - Enum constant in enum class com.vaadin.flow.component.charts.model.TickPosition
- OVERFLOW_JUSTIFY - Static variable in class com.vaadin.flow.component.charts.model.AbstractDataLabels
- OVERFLOW_NONE - Static variable in class com.vaadin.flow.component.charts.model.AbstractDataLabels
- OVERLAY - Enum constant in enum class com.vaadin.flow.component.crud.CrudEditorPosition
-
Editor form is positioned inside the overlay
- OVERLAY_TAG - Static variable in class com.vaadin.flow.component.menubar.testbench.MenuBarElement
- OverlayClassListProxy - Class in com.vaadin.flow.component.shared.internal
-
Internal class that provides shared functionality for setting CSS class names to overlay only components that support
HasStyle
, such asDialog
. - OverlayClassListProxy(HasStyle) - Constructor for class com.vaadin.flow.component.shared.internal.OverlayClassListProxy
- OverlayContentElement() - Constructor for class com.vaadin.flow.component.datepicker.testbench.DatePickerElement.OverlayContentElement
P
- P - Static variable in annotation interface com.vaadin.flow.component.Tag
-
Tag for an
<p>
. - PACKAGE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- PACKAGE_JSON - Static variable in class com.vaadin.flow.server.Constants
-
Name of the
npm
main file. - PACKAGE_LOCK_JSON - Static variable in class com.vaadin.flow.server.Constants
-
Name of the
npm
version locking ile. - packages() - Element in annotation interface com.vaadin.testbench.unit.ViewPackages
-
Array of packages to scan for views
- PADDING - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- PADDING_BOTTOM - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- PADDING_LEFT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- PADDING_RIGHT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- PADDING_TOP - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- Page - Class in com.vaadin.flow.component.page
-
Represents the web page open in the browser, containing the UI it is connected to.
- Page(UI) - Constructor for class com.vaadin.flow.component.page.Page
-
Creates a page instance for the given UI.
- PAGE_DOWN - Static variable in interface com.vaadin.flow.component.Key
-
The
Page Down
(orPgDn
) key. - PAGE_LOAD - Enum constant in enum class com.vaadin.flow.router.NavigationTrigger
-
Navigation was triggered by the user opening the application or reloading in the browser.
- PAGE_UP - Static variable in interface com.vaadin.flow.component.Key
-
The
Page Up
(orPgUp
) key. - Page.ExtendedClientDetailsReceiver - Interface in com.vaadin.flow.component.page
-
Callback for receiving extended client-side details.
- PagelessDataCommunicator<T> - Class in com.vaadin.flow.component.virtuallist.paging
-
DataCommunicator implementation which disables the paging and does not allow the user to set up the page for VirtualList.
- PagelessDataCommunicator(DataGenerator<T>, ArrayUpdater, SerializableConsumer<JsonArray>, StateNode) - Constructor for class com.vaadin.flow.component.virtuallist.paging.PagelessDataCommunicator
- PageTitle - Annotation Interface in com.vaadin.flow.router
-
Defines the HTML page title for a navigation target.
- PAINT_ROLL - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- PAINTBRUSH - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- Pair<U extends Serializable,
V extends Serializable> - Class in com.vaadin.flow.internal -
Generic class representing an immutable pair of values.
- Pair(U, V) - Constructor for class com.vaadin.flow.internal.Pair
-
Creates a new pair.
- PAIRING - Static variable in interface com.vaadin.flow.component.Key
-
Starts the process of pairing the remote with a device to be controlled.
- PALEGOLDENROD - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- PALEGREEN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- PALETTE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- PALETURQUOISE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- PALEVIOLETRED - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- Pane - Class in com.vaadin.flow.component.charts.model
-
Applies only to polar charts and angular gauges.
- Pane() - Constructor for class com.vaadin.flow.component.charts.model.Pane
- Pane(Number, Number) - Constructor for class com.vaadin.flow.component.charts.model.Pane
- PANEL - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- PaneList - Class in com.vaadin.flow.component.charts.model
-
Pane Container to allow multiple Panes
- PaneList() - Constructor for class com.vaadin.flow.component.charts.model.PaneList
- PaneListSerializer - Class in com.vaadin.flow.component.charts.model.serializers
-
Serializer for
PaneList
- PaneListSerializer() - Constructor for class com.vaadin.flow.component.charts.model.serializers.PaneListSerializer
- PanKey - Enum Class in com.vaadin.flow.component.charts.model
-
Allows setting a key to switch between zooming and panning.
- PAPAYAWHIP - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- PAPERCLIP - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- PAPERPLANE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- PAPERPLANE_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- Paragraph - Class in com.vaadin.flow.component.html
-
Component representing a
<p>
element. - Paragraph() - Constructor for class com.vaadin.flow.component.html.Paragraph
-
Creates a new empty paragraph.
- Paragraph(Component...) - Constructor for class com.vaadin.flow.component.html.Paragraph
-
Creates a new paragraph with the given child components.
- Paragraph(String) - Constructor for class com.vaadin.flow.component.html.Paragraph
-
Creates a new paragraph with the given text.
- PARAGRAPH - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- ParagraphElement - Class in com.vaadin.flow.component.html.testbench
-
A TestBench element representing a
<p>
element. - ParagraphElement() - Constructor for class com.vaadin.flow.component.html.testbench.ParagraphElement
- ParagraphTester - Class in com.vaadin.flow.component.html.testbench
- ParagraphTester(Paragraph) - Constructor for class com.vaadin.flow.component.html.testbench.ParagraphTester
-
Wrap given component for testing.
- ParallelRunner - Class in com.vaadin.testbench.parallel
-
This runner is loosely based on FactoryTestRunner by Ted Young (http://tedyoung.me/2011/01/23/junit-runtime-tests-custom-runners/).
- ParallelRunner(Class<?>) - Constructor for class com.vaadin.testbench.parallel.ParallelRunner
- ParallelRunner.TBMethod - Class in com.vaadin.testbench.parallel
- ParallelScheduler - Class in com.vaadin.testbench.parallel
-
JUnit scheduler capable of running multiple tets in parallel.
- ParallelScheduler(ExecutorService) - Constructor for class com.vaadin.testbench.parallel.ParallelScheduler
-
Creates a parallel scheduler which will use the given executor service when submitting test jobs.
- ParallelTest - Class in com.vaadin.testbench.parallel
-
Unit tests should extend
ParallelTest
if they are to be run in several browser configurations. - ParallelTest() - Constructor for class com.vaadin.testbench.parallel.ParallelTest
- ParallelTestSuite - Class in com.vaadin.testbench.parallel
-
Test suite which consists of all the TestBench tests passed in the constructor.
- ParallelTestSuite(Class<?>, Class<?>[]) - Constructor for class com.vaadin.testbench.parallel.ParallelTestSuite
- ParallelTestSuite(Class<?>, Class<? extends ParallelTest>, String, String[]) - Constructor for class com.vaadin.testbench.parallel.ParallelTestSuite
- Param - Class in com.vaadin.flow.component.html
-
Component representing a
<param>
element for<param>
element. - Param() - Constructor for class com.vaadin.flow.component.html.Param
-
Creates a new
<param>
component. - Param(String, String) - Constructor for class com.vaadin.flow.component.html.Param
-
Creates a new
<param>
component with given name and value. - PARAM - Static variable in annotation interface com.vaadin.flow.component.Tag
-
Tag for an
<param>
. - PARAM_FRONTEND_DIR - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
-
A parameter for overriding the
FrontendUtils.DEFAULT_FRONTEND_DIR
folder. - PARAM_GENERATED_DIR - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
-
A parameter for overriding the
FrontendUtils.DEFAULT_GENERATED_DIR
folder. - PARAM_IGNORE_VERSION_CHECKS - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
-
Set to
true
to ignore node/npm tool version checks. - PARAM_TOKEN_FILE - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
-
A parameter informing about the location of the
FrontendUtils.TOKEN_FILE
. - PARAMETER - Static variable in class com.vaadin.flow.router.internal.HasUrlParameterFormat
-
Reserved parameter placeholder used when setup internally route path pattern with the parameter design for backward compatibility with
HasUrlParameter
. - PARAMETER_NAME - Static variable in class com.vaadin.flow.router.internal.HasUrlParameterFormat
-
Reserved parameter name used when setup internally route path pattern with the parameter design for backward compatibility with
HasUrlParameter
. - ParameterDeserializer - Class in com.vaadin.flow.router
-
Parameter deserialization utility.
- ParameterParser - Class in com.vaadin.external.apache.commons.fileupload2
-
A simple parser intended to parse sequences of name/value pairs.
- ParameterParser() - Constructor for class com.vaadin.external.apache.commons.fileupload2.ParameterParser
-
Default ParameterParser constructor.
- Parameters - Class in com.vaadin.testbench
- Parameters() - Constructor for class com.vaadin.testbench.Parameters
- PARAMETERS_KEY - Static variable in class com.vaadin.flow.internal.nodefeature.PushConfigurationMap
- PARENT - Enum constant in enum class com.vaadin.flow.component.html.AnchorTarget
-
Open a link in the parent context, or the current context if there is no parent context.
- ParentLayout - Annotation Interface in com.vaadin.flow.router
-
Defines the parent layout for components in routing hierarchy.
- parse(char[], char) - Method in class com.vaadin.external.apache.commons.fileupload2.ParameterParser
-
Extracts a map of name/value pairs from the given array of characters.
- parse(char[], int, int, char) - Method in class com.vaadin.external.apache.commons.fileupload2.ParameterParser
-
Extracts a map of name/value pairs from the given array of characters.
- parse(String, char) - Method in class com.vaadin.external.apache.commons.fileupload2.ParameterParser
-
Extracts a map of name/value pairs from the given string.
- parse(String, char[]) - Method in class com.vaadin.external.apache.commons.fileupload2.ParameterParser
-
Extracts a map of name/value pairs from the given string.
- parseFrontendVersion(String) - Static method in class com.vaadin.flow.server.frontend.FrontendUtils
-
Parse the version number of node/npm from version output string.
- parseHeaders(String) - Method in class com.vaadin.external.apache.commons.fileupload2.FileUploadBase
-
Deprecated.1.2.1 Use
FileUploadBase.getParsedHeaders(String)
- parseLitTemplateElement(String, String) - Static method in class com.vaadin.flow.component.littemplate.BundleLitParser
-
Get the Lit template element for the given polymer template source.
- parseParameterMap(RequestContext) - Method in class com.vaadin.external.apache.commons.fileupload2.FileUploadBase
-
Processes an RFC 1867 compliant
multipart/form-data
stream. - parseParameterMap(HttpServletRequest) - Method in class com.vaadin.external.apache.commons.fileupload2.jaksrvlt.JakSrvltFileUpload
-
Processes an RFC 1867 compliant
multipart/form-data
stream. - parsePathToSegments(String) - Static method in class com.vaadin.flow.router.LocationUtil
-
Deprecated.
- parsePathToSegments(String, boolean) - Static method in class com.vaadin.flow.router.LocationUtil
-
Parses the given path to parts split by the path separator.
- parseQueryParameters(String) - Static method in class com.vaadin.flow.router.LocationUtil
-
Parses query parameters from the given location.
- ParserData - Class in com.vaadin.flow.component.template.internal
-
Immutable parser data which may be stored in cache.
- ParserData(Map<Field, String>, Map<String, String>, Map<String, Map<String, String>>) - Constructor for class com.vaadin.flow.component.template.internal.ParserData
-
Constructs an immutable data object with the given information.
- parseRequest(RequestContext) - Method in class com.vaadin.external.apache.commons.fileupload2.FileUploadBase
-
Processes an RFC 1867 compliant
multipart/form-data
stream. - parseRequest(HttpServletRequest) - Method in class com.vaadin.external.apache.commons.fileupload2.jaksrvlt.JakSrvltFileUpload
-
Processes an RFC 1867 compliant
multipart/form-data
stream. - parseStyles(String) - Static method in class com.vaadin.flow.dom.impl.StyleAttributeHandler
-
Parses the given style string and populates the given style object with the found styles.
- PARTIAL_CONTENT - Enum constant in enum class com.vaadin.flow.server.HttpStatusCode
-
Status code (206) indicating that the server has fulfilled the partial GET request for the resource.
- PartialFill - Class in com.vaadin.flow.component.charts.model
-
PartialFill configuration object to be used in
PlotOptionsXrange
. - PartialFill() - Constructor for class com.vaadin.flow.component.charts.model.PartialFill
-
Creates an empty PartialFill configuration object
- PartialFill(Color) - Constructor for class com.vaadin.flow.component.charts.model.PartialFill
-
Creates a new PartialFill with the defined fill color
- partitionWith(Range) - Method in class com.vaadin.flow.internal.Range
-
Overlay this range with another one, and partition the ranges according to how they position relative to each other.
- password - Variable in class com.vaadin.flow.server.frontend.installer.ProxyConfig.Proxy
-
Password for proxy.
- PASSWORD - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- PasswordField - Class in com.vaadin.flow.component.textfield
-
Password Field is an input field for entering passwords.
- PasswordField() - Constructor for class com.vaadin.flow.component.textfield.PasswordField
-
Constructs an empty
PasswordField
. - PasswordField(HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<PasswordField, String>>) - Constructor for class com.vaadin.flow.component.textfield.PasswordField
-
Constructs an empty
PasswordField
with a value change listener. - PasswordField(String) - Constructor for class com.vaadin.flow.component.textfield.PasswordField
-
Constructs an empty
PasswordField
with the given label. - PasswordField(String, HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<PasswordField, String>>) - Constructor for class com.vaadin.flow.component.textfield.PasswordField
-
Constructs an empty
PasswordField
with a value change listener and a label. - PasswordField(String, String) - Constructor for class com.vaadin.flow.component.textfield.PasswordField
-
Constructs an empty
PasswordField
with the given label and placeholder text. - PasswordField(String, String, HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<PasswordField, String>>) - Constructor for class com.vaadin.flow.component.textfield.PasswordField
-
Constructs a
PasswordField
with a value change listener, a label and an initial value. - PasswordFieldElement - Class in com.vaadin.flow.component.textfield.testbench
-
A TestBench element representing a
<vaadin-password-field>
element. - PasswordFieldElement() - Constructor for class com.vaadin.flow.component.textfield.testbench.PasswordFieldElement
- PASTE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- PASTE - Static variable in interface com.vaadin.flow.component.Key
-
Paste from the clipboard.
- PathUtil - Class in com.vaadin.flow.router.internal
-
Utility class which contains various methods for parsing a route url into segments.
- PathUtil() - Constructor for class com.vaadin.flow.router.internal.PathUtil
- PATTERN - Static variable in class com.vaadin.flow.data.validator.EmailValidator
- PAUSE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- PAUSE - Static variable in interface com.vaadin.flow.component.Key
-
The
Pause
key. - PAYLOAD - Static variable in class com.vaadin.flow.internal.nodefeature.NodeProperties
-
Key for
ElementData.getPayload()
. - PAYMENT_REQUIRED - Enum constant in enum class com.vaadin.flow.server.HttpStatusCode
-
Status code (402) reserved for future use.
- PEACHPUFF - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- PENCIL - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- PendingJavaScriptInvocation - Class in com.vaadin.flow.component.internal
-
A pending JavaScript result that can be sent to the client.
- PendingJavaScriptInvocation(StateNode, UIInternals.JavaScriptInvocation) - Constructor for class com.vaadin.flow.component.internal.PendingJavaScriptInvocation
-
Creates a new pending invocation for the given owner node and invocation.
- PendingJavaScriptResult - Interface in com.vaadin.flow.component.page
-
A pending result from a JavaScript snippet sent to the browser for evaluation.
- PendingJavaScriptResult.JavaScriptException - Exception in com.vaadin.flow.component.page
-
Exception used when a
CompletableFuture
returned fromPendingJavaScriptResult
is completed exceptionally because of a client-side error. - PERCENT - Enum constant in enum class com.vaadin.flow.component.charts.model.Compare
- PERCENT - Enum constant in enum class com.vaadin.flow.component.charts.model.Stacking
- PERCENTAGE - Enum constant in enum class com.vaadin.flow.component.Unit
-
Unit code representing in percentage of the containing element defined by terminal.
- PERIOD - Static variable in interface com.vaadin.flow.component.Key
-
.>
on a US keyboard. - persistMessage(CollaborationMessagePersister.PersistRequest) - Method in interface com.vaadin.collaborationengine.CollaborationMessagePersister
-
Writes a
CollaborationMessage
to the persistence backend. - PERU - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- phases() - Element in annotation interface com.vaadin.flow.component.DebounceSettings
-
Gets an array of debounce phases for which the event should be sent to the server.
- PHONE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- PHONE - Enum constant in enum class com.vaadin.flow.theme.lumo.LumoIcon
- PHONE_LANDLINE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- PHOTO - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Photograph, icon, or other image corresponding to the company, person, address, or contact information in the other fields associated with this field.
- PHOTO - Enum constant in enum class com.vaadin.flow.theme.lumo.LumoIcon
- PICAS - Enum constant in enum class com.vaadin.flow.component.Unit
-
Unit code representing picas (12 points).
- PICTURE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- PIE - Static variable in class com.vaadin.flow.component.charts.model.ChartType
- PIE_BAR_CHART - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- PIE_CHART - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- PIGGY_BANK - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- PIGGY_BANK_COIN - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- PILL - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- PILLS - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- PIN - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- PIN - Static variable in class com.vaadin.flow.component.map.Assets
- PIN_ICON - Static variable in class com.vaadin.flow.component.map.configuration.feature.MarkerFeature
-
The default icon used for markers, which is a pin pointing at a location on the map
- PIN_POST - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- PINK - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- PINP_DOWN - Static variable in interface com.vaadin.flow.component.Key
-
A button to move the picture-in-picture view downward.
- PINP_MOVE - Static variable in interface com.vaadin.flow.component.Key
-
A button to control moving the picture-in-picture view.
- PINP_TOGGLE - Static variable in interface com.vaadin.flow.component.Key
-
Toggles display of the picture-in-picture view on and off.
- PINP_UP - Static variable in interface com.vaadin.flow.component.Key
-
A button to move the picture-in-picture view upward.
- pinPlatformDependency(JsonObject, JsonObject, String) - Static method in class com.vaadin.flow.server.frontend.TaskUpdatePackages
- Pivot - Class in com.vaadin.flow.component.charts.model
-
Options for the pivot or the center point of the gauge.
- Pivot() - Constructor for class com.vaadin.flow.component.charts.model.Pivot
- PIXELS - Enum constant in enum class com.vaadin.flow.component.Unit
-
Unit code representing pixels.
- Platform - Class in com.vaadin.flow.server.frontend.installer
-
Platform contains information about system architecture and OS.
- Platform - Class in com.vaadin.flow.server
-
Provides information about the current version of Vaadin Platform.
- Platform() - Constructor for class com.vaadin.flow.server.Platform
- Platform(Platform.OS, Platform.Architecture) - Constructor for class com.vaadin.flow.server.frontend.installer.Platform
-
Construct a new Platform.
- Platform(String, Platform.OS, Platform.Architecture, String) - Constructor for class com.vaadin.flow.server.frontend.installer.Platform
- PLAY - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- PLAY - Enum constant in enum class com.vaadin.flow.theme.lumo.LumoIcon
- PLAY - Static variable in interface com.vaadin.flow.component.Key
-
The
Play
key. - PLAY_CIRCLE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- PLAY_CIRCLE_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- PLAY_SPEED_DOWN - Static variable in interface com.vaadin.flow.component.Key
-
Decreases the media playback rate.
- PLAY_SPEED_RESET - Static variable in interface com.vaadin.flow.component.Key
-
Returns the media playback rate to normal.
- PLAY_SPEED_UP - Static variable in interface com.vaadin.flow.component.Key
-
Increases the media playback rate.
- PLOT - Enum constant in enum class com.vaadin.flow.component.charts.model.ResetZoomButtonRelativeTo
- PlotBand - Class in com.vaadin.flow.component.charts.model
-
An array of objects defining plot bands on the Y axis.
- PlotBand() - Constructor for class com.vaadin.flow.component.charts.model.PlotBand
- PlotBand(Number, Number, Color) - Constructor for class com.vaadin.flow.component.charts.model.PlotBand
- PLOTBOX - Enum constant in enum class com.vaadin.flow.component.charts.model.DrillUpButtonRelativeTo
- PlotLine - Class in com.vaadin.flow.component.charts.model
-
An array of lines stretching across the plot area, marking a specific value on one of the axes.
- PlotLine() - Constructor for class com.vaadin.flow.component.charts.model.PlotLine
- PlotLine(Number, Number, Color) - Constructor for class com.vaadin.flow.component.charts.model.PlotLine
- PlotOptionsArea - Class in com.vaadin.flow.component.charts.model
- PlotOptionsArea() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsArea
- PlotOptionsArearange - Class in com.vaadin.flow.component.charts.model
-
The area range is a cartesian series type with higher and lower Y values along an X axis.
- PlotOptionsArearange() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsArearange
- PlotOptionsAreaspline - Class in com.vaadin.flow.component.charts.model
- PlotOptionsAreaspline() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
- PlotOptionsAreasplinerange - Class in com.vaadin.flow.component.charts.model
-
The area spline range is a cartesian series type with higher and lower Y values along an X axis.
- PlotOptionsAreasplinerange() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
- PlotOptionsBar - Class in com.vaadin.flow.component.charts.model
- PlotOptionsBar() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsBar
- PlotOptionsBoxplot - Class in com.vaadin.flow.component.charts.model
-
A box plot is a convenient way of depicting groups of data through their five-number summaries: the smallest observation (sample minimum), lower quartile (Q1), median (Q2), upper quartile (Q3), and largest observation (sample maximum).
- PlotOptionsBoxplot() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
- PlotOptionsBubble - Class in com.vaadin.flow.component.charts.model
-
A bubble series is a three dimensional series type where each point renders an X, Y and Z value.
- PlotOptionsBubble() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsBubble
- PlotOptionsBullet - Class in com.vaadin.flow.component.charts.model
-
Plot options for
ChartType.BULLET
charts. - PlotOptionsBullet() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsBullet
- PlotOptionsCandlestick - Class in com.vaadin.flow.component.charts.model
- PlotOptionsCandlestick() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
- PlotOptionsColumn - Class in com.vaadin.flow.component.charts.model
- PlotOptionsColumn() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsColumn
- PlotOptionsColumnrange - Class in com.vaadin.flow.component.charts.model
-
The column range is a cartesian series type with higher and lower Y values along an X axis.
- PlotOptionsColumnrange() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
- PlotOptionsErrorbar - Class in com.vaadin.flow.component.charts.model
-
Error bars are a graphical representation of the variability of data and are used on graphs to indicate the error, or uncertainty in a reported measurement.
- PlotOptionsErrorbar() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
- PlotOptionsFlags - Class in com.vaadin.flow.component.charts.model
- PlotOptionsFlags() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsFlags
- PlotOptionsFunnel - Class in com.vaadin.flow.component.charts.model
-
Funnel charts are a type of chart often used to visualize stages in a sales project, where the top are the initial stages with the most clients.
- PlotOptionsFunnel() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
- PlotOptionsGauge - Class in com.vaadin.flow.component.charts.model
-
General plotting options for the gauge series type.
- PlotOptionsGauge() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsGauge
- PlotOptionsHeatmap - Class in com.vaadin.flow.component.charts.model
-
The heatmap series type.
- PlotOptionsHeatmap() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
- PlotOptionsLine - Class in com.vaadin.flow.component.charts.model
- PlotOptionsLine() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsLine
- PlotOptionsOhlc - Class in com.vaadin.flow.component.charts.model
- PlotOptionsOhlc() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
- PlotOptionsOrganization - Class in com.vaadin.flow.component.charts.model
-
Plot options for
ChartType.ORGANIZATION
charts. - PlotOptionsOrganization() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
- PlotOptionsPie - Class in com.vaadin.flow.component.charts.model
-
A pie chart is a circular chart divided into sectors, illustrating numerical proportion.
- PlotOptionsPie() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsPie
- PlotOptionsPolygon - Class in com.vaadin.flow.component.charts.model
-
A polygon series can be used to draw any freeform shape in the cartesian coordinate system.
- PlotOptionsPolygon() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
- PlotOptionsPyramid - Class in com.vaadin.flow.component.charts.model
-
A pyramid chart consists of a single pyramid with item heights corresponding to each point value.
- PlotOptionsPyramid() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
- PlotOptionsScatter - Class in com.vaadin.flow.component.charts.model
- PlotOptionsScatter() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsScatter
- PlotOptionsSeries - Class in com.vaadin.flow.component.charts.model
-
General options for all series types.
- PlotOptionsSeries() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsSeries
- PlotOptionsSolidgauge - Class in com.vaadin.flow.component.charts.model
-
A gauge showing values using a filled arc with colors indicating the value.
- PlotOptionsSolidgauge() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
- PlotOptionsSpline - Class in com.vaadin.flow.component.charts.model
- PlotOptionsSpline() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsSpline
- PlotOptionsStyle - Class in com.vaadin.flow.component.charts.model.style
-
Styles for PlotOptions of different plot types
- PlotOptionsStyle() - Constructor for class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
- PlotOptionsTimeline - Class in com.vaadin.flow.component.charts.model
-
Plot options for
ChartType.TIMELINE
charts. - PlotOptionsTimeline() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
- PlotOptionsTreemap - Class in com.vaadin.flow.component.charts.model
-
The size of the point shape is determined by its value relative to its siblings values.
- PlotOptionsTreemap() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
- PlotOptionsWaterfall - Class in com.vaadin.flow.component.charts.model
-
Options for the waterfall series type.
- PlotOptionsWaterfall() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
- PlotOptionsXrange - Class in com.vaadin.flow.component.charts.model
-
Options for the xrange series type.
- PlotOptionsXrange() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsXrange
- PLUG - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- PLUM - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- PLUS - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- PLUS - Enum constant in enum class com.vaadin.flow.theme.lumo.LumoIcon
- PLUS_CIRCLE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- PLUS_CIRCLE_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- PLUS_MINUS - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- PLUS_SQUARE_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- Pnpm() - Constructor for class com.vaadin.flow.spring.VaadinConfigurationProperties.Pnpm
- Point - Class in com.vaadin.flow.component.map.configuration.geometry
-
Geometry that is represented by a single point and coordinate.
- Point(Coordinate) - Constructor for class com.vaadin.flow.component.map.configuration.geometry.Point
-
Creates a new point geometry located at the specified coordinates.
- POINT - Static variable in class com.vaadin.flow.component.map.Assets
- POINT_ICON - Static variable in class com.vaadin.flow.component.map.configuration.feature.MarkerFeature
-
An alternative icon that displays a point
- PointBasedFeature - Class in com.vaadin.flow.component.map.configuration.feature
-
Abstract base class for features that are represented by a single point and a single coordinate.
- PointBasedFeature() - Constructor for class com.vaadin.flow.component.map.configuration.feature.PointBasedFeature
- PointBasedFeature(Coordinate) - Constructor for class com.vaadin.flow.component.map.configuration.feature.PointBasedFeature
- PointClickEvent - Class in com.vaadin.flow.component.charts.events
-
The PointClickEvent class stores data for click events on the points of the chart.
- PointClickEvent(Chart, boolean, int, int, boolean, boolean, boolean, boolean, int, double, double, int, String, int, String) - Constructor for class com.vaadin.flow.component.charts.events.PointClickEvent
-
Constructs a PointClickEvent
- POINTER - Enum constant in enum class com.vaadin.flow.component.charts.model.Cursor
- POINTER - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- PointLegendItemClickEvent - Class in com.vaadin.flow.component.charts.events
-
The PointLegendItemClickEvent class stores information on click events on the charts's legend items that correspond to a chart point.
- PointLegendItemClickEvent(Chart, boolean, int, int, boolean, boolean, boolean, boolean, int, int, String, int, String) - Constructor for class com.vaadin.flow.component.charts.events.PointLegendItemClickEvent
-
Constructs a SeriesLegendItemClickEvent
- PointMouseOutEvent - Class in com.vaadin.flow.component.charts.events
-
Fired when the mouse exits the neighborhood of a point
- PointMouseOutEvent(Chart, boolean, int, int, String, String) - Constructor for class com.vaadin.flow.component.charts.events.PointMouseOutEvent
- PointMouseOverEvent - Class in com.vaadin.flow.component.charts.events
-
Fired when the mouse pointer moves within the neighborhood of a point
- PointMouseOverEvent(Chart, boolean, int, int, String, String) - Constructor for class com.vaadin.flow.component.charts.events.PointMouseOverEvent
- PointOptions - Class in com.vaadin.flow.component.charts.model
- PointOptions() - Constructor for class com.vaadin.flow.component.charts.model.PointOptions
- PointPlacement - Enum Class in com.vaadin.flow.component.charts.model
-
Possible values: null, ON, BETWEEN.
- PointRemoveEvent - Class in com.vaadin.flow.component.charts.events
-
The PointRemoveEvent class stores data for remove events on the points of the chart
- PointRemoveEvent(Chart, boolean, int, String, double, double, int, String) - Constructor for class com.vaadin.flow.component.charts.events.PointRemoveEvent
- POINTS - Enum constant in enum class com.vaadin.flow.component.Unit
-
Unit code representing points (1/72nd of an inch).
- PointSelectEvent - Class in com.vaadin.flow.component.charts.events
-
The PointSelectEvent class stores data for select events on the points of the chart.
- PointSelectEvent(Chart, boolean, int, String, int, String) - Constructor for class com.vaadin.flow.component.charts.events.PointSelectEvent
- PointUnselectEvent - Class in com.vaadin.flow.component.charts.events
-
The PointUnselectEvent class stores data for unselect events on the points of the chart.
- PointUnselectEvent(Chart, boolean, int, String, int, String) - Constructor for class com.vaadin.flow.component.charts.events.PointUnselectEvent
- PointUpdateEvent - Class in com.vaadin.flow.component.charts.events
-
The PointUpdateEvent class stores data for update events on the points of the chart
- PointUpdateEvent(Chart, boolean, int, String, int, String, Double, Double, Double, Double) - Constructor for class com.vaadin.flow.component.charts.events.PointUpdateEvent
- POLL_CONFIGURATION - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
-
Id for
PollConfigurationMap
. - POLL_INTERVAL_KEY - Static variable in class com.vaadin.flow.internal.nodefeature.PollConfigurationMap
- PollConfigurationMap - Class in com.vaadin.flow.internal.nodefeature
-
A node map for storing configuration for polling.
- PollConfigurationMap(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.PollConfigurationMap
-
Creates a new map for the given node.
- PollEvent - Class in com.vaadin.flow.component
-
An event that is fired whenever a client polls the server for asynchronous UI updates.
- PollEvent(UI, boolean) - Constructor for class com.vaadin.flow.component.PollEvent
-
Creates a new event using the given source and indicator whether the event originated from the client side or the server side.
- PollNotifier - Interface in com.vaadin.flow.component
-
The interface for adding and removing
PollEvent
listeners. - POLYFILLS_DEFAULT_VALUE - Static variable in class com.vaadin.flow.server.Constants
- POLYGON - Static variable in class com.vaadin.flow.component.charts.model.ChartType
- POLYMER_EVENT_LISTENERS - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
-
Id for
PolymerEventListenerMap
. - POLYMER_SERVER_EVENT_HANDLERS - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
-
Id for
PolymerServerEventHandlers
. - PolymerEventListenerMap - Class in com.vaadin.flow.internal.nodefeature
-
Map of PolymerTemplate events with server-side listeners.
- PolymerEventListenerMap(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.PolymerEventListenerMap
-
Creates a new map feature for the given node.
- PolymerServerEventHandlers - Class in com.vaadin.flow.internal.nodefeature
-
Deprecated.Polymer template support is deprecated - we recommend you to use
LitTemplate
instead. Read more details from the Vaadin blog. - PolymerServerEventHandlers(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.PolymerServerEventHandlers
-
Deprecated.Creates a new meta information list for the given state node.
- populateJson(JsonObject, ConstantPool) - Method in class com.vaadin.flow.internal.change.EmptyChange
- populateJson(JsonObject, ConstantPool) - Method in class com.vaadin.flow.internal.change.ListAddChange
- populateJson(JsonObject, ConstantPool) - Method in class com.vaadin.flow.internal.change.ListClearChange
- populateJson(JsonObject, ConstantPool) - Method in class com.vaadin.flow.internal.change.ListRemoveChange
- populateJson(JsonObject, ConstantPool) - Method in class com.vaadin.flow.internal.change.MapPutChange
- populateJson(JsonObject, ConstantPool) - Method in class com.vaadin.flow.internal.change.MapRemoveChange
- populateJson(JsonObject, ConstantPool) - Method in class com.vaadin.flow.internal.change.NodeAttachChange
- populateJson(JsonObject, ConstantPool) - Method in class com.vaadin.flow.internal.change.NodeChange
-
Overridden by subclasses to populate a JSON object when serializing.
- populateJson(JsonObject, ConstantPool) - Method in class com.vaadin.flow.internal.change.NodeDetachChange
- populateJson(JsonObject, ConstantPool) - Method in class com.vaadin.flow.internal.change.NodeFeatureChange
- populateTokenFileData(JsonObject) - Method in class com.vaadin.flow.server.frontend.Options
-
Fill token file data into the provided
object
. - port - Variable in class com.vaadin.flow.server.frontend.installer.ProxyConfig.Proxy
-
Proxy port.
- position() - Element in annotation interface com.vaadin.flow.component.page.Inline
-
Inline position of element.
- Position - Class in com.vaadin.flow.component.charts.model
-
Position configuration for the credits label.
- Position() - Constructor for class com.vaadin.flow.component.charts.model.Position
- POSITION - Static variable in class com.vaadin.flow.component.cookieconsent.testbench.CookieConsentElement.DefaultValues
- POSTAL_CODE - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Postal code.
- postConfigure() - Method in class com.vaadin.flow.component.WebComponentExporter
-
Always called after
WebComponentExporter.configureInstance(WebComponent, Component)
. - postpone() - Method in class com.vaadin.flow.router.BeforeLeaveEvent
-
Initiates the postponement of the current navigation transition, allowing a listener to e.g.
- Postpone - Class in com.vaadin.flow.router.internal
-
Container class for containing left over listeners on postponed navigation.
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class com.vaadin.flow.spring.scopes.VaadinRouteScope
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class com.vaadin.flow.spring.scopes.VaadinSessionScope
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class com.vaadin.flow.spring.scopes.VaadinUIScope
- postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class com.vaadin.flow.spring.SpringDevToolsPortHandler
- POWDERBLUE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- POWER - Static variable in interface com.vaadin.flow.component.Key
-
The
Power
button or key, to toggle power on and off. - POWER_OFF - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- POWER_OFF - Static variable in interface com.vaadin.flow.component.Key
-
The
PowerOff
orPowerDown
key. - Pre - Class in com.vaadin.flow.component.html
-
Component representing a
<pre>
element. - Pre() - Constructor for class com.vaadin.flow.component.html.Pre
-
Creates a new empty preformatted text block.
- Pre(Component...) - Constructor for class com.vaadin.flow.component.html.Pre
-
Creates a new preformatted text block with the given child components.
- Pre(String) - Constructor for class com.vaadin.flow.component.html.Pre
-
Creates a new paragraph with the given text.
- PRE - Enum constant in enum class com.vaadin.flow.component.HasText.WhiteSpace
-
Sequences of white space are preserved.
- PRE - Static variable in annotation interface com.vaadin.flow.component.Tag
-
Tag for an
<pre>
. - PRE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Whitespace
- PRE_LINE - Enum constant in enum class com.vaadin.flow.component.HasText.WhiteSpace
-
Sequences of white space are collapsed.
- PRE_LINE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Whitespace
- PRE_WRAP - Enum constant in enum class com.vaadin.flow.component.HasText.WhiteSpace
-
Sequences of white space are preserved.
- PRE_WRAP - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Whitespace
- PRECONDITION_FAILED - Enum constant in enum class com.vaadin.flow.server.HttpStatusCode
-
Status code (412) indicating that the precondition given in one or more of the request-header fields evaluated to false when it was tested on the server.
- preConfigure() - Method in class com.vaadin.flow.component.WebComponentExporter
-
Always called before
WebComponentExporter.configureInstance(WebComponent, Component)
. - PreElement - Class in com.vaadin.flow.component.html.testbench
-
A TestBench element representing a
<pre>
element. - PreElement() - Constructor for class com.vaadin.flow.component.html.testbench.PreElement
- prefixIfRelative(String, String) - Static method in class com.vaadin.flow.shared.util.SharedUtil
-
Prepend the given url with the prefix if it is not absolute and doesn't have a protocol.
- prepareConnection(String, String) - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
- prepareConnection(String, String) - Method in class com.vaadin.base.devserver.ViteHandler
- prepareConnection(String, String) - Method in interface com.vaadin.flow.internal.DevModeHandler
-
Prepare a HTTP connection against the dev server.
- prepareForResync() - Method in class com.vaadin.flow.internal.StateNode
-
Prepares the tree below this node for resynchronization by detaching all descendants, setting their internal state to not yet attached, and calling the attach listeners.
- prepareForResync() - Method in class com.vaadin.flow.internal.StateTree
-
Prepares the tree for resynchronization, meaning that the client will receive the same changes as when the component tree was initially attached, so that it can build the DOM tree from scratch.
- PREPEND - Enum constant in enum class com.vaadin.flow.component.grid.Grid.MultiSortPriority
-
Whenever an unsorted column is sorted, or the sort direction of a column is changed, that column gets sort priority 1, and all the other sorted columns are updated accordingly.
- PREPEND - Enum constant in enum class com.vaadin.flow.component.page.Inline.Position
- prependComponents(T, Component...) - Method in class com.vaadin.flow.component.select.Select
- prependComponents(T, Component...) - Method in interface com.vaadin.flow.data.binder.HasItemComponents
-
Adds the components before the given item.
- prependFooterRow() - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a new footer row on the top of the existing footer rows.
- prependHeaderRow() - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a new header row on the top of the existing header rows.
- prependLayer(Layer) - Method in class com.vaadin.flow.component.map.configuration.Configuration
-
Adds a layer to the map by prepending it to the list of layers.
- PresenceHandler - Interface in com.vaadin.collaborationengine
-
Functional interface that defines how to handle user presence changes in a topic.
- PresenceHandler.PresenceContext - Interface in com.vaadin.collaborationengine
-
The context of the user presence.
- PresenceManager - Class in com.vaadin.collaborationengine
-
Manager to handle user presence in topics.
- PresenceManager(ConnectionContext, UserInfo, String, CollaborationEngine) - Constructor for class com.vaadin.collaborationengine.PresenceManager
-
Creates a new manager for the provided connection context.
- PresenceManager(Component, UserInfo, String) - Constructor for class com.vaadin.collaborationengine.PresenceManager
-
Creates a new manager for the provided component.
- PRESENTATION - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- PreserveOnRefresh - Annotation Interface in com.vaadin.flow.router
-
Indicates that a previous view instance should be-reused when reloading a location in the same browser window/tab.
- PreTester - Class in com.vaadin.flow.component.html.testbench
- PreTester(Pre) - Constructor for class com.vaadin.flow.component.html.testbench.PreTester
-
Wrap given component for testing.
- preventWebComponentFromModifyingInvalidState(C) - Static method in class com.vaadin.flow.component.shared.ClientValidationUtil
- PREVIOUS_CANDIDATE - Static variable in interface com.vaadin.flow.component.Key
-
The Previous Candidate key.
- PRIMARY - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Background
- PRIMARY - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.BorderColor
- PRIMARY - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.TextColor
- PRIMARY_10 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Background
- PRIMARY_10 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.BorderColor
- PRIMARY_50 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Background
- PRIMARY_50 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.BorderColor
- PRIMARY_CONTRAST - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.TextColor
- PRINT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- PRINT - Static variable in interface com.vaadin.flow.component.Key
-
Prints the current document or message.
- PRINT_SCREEN - Static variable in interface com.vaadin.flow.component.Key
-
The
PrintScreen
orPrtScr
key. - printStackTrace(PrintStream) - Method in exception com.vaadin.external.apache.commons.fileupload2.FileUploadException
-
Prints this throwable and its backtrace to the specified print stream.
- printStackTrace(PrintWriter) - Method in exception com.vaadin.external.apache.commons.fileupload2.FileUploadException
-
Prints this throwable and its backtrace to the specified print writer.
- printTree() - Method in class com.vaadin.testbench.unit.UIUnit4Test
-
Override to return true to get component tree output into log on test failure.
- PRIORITY_COMPARATOR - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatureRegistry
-
Comparator for finding the priority order between node feature types.
- proceed() - Method in class com.vaadin.flow.router.BeforeLeaveEvent.ContinueNavigationAction
-
Resumes the page transition associated with the postponed event.
- process(Set<Class<?>>, ServletContext) - Method in interface com.vaadin.flow.server.startup.ClassLoaderAwareServletContainerInitializer
-
Implement this method instead of
ClassLoaderAwareServletContainerInitializer.onStartup(Set, ServletContext)
to handle classes accessible by different classloaders. - process(Set<Class<?>>, ServletContext) - Method in class com.vaadin.flow.server.startup.LookupServletContainerInitializer
- process(Set<Class<?>>, ServletContext) - Method in interface com.vaadin.flow.server.startup.VaadinServletContextStartupInitializer
- PROCESS - Static variable in interface com.vaadin.flow.component.Key
-
The
Process
key. - processAheadOfTime(ConfigurableListableBeanFactory) - Method in class com.vaadin.flow.spring.springnative.VaadinBeanFactoryInitializationAotProcessor
- producePutChange(String, boolean, Serializable) - Method in class com.vaadin.flow.internal.nodefeature.ElementPropertyMap
- producePutChange(String, boolean, Serializable) - Method in class com.vaadin.flow.internal.nodefeature.NodeMap
-
Checks whether a
MapPutChange
should be produced. - PRODUCTION - Enum constant in enum class com.vaadin.flow.server.Mode
- PROGRAMMATIC - Enum constant in enum class com.vaadin.flow.router.NavigationTrigger
-
Navigation was triggered programmatically via forward/reroute action.
- ProgressBar - Class in com.vaadin.flow.component.progressbar
-
Progress Bar shows the completion status of a task or process.
- ProgressBar() - Constructor for class com.vaadin.flow.component.progressbar.ProgressBar
-
Constructs a new object with a scale of 0 to 1, and an initial value of 0.
- ProgressBar(double, double) - Constructor for class com.vaadin.flow.component.progressbar.ProgressBar
-
Constructs a new object with a scale of
min
tomax
, and an initial value ofmin
. - ProgressBar(double, double, double) - Constructor for class com.vaadin.flow.component.progressbar.ProgressBar
-
Constructs a new object with a scale of
min
tomax
, and an initial value ofvalue
. - PROGRESSBAR - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- ProgressBarElement - Class in com.vaadin.flow.component.progressbar.testbench
-
A TestBench element representing a
<vaadin-progress-bar>
element. - ProgressBarElement() - Constructor for class com.vaadin.flow.component.progressbar.testbench.ProgressBarElement
- ProgressBarVariant - Enum Class in com.vaadin.flow.component.progressbar
-
Set of theme variants applicable for
vaadin-progress-bar
component. - ProgressListener - Interface in com.vaadin.external.apache.commons.fileupload2
-
The
ProgressListener
may be used to display a progress bar or do stuff like that. - ProgressListener - Interface in com.vaadin.flow.component.upload
-
ProgressListener receives events to track progress of upload.
- ProgressNotifier(ProgressListener, long) - Constructor for class com.vaadin.external.apache.commons.fileupload2.MultipartStream.ProgressNotifier
-
Creates a new instance with the given listener and content length.
- ProgressUpdateEvent - Class in com.vaadin.flow.component.upload
-
ProgressUpdateEvent is sent to track progress of upload.
- ProgressUpdateEvent(Upload, long, long) - Constructor for class com.vaadin.flow.component.upload.ProgressUpdateEvent
-
Event constructor method to construct a new progress event.
- PROJECT_BASEDIR - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
- PROJECT_FRONTEND_GENERATED_DIR_TOKEN - Static variable in class com.vaadin.flow.server.Constants
- Projection - Enum Class in com.vaadin.flow.component.map.configuration
-
Defines constants for map coordinate projections.
- PROPERTIES_FILENAME - Static variable in class com.vaadin.experimental.FeatureFlags
- property() - Element in annotation interface com.vaadin.flow.component.Synchronize
-
The name of the property to synchronize.
- property() - Element in annotation interface com.vaadin.testbench.parallel.TestNameSuffix
- PROPERTY_NAMES - Static variable in class com.vaadin.flow.spring.SpringServlet
-
Property names that are read from the application.properties file
- propertyChange(PropertyChangeEvent) - Method in interface com.vaadin.flow.dom.PropertyChangeListener
-
Invoked when this listener receives a property change event from an event source to which it has been added.
- PropertyChangeDeniedException - Exception in com.vaadin.flow.internal.nodefeature
-
The exception is thrown when a property change from client is disallowed on the server side.
- PropertyChangeDeniedException(String) - Constructor for exception com.vaadin.flow.internal.nodefeature.PropertyChangeDeniedException
- PropertyChangeEvent - Class in com.vaadin.flow.dom
-
An event fired when the value of a property changes.
- PropertyChangeEvent(Element, String, Serializable, boolean) - Constructor for class com.vaadin.flow.dom.PropertyChangeEvent
-
Creates a new
PropertyChangeEvent
event containing the current property value of the given element. - PropertyChangeHandler - Interface in com.vaadin.collaborationengine
-
Functional interface that defines how to handle value changes for properties in a topic.
- PropertyChangeHandler.PropertyChangeEvent - Interface in com.vaadin.collaborationengine
-
The property change event.
- PropertyChangeListener - Interface in com.vaadin.flow.dom
-
A listener for property change events.
- propertyChangeSupport - Variable in class com.vaadin.flow.component.map.configuration.AbstractConfigurationObject
- propertyComparator(ValueProvider<T, V>, SortDirection) - Static method in class com.vaadin.flow.data.provider.InMemoryDataProviderHelpers
-
Creates a comparator for the return type of the given
ValueProvider
, sorted in the direction specified by the givenSortDirection
. - PropertyConfiguration<C extends Component,
P extends Serializable> - Interface in com.vaadin.flow.component.webcomponent -
Offers a fluent API for configuring the properties of embedded web components produced by
WebComponentExporter
. - PropertyConfigurationImpl<C extends Component,
P extends Serializable> - Class in com.vaadin.flow.server.webcomponent -
For internal use only.
- PropertyConfigurationImpl(Class<C>, String, Class<P>, P) - Constructor for class com.vaadin.flow.server.webcomponent.PropertyConfigurationImpl
-
Constructs a new
PropertyConfigurationImpl
tied to the exportedComponent
type given bycomponentType
. - PropertyData<P extends Serializable> - Class in com.vaadin.flow.server.webcomponent
-
Value object containing information of a web component's property field.
- PropertyData(String, Class<P>, boolean, P) - Constructor for class com.vaadin.flow.server.webcomponent.PropertyData
-
Constructs a new
PropertyData
instance tied to the type of the property's value given bytype
. - PropertyDefinition<T,
V> - Interface in com.vaadin.flow.data.binder -
A property from a
PropertySet
. - PropertyDeploymentConfiguration - Class in com.vaadin.flow.server
-
The property handling implementation of
DeploymentConfiguration
based on a base class for resolving system properties and a set of init parameters. - PropertyDeploymentConfiguration(ApplicationConfiguration, Class<?>, Properties) - Constructor for class com.vaadin.flow.server.PropertyDeploymentConfiguration
-
Create a new property deployment configuration instance.
- PropertyDescriptor<S,
G> - Interface in com.vaadin.flow.component -
Describes a component property that has its value stored in some form in the component's element, typically an element property or attribute.
- PropertyDescriptors - Class in com.vaadin.flow.component
-
Factory methods for creating
PropertyDescriptor
instances. - PropertyFilterDefinition - Class in com.vaadin.flow.data.binder
-
Contains the constraints for filtering nested properties.
- PropertyFilterDefinition(int, List<String>) - Constructor for class com.vaadin.flow.data.binder.PropertyFilterDefinition
-
Create a property filter with max nesting depth and package names to ignore.
- PropertyId - Annotation Interface in com.vaadin.flow.data.binder
-
Defines the custom property name to be bound to a
field component
usingBinder
. - propertyIdToHumanFriendly(Object) - Static method in class com.vaadin.flow.shared.util.SharedUtil
-
Converts a property id to a human friendly format.
- propertyIdToHumanFriendly(Object) - Static method in class com.vaadin.testbench.internal.SharedUtil
-
Converts a property id to a human friendly format.
- PropertySet<T> - Interface in com.vaadin.flow.data.binder
-
Describes a set of properties that can be used for configuration based on property names instead of setter and getter callbacks.
- propertyWithDefault(String, Boolean) - Static method in class com.vaadin.flow.component.PropertyDescriptors
-
Creates a descriptor for a property of the component's root element with a non-null default value.
- propertyWithDefault(String, Double) - Static method in class com.vaadin.flow.component.PropertyDescriptors
-
Creates a descriptor for a property of the component's root element with a non-null default value.
- propertyWithDefault(String, Integer) - Static method in class com.vaadin.flow.component.PropertyDescriptors
-
Creates a descriptor for a property of the component's root element with a non-null default value.
- propertyWithDefault(String, String) - Static method in class com.vaadin.flow.component.PropertyDescriptors
-
Creates a descriptor for a property of the component's root element with a non-null default value.
- PROPS - Static variable in interface com.vaadin.flow.component.Key
-
The
Props
(Properties) key. - protocol - Variable in class com.vaadin.flow.server.frontend.installer.ProxyConfig.Proxy
-
Protocol used for proxy.
- PROVIDED_VERSION - Static variable in class com.vaadin.flow.server.frontend.installer.NodeInstaller
- Proxy(String, String, String) - Constructor for class com.vaadin.flow.server.frontend.installer.ProxyConfig.Proxy
-
Construct a Proxy object out of a proxy url.
- Proxy(String, String, String, int, String, String, String) - Constructor for class com.vaadin.flow.server.frontend.installer.ProxyConfig.Proxy
-
Construct a Proxy object.
- PROXY_AUTHENTICATION_REQUIRED - Enum constant in enum class com.vaadin.flow.server.HttpStatusCode
-
Status code (407) indicating that the client MUST first authenticate itself with the proxy.
- ProxyConfig - Class in com.vaadin.flow.server.frontend.installer
-
Proxy configuration used for downloads and executions.
- ProxyConfig(List<ProxyConfig.Proxy>) - Constructor for class com.vaadin.flow.server.frontend.installer.ProxyConfig
-
Create a new proxy configuration with given proxies.
- ProxyConfig.Proxy - Class in com.vaadin.flow.server.frontend.installer
-
Class for holding proxy information.
- PublishedServerEventHandlerRpcHandler - Class in com.vaadin.flow.server.communication.rpc
-
RPC handler for events triggered through
element.$server
or simply$server
in template event handlers. - PublishedServerEventHandlerRpcHandler() - Constructor for class com.vaadin.flow.server.communication.rpc.PublishedServerEventHandlerRpcHandler
- publishEvent(Object) - Method in class com.vaadin.testbench.unit.mocks.MockWebApplicationContext
- purgeItems() - Method in class com.vaadin.flow.component.combobox.ComboBoxDataCommunicator.SelectionPreservingKeyMapper
- PURPLE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- push() - Method in class com.vaadin.flow.component.UI
-
Pushes the pending changes and client RPC invocations of this UI to the client-side.
- push() - Method in class com.vaadin.flow.server.communication.AtmospherePushConnection
- push() - Method in interface com.vaadin.flow.server.communication.PushConnection
-
Pushes pending state changes and client RPC calls to the client.
- push(boolean) - Method in class com.vaadin.flow.server.communication.AtmospherePushConnection
-
Pushes pending state changes and client RPC calls to the client.
- Push - Annotation Interface in com.vaadin.flow.component.page
-
Configures automatic server push.
- PUSH - Enum constant in enum class com.vaadin.flow.server.HandlerHelper.RequestType
-
Push requests (any transport).
- PUSH_ID_PARAMETER - Static variable in class com.vaadin.flow.shared.ApplicationConstants
-
Name of the parameter used to transmit the push connection identifier.
- PUSH_MAPPING - Static variable in class com.vaadin.flow.server.Constants
-
The path used in the vaadin servlet for handling push.
- PUSH_PENDING - Enum constant in enum class com.vaadin.flow.server.communication.AtmospherePushConnection.State
-
Not connected.
- PUSH_SERVLET_MAPPING_KEY - Static variable in class com.vaadin.flow.internal.nodefeature.PushConfigurationMap
- PUSH_STATE_HASH - Static variable in class com.vaadin.flow.server.communication.UidlRequestHandler
- PUSH_STATE_LOCATION - Static variable in class com.vaadin.flow.server.communication.UidlRequestHandler
- PushAtmosphereHandler - Class in com.vaadin.flow.server.communication
-
Handles Atmosphere requests and forwards them to logical methods in
PushHandler
. - PushAtmosphereHandler() - Constructor for class com.vaadin.flow.server.communication.PushAtmosphereHandler
- PushConfiguration - Interface in com.vaadin.flow.component
-
Provides method for configuring the push channel.
- PushConfigurationMap - Class in com.vaadin.flow.internal.nodefeature
-
Map for storing the push configuration for a UI.
- PushConfigurationMap(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.PushConfigurationMap
-
Creates a new map for the given node.
- PushConfigurationMap.PushConfigurationParametersMap - Class in com.vaadin.flow.internal.nodefeature
-
Map for storing push parameters.
- PushConfigurationParametersMap(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.PushConfigurationMap.PushConfigurationParametersMap
-
Creates a new map for the given node.
- PushConnection - Interface in com.vaadin.flow.server.communication
-
Represents a bidirectional ("push") connection between a single UI and its client-side.
- PushConnectionFactory - Interface in com.vaadin.flow.server.communication
-
Factory that produces instances of
PushConnection
. - PushConstants - Class in com.vaadin.flow.shared.communication
-
Shared constants used by push.
- PushConstants() - Constructor for class com.vaadin.flow.shared.communication.PushConstants
- PushHandler - Class in com.vaadin.flow.server.communication
-
Handles incoming push connections and messages and dispatches them to the correct
UI
/AtmospherePushConnection
. - PushHandler(VaadinServletService) - Constructor for class com.vaadin.flow.server.communication.PushHandler
-
Creates an instance connected to the given service.
- pushHistoryState(NavigationEvent) - Method in class com.vaadin.flow.component.internal.JavaScriptNavigationStateRenderer
- pushHistoryState(NavigationEvent) - Method in class com.vaadin.flow.router.internal.AbstractNavigationStateRenderer
- PushMode - Enum Class in com.vaadin.flow.shared.communication
-
The mode of bidirectional ("push") communication that is in use.
- PUSHMODE_KEY - Static variable in class com.vaadin.flow.internal.nodefeature.PushConfigurationMap
- PushRequestHandler - Class in com.vaadin.flow.server.communication
-
Handles requests to open a push (bidirectional) communication channel between the client and the server.
- PushRequestHandler(VaadinServletService) - Constructor for class com.vaadin.flow.server.communication.PushRequestHandler
-
Creates an instance connected to the given service.
- pushState(JsonValue, Location) - Method in class com.vaadin.flow.component.page.History
-
Invokes
history.pushState
in the browser with the given parameters. - pushState(JsonValue, String) - Method in class com.vaadin.flow.component.page.History
-
Invokes
history.pushState
in the browser with the given parameters. - put(String, Serializable) - Method in class com.vaadin.flow.internal.nodefeature.NodeMap
-
Stores a value with the given key, replacing any value previously stored with the same key.
- put(String, Serializable, boolean) - Method in class com.vaadin.flow.internal.nodefeature.ElementPropertyMap
- put(String, Serializable, boolean) - Method in class com.vaadin.flow.internal.nodefeature.NodeMap
-
Stores a value with the given key, replacing any value previously stored with the same key.
- put(String, Object) - Method in interface com.vaadin.collaborationengine.CollaborationMap
-
Associates the given value with the given key.
- put(String, Object, EntryScope) - Method in interface com.vaadin.collaborationengine.CollaborationMap
-
Associates the given value with the given key and scope.
- PUZZLE_PIECE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- PWA - Annotation Interface in com.vaadin.flow.server
-
Defines application PWA properties.
- PwaConfiguration - Class in com.vaadin.flow.server
-
Holds the configuration from the
PWA
annotation. - PwaConfiguration() - Constructor for class com.vaadin.flow.server.PwaConfiguration
-
Creates the configuration using default PWA parameters.
- PwaConfiguration(boolean, String, String, String, String, String, String, String, String, String, String, String[], boolean) - Constructor for class com.vaadin.flow.server.PwaConfiguration
-
Constructs a configuration from individual values.
- PwaConfiguration(PWA) - Constructor for class com.vaadin.flow.server.PwaConfiguration
-
Constructs the configuration using the
PWA
annotation. - PwaHandler - Class in com.vaadin.flow.server.communication
-
Handles serving of PWA resources.
- PwaHandler(SerializableSupplier<PwaRegistry>) - Constructor for class com.vaadin.flow.server.communication.PwaHandler
-
Creates PwaHandler from
PwaRegistry
getter. - PwaIcon - Class in com.vaadin.flow.server
-
Implementation of icons used in PWA resources.
- PwaIcon.Domain - Enum Class in com.vaadin.flow.server
-
Place where icon belongs to (header or manifest.webmanifest).
- PwaRegistry - Class in com.vaadin.flow.server
-
Registry for PWA data.
- PwaRegistry(PWA, ServletContext) - Constructor for class com.vaadin.flow.server.PwaRegistry
-
Creates a new PwaRegistry instance.
- PYRAMID - Static variable in class com.vaadin.flow.component.charts.model.ChartType
- PYRAMID_CHART - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- PyramidOptions - Class in com.vaadin.flow.component.charts.model
- PyramidOptions() - Constructor for class com.vaadin.flow.component.charts.model.PyramidOptions
Q
- QRCODE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- Query<T,
F> - Class in com.vaadin.flow.data.provider -
Immutable query object used to request data from a backend.
- Query() - Constructor for class com.vaadin.flow.data.provider.Query
-
Constructs a Query for all rows from 0 to
Integer.MAX_VALUE
without sorting and filtering. - Query(int, int, List<QuerySortOrder>, Comparator<T>, F) - Constructor for class com.vaadin.flow.data.provider.Query
-
Constructs a new Query object with given offset, limit, sorting and filtering.
- Query(F) - Constructor for class com.vaadin.flow.data.provider.Query
-
Constructs a Query for all rows from 0 to
Integer.MAX_VALUE
with filtering. - QueryParameters - Class in com.vaadin.flow.router
-
Holds query parameters information.
- QueryParameters(Map<String, List<String>>) - Constructor for class com.vaadin.flow.router.QueryParameters
-
Creates query parameters from parameter map.
- QuerySortOrder - Class in com.vaadin.flow.data.provider
-
Sorting information for
Query
. - QuerySortOrder(String, SortDirection) - Constructor for class com.vaadin.flow.data.provider.QuerySortOrder
-
Constructs sorting information for usage in a
Query
. - QuerySortOrderBuilder - Class in com.vaadin.flow.data.provider
-
Helper classes with fluent API for constructing
QuerySortOrder
lists. - QuerySortOrderBuilder() - Constructor for class com.vaadin.flow.data.provider.QuerySortOrderBuilder
- QUESTION - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- QUESTION_CIRCLE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- QUESTION_CIRCLE_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- quit() - Method in class com.vaadin.testbench.TestBenchDriverProxy
- QUOTE - Static variable in interface com.vaadin.flow.component.Key
-
'"
on a US keyboard. - QUOTE_LEFT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- QUOTE_RIGHT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
R
- RadialGradient(double, double, double) - Constructor for class com.vaadin.flow.component.charts.model.style.GradientColor.RadialGradient
- RadioButtonElement - Class in com.vaadin.flow.component.radiobutton.testbench
-
A TestBench element representing a
<vaadin-radio-button>
element. - RadioButtonElement() - Constructor for class com.vaadin.flow.component.radiobutton.testbench.RadioButtonElement
- RadioButtonGroup<T> - Class in com.vaadin.flow.component.radiobutton
-
Radio Button Group allows the user to select exactly one value from a list of related but mutually exclusive options.
- RadioButtonGroup() - Constructor for class com.vaadin.flow.component.radiobutton.RadioButtonGroup
-
Default constructor.
- RadioButtonGroup(HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<RadioButtonGroup<T>, T>>) - Constructor for class com.vaadin.flow.component.radiobutton.RadioButtonGroup
-
Constructs a radio button group with a value change listener.
- RadioButtonGroup(String) - Constructor for class com.vaadin.flow.component.radiobutton.RadioButtonGroup
-
Creates an empty radio button group with the defined label.
- RadioButtonGroup(String, HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<RadioButtonGroup<T>, T>>) - Constructor for class com.vaadin.flow.component.radiobutton.RadioButtonGroup
-
Constructs a radio button group with the defined label and a value change listener.
- RadioButtonGroup(String, HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<RadioButtonGroup<T>, T>>, T...) - Constructor for class com.vaadin.flow.component.radiobutton.RadioButtonGroup
-
Constructs a radio button group with the defined label, a value change listener and populated with the items in the array.
- RadioButtonGroup(String, Collection<T>) - Constructor for class com.vaadin.flow.component.radiobutton.RadioButtonGroup
-
Creates a radio button group with the defined label and populated with the items in the collection.
- RadioButtonGroup(String, T...) - Constructor for class com.vaadin.flow.component.radiobutton.RadioButtonGroup
-
Creates a radio button group with the defined label and populated with the items in the array.
- RadioButtonGroupDataView<T> - Class in com.vaadin.flow.component.radiobutton.dataview
-
Implementation of generic data view for RadioButtonGroup.
- RadioButtonGroupDataView(SerializableSupplier<? extends DataProvider<T, ?>>, RadioButtonGroup) - Constructor for class com.vaadin.flow.component.radiobutton.dataview.RadioButtonGroupDataView
-
Constructs a new DataView.
- RadioButtonGroupDataView(SerializableSupplier<? extends DataProvider<T, ?>>, RadioButtonGroup, SerializableConsumer<IdentifierProvider<T>>) - Constructor for class com.vaadin.flow.component.radiobutton.dataview.RadioButtonGroupDataView
-
Constructs a new DataView.
- RadioButtonGroupElement - Class in com.vaadin.flow.component.radiobutton.testbench
-
A TestBench element representing a
<vaadin-radio-button-group>
element. - RadioButtonGroupElement() - Constructor for class com.vaadin.flow.component.radiobutton.testbench.RadioButtonGroupElement
- RadioButtonGroupListDataView<T> - Class in com.vaadin.flow.component.radiobutton.dataview
-
Data view implementation for RadioButtonGroup with in-memory list data.
- RadioButtonGroupListDataView(SerializableSupplier<? extends DataProvider<T, ?>>, RadioButtonGroup, SerializableBiConsumer<SerializablePredicate<T>, SerializableComparator<T>>) - Constructor for class com.vaadin.flow.component.radiobutton.dataview.RadioButtonGroupListDataView
-
Creates a new in-memory data view for RadioButtonGroup and verifies the passed data provider is compatible with this data view implementation.
- RadioButtonGroupListDataView(SerializableSupplier<? extends DataProvider<T, ?>>, RadioButtonGroup, SerializableConsumer<IdentifierProvider<T>>, SerializableBiConsumer<SerializablePredicate<T>, SerializableComparator<T>>) - Constructor for class com.vaadin.flow.component.radiobutton.dataview.RadioButtonGroupListDataView
-
Creates a new in-memory data view for RadioButtonGroup and verifies the passed data provider is compatible with this data view implementation.
- RadioButtonGroupTester<T extends RadioButtonGroup<V>,
V> - Class in com.vaadin.flow.component.radiobutton -
Tester for RadioButtonGroup components.
- RadioButtonGroupTester(T) - Constructor for class com.vaadin.flow.component.radiobutton.RadioButtonGroupTester
-
Wrap given component for testing.
- RadioButtonTester<T extends com.vaadin.flow.component.radiobutton.RadioButton<V>,
V> - Class in com.vaadin.flow.component.radiobutton -
Tester for RadioButton components.
- RadioButtonTester(T) - Constructor for class com.vaadin.flow.component.radiobutton.RadioButtonTester
-
Wrap given component for testing.
- RadioGroupVariant - Enum Class in com.vaadin.flow.component.radiobutton
-
Set of theme variants applicable for
vaadin-radio-group
component. - raiseError(long, long) - Method in class com.vaadin.external.apache.commons.fileupload2.util.LimitedInputStream
-
Called to indicate, that the input streams limit has been exceeded.
- RANDOM - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- RANDOM_TOGGLE - Static variable in interface com.vaadin.flow.component.Key
-
Toggles random media (also known as "shuffle mode") on and off.
- Range - Class in com.vaadin.flow.internal
-
An immutable representation of a range, marked by start and end points.
- RangeSelector - Class in com.vaadin.flow.component.charts.model
-
The range selector is a tool for selecting ranges to display within the chart.
- RangeSelector() - Constructor for class com.vaadin.flow.component.charts.model.RangeSelector
- RangeSelector(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.RangeSelector
- RangeSelectorButton - Class in com.vaadin.flow.component.charts.model
-
Options for range selector buttons.
- RangeSelectorButton() - Constructor for class com.vaadin.flow.component.charts.model.RangeSelectorButton
- RangeSelectorButton(RangeSelectorTimespan, Number, String) - Constructor for class com.vaadin.flow.component.charts.model.RangeSelectorButton
- RangeSelectorButton(RangeSelectorTimespan, String) - Constructor for class com.vaadin.flow.component.charts.model.RangeSelectorButton
- RangeSelectorTimespan - Enum Class in com.vaadin.flow.component.charts.model
-
Possible timespan values for range selector buttons
- RangeSeries - Class in com.vaadin.flow.component.charts.model
-
Series for range type data
- RangeSeries() - Constructor for class com.vaadin.flow.component.charts.model.RangeSeries
- RangeSeries(Number[]...) - Constructor for class com.vaadin.flow.component.charts.model.RangeSeries
-
Constructs a RangeSeries with the given values
- RangeSeries(String) - Constructor for class com.vaadin.flow.component.charts.model.RangeSeries
-
Constructs a RangeSeries with the given name
- RangeSeries(String, Number[]...) - Constructor for class com.vaadin.flow.component.charts.model.RangeSeries
-
Constructs a RangeSeries with the given name and values
- RangeValidator<T> - Class in com.vaadin.flow.data.validator
-
Verifies that a value is within the given range.
- RangeValidator(String, Comparator<? super T>, T, T) - Constructor for class com.vaadin.flow.data.validator.RangeValidator
-
Creates a new range validator of the given type.
- RASTER - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- RASTER_LOWER_LEFT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- RC_LOW_BATTERY - Static variable in interface com.vaadin.flow.component.Key
-
A code sent when the remote control's battery is low.
- read() - Method in class com.vaadin.external.apache.commons.fileupload2.MultipartStream.ItemInputStream
-
Returns the next byte in the stream.
- read() - Method in class com.vaadin.external.apache.commons.fileupload2.util.LimitedInputStream
-
Reads the next byte of data from this input stream.
- read() - Method in class com.vaadin.open.LinuxProcFileReader
-
Read and parse data from /proc/stat and /proc/<pid>/stat.
- read(byte[], int, int) - Method in class com.vaadin.external.apache.commons.fileupload2.MultipartStream.ItemInputStream
-
Reads bytes into the given buffer.
- read(byte[], int, int) - Method in class com.vaadin.external.apache.commons.fileupload2.util.LimitedInputStream
-
Reads up to
len
bytes of data from this input stream into an array of bytes. - read(BEAN) - Method in interface com.vaadin.flow.data.binder.Binder.Binding
-
Reads the value from given item and stores it to the bound field.
- read(BEAN) - Method in class com.vaadin.flow.data.binder.Binder.BindingImpl
- read(InputStream) - Static method in class com.vaadin.open.FileUtil
- readBean(BEAN) - Method in class com.vaadin.collaborationengine.CollaborationBinder
-
Deprecated.This operation is not supported by the collaboration binder. You can instead provide the bean for populating the fields using
CollaborationBinder.setTopic(java.lang.String, com.vaadin.flow.function.SerializableSupplier<BEAN>)
to avoid overriding currently edited values. If you explicitly want to reset the field values for every user currently editing the fields, you can useCollaborationBinder.reset(BEAN)
. - readBean(BEAN) - Method in class com.vaadin.flow.data.binder.Binder
-
Reads the bound property values from the given bean to the corresponding fields.
- readBodyData(OutputStream) - Method in class com.vaadin.external.apache.commons.fileupload2.MultipartStream
-
Reads
body-data
from the currentencapsulation
and writes its contents into the outputStream
. - readBoundary() - Method in class com.vaadin.external.apache.commons.fileupload2.MultipartStream
-
Skips a
boundary
token, and checks whether moreencapsulations
are contained in the stream. - readByte() - Method in class com.vaadin.external.apache.commons.fileupload2.MultipartStream
-
Reads a byte from the
buffer
, and refills it as necessary. - readFallbackChunk(JsonObject) - Static method in class com.vaadin.flow.server.frontend.FrontendUtils
-
Read fallback chunk data from a json object.
- readFile(File) - Static method in class com.vaadin.open.FileUtil
- readFromHttpSession(WrappedSession) - Method in class com.vaadin.flow.server.VaadinService
-
Performs the actual read of the VaadinSession from the underlying HTTP session after sanity checks have been performed.
- readHeaders() - Method in class com.vaadin.external.apache.commons.fileupload2.MultipartStream
-
Reads the
header-part
of the currentencapsulation
. - readJson(JsonObject) - Method in class com.vaadin.flow.component.formlayout.FormLayout.ResponsiveStep
- readJson(JsonObject) - Method in interface com.vaadin.flow.component.JsonSerializable
-
Sets the JSON object data into the Java object.
- README - Static variable in class com.vaadin.flow.server.frontend.TaskRunDevBundleBuild
- README_NOT_CREATED - Static variable in class com.vaadin.flow.server.frontend.TaskRunDevBundleBuild
- readOnly() - Method in interface com.vaadin.flow.component.webcomponent.PropertyConfiguration
-
Mark the property as read-only.
- readOnly() - Method in class com.vaadin.flow.server.webcomponent.PropertyConfigurationImpl
- ReadOnlyHasValue<V> - Class in com.vaadin.flow.data.binder
-
Generic
HasValue
to use any type of component with Vaadin data binding. - ReadOnlyHasValue(SerializableConsumer<V>) - Constructor for class com.vaadin.flow.data.binder.ReadOnlyHasValue
-
Creates new
ReadOnlyHasValue
withnull
as an empty value. - ReadOnlyHasValue(SerializableConsumer<V>, V) - Constructor for class com.vaadin.flow.data.binder.ReadOnlyHasValue
-
Creates new
ReadOnlyHasValue
- readReferenceImage(String) - Method in class com.vaadin.testbench.screenshot.ImageFileUtil.ImageFileUtilImpl
-
Reads the given reference image into a BufferedImage
- readReferenceImage(String) - Static method in class com.vaadin.testbench.screenshot.ImageFileUtil
-
Reads the given reference image into a BufferedImage
- readResolve() - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
- readResolve() - Method in class com.vaadin.flow.dom.impl.BasicTextElementStateProvider
- readResolve() - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
- readResource(String) - Static method in class com.vaadin.flow.server.BootstrapHandler
- ready(ConfigurableApplicationContext, Duration) - Method in class com.vaadin.flow.spring.DevModeBrowserLauncher
- recalculateColumnWidths() - Method in class com.vaadin.flow.component.grid.Grid
-
Updates the
width
of all columns which haveautoWidth
set totrue
. - receiveDetails(ExtendedClientDetails) - Method in interface com.vaadin.flow.component.page.Page.ExtendedClientDetailsReceiver
-
Invoked when the client-side details are available.
- receiveMessage(Reader) - Method in class com.vaadin.flow.server.communication.AtmospherePushConnection
-
Reads and buffers a (possibly partial) message.
- Receiver - Interface in com.vaadin.flow.component.upload
-
Interface that must be implemented by the upload receivers to provide the Upload component an output stream to write the uploaded data.
- receiveUpload(String, String) - Method in interface com.vaadin.flow.component.upload.Receiver
-
Invoked when a new upload arrives.
- receiveUpload(String, String) - Method in class com.vaadin.flow.component.upload.receivers.FileBuffer
- receiveUpload(String, String) - Method in class com.vaadin.flow.component.upload.receivers.MemoryBuffer
- receiveUpload(String, String) - Method in class com.vaadin.flow.component.upload.receivers.MultiFileBuffer
- receiveUpload(String, String) - Method in class com.vaadin.flow.component.upload.receivers.MultiFileMemoryBuffer
- reconnect() - Method in class com.vaadin.flow.component.webcomponent.WebComponentWrapper
-
Cancel cleanup for a disconnected component.
- RECONNECT_ATTEMPTS_DEFAULT - Static variable in class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap
- RECONNECT_ATTEMPTS_KEY - Static variable in class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap
- RECONNECT_DIALOG_CONFIGURATION - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
-
Id for
ReconnectDialogConfigurationMap
. - RECONNECT_INTERVAL_DEFAULT - Static variable in class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap
- RECONNECT_INTERVAL_KEY - Static variable in class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap
- ReconnectDialogConfiguration - Interface in com.vaadin.flow.component
-
Provides methods for configuring the reconnect dialog.
- ReconnectDialogConfigurationMap - Class in com.vaadin.flow.internal.nodefeature
-
Map for storing the reconnect dialog configuration for a UI.
- ReconnectDialogConfigurationMap(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap
-
Creates a new map for the given node.
- RECORD_SPEED_NEXT - Static variable in interface com.vaadin.flow.component.Key
-
Cycles among the available media recording speeds.
- RECORDS - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- RECYCLE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- RED - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- RED - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
- RedirectStrategy() - Constructor for class com.vaadin.flow.spring.security.VaadinSavedRequestAwareAuthenticationSuccessHandler.RedirectStrategy
- REDO - Enum constant in enum class com.vaadin.flow.theme.lumo.LumoIcon
- REDO - Static variable in interface com.vaadin.flow.component.Key
-
Redo the last action.
- redraw() - Method in class com.vaadin.flow.component.board.Board
-
Forces the board to be redrawn.
- ReferenceImageRepresentation - Class in com.vaadin.testbench.screenshot
-
ReferenceImageRepresentation contains a block representation of a reference image.
- ReferenceImageRepresentation() - Constructor for class com.vaadin.testbench.screenshot.ReferenceImageRepresentation
- ReferenceImageRepresentation.HashRepresentation - Class in com.vaadin.testbench.screenshot
- ReferenceNameGenerator - Class in com.vaadin.testbench.screenshot
-
Generates the name of a reference screen shot from a string ID and browser information.
- ReferenceNameGenerator() - Constructor for class com.vaadin.testbench.screenshot.ReferenceNameGenerator
- ReflectionCache<C,
T> - Class in com.vaadin.flow.internal -
A thread-safe cache for the result of doing some reflection lookup based on a class.
- ReflectionCache(SerializableFunction<Class<C>, T>) - Constructor for class com.vaadin.flow.internal.ReflectionCache
-
Creates a new reflection cache with the given value provider.
- ReflectTools - Class in com.vaadin.flow.internal
-
An util class with helpers for reflection operations.
- ReflectTools() - Constructor for class com.vaadin.flow.internal.ReflectTools
- refresh() - Method in interface com.vaadin.flow.component.grid.editor.Editor
-
Refreshes the editor components for the current item being edited.
- refresh() - Method in class com.vaadin.flow.component.grid.editor.EditorImpl
- refresh(T) - Method in class com.vaadin.flow.component.grid.Grid.AbstractGridExtension
-
A helper method for refreshing the client-side representation of a single data item.
- refresh(T) - Method in class com.vaadin.flow.data.provider.DataCommunicator
-
Informs the DataCommunicator that a data object has been updated.
- refresh(T) - Method in interface com.vaadin.flow.data.provider.DataKeyMapper
-
Updates any existing mappings of given data object.
- refresh(V) - Method in class com.vaadin.flow.data.provider.KeyMapper
- REFRESH - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- REFRESH - Enum constant in enum class com.vaadin.flow.router.NavigationTrigger
-
Navigation is for a reload event on a preserveOnRefresh route.
- refreshAll() - Method in class com.vaadin.flow.data.provider.AbstractDataProvider
- refreshAll() - Method in class com.vaadin.flow.data.provider.AbstractDataView
- refreshAll() - Method in interface com.vaadin.flow.data.provider.DataProvider
-
Refreshes all data based on currently available data in the underlying provider.
- refreshAll() - Method in class com.vaadin.flow.data.provider.DataProviderWrapper
- refreshAll() - Method in interface com.vaadin.flow.data.provider.DataView
-
Notifies the component that all the items should be refreshed.
- refreshData(T) - Method in class com.vaadin.flow.component.grid.editor.EditorRenderer
- refreshData(T) - Method in class com.vaadin.flow.data.provider.AbstractComponentDataGenerator
- refreshData(T) - Method in class com.vaadin.flow.data.provider.CompositeDataGenerator
- refreshData(T) - Method in interface com.vaadin.flow.data.provider.DataGenerator
-
Informs the
DataGenerator
that a data object has been updated. - refreshFields() - Method in class com.vaadin.flow.data.binder.Binder
-
Refreshes the fields values by reading them again from the currently associated bean via invoking their corresponding value provider methods.
- refreshItem(T) - Method in class com.vaadin.flow.data.provider.AbstractDataProvider
- refreshItem(T) - Method in class com.vaadin.flow.data.provider.AbstractDataView
- refreshItem(T) - Method in interface com.vaadin.flow.data.provider.DataProvider
-
Refreshes the given item.
- refreshItem(T) - Method in class com.vaadin.flow.data.provider.DataProviderWrapper
- refreshItem(T) - Method in interface com.vaadin.flow.data.provider.DataView
-
Notifies the component that the item has been updated and thus should be refreshed.
- refreshItem(T, boolean) - Method in class com.vaadin.flow.data.provider.AbstractDataProvider
- refreshItem(T, boolean) - Method in interface com.vaadin.flow.data.provider.DataProvider
-
Refreshes the given item and all of the children of the item as well.
- refreshTransients(WrappedSession, VaadinService) - Method in class com.vaadin.flow.server.VaadinSession
-
Refreshes the transient fields of the session to ensure they are up to date.
- refreshValue() - Method in class com.vaadin.flow.component.combobox.ComboBox
- refreshValue() - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
-
Refresh value / selection of the web component after changes that might affect the presentation / rendering of items
- refreshValue() - Method in class com.vaadin.flow.component.combobox.MultiSelectComboBox
- REGEX - Enum constant in enum class com.vaadin.flow.router.RouteParameterFormatOption
-
Original template regex.
- REGEX_NAME - Enum constant in enum class com.vaadin.flow.router.RouteParameterFormatOption
-
The named template of the parameter, i.e.
- RegexpValidator - Class in com.vaadin.flow.data.validator
-
A string validator comparing the string against a Java regular expression.
- RegexpValidator(String, String) - Constructor for class com.vaadin.flow.data.validator.RegexpValidator
-
Creates a validator for checking that the regular expression matches the complete string to validate.
- RegexpValidator(String, String, boolean) - Constructor for class com.vaadin.flow.data.validator.RegexpValidator
-
Creates a validator for checking that the regular expression matches the string to validate.
- register(Node<?>, Element, StateNode, ChildElementConsumer) - Method in class com.vaadin.flow.internal.nodefeature.AttachExistingElementFeature
-
Registers the data for the
child
node requested as being attached to an existing element. - register(StateNode) - Method in interface com.vaadin.flow.internal.NodeOwner
-
Registers a node with this node owner.
- register(StateNode) - Method in class com.vaadin.flow.internal.NullOwner
- register(StateNode) - Method in class com.vaadin.flow.internal.StateTree
- registerAtStartup() - Element in annotation interface com.vaadin.flow.router.Route
-
Marks if this Route should be registered during the initial route registration on servlet startup.
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class com.vaadin.flow.spring.VaadinScanPackagesRegistrar
- registerChannel(SerializableBiConsumer<JsonArray, ReturnChannelRegistration>) - Method in class com.vaadin.flow.internal.nodefeature.ReturnChannelMap
-
Registers a new channel based on a callback that receives the provided arguments and the channel registration when a message is passed to the channel.
- registerChannel(SerializableConsumer<JsonArray>) - Method in class com.vaadin.flow.internal.nodefeature.ReturnChannelMap
-
Registers a new channel based on a callback that receives the provided arguments when a message is passed to the channel.
- registerChildren(T, List<T>) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchyMapper
-
Register parent and children items into inner structures.
- registerConfiguration(AnnotationConfigWebApplicationContext) - Method in class com.vaadin.flow.spring.VaadinMVCWebAppInitializer
-
Registers application configuration classes.
- registerDestructionCallback(String, Runnable) - Method in class com.vaadin.flow.spring.scopes.VaadinSessionScope
- registerEndpoints() - Method in class com.vaadin.flow.spring.VaadinWebsocketEndpointExporter
- registerHints(RuntimeHints, ClassLoader) - Method in class com.vaadin.flow.spring.springnative.VaadinHintsRegistrar
- registerRenderedComponent(String, Component) - Method in class com.vaadin.flow.data.provider.AbstractComponentDataGenerator
-
Appends the component to the container and registers it for future use during the lifecycle of the generator.
- registerResource(AbstractStreamResource) - Method in class com.vaadin.flow.server.StreamResourceRegistry
-
Registers a stream resource in the session and returns registration handler.
- Registration - Interface in com.vaadin.flow.shared
-
A registration object for removing an event listener added to a source.
- REGULAR - Enum constant in enum class com.vaadin.flow.dom.NodeVisitor.ElementType
-
The type of the regular element: the element which has been created via Element API and attached in a regular way.
- reinitializeSession(VaadinRequest) - Static method in class com.vaadin.flow.server.VaadinService
-
Discards the current session and creates a new session with the same contents.
- reject() - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialogTester
-
Click reject button.
- RejectEvent(ConfirmDialog, boolean) - Constructor for class com.vaadin.flow.component.confirmdialog.ConfirmDialog.RejectEvent
- RELATIVE - Enum constant in enum class com.vaadin.flow.component.charts.model.style.StylePosition
- RELATIVE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Position
- relIconPath() - Method in class com.vaadin.flow.server.PwaConfiguration
-
Gets the ath to icon with prefix, so request matches.
- relManifestPath() - Method in class com.vaadin.flow.server.PwaConfiguration
-
Path to manifest with prefix, so request matches.
- reload() - Method in class com.vaadin.base.devserver.DebugWindowConnection
- reload() - Method in class com.vaadin.flow.component.html.IFrame
-
Reloads the IFrame.
- reload() - Method in class com.vaadin.flow.component.page.Page
-
Reloads the page in the browser.
- reload() - Method in interface com.vaadin.flow.internal.BrowserLiveReload
-
Requests reload via the resource provided via
BrowserLiveReload.onConnect(AtmosphereResource)
call. - RELOAD - Enum constant in enum class com.vaadin.flow.theme.lumo.LumoIcon
- relOfflinePath() - Method in class com.vaadin.flow.server.PwaConfiguration
-
Path to offline file with prefix, so request matches.
- relServiceWorkerPath() - Method in class com.vaadin.flow.server.PwaConfiguration
-
Gets the path to service worker with prefix, so request matches.
- REM - Enum constant in enum class com.vaadin.flow.component.Unit
-
Unit code representing the font-size of the root font.
- RemainingTime() - Constructor for class com.vaadin.flow.component.upload.UploadI18N.Uploading.RemainingTime
- RemoteDriver - Class in com.vaadin.testbench.parallel.setup
- RemoteDriver() - Constructor for class com.vaadin.testbench.parallel.setup.RemoteDriver
- remove() - Method in class com.vaadin.collaborationengine.TopicConnectionRegistration
-
Closes the topic connection.
- remove() - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
- remove() - Method in class com.vaadin.flow.component.grid.AbstractGridSingleSelectionModel
- remove() - Method in class com.vaadin.flow.component.grid.Grid.AbstractGridExtension
-
Remove this extension from its target.
- remove() - Method in class com.vaadin.flow.component.ShortcutRegistration
-
Removes the
ShortcutRegistration
- remove() - Method in interface com.vaadin.flow.internal.StateTree.ExecutionRegistration
-
Removes the associated task from the execution queue.
- remove() - Method in interface com.vaadin.flow.shared.Registration
-
Removes the associated listener from the event source.
- remove(int) - Method in class com.vaadin.flow.component.tabs.TabSheet
-
Removes the tab at the given position.
- remove(int) - Method in class com.vaadin.flow.internal.nodefeature.ElementChildrenList
- remove(int) - Method in class com.vaadin.flow.internal.nodefeature.ModelList
- remove(int) - Method in class com.vaadin.flow.internal.nodefeature.NodeList
-
Removes the item at the given index.
- remove(int) - Method in class com.vaadin.flow.internal.nodefeature.StateNodeNodeList
- remove(int) - Method in class com.vaadin.flow.internal.nodefeature.VirtualChildrenList
- remove(ListKey) - Method in interface com.vaadin.collaborationengine.CollaborationList
-
Removes the value for the item identified by the given key.
- remove(AccordionPanel) - Method in class com.vaadin.flow.component.accordion.Accordion
-
Removes a panel.
- remove(AvatarGroup.AvatarGroupItem...) - Method in class com.vaadin.flow.component.avatar.AvatarGroup
-
Removes the items from the list of displayed as avatars.
- remove(DataSeriesItem) - Method in class com.vaadin.flow.component.charts.model.DataSeries
-
Removes a given item and immediately removes it from the chart.
- remove(Node) - Method in class com.vaadin.flow.component.charts.model.NodeSeries
-
Removes the node.
- remove(NodeSeriesItem) - Method in class com.vaadin.flow.component.charts.model.NodeSeries
-
Removes the nodeSeriesItem.
- remove(Component) - Method in class com.vaadin.flow.component.accordion.Accordion
-
Removes a panel based on the content
- remove(Component) - Method in class com.vaadin.flow.component.tabs.TabSheet
-
Removes a tab based on the content
- remove(Component...) - Method in class com.vaadin.flow.component.applayout.AppLayout
-
Removes the child components from the parent.
- remove(Component...) - Method in class com.vaadin.flow.component.button.Button
-
Removes the given child components from this component.
- remove(Component...) - Method in class com.vaadin.flow.component.contextmenu.ContextMenuBase
- remove(Component...) - Method in class com.vaadin.flow.component.contextmenu.MenuManager
-
Removes components to the (sub)menu.
- remove(Component...) - Method in class com.vaadin.flow.component.contextmenu.SubMenuBase
-
Removes the given components from the sub menu overlay.
- remove(Component...) - Method in class com.vaadin.flow.component.customfield.CustomField
-
Removes the given child components from this component.
- remove(Component...) - Method in class com.vaadin.flow.component.dialog.Dialog.DialogFooter
-
Removes the given components from the container.
- remove(Component...) - Method in class com.vaadin.flow.component.formlayout.FormLayout.FormItem
-
Removes the given child components from this component.
- remove(Component...) - Method in interface com.vaadin.flow.component.HasComponents
-
Removes the given child components from this component.
- remove(Component...) - Method in class com.vaadin.flow.component.select.Select
-
Removes the given child components from this component.
- remove(Component...) - Method in class com.vaadin.flow.component.splitlayout.SplitLayout
-
Removes the given child components from this component.
- remove(Component...) - Method in class com.vaadin.flow.component.tabs.Tabs
-
Deprecated.since 24.0, use
Tabs.remove(Tab...)
instead. - remove(MenuItem...) - Method in class com.vaadin.flow.component.menubar.MenuBar
-
Removes the given item components from this menu bar.
- remove(Tab) - Method in class com.vaadin.flow.component.tabs.TabSheet
-
Removes a tab.
- remove(Tab...) - Method in class com.vaadin.flow.component.tabs.Tabs
-
Removes the given child tabs from this component.
- remove(Object) - Method in class com.vaadin.flow.dom.impl.ThemeListImpl
- remove(Object) - Method in class com.vaadin.flow.internal.nodefeature.NodeList.SetView
- remove(String) - Method in interface com.vaadin.collaborationengine.CollaborationMap
-
Removes the value with the given key.
- remove(String) - Method in class com.vaadin.flow.dom.impl.BasicElementStyle
- remove(String) - Method in class com.vaadin.flow.dom.impl.ImmutableEmptyStyle
- remove(String) - Method in interface com.vaadin.flow.dom.Style
-
Removes the given style property if it has been set.
- remove(String) - Method in class com.vaadin.flow.internal.nodefeature.ElementAttributeMap
-
Removes the named attribute.
- remove(String) - Method in class com.vaadin.flow.internal.nodefeature.ElementPropertyMap
- remove(String) - Method in class com.vaadin.flow.internal.nodefeature.NodeMap
-
Removes the value stored for the given key.
- remove(String) - Method in class com.vaadin.flow.spring.scopes.VaadinSessionScope
- remove(String, Object) - Method in interface com.vaadin.collaborationengine.CollaborationMap
-
Removes the value with the given key only if and only if the current value is as expected.
- remove(Collection<Component>) - Method in interface com.vaadin.flow.component.HasComponents
-
Removes the given child components from this component.
- remove(T) - Method in interface com.vaadin.flow.data.provider.DataKeyMapper
-
Removes a data object from the key mapping.
- remove(TItem) - Method in class com.vaadin.flow.component.combobox.ComboBoxDataCommunicator.SelectionPreservingKeyMapper
- remove(V) - Method in class com.vaadin.flow.data.provider.KeyMapper
-
Removes object from the mapper.
- removeAll() - Method in class com.vaadin.flow.component.contextmenu.ContextMenuBase
-
Removes all of the child components.
- removeAll() - Method in class com.vaadin.flow.component.contextmenu.MenuManager
-
Remove all components and items from (sub)menu.
- removeAll() - Method in class com.vaadin.flow.component.contextmenu.SubMenuBase
-
Removes all components inside the sub menu overlay.
- removeAll() - Method in class com.vaadin.flow.component.dialog.Dialog.DialogFooter
-
Removes all components from the container.
- removeAll() - Method in class com.vaadin.flow.component.formlayout.FormLayout.FormItem
-
Removes all contents from this component, this includes child components, text content as well as child elements that have been added directly to this component using the
Element
API. - removeAll() - Method in interface com.vaadin.flow.component.HasComponents
-
Removes all contents from this component, this includes child components, text content as well as child elements that have been added directly to this component using the
Element
API. - removeAll() - Method in class com.vaadin.flow.component.menubar.MenuBar
-
Removes all item components from this menu bar.
- removeAll() - Method in class com.vaadin.flow.component.select.Select
-
Removes all child components that are not items.
- removeAll() - Method in class com.vaadin.flow.component.splitlayout.SplitLayout
-
Removes the primary and the secondary components.
- removeAll() - Method in class com.vaadin.flow.component.tabs.Tabs
-
Removes all tabs from this component.
- removeAll() - Method in interface com.vaadin.flow.data.provider.DataKeyMapper
-
Removes all data objects from the key mapping.
- removeAll() - Method in class com.vaadin.flow.data.provider.KeyMapper
-
Removes all objects from the mapper.
- removeAll(Collection<?>) - Method in class com.vaadin.flow.dom.impl.ThemeListImpl
- removeAllChildren() - Method in class com.vaadin.flow.dom.Node
-
Removes all child elements, including elements only present at the client-side.
- removeAllChildren(StateNode) - Method in interface com.vaadin.flow.dom.ElementStateProvider
-
Removes all child elements.
- removeAllChildren(StateNode) - Method in class com.vaadin.flow.dom.impl.AbstractNodeStateProvider
- removeAllChildren(StateNode) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
- removeAllColumns() - Method in class com.vaadin.flow.component.grid.Grid
-
Removes all columns from this Grid.
- removeAllFeatures() - Method in class com.vaadin.flow.component.map.configuration.layer.FeatureLayer
-
Removes all features from the layer
- removeAllFeatures() - Method in class com.vaadin.flow.component.map.configuration.source.VectorSource
- removeAllProperties() - Method in class com.vaadin.flow.internal.nodefeature.AbstractPropertyMap
-
Removes all properties.
- removeAttribute(Element) - Method in class com.vaadin.flow.dom.impl.ClassAttributeHandler
- removeAttribute(Element) - Method in class com.vaadin.flow.dom.impl.CustomAttribute
-
Removes the attribute when
Element.removeAttribute(String)
is called for this attribute. - removeAttribute(Element) - Method in class com.vaadin.flow.dom.impl.StyleAttributeHandler
- removeAttribute(StateNode, String) - Method in interface com.vaadin.flow.dom.ElementStateProvider
-
Removes the given attribute if it has been set.
- removeAttribute(StateNode, String) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
- removeAttribute(StateNode, String) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
- removeAttribute(StateNode, String) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
- removeAttribute(Class<?>) - Method in interface com.vaadin.flow.server.VaadinContext
-
Removes an attribute identified by the given type.
- removeAttribute(Class<?>) - Method in class com.vaadin.flow.server.VaadinServletContext
- removeAttribute(String) - Method in class com.vaadin.flow.dom.Element
-
Removes the given attribute.
- removeAttribute(String) - Method in interface com.vaadin.flow.server.VaadinRequest
-
Removes an attribute from this request.
- removeAttribute(String) - Method in class com.vaadin.flow.server.WrappedHttpSession
- removeAttribute(String) - Method in interface com.vaadin.flow.server.WrappedSession
-
Removes the object bound with the specified name from this session.
- removeAxis(T) - Method in class com.vaadin.flow.component.charts.model.AxisList
-
Removes an axis from the list
- removeBackground(Background) - Method in class com.vaadin.flow.component.charts.model.Pane
-
Removes first occurrence of background in background array
- removeBean() - Method in class com.vaadin.flow.data.binder.Binder
-
Removes the currently set bean and clears bound fields.
- removeBinding(HasValue<?, ?>) - Method in class com.vaadin.flow.data.binder.Binder
-
Finds and removes all Bindings for the given field.
- removeBinding(Binder.Binding<BEAN, ?>) - Method in class com.vaadin.flow.data.binder.Binder
-
Removes the given Binding from this Binder.
- removeBinding(String) - Method in class com.vaadin.flow.data.binder.Binder
-
Finds and removes the Binding for the given property name.
- removeBindingInternal(Binder.Binding<BEAN, ?>) - Method in class com.vaadin.collaborationengine.CollaborationBinder
- removeBindingInternal(Binder.Binding<BEAN, ?>) - Method in class com.vaadin.flow.data.binder.Binder
-
Removes (internally) the
Binding
from the bound properties map (if present) and from the list ofBinding
s. - removeButton(RangeSelectorButton) - Method in class com.vaadin.flow.component.charts.model.RangeSelector
-
Removes first occurrence of button in buttons array
- removeCategory(String) - Method in class com.vaadin.flow.component.charts.model.Axis
-
Removes first occurrence of category in categories array
- removeCategory(String) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
Removes first occurrence of category in categories array
- removeCategory(String) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
Removes first occurrence of category in categories array
- removeCategory(String) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
Removes first occurrence of category in categories array
- removeCell(AbstractColumn<?>) - Method in class com.vaadin.flow.component.grid.FooterRow
- removeChangeListener(ConfigurationChangeListener) - Method in class com.vaadin.flow.component.charts.model.Configuration
-
Removes a change listener.
- removeChild(int) - Method in class com.vaadin.flow.dom.Node
-
Removes the child at the given index.
- removeChild(AbstractConfigurationObject) - Method in class com.vaadin.flow.component.map.configuration.AbstractConfigurationObject
-
Removes a nested object reference from tracking.
- removeChild(Element...) - Method in class com.vaadin.flow.dom.Node
-
Removes the given child element(s).
- removeChild(StateNode, int) - Method in interface com.vaadin.flow.dom.ElementStateProvider
-
Removes the child at the given position.
- removeChild(StateNode, int) - Method in class com.vaadin.flow.dom.impl.AbstractNodeStateProvider
- removeChild(StateNode, int) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
- removeChild(StateNode, Element) - Method in interface com.vaadin.flow.dom.ElementStateProvider
-
Removes the given child.
- removeChild(StateNode, Element) - Method in class com.vaadin.flow.dom.impl.AbstractNodeStateProvider
- removeChild(StateNode, Element) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
- removeChild(Collection<Element>) - Method in class com.vaadin.flow.dom.Node
-
Removes the given child element(s).
- removeChildren(Object) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchyMapper
-
Removes all children of an item identified by a given id.
- removeClassName(String) - Method in interface com.vaadin.flow.component.HasStyle
-
Removes a CSS class name from this component.
- removeClassNames(String...) - Method in interface com.vaadin.flow.component.HasStyle
-
Removes one or more CSS class names from component.
- removeColor(Color) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
-
Removes first occurrence of color in colors array
- removeColor(Color) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
Removes first occurrence of color in colors array
- removeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
Removes first occurrence of color in colors array
- removeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
Removes first occurrence of color in colors array
- removeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
Removes first occurrence of color in colors array
- removeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
Removes first occurrence of color in colors array
- removeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
Removes first occurrence of color in colors array
- removeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
Removes first occurrence of color in colors array
- removeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
Removes first occurrence of color in colors array
- removeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
Removes first occurrence of color in colors array
- removeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
-
Removes first occurrence of color in colors array
- removeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
-
Removes first occurrence of color in colors array
- removeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
Removes first occurrence of color in colors array
- removeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
-
Removes first occurrence of color in colors array
- removeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
-
Removes first occurrence of color in colors array
- removeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
-
Removes first occurrence of color in colors array
- removeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
-
Removes first occurrence of color in colors array
- removeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
Removes first occurrence of color in colors array
- removeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
-
Removes first occurrence of color in colors array
- removeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
-
Removes first occurrence of color in colors array
- removeColorAxes() - Method in class com.vaadin.flow.component.charts.model.Configuration
-
Removes all defined color-axes
- removeColumn(Grid.Column<T>) - Method in class com.vaadin.flow.component.grid.Grid
-
Removes a column from the Grid.
- removeColumnByKey(String) - Method in class com.vaadin.flow.component.grid.Grid
-
Removes a column with the given column key from the Grid.
- removeColumnLayer(ColumnLayer) - Method in class com.vaadin.flow.component.grid.Grid
-
Removes the given layer and moves the columns on the lower level to its place.
- removeColumns(Grid.Column<T>...) - Method in class com.vaadin.flow.component.grid.Grid
-
Removes columns from the Grid.
- removeComments(String) - Static method in class com.vaadin.flow.internal.StringUtil
-
Removes comments (block comments and line comments) from the JS code.
- removeComments(String, boolean) - Static method in class com.vaadin.flow.internal.StringUtil
-
Removes comments (block comments and line comments) from the JS code.
- removeComponent(Component) - Method in class com.vaadin.collaborationengine.ComponentConnectionContext
-
Stops tracking a component for this context.
- removeComponentFilterAndSortComparator(Component) - Static method in class com.vaadin.flow.data.provider.DataViewUtils
-
Removes the in-memory filter and sort comparator from a given component instance.
- removeEditColumn(Grid<?>) - Static method in class com.vaadin.flow.component.crud.Crud
-
Removes the crud edit column from a grid
- removeEditor(TopicConnection, String, UserInfo) - Static method in class com.vaadin.collaborationengine.CollaborationBinderUtil
-
Signals that the user is not editing the field that is bound to the property.
- removeEntry(String) - Static method in class com.vaadin.flow.internal.UsageStatistics
-
Remove a entry of the current usage entries.
- removeFeature(Feature) - Method in class com.vaadin.flow.component.map.configuration.layer.FeatureLayer
-
Removes a feature from the layer
- removeFeature(Feature) - Method in class com.vaadin.flow.component.map.configuration.source.VectorSource
- removeFilters() - Method in class com.vaadin.flow.component.combobox.dataview.ComboBoxListDataView
-
Removes all in-memory filters set or added.
- removeFilters() - Method in class com.vaadin.flow.data.provider.AbstractListDataView
- removeFilters() - Method in interface com.vaadin.flow.data.provider.ListDataView
-
Removes all in-memory filters set or added.
- removeFromHttpSession(WrappedSession) - Method in class com.vaadin.flow.server.VaadinService
-
Performs the actual removal of the VaadinSession from the underlying HTTP session after sanity checks have been performed.
- removeFromParent() - Method in class com.vaadin.flow.component.Component
-
Removes the component from its parent.
- removeFromParent() - Method in class com.vaadin.flow.dom.Element
-
Removes this element from its parent.
- removeFromTree() - Method in class com.vaadin.flow.dom.Element
-
Removes this element from its parent and state tree.
- removeFromTree() - Method in class com.vaadin.flow.internal.StateNode
-
Removes the node from its parent and unlinks the node (and children) from the state tree.
- removeHandleTypesSelfReferences(Set<Class<?>>, Object) - Static method in class com.vaadin.flow.server.startup.AbstractAnnotationValidator
-
Filters the given set and removes classes (interfaces) which are mentioned in a
@HandlesTypes
annotation on the given object. - removeHref() - Method in class com.vaadin.flow.component.html.Anchor
-
Removes href attribute.
- removeItem(T) - Method in class com.vaadin.flow.data.provider.AbstractListDataView
- removeItem(T) - Method in class com.vaadin.flow.data.provider.hierarchy.TreeData
-
Remove a given item from this structure.
- removeItem(T) - Method in interface com.vaadin.flow.data.provider.ListDataView
-
Remove an item from the data list.
- removeItem(T) - Method in class com.vaadin.flow.internal.change.ListAddChange
-
Removes item from the change list.
- removeItems(Collection<T>) - Method in class com.vaadin.flow.data.provider.AbstractListDataView
- removeItems(Collection<T>) - Method in interface com.vaadin.flow.data.provider.ListDataView
-
Remove multiple items from the data list.
- removeKey(String) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
Removes first occurrence of key in keys array
- removeKey(String) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
-
Removes first occurrence of key in keys array
- removeKey(String) - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
-
Removes first occurrence of key in keys array
- removeKey(String) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
Removes first occurrence of key in keys array
- removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
Removes first occurrence of key in keys array
- removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
Removes first occurrence of key in keys array
- removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
Removes first occurrence of key in keys array
- removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
Removes first occurrence of key in keys array
- removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
Removes first occurrence of key in keys array
- removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
Removes first occurrence of key in keys array
- removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
Removes first occurrence of key in keys array
- removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
Removes first occurrence of key in keys array
- removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
Removes first occurrence of key in keys array
- removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
Removes first occurrence of key in keys array
- removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
Removes first occurrence of key in keys array
- removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
Removes first occurrence of key in keys array
- removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
Removes first occurrence of key in keys array
- removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
-
Removes first occurrence of key in keys array
- removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
-
Removes first occurrence of key in keys array
- removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
-
Removes first occurrence of key in keys array
- removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
Removes first occurrence of key in keys array
- removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
Removes first occurrence of key in keys array
- removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
-
Removes first occurrence of key in keys array
- removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
Removes first occurrence of key in keys array
- removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
-
Removes first occurrence of key in keys array
- removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
Removes first occurrence of key in keys array
- removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
Removes first occurrence of key in keys array
- removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
-
Removes first occurrence of key in keys array
- removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
Removes first occurrence of key in keys array
- removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
-
Removes first occurrence of key in keys array
- removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
-
Removes first occurrence of key in keys array
- removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
Removes first occurrence of key in keys array
- removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
-
Removes first occurrence of key in keys array
- removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
Removes first occurrence of key in keys array
- removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
-
Removes first occurrence of key in keys array
- removeLayer(Layer) - Method in class com.vaadin.flow.component.map.configuration.Configuration
-
Remove a layer from the map
- removeLayer(Layer) - Method in class com.vaadin.flow.component.map.Map
-
Remove a layer from the map
- removeLevel(Level) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
-
Removes first occurrence of level in levels array
- removeLevel(Level) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
-
Removes first occurrence of level in levels array
- removePane(Pane) - Method in class com.vaadin.flow.component.charts.model.PaneList
-
Removes a pane from the list
- removePlotBand(PlotBand) - Method in class com.vaadin.flow.component.charts.model.Axis
-
Removes first occurrence of plotBand in plotBands array
- removePlotBand(PlotBand) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
Removes first occurrence of plotBand in plotBands array
- removePlotBand(PlotBand) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
Removes first occurrence of plotBand in plotBands array
- removePlotBand(PlotBand) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
Removes first occurrence of plotBand in plotBands array
- removePlotLine(PlotLine) - Method in class com.vaadin.flow.component.charts.model.Axis
-
Removes first occurrence of plotLine in plotLines array
- removePlotLine(PlotLine) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
Removes first occurrence of plotLine in plotLines array
- removePlotLine(PlotLine) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
Removes first occurrence of plotLine in plotLines array
- removePlotLine(PlotLine) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
Removes first occurrence of plotLine in plotLines array
- removeProperty(StateNode, String) - Method in interface com.vaadin.flow.dom.ElementStateProvider
-
Removes the given property if it has been set.
- removeProperty(StateNode, String) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
- removeProperty(StateNode, String) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
- removeProperty(StateNode, String) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
- removeProperty(String) - Method in class com.vaadin.flow.dom.Element
-
Removes the given property.
- removeProperty(String) - Method in class com.vaadin.flow.internal.nodefeature.AbstractPropertyMap
-
Removes the given property.
- removePropertyChangeListener(PropertyChangeListener) - Method in class com.vaadin.flow.component.map.configuration.AbstractConfigurationObject
-
Removes a change listener from the object.
- removeRequest(HttpServletRequest, HttpServletResponse) - Method in class com.vaadin.flow.spring.security.VaadinDefaultRequestCache
- removeRequestHandler(RequestHandler) - Method in class com.vaadin.flow.server.VaadinSession
-
Removes a request handler from the session.
- removeRoute(Class<? extends Component>) - Method in class com.vaadin.flow.router.internal.AbstractRouteRegistry
- removeRoute(Class<? extends Component>) - Method in class com.vaadin.flow.router.internal.ConfigureRoutes
-
Remove the target completely from the configuration.
- removeRoute(Class<? extends Component>) - Method in class com.vaadin.flow.router.RouteConfiguration
-
Remove the given navigation target route registration.
- removeRoute(Class<? extends Component>) - Method in interface com.vaadin.flow.server.RouteRegistry
-
Remove the given navigation target route registration.
- removeRoute(String) - Method in class com.vaadin.flow.router.internal.AbstractRouteRegistry
- removeRoute(String) - Method in class com.vaadin.flow.router.internal.ConfigureRoutes
-
Remove route for given template.
- removeRoute(String) - Method in class com.vaadin.flow.router.RouteConfiguration
-
Remove all registrations for given path.
- removeRoute(String) - Method in interface com.vaadin.flow.server.RouteRegistry
-
Remove the registration for given path.
- removeRoute(String, Class<? extends Component>) - Method in class com.vaadin.flow.router.internal.AbstractRouteRegistry
- removeRoute(String, Class<? extends Component>) - Method in class com.vaadin.flow.router.internal.ConfigureRoutes
-
Remove navigation target for given template.
- removeRoute(String, Class<? extends Component>) - Method in class com.vaadin.flow.router.RouteConfiguration
-
Remove only the specified navigationTarget from the path and not other targets if they exist for the same path.
- removeRoute(String, Class<? extends Component>) - Method in interface com.vaadin.flow.server.RouteRegistry
-
Remove navigationTarget for the path.
- removeRouterLayoutContent(HasElement) - Method in interface com.vaadin.flow.router.RouterLayout
-
Removes content that should no longer be shown in this router layout.
- removeRow(Row) - Method in class com.vaadin.flow.component.board.Board
-
Removes the given row from the board.
- removeSession(WrappedSession) - Method in class com.vaadin.flow.server.VaadinService
-
Called when the VaadinSession should be removed from the underlying HTTP session.
- removeSorting() - Method in class com.vaadin.flow.data.provider.AbstractListDataView
- removeSorting() - Method in interface com.vaadin.flow.data.provider.ListDataView
-
Removes any default sorting that has been set or added previously.
- removeStop(Stop) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
Removes first occurrence of stop in stops array
- removeThemeName(String) - Method in class com.vaadin.flow.component.datetimepicker.DateTimePicker
-
Removes a theme name from this component.
- removeThemeName(String) - Method in interface com.vaadin.flow.component.HasTheme
-
Removes a theme name from this component.
- removeThemeNames(String...) - Method in class com.vaadin.flow.component.contextmenu.MenuItemBase
-
Removes one or more theme names from this item.
- removeThemeNames(String...) - Method in class com.vaadin.flow.component.datetimepicker.DateTimePicker
-
Removes one or more theme names from component.
- removeThemeNames(String...) - Method in interface com.vaadin.flow.component.HasTheme
-
Removes one or more theme names from component.
- removeThemeNames(String...) - Method in class com.vaadin.flow.component.messages.MessageListItem
-
Removes one or more theme names from this message.
- removeThemeVariants(AvatarGroupVariant...) - Method in class com.vaadin.collaborationengine.CollaborationAvatarGroup
-
Removes theme variants from the avatar group component.
- removeThemeVariants(ChartVariant...) - Method in class com.vaadin.flow.component.charts.Chart
-
Removes theme variants from the component.
- removeThemeVariants(CrudVariant...) - Method in class com.vaadin.flow.component.crud.Crud
-
Removes theme variants from the component.
- removeThemeVariants(CustomFieldVariant...) - Method in class com.vaadin.flow.component.customfield.CustomField
-
Removes theme variants from the component.
- removeThemeVariants(GridVariant...) - Method in class com.vaadin.flow.component.grid.Grid
-
Removes theme variants from the component.
- removeThemeVariants(GridProVariant...) - Method in class com.vaadin.flow.component.gridpro.GridPro
-
Removes theme variants from the component.
- removeThemeVariants(TVariantEnum...) - Method in interface com.vaadin.flow.component.shared.HasThemeVariant
-
Removes theme variants from the component.
- removeUI(UI) - Method in class com.vaadin.flow.server.VaadinSession
-
Called by the framework to remove an UI instance from the session because it has been closed.
- removeUnit(TimeUnitMultiples) - Method in class com.vaadin.flow.component.charts.model.Axis
-
Removes first occurrence of unit in units array
- removeUnit(TimeUnitMultiples) - Method in class com.vaadin.flow.component.charts.model.DataGrouping
-
Removes first occurrence of unit in units array
- removeUnit(TimeUnitMultiples) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
Removes first occurrence of unit in units array
- removeUnit(TimeUnitMultiples) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
Removes first occurrence of unit in units array
- removeUnit(TimeUnitMultiples) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
Removes first occurrence of unit in units array
- removeVirtualChild(Element...) - Method in class com.vaadin.flow.dom.Node
-
Removes the given children that have been attached as the virtual children of this element.
- removeVirtualChild(Collection<Element>) - Method in class com.vaadin.flow.dom.Node
-
Removes the given children that have been attached as the virtual children of this element.
- removexAxes() - Method in class com.vaadin.flow.component.charts.model.Configuration
-
Removes all defined X-axes
- removeyAxes() - Method in class com.vaadin.flow.component.charts.model.Configuration
-
Removes all defined Y-axes
- removezAxes() - Method in class com.vaadin.flow.component.charts.model.Configuration
-
Removes all defined Z-axes
- removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
Removes first occurrence of zone in zones array
- removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
-
Removes first occurrence of zone in zones array
- removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
Removes first occurrence of zone in zones array
- removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
Removes first occurrence of zone in zones array
- removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
Removes first occurrence of zone in zones array
- removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
Removes first occurrence of zone in zones array
- removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
Removes first occurrence of zone in zones array
- removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
Removes first occurrence of zone in zones array
- removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
Removes first occurrence of zone in zones array
- removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
Removes first occurrence of zone in zones array
- removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
Removes first occurrence of zone in zones array
- removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
Removes first occurrence of zone in zones array
- removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
Removes first occurrence of zone in zones array
- removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
Removes first occurrence of zone in zones array
- removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
Removes first occurrence of zone in zones array
- removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
Removes first occurrence of zone in zones array
- removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
-
Removes first occurrence of zone in zones array
- removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
-
Removes first occurrence of zone in zones array
- removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
Removes first occurrence of zone in zones array
- removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
Removes first occurrence of zone in zones array
- removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
-
Removes first occurrence of zone in zones array
- removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
Removes first occurrence of zone in zones array
- removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
-
Removes first occurrence of zone in zones array
- removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
Removes first occurrence of zone in zones array
- removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
Removes first occurrence of zone in zones array
- removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
Removes first occurrence of zone in zones array
- removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
-
Removes first occurrence of zone in zones array
- removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
Removes first occurrence of zone in zones array
- removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
-
Removes first occurrence of zone in zones array
- removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
Removes first occurrence of zone in zones array
- removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
-
Removes first occurrence of zone in zones array
- render(Element, DataKeyMapper<SOURCE>) - Method in class com.vaadin.flow.data.renderer.Renderer
-
Registers a renderer function to the given container element.
- render(Element, DataKeyMapper<SOURCE>, String) - Method in class com.vaadin.flow.component.grid.ColumnPathRenderer
- render(Element, DataKeyMapper<SOURCE>, String) - Method in class com.vaadin.flow.data.renderer.ComponentRenderer
- render(Element, DataKeyMapper<SOURCE>, String) - Method in class com.vaadin.flow.data.renderer.LitRenderer
- render(Element, DataKeyMapper<SOURCE>, String) - Method in class com.vaadin.flow.data.renderer.Renderer
-
Registers a renderer function with the given name to the given container element.
- render(Element, DataKeyMapper<T>, String) - Method in class com.vaadin.flow.component.grid.editor.EditorRenderer
- Renderer<SOURCE> - Class in com.vaadin.flow.data.renderer
-
Base class for all renderers - classes that take a given model object as input and handles their rendering to the client side when requested.
- Renderer() - Constructor for class com.vaadin.flow.data.renderer.Renderer
- Rendering<SOURCE> - Interface in com.vaadin.flow.data.renderer
-
Defines the context of a given
Renderer
when building the output elements. - replace(Component, Component) - Method in interface com.vaadin.flow.component.HasOrderedComponents
-
Replaces the component in the container with another one without changing position.
- replace(Component, Component) - Method in interface com.vaadin.flow.component.orderedlayout.FlexComponent
- replace(Component, Component) - Method in class com.vaadin.flow.component.tabs.Tabs
-
Deprecated.since 24.0, use
Tabs.replace(Tab, Tab)
instead. - replace(Tab, Tab) - Method in class com.vaadin.flow.component.tabs.Tabs
-
Replaces the tab in the container with another one without changing position.
- replace(String, Object, Object) - Method in interface com.vaadin.collaborationengine.CollaborationMap
-
Atomically replaces the value for a key if and only if the current value is as expected.
- replaceSnapshot(String, UUID, UUID, String) - Method in class com.vaadin.collaborationengine.Backend
-
Submits a snapshot payload of data identified by the given name.
- replaceSnapshot(String, UUID, UUID, String) - Method in class com.vaadin.collaborationengine.LocalBackend
- replaceState(JsonValue, Location) - Method in class com.vaadin.flow.component.page.History
-
Invokes
history.replaceState
in the browser with the given parameters. - replaceState(JsonValue, String) - Method in class com.vaadin.flow.component.page.History
-
Invokes
history.replaceState
in the browser with the given parameters. - REPLY - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- REPLY_ALL - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- reportUsage() - Static method in class com.vaadin.flow.component.dnd.internal.DndUtil
-
Reports DnD feature usage from mixin interfaces.
- REQUEST_ENTITY_TOO_LARGE - Enum constant in enum class com.vaadin.flow.server.HttpStatusCode
-
Status code (413) indicating that the server is refusing to process the request because the request entity is larger than the server is willing or able to process.
- REQUEST_LOCATION_PARAMETER - Static variable in class com.vaadin.flow.shared.ApplicationConstants
-
Parameter for the initial router location when JavaScript bootstrapping.
- REQUEST_QUERY_PARAMETER - Static variable in class com.vaadin.flow.shared.ApplicationConstants
-
Parameter for the initial query string when JavaScript bootstrapping.
- REQUEST_TIMEOUT - Enum constant in enum class com.vaadin.flow.server.HttpStatusCode
-
Status code (408) indicating that the client did not produce a request within the time that the server was prepared to wait.
- REQUEST_TYPE_HEARTBEAT - Static variable in class com.vaadin.flow.shared.ApplicationConstants
-
Request type parameter value indicating a heartbeat request.
- REQUEST_TYPE_INIT - Static variable in class com.vaadin.flow.shared.ApplicationConstants
-
Request type parameter value indicating an init request.
- REQUEST_TYPE_PARAMETER - Static variable in class com.vaadin.flow.shared.ApplicationConstants
-
Get parameter used in framework requests to identify the request type.
- REQUEST_TYPE_PUSH - Static variable in class com.vaadin.flow.shared.ApplicationConstants
-
Request type parameter value indicating a push request.
- REQUEST_TYPE_UIDL - Static variable in class com.vaadin.flow.shared.ApplicationConstants
-
Request type parameter value indicating a UIDL request.
- REQUEST_TYPE_WEBCOMPONENT_RESYNC - Static variable in class com.vaadin.flow.shared.ApplicationConstants
-
Request type parameter value indicating a WebComponent resynchronization request.
- REQUEST_URI_TOO_LONG - Enum constant in enum class com.vaadin.flow.server.HttpStatusCode
-
Status code (414) indicating that the server is refusing to service the request because the
Request-URI
is longer than the server is willing to interpret. - requestAccess(ConnectionContext, UserInfo, Consumer<AccessResponse>) - Method in class com.vaadin.collaborationengine.CollaborationEngine
-
Requests access for a user to Collaboration Engine.
- requestAccess(UserInfo, Consumer<AccessResponse>) - Method in class com.vaadin.collaborationengine.CollaborationEngine
-
Requests access for a user to Collaboration Engine.
- requestCanCreateSession(VaadinRequest) - Method in class com.vaadin.flow.server.VaadinService
-
Checks whether it's valid to create a new service session as a result of the given request.
- requestCanCreateSession(VaadinRequest) - Method in class com.vaadin.flow.server.VaadinServletService
- RequestContext - Interface in com.vaadin.external.apache.commons.fileupload2
-
Abstracts access to the request information needed for file uploads.
- REQUESTED_RANGE_NOT_SATISFIABLE - Enum constant in enum class com.vaadin.flow.server.HttpStatusCode
-
Status code (416) indicating that the server cannot serve the requested byte range.
- requestEnd(VaadinRequest, VaadinResponse, VaadinSession) - Method in class com.vaadin.flow.server.VaadinService
-
Called after the framework has handled a request and the response has been written.
- RequestHandler - Interface in com.vaadin.flow.server
-
Handler for producing a response to HTTP requests.
- requestStart(VaadinRequest, VaadinResponse) - Method in class com.vaadin.flow.server.VaadinService
-
Called before the framework starts handling a request.
- requestUtil() - Method in class com.vaadin.flow.spring.SpringSecurityAutoConfiguration
-
Makes the request util available.
- RequestUtil - Class in com.vaadin.flow.spring.security
-
Contains utility methods related to request handling.
- RequestUtil() - Constructor for class com.vaadin.flow.spring.security.RequestUtil
- REQUIRE_HOME_NODE_EXECUTABLE - Static variable in class com.vaadin.flow.server.InitParameters
-
Configuration parameter name for requiring node executable installed in home directory.
- REQUIRED_ATMOSPHERE_RUNTIME_VERSION - Static variable in class com.vaadin.flow.server.Constants
- RequiredFieldConfigurator - Interface in com.vaadin.flow.data.binder
-
This interface represents a predicate which returns
true
if bound field should be configured to have required indicator viaHasValue.setRequiredIndicatorVisible(boolean)
. - RequiredFieldConfiguratorUtil - Class in com.vaadin.flow.data.binder
-
Helper methods used by
RequiredFieldConfigurator
. - requiresLock() - Method in interface com.vaadin.flow.server.InputStreamFactory
-
If this method returns
true
(by default) then reading data from input stream (viaInputStreamFactory.createInputStream()
will be done under session lock and it's safe to access application data withinInputStream
read methods. - requiresLookup() - Method in interface com.vaadin.flow.server.startup.ClassLoaderAwareServletContainerInitializer
-
Whether this initializer requires lookup or not.
- requiresLookup() - Method in class com.vaadin.flow.server.startup.LookupServletContainerInitializer
- rerouteTo(NavigationHandler) - Method in class com.vaadin.flow.router.LocationChangeEvent
-
Reroutes the navigation to use the provided navigation handler instead of the currently used handler.
- rerouteTo(NavigationHandler, NavigationState) - Method in class com.vaadin.flow.router.BeforeEvent
-
Reroutes the navigation to use the provided navigation handler instead of the currently used handler.
- rerouteTo(NavigationState) - Method in class com.vaadin.flow.router.BeforeEvent
-
Reroutes the navigation to the given navigation state.
- rerouteTo(NavigationState) - Method in class com.vaadin.flow.router.LocationChangeEvent
-
Reroutes the navigation to show the given component instead of the component that is currently about to be displayed.
- rerouteTo(Class<? extends Component>) - Method in class com.vaadin.flow.router.BeforeEvent
-
Reroutes the navigation to show the given component instead of the component that is currently about to be displayed.
- rerouteTo(Class<? extends Component>, RouteParameters) - Method in class com.vaadin.flow.router.BeforeEvent
-
Reroutes the navigation to show the given component instead of the component that is currently about to be displayed.
- rerouteTo(String) - Method in class com.vaadin.flow.router.BeforeEvent
-
Reroute to navigation component registered for given location string instead of the component about to be displayed.
- rerouteTo(String, List<T>) - Method in class com.vaadin.flow.router.BeforeEvent
-
Reroute to navigation component registered for given location string with given route parameters instead of the component about to be displayed.
- rerouteTo(String, T) - Method in class com.vaadin.flow.router.BeforeEvent
-
Reroute to navigation component registered for given location string with given route parameter instead of the component about to be displayed.
- rerouteToError(Class<? extends Exception>) - Method in class com.vaadin.flow.router.BeforeEvent
-
Reroute to error target for given exception without custom message.
- rerouteToError(Class<? extends Exception>, String) - Method in class com.vaadin.flow.router.BeforeEvent
-
Reroute to error target for given exception with given custom message.
- rerouteToError(Exception, String) - Method in class com.vaadin.flow.router.BeforeEvent
-
Reroute to error target for given exception with given custom message.
- reset() - Method in class com.vaadin.flow.component.template.internal.IdMapper
-
Resets the mapper to its original state, clearing any registered mappings.
- reset() - Method in class com.vaadin.flow.data.provider.DataCommunicator
-
Resets all the data.
- reset() - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalDataCommunicator
-
Resets all the data.
- reset() - Method in class com.vaadin.flow.server.AppShellRegistry
-
Reset the registry configuration so as it's possible to perform a new configuration and validation.
- reset(BEAN) - Method in class com.vaadin.collaborationengine.CollaborationBinder
-
Resets collaborative fields with values from the bound properties of the given bean.
- RESET_CONTENT - Enum constant in enum class com.vaadin.flow.server.HttpStatusCode
-
Status code (205) indicating that the agent SHOULD reset the document view which caused the request to be sent.
- resetEntries() - Static method in class com.vaadin.flow.internal.UsageStatistics
-
Reset the usage entries.
- resetZoom() - Method in class com.vaadin.flow.component.charts.model.Configuration
-
Reset zoom level by setting axes extremes to null
- resetZoom(boolean, boolean) - Method in interface com.vaadin.flow.component.charts.events.internal.ConfigurationChangeListener
-
Reset zoom level by setting axis extremes to null
- resetZoom(boolean, boolean) - Method in class com.vaadin.flow.component.charts.model.Configuration
-
Reset zoom level by setting axes extremes to null
- ResetZoomButton - Class in com.vaadin.flow.component.charts.model
-
The button that appears after a selection zoom, allowing the user to reset zoom.
- ResetZoomButton() - Constructor for class com.vaadin.flow.component.charts.model.ResetZoomButton
- ResetZoomButtonRelativeTo - Enum Class in com.vaadin.flow.component.charts.model
-
What frame the button should be placed related to.
- RESIZE_H - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- RESIZE_V - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- resizeViewPortTo(int, int) - Method in class com.vaadin.testbench.commands.TestBenchCommandExecutor
- resizeViewPortTo(int, int) - Method in interface com.vaadin.testbench.commands.TestBenchCommands
-
Tries to resize the browsers window so that the space available for actual web content (aka viewport) is of given size.
- resolve(ResolveRequest) - Method in class com.vaadin.flow.router.internal.DefaultRouteResolver
- resolve(ResolveRequest) - Method in interface com.vaadin.flow.router.RouteResolver
-
Resolves the given request to a new NavigationState.
- resolve(VaadinContext, Class<?>) - Static method in class com.vaadin.flow.router.internal.RouteUtil
-
Gets the effective route path value of the annotated class.
- ResolveContext(VaadinService, WebBrowser) - Constructor for class com.vaadin.flow.server.communication.UidlWriter.ResolveContext
-
Creates a new context.
- resolveContextualObject(String) - Method in class com.vaadin.flow.spring.scopes.VaadinSessionScope
- resolveFrontendPath(File, String) - Static method in class com.vaadin.flow.server.frontend.FrontendUtils
-
Looks up the frontend resource at the given path.
- resolveFrontendPath(File, String, File) - Static method in class com.vaadin.flow.server.frontend.FrontendUtils
-
Looks up the fronted resource at the given path.
- resolveModelList(String) - Method in class com.vaadin.flow.internal.nodefeature.ElementPropertyMap
-
Resolves the
ModelList
that the model path refers to. - resolveModelMap(String) - Method in class com.vaadin.flow.internal.nodefeature.ElementPropertyMap
-
Resolves the
ElementPropertyMap
that the model path refers to. - resolveNavigationTarget(Location) - Method in class com.vaadin.flow.router.Router
-
Resolve the navigation target for given
Location
using the router routeResolver. - resolveNavigationTarget(String, Map<String, String[]>) - Method in class com.vaadin.flow.router.Router
-
Resolve the navigation target for given path and parameter map using the router routeResolver.
- resolvePageTitle(BootstrapHandler.BootstrapContext) - Static method in class com.vaadin.flow.server.BootstrapHandler
-
Resolves the initial page title for the given bootstrap context and cancels any pending JS execution for it.
- ResolveRequest - Class in com.vaadin.flow.router.internal
-
An object used to encapsulate data used in resolving routing requests.
- ResolveRequest(Router, Location) - Constructor for class com.vaadin.flow.router.internal.ResolveRequest
-
Constructs a new ResolveRequest with the given Router and Location.
- resolveResource(String) - Method in class com.vaadin.flow.server.frontend.GenerateMainImports
- resolveResource(String) - Method in class com.vaadin.flow.server.VaadinService
-
Resolves the given
url
resource to be useful forVaadinService.getResource(String)
andVaadinService.getResourceAsStream(String)
. - resolveResource(String) - Method in class com.vaadin.flow.server.VaadinServletService
- resolveRouteNotFoundNavigationTarget() - Method in class com.vaadin.flow.router.Router
-
Resolve a navigation target with an empty
NotFoundException
. - resolveVaadinUri(String) - Method in class com.vaadin.flow.server.BootstrapHandler.BootstrapUriResolver
-
Translates a Vaadin URI to a URL that can be loaded by the browser.
- resolveVaadinUri(String) - Method in class com.vaadin.flow.server.ServiceContextUriResolver
-
Resolves the given uri to a path which can be used with
VaadinService.getResource(String)
andVaadinService.getResourceAsStream(String)
. - resolveVaadinUri(String, String) - Method in class com.vaadin.flow.shared.VaadinUriResolver
-
Translates a Vaadin URI to a URL that can be loaded by the browser.
- ResourceProvider - Interface in com.vaadin.flow.di
-
Static "classpath" resources provider.
- ResourceProviderImpl() - Constructor for class com.vaadin.flow.di.LookupInitializer.ResourceProviderImpl
-
Creates a new instance.
- RESOURCES_FRONTEND_DEFAULT - Static variable in class com.vaadin.flow.server.Constants
-
Location for the frontend resources in jar files.
- RESOURCES_JAR_DEFAULT - Static variable in class com.vaadin.flow.server.Constants
-
Location for the resources in jar files.
- RESOURCES_THEME_JAR_DEFAULT - Static variable in class com.vaadin.flow.server.Constants
-
Location for the theme resources in jar files.
- RESPONSE_PENDING - Enum constant in enum class com.vaadin.flow.server.communication.AtmospherePushConnection.State
-
Not connected.
- ResponseWriter - Class in com.vaadin.flow.internal
-
The class that handles writing the response data into the response.
- ResponseWriter(DeploymentConfiguration) - Constructor for class com.vaadin.flow.internal.ResponseWriter
-
Create a response writer with the given deployment configuration.
- Responsive - Class in com.vaadin.flow.component.charts.model
-
Allows setting a set of rules to apply for different screen or chart sizes.
- Responsive() - Constructor for class com.vaadin.flow.component.charts.model.Responsive
- ResponsiveStep(String, int) - Constructor for class com.vaadin.flow.component.formlayout.FormLayout.ResponsiveStep
-
Constructs a ResponsiveStep with the given minimum width and number of columns.
- ResponsiveStep(String, int, FormLayout.ResponsiveStep.LabelsPosition) - Constructor for class com.vaadin.flow.component.formlayout.FormLayout.ResponsiveStep
-
Constructs a ResponsiveStep with the given minimum width, number of columns and label position.
- restoreBeanState(BEAN, Map<Binder.Binding<BEAN, ?>, Object>) - Method in class com.vaadin.flow.data.binder.Binder
-
Restores the state of the bean from the given values.
- restoreInstances(Map<Class<?>, CurrentInstance>) - Static method in class com.vaadin.flow.internal.CurrentInstance
-
Restores the given instances to the given values.
- RESTRICT_ALL - Enum constant in enum class com.vaadin.flow.component.html.IFrame.SandboxType
- restrictTo(Range) - Method in class com.vaadin.flow.internal.Range
-
Limits this range to be within the bounds of the provided range.
- Result<R> - Interface in com.vaadin.flow.data.binder
-
Represents the result of an operation that might fail, such as type conversion.
- RESUME - Static variable in interface com.vaadin.flow.component.Key
-
This value matches DOM's KeyboardEvent's
event.code
. - ResynchronizationRequiredException() - Constructor for exception com.vaadin.flow.server.communication.ServerRpcHandler.ResynchronizationRequiredException
-
Default constructor for the exception.
- RESYNCHRONIZE_ID - Static variable in class com.vaadin.flow.shared.ApplicationConstants
-
The name of the parameter used for re-synchronizing.
- retainAll(Collection<?>) - Method in class com.vaadin.flow.dom.impl.ThemeListImpl
- retrieveExtendedClientDetails(Page.ExtendedClientDetailsReceiver) - Method in class com.vaadin.flow.component.page.Page
-
Obtain extended client side details, such as time screen and time zone information, via callback.
- RetryRule - Class in com.vaadin.testbench
-
A retry rule is used to re-run a test several times in case of a random failure.
- RetryRule(int) - Constructor for class com.vaadin.testbench.RetryRule
-
Constructs the retry rule with a maximum number of attempts.
- RETURN_CHANNEL_MAP - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
-
Id for
ReturnChannelMap
. - RETURN_CHANNEL_TYPE - Static variable in class com.vaadin.flow.internal.JsonCodec
-
Type id for a complex type array identifying a
ReturnChannelRegistration
reference. - ReturnChannelHandler - Class in com.vaadin.flow.server.communication
-
RPC handler for return channel messages.
- ReturnChannelHandler() - Constructor for class com.vaadin.flow.server.communication.ReturnChannelHandler
- ReturnChannelMap - Class in com.vaadin.flow.internal.nodefeature
-
Server-side node feature that keeps track of the return channels registered for a state node.
- ReturnChannelMap(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.ReturnChannelMap
-
Creates a new return channel map for the given state node.
- ReturnChannelRegistration - Interface in com.vaadin.flow.internal.nodefeature
-
A registration for a return channel.
- RETWEET - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- reuseDevServer() - Method in interface com.vaadin.flow.server.AbstractConfiguration
-
Get if the dev server should be reused on each reload.
- reuseDevServer() - Method in class com.vaadin.flow.server.PropertyDeploymentConfiguration
- REVERSE - Enum constant in enum class com.vaadin.flow.component.details.DetailsVariant
- reverseListSeries() - Method in class com.vaadin.flow.component.charts.model.Configuration
-
Reverses the ListSeries (transposes it such that categories would be series names and vice versa) to help stacking throws
IllegalStateException
if series are not ListSeries type - RF_BYPASS - Static variable in interface com.vaadin.flow.component.Key
-
Toggles radio frequency (RF) input bypass mode on and off.
- RFC2231Utility - Class in com.vaadin.external.apache.commons.fileupload2.util.mime
-
Utility class to decode/encode character set on HTTP Header fields based on RFC 2231.
- rfc5987Encode(String) - Static method in class com.vaadin.flow.internal.EncodeUtil
-
Encodes the given string to UTF-8
value-chars
as defined in RFC5987 for use in e.g. - RHOMBUS - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- RichTextEditor - Class in com.vaadin.flow.component.richtexteditor
-
Rich Text Editor is an input field for entering rich text.
- RichTextEditor() - Constructor for class com.vaadin.flow.component.richtexteditor.RichTextEditor
-
Constructs an empty
RichTextEditor
. - RichTextEditor(HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<RichTextEditor, String>>) - Constructor for class com.vaadin.flow.component.richtexteditor.RichTextEditor
-
Constructs an empty
RichTextEditor
with a value change listener. - RichTextEditor.RichTextEditorI18n - Class in com.vaadin.flow.component.richtexteditor
-
The internationalization properties for
RichTextEditor
. - RichTextEditorElement - Class in com.vaadin.flow.component.richtexteditor.testbench
- RichTextEditorElement() - Constructor for class com.vaadin.flow.component.richtexteditor.testbench.RichTextEditorElement
- RichTextEditorI18n() - Constructor for class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
- RichTextEditorVariant - Enum Class in com.vaadin.flow.component.richtexteditor
-
Set of theme variants applicable for
vaadin-rich-text-editor
component. - RIGHT - Enum constant in enum class com.vaadin.flow.component.charts.events.MouseEventDetails.MouseButton
- RIGHT - Enum constant in enum class com.vaadin.flow.component.charts.model.HorizontalAlign
- RIGHT - Enum constant in enum class com.vaadin.flow.component.charts.model.StepType
- RIGHT - Enum constant in enum class com.vaadin.flow.component.charts.model.TextAlign
- RIGHT - Enum constant in enum class com.vaadin.flow.component.KeyLocation
-
Right key location.
- RIGHT - Enum constant in enum class com.vaadin.flow.component.map.events.MouseEventDetails.MouseButton
- RIGHT - Enum constant in enum class com.vaadin.testbench.unit.MouseButton
- RIGHT - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Border
- RIGHT - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.TextAlignment
- RIGHT_TO_LEFT - Enum constant in enum class com.vaadin.flow.component.Direction
- rightClick() - Method in class com.vaadin.flow.component.button.ButtonTester
-
Click with right button.
- rightClick() - Method in interface com.vaadin.flow.component.html.testbench.ClickHandler
-
Click with right button.
- rightClick(MetaKeys) - Method in class com.vaadin.flow.component.button.ButtonTester
-
Click with right button and given meta keys.
- rightClick(MetaKeys) - Method in interface com.vaadin.flow.component.html.testbench.ClickHandler
-
Click with right button and given meta keys.
- ROAD - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- ROAD_BRANCH - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- ROAD_BRANCHES - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- ROAD_SPLIT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- ROCKET - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- ROMAJI - Static variable in interface com.vaadin.flow.component.Key
-
The
Romaji
key; selects the Roman character set. - root - Variable in class com.vaadin.flow.component.dialog.Dialog.DialogFooter
- RootExcludeHandler(List<String>, Controller) - Constructor for class com.vaadin.flow.spring.VaadinServletConfiguration.RootExcludeHandler
- RootMappedCondition - Class in com.vaadin.flow.spring
-
Condition to check whether the Vaadin servlet is mapped to the root ("/*").
- RootMappedCondition() - Constructor for class com.vaadin.flow.spring.RootMappedCondition
- ROSYBROWN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- ROTATE_LEFT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- ROTATE_RIGHT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- roundTrip() - Static method in class com.vaadin.testbench.unit.BaseUIUnitTest
-
Simulates a server round-trip, flushing pending component changes.
- roundTrip() - Method in class com.vaadin.testbench.unit.ComponentTester
-
Simulates a server round-trip, flushing pending component changes.
- Route - Annotation Interface in com.vaadin.flow.router
-
Defines the route template suffix for components that function as navigation targets in routing.
- RouteAlias - Annotation Interface in com.vaadin.flow.router
-
Defines the route alias for components that function as navigation targets in routing.
- RouteAlias.Container - Annotation Interface in com.vaadin.flow.router
-
Internal annotation to enable use of multiple
RouteAlias
annotations. - RouteAliasData - Class in com.vaadin.flow.router
-
Route data for an 'alias' route.
- RouteAliasData(List<Class<? extends RouterLayout>>, String, List<Class<?>>, Class<? extends Component>) - Constructor for class com.vaadin.flow.router.RouteAliasData
-
AliasData constructor.
- RouteAliasData(List<Class<? extends RouterLayout>>, String, Map<String, RouteParameterData>, Class<? extends Component>) - Constructor for class com.vaadin.flow.router.RouteAliasData
-
AliasData constructor.
- RouteBaseData<T extends RouteBaseData> - Class in com.vaadin.flow.router
-
Abstract base class for route and route alias data.
- RouteBaseData(List<Class<? extends RouterLayout>>, String, List<Class<?>>, Class<? extends Component>) - Constructor for class com.vaadin.flow.router.RouteBaseData
-
RouteBaseData constructor.
- RouteBaseData(List<Class<? extends RouterLayout>>, String, Map<String, RouteParameterData>, Class<? extends Component>) - Constructor for class com.vaadin.flow.router.RouteBaseData
-
RouteBaseData constructor.
- RouteConfiguration - Class in com.vaadin.flow.router
-
Route configuration helper class for adding, removing and reading routes from the different registries.
- RouteData - Class in com.vaadin.flow.router
-
Data collection of information for a specific registered route target.
- RouteData(List<Class<? extends RouterLayout>>, String, List<Class<?>>, Class<? extends Component>, List<RouteAliasData>) - Constructor for class com.vaadin.flow.router.RouteData
-
RouteData constructor.
- RouteData(List<Class<? extends RouterLayout>>, String, Map<String, RouteParameterData>, Class<? extends Component>, List<RouteAliasData>) - Constructor for class com.vaadin.flow.router.RouteData
-
RouteData constructor.
- RouteNotFoundError - Class in com.vaadin.flow.router
-
This is a basic default error view shown on routing exceptions.
- RouteNotFoundError() - Constructor for class com.vaadin.flow.router.RouteNotFoundError
- RouteParam - Class in com.vaadin.flow.router
-
Route parameter containing the name and the value used mainly when constructing a
RouteParameters
instance. - RouteParam(String, String) - Constructor for class com.vaadin.flow.router.RouteParam
-
Creates a new route parameter.
- RouteParameterData - Class in com.vaadin.flow.router
-
Immutable data representing one url parameter.
- RouteParameterData(String, String) - Constructor for class com.vaadin.flow.router.RouteParameterData
-
Creates a parameter data instance.
- RouteParameterFormatOption - Enum Class in com.vaadin.flow.router
-
Define the route parameters format flags.
- RouteParameterRegex - Class in com.vaadin.flow.router
-
Predefined regex used with template parameters.
- RouteParameters - Class in com.vaadin.flow.router
-
Immutable container which stores the route parameters extracted from a navigation url received from the client.
- RouteParameters(RouteParam...) - Constructor for class com.vaadin.flow.router.RouteParameters
-
Creates a RouteParameters container using the given
RouteParam
s. - RouteParameters(String, String) - Constructor for class com.vaadin.flow.router.RouteParameters
-
Creates a RouteParameters instance using only one parameter.
- RouteParameters(Map<String, String>) - Constructor for class com.vaadin.flow.router.RouteParameters
-
Creates a RouteParameters container using the given map as argument.
- RoutePathProvider - Interface in com.vaadin.flow.router
-
Allows to implement a custom navigation target path generation logic for components annotated with
@Route(Route.NAMING_CONVENTION)
. - RoutePrefix - Annotation Interface in com.vaadin.flow.router
-
Defines the route prefix that a Parent layout adds to a route when used in the active view chain.
- Router - Class in com.vaadin.flow.router
-
The router takes care of serving content when the user navigates within a site or an application.
- Router(RouteRegistry) - Constructor for class com.vaadin.flow.router.Router
-
Constructs a new router with the given route registry and a
DefaultRouteResolver
. - ROUTER_LINK - Enum constant in enum class com.vaadin.flow.router.NavigationTrigger
-
Navigation was triggered by the user following a router link.
- ROUTER_LINK_ATTRIBUTE - Static variable in class com.vaadin.flow.shared.ApplicationConstants
-
Attribute name for marking internal router link anchors.
- RouteRegistry - Interface in com.vaadin.flow.server
-
The RouteRegistry interface class that gives the out facing usage needs for a route registry implementation.
- RouteRegistryInitializer - Class in com.vaadin.flow.server.startup
-
Servlet initializer for collecting all available
Route
s on startup. - RouteRegistryInitializer() - Constructor for class com.vaadin.flow.server.startup.RouteRegistryInitializer
- RouteResolver - Interface in com.vaadin.flow.router
-
Callback interface for resolving
ResolveRequest
s to newNavigationState
s. - RouterLayout - Interface in com.vaadin.flow.router
-
Implementations of this interface represent a parent for a navigation target components via the
Route.layout()
parameter. - RouterLink - Class in com.vaadin.flow.router
-
A link that handles navigation internally using
Router
instead of loading a new page in the browser. - RouterLink() - Constructor for class com.vaadin.flow.router.RouterLink
-
Creates a new empty router link.
- RouterLink(Router, Class<? extends C>, T) - Constructor for class com.vaadin.flow.router.RouterLink
-
Creates a new router link for the given navigation target using the given parameter.
- RouterLink(Router, Class<? extends Component>) - Constructor for class com.vaadin.flow.router.RouterLink
-
Creates a new router link for the given navigation target.
- RouterLink(Router, Class<? extends Component>, RouteParameters) - Constructor for class com.vaadin.flow.router.RouterLink
-
Creates a new router link for the given navigation target using the given parameters.
- RouterLink(Router, String, Class<? extends C>, T) - Constructor for class com.vaadin.flow.router.RouterLink
-
Creates a new router link for the given navigation target using the given text and parameter.
- RouterLink(Router, String, Class<? extends Component>) - Constructor for class com.vaadin.flow.router.RouterLink
-
Creates a new router link for the given navigation target using the given text.
- RouterLink(Router, String, Class<? extends Component>, RouteParameters) - Constructor for class com.vaadin.flow.router.RouterLink
-
Creates a new router link for the given navigation target using the given text and parameters.
- RouterLink(Class<? extends C>, T) - Constructor for class com.vaadin.flow.router.RouterLink
-
Creates a new router link for the given navigation target using the given parameter.
- RouterLink(Class<? extends Component>) - Constructor for class com.vaadin.flow.router.RouterLink
-
Creates a new router link for the given navigation target.
- RouterLink(Class<? extends Component>, RouteParameters) - Constructor for class com.vaadin.flow.router.RouterLink
-
Creates a new router link for the given navigation target using the given parameters.
- RouterLink(String, Class<? extends C>, T) - Constructor for class com.vaadin.flow.router.RouterLink
-
Creates a new router link for the given navigation target using the given text and parameter.
- RouterLink(String, Class<? extends Component>) - Constructor for class com.vaadin.flow.router.RouterLink
-
Creates a new router link for the given navigation target using the given text.
- RouterLink(String, Class<? extends Component>, RouteParameters) - Constructor for class com.vaadin.flow.router.RouterLink
-
Creates a new router link for the given navigation target using the given text and parameters.
- routes - Variable in class com.vaadin.testbench.unit.mocks.MockSpringServlet
- routesChanged(RoutesChangedEvent) - Method in interface com.vaadin.flow.router.RoutesChangedListener
-
Invoked when this listener receives a route change event from a RouteRegistry.
- RoutesChangedEvent - Class in com.vaadin.flow.router
-
Result class containing the removed and added routes for the latest configuration.
- RoutesChangedEvent(RouteRegistry, List<RouteBaseData<?>>, List<RouteBaseData<?>>) - Constructor for class com.vaadin.flow.router.RoutesChangedEvent
-
Constructs a prototypical Event.
- RoutesChangedListener - Interface in com.vaadin.flow.router
-
Listener that gets notified when the registered routes for a
RouteRegistry
are changed in some way. - RouteScope - Annotation Interface in com.vaadin.flow.spring.annotation
-
The lifecycle of a
@RouteScope
bean is controlled by route navigation. - RouteScopeOwner - Annotation Interface in com.vaadin.flow.spring.annotation
-
Link a
@RouteScope
bean to its owner. - RouteTarget - Class in com.vaadin.flow.router.internal
-
Route target stores the target component and parent layouts.
- RouteTarget(Class<? extends Component>) - Constructor for class com.vaadin.flow.router.internal.RouteTarget
-
Create a new Route target holder with the given target registered and empty parent layouts.
- RouteTarget(Class<? extends Component>, List<Class<? extends RouterLayout>>) - Constructor for class com.vaadin.flow.router.internal.RouteTarget
-
Create a new Route target holder with the given target registered.
- RouteUtil - Class in com.vaadin.flow.router.internal
-
Utility class with methods for route handling.
- RouteUtil() - Constructor for class com.vaadin.flow.router.internal.RouteUtil
- Row - Class in com.vaadin.flow.component.board
-
Row class to define rows used in a
Board
instance. - Row() - Constructor for class com.vaadin.flow.component.board.Row
-
Creates an empty row.
- Row(Component...) - Constructor for class com.vaadin.flow.component.board.Row
-
Creates an new row with the given components.
- ROW - Enum constant in enum class com.vaadin.flow.component.orderedlayout.FlexLayout.FlexDirection
-
The items are displayed horizontally, as a row.
- ROW - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FlexDirection.Breakpoint.Large
- ROW - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FlexDirection.Breakpoint.Medium
- ROW - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FlexDirection.Breakpoint.Small
- ROW - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FlexDirection.Breakpoint.XLarge
- ROW - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FlexDirection.Breakpoint.XXLarge
- ROW - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FlexDirection
- ROW_REVERSE - Enum constant in enum class com.vaadin.flow.component.orderedlayout.FlexLayout.FlexDirection
-
The items are displayed horizontally, as a row in reverse order.
- ROW_REVERSE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FlexDirection
- ROW_SPAN_1 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Row
- ROW_SPAN_2 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Row
- ROW_SPAN_3 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Row
- ROW_SPAN_4 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Row
- ROW_SPAN_5 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Row
- ROW_SPAN_6 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Row
- RowElement - Class in com.vaadin.flow.component.board.testbench
-
This class represents one row inside the Vaadin Board.
- RowElement() - Constructor for class com.vaadin.flow.component.board.testbench.RowElement
- ROWS_1 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Row
- ROWS_2 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Row
- ROWS_3 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Row
- ROWS_4 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Row
- ROWS_5 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Row
- ROWS_6 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Grid.Row
- ROYALBLUE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- RPC_ATTACH_ASSIGNED_ID - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Key used to hold assigned state node identifier for attach existing element request.
- RPC_ATTACH_EXISTING_ELEMENT - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Type value for attach existing element server callback.
- RPC_ATTACH_EXISTING_ELEMENT_BY_ID - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Type value for attach existing element server callback.
- RPC_ATTACH_ID - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Key used to hold id of the element for attach existing element request.
- RPC_ATTACH_INDEX - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Key used to hold index of server side element for attach existing element request.
- RPC_ATTACH_REQUESTED_ID - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Key used to hold requested state node identifier for attach existing element request.
- RPC_ATTACH_TAG_NAME - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Key used to hold tag name for attach existing element request.
- RPC_CHANNEL - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Key for the channel id in return channel messages.
- RPC_CHANNEL_ARGUMENTS - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Key for the arguments array in return channel messages.
- RPC_EVENT_DATA - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Key holding the event data in event messages sent from the client.
- RPC_EVENT_TYPE - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Key holding the event type in event messages sent from the client.
- RPC_FEATURE - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Key used to hold the feature id when synchronizing node values.
- RPC_INVOCATIONS - Static variable in class com.vaadin.flow.shared.ApplicationConstants
-
The name of the parameter used to transmit RPC invocations.
- RPC_NAVIGATION_LOCATION - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Key used to hold the location in a navigation message.
- RPC_NAVIGATION_ROUTERLINK - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Key used in navigation messages triggered by a router link.
- RPC_NAVIGATION_STATE - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Key used to hold the state in a navigation message.
- RPC_NODE - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Key holding the node in messages sent from the client.
- RPC_PROMISE_CALLBACK_NAME - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Name of the $server property that is used to track pending promises.
- RPC_PROPERTY - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Key used to hold the name of the synchronized property.
- RPC_PROPERTY_VALUE - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Key used to hold the value of the synchronized property.
- RPC_PUBLISHED_SERVER_EVENT_HANDLER - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Type value for events sent from the client to an event handler published on the server.
- RPC_TEMPLATE_EVENT_ARGS - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Key used to hold the argument values for server side method call.
- RPC_TEMPLATE_EVENT_METHOD_NAME - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Key used to hold the server side method name in template event messages sent from the client.
- RPC_TEMPLATE_EVENT_PROMISE - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Key used to hold the promise id for a server side method call.
- RPC_TYPE - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Key holding the type in of messages sent from the client.
- RPC_TYPE_CHANNEL - Static variable in class com.vaadin.flow.shared.JsonConstants
-
RPC type value used for return channel messages.
- RPC_TYPE_EVENT - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Type value for events sent from the client.
- RPC_TYPE_MAP_SYNC - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Type value for model map synchronizations sent from the client.
- RPC_TYPE_NAVIGATION - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Type value for navigation events from the client.
- RpcDecodeException - Exception in com.vaadin.flow.server.communication.rpc
-
Thrown if RPC method argument cannot be decoded to the required type.
- RpcDecodeException(String) - Constructor for exception com.vaadin.flow.server.communication.rpc.RpcDecodeException
-
Creates a new instance with the given
message
. - RpcDecodeException(Throwable) - Constructor for exception com.vaadin.flow.server.communication.rpc.RpcDecodeException
-
Creates a new instance with the given
cause
. - RpcDecoder - Interface in com.vaadin.flow.server.communication.rpc
-
Decoder of RPC method arguments (server-side methods invoked from the client-side).
- RpcInvocationHandler - Interface in com.vaadin.flow.server.communication.rpc
-
RPC invocation handler interface.
- RpcRequest(String, VaadinRequest) - Constructor for class com.vaadin.flow.server.communication.ServerRpcHandler.RpcRequest
-
Creates an instance based on the given JSON received through the given request.
- RSS - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- RSS_SQUARE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- Rules - Class in com.vaadin.flow.component.charts.model
-
A set of rules for responsive settings.
- Rules() - Constructor for class com.vaadin.flow.component.charts.model.Rules
- run() - Method in class com.vaadin.flow.server.frontend.GenerateMainImports
- runBeforeClientResponse(SerializableConsumer<UI>) - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
-
Helper for running a command in the before client response hook
- runExecutionsBeforeClientResponse() - Method in class com.vaadin.flow.internal.StateTree
-
Called internally by the framework before the response is sent to the client.
- RunLocally - Annotation Interface in com.vaadin.testbench.annotations
-
Marks this testcase to run locally.
Can receive a parameter to define which browser and version to run the test on. - runOnce() - Method in interface com.vaadin.flow.di.OneTimeInitializerPredicate
-
Checks whether the
ServletContainerInitializer
s requires reset to the previous state onServletContainerInitializer.onStartup(java.util.Set, jakarta.servlet.ServletContext)
call. - RunOnHub - Annotation Interface in com.vaadin.testbench.annotations
-
Test classes annotated with RunOnHub will be run on the hub whose host is defined by its value.
- runPendingAccessTasks(VaadinSession) - Method in class com.vaadin.flow.server.VaadinService
-
Purges the queue of pending access invocations enqueued with
VaadinSession.access(Command)
. - runWhenAttached(SerializableConsumer<UI>) - Method in class com.vaadin.flow.internal.StateNode
-
Runs the command when the node is attached to a UI.
S
- SADDLEBROWN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- safari() - Static method in class com.vaadin.testbench.parallel.BrowserUtil
-
Gets the capabilities for Safari
- SAFARI - Enum constant in enum class com.vaadin.open.App
- SAFARI - Enum constant in enum class com.vaadin.testbench.parallel.Browser
- SAFE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- SAFE_LOCK - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- SALMON - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- sameLocation() - Static method in class com.vaadin.flow.router.HighlightConditions
-
Highlight if the navigation path is the same as the target
RouterLink
. - SANDYBROWN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- SauceLabsIntegration - Class in com.vaadin.testbench.parallel
-
Integration methods for Sauce Labs testing.
- SauceLabsIntegration() - Constructor for class com.vaadin.testbench.parallel.SauceLabsIntegration
- SauceLabsIntegration.CapabilityType - Interface in com.vaadin.testbench.parallel
-
Sauce Labs specific remote webdriver capabilities
- save() - Method in interface com.vaadin.flow.component.grid.editor.Editor
-
In buffered mode calling save will validate bean and will save any changes made to the Editor fields to the edited bean if all validators pass.
- save() - Method in class com.vaadin.flow.component.grid.editor.EditorImpl
- SAVE - Static variable in interface com.vaadin.flow.component.Key
-
Saves the current document or message.
- SaveEvent(Crud<E>, boolean, Object) - Constructor for class com.vaadin.flow.component.crud.Crud.SaveEvent
-
Creates a new event using the given source and indicator whether the event originated from the client side or the server side.
- saveRequest(HttpServletRequest, HttpServletResponse) - Method in class com.vaadin.flow.spring.security.VaadinDefaultRequestCache
- SCALE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- SCALE_UNBALANCE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- SCAN_CHANNELS_TOGGLE - Static variable in interface com.vaadin.flow.component.Key
-
Toggles the channel scan mode on and off; this is a mode which flips through channels automatically until the user stops the scan.
- scanned - Static variable in class com.vaadin.testbench.unit.BaseUIUnitTest
- scanTesters() - Method in class com.vaadin.testbench.unit.BaseUIUnitTest
-
Scan testers and populate testers map with them.
- SCATTER - Static variable in class com.vaadin.flow.component.charts.model.ChartType
- SCATTER_CHART - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- schedule(Runnable) - Method in class com.vaadin.testbench.parallel.ParallelScheduler
- SCISSORS - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- SCREEN - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Height
- SCREEN - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.MaxHeight
- SCREEN - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.MinHeight
- SCREEN_LARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.MaxWidth
- SCREEN_MEDIUM - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.MaxWidth
- SCREEN_MODE_NEXT - Static variable in interface com.vaadin.flow.component.Key
-
Cycles through the available screen display modes.
- SCREEN_READER_ONLY - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Accessibility
-
Hides content visually while keeping it available to screen readers.
- SCREEN_SMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.MaxWidth
- SCREEN_XLARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.MaxWidth
- SCREEN_XXLARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.MaxWidth
- ScreenshotComparator - Class in com.vaadin.testbench.commands
- ScreenshotComparator() - Constructor for class com.vaadin.testbench.commands.ScreenshotComparator
- ScreenShotFailureReporter - Class in com.vaadin.testbench.screenshot
- ScreenShotFailureReporter(BufferedImage, boolean[][]) - Constructor for class com.vaadin.testbench.screenshot.ScreenShotFailureReporter
- screenshotOnFailure - Variable in class com.vaadin.testbench.parallel.ParallelTest
- ScreenshotOnFailureRule - Class in com.vaadin.testbench
-
This JUnit
Rule
grabs a screenshot when a test fails. - ScreenshotOnFailureRule(HasDriver) - Constructor for class com.vaadin.testbench.ScreenshotOnFailureRule
-
Creates a new ScreenshotOnFailureRule in the provided test case.
- ScreenshotOnFailureRule(HasDriver, boolean) - Constructor for class com.vaadin.testbench.ScreenshotOnFailureRule
-
Creates a new ScreenshotOnFailureRule in the provided test case.
- SCREWDRIVER - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- SCRIPT_TAG - Static variable in class com.vaadin.flow.server.BootstrapHandler
- SCRIPT_TEMPLATE_FOR_STYLESHEET_LINK_TAG - Static variable in class com.vaadin.flow.server.BootstrapHandler
- scroll(int) - Method in class com.vaadin.testbench.TestBenchElement
-
Sets the number of pixels that an element's content is scrolled from the top.
- SCROLL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Overflow
- SCROLL_LOCK - Static variable in interface com.vaadin.flow.component.Key
-
The
Scroll Lock
key. - Scrollbar - Class in com.vaadin.flow.component.charts.model
-
An optional scrollbar to display on the Y axis in response to limiting the minimum an maximum of the axis values.
- Scrollbar() - Constructor for class com.vaadin.flow.component.charts.model.Scrollbar
- Scrollbar(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.Scrollbar
- Scroller - Class in com.vaadin.flow.component.orderedlayout
-
Scroller is a component container which enables scrolling overflowing content.
- Scroller() - Constructor for class com.vaadin.flow.component.orderedlayout.Scroller
-
Constructs an empty scroller.
- Scroller(Component) - Constructor for class com.vaadin.flow.component.orderedlayout.Scroller
-
Convenience constructor to create a scroller with the given content.
- Scroller(Component, Scroller.ScrollDirection) - Constructor for class com.vaadin.flow.component.orderedlayout.Scroller
-
Convenience constructor to create a scroller with the given content and scroll direction.
- Scroller(Scroller.ScrollDirection) - Constructor for class com.vaadin.flow.component.orderedlayout.Scroller
-
Convenience constructor to create an empty scroller with the given scroll direction.
- Scroller.ScrollDirection - Enum Class in com.vaadin.flow.component.orderedlayout
-
Enum for the values of the ScrollDirection property.
- ScrollerElement - Class in com.vaadin.flow.component.orderedlayout.testbench
-
A TestBench element representing a
<vaadin-scroller>
element. - ScrollerElement() - Constructor for class com.vaadin.flow.component.orderedlayout.testbench.ScrollerElement
- ScrollerVariant - Enum Class in com.vaadin.flow.component.orderedlayout
-
Set of theme variants applicable for
vaadin-scroller
component. - scrollIntoView() - Method in class com.vaadin.flow.component.Component
-
Scrolls the current component into the visible area of the browser window.
- scrollIntoView() - Method in class com.vaadin.flow.dom.Element
-
Executes the similarly named DOM method on the client side.
- scrollIntoView() - Method in class com.vaadin.testbench.TestBenchElement
-
Scrolls the element into the visible area of the browser window
- scrollIntoView(ScrollOptions) - Method in class com.vaadin.flow.component.Component
-
Scrolls the current component into the visible area of the browser window.
- scrollIntoView(ScrollOptions) - Method in class com.vaadin.flow.dom.Element
-
Executes the similarly named DOM method on the client side.
- scrollLeft(int) - Method in class com.vaadin.testbench.TestBenchElement
-
Sets the number of pixels that an element's content is scrolled to the left.
- ScrollOptions - Class in com.vaadin.flow.component
-
Options for scrollIntoView.
- ScrollOptions() - Constructor for class com.vaadin.flow.component.ScrollOptions
-
Create an instance with the default options.
- ScrollOptions(ScrollOptions.Behavior) - Constructor for class com.vaadin.flow.component.ScrollOptions
-
Create an instance with the given scroll behavior.
- ScrollOptions(ScrollOptions.Behavior, ScrollOptions.Alignment, ScrollOptions.Alignment) - Constructor for class com.vaadin.flow.component.ScrollOptions
-
Create an instance with the given scroll options.
- ScrollOptions.Alignment - Enum Class in com.vaadin.flow.component
-
Alignment for scrollIntoView.
- ScrollOptions.Behavior - Enum Class in com.vaadin.flow.component
-
Scroll behavior for scrollIntoView.
- scrollToEnd() - Method in class com.vaadin.flow.component.grid.Grid
-
Scrolls to the last data row of the grid.
- scrollToIndex(int) - Method in class com.vaadin.flow.component.grid.Grid
-
Scrolls to the given row index.
- scrollToIndex(int) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
-
The effective index of an item depends on the complete hierarchy of the tree.
- scrollToItem(int) - Method in class com.vaadin.flow.component.timepicker.testbench.TimePickerElement
-
Scrolls to the item with the given index in the time picker drop down.
- scrollToRow(int) - Method in class com.vaadin.flow.component.grid.testbench.GridElement
-
Scrolls to the row with the given index.
- scrollToRow(int) - Method in class com.vaadin.flow.component.gridpro.testbench.GridProElement
-
Scrolls to the row with the given index.
- scrollToRow(int) - Method in class com.vaadin.flow.component.virtuallist.testbench.VirtualListElement
-
Scrolls to the row with the given index.
- scrollToRowAndWait(int) - Method in class com.vaadin.flow.component.grid.testbench.TreeGridElement
-
Scrolls to the row with the given index.
- scrollToStart() - Method in class com.vaadin.flow.component.grid.Grid
-
Scrolls to the beginning of the first data row.
- SEAGREEN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- SEARCH - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- SEARCH - Enum constant in enum class com.vaadin.flow.theme.lumo.LumoIcon
- SEARCH_MINUS - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- SEARCH_PLUS - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- searchByCause(Exception) - Method in class com.vaadin.flow.router.internal.AbstractRouteRegistry
-
Get the exception handler for given exception or recurse by exception cause until possible exception with handler found.
- searchBySuperType(Throwable) - Method in class com.vaadin.flow.router.internal.AbstractRouteRegistry
-
Search given exception super classes to get exception handler for if any exist.
- SEASHELL - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- SECOND - Enum constant in enum class com.vaadin.flow.component.charts.model.RangeSelectorTimespan
- SECOND - Enum constant in enum class com.vaadin.flow.component.charts.model.TimeUnit
- SECOND_DELAY_DEFAULT - Static variable in class com.vaadin.flow.internal.nodefeature.LoadingIndicatorConfigurationMap
- SECOND_DELAY_KEY - Static variable in class com.vaadin.flow.internal.nodefeature.LoadingIndicatorConfigurationMap
- SECONDARY - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.TextColor
- secretKey(SecretKey) - Method in class com.vaadin.flow.spring.security.stateless.VaadinStatelessSecurityConfigurer.SecretKeyConfigurer
-
Sets the secret key.
- Section - Class in com.vaadin.flow.component.html
-
Component representing a
<section>
element. - Section() - Constructor for class com.vaadin.flow.component.html.Section
-
Creates a new empty section.
- Section(Component...) - Constructor for class com.vaadin.flow.component.html.Section
-
Creates a new section with the given child components.
- SECTION - Static variable in annotation interface com.vaadin.flow.component.Tag
-
Tag for an
<section>
. - securityContextHolderStrategy() - Method in class com.vaadin.flow.spring.security.VaadinAwareSecurityContextHolderStrategyConfiguration
-
Registers
SecurityContextHolderStrategy
bean. - SEE_OTHER - Enum constant in enum class com.vaadin.flow.server.HttpStatusCode
-
Status code (303) indicating that the response to the request can be found under a different URI.
- SEEN_SERVER_SYNC_ID - Static variable in class com.vaadin.flow.server.communication.LongPollingCacheFilter
- select() - Method in class com.vaadin.flow.component.grid.testbench.GridTRElement
-
Selects the row if it is not already selected.
- select(int) - Method in class com.vaadin.flow.component.grid.GridTester
-
Select the item on given row.
- select(int) - Method in class com.vaadin.flow.component.grid.testbench.GridElement
-
Selects the row with the given index.
- select(int) - Method in class com.vaadin.flow.component.tabs.TabsTester
-
Selects a tab based on its zero-based index.
- select(ItemUpdater<T, E>, Class<E>) - Method in class com.vaadin.flow.component.gridpro.EditColumnConfigurator
-
Configures the column to have a select editor with the given item updater, enum type using toString() as the string representation.
- select(ItemUpdater<T, E>, Class<E>, SerializableFunction<E, String>) - Method in class com.vaadin.flow.component.gridpro.EditColumnConfigurator
-
Configures the column to have a select editor with the given item updater, enum type and string representation callback.
- select(ItemUpdater<T, String>, String...) - Method in class com.vaadin.flow.component.gridpro.EditColumnConfigurator
-
Configures the column to have a select editor with the given item updater and options.
- select(ItemUpdater<T, String>, List<String>) - Method in class com.vaadin.flow.component.gridpro.EditColumnConfigurator
-
Configures the column to have a select editor with the given item updater and options.
- select(Iterable<T>) - Method in interface com.vaadin.flow.data.selection.MultiSelect
-
Adds the given items to the set of currently selected items.
- select(String) - Method in class com.vaadin.flow.component.tabs.TabsTester
-
Selects the tab with the given label.
- select(T) - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
- select(T) - Method in class com.vaadin.flow.component.grid.AbstractGridSingleSelectionModel
- select(T) - Method in class com.vaadin.flow.component.grid.Grid
-
This method is a shorthand that delegates to the currently set selection model.
- select(T) - Method in class com.vaadin.flow.component.grid.GridNoneSelectionModel
- select(T) - Method in interface com.vaadin.flow.data.selection.SelectionModel.Multi
-
Adds the given item to the set of currently selected items.
- select(T) - Method in interface com.vaadin.flow.data.selection.SelectionModel
-
Selects the given item.
- select(T) - Method in interface com.vaadin.flow.data.selection.SelectionModel.Single
-
Selects the given item.
- select(T...) - Method in interface com.vaadin.flow.data.selection.MultiSelect
-
Adds the given items to the set of currently selected items.
- Select - Class in com.vaadin.flow.component.charts.model
-
The appearance of the point marker when selected.
- Select<T> - Class in com.vaadin.flow.component.select
-
Select allows users to choose a single value from a list of options presented in an overlay.
- Select() - Constructor for class com.vaadin.flow.component.charts.model.Select
- Select() - Constructor for class com.vaadin.flow.component.select.Select
-
Constructs a select.
- Select(HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<Select<T>, T>>) - Constructor for class com.vaadin.flow.component.select.Select
-
Constructs a select with the initial value change listener.
- Select(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.Select
- Select(String, HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<Select<T>, T>>) - Constructor for class com.vaadin.flow.component.select.Select
-
Constructs a select with the initial label text and value change listener.
- Select(String, HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<Select<T>, T>>, T...) - Constructor for class com.vaadin.flow.component.select.Select
-
Constructs a select with the initial label text and value change listener.
- SELECT - Enum constant in enum class com.vaadin.flow.component.gridpro.EditorType
- SELECT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- SELECT - Static variable in interface com.vaadin.flow.component.Key
-
The
Select
key. - SELECT - Static variable in annotation interface com.vaadin.flow.component.Tag
-
Tag for an
<select>
. - Select.InvalidChangeEvent - Class in com.vaadin.flow.component.select
-
invalid-changed
event is sent when the invalid state changes. - Select.OpenedChangeEvent - Class in com.vaadin.flow.component.select
-
opened-changed
event is sent when the overlay opened state changes. - selectAll() - Method in class com.vaadin.flow.component.checkbox.CheckboxGroupTester
-
Selects all client usable items.
- selectAll() - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
- selectAll() - Method in class com.vaadin.flow.component.grid.GridTester
-
Select all items in grid.
- selectAll() - Method in interface com.vaadin.flow.data.selection.SelectionModel.Multi
-
Selects all available the items.
- selectByText(String) - Method in class com.vaadin.flow.component.checkbox.testbench.CheckboxGroupElement
-
Attempts to select a checkbox by matching the label.
- selectByText(String) - Method in class com.vaadin.flow.component.combobox.testbench.ComboBoxElement
- selectByText(String) - Method in class com.vaadin.flow.component.combobox.testbench.MultiSelectComboBoxElement
-
Attempts to select an item from the popup by matching the label.
- selectByText(String) - Method in class com.vaadin.flow.component.html.testbench.SelectElement
-
Selects the first option matching the given text.
- selectByText(String) - Method in class com.vaadin.flow.component.listbox.testbench.ListBoxElement
- selectByText(String) - Method in class com.vaadin.flow.component.radiobutton.testbench.RadioButtonGroupElement
- selectByText(String) - Method in class com.vaadin.flow.component.select.testbench.SelectElement
- selectByText(String) - Method in class com.vaadin.flow.component.timepicker.testbench.TimePickerElement
-
Simulates the user selecting a time via the input element.
- selectByText(String) - Method in interface com.vaadin.testbench.HasSelectByText
-
Selects the first option matching the given text.
- SelectDataView<T> - Class in com.vaadin.flow.component.select.data
-
Implementation of generic data view for
Select
. - SelectDataView(SerializableSupplier<DataProvider<T, ?>>, Select<T>) - Constructor for class com.vaadin.flow.component.select.data.SelectDataView
-
Constructs a new DataView.
- SelectDataView(SerializableSupplier<DataProvider<T, ?>>, Select<T>, SerializableConsumer<IdentifierProvider<T>>) - Constructor for class com.vaadin.flow.component.select.data.SelectDataView
-
Constructs a new DataView.
- SelectedChangeEvent(TabSheet, Tab, boolean, boolean) - Constructor for class com.vaadin.flow.component.tabs.TabSheet.SelectedChangeEvent
-
Creates a new selected change event.
- SelectedChangeEvent(Tabs, Tab, boolean) - Constructor for class com.vaadin.flow.component.tabs.Tabs.SelectedChangeEvent
-
Creates a new selected change event.
- SelectElement - Class in com.vaadin.flow.component.html.testbench
-
A TestBench element representing a
<select>
element. - SelectElement - Class in com.vaadin.flow.component.select.testbench
-
Testbench Element API for vaadin-select.
- SelectElement() - Constructor for class com.vaadin.flow.component.html.testbench.SelectElement
- SelectElement() - Constructor for class com.vaadin.flow.component.select.testbench.SelectElement
- SelectElement.ItemElement - Class in com.vaadin.flow.component.select.testbench
- selectFromClient(T) - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
- selectFromClient(T) - Method in class com.vaadin.flow.component.grid.AbstractGridSingleSelectionModel
- selectFromClient(T) - Method in class com.vaadin.flow.component.grid.GridNoneSelectionModel
- selectFromClient(T) - Method in interface com.vaadin.flow.component.grid.GridSelectionModel
-
Handles the selection of an item that originates from the client.
- selectionChange(MultiSelectionEvent<C, T>) - Method in interface com.vaadin.flow.data.selection.MultiSelectionListener
-
Invoked when the selection has changed by the user or programmatically.
- selectionChange(SelectionEvent<C, T>) - Method in interface com.vaadin.flow.data.selection.SelectionListener
-
Invoked when the selection has changed.
- selectionChange(SingleSelectionEvent<C, T>) - Method in interface com.vaadin.flow.data.selection.SingleSelectionListener
-
Invoked when selection has been changed.
- SelectionEvent<C extends Component,
T> - Interface in com.vaadin.flow.data.selection -
A selection event that unifies the way to access to selection event for multi selection and single selection components (in case when only one selected item is required).
- SelectionListener<C extends Component,
T> - Interface in com.vaadin.flow.data.selection -
A listener for
SelectionEvent
. - SelectionModel<C extends Component,
T> - Interface in com.vaadin.flow.data.selection -
Models the selection logic of a
Listing
component. - SelectionModel.Multi<C extends Component,
T> - Interface in com.vaadin.flow.data.selection -
A selection model in which multiple items can be selected at the same time.
- SelectionModel.Single<C extends Component,
T> - Interface in com.vaadin.flow.data.selection -
A selection model in which at most one item can be selected at a time.
- SelectionPreservingKeyMapper(ComboBoxBase<?, TItem, ?>) - Constructor for class com.vaadin.flow.component.combobox.ComboBoxDataCommunicator.SelectionPreservingKeyMapper
- selectItem(String) - Method in class com.vaadin.flow.component.checkbox.CheckboxGroupTester
-
Selects an item by its client string representation.
- selectItem(String) - Method in class com.vaadin.flow.component.combobox.ComboBoxTester
-
Select item by client string representation.
- selectItem(String) - Method in class com.vaadin.flow.component.listbox.ListBoxTester
-
Select item by client string representation.
- selectItem(String) - Method in class com.vaadin.flow.component.radiobutton.RadioButtonGroupTester
-
Selects an item by its client string representation.
- selectItem(String) - Method in class com.vaadin.flow.component.select.SelectTester
-
Select item by client string representation.
- selectItemByIndex(int) - Method in class com.vaadin.flow.component.select.testbench.SelectElement
- selectItemByIndex(int) - Method in class com.vaadin.flow.component.timepicker.testbench.TimePickerElement
-
Selects the item with the given index by clicking on the item from the combo box drop down.
- selectItems(String...) - Method in class com.vaadin.flow.component.checkbox.CheckboxGroupTester
-
Selects multiple items by client string representation.
- selectItems(String...) - Method in class com.vaadin.flow.component.listbox.MultiSelectListBoxTester
-
Select item(s) by client string representation.
- selectItems(Collection<String>) - Method in class com.vaadin.flow.component.checkbox.CheckboxGroupTester
-
Selects multiple items by client string representation.
- selectItems(T...) - Method in interface com.vaadin.flow.data.selection.SelectionModel.Multi
-
Adds the given items to the set of currently selected items.
- SelectListDataView<T> - Class in com.vaadin.flow.component.select.data
-
Data view implementation for
Select
with in-memory list data. - SelectListDataView(SerializableSupplier<DataProvider<T, ?>>, Select<T>, SerializableBiConsumer<SerializablePredicate<T>, SerializableComparator<T>>) - Constructor for class com.vaadin.flow.component.select.data.SelectListDataView
-
Creates a new in-memory data view for Select and verifies the passed data provider is compatible with this data view implementation.
- SelectListDataView(SerializableSupplier<DataProvider<T, ?>>, Select<T>, SerializableConsumer<IdentifierProvider<T>>, SerializableBiConsumer<SerializablePredicate<T>, SerializableComparator<T>>) - Constructor for class com.vaadin.flow.component.select.data.SelectListDataView
-
Creates a new in-memory data view for Select and verifies the passed data provider is compatible with this data view implementation.
- SelectTester<T extends Select<Y>,
Y> - Class in com.vaadin.flow.component.select - SelectTester(T) - Constructor for class com.vaadin.flow.component.select.SelectTester
-
Wrap given component for testing.
- SelectVariant - Enum Class in com.vaadin.flow.component.select
-
Set of theme variants applicable for
vaadin-select
component. - SELF - Enum constant in enum class com.vaadin.flow.component.html.AnchorTarget
-
Open a link in the current context.
- SEMIBOLD - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontWeight
- SEMICOLON - Static variable in interface com.vaadin.flow.component.Key
-
;:
on a US keyboard. - send(String) - Method in class com.vaadin.base.devserver.viteproxy.ViteWebsocketConnection
-
Sends the given message to the Vite server.
- send(String) - Method in class com.vaadin.flow.component.messages.MessageInputTester
-
Send an input message through the MessageInput component.
- sendError(int, String) - Method in interface com.vaadin.flow.server.VaadinResponse
-
Sends an error response to the client using the specified status code and clears the buffer.
- sendKeys(CharSequence...) - Method in class com.vaadin.flow.component.combobox.testbench.ComboBoxElement
- sendKeys(CharSequence...) - Method in class com.vaadin.flow.component.combobox.testbench.MultiSelectComboBoxElement
- sendKeys(CharSequence...) - Method in class com.vaadin.flow.component.datepicker.testbench.DatePickerElement
- sendKeys(CharSequence...) - Method in class com.vaadin.flow.component.textfield.testbench.BigDecimalFieldElement
- sendKeys(CharSequence...) - Method in class com.vaadin.flow.component.textfield.testbench.EmailFieldElement
- sendKeys(CharSequence...) - Method in class com.vaadin.flow.component.textfield.testbench.IntegerFieldElement
- sendKeys(CharSequence...) - Method in class com.vaadin.flow.component.textfield.testbench.NumberFieldElement
- sendKeys(CharSequence...) - Method in class com.vaadin.flow.component.textfield.testbench.PasswordFieldElement
- sendKeys(CharSequence...) - Method in class com.vaadin.flow.component.textfield.testbench.TextAreaElement
- sendKeys(CharSequence...) - Method in class com.vaadin.flow.component.textfield.testbench.TextFieldElement
- sendKeys(CharSequence...) - Method in class com.vaadin.flow.component.timepicker.testbench.TimePickerElement
- sendKeys(CharSequence...) - Method in class com.vaadin.testbench.TestBenchElement
- sendMessage(String) - Method in class com.vaadin.flow.server.communication.AtmospherePushConnection
-
Sends the given message to the current client.
- sendRedirect(HttpServletRequest, HttpServletResponse, String) - Method in class com.vaadin.flow.spring.security.UidlRedirectStrategy
- sendRedirect(HttpServletRequest, HttpServletResponse, String) - Method in class com.vaadin.flow.spring.security.VaadinSavedRequestAwareAuthenticationSuccessHandler.RedirectStrategy
- sendUploadResponse(VaadinResponse, boolean) - Method in class com.vaadin.flow.server.communication.StreamReceiverHandler
-
Build response for handled download.
- SENTENCES - Enum constant in enum class com.vaadin.flow.component.textfield.Autocapitalize
-
Automatically capitalize the first letter of sentences.
- SEPARATOR - Static variable in interface com.vaadin.flow.component.Key
-
The numeric keypad's places separator character (in the United States, this is a comma, but elsewhere it is frequently a period).
- SerializableBiConsumer<T,
U> - Interface in com.vaadin.flow.function -
A
BiConsumer
that is alsoSerializable
. - SerializableBiFunction<T,
U, R> - Interface in com.vaadin.flow.function -
A
BiFunction
that is alsoSerializable
. - SerializableBiPredicate<T,
U> - Interface in com.vaadin.flow.function -
A
BiPredicate
that is alsoSerializable
. - SerializableComparator<T> - Interface in com.vaadin.flow.function
-
A
Comparator
that is alsoSerializable
. - SerializableConsumer<T> - Interface in com.vaadin.flow.function
-
A
Consumer
that is alsoSerializable
. - SerializableEventListener - Interface in com.vaadin.flow.function
-
Event listener interface that is serializable.
- SerializableFunction<T,
R> - Interface in com.vaadin.flow.function -
A
Function
that is alsoSerializable
. - SerializableNodeList<T extends Serializable> - Class in com.vaadin.flow.internal.nodefeature
-
A list which contains
Serializable
values but notStateNode
s. - SerializableNodeList(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.SerializableNodeList
-
Creates a new list for the given node.
- SerializablePredicate<T> - Interface in com.vaadin.flow.function
-
A
Predicate
that is alsoSerializable
. - SerializableRunnable - Interface in com.vaadin.flow.function
-
A
Runnable
that is alsoSerializable
. - SerializableSupplier<T> - Interface in com.vaadin.flow.function
-
A
Supplier
that is alsoSerializable
. - SerializableTriConsumer<T,
U, V> - Interface in com.vaadin.flow.function -
Like
SerializableBiConsumer
, but with three arguments. - serialize(AbstractSeries, BeanSerializerDelegator<AbstractSeries>, JsonGenerator, SerializerProvider) - Method in class com.vaadin.flow.component.charts.model.serializers.AbstractSeriesBeanSerializer
- serialize(AxisList, JsonGenerator, SerializerProvider) - Method in class com.vaadin.flow.component.charts.model.serializers.AxisListSerializer
- serialize(AxisTitle, BeanSerializerDelegator<AxisTitle>, JsonGenerator, SerializerProvider) - Method in class com.vaadin.flow.component.charts.model.serializers.AxisTitleBeanSerializer
- serialize(ChartEnum, JsonGenerator, SerializerProvider) - Method in class com.vaadin.flow.component.charts.model.serializers.ChartEnumSerializer
- serialize(DataProviderSeries, BeanSerializerDelegator<DataProviderSeries>, JsonGenerator, SerializerProvider) - Method in class com.vaadin.flow.component.charts.model.serializers.DataProviderSeriesBeanSerializer
- serialize(DataSeriesItem, BeanSerializerDelegator<DataSeriesItem>, JsonGenerator, SerializerProvider) - Method in class com.vaadin.flow.component.charts.model.serializers.DataSeriesItemBeanSerializer
- serialize(LegendTitle, BeanSerializerDelegator<LegendTitle>, JsonGenerator, SerializerProvider) - Method in class com.vaadin.flow.component.charts.model.serializers.LegendTitleBeanSerializer
- serialize(PaneList, JsonGenerator, SerializerProvider) - Method in class com.vaadin.flow.component.charts.model.serializers.PaneListSerializer
- serialize(Stop, JsonGenerator, SerializerProvider) - Method in class com.vaadin.flow.component.charts.model.serializers.StopSerializer
- serialize(GradientColor.Stop, JsonGenerator, SerializerProvider) - Method in class com.vaadin.flow.component.charts.model.serializers.GradientColorStopsSerializer
- serialize(SolidColor, JsonGenerator, SerializerProvider) - Method in class com.vaadin.flow.component.charts.model.serializers.SolidColorSerializer
- serialize(TimeUnitMultiples, JsonGenerator, SerializerProvider) - Method in class com.vaadin.flow.component.charts.model.serializers.TimeUnitMultiplesSerializer
- serialize(Title, BeanSerializerDelegator<Title>, JsonGenerator, SerializerProvider) - Method in class com.vaadin.flow.component.charts.model.serializers.TitleBeanSerializer
- serialize(Object, JsonGenerator, SerializerProvider) - Method in class com.vaadin.flow.component.charts.model.serializers.BeanSerializerDelegator
- serialize(Object, JsonGenerator, SerializerProvider) - Method in class com.vaadin.flow.component.charts.model.serializers.ThemeGradientColorBeanSerializer
- serialize(Instant, JsonGenerator, SerializerProvider) - Method in class com.vaadin.flow.component.charts.model.serializers.InstantSerializer
- serialize(Date, JsonGenerator, SerializerProvider) - Method in class com.vaadin.flow.component.charts.model.serializers.DateSerializer
- serialize(T, BeanSerializerDelegator<T>, JsonGenerator, SerializerProvider) - Method in class com.vaadin.flow.component.charts.model.serializers.BeanSerializationDelegate
- serializeFields(Object, JsonGenerator, SerializerProvider) - Method in class com.vaadin.flow.component.charts.model.serializers.BeanSerializerDelegator
- Series - Interface in com.vaadin.flow.component.charts.model
-
Series interface for all kinds of Series
- seriesAdded(SeriesAddedEvent) - Method in interface com.vaadin.flow.component.charts.events.internal.ConfigurationChangeListener
-
A new series has been added
- SeriesAddedEvent - Class in com.vaadin.flow.component.charts.events.internal
-
Event for information about a new series to be added
- SeriesAddedEvent(Series) - Constructor for class com.vaadin.flow.component.charts.events.internal.SeriesAddedEvent
-
Constructs the event.
- SeriesAfterAnimateEvent - Class in com.vaadin.flow.component.charts.events
-
Fired after a chart series is animated
- SeriesAfterAnimateEvent(Chart, boolean, int) - Constructor for class com.vaadin.flow.component.charts.events.SeriesAfterAnimateEvent
- seriesChanged(SeriesChangedEvent) - Method in interface com.vaadin.flow.component.charts.events.internal.ConfigurationChangeListener
-
The series has been changed.
- SeriesChangedEvent - Class in com.vaadin.flow.component.charts.events.internal
-
Event for information about changes in data of series
- SeriesChangedEvent(Series) - Constructor for class com.vaadin.flow.component.charts.events.internal.SeriesChangedEvent
-
Constructs the event.
- SeriesCheckboxClickEvent - Class in com.vaadin.flow.component.charts.events
-
SeriesCheckboxClickEvent triggered when a checkbox in a legend is clicked
- SeriesCheckboxClickEvent(Chart, boolean, boolean, int) - Constructor for class com.vaadin.flow.component.charts.events.SeriesCheckboxClickEvent
-
Constructs a SeriesCheckboxClickEvent
- SeriesClickEvent - Class in com.vaadin.flow.component.charts.events
-
The SeriesClickEvent class stores data for click events on the series of the chart.
- SeriesClickEvent(Chart, boolean, int, int, boolean, boolean, boolean, boolean, int, double, double, int) - Constructor for class com.vaadin.flow.component.charts.events.SeriesClickEvent
- SeriesHideEvent - Class in com.vaadin.flow.component.charts.events
-
Fired when a series is hidden
- SeriesHideEvent(Chart, boolean, int) - Constructor for class com.vaadin.flow.component.charts.events.SeriesHideEvent
- SeriesLegendItemClickEvent - Class in com.vaadin.flow.component.charts.events
-
The SeriesLegendItemClickEvent class stores information on click events on the charts's legend items that correspond to a chart series.
- SeriesLegendItemClickEvent(Chart, boolean, int, int, boolean, boolean, boolean, boolean, int, int) - Constructor for class com.vaadin.flow.component.charts.events.SeriesLegendItemClickEvent
-
Constructs a SeriesLegendItemClickEvent
- SeriesMouseOutEvent - Class in com.vaadin.flow.component.charts.events
-
Fired when the mouse exits the neighborhood of a series
- SeriesMouseOutEvent(Chart, boolean, int) - Constructor for class com.vaadin.flow.component.charts.events.SeriesMouseOutEvent
- SeriesMouseOverEvent - Class in com.vaadin.flow.component.charts.events
-
Fired when the mouse moves within the neighborhood of a series
- SeriesMouseOverEvent(Chart, boolean, int) - Constructor for class com.vaadin.flow.component.charts.events.SeriesMouseOverEvent
- SeriesShowEvent - Class in com.vaadin.flow.component.charts.events
-
Fired when a series is shown
- SeriesShowEvent(Chart, boolean, int) - Constructor for class com.vaadin.flow.component.charts.events.SeriesShowEvent
- seriesStateChanged(SeriesStateEvent) - Method in interface com.vaadin.flow.component.charts.events.internal.ConfigurationChangeListener
-
The series is enabled or disabled
- SeriesStateEvent - Class in com.vaadin.flow.component.charts.events.internal
-
Listener class for Series enabling and disabling events.
- SeriesStateEvent(Series, boolean) - Constructor for class com.vaadin.flow.component.charts.events.internal.SeriesStateEvent
-
Constructs the event with given series and its state information.
- SeriesTooltip - Class in com.vaadin.flow.component.charts.model
-
A configuration object for the tooltip rendering of each single series.
- SeriesTooltip() - Constructor for class com.vaadin.flow.component.charts.model.SeriesTooltip
- serveDevModeRequest(HttpServletRequest, HttpServletResponse) - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
-
Serve a file by proxying to the dev server.
- serveDevModeRequest(HttpServletRequest, HttpServletResponse) - Method in interface com.vaadin.flow.internal.DevModeHandler
-
Serve a file by proxying to the dev server.
- SERVER - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- SERVER_ROUTING - Static variable in class com.vaadin.flow.component.UI
- SERVER_SYNC_ID - Static variable in class com.vaadin.flow.shared.ApplicationConstants
-
The name of the parameter used to transmit the sync id.
- ServerInfo - Class in com.vaadin.base.devserver
-
Data for a info message to the debug window.
- ServerInfo() - Constructor for class com.vaadin.base.devserver.ServerInfo
-
Creates a new instance.
- ServerRpcHandler - Class in com.vaadin.flow.server.communication
-
Handles a client-to-server message containing serialized RPC invocations.
- ServerRpcHandler() - Constructor for class com.vaadin.flow.server.communication.ServerRpcHandler
- ServerRpcHandler.InvalidUIDLSecurityKeyException - Exception in com.vaadin.flow.server.communication
-
Exception thrown then the security key sent by the client does not match the expected one.
- ServerRpcHandler.ResynchronizationRequiredException - Exception in com.vaadin.flow.server.communication
-
Exception thrown then the client side resynchronization is required.
- ServerRpcHandler.RpcRequest - Class in com.vaadin.flow.server.communication
-
A data transfer object representing an RPC request sent by the client side.
- ServerSideFeature - Class in com.vaadin.flow.internal.nodefeature
-
Abstract node feature that is only present on the server.
- ServerSideFeature(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.ServerSideFeature
-
Creates a new feature for the given node.
- serveStaticOrWebJarRequest(HttpServletRequest, HttpServletResponse) - Method in class com.vaadin.flow.server.VaadinServlet
-
Handles a request by serving a static file from Webpack when in npm-dev-mode, or from a WebJar when in bower-dev-mode or from the file-system when in production.
- serveStaticResource(HttpServletRequest, HttpServletResponse) - Method in interface com.vaadin.flow.server.StaticFileHandler
-
Serves a static resource for the requested path if a resource can be found.
- serveStaticResource(HttpServletRequest, HttpServletResponse) - Method in class com.vaadin.flow.server.StaticFileServer
- service(HttpServletRequest, HttpServletResponse) - Method in class com.vaadin.flow.server.VaadinServlet
-
Receives standard HTTP requests from the public service method and dispatches them.
- service(HttpServletRequest, HttpServletResponse) - Method in class com.vaadin.flow.spring.SpringServlet
- SERVICE_UNAVAILABLE - Enum constant in enum class com.vaadin.flow.server.HttpStatusCode
-
Status code (503) indicating that the HTTP server is temporarily overloaded, and unable to handle the request.
- SERVICE_URL - Static variable in class com.vaadin.flow.shared.ApplicationConstants
-
The URL which should be used to connect server-side VaadinService.
- SERVICE_WORKER_HEADER - Static variable in class com.vaadin.flow.server.BootstrapHandler
- SERVICE_WORKER_SRC - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
-
The name of the service worker source file for InjectManifest method of the workbox plugin.
- SERVICE_WORKER_SRC_JS - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
-
The JavaScript version of the service worker file, for checking if a user has a JavaScript version of a custom service worker file already.
- ServiceContextUriResolver - Class in com.vaadin.flow.server
-
A URI resolver which resolves paths for loading through VaadinService resource methods.
- ServiceContextUriResolver() - Constructor for class com.vaadin.flow.server.ServiceContextUriResolver
- serviceDestroy(ServiceDestroyEvent) - Method in interface com.vaadin.flow.server.ServiceDestroyListener
-
Invoked when a service is destroyed.
- ServiceDestroyEvent - Class in com.vaadin.flow.server
-
Event fired to
ServiceDestroyListener
when aVaadinService
is being destroyed. - ServiceDestroyEvent(VaadinService) - Constructor for class com.vaadin.flow.server.ServiceDestroyEvent
-
Creates a new event for the given service.
- ServiceDestroyListener - Interface in com.vaadin.flow.server
-
Listener that gets notified when the
VaadinService
to which it has been registered is destroyed. - ServiceException - Exception in com.vaadin.flow.server
-
Thrown for problems which occur in the
VaadinService
layer. - ServiceException(String) - Constructor for exception com.vaadin.flow.server.ServiceException
-
Creates an exception which contains the given message.
- ServiceException(String, Throwable) - Constructor for exception com.vaadin.flow.server.ServiceException
-
Creates an exception which wraps the given throwable and contains the given message.
- ServiceException(Throwable) - Constructor for exception com.vaadin.flow.server.ServiceException
-
Creates an exception which wraps the given throwable.
- serviceInit(ServiceInitEvent) - Method in class com.vaadin.collaborationengine.CollaborationEngineServiceInitListener
- serviceInit(ServiceInitEvent) - Method in interface com.vaadin.flow.server.VaadinServiceInitListener
-
Run when a
VaadinService
instance is initialized. - serviceInit(ServiceInitEvent) - Method in class com.vaadin.flow.spring.security.ViewAccessCheckerInitializer
- ServiceInitEvent - Class in com.vaadin.flow.server
-
Event fired to
VaadinServiceInitListener
when aVaadinService
is being initialized. - ServiceInitEvent(VaadinService) - Constructor for class com.vaadin.flow.server.ServiceInitEvent
-
Creates a new service init event for a given
VaadinService
and theRequestHandler
that will be used by the service. - serviceMap - Variable in class com.vaadin.flow.di.LookupInitializer.LookupImpl
- SERVLET_PARAMETER_BROTLI - Static variable in class com.vaadin.flow.server.InitParameters
-
Configuration name for the parameter that determines whether Brotli compression should be used for static resources in cases when a precompressed file is available.
- SERVLET_PARAMETER_CLOSE_IDLE_SESSIONS - Static variable in class com.vaadin.flow.server.InitParameters
- SERVLET_PARAMETER_DEVMODE_ENABLE_DEV_TOOLS - Static variable in class com.vaadin.flow.server.InitParameters
-
Configuration parameter name for enabling dev tools.
- SERVLET_PARAMETER_DEVMODE_ENABLE_LIVE_RELOAD - Static variable in class com.vaadin.flow.server.InitParameters
-
Configuration parameter name for enabling live reload.
- SERVLET_PARAMETER_DEVMODE_OPTIMIZE_BUNDLE - Static variable in class com.vaadin.flow.server.InitParameters
-
Boolean parameter for enabling/disabling bytecode scanning in dev mode.
- SERVLET_PARAMETER_DEVMODE_STATISTICS - Static variable in class com.vaadin.flow.server.InitParameters
- SERVLET_PARAMETER_DEVMODE_TIMEOUT - Static variable in class com.vaadin.flow.server.InitParameters
-
Configuration name for the time waiting for the frontend build tool to output a success or error pattern.
- SERVLET_PARAMETER_DEVMODE_VITE_OPTIONS - Static variable in class com.vaadin.flow.server.InitParameters
-
Configuration name for adding extra options to the vite.
- SERVLET_PARAMETER_DISABLE_XSRF_PROTECTION - Static variable in class com.vaadin.flow.server.InitParameters
- SERVLET_PARAMETER_ENABLE_DEV_SERVER - Static variable in class com.vaadin.flow.server.InitParameters
-
Deprecated.
- SERVLET_PARAMETER_ENABLE_PNPM - Static variable in class com.vaadin.flow.server.InitParameters
-
Configuration parameter name for enabling pnpm.
- SERVLET_PARAMETER_GLOBAL_PNPM - Static variable in class com.vaadin.flow.server.InitParameters
-
Configuration parameter name for using globally installed pnpm or default one.
- SERVLET_PARAMETER_HEARTBEAT_INTERVAL - Static variable in class com.vaadin.flow.server.InitParameters
- SERVLET_PARAMETER_INITIAL_UIDL - Static variable in class com.vaadin.flow.server.InitParameters
- SERVLET_PARAMETER_JSBUNDLE - Static variable in class com.vaadin.flow.server.InitParameters
- SERVLET_PARAMETER_MAX_MESSAGE_SUSPEND_TIMEOUT - Static variable in class com.vaadin.flow.server.InitParameters
- SERVLET_PARAMETER_POLYFILLS - Static variable in class com.vaadin.flow.server.InitParameters
- SERVLET_PARAMETER_PRODUCTION_MODE - Static variable in class com.vaadin.flow.server.InitParameters
- SERVLET_PARAMETER_PUSH_MODE - Static variable in class com.vaadin.flow.server.InitParameters
- SERVLET_PARAMETER_PUSH_SERVLET_MAPPING - Static variable in class com.vaadin.flow.server.InitParameters
- SERVLET_PARAMETER_PUSH_SUSPEND_TIMEOUT_LONGPOLLING - Static variable in class com.vaadin.flow.server.InitParameters
- SERVLET_PARAMETER_REQUEST_TIMING - Static variable in class com.vaadin.flow.server.InitParameters
- SERVLET_PARAMETER_REUSE_DEV_SERVER - Static variable in class com.vaadin.flow.server.InitParameters
- SERVLET_PARAMETER_SEND_URLS_AS_PARAMETERS - Static variable in class com.vaadin.flow.server.InitParameters
- SERVLET_PARAMETER_STATISTICS_JSON - Static variable in class com.vaadin.flow.server.InitParameters
-
Configuration name for the frontend statistics json file to use to determine template contents.
- SERVLET_PARAMETER_SYNC_ID_CHECK - Static variable in class com.vaadin.flow.server.InitParameters
- SERVLET_PARAMETER_WEB_COMPONENT_DISCONNECT - Static variable in class com.vaadin.flow.server.InitParameters
- ServletContextListeners - Class in com.vaadin.flow.server.startup
-
All ServletContextListeners in Flow merged into one actual listener to be able to control the order they are executed in.
- ServletContextListeners() - Constructor for class com.vaadin.flow.server.startup.ServletContextListeners
- ServletDeployer - Class in com.vaadin.flow.server.startup
-
Context listener that automatically registers Vaadin servlets.
- ServletDeployer() - Constructor for class com.vaadin.flow.server.startup.ServletDeployer
- servletInitialized() - Method in class com.vaadin.flow.server.VaadinServlet
- servletRegistrationBean(ObjectProvider<MultipartConfigElement>, VaadinConfigurationProperties) - Method in class com.vaadin.flow.spring.SpringBootAutoConfiguration
-
Creates a
ServletRegistrationBean
instance with Spring aware Vaadin servlet. - SESSION_STORED_REDIRECT - Static variable in class com.vaadin.flow.server.auth.ViewAccessChecker
- SESSION_STORED_REDIRECT_ABSOLUTE - Static variable in class com.vaadin.flow.server.auth.ViewAccessChecker
- sessionDestroy(SessionDestroyEvent) - Method in interface com.vaadin.flow.server.SessionDestroyListener
-
Called when a Vaadin service session is no longer used.
- SessionDestroyEvent - Class in com.vaadin.flow.server
-
Event fired when a Vaadin service session is no longer in use.
- SessionDestroyEvent(VaadinService, VaadinSession) - Constructor for class com.vaadin.flow.server.SessionDestroyEvent
-
Creates a new event.
- SessionDestroyListener - Interface in com.vaadin.flow.server
-
A listener that gets notified when a Vaadin service session is no longer used.
- sessionExpiredCaption - Variable in class com.vaadin.flow.server.SystemMessages
- SessionExpiredException - Exception in com.vaadin.flow.server
-
Exception indicating that the session has expired.
- SessionExpiredException() - Constructor for exception com.vaadin.flow.server.SessionExpiredException
- SessionExpiredHandler - Interface in com.vaadin.flow.server
-
A specialized RequestHandler which is capable of sending session expiration messages to the user.
- sessionExpiredMessage - Variable in class com.vaadin.flow.server.SystemMessages
- sessionExpiredNotificationEnabled - Variable in class com.vaadin.flow.server.SystemMessages
- sessionExpiredURL - Variable in class com.vaadin.flow.server.SystemMessages
- sessionInit(SessionInitEvent) - Method in interface com.vaadin.flow.server.SessionInitListener
-
Invoked when a new Vaadin service session is initialized for that service.
- SessionInitEvent - Class in com.vaadin.flow.server
-
Event gets fired when a new Vaadin service session is initialized for a Vaadin service.
- SessionInitEvent(VaadinService, VaadinSession, VaadinRequest) - Constructor for class com.vaadin.flow.server.SessionInitEvent
-
Creates a new event.
- SessionInitListener - Interface in com.vaadin.flow.server
-
Event listener that can be registered to a
VaadinService
to get an event when a new Vaadin service session is initialized for that service. - SessionRequestHandler - Class in com.vaadin.flow.server.communication
-
Handles a request by passing it to each registered
RequestHandler
in the session in turn until one produces a response. - SessionRequestHandler() - Constructor for class com.vaadin.flow.server.communication.SessionRequestHandler
- SessionRouteRegistry - Class in com.vaadin.flow.server
-
SessionRouteRegistry is a mutable route registry that is valid in the scope of VaadinSession.
- set(int, List<JsonValue>) - Method in class com.vaadin.flow.component.grid.Grid.UpdateQueue
- set(int, List<JsonValue>) - Method in interface com.vaadin.flow.data.provider.ArrayUpdater.Update
-
Sets the
items
at thestart
position. - set(int, List<JsonValue>, String) - Method in interface com.vaadin.flow.data.provider.hierarchy.HierarchicalArrayUpdater.HierarchicalUpdate
-
Sets the
items
at thestart
position. - set(ListKey, Object) - Method in interface com.vaadin.collaborationengine.CollaborationList
-
Sets a new value for the item identified by the given key.
- set(ListKey, Object) - Static method in class com.vaadin.collaborationengine.ListOperation
-
Creates a list operation to set the given value at the position specified by the given key.
- set(HasElement, S) - Method in interface com.vaadin.flow.component.PropertyDescriptor
-
Sets the property value for the given component.
- set(PropertyDescriptor<T, ?>, T) - Method in class com.vaadin.flow.component.Component
-
Sets the value of the given component property.
- set(PropertyDescriptor<T, ?>, T) - Method in class com.vaadin.flow.component.Text
- set(Element, S) - Method in interface com.vaadin.flow.component.PropertyDescriptor
-
Sets the property value for the given element.
- set(Class<T>, T) - Static method in class com.vaadin.flow.internal.CurrentInstance
-
Sets the current instance of the given type.
- set(String, boolean) - Method in interface com.vaadin.flow.dom.ClassList
-
Sets or removes the given class name, based on the
set
parameter. - set(String, boolean) - Method in interface com.vaadin.flow.dom.ThemeList
-
Sets or removes the given theme name, based on the
set
parameter. - set(String, String) - Method in class com.vaadin.base.devserver.stats.DevModeUsageStatistics
-
Set value of string value in current project statistics data.
- set(String, String) - Method in class com.vaadin.flow.dom.impl.BasicElementStyle
- set(String, String) - Method in class com.vaadin.flow.dom.impl.ImmutableEmptyStyle
- set(String, String) - Method in interface com.vaadin.flow.dom.Style
-
Sets the given style property to the given value.
- set(String, String) - Method in class com.vaadin.flow.internal.nodefeature.ElementAttributeMap
-
Sets the given attribute to the given value.
- SET - Enum constant in enum class com.vaadin.collaborationengine.ListOperation.OperationType
- setAbbreviation(String) - Method in class com.vaadin.collaborationengine.SystemUserInfo
- setAbbreviation(String) - Method in class com.vaadin.collaborationengine.UserInfo
-
Sets the user's abbreviation.
- setAbbreviation(String) - Method in class com.vaadin.flow.component.avatar.Avatar
-
Sets the abbreviation for the avatar.
- setAbbreviation(String) - Method in class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupItem
-
Sets the abbreviation for the avatar.
- setAbsoluteX(int) - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
- setAbsoluteX(int) - Method in class com.vaadin.flow.component.map.events.MouseEventDetails
- setAbsoluteY(int) - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
- setAbsoluteY(int) - Method in class com.vaadin.flow.component.map.events.MouseEventDetails
- setAcceptedFileTypes(String...) - Method in class com.vaadin.flow.component.upload.Upload
-
Specify the types of files that the server accepts.
- setAccessibility(Accessibility) - Method in class com.vaadin.flow.component.charts.model.Configuration
-
Sets options for configuring accessibility for the chart.
- setAction(String) - Method in class com.vaadin.flow.component.login.AbstractLogin
-
Sets the path where to send the form-data when a form is submitted.
- setActivationHandler(AbstractCollaborationManager.ActivationHandler) - Method in class com.vaadin.collaborationengine.AbstractCollaborationManager
-
Sets a handler that will be executed when the manager is activated, i.e.
- setActive(boolean) - Method in interface com.vaadin.flow.component.dnd.DropTarget
-
Activate or deactivate this drop target.
- setActiveAxisLabelStyle(Style) - Method in class com.vaadin.flow.component.charts.model.Drilldown
-
Additional styles to apply to the X axis label for a point that has drilldown data.
- setActiveColor(Color) - Method in class com.vaadin.flow.component.charts.model.LegendNavigation
-
The color for the active up or down arrow in the legend page navigation.
- setActiveDataLabelStyle(Style) - Method in class com.vaadin.flow.component.charts.model.Drilldown
-
Additional styles to apply to the data label of a point that has drilldown data.
- setActiveDragSourceComponent(Component) - Method in class com.vaadin.flow.component.internal.UIInternals
-
Sets the drag source of an active HTML5 drag event.
- setAdaptToUpdatedData(Boolean) - Method in class com.vaadin.flow.component.charts.model.Navigator
-
Whether the navigator and scrollbar should adapt to updated data in the base X axis.
- setAddFiles(UploadI18N.AddFiles) - Method in class com.vaadin.flow.component.upload.UploadI18N
-
Set add files translations.
- setAdditionalInformation(String) - Method in class com.vaadin.flow.component.login.LoginI18n
- setAlign(HorizontalAlign) - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
-
Alignment for the buttons.
- setAlign(HorizontalAlign) - Method in class com.vaadin.flow.component.charts.model.ContextButton
-
Alignment for the buttons.
- setAlign(HorizontalAlign) - Method in class com.vaadin.flow.component.charts.model.CrosshairLabel
-
Alignment of the label compared to the axis.
- setAlign(HorizontalAlign) - Method in class com.vaadin.flow.component.charts.model.DataLabels
-
The alignment of the data label compared to the point.
- setAlign(HorizontalAlign) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
-
The alignment of the data label compared to the point.
- setAlign(HorizontalAlign) - Method in class com.vaadin.flow.component.charts.model.Label
-
Horizontal alignment of the label.
- setAlign(HorizontalAlign) - Method in class com.vaadin.flow.component.charts.model.Labels
-
What part of the string the given position is anchored to.
- setAlign(HorizontalAlign) - Method in class com.vaadin.flow.component.charts.model.Legend
-
The horizontal alignment of the legend box within the chart area.
- setAlign(HorizontalAlign) - Method in class com.vaadin.flow.component.charts.model.StackLabels
-
Defines the horizontal alignment of the stack total label.
- setAlign(HorizontalAlign) - Method in class com.vaadin.flow.component.charts.model.Subtitle
-
The horizontal alignment of the subtitle.
- setAlign(HorizontalAlign) - Method in class com.vaadin.flow.component.charts.model.Title
-
The horizontal alignment of the title.
- setAlign(VerticalAlign) - Method in class com.vaadin.flow.component.charts.model.AxisTitle
-
Alignment of the title relative to the axis values.
- setAlignCenter(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Sets the translated word for
alignCenter
. - setAlignContent(FlexLayout.ContentAlignment) - Method in class com.vaadin.flow.component.orderedlayout.FlexLayout
-
Similar to
FlexComponent.setAlignItems(Alignment)
, but instead of aligning components, it aligns flex lines. - setAlignItems(FlexComponent.Alignment) - Method in interface com.vaadin.flow.component.orderedlayout.FlexComponent
-
Sets the default alignment to be used by all components without individual alignments inside the layout.
- setAlignItems(FlexComponent.Alignment) - Method in class com.vaadin.flow.component.orderedlayout.HorizontalLayout
-
This is the same as
HorizontalLayout.setDefaultVerticalComponentAlignment(Alignment)
. - setAlignItems(FlexComponent.Alignment) - Method in class com.vaadin.flow.component.orderedlayout.VerticalLayout
-
This is the same as
VerticalLayout.setDefaultHorizontalComponentAlignment(Alignment)
. - setAlignLeft(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Sets the translated word for
alignLeft
. - setAlignRight(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Sets the translated word for
alignRight
. - setAlignSelf(FlexComponent.Alignment, HasElement...) - Method in interface com.vaadin.flow.component.orderedlayout.FlexComponent
-
Sets an alignment for individual components inside the layout.
- setAlignSelf(FlexComponent.Alignment, HasElement...) - Method in class com.vaadin.flow.component.orderedlayout.HorizontalLayout
-
This is the same as
HorizontalLayout.setVerticalComponentAlignment(Alignment, Component...)
. - setAlignSelf(FlexComponent.Alignment, HasElement...) - Method in class com.vaadin.flow.component.orderedlayout.VerticalLayout
-
This is the same as
VerticalLayout.setHorizontalComponentAlignment(Alignment, Component...)
. - setAlignTicks(Boolean) - Method in class com.vaadin.flow.component.charts.model.ChartModel
-
When using multiple axis, the ticks of two or more opposite axes will automatically be aligned by adding ticks to the axis or axes with the least ticks, as if
tickAmount
were specified. - setAllButtonsEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.RangeSelector
-
Whether to enable all buttons from the start.
- setAllow(String) - Method in class com.vaadin.flow.component.html.IFrame
-
Sets the allow property to specify a feature policy.
- setAllowCustomValue(boolean) - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
-
Enables or disables the component firing events for custom string input.
- setAllowDecimals(Boolean) - Method in class com.vaadin.flow.component.charts.model.Axis
-
Whether to allow decimals in this axis' ticks.
- setAllowDecimals(Boolean) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
Whether to allow decimals in this axis' ticks.
- setAllowDecimals(Boolean) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
Whether to allow decimals in this axis' ticks.
- setAllowDecimals(Boolean) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
Whether to allow decimals in this axis' ticks.
- setAllowDrillToNode(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
-
When enabled the user can click on a point which is a parent and zoom in on its children.
- setAllowedCharPattern(String) - Method in interface com.vaadin.flow.component.shared.HasAllowedCharPattern
-
Sets a regular expression for the user input to pass on the client-side.
- setAllowedMultiples(int...) - Method in class com.vaadin.flow.component.charts.model.TimeUnitMultiples
- setAllowHTML(Boolean) - Method in class com.vaadin.flow.component.charts.model.Exporting
-
Experimental setting to allow HTML inside the chart (added through the
useHTML
options), directly in the exported image. - setAllowNonzeroExitCode(boolean) - Method in class com.vaadin.open.Options
- setAllowOverlap(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataLabels
-
Whether to allow data labels to overlap.
- setAllowOverlap(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
-
Whether to allow data labels to overlap.
- setAllowPointDrilldown(Boolean) - Method in class com.vaadin.flow.component.charts.model.Drilldown
-
When this option is false, clicking a single point will drill down all points in the same category, equivalent to clicking the X axis label.
- setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
- setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
-
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
- setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
Allow this series' points to be selected by clicking on the markers or bars.
- setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
- setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
- setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
- setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
- setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
- setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
- setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
- setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
- setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
Allow this series' points to be selected by clicking on the markers or bars.
- setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
- setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
- setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
- setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
Allow this series' points to be selected by clicking on the markers or bars.
- setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
-
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
- setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
-
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
- setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
- setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
Allow this series' points to be selected by clicking on the markers or bars.
- setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
-
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
- setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
- setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
-
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
- setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
- setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
- setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
- setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
-
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
- setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
-
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
- setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
- setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
-
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
- setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
- setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
-
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
- setAllRowsVisible(boolean) - Method in class com.vaadin.flow.component.grid.Grid
-
If
true
, the grid's height is defined by its rows. - setAlpha(Number) - Method in class com.vaadin.flow.component.charts.model.Options3d
-
One of the two rotation angles for the chart.
- setAlt(boolean) - Method in class com.vaadin.testbench.unit.MetaKeys
-
Set alt key down state to given value.
- setAlt(String) - Method in class com.vaadin.flow.component.html.Image
-
Sets the alternate text for the image.
- setAlternateGridColor(Color) - Method in class com.vaadin.flow.component.charts.model.Axis
-
When using an alternate grid color, a band is painted across the plot area between every other grid line.
- setAlternateGridColor(Color) - Method in class com.vaadin.flow.component.charts.model.style.AxisStyle
-
Sets the alternate grid color.
- setAlternateGridColor(Color) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
When using an alternate grid color, a band is painted across the plot area between every other grid line.
- setAlternateGridColor(Color) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
When using an alternate grid color, a band is painted across the plot area between every other grid line.
- setAlternateGridColor(Color) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
When using an alternate grid color, a band is painted across the plot area between every other grid line.
- setAlternateStartingDirection(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
-
Enabling this option will make the treemap alternate the drawing direction between vertical and horizontal.
- setAlternativeDirGetter(SerializableSupplier<String>) - Method in class com.vaadin.flow.server.frontend.FrontendToolsSettings
-
Set the installation directory if no tools are found.
- setAltKey(boolean) - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
- setAltKey(boolean) - Method in class com.vaadin.flow.component.map.events.MouseEventDetails
- setAmount(Number) - Method in class com.vaadin.flow.component.charts.model.ItemPartialFill
-
The amount of the xrange point to be filled.
- setAnchor(Icon.Anchor) - Method in class com.vaadin.flow.component.map.configuration.style.Icon.Options
- setAnchor(Icon.Anchor) - Method in class com.vaadin.flow.component.map.configuration.style.Icon
-
Sets the anchor position of the icon's image
- setAnchorOrigin(Icon.AnchorOrigin) - Method in class com.vaadin.flow.component.map.configuration.style.Icon.Options
- setAngle(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
In a polar chart, this is the angle of the Y axis in degrees, where 0 is up and 90 is right.
- setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
Enable or disable the initial animation when a series is displayed.
- setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.ChartModel
-
Set the overall animation for all chart updating.
- setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
-
Enable or disable the initial animation when a series is displayed.
- setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.Drilldown
-
Set the animation for all drilldown animations.
- setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
-
Enable or disable the initial animation when a series is displayed.
- setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.Hover
-
Animation setting for hovering the graph in line-type series.
- setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.Inactive
-
Animation setting for hovering the graph in line-type series.
- setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.LegendNavigation
-
How to animate the pages when navigating up or down.
- setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
Enable or disable the initial animation when a series is displayed.
- setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
Enable or disable the initial animation when a series is displayed.
- setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
Enable or disable the initial animation when a series is displayed.
- setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
Enable or disable the initial animation when a series is displayed.
- setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
Enable or disable the initial animation when a series is displayed.
- setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
Enable or disable the initial animation when a series is displayed.
- setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
Enable or disable the initial animation when a series is displayed.
- setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
Enable or disable the initial animation when a series is displayed.
- setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
Enable or disable the initial animation when a series is displayed.
- setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
Enable or disable the initial animation when a series is displayed.
- setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
Enable or disable the initial animation when a series is displayed.
- setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
-
Enable or disable the initial animation when a series is displayed.
- setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
-
Enable or disable the initial animation when a series is displayed.
- setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
Enable or disable the initial animation when a series is displayed.
- setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
Enable or disable the initial animation when a series is displayed.
- setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
-
Enable or disable the initial animation when a series is displayed.
- setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
Enable or disable the initial animation when a series is displayed.
- setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
Enable or disable the initial animation when a series is displayed.
- setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
Enable or disable the initial animation when a series is displayed.
- setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
-
Enable or disable the initial animation when a series is displayed.
- setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
Enable or disable the initial animation when a series is displayed.
- setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
-
Enable or disable the initial animation when a series is displayed.
- setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
-
Enable or disable the initial animation when a series is displayed.
- setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
Enable or disable the initial animation when a series is displayed.
- setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
-
Enable or disable the initial animation when a series is displayed.
- setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
Enable or disable the initial animation when a series is displayed.
- setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.Tooltip
-
Enable or disable animation of the tooltip.
- setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
- setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
- setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
- setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
- setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
- setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
- setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
- setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
- setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
- setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
- setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
- setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
- setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
- setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
- setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
- setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
-
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
- setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
-
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
- setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
-
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
- setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
- setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
- setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
-
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
- setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
- setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
-
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
- setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
- setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
- setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
-
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
- setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
- setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
-
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
- setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
- setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
-
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
- setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
- setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
-
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
- setAnnotatedRoute(Class<? extends Component>) - Method in class com.vaadin.flow.router.RouteConfiguration
-
Giving a navigation target here will handle the
Route
annotation to get the path and also register anyRouteAlias
that may be on the class. - setAnonymous(String) - Method in class com.vaadin.flow.component.avatar.Avatar.AvatarI18n
-
Sets the translated word for
anonymous
. - setAnonymous(String) - Method in class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupI18n
-
Sets the translated word for
anonymous
. - setAppId(String) - Method in class com.vaadin.flow.component.internal.UIInternals
-
Sets the application id tied with this UI.
- setApplyDefaultTheme(boolean) - Method in interface com.vaadin.flow.component.page.LoadingIndicatorConfiguration
-
Sets whether the default theming is applied for the loading indicator.
- setApplyDefaultTheme(boolean) - Method in class com.vaadin.flow.internal.nodefeature.LoadingIndicatorConfigurationMap
- setAppShellTitle(String) - Method in class com.vaadin.flow.component.internal.UIInternals
-
Records the text content of the title tag in the application shell.
- setArea(PlotOptionsArea) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
-
Sets the style options for
ChartType.AREA
charts - setArearange(PlotOptionsArearange) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
-
Sets the style options for
ChartType.AREARANGE
charts - setAreaspline(PlotOptionsAreaspline) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
-
Sets the style options for
ChartType.AREASPLINE
charts - setAreasplinerange(PlotOptionsAreasplinerange) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
-
Sets the style options for
ChartType.AREASPLINERANGE
charts - setAriaLabel(String) - Method in class com.vaadin.flow.component.checkbox.Checkbox
-
Set the accessibility label of this checkbox.
- setAriaLabel(String) - Method in class com.vaadin.flow.component.dialog.Dialog
-
Set the
aria-label
attribute for assistive technologies like screen readers. - setAriaLabel(String) - Method in interface com.vaadin.flow.component.HasAriaLabel
-
Set the aria-label of the component to the given text.
- setArrowSize(Number) - Method in class com.vaadin.flow.component.charts.model.LegendNavigation
-
The pixel size of the up and down arrows in the legend paging navigation.
- setAsRequiredEnabled(boolean) - Method in interface com.vaadin.flow.data.binder.Binder.Binding
-
Enable or disable asRequired validator.
- setAsRequiredEnabled(boolean) - Method in class com.vaadin.flow.data.binder.Binder.BindingImpl
- setAsyncSupported(boolean) - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties
-
Sets
asyncSupported
property value. - setAttribute(Element, String) - Method in class com.vaadin.flow.dom.impl.ClassAttributeHandler
- setAttribute(Element, String) - Method in class com.vaadin.flow.dom.impl.CustomAttribute
-
Sets the value when
Element.setAttribute(String, String)
is called for this attribute. - setAttribute(Element, String) - Method in class com.vaadin.flow.dom.impl.StyleAttributeHandler
- setAttribute(StateNode, String, AbstractStreamResource) - Method in interface com.vaadin.flow.dom.ElementStateProvider
-
Sets the given attribute to the given
StreamResource
value. - setAttribute(StateNode, String, AbstractStreamResource) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
- setAttribute(StateNode, String, AbstractStreamResource) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
- setAttribute(StateNode, String, AbstractStreamResource) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
- setAttribute(StateNode, String, String) - Method in interface com.vaadin.flow.dom.ElementStateProvider
-
Sets the given attribute to the given value.
- setAttribute(StateNode, String, String) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
- setAttribute(StateNode, String, String) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
- setAttribute(StateNode, String, String) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
- setAttribute(Class<T>, T) - Method in class com.vaadin.flow.server.Attributes
-
Stores a value in this set.
- setAttribute(Class<T>, T) - Method in interface com.vaadin.flow.server.VaadinContext
-
Sets the attribute value for the give type, overriding previously existing one.
- setAttribute(Class<T>, T) - Method in class com.vaadin.flow.server.VaadinServletContext
- setAttribute(Class<T>, T) - Method in class com.vaadin.flow.server.VaadinSession
-
Stores a value in this service session.
- setAttribute(Object) - Method in interface com.vaadin.flow.server.VaadinContext
-
Sets the attribute value, overriding previously existing one.
- setAttribute(String, boolean) - Method in class com.vaadin.flow.dom.Element
-
Sets the given attribute to the given boolean value.
- setAttribute(String, AbstractStreamResource) - Method in class com.vaadin.flow.dom.Element
-
Sets the given attribute to the given
StreamResource
value. - setAttribute(String, Object) - Method in class com.vaadin.flow.server.Attributes
-
Stores a value in this set.
- setAttribute(String, Object) - Method in interface com.vaadin.flow.server.VaadinRequest
-
Defines a request attribute.
- setAttribute(String, Object) - Method in class com.vaadin.flow.server.VaadinSession
-
Stores a value in this service session.
- setAttribute(String, Object) - Method in class com.vaadin.flow.server.WrappedHttpSession
- setAttribute(String, Object) - Method in interface com.vaadin.flow.server.WrappedSession
-
Saves an attribute value in this session.
- setAttribute(String, String) - Method in class com.vaadin.flow.dom.Element
-
Sets the given attribute to the given value.
- setAttributes(Attributes) - Method in class com.vaadin.flow.component.charts.model.Halo
-
A collection of SVG attributes to override the appearance of the halo, for example
fill
,stroke
andstroke-width
. - setAttributions(List<String>) - Method in class com.vaadin.flow.component.map.configuration.source.Source.Options
- setAttributions(List<String>) - Method in class com.vaadin.flow.component.map.configuration.source.Source
-
Sets the attributions to display for the source.
- setAttributionsCollapsible(boolean) - Method in class com.vaadin.flow.component.map.configuration.source.OSMSource.Options
- setAttributionsCollapsible(boolean) - Method in class com.vaadin.flow.component.map.configuration.source.Source.Options
- setAutocapitalize(Autocapitalize) - Method in interface com.vaadin.flow.component.textfield.HasAutocapitalize
-
Sets the
Autocapitalize
attribute for indicating whether the value of this component can be automatically completed by the browser. - setAutocomplete(Autocomplete) - Method in interface com.vaadin.flow.component.textfield.HasAutocomplete
-
Sets the
Autocomplete
attribute for indicating whether the value of this component can be automatically completed by the browser. - setAutocorrect(boolean) - Method in interface com.vaadin.flow.component.textfield.HasAutocorrect
-
Enable or disable
autocorrect
for the field. - setAutofocus(boolean) - Method in class com.vaadin.flow.component.button.Button
-
Set the button to be input focused when the page loads.
- setAutofocus(boolean) - Method in class com.vaadin.flow.component.checkbox.Checkbox
-
Set the checkbox to be input focused when the page loads.
- setAutofocus(boolean) - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
-
Sets the whether the component should automatically receive focus when the page loads.
- setAutofocus(boolean) - Method in class com.vaadin.flow.component.select.Select
-
Sets the select to have focus when the page loads.
- setAutofocus(boolean) - Method in class com.vaadin.flow.component.textfield.TextFieldBase
-
Sets the whether the component should automatically receive focus when the page loads.
- setAutomaticallyActivatePush(boolean) - Method in class com.vaadin.collaborationengine.CollaborationEngineConfiguration
-
Sets whether server push should be automatically activated if needed.
- setAutomaticChartUpdateEnabled(boolean) - Method in class com.vaadin.flow.component.charts.model.DataProviderSeries
-
Sets if the chart should be updated automatically when a DataChangeEvent is emitted by the data provider.
- setAutoOpen(boolean) - Method in class com.vaadin.flow.component.datetimepicker.DateTimePicker
-
When auto open is enabled, the dropdown will open when the field is clicked.
- setAutoOpen(boolean) - Method in interface com.vaadin.flow.component.shared.HasAutoOpen
-
Enables or disables the dropdown opening automatically.
- setAutoRotation(Number[]) - Method in class com.vaadin.flow.component.charts.model.Labels
-
For horizontal axes, the allowed degrees of label rotation to prevent overlapping labels.
- setAutoRotationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.Labels
-
When each category width is more than this many pixels, we don't apply auto rotation.
- setAutoScrollIntoView(boolean) - Method in class com.vaadin.testbench.commands.TestBenchCommandExecutor
-
Sets if the elements should be scrolled into the visible area of the browser window before interacting with them
- setAutoScrollIntoView(boolean) - Method in interface com.vaadin.testbench.commands.TestBenchCommands
-
Sets if the elements should be scrolled into the visible area of the browser window before interacting with them
- setAutoselect(boolean) - Method in class com.vaadin.flow.component.tabs.Tabs
-
Specify that the tabs should be automatically selected.
- setAutoselect(boolean) - Method in class com.vaadin.flow.component.textfield.TextFieldBase
-
Set to
true
to always have the field value automatically selected when the field gains focus,false
otherwise. - setAutoUpdate(boolean) - Method in class com.vaadin.flow.server.frontend.FrontendToolsSettings
-
When set to true the alternative version is updated to the latest default node version as defined for the framework.
- setAutoUpload(boolean) - Method in class com.vaadin.flow.component.upload.Upload
-
When
false
, it prevents uploads from triggering immediately upon adding file(s). - setAutoWidth(boolean) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Enables or disables automatic width for this column.
- setAxisDefaults(AxisStyle) - Method in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
- setAxisDefaults(AxisStyle) - Method in class com.vaadin.flow.component.charts.themes.LumoLightTheme
- setAxisIndex(int) - Method in class com.vaadin.flow.component.charts.model.Axis
- setAxisLabelPosition(String) - Method in class com.vaadin.flow.component.charts.model.Options3d
-
Set it to
"auto"
to automatically move the labels to the best edge. - setBack(Back) - Method in class com.vaadin.flow.component.charts.model.Frame
-
Defines the back panel of the frame around 3D charts.
- setBackend(Backend) - Method in class com.vaadin.collaborationengine.CollaborationEngineConfiguration
-
Sets the backend implementation to use.
- setBackend(BrowserLiveReload.Backend) - Method in class com.vaadin.base.devserver.DebugWindowConnection
- setBackend(BrowserLiveReload.Backend) - Method in interface com.vaadin.flow.internal.BrowserLiveReload
-
Sets the live reload backend technology explicitly.
- setBackEndSorting(List<QuerySortOrder>) - Method in class com.vaadin.flow.data.provider.DataCommunicator
-
Sets the
QuerySortOrder
s to use with backend sorting. - setBackEndSorting(List<QuerySortOrder>) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalDataCommunicator
- setBackEndSorting(List<QuerySortOrder>) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchyMapper
-
Sets the current back-end sorting.
- setBackground(boolean) - Method in class com.vaadin.open.Options
- setBackground(Background...) - Method in class com.vaadin.flow.component.charts.model.Pane
-
An object, or array of objects, for backgrounds.
- setBackground(String) - Method in class com.vaadin.flow.component.map.configuration.layer.Layer
-
Sets the background color of the layer as CSS color string.
- setBackgroundColor(Color) - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
-
The background color or gradient for the data label.
- setBackgroundColor(Color) - Method in class com.vaadin.flow.component.charts.model.Background
-
Sets the background color
- setBackgroundColor(Color) - Method in class com.vaadin.flow.component.charts.model.ChartModel
-
The background color or gradient for the outer chart area.
- setBackgroundColor(Color) - Method in class com.vaadin.flow.component.charts.model.CrosshairLabel
-
The background color for the label.
- setBackgroundColor(Color) - Method in class com.vaadin.flow.component.charts.model.DataLabels
-
The background color or gradient for the data label.
- setBackgroundColor(Color) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
-
The background color or gradient for the data label.
- setBackgroundColor(Color) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
-
The background color or gradient for the data label.
- setBackgroundColor(Color) - Method in class com.vaadin.flow.component.charts.model.Dial
-
The background or fill color of the gauge's dial.
- setBackgroundColor(Color) - Method in class com.vaadin.flow.component.charts.model.Handles
-
The fill for the handle.
- setBackgroundColor(Color) - Method in class com.vaadin.flow.component.charts.model.Legend
-
The background color of the legend.
- setBackgroundColor(Color) - Method in class com.vaadin.flow.component.charts.model.Pivot
-
The background color or fill of the pivot.
- setBackgroundColor(Color) - Method in class com.vaadin.flow.component.charts.model.style.ChartStyle
-
Sets the background color of the outer chart area.
- setBackgroundColor(Color) - Method in class com.vaadin.flow.component.charts.model.style.TooltipStyle
-
Sets the background color of tooltips
- setBackgroundColor(Color) - Method in class com.vaadin.flow.component.charts.model.Tooltip
-
The background color or gradient for the tooltip.
- setBackgroundLayer(Layer) - Method in class com.vaadin.flow.component.map.Map
-
Sets the background layer of the map.
- setBar(PlotOptionsBar) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
-
Sets the style options for
ChartType.BAR
charts - setBarBackgroundColor(Color) - Method in class com.vaadin.flow.component.charts.model.Scrollbar
-
The background color of the scrollbar itself.
- setBarBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.Scrollbar
-
The color of the scrollbar's border.
- setBarBorderRadius(Number) - Method in class com.vaadin.flow.component.charts.model.Scrollbar
-
The border rounding radius of the bar.
- setBarBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Scrollbar
-
The width of the bar's border.
- setBaseDir(String) - Method in class com.vaadin.flow.server.frontend.FrontendToolsSettings
-
Set the base directory for locating tools.
- setBaseLength(String) - Method in class com.vaadin.flow.component.charts.model.Dial
-
The length of the dial's base part, relative to the total radius or length of the dial.
- setBaseWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Dial
-
The pixel width of the base of the gauge dial.
- setBeaconPath(String) - Method in class com.vaadin.collaborationengine.CollaborationEngineConfiguration
-
Sets the path that is used for the beacon handler.
- setBean(BEAN) - Method in class com.vaadin.collaborationengine.CollaborationBinder
-
Deprecated.This operation is not supported by the collaboration binder. You can instead 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 usingBinder.writeBean(BEAN)
. - setBean(BEAN) - Method in class com.vaadin.flow.data.binder.Binder
-
Binds the given bean to all the fields added to this Binder.
- setBeanType(Class<E>) - Method in class com.vaadin.flow.component.crud.Crud
-
Sets the runtime bean type information.
- setBehavior(ScrollOptions.Behavior) - Method in class com.vaadin.flow.component.ScrollOptions
-
Sets the scroll behavior.
- setBeta(Number) - Method in class com.vaadin.flow.component.charts.model.Options3d
-
One of the two rotation angles for the chart.
- setBinder(Binder<T>) - Method in interface com.vaadin.flow.component.grid.editor.Editor
-
Sets the underlying Binder to this Editor.
- setBinder(Binder<T>) - Method in class com.vaadin.flow.component.grid.editor.EditorImpl
- setBindingExceptionHandler(BindingExceptionHandler) - Method in class com.vaadin.flow.data.binder.Binder
-
Sets a
handler
to customize theRuntimeException
thrown by delegates (likeSetter
,ValueProvider
,HasValue
) used insideBinder
to be able to identify the bound field. - setBlacklistedPackages(List<String>) - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties
-
Set list of packages to ignore for class scanning.
- setBlock(ScrollOptions.Alignment) - Method in class com.vaadin.flow.component.ScrollOptions
-
Sets the vertical alignment.
- setBlockquote(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Sets the translated word for
blockquote
. - setBodySize(String, String) - Method in class com.vaadin.flow.server.AppShellSettings
-
Set the body size.
- setBold(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Sets the translated word for
bold
. - setBoostBlending(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
-
Sets the color blending in the boost module.
- setBootstrapInitialPredicate(BootstrapInitialPredicate) - Method in class com.vaadin.flow.server.VaadinService
-
Set the predicate that decides whether to include the initial Uidl fragment in the bootstrap page.
- setBootstrapUrlPredicate(BootstrapUrlPredicate) - Method in class com.vaadin.flow.server.VaadinService
-
Set the predicate that decides whether the request has a valid URL for rendering the bootstrap page.
- setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
-
The border color for the data label.
- setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.Background
-
Sets the border color
- setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.ChartModel
-
The color of the outer chart border.
- setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
-
The color of the border of each waterfall column.
- setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.CrosshairLabel
-
The border color for the crosshair label
- setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.DataLabels
-
The border color for the data label.
- setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
-
The border color for the data label.
- setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
-
The border color for the data label.
- setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.Dial
-
The border color or stroke of the gauge's dial.
- setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.Handles
-
The stroke for the handle border and the stripes inside.
- setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.Hover
-
A specific border color for the hovered point.
- setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.Inactive
-
A specific border color for the hovered point.
- setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.Legend
-
The color of the drawn border around the legend.
- setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.Level
-
Can set a
borderColor
on all points which lies on the same level. - setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.Pivot
-
The border or stroke color of the pivot.
- setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotBand
-
Border color for the plot band.
- setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
The color of the border surrounding each column or bar.
- setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
The color of the border surrounding each column or bar.
- setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
The color of the border surrounding each column or bar.
- setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
The color of the border surrounding each column or bar.
- setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
-
The color of the border surrounding each slice.
- setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
-
The color of the border surrounding each column or bar.
- setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
-
The border color of the node cards.
- setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
-
The color of the border surrounding each slice.
- setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
-
The color of the border surrounding each slice.
- setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
-
The color of the border surrounding each tree map item.
- setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
The color of the border of each waterfall column.
- setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
-
The color of the border surrounding each column or bar.
- setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.style.ChartStyle
-
Sets the color of the outer chart border.
- setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.style.TooltipStyle
-
Sets the color of the tooltip border.
- setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.TargetOptions
-
Can set a
borderColor
of the rectangle representing the target. - setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.Tooltip
-
The color of the tooltip border.
- setBorderDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.Level
-
Set the dash style of the border of all the point which lies on the level.
- setBorderRadius(Number) - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
-
The border radius in pixels for the data label.
- setBorderRadius(Number) - Method in class com.vaadin.flow.component.charts.model.ChartModel
-
The corner radius of the outer chart border.
- setBorderRadius(Number) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
-
The corner radius of the border surrounding each column or bar.
- setBorderRadius(Number) - Method in class com.vaadin.flow.component.charts.model.CrosshairLabel
-
The border corner radius of the crosshair label.
- setBorderRadius(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabels
-
The border radius in pixels for the data label.
- setBorderRadius(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
-
The border radius in pixels for the data label.
- setBorderRadius(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
-
The border radius in pixels for the data label.
- setBorderRadius(Number) - Method in class com.vaadin.flow.component.charts.model.Legend
-
The border corner radius of the legend.
- setBorderRadius(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
The corner radius of the border surrounding each column or bar.
- setBorderRadius(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
The corner radius of the border surrounding each column or bar.
- setBorderRadius(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
The corner radius of the border surrounding each column or bar.
- setBorderRadius(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
The corner radius of the border surrounding each column or bar.
- setBorderRadius(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
-
The corner radius of the border surrounding each column or bar.
- setBorderRadius(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
-
The border radius of the node cards.
- setBorderRadius(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
The corner radius of the border surrounding each column or bar.
- setBorderRadius(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
-
The corner radius of the border surrounding each column or bar.
- setBorderRadius(Number) - Method in class com.vaadin.flow.component.charts.model.style.ChartStyle
-
Sets the corner radius of the outer chart border.
- setBorderRadius(Number) - Method in class com.vaadin.flow.component.charts.model.style.TooltipStyle
-
Sets the border radius of tooltips
- setBorderRadius(Number) - Method in class com.vaadin.flow.component.charts.model.Tooltip
-
The radius of the rounded border corners.
- setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
-
The border width in pixels for the data label.
- setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Background
-
Sets the width of the border
- setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.ChartModel
-
The pixel width of the outer chart border.
- setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
-
The width of the border surrounding each column or bar.
- setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.CrosshairLabel
-
The border width for the crosshair label.
- setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabels
-
The border width in pixels for the data label.
- setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
-
The border width in pixels for the data label.
- setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
-
The border width in pixels for the data label.
- setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Dial
-
The width of the gauge dial border in pixels.
- setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Legend
-
The width of the drawn border around the legend.
- setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Level
-
Can set the borderWidth on all points which lies on the same level.
- setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Pivot
-
The border or stroke width of the pivot.
- setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotBand
-
Border width for the plot band.
- setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
The width of the border surrounding each column or bar.
- setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
The width of the border surrounding each column or bar.
- setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
The width of the border surrounding each column or bar.
- setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
The width of the border surrounding each column or bar.
- setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
-
The width of the border surrounding each slice.
- setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
-
The width of the border surrounding each column or bar.
- setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
-
The width of the border surrounding each column or bar.
- setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
-
The width of the border surrounding each slice.
- setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
-
The width of the border surrounding each slice.
- setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
-
The width of the border surrounding each column or bar.
- setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
The width of the border surrounding each column or bar.
- setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
-
The width of the border surrounding each column or bar.
- setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.style.ChartStyle
-
Sets the pixel width of the outer chart border.
- setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.style.TooltipStyle
-
Sets the width of the border of tooltips
- setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.TargetOptions
-
Can set the borderWidth of the rectangle representing the target.
- setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Tooltip
-
The pixel width of the tooltip border.
- setBottom(Bottom) - Method in class com.vaadin.flow.component.charts.model.Frame
-
The bottom of the frame around a 3D chart.
- setBoundary(byte[]) - Method in class com.vaadin.external.apache.commons.fileupload2.MultipartStream
-
Changes the boundary token used for partitioning the stream.
- setBoxplot(PlotOptionsBoxplot) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
-
Sets the style options for
ChartType.BOXPLOT
charts - setBoxSizing(BoxSizing) - Method in interface com.vaadin.flow.component.orderedlayout.ThemableLayout
-
Sets the
box-sizing
CSS property of the layout. - setBreaks(Breaks[]) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
An array defining breaks in the axis, the sections defined will be left out and all the points shifted closer to each other.
- setBreaks(Breaks[]) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
An array defining breaks in the axis, the sections defined will be left out and all the points shifted closer to each other.
- setBreakSize(Number) - Method in class com.vaadin.flow.component.charts.model.Breaks
-
A number indicating how much space should be left between the start and the end of the break.
- setBrightness(Number) - Method in class com.vaadin.flow.component.charts.model.Hover
-
How much to brighten the point on interaction.
- setBrowser(WebBrowser) - Method in class com.vaadin.flow.server.VaadinSession
-
Set the web browser associated with this session.
- setBrowserDefaultAllowed(boolean) - Method in class com.vaadin.flow.component.ShortcutRegistration
-
Set whether the default key behavior is allowed in the browser.
- setBrowserFactory(TestBenchBrowserFactory) - Static method in class com.vaadin.testbench.parallel.BrowserUtil
-
Sets new BrowserFactory to generate default DesiredCapabilities for each Browser.
Extend BrowserFactory and override its methods in order to add default version, platform or other capabilities. - setBubble(PlotOptionsBubble) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
-
Sets the style options for
ChartType.BUBBLE
charts - setBuffered(boolean) - Method in interface com.vaadin.flow.component.grid.editor.Editor
-
Sets the Editor buffered mode.
- setBuffered(boolean) - Method in class com.vaadin.flow.component.grid.editor.EditorImpl
- setBullet(PlotOptionsBullet) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
-
Sets the style options for
ChartType.BULLET
charts - setButton(MouseEventDetails.MouseButton) - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
- setButton(CrudI18n.Confirmations.Confirmation.Button) - Method in class com.vaadin.flow.component.crud.CrudI18n.Confirmations.Confirmation
-
Sets the confirmation options in a dialog
- setButton(MouseEventDetails.MouseButton) - Method in class com.vaadin.flow.component.map.events.MouseEventDetails
- setButtonArrowColor(Color) - Method in class com.vaadin.flow.component.charts.model.Scrollbar
-
The color of the small arrow inside the scrollbar buttons.
- setButtonBackgroundColor(Color) - Method in class com.vaadin.flow.component.charts.model.Scrollbar
-
The color of scrollbar buttons.
- setButtonBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.Scrollbar
-
The color of the border of the scrollbar buttons.
- setButtonBorderRadius(Number) - Method in class com.vaadin.flow.component.charts.model.Scrollbar
-
The corner radius of the scrollbar buttons.
- setButtonBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Scrollbar
-
The border width of the scrollbar buttons.
- setButtonOptions(ButtonOptions) - Method in class com.vaadin.flow.component.charts.model.Navigation
-
A collection of options for buttons appearing in the exporting module.
- setButtonPosition(ButtonPosition) - Method in class com.vaadin.flow.component.charts.model.RangeSelector
-
A fixed pixel position for the buttons.
- setButtons(Buttons) - Method in class com.vaadin.flow.component.charts.model.Exporting
-
Options for the export related buttons, print and export.
- setButtons(RangeSelectorButton...) - Method in class com.vaadin.flow.component.charts.model.RangeSelector
-
An array of configuration objects for the buttons.
- setButtonSpacing(Number) - Method in class com.vaadin.flow.component.charts.model.RangeSelector
-
The space in pixels between the buttons in the range selector.
- setButtonTheme(ButtonTheme) - Method in class com.vaadin.flow.component.charts.model.RangeSelector
-
A collection of attributes for the buttons.
- setCacheEnabled(boolean) - Method in class com.vaadin.flow.server.communication.WebComponentProvider
-
Enable / disable bootstrap HTML fragment caching based on component tag.
- setCacheTime(long) - Method in class com.vaadin.flow.server.AbstractStreamResource
-
Set cache time in millis.
- setCacheTime(long) - Method in interface com.vaadin.flow.server.VaadinResponse
-
Sets cache time in milliseconds, -1 means no cache at all.
- setCacheTime(long) - Method in class com.vaadin.flow.server.VaadinServletResponse
- setCallback(String) - Method in class com.vaadin.flow.component.charts.model.Condition
- setCancel(CrudI18n.Confirmations.Confirmation) - Method in class com.vaadin.flow.component.crud.CrudI18n.Confirmations
-
Sets the cancel confirmation dialog
- setCancel(String) - Method in class com.vaadin.flow.component.crud.CrudI18n
-
Sets the cancel button text
- setCancel(String) - Method in class com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n
-
Sets the translated word for
cancel
. - setCancelable(boolean) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Whether to show or hide Cancel button.
- setCancelButton(Component) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Sets custom cancel button
- setCancelButton(Element) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Sets custom cancel button
- setCancelButton(String, ComponentEventListener<ConfirmDialog.CancelEvent>) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Sets Cancel button text and `cancel` event listener.
- setCancelButton(String, ComponentEventListener<ConfirmDialog.CancelEvent>, String) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Sets Cancel button text, `cancel` event listener and Cancel button theme.
- setCancelButtonTheme(String) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Sets Cancel button theme
- setCancelText(String) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Sets Cancel button text
- setCandlestick(PlotOptionsCandlestick) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
-
Sets the style options for
ChartType.CANDLESTICK
charts - setCategories(String...) - Method in class com.vaadin.flow.component.charts.model.Axis
-
If categories are present for the axis, names are used instead of numbers for that axis.
- setCategories(String...) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
If categories are present for the xAxis, names are used instead of numbers for that axis.
- setCategories(String...) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
If categories are present for the xAxis, names are used instead of numbers for that axis.
- setCategories(String...) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
If categories are present for the xAxis, names are used instead of numbers for that axis.
- setCeiling(Number) - Method in class com.vaadin.flow.component.charts.model.Axis
-
The highest allowed value for automatically computed axis extremes.
- setCeiling(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
The highest allowed value for automatically computed axis extremes.
- setCeiling(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
The highest allowed value for automatically computed axis extremes.
- setCeiling(Number) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
The highest allowed value for automatically computed axis extremes.
- setCenter(Coordinate) - Method in class com.vaadin.flow.component.map.configuration.View
-
Sets the center of the map's viewport.
- setCenter(Coordinate) - Method in class com.vaadin.flow.component.map.Map
-
Sets the center of the map's viewport.
- setCenter(String[]) - Method in class com.vaadin.flow.component.charts.model.Pane
-
The center of a polar chart or angular gauge, given as an array of [x, y] positions.
- setCenter(String[]) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
-
The center of the series.
- setCenter(String[]) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
-
The center of the pie chart relative to the plot area.
- setCenter(String[]) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
-
The center of the series.
- setCenter(String[]) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
-
The center of the series.
- setCenter(String, String) - Method in class com.vaadin.flow.component.charts.model.Pane
- setCenter(String, String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
- setCenter(String, String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
- setCenter(String, String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
- setCenter(String, String) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
- setCenterInCategory(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
When true, the columns will center in the category, ignoring null or missing points.
- setCenterInCategory(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
-
When
true
, the columns will center in the category, ignoring null or missing points. - setCenterInCategory(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
-
When true, the columns will center in the category, ignoring null or missing points.
- setChangeDecimals(Number) - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
-
How many decimals to show for the
point.change
value when theseries.compare
option is set. - setChangeDecimals(Number) - Method in class com.vaadin.flow.component.charts.model.Tooltip
-
How many decimals to show for the
point.change
value when theseries.compare
option is set. - setChart(ChartModel) - Method in class com.vaadin.flow.component.charts.model.Configuration
-
Sets options regarding the chart and plot areas as well as general chart options.
- setChart(ChartStyle) - Method in class com.vaadin.flow.component.charts.model.style.Theme
-
Set new chart style
- setCheckable(boolean) - Method in class com.vaadin.flow.component.contextmenu.MenuItemBase
-
Sets the checkable state of this menu item.
- setChecked(boolean) - Method in class com.vaadin.flow.component.checkbox.testbench.CheckboxElement
-
Sets whether the checkbox is checked.
- setChecked(boolean) - Method in class com.vaadin.flow.component.contextmenu.MenuItemBase
-
Sets the checked state of this item.
- setChecked(boolean) - Method in class com.vaadin.flow.component.radiobutton.testbench.RadioButtonElement
-
Sets whether the radio button is checked.
- setChild(int, Element) - Method in class com.vaadin.flow.dom.Node
-
Replaces the child at the given position with the given child element.
- setChildComponentModal(Component, boolean) - Method in class com.vaadin.flow.component.UI
-
Makes the child component modal or modeless.
- setChildModal(Component) - Method in class com.vaadin.flow.component.internal.UIInternals
-
Makes an existing child component modal.
- setChildModeless(Component) - Method in class com.vaadin.flow.component.internal.UIInternals
-
Sets the given child modeless.
- setClassLoader(ClassLoader) - Method in class com.vaadin.flow.server.VaadinService
-
Sets the class loader to use for loading classes loaded by name, e.g.
- setClassName(String) - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
-
A class name for the data label.
- setClassName(String) - Method in class com.vaadin.flow.component.charts.model.AbstractSeriesItem
-
An additional, individual class name for the data point's graphic representation.
- setClassName(String) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
A class name to apply to the series' graphical elements.
- setClassName(String) - Method in class com.vaadin.flow.component.charts.model.Axis
-
A class name that opens for styling the axis by CSS.
- setClassName(String) - Method in class com.vaadin.flow.component.charts.model.Background
-
The class name for this background.
- setClassName(String) - Method in class com.vaadin.flow.component.charts.model.ChartModel
-
A CSS class name to apply to the charts container
div
, allowing unique CSS styling for each chart. - setClassName(String) - Method in class com.vaadin.flow.component.charts.model.Crosshair
-
A class name for the crosshair, especially as a hook for styling.
- setClassName(String) - Method in class com.vaadin.flow.component.charts.model.DataLabels
-
A class name for the data label.
- setClassName(String) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
-
A class name for the data label.
- setClassName(String) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
-
A class name for the data label.
- setClassName(String) - Method in class com.vaadin.flow.component.charts.model.NodeSeriesItem
-
An additional, individual class name for the data point's graphic representation.
- setClassName(String) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
A class name to apply to the series' graphical elements.
- setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotBand
-
A custom class name, in addition to the default
highcharts-plot-band
, to apply to each individual band. - setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotLine
-
A custom class name, in addition to the default
highcharts-plot-line
, to apply to each individual line. - setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
A class name to apply to the series' graphical elements.
- setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
A class name to apply to the series' graphical elements.
- setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
A class name to apply to the series' graphical elements.
- setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
A class name to apply to the series' graphical elements.
- setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
A class name to apply to the series' graphical elements.
- setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
A class name to apply to the series' graphical elements.
- setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
A class name to apply to the series' graphical elements.
- setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
A class name to apply to the series' graphical elements.
- setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
A class name to apply to the series' graphical elements.
- setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
A class name to apply to the series' graphical elements.
- setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
A class name to apply to the series' graphical elements.
- setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
A class name to apply to the series' graphical elements.
- setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
A class name to apply to the series' graphical elements.
- setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
-
A class name to apply to the series' graphical elements.
- setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
-
A class name to apply to the series' graphical elements.
- setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
-
A class name to apply to the series' graphical elements.
- setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
A class name to apply to the series' graphical elements.
- setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
A class name to apply to the series' graphical elements.
- setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
-
An additional class name to apply to the series' graphical elements.
- setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
-
A class name to apply to the series' graphical elements.
- setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
A class name to apply to the series' graphical elements.
- setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
-
A class name to apply to the series' graphical elements.
- setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
A class name to apply to the series' graphical elements.
- setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
A class name to apply to the series' graphical elements.
- setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
-
A class name to apply to the series' graphical elements.
- setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
A class name to apply to the series' graphical elements.
- setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
-
A class name to apply to the series' graphical elements.
- setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
-
A class name to apply to the series' graphical elements.
- setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
A class name to apply to the series' graphical elements.
- setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
-
A class name to apply to the series' graphical elements.
- setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
A class name to apply to the series' graphical elements.
- setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
-
A class name to apply to the series' graphical elements.
- setClassName(String) - Method in class com.vaadin.flow.component.charts.model.style.ChartStyle
-
Sets the CSS class name to apply to the container DIV around the chart, allowing unique CSS styling for each chart.
- setClassName(String) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
A class name that opens for styling the axis by CSS, especially in Highcharts styled mode.
- setClassName(String) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
A class name that opens for styling the axis by CSS, especially in Highcharts styled mode.
- setClassName(String) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
A class name that opens for styling the axis by CSS, especially in Highcharts styled mode.
- setClassName(String) - Method in class com.vaadin.flow.component.charts.model.Zones
-
Styled mode only.
- setClassName(String) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Sets the CSS class names of the dialog overlay element.
- setClassName(String) - Method in class com.vaadin.flow.component.dialog.Dialog
-
Sets the CSS class names of the dialog overlay element.
- setClassName(String) - Method in interface com.vaadin.flow.component.HasStyle
-
Sets the CSS class names of this component.
- setClassName(String) - Method in class com.vaadin.flow.component.login.LoginOverlay
-
Sets the CSS class names of the login overlay element.
- setClassName(String) - Method in class com.vaadin.flow.component.notification.Notification
-
Sets the CSS class names of the notification overlay element.
- setClassName(String, boolean) - Method in interface com.vaadin.flow.component.HasStyle
-
Sets or removes the given class name for this component.
- setClassNameGenerator(SerializableFunction<T, String>) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Sets the function that is used for generating CSS class names for cells in this column.
- setClassNameGenerator(SerializableFunction<T, String>) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets the function that is used for generating CSS class names for all the cells in the rows in this grid.
- setClean(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Sets the translated word for
clean
. - setClearButtonVisible(boolean) - Method in interface com.vaadin.flow.component.shared.HasClearButton
-
Sets the visibility of the button which clears the field.
- setCleared(String) - Method in class com.vaadin.flow.component.combobox.MultiSelectComboBoxI18n
-
Sets the text that is announced by screen readers when the clear button is clicked.
- setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
Disable this option to allow series rendering in the whole plotting area.
- setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
-
Disable this option to allow series rendering in the whole plotting area.
- setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
-
Disable this option to allow series rendering in the whole plotting area.
- setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
Disable this option to allow series rendering in the whole plotting area.
- setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
Disable this option to allow series rendering in the whole plotting area.
- setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
Disable this option to allow series rendering in the whole plotting area.
- setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
Disable this option to allow series rendering in the whole plotting area.
- setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
Disable this option to allow series rendering in the whole plotting area.
- setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
Disable this option to allow series rendering in the whole plotting area.
- setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
Disable this option to allow series rendering in the whole plotting area.
- setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
Disable this option to allow series rendering in the whole plotting area.
- setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
Disable this option to allow series rendering in the whole plotting area.
- setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
Disable this option to allow series rendering in the whole plotting area.
- setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
Disable this option to allow series rendering in the whole plotting area.
- setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
Disable this option to allow series rendering in the whole plotting area.
- setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
Disable this option to allow series rendering in the whole plotting area.
- setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
Disable this option to allow series rendering in the whole plotting area.
- setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
-
Disable this option to allow series rendering in the whole plotting area.
- setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
-
Disable this option to allow series rendering in the whole plotting area.
- setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
-
Disable this option to allow series rendering in the whole plotting area.
- setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
Disable this option to allow series rendering in the whole plotting area.
- setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
Disable this option to allow series rendering in the whole plotting area.
- setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
-
Disable this option to allow series rendering in the whole plotting area.
- setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
-
Disable this option to allow series rendering in the whole plotting area.
- setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
Disable this option to allow series rendering in the whole plotting area.
- setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
-
Disable this option to allow series rendering in the whole plotting area.
- setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
Disable this option to allow series rendering in the whole plotting area.
- setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
Disable this option to allow series rendering in the whole plotting area.
- setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
-
Disable this option to allow series rendering in the whole plotting area.
- setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
Disable this option to allow series rendering in the whole plotting area.
- setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
-
Disable this option to allow series rendering in the whole plotting area.
- setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
Disable this option to allow series rendering in the whole plotting area.
- setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
-
Disable this option to allow series rendering in the whole plotting area.
- setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
Disable this option to allow series rendering in the whole plotting area.
- setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
-
Disable this option to allow series rendering in the whole plotting area.
- setClose(SerializableFunction<T, Object>) - Method in class com.vaadin.flow.component.charts.model.DataProviderSeries
-
Sets the function used for retrieving
close
values from the bean provided by the data provider. - setClose(Number) - Method in class com.vaadin.flow.component.charts.model.OhlcItem
-
Sets the close value of the OHLC item
- setCloseOnEsc(boolean) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Sets whether this dialog can be closed by hitting the esc-key or not.
- setCloseOnEsc(boolean) - Method in class com.vaadin.flow.component.dialog.Dialog
-
Sets whether this dialog can be closed by hitting the esc-key or not.
- setCloseOnOutsideClick(boolean) - Method in class com.vaadin.flow.component.dialog.Dialog
-
Sets whether this dialog can be closed by clicking outside of it or not.
- setCodeBlock(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Sets the translated word for
codeBlock
. - setCollaborationEngine(CollaborationEngine) - Method in class com.vaadin.collaborationengine.Backend
-
Sets the
CollaborationEngine
instance for this backend. - setColor(Color) - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
-
The text color for the data labels.
- setColor(Color) - Method in class com.vaadin.flow.component.charts.model.AbstractSeriesItem
-
Sets the individual color for the point.
- setColor(Color) - Method in class com.vaadin.flow.component.charts.model.Back
-
The color of the panel.
- setColor(Color) - Method in class com.vaadin.flow.component.charts.model.Bottom
-
The color of the panel.
- setColor(Color) - Method in class com.vaadin.flow.component.charts.model.Crosshair
-
The color of the crosshair.
- setColor(Color) - Method in class com.vaadin.flow.component.charts.model.DataLabels
-
The text color for the data labels.
- setColor(Color) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
-
The text color for the data labels.
- setColor(Color) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
-
The text color for the data labels.
- setColor(Color) - Method in class com.vaadin.flow.component.charts.model.DataSeriesItem
-
Sets the individual color for the point.
- setColor(Color) - Method in class com.vaadin.flow.component.charts.model.Hover
-
A specific color for the hovered point.
- setColor(Color) - Method in class com.vaadin.flow.component.charts.model.Inactive
-
A specific color for the hovered point.
- setColor(Color) - Method in class com.vaadin.flow.component.charts.model.Level
-
Can set a color on all points which lies on the same level.
- setColor(Color) - Method in class com.vaadin.flow.component.charts.model.Node
-
The color of the auto generated node.
- setColor(Color) - Method in class com.vaadin.flow.component.charts.model.NodeSeriesItem
-
The color for the individual link.
- setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotBand
-
The color of the plot band.
- setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotLine
-
The color of the line.
- setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
The main color or the series.
- setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
The main color or the series.
- setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
The main color or the series.
- setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
The main color or the series.
- setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
The main color or the series.
- setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
The main color or the series.
- setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
The main color or the series.
- setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
The main color or the series.
- setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
The main color of the series.
- setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
The main color or the series.
- setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
The main color or the series.
- setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
The main color of the bars.
- setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
The main color of the series.
- setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
-
The main color or the series.
- setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
-
The main color of the series.
- setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
The main color or the series.
- setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
The main color of the series.
- setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
-
The main color of the series.
- setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
The main color or the series.
- setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
The main color or the series.
- setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
The main color or the series.
- setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
The main color or the series.
- setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
-
The main color or the series.
- setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
-
The main color of the series.
- setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
The main color or the series.
- setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
-
The main color or the series.
- setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
The main color or the series.
- setColor(Color) - Method in class com.vaadin.flow.component.charts.model.Side
-
The color of the panel.
- setColor(Color) - Method in class com.vaadin.flow.component.charts.model.Stop
- setColor(Color) - Method in class com.vaadin.flow.component.charts.model.style.Style
-
Sets the
color
CSS attribute. - setColor(Color) - Method in class com.vaadin.flow.component.charts.model.TargetOptions
-
Can set a color of the rectangle representing the target.
- setColor(Color) - Method in class com.vaadin.flow.component.charts.model.Top
-
The color of the panel.
- setColor(Color) - Method in class com.vaadin.flow.component.charts.model.Zones
-
Defines the color of the series.
- setColor(String) - Method in class com.vaadin.flow.component.icon.Icon
-
Sets the fill color of the icon.
- setColor(String) - Method in class com.vaadin.flow.component.map.configuration.style.Fill
- setColor(String) - Method in class com.vaadin.flow.component.map.configuration.style.Icon.Options
- setColor(String) - Method in class com.vaadin.flow.component.map.configuration.style.Stroke
- setColorAxis(Integer) - Method in class com.vaadin.flow.component.charts.model.AbstractSeries
-
When using dual or multiple color-axes, this number defines which color-axis the particular series is connected to.
- setColorByPoint(Boolean) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
-
When using automatic point colors pulled from the
options.colors
collection, this option determines whether the chart should receive one color per series or one color per point. - setColorByPoint(Boolean) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
When using automatic point colors pulled from the global colors or series-specific plotOptions.column.colors collections, this option determines whether the chart should receive one color per series or one color per point.
- setColorByPoint(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
When using automatic point colors pulled from the
options.colors
collection, this option determines whether the chart should receive one color per series or one color per point. - setColorByPoint(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
When using automatic point colors pulled from the
options.colors
collection, this option determines whether the chart should receive one color per series or one color per point. - setColorByPoint(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
When using automatic point colors pulled from the
options.colors
collection, this option determines whether the chart should receive one color per series or one color per point. - setColorByPoint(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
When using automatic point colors pulled from the global colors or series-specific plotOptions.column.colors collections, this option determines whether the chart should receive one color per series or one color per point.
- setColorByPoint(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
When using automatic point colors pulled from the
options.colors
collection, this option determines whether the chart should receive one color per series or one color per point. - setColorByPoint(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
When using automatic point colors pulled from the
options.colors
collection, this option determines whether the chart should receive one color per series or one color per point. - setColorByPoint(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
When using automatic point colors pulled from the
options.colors
collection, this option determines whether the chart should receive one color per series or one color per point. - setColorByPoint(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
-
When using automatic point colors pulled from the
options.colors
collection, this option determines whether the chart should receive one color per series or one color per point. - setColorByPoint(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
When using automatic point colors pulled from the
options.colors
collection, this option determines whether the chart should receive one color per series or one color per point. - setColorByPoint(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
- setColorByPoint(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
-
Whether to give each point an individual color.
- setColorByPoint(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
-
Defaults to
true
- setColorByPoint(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
-
When using automatic point colors pulled from the
options.colors
collection, this option determines whether the chart should receive one color per series or one color per point. - setColorByPoint(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
When using automatic point colors pulled from the
options.colors
collection, this option determines whether the chart should receive one color per series or one color per point. - setColorByPoint(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
-
When using automatic point colors pulled from the
options.colors
collection, this option determines whether the chart should receive one color per series or one color per point. - setColorCount(Number) - Method in class com.vaadin.flow.component.charts.model.ChartModel
-
In styled mode, this sets how many colors the class names should rotate between.
- setColorIndex(int) - Method in class com.vaadin.collaborationengine.SystemUserInfo
- setColorIndex(int) - Method in class com.vaadin.collaborationengine.UserInfo
-
Sets the user's color index.
- setColorIndex(Integer) - Method in class com.vaadin.flow.component.avatar.Avatar
-
Sets the color index for the avatar.
- setColorIndex(Integer) - Method in class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupItem
-
Sets the color index for the avatar group item.
- setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.AbstractSeriesItem
-
A specific color index to use for the point, so its graphic representations are given the class name highcharts-color-{n}.
- setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
A specific color index to use for the series, so its graphic representations are given the class name
highcharts-color-{n}
. - setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.Node
-
The color index of the auto generated node, especially for use in styled mode.
- setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.NodeSeriesItem
-
A specific color index to use for the point, so its graphic representations are given the class name
highcharts-color-{n}
. - setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
A specific color index to use for the series, so its graphic representations are given the class name
highcharts-color-{n}
. - setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
Styled mode only.
- setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
Styled mode only.
- setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
Styled mode only.
- setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
Styled mode only.
- setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
Styled mode only.
- setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
Styled mode only.
- setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
Styled mode only.
- setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
Styled mode only.
- setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
Styled mode only.
- setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
Styled mode only.
- setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
Styled mode only.
- setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
Styled mode only.
- setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
Styled mode only.
- setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
-
Styled mode only.
- setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
-
Styled mode only.
- setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
-
Styled mode only.
- setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
Styled mode only.
- setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
Styled mode only.
- setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
-
Styled mode only.
- setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
-
Styled mode only.
- setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
Styled mode only.
- setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
-
Styled mode only.
- setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
Styled mode only.
- setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
Styled mode only.
- setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
-
Styled mode only.
- setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
Styled mode only.
- setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
-
Styled mode only.
- setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
-
Styled mode only.
- setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
Styled mode only.
- setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
-
Styled mode only.
- setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
A specific color index to use for the series, so its graphic representations are given the class name
highcharts-color-{n}
. - setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
-
A specific color index to use for the series, so its graphic representations are given the class name
highcharts-color-{n}
. - setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
Determines what data value should be used to calculate point color if
colorAxis
is used. - setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
-
Determines what data value should be used to calculate point color if colorAxis is used.
- setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
Determines what data value should be used to calculate point color if
colorAxis
is used. - setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
Determines what data value should be used to calculate point color if
colorAxis
is used. - setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
Determines what data value should be used to calculate point color if
colorAxis
is used. - setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
Determines what data value should be used to calculate point color if
colorAxis
is used. - setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
Determines what data value should be used to calculate point color if
colorAxis
is used. - setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
Determines what data value should be used to calculate point color if
colorAxis
is used. - setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
Determines what data value should be used to calculate point color if colorAxis is used.
- setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
Determines what data value should be used to calculate point color if
colorAxis
is used. - setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
Determines what data value should be used to calculate point color if colorAxis is used.
- setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
Determines what data value should be used to calculate point color if
colorAxis
is used. - setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
Determines what data value should be used to calculate point color if
colorAxis
is used. - setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
Determines what data value should be used to calculate point color if
colorAxis
is used. - setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
Determines what data value should be used to calculate point color if
colorAxis
is used. - setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
Determines what data value should be used to calculate point color if
colorAxis
is used. - setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
-
Determines what data value should be used to calculate point color if
colorAxis
is used. - setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
-
Determines what data value should be used to calculate point color if
colorAxis
is used. - setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
Determines what data value should be used to calculate point color if
colorAxis
is used. - setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
Determines what data value should be used to calculate point color if
colorAxis
is used. - setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
-
Determines what data value should be used to calculate point color if
colorAxis
is used. - setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
Determines what data value should be used to calculate point color if
colorAxis
is used. - setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
-
Determines what data value should be used to calculate point color if
colorAxis
is used. - setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
Determines what data value should be used to calculate point color if
colorAxis
is used. - setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
Determines what data value should be used to calculate point color if
colorAxis
is used. - setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
Determines what data value should be used to calculate point color if
colorAxis
is used. - setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
Determines what data value should be used to calculate point color if
colorAxis
is used. - setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
-
Determines what data value should be used to calculate point color if colorAxis is used.
- setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
Determines what data value should be used to calculate point color if
colorAxis
is used. - setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
-
Determines what data value should be used to calculate point color if
colorAxis
is used. - setColors(Color...) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
-
A series specific or series type specific color set to apply instead of the theme colors when
ColumnOptions.setColorByPoint(Boolean)
is true. - setColors(Color...) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
A series specific or series type specific color set to apply instead of the theme colors.
- setColors(Color...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
A series specific or series type specific color set to apply instead of the global colors when colorByPoint is true.
- setColors(Color...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
A series specific or series type specific color set to apply instead of the global colors when colorByPoint is true.
- setColors(Color...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
A series specific or series type specific color set to apply instead of the global colors when colorByPoint is true.
- setColors(Color...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
A series specific or series type specific color set to apply instead of the global colors when colorByPoint is true.
- setColors(Color...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
A series specific or series type specific color set to apply instead of the global colors when colorByPoint is true.
- setColors(Color...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
A series specific or series type specific color set to apply instead of the global colors when colorByPoint is true.
- setColors(Color...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
A series specific or series type specific color set to apply instead of the global colors when colorByPoint is true.
- setColors(Color...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
A series specific or series type specific color set to apply instead of the global colors when colorByPoint is true.
- setColors(Color...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
-
A series specific or series type specific color set to use instead of the global colors.
- setColors(Color...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
-
A series specific or series type specific color set to apply instead of the global colors when colorByPoint is true.
- setColors(Color...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
A series specific or series type specific color set to apply instead of the global colors when colorByPoint is true.
- setColors(Color...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
-
A series specific or series type specific color set to apply instead of the global colors when colorByPoint is true.
- setColors(Color...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
-
A series specific or series type specific color set to use instead of the global colors.
- setColors(Color...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
-
A series specific or series type specific color set to use instead of the global colors.
- setColors(Color...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
-
A series specific or series type specific color set to apply instead of the global colors when colorByPoint is true.
- setColors(Color...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
A series specific or series type specific color set to apply instead of the global colors when colorByPoint is true.
- setColors(Color...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
-
A series specific or series type specific color set to apply instead of the global colors when colorByPoint is true.
- setColors(Color...) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
-
A series specific or series type specific color set to use instead of the theme colors.
- setColors(Color...) - Method in class com.vaadin.flow.component.charts.model.style.Theme
-
Set colors of items (bars, pie sectors ...) in chart
- setColorValue(Number) - Method in class com.vaadin.flow.component.charts.model.TreeSeriesItem
-
This value will decide which color the point gets from the scale of the colorAxis.
- setColsize(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
-
The column size - how many X axis units each column in the heatmap should span.
- setColspan(Component, int) - Method in class com.vaadin.flow.component.formlayout.FormLayout
-
Sets the colspan of the given component's element.
- setColumn(PlotOptionsColumn) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
-
Sets the style options for
ChartType.COLUMN
charts - setColumn(Number) - Method in class com.vaadin.flow.component.charts.model.Node
-
An optional column index of where to place the node.
- setColumnKey(String, Grid.Column) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets a user-defined identifier for given column.
- setColumnOrder(Grid.Column<T>...) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets a new column order for the grid.
- setColumnOrder(List<Grid.Column<T>>) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets a new column order for the grid.
- setColumnrange(PlotOptionsColumnrange) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
-
Sets the style options for
ChartType.COLUMNRANGE
charts - setColumnReorderingAllowed(boolean) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets whether or not column reordering is allowed.
- setColumns(String...) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets the columns and their order based on the given properties.
- setColumns(String, ValueProvider<T, ?>, Collection<String>) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
-
Note: This method can only be used for a TreeGrid created from a bean type with
TreeGrid(Class)
. - setColumns(List<AbstractColumn<?>>) - Method in class com.vaadin.flow.component.grid.FooterRow
-
Change the cells to wrap the given columns
- setComparator(ValueProvider<T, V>) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Sets a comparator to use with in-memory sorting with this column based on the return type of the given
ValueProvider
.Sorting with a back-end is done usingGrid.Column.setSortProperty(String[])
. - setComparator(Comparator<T>) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Sets a comparator to use with in-memory sorting with this column.
- setCompare(Compare) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
Compare the values of the series against the first non-null, non-zero value in the visible range.
- setCompare(Compare) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
Compare the values of the series against the first non-null, non-zero value in the visible range.
- setCompare(Compare) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
Compare the values of the series against the first non-null, non-zero value in the visible range.
- setCompare(Compare) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
Compare the values of the series against the first non-null, non-zero value in the visible range.
- setCompare(Compare) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
Compare the values of the series against the first non-null, non-zero value in the visible range.
- setCompare(Compare) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
Compare the values of the series against the first non-null, non-zero value in the visible range.
- setCompare(Compare) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
Compare the values of the series against the first non-null, non-zero value in the visible range.
- setCompare(Compare) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
Compare the values of the series against the first non-null, non-zero value in the visible range.
- setCompare(Compare) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
Compare the values of the series against the first non-null, non-zero value in the visible range.
- setCompare(Compare) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
Compare the values of the series against the first non-null, non-zero value in the visible range.
- setCompare(Compare) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
Compare the values of the series against the first non-null, non-zero value in the visible range.
- setCompare(Compare) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
Compare the values of the series against the first non-null, non-zero value in the visible range.
- setCompare(Compare) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
Compare the values of the series against the first non-null, non-zero value in the visible range.
- setCompare(Compare) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
Compare the values of the series against the first non-null, non-zero value in the visible range.
- setCompareBase(Number) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
This option dictates whether to use 0 or 100 as the base of comparison.
- setCompareBase(Number) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
This option dictates whether to use 0 or 100 as the base of comparison.
- setCompareBase(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
When compare is
percent
, this option dictates whether to use 0 or 100 as the base of comparison. - setCompareBase(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
When compare is
percent
, this option dictates whether to use 0 or 100 as the base of comparison. - setCompareBase(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
When compare is
percent
, this option dictates whether to use 0 or 100 as the base of comparison. - setCompareBase(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
When compare is
percent
, this option dictates whether to use 0 or 100 as the base of comparison. - setCompareBase(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
When compare is
percent
, this option dictates whether to use 0 or 100 as the base of comparison. - setCompareBase(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
When compare is
percent
, this option dictates whether to use 0 or 100 as the base of comparison. - setCompareBase(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
When compare is
percent
, this option dictates whether to use 0 or 100 as the base of comparison. - setCompareBase(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
When compare is
percent
, this option dictates whether to use 0 or 100 as the base of comparison. - setCompareBase(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
When compare is
percent
, this option dictates whether to use 0 or 100 as the base of comparison. - setCompareBase(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
When compare is
percent
, this option dictates whether to use 0 or 100 as the base of comparison. - setCompareBase(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
When compare is
percent
, this option dictates whether to use 0 or 100 as the base of comparison. - setCompareBase(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
When compare is
percent
, this option dictates whether to use 0 or 100 as the base of comparison. - setCompareBase(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
When compare is
percent
, this option dictates whether to use 0 or 100 as the base of comparison. - setCompareBase(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
When compare is
percent
, this option dictates whether to use 0 or 100 as the base of comparison. - setCompareBase(Number) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
This option dictates whether to use 0 or 100 as the base of comparison.
- setComponent(Component) - Method in class com.vaadin.flow.component.grid.FooterRow.FooterCell
- setComponent(Component) - Method in class com.vaadin.flow.component.grid.HeaderRow.HeaderCell
- setComponent(Component) - Method in class com.vaadin.flow.internal.nodefeature.ComponentMapping
-
Assigns the given component to this node.
- setComponent(Element, Component) - Static method in class com.vaadin.flow.dom.ElementUtil
-
Defines a mapping between this element and the given
Component
. - setComponent(StateNode, Component) - Method in interface com.vaadin.flow.dom.ElementStateProvider
-
Defines a mapping between the element and the given component.
- setComponentFilter(Component, SerializablePredicate<T>) - Static method in class com.vaadin.flow.data.provider.DataViewUtils
-
Sets the in-memory filter to a given component instance.
- setComponentFunction(SerializableFunction<T, ? extends Component>) - Method in class com.vaadin.flow.component.grid.editor.EditorRenderer
-
Sets the function that creates components to be used as editors for the column.
- setComponentSortComparator(Component, SerializableComparator<T>) - Static method in class com.vaadin.flow.data.provider.DataViewUtils
-
Sets the in-memory sort comparator to a given component instance.
- setComponentSpan(Component, int) - Method in class com.vaadin.flow.component.board.Row
-
Sets the number of columns the given component spans.
- setCondition(Condition) - Method in class com.vaadin.flow.component.charts.model.Rules
-
Under which conditions the rule applies.
- setConfiguration(ChartConfiguration) - Method in class com.vaadin.flow.component.charts.model.Axis
-
Sets the configuration this axis is bound to.
- setConfiguration(Configuration) - Method in class com.vaadin.flow.component.charts.Chart
- setConfiguration(Configuration) - Method in class com.vaadin.flow.component.charts.model.AbstractSeries
- setConfiguration(Configuration) - Method in class com.vaadin.flow.component.charts.model.Drilldown
-
Sets the configuration linked to the drilldown series.
- setConfiguration(Configuration) - Method in interface com.vaadin.flow.component.charts.model.Series
-
Sets the configuration to which this series is linked.
- setConfiguration(DeploymentConfiguration) - Method in class com.vaadin.flow.server.VaadinSession
- setConfigurations(Set<WebComponentConfiguration<? extends Component>>) - Method in class com.vaadin.flow.server.webcomponent.WebComponentConfigurationRegistry
-
Registers all available web component configurations to the registry.
- setConfirm(CrudI18n.Confirmations) - Method in class com.vaadin.flow.component.crud.CrudI18n
-
Sets the confirmation dialogs
- setConfirm(String) - Method in class com.vaadin.flow.component.crud.CrudI18n.Confirmations.Confirmation.Button
-
Sets the confirm text
- setConfirmButton(Component) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Sets custom confirm button
- setConfirmButton(Element) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Sets custom confirm button
- setConfirmButton(String, ComponentEventListener<ConfirmDialog.ConfirmEvent>) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Sets Confirm button text and `confirm` event listener
- setConfirmButton(String, ComponentEventListener<ConfirmDialog.ConfirmEvent>, String) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Sets Confirm button text, `confirm` event listener and Confirm button theme
- setConfirmButtonTheme(String) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Sets Confirm button theme
- setConfirmText(String) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Sets Confirm button text
- setConnectEnds(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
Polar charts only.
- setConnectEnds(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
Polar charts only.
- setConnectEnds(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
Polar charts only.
- setConnectEnds(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
Polar charts only.
- setConnectEnds(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
Polar charts only.
- setConnectEnds(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
-
Polar charts only.
- setConnecting(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Status
-
Set connecting translation.
- setConnectNulls(Boolean) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
Whether to connect a graph line across null points.
- setConnectNulls(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
Whether to connect a graph line across null points.
- setConnectNulls(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
Whether to connect a graph line across null points.
- setConnectNulls(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
Whether to connect a graph line across null points.
- setConnectNulls(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
Whether to connect a graph line across null points.
- setConnectNulls(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
Whether to connect a graph line across null points.
- setConnectNulls(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
Whether to connect a graph line across null points.
- setConnectNulls(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
Whether to connect a graph line across null points.
- setConnectNulls(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
- setConnectorColor(Color) - Method in class com.vaadin.flow.component.charts.model.DataLabels
-
The color of the line connecting the data label to the pie slice.
- setConnectorColor(Color) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
-
The color of the line connecting the data label to the pie slice.
- setConnectorPadding(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabels
-
The distance from the data label to the connector.
- setConnectorPadding(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
-
The distance from the data label to the connector.
- setConnectorWidth(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabels
-
The width of the line connecting the data label to the pie slice.
- setConnectorWidth(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
-
The width of the line connecting the data label to the pie slice.
- setContainer(Element) - Method in class com.vaadin.flow.data.renderer.ComponentDataGenerator
- setContent(Component) - Method in class com.vaadin.flow.component.applayout.AppLayout
-
Sets the displayed content.
- setContent(Component) - Method in class com.vaadin.flow.component.details.Details
-
Sets the component content
- setContent(Component) - Method in class com.vaadin.flow.component.html.NativeDetails
-
Sets the details content and removes the previously set content.
- setContent(Component) - Method in class com.vaadin.flow.component.orderedlayout.Scroller
-
Sets the content of this scroller.
- setContent(String) - Method in class com.vaadin.flow.component.crud.CrudI18n.Confirmations.Confirmation
-
Sets the main content in a dialog
- setContentLength(int) - Method in interface com.vaadin.flow.server.VaadinResponse
-
Sets the length of the content body in the response In HTTP servlets, this method sets the HTTP Content-Length header.
- setContentType(String) - Method in class com.vaadin.flow.server.StreamResource
-
Set content type for the resource.
- setContentType(String) - Method in interface com.vaadin.flow.server.VaadinResponse
-
Sets the content type of this response.
- setContentTypeResolver(ContentTypeResolver) - Method in class com.vaadin.flow.server.StreamResource
-
Sets the resolver which is used to lookup the content type of the resource.
- setContext(SecurityContext) - Method in class com.vaadin.flow.spring.security.VaadinAwareSecurityContextHolderStrategy
- setContextButton(ContextButton) - Method in class com.vaadin.flow.component.charts.model.Buttons
-
Options for the export button.
- setContextButtonTitle(String) - Method in class com.vaadin.flow.component.charts.model.Lang
-
Exporting module menu.
- setContextRoot(String) - Method in class com.vaadin.flow.component.internal.UIInternals
-
Sets the relative path from the UI (servlet) path to the context root.
- setContinueNavigationAction(BeforeLeaveEvent.ContinueNavigationAction) - Method in class com.vaadin.flow.component.internal.UIInternals
-
Set a
BeforeLeaveEvent.ContinueNavigationAction
or null to clear existing action. - setConvertBackToPresentation(boolean) - Method in interface com.vaadin.flow.data.binder.Binder.Binding
-
Define whether the value should be converted back to the presentation in the field when a converter is used in binding.
- setConvertBackToPresentation(boolean) - Method in class com.vaadin.flow.data.binder.Binder.BindingImpl
- setCookieName(String) - Method in class com.vaadin.flow.component.cookieconsent.CookieConsent
-
Sets the name of the cookie to remember that the user has consented.
- setCookiesDisabledCaption(String) - Method in class com.vaadin.flow.server.CustomizedSystemMessages
-
Sets the caption to show in an "cookies disabled" notification.
- setCookiesDisabledMessage(String) - Method in class com.vaadin.flow.server.CustomizedSystemMessages
-
Sets the message to show in a "cookies disabled" notification.
- setCookiesDisabledNotificationEnabled(boolean) - Method in class com.vaadin.flow.server.CustomizedSystemMessages
-
Sets whether a "cookies disabled" notification should be shown to the end user.
- setCookiesDisabledURL(String) - Method in class com.vaadin.flow.server.CustomizedSystemMessages
-
Sets the URL the user will be redirected to after dismissing a "cookies disabled" message.
- setCoordinates(Coordinate) - Method in class com.vaadin.flow.component.map.configuration.feature.PointBasedFeature
-
Sets the coordinates that define where the feature is located on the map.
- setCoordinates(Coordinate) - Method in class com.vaadin.flow.component.map.configuration.geometry.Point
-
Sets the coordinates that locate the point.
- setCount(Number) - Method in class com.vaadin.flow.component.charts.model.RangeSelectorButton
-
Defines how many units of the defined type to use.
- setCountCallback(CallbackDataProvider.CountCallback<T, ?>) - Method in class com.vaadin.flow.data.provider.DataCommunicator
-
Sets the size callback to be used and switches the component to exact row count.
- setCredits(Credits) - Method in class com.vaadin.flow.component.charts.model.Configuration
-
Sets/changes the credits label that is added in the lower right corner of the chart.
- setCredits(Credits) - Method in class com.vaadin.flow.component.charts.model.style.Theme
-
Set new style for credits
- setCrisp(Boolean) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
When true, each point or column edge is rounded to its nearest pixel in order to render sharp on screen.
- setCrisp(Boolean) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
-
When true, each point or column edge is rounded to its nearest pixel in order to render sharp on screen.
- setCrisp(Boolean) - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
-
When true, each point or column edge is rounded to its nearest pixel in order to render sharp on screen.
- setCrisp(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
When true, each point or column edge is rounded to its nearest pixel in order to render sharp on screen.
- setCrisp(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
When true, each point or column edge is rounded to its nearest pixel in order to render sharp on screen.
- setCrisp(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
When true, each point or column edge is rounded to its nearest pixel in order to render sharp on screen.
- setCrisp(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
When true, each point or column edge is rounded to its nearest pixel in order to render sharp on screen.
- setCrisp(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
When true, each column edge is rounded to its nearest pixel in order to render sharp on screen.
- setCrisp(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
When true, each column edge is rounded to its nearest pixel in order to render sharp on screen.
- setCrisp(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
When true, each point or column edge is rounded to its nearest pixel in order to render sharp on screen.
- setCrisp(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
When true, each column edge is rounded to its nearest pixel in order to render sharp on screen.
- setCrisp(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
When true, each column edge is rounded to its nearest pixel in order to render sharp on screen.
- setCrisp(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
When true, each column edge is rounded to its nearest pixel in order to render sharp on screen.
- setCrisp(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
When true, each column edge is rounded to its nearest pixel in order to render sharp on screen.
- setCrisp(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
When true, each point or column edge is rounded to its nearest pixel in order to render sharp on screen.
- setCrisp(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
-
When true, each point or column edge is rounded to its nearest pixel in order to render sharp on screen.
- setCrisp(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
-
When true, each point or column edge is rounded to its nearest pixel in order to render sharp on screen.
- setCrisp(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
-
When true, each column edge is rounded to its nearest pixel in order to render sharp on screen.
- setCrisp(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
When true, each point or column edge is rounded to its nearest pixel in order to render sharp on screen.
- setCrisp(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
-
When true, each point or column edge is rounded to its nearest pixel in order to render sharp on screen.
- setCrisp(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
When true, each point or column edge is rounded to its nearest pixel in order to render sharp on screen.
- setCrisp(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
-
When true, each point or column edge is rounded to its nearest pixel in order to render sharp on screen.
- setCrisp(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
When true, each point or column edge is rounded to its nearest pixel in order to render sharp on screen.
- setCrisp(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
When true, each point or column edge is rounded to its nearest pixel in order to render sharp on screen.
- setCrisp(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
-
When true, each point or column edge is rounded to its nearest pixel in order to render sharp on screen.
- setCrisp(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
When true, each point or column edge is rounded to its nearest pixel in order to render sharp on screen.
- setCrisp(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
-
When true, each point or column edge is rounded to its nearest pixel in order to render sharp on screen.
- setCrisp(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
-
When true, each column edge is rounded to its nearest pixel in order to render sharp on screen.
- setCrisp(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
When true, each column edge is rounded to its nearest pixel in order to render sharp on screen.
- setCrisp(Boolean) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
When true, each point or column edge is rounded to its nearest pixel in order to render sharp on screen.
- setCrisp(Boolean) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
-
When true, each point or column edge is rounded to its nearest pixel in order to render sharp on screen.
- setCrop(Boolean) - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
-
Whether to hide data labels that are outside the plot area.
- setCrop(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataLabels
-
Whether to hide data labels that are outside the plot area.
- setCrop(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
-
Whether to hide data labels that are outside the plot area.
- setCrop(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
-
Whether to hide data labels that are outside the plot area.
- setCropThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
When the series contains less points than the crop threshold, all points are drawn, even if the points fall outside the visible plot area at the current zoom.
- setCropThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
When the series contains less points than the crop threshold, all points are drawn, event if the points fall outside the visible plot area at the current zoom.
- setCropThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
When the series contains less points than the crop threshold, all points are drawn, even if the points fall outside the visible plot area at the current zoom.
- setCropThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
When the series contains less points than the crop threshold, all points are drawn, even if the points fall outside the visible plot area at the current zoom.
- setCropThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
When the series contains less points than the crop threshold, all points are drawn, even if the points fall outside the visible plot area at the current zoom.
- setCropThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
When the series contains less points than the crop threshold, all points are drawn, even if the points fall outside the visible plot area at the current zoom.
- setCropThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
When the series contains less points than the crop threshold, all points are drawn, event if the points fall outside the visible plot area at the current zoom.
- setCropThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
When the series contains less points than the crop threshold, all points are drawn, even if the points fall outside the visible plot area at the current zoom.
- setCropThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
When the series contains less points than the crop threshold, all points are drawn, event if the points fall outside the visible plot area at the current zoom.
- setCropThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
When the series contains less points than the crop threshold, all points are drawn, event if the points fall outside the visible plot area at the current zoom.
- setCropThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
When the series contains less points than the crop threshold, all points are drawn, event if the points fall outside the visible plot area at the current zoom.
- setCropThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
When the series contains less points than the crop threshold, all points are drawn, event if the points fall outside the visible plot area at the current zoom.
- setCropThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
When the series contains less points than the crop threshold, all points are drawn, event if the points fall outside the visible plot area at the current zoom.
- setCropThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
-
When the series contains less points than the crop threshold, all points are drawn, event if the points fall outside the visible plot area at the current zoom.
- setCropThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
When the series contains less points than the crop threshold, all points are drawn, even if the points fall outside the visible plot area at the current zoom.
- setCropThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
When the series contains less points than the crop threshold, all points are drawn, event if the points fall outside the visible plot area at the current zoom.
- setCropThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
When the series contains less points than the crop threshold, all points are drawn, even if the points fall outside the visible plot area at the current zoom.
- setCropThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
When the series contains less points than the crop threshold, all points are drawn, even if the points fall outside the visible plot area at the current zoom.
- setCropThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
When the series contains less points than the crop threshold, all points are drawn, even if the points fall outside the visible plot area at the current zoom.
- setCropThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
When the series contains less points than the crop threshold, all points are drawn, even if the points fall outside the visible plot area at the current zoom.
- setCropThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
-
When the series contains less points than the crop threshold, all points are drawn, event if the points fall outside the visible plot area at the current zoom.
- setCropThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
When the series contains less points than the crop threshold, all points are drawn, even if the points fall outside the visible plot area at the current zoom.
- setCrosshair(Crosshair) - Method in class com.vaadin.flow.component.charts.model.Axis
-
Configure a crosshair that follows either the mouse pointer or the hovered point.
- setCrosshair(Crosshair) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
Configure a crosshair that follows either the mouse pointer or the hovered point.
- setCrosshair(Crosshair) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
Configure a crosshair that follows either the mouse pointer or the hovered point.
- setCrosshair(Crosshair) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
Configure a crosshair that follows either the mouse pointer or the hovered point.
- setCrossOrigin(String) - Method in class com.vaadin.flow.component.map.configuration.source.ImageWMSSource.Options
- setCrossOrigin(String) - Method in class com.vaadin.flow.component.map.configuration.source.TileImageSource.Options
- setCrossOrigin(String) - Method in class com.vaadin.flow.component.map.configuration.style.Icon.Options
- setCsrfTokenRepository(CsrfTokenRepository) - Method in class com.vaadin.flow.spring.security.VaadinSavedRequestAwareAuthenticationSuccessHandler
-
Sets the csrf token repository which is used to generate the csrf token when using a cookie based (stateless) csrf store.
- setCtrl(boolean) - Method in class com.vaadin.testbench.unit.MetaKeys
-
Set ctrl key down state to given value.
- setCtrlKey(boolean) - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
- setCtrlKey(boolean) - Method in class com.vaadin.flow.component.map.events.MouseEventDetails
- setCurrent(UI) - Static method in class com.vaadin.flow.component.UI
-
Sets the thread local for the current UI.
- setCurrent(UI) - Static method in class com.vaadin.flow.internal.CurrentInstance
-
Sets current instances for the UI and all related classes.
- setCurrent(VaadinService) - Static method in class com.vaadin.flow.server.VaadinService
-
Sets the given Vaadin service as the current service.
- setCurrent(VaadinSession) - Static method in class com.vaadin.flow.internal.CurrentInstance
-
Sets current instances for the
VaadinSession
and all related classes. - setCurrent(VaadinSession) - Static method in class com.vaadin.flow.server.VaadinSession
-
Sets the thread local for the current session.
- setCurrentInstances(VaadinRequest, VaadinResponse) - Method in class com.vaadin.flow.server.VaadinService
-
Sets the this Vaadin service as the current service and also sets the current Vaadin request and Vaadin response.
- setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
- setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
-
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
- setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
-
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
- setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
- setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
- setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
- setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
- setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
- setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
- setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
- setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
- setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
- setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
- setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
- setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
- setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
- setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
- setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
-
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
- setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
-
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
- setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
-
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
- setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
- setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
- setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
-
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
- setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
- setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
-
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
- setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
- setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
- setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
-
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
- setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
- setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
-
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
- setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
-
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
- setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
- setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
-
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
- setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
- setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
-
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
- setCursor(String) - Method in class com.vaadin.flow.component.charts.model.DataSeriesItem
-
Sets the
cursor
CSS attribute to be shown on mouse over - setCursor(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
-
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
- setDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
A name for the dash style to use for the graph.
- setDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.Crosshair
-
The dash style for the crosshair.
- setDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.PlotLine
-
The dashing or dot style for the plot line.
- setDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
A name for the dash style to use for the graph.
- setDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
A name for the dash style to use for the graph.
- setDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
A name for the dash style to use for the graph.
- setDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
A name for the dash style to use for the graph.
- setDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
A name for the dash style to use for the graph.
- setDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
A name for the dash style to use for the graph.
- setDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
A name for the dash style to use for the graph.
- setDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
-
Name of the dash style to use for the graph, or for some series types the outline of each shape.
- setDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
A name for the dash style to use for the graph.
- setDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
A name for the dash style to use for the graph.
- setDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
A name for the dash style to use for the graph.
- setDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
A name for the dash style to use for the graph.
- setDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
A name for the dash style to use for the line connecting the columns of the waterfall series.
- setDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
-
A name for the dash style to use for the graph.
- setDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
A name for the dash style to use for the graph.
- setDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.Zones
-
A name for the dash style to use for the graph.
- setData(Component, Class<T>, T) - Static method in class com.vaadin.flow.component.ComponentUtil
-
Stores an instance of a specific type for the given component.
- setData(Component, String, Object) - Static method in class com.vaadin.flow.component.ComponentUtil
-
Stores a arbitrary value for the given component.
- setData(AbstractStreamResource) - Method in class com.vaadin.flow.component.html.HtmlObject
-
Sets the
StreamResource
URL as "data" attribute value . - setData(Number...) - Method in class com.vaadin.flow.component.charts.model.DataSeries
-
Sets the data entries, first clearing the old ones.
- setData(Number...) - Method in class com.vaadin.flow.component.charts.model.ListSeries
-
Sets the values in the list series to the ones provided.
- setData(Number[]...) - Method in class com.vaadin.flow.component.charts.model.HeatSeries
-
Sets the numeric data for this series.
- setData(String) - Method in class com.vaadin.flow.component.html.HtmlObject
-
Sets the "data" attribute value.
- setData(String[], Number[]) - Method in class com.vaadin.flow.component.charts.model.DataSeries
-
Sets the data entries, first clearing the old ones.
- setData(String[], Number[], Color[]) - Method in class com.vaadin.flow.component.charts.model.DataSeries
-
Sets the data entries, first clearing the old ones.
- setData(Collection<TreeSeriesItem>) - Method in class com.vaadin.flow.component.charts.model.TreeSeries
-
Set the list of
TreeSeriesItem
in this series. - setData(List<DataSeriesItem>) - Method in class com.vaadin.flow.component.charts.model.DataSeries
-
Sets the data to the provided list of data items.
- setData(List<Number>) - Method in class com.vaadin.flow.component.charts.model.ListSeries
-
Sets the given list of numeric values as the values in this list series.
- setDataDir(String) - Method in class com.vaadin.collaborationengine.CollaborationEngineConfiguration
-
Sets the path to the data-directory, which is used by Collaboration Engine to store files.
- setDataExpressions(Class<? extends ComponentEvent<?>>, LinkedHashMap<String, Class<?>>) - Method in class com.vaadin.flow.component.internal.EventDataCache
-
Stores the given data expressions for the given event type in the cache.
- setDataGrouping(DataGrouping) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
Data grouping is the concept of sampling the data values into larger blocks in order to ease readability and increase performance of the charts.
- setDataGrouping(DataGrouping) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
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.
- setDataGrouping(DataGrouping) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
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.
- setDataGrouping(DataGrouping) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
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.
- setDataGrouping(DataGrouping) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
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.
- setDataGrouping(DataGrouping) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
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.
- setDataGrouping(DataGrouping) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
- setDataGrouping(DataGrouping) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
- setDataGrouping(DataGrouping) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
- setDataGrouping(DataGrouping) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
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.
- setDataGrouping(DataGrouping) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
- setDataGrouping(DataGrouping) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
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.
- setDataGrouping(DataGrouping) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
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.
- setDataGrouping(DataGrouping) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
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.
- setDataGrouping(DataGrouping) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
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.
- setDataGrouping(DataGrouping) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
Data grouping is the concept of sampling the data values into larger blocks in order to ease readability and increase performance of the charts.
- setDataGrouping(DataGrouping) - Method in class com.vaadin.flow.component.charts.model.RangeSelectorButton
-
Defines a custom data grouping definition for the button
- setDataLabels(DataLabels) - Method in class com.vaadin.flow.component.charts.model.DataSeriesItem
-
Set the label configuration for this item
- setDataLabels(DataLabels) - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
-
Data labels for the gauge.
- setDataLabels(DataLabels) - Method in class com.vaadin.flow.component.charts.model.Level
-
Can set the options of dataLabels on each point which lies on the level.
- setDataLabels(DataLabels) - Method in class com.vaadin.flow.component.charts.model.Node
-
Individual data label for each node.
- setDataLabels(DataLabels) - Method in class com.vaadin.flow.component.charts.model.NodeSeriesItem
-
Individual data label for each point.
- setDataLabels(DataLabels) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
Options for the series data labels, appearing next to each data point.
- setDataLabels(DataLabels) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
Options for the series data labels, appearing next to each data point.
- setDataLabels(DataLabels) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
- setDataLabels(DataLabels) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
Options for the series data labels, appearing next to each data point.
- setDataLabels(DataLabels) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
Options for the series data labels, appearing next to each data point.
- setDataLabels(DataLabels) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
Options for the series data labels, appearing next to each data point.
- setDataLabels(DataLabels) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
-
Data labels for the gauge.
- setDataLabels(DataLabels) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
-
Options for the series data labels, appearing next to each data point.
- setDataLabels(DataLabels) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
Options for the series data labels, appearing next to each data point.
- setDataLabels(DataLabels) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
-
Options for the data labels appearing on top of the nodes and links.
- setDataLabels(DataLabels) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
- setDataLabels(DataLabels) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
Options for the series data labels, appearing next to each data point.
- setDataLabels(DataLabels) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
Options for the series data labels, appearing next to each data point.
- setDataLabels(DataLabels) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
-
Data labels for the gauge.
- setDataLabels(DataLabels) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
Options for the series data labels, appearing next to each data point.
- setDataLabels(DataLabels) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
-
Options for the series data labels, appearing next to each data point.
- setDataLabels(DataLabels) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
- setDataLabels(DataLabels) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
Options for the series data labels, appearing next to each data point.
- setDataLabels(DataLabels) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
-
Options for the series data labels, appearing next to each data point.
- setDataLabels(DataLabels) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
Specific data labels configuration for a series type
- setDataLabels(DataLabelsFunnel) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
- setDataLabels(DataLabelsFunnel) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
- setDataLabels(DataLabelsFunnel) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
-
Specific data labels configuration for a series type
- setDataLabels(DataLabelsRange) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
Extended data labels for range series types.
- setDataLabels(DataLabelsRange) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
Extended data labels for range series types.
- setDataLabels(DataLabelsRange) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
Extended data labels for range series types.
- setDataLabelsDefaults(AbstractDataLabels) - Method in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
- setDataLabelsDefaults(AbstractDataLabels) - Method in class com.vaadin.flow.component.charts.themes.LumoLightTheme
- setDataProvider(DataProvider<E, ?>) - Method in class com.vaadin.flow.component.crud.Crud
-
Sets the data provider for the grid.
- setDataProvider(DataProvider<E, ?>) - Method in class com.vaadin.flow.component.crud.CrudGrid
-
Sets a DataProvider<E, CrudFilter>
- setDataProvider(DataProvider<T, ?>) - Method in class com.vaadin.flow.component.grid.Grid
-
Use this method only when having a data provider with filter that cannot be transformed to
DataProvider<T, Void>
. - setDataProvider(DataProvider<T, ?>) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
- setDataProvider(DataProvider<T, ?>) - Method in class com.vaadin.flow.component.virtuallist.VirtualList
- setDataProvider(DataProvider<T, ?>) - Method in interface com.vaadin.flow.data.binder.HasDataProvider
-
Sets the data provider for this listing.
- setDataProvider(DataProvider<T, C>, SerializableFunction<F, C>) - Method in interface com.vaadin.flow.data.binder.HasFilterableDataProvider
-
Sets the data provider and filter converter for this listing.
- setDataProvider(DataProvider<T, F>) - Method in interface com.vaadin.flow.data.binder.HasFilterableDataProvider
-
Sets the data provider for this listing.
- setDataProvider(DataProvider<T, F>, F) - Method in class com.vaadin.flow.data.provider.DataCommunicator
-
Sets the current data provider for this DataCommunicator.
- setDataProvider(DataProvider<T, F>, F) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalDataCommunicator
-
Set the current hierarchical data provider for this communicator.
- setDataProvider(DataProvider<T, F>, F, boolean) - Method in class com.vaadin.flow.data.provider.DataCommunicator
-
Sets the current data provider for this DataCommunicator.
- setDataProvider(HierarchicalDataProvider<T, ?>) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
- setDataProvider(HierarchicalDataProvider<T, ?>) - Method in interface com.vaadin.flow.data.provider.hierarchy.HasHierarchicalDataProvider
-
Sets the hierarchical data provider for this listing.
- setDataProvider(HierarchicalDataProvider<T, F>, F) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalDataCommunicator
-
Set the current hierarchical data provider for this communicator.
- setDate(LocalDate) - Method in class com.vaadin.flow.component.datepicker.testbench.DatePickerElement
-
Selects the given date.
- setDate(LocalDate) - Method in class com.vaadin.flow.component.datetimepicker.testbench.DateTimePickerElement
-
Selects the given date.
- setDateFormat(String) - Method in class com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n
-
Sets a custom date format to be used by the date picker.
- setDateFormats(String, String...) - Method in class com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n
-
Sets custom date formats to be used by the date picker.
- setDateHeader(String, long) - Method in interface com.vaadin.flow.server.VaadinResponse
-
Properly formats a timestamp as a date header.
- setDatePickerI18n(DatePicker.DatePickerI18n) - Method in class com.vaadin.flow.component.datetimepicker.DateTimePicker
-
Sets the internationalization properties for the date picker inside this component.
- setDatePlaceholder(String) - Method in class com.vaadin.flow.component.datetimepicker.DateTimePicker
-
Sets a placeholder string for the date field.
- setDateTime(LocalDateTime) - Method in class com.vaadin.flow.component.datetimepicker.testbench.DateTimePickerElement
-
Selects the given date time.
- setDateTimeLabelFormats(DateTimeLabelFormats) - Method in class com.vaadin.flow.component.charts.model.Axis
-
For a datetime axis, the scale will automatically adjust to the appropriate unit.
- setDateTimeLabelFormats(DateTimeLabelFormats) - Method in class com.vaadin.flow.component.charts.model.DataGrouping
-
Datetime formats for the header of the tooltip in a stock chart.
- setDateTimeLabelFormats(DateTimeLabelFormats) - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
-
For series on a datetime axes, the date format in the tooltip's header will by default be guessed based on the closest data points.
- setDateTimeLabelFormats(DateTimeLabelFormats) - Method in class com.vaadin.flow.component.charts.model.Tooltip
-
For series on a datetime axes, the date format in the tooltip's header will by default be guessed based on the closest data points.
- setDateTimeLabelFormats(DateTimeLabelFormats) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
For a datetime axis, the scale will automatically adjust to the appropriate unit.
- setDateTimeLabelFormats(DateTimeLabelFormats) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
For a datetime axis, the scale will automatically adjust to the appropriate unit.
- setDateTimeLabelFormats(DateTimeLabelFormats) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
For a datetime axis, the scale will automatically adjust to the appropriate unit.
- setDay(String) - Method in class com.vaadin.flow.component.charts.model.DateTimeLabelFormats
-
Sets the format String for day resolution.
- setDebug(boolean) - Static method in class com.vaadin.testbench.Parameters
-
Turns debugging info on/off
- setDecimalPoint(String) - Method in class com.vaadin.flow.component.charts.model.Lang
-
The default decimal point used in the
Highcharts.numberFormat
method unless otherwise specified in the function arguments. - setDefaultCharset(String) - Method in class com.vaadin.external.apache.commons.fileupload2.disk.DiskFileItem
-
Sets the default charset for use when no explicit charset parameter is provided by the sender.
- setDefaultCharset(String) - Method in class com.vaadin.external.apache.commons.fileupload2.disk.DiskFileItemFactory
-
Sets the default charset for use when no explicit charset parameter is provided by the sender.
- setDefaultClassLoader() - Method in class com.vaadin.flow.server.VaadinService
-
Tries to acquire default class loader and sets it as a class loader for this
VaadinService
if found. - setDefaultClassLoader() - Method in class com.vaadin.flow.server.VaadinServletService
- setDefaultFocusDelay(int) - Static method in class com.vaadin.flow.component.shared.TooltipConfiguration
-
Sets the default focus delay to be used by all tooltip instances (running in the same JVM), except for those that have focus delay configured using property.
- setDefaultHideDelay(int) - Static method in class com.vaadin.flow.component.shared.TooltipConfiguration
-
Sets the default hide delay to be used by all tooltip instances (running in the same JVM), except for those that have hide delay configured using property.
- setDefaultHorizontalComponentAlignment(FlexComponent.Alignment) - Method in class com.vaadin.flow.component.orderedlayout.VerticalLayout
-
Sets the default horizontal alignment to be used by all components without individual alignments inside the layout.
- setDefaultHoverDelay(int) - Static method in class com.vaadin.flow.component.shared.TooltipConfiguration
-
Sets the default hover delay to be used by all tooltip instances (running in the same JVM), except for those that have hover delay configured using property.
- setDefaultMultiSortPriority(Grid.MultiSortPriority) - Static method in class com.vaadin.flow.component.grid.Grid
-
Sets the default multi-sort priority to use for all Grid instances.
- setDefaultVerticalComponentAlignment(FlexComponent.Alignment) - Method in class com.vaadin.flow.component.orderedlayout.HorizontalLayout
-
Sets the default vertical alignment to be used by all components without individual alignments inside the layout.
- setDefer(Boolean) - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
-
Whether to defer displaying the data labels until the initial series animation has finished.
- setDefer(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataLabels
-
Whether to defer displaying the data labels until the initial series animation has finished.
- setDefer(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
-
Whether to defer displaying the data labels until the initial series animation has finished.
- setDefer(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
-
Whether to defer displaying the data labels until the initial series animation has finished.
- setDefinedSize(boolean) - Method in class com.vaadin.flow.data.provider.DataCommunicator
-
Changes between defined and undefined size and clears any previously set count callback.
- setDelegateRequestCache(RequestCache) - Method in class com.vaadin.flow.spring.security.VaadinDefaultRequestCache
-
Sets the cache implementation that is used for the actual saving of the requests that are not ignored.
- setDelete(CrudI18n.Confirmations.Confirmation) - Method in class com.vaadin.flow.component.crud.CrudI18n.Confirmations
-
Sets the delete confirmation dialog
- setDeleteItem(String) - Method in class com.vaadin.flow.component.crud.CrudI18n
-
Sets the delete button text
- setDepth(Number) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
-
Depth of the columns in a 3D column chart.
- setDepth(Number) - Method in class com.vaadin.flow.component.charts.model.Options3d
-
The total depth of the chart.
- setDepth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
Depth of the columns in a 3D column chart.
- setDepth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
Depth of the columns in a 3D column chart.
- setDepth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
Depth of the columns in a 3D column chart.
- setDepth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
Depth of the columns in a 3D column chart.
- setDepth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
Depth of the columns in a 3D column chart.
- setDepth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
Depth of the columns in a 3D column chart.
- setDepth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
-
The thickness of a 3D pie.
- setDepth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
-
The thickness of a 3D pie.
- setDepth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
-
The thickness of a 3D pie.
- setDepth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
Depth of the columns in a 3D column chart.
- setDepth(Number) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
-
The thickness of a 3D pie.
- setDescribeSingleSeries(Boolean) - Method in class com.vaadin.flow.component.charts.model.Accessibility
-
Whether or not to add series descriptions to charts with a single series.
- setDescription(String) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
A description of the series to add to the screen reader information about the series.
- setDescription(String) - Method in class com.vaadin.flow.component.charts.model.Axis
-
Description of the axis to screen reader users.
- setDescription(String) - Method in class com.vaadin.flow.component.charts.model.ChartModel
-
A text description of the chart.
- setDescription(String) - Method in class com.vaadin.flow.component.charts.model.DataSeriesItem
-
Requires Accessibility module
- setDescription(String) - Method in class com.vaadin.flow.component.charts.model.DataSeriesItemTimeline
-
The description of event.
- setDescription(String) - Method in class com.vaadin.flow.component.charts.model.Node
-
The job description for the node card, will be inserted by the default dataLabel.nodeFormatter.
- setDescription(String) - Method in class com.vaadin.flow.component.charts.model.NodeSeriesItem
-
A description of the point to add to the screen reader information about the point.
- setDescription(String) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
A description of the series to add to the screen reader information about the series.
- setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
Requires Accessibility module
- setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
Requires Accessibility module
- setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
Requires Accessibility module
- setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
Requires Accessibility module
- setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
Requires Accessibility module
- setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
Requires Accessibility module
- setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
Requires Accessibility module
- setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
Requires Accessibility module
- setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
Requires Accessibility module
- setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
Requires Accessibility module
- setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
Requires Accessibility module
- setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
Requires Accessibility module
- setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
Requires Accessibility module
- setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
-
Requires Accessibility module
- setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
-
Requires Accessibility module
- setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
-
Requires Accessibility module
- setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
Requires Accessibility module
- setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
Requires Accessibility module
- setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
-
A description of the series to add to the screen reader information about the series.
- setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
-
Requires Accessibility module
- setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
Requires Accessibility module
- setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
-
Requires Accessibility module
- setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
Requires Accessibility module
- setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
Requires Accessibility module
- setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
-
Requires Accessibility module
- setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
Requires Accessibility module
- setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
-
Requires Accessibility module
- setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
-
Requires Accessibility module
- setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
Requires Accessibility module
- setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
-
Requires Accessibility module
- setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
A description of the series to add to the screen reader information about the series.
- setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
-
A description of the series to add to the screen reader information about the series.
- setDescription(String) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
Requires Accessibility module
- setDescription(String) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
Requires Accessibility module
- setDescription(String) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
Requires Accessibility module
- setDescription(String) - Method in class com.vaadin.flow.component.login.LoginI18n.Header
- setDescription(String) - Method in class com.vaadin.flow.component.login.LoginOverlay
-
Sets the application description.
- setDeselectAllowed(boolean) - Method in class com.vaadin.flow.component.grid.AbstractGridSingleSelectionModel
- setDeselectAllowed(boolean) - Method in interface com.vaadin.flow.data.selection.SelectionModel.Single
-
Sets whether it's allowed to deselect the selected row through the UI.
- setDeselected(String) - Method in class com.vaadin.flow.component.combobox.MultiSelectComboBoxI18n
-
Sets the text that is announced by screen readers when an item is removed from the selection.
- setDesiredCapabilities(DesiredCapabilities) - Method in class com.vaadin.testbench.parallel.ParallelTest
-
Sets the requested
DesiredCapabilities
(usually browser name and version) - setDesiredCapabilities(DesiredCapabilities) - Static method in class com.vaadin.testbench.parallel.SauceLabsIntegration
-
Sets needed desired capabilities for authentication and using the correct sauce tunnel (if in use).
- setDesiredCapabilities(DesiredCapabilities) - Method in class com.vaadin.testbench.parallel.setup.SetupDriver
-
Sets the requested browser capabilities (typically browser name and version)
- setDetailsVisible(T, boolean) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets the visibility of details component for given item.
- setDetailsVisibleOnClick(boolean) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets whether the item details can be opened and closed by clicking the rows or not.
- setDevModeHandler(DevModeHandler) - Method in class com.vaadin.base.devserver.DevModeHandlerManagerImpl
- setDevModeHandler(DevModeHandler) - Method in interface com.vaadin.flow.internal.DevModeHandlerManager
-
Defines the handler to use with this manager.
- setDevModePropertiesUsingTokenData(Map<String, String>, JsonObject) - Method in class com.vaadin.flow.server.startup.AbstractConfigurationFactory
-
Sets to the dev mode properties to the configuration parameters.
- setDial(Dial) - Method in class com.vaadin.flow.component.charts.model.DataSeriesItem
-
Sets the dial or arrow pointer of the gauge.
- setDial(Dial) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
-
Options for the dial or arrow pointer of the gauge.
- setDialogText(String) - Method in interface com.vaadin.flow.component.ReconnectDialogConfiguration
-
Sets the text to show in the reconnect dialog when trying to re-establish the server connection.
- setDialogText(String) - Method in class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap
- setDialogTextGaveUp(String) - Method in interface com.vaadin.flow.component.ReconnectDialogConfiguration
-
Sets the text to show in the reconnect dialog after giving up trying to reconnect (
ReconnectDialogConfiguration.getReconnectAttempts()
reached). - setDialogTextGaveUp(String) - Method in class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap
- setDirection(Direction) - Method in class com.vaadin.flow.component.UI
-
Sets the direction for the UI.
- setDirty(boolean) - Method in class com.vaadin.flow.component.crud.Crud
-
Set the dirty state of the Crud.
- setDisabled(boolean) - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
-
If true, the user cannot interact with this element.
- setDisabledUpdateMode(DisabledUpdateMode) - Method in interface com.vaadin.flow.dom.DomListenerRegistration
-
Configure whether this listener will be called even in cases when the element is disabled.
- setDisabledUpdateMode(DisabledUpdateMode) - Method in interface com.vaadin.flow.internal.nodefeature.ReturnChannelRegistration
-
Sets whether this channel will receive updates in case the state node is disabled.
- setDisableOnClick(boolean) - Method in class com.vaadin.flow.component.button.Button
-
Set the button so that it is disabled on click.
- setDismiss(String) - Method in class com.vaadin.flow.component.crud.CrudI18n.Confirmations.Confirmation.Button
-
Sets the dismiss text
- setDismissLabel(String) - Method in class com.vaadin.flow.component.cookieconsent.CookieConsent
-
Sets the dismiss/consent button's text
- setDisplayNegative(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
Whether to display negative sized bubbles.
- setDistance(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabels
-
The distance of the data label from the pie's edge.
- setDistance(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
-
The distance of the data label from the pie's edge.
- setDistance(Number) - Method in class com.vaadin.flow.component.charts.model.Labels
-
Angular gauges and solid gauges only.
- setDownloadJPEG(String) - Method in class com.vaadin.flow.component.charts.model.Lang
-
Exporting module only.
- setDownloadPDF(String) - Method in class com.vaadin.flow.component.charts.model.Lang
-
Exporting module only.
- setDownloadPNG(String) - Method in class com.vaadin.flow.component.charts.model.Lang
-
Exporting module only.
- setDownloadSVG(String) - Method in class com.vaadin.flow.component.charts.model.Lang
-
Exporting module only.
- setDragData(Object) - Method in interface com.vaadin.flow.component.dnd.DragSource
-
Set server side drag data.
- setDragData(Object) - Method in class com.vaadin.flow.component.dnd.DragStartEvent
-
Set server side drag data for this started drag operation.
- setDragDataGenerator(String, SerializableFunction<T, String>) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets a generator function for customizing drag data.
- setDragFilter(SerializablePredicate<T>) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets the drag filter for this drag source.
- setDraggable(boolean) - Method in class com.vaadin.flow.component.dialog.Dialog
-
Sets whether dialog is enabled to be dragged by the user or not.
- setDraggable(boolean) - Method in interface com.vaadin.flow.component.dnd.DragSource
-
Sets this component as draggable.
- setDrawer(String) - Method in class com.vaadin.flow.component.applayout.AppLayout.AppLayoutI18n
-
Sets the text for the `aria-label` attribute on the drawer.
- setDrawerFirst(boolean) - Method in class com.vaadin.flow.component.applayout.testbench.AppLayoutElement
- setDrawerOpened(boolean) - Method in class com.vaadin.flow.component.applayout.AppLayout
-
Server-side API for showing and hiding the drawer.
- setDrawerOpened(boolean) - Method in class com.vaadin.flow.component.applayout.testbench.AppLayoutElement
- setDrilldownCallback(DrilldownCallback) - Method in class com.vaadin.flow.component.charts.Chart
- setDrillUpButton(DrillUpButton) - Method in class com.vaadin.flow.component.charts.model.Drilldown
-
Options for the drill up button that appears when drilling down on a series.
- setDrillUpText(String) - Method in class com.vaadin.flow.component.charts.model.Lang
-
The text for the button that appears when drilling down, linking back to the parent series.
- setDriver(TestBenchDriverProxy) - Method in class com.vaadin.testbench.commands.TestBenchCommandExecutor
- setDriver(WebDriver) - Method in class com.vaadin.testbench.TestBenchTestCase
-
Sets the active
WebDriver
that is used by this this case - setDropAllowed(boolean) - Method in class com.vaadin.flow.component.upload.Upload
-
Define whether the element supports dropping files on it for uploading.
- setDropEffect(DropEffect) - Method in interface com.vaadin.flow.component.dnd.DropTarget
-
Sets the drop effect for the current drop target.
- setDropFiles(UploadI18N.DropFiles) - Method in class com.vaadin.flow.component.upload.UploadI18N
-
Set drop translation.
- setDropFilter(SerializablePredicate<T>) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets the drop filter for this drag target.
- setDropLabel(Component) - Method in class com.vaadin.flow.component.upload.Upload
-
Set the component to show as a message to the user to drop files in the upload component.
- setDropLabelIcon(Component) - Method in class com.vaadin.flow.component.upload.Upload
-
Set the component to show as the drop label icon.
- setDropMode(GridDropMode) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets the drop mode of this drop target.
- setDuration(int) - Method in class com.vaadin.flow.component.notification.Notification
-
The duration in milliseconds to show the notification.
- setDynamicContentHandler(SerializablePredicate<T>) - Method in class com.vaadin.flow.component.grid.contextmenu.GridContextMenu
-
Sets a callback that is executed before the context menu is opened.
- setEdgeColor(Color) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
-
3D columns only.
- setEdgeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
3D columns only.
- setEdgeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
3D columns only.
- setEdgeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
3D columns only.
- setEdgeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
3D columns only.
- setEdgeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
3D columns only.
- setEdgeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
3D columns only.
- setEdgeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
3D columns only.
- setEdgeWidth(Number) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
-
3D columns only.
- setEdgeWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
3D columns only.
- setEdgeWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
3D columns only.
- setEdgeWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
3D columns only.
- setEdgeWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
3D columns only.
- setEdgeWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
3D columns only.
- setEdgeWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
3D columns only.
- setEdgeWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
3D columns only.
- setEditItem(String) - Method in class com.vaadin.flow.component.crud.CrudI18n
-
Sets the edit editor title text
- setEditLabel(String) - Method in class com.vaadin.flow.component.crud.CrudI18n
-
Sets the edit button aria label
- setEditOnClick(boolean) - Method in class com.vaadin.flow.component.crud.Crud
-
Sets the option to open item to edit by row click.
- setEditOnClick(boolean) - Method in class com.vaadin.flow.component.gridpro.GridPro
-
Sets the value of the webcomponent's property editOnClick.
- setEditor(CrudEditor<E>) - Method in class com.vaadin.flow.component.crud.Crud
-
Sets the editor.
- setEditorComponent(Component) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Sets a component to use for editing values of this column in the editor row.
- setEditorComponent(SerializableFunction<T, ? extends Component>) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Sets a function that returns the editor component to be used for an specific item in the editor row.
- setEditorField(HasValueAndElement) - Method in class com.vaadin.flow.component.gridpro.GridPro.EditColumn
- setEditorPosition(CrudEditorPosition) - Method in class com.vaadin.flow.component.crud.Crud
-
Sets how editor will be presented on desktop screen.
- setEditorType(EditorType) - Method in class com.vaadin.flow.component.gridpro.GridPro.EditColumn
-
Sets the type of the editor that is used for modifying cell value.
- setEffectAllowed(EffectAllowed) - Method in interface com.vaadin.flow.component.dnd.DragSource
-
Sets the allowed effects for the current drag source element.
- setElement(Component, Element) - Static method in class com.vaadin.flow.component.Component
-
Initializes the root element of a component.
- setEmptySelectionAllowed(boolean) - Method in class com.vaadin.flow.component.select.Select
-
Sets whether the user is allowed to select nothing.
- setEmptySelectionCaption(String) - Method in class com.vaadin.flow.component.select.Select
-
Sets the empty selection caption when
Select.setEmptySelectionAllowed(boolean)
has been enabled. - setEnable(boolean) - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties.Pnpm
-
Enables/disabled pnp support.
- setEnabled(boolean) - Method in class com.vaadin.experimental.Feature
- setEnabled(boolean) - Method in interface com.vaadin.flow.component.HasEnabled
-
Sets the UI object explicitly disabled or enabled.
- setEnabled(boolean) - Method in class com.vaadin.flow.dom.Element
-
Sets the enabled state of the element.
- setEnabled(boolean) - Method in class com.vaadin.flow.internal.StateNode
-
Enables/disables the node.
- setEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
-
Enable or disable the data labels.
- setEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.Accessibility
-
Enable accessibility features for the chart.
- setEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
-
Whether to enable buttons.
- setEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.ContextButton
-
Whether to enable buttons.
- setEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.Credits
-
Whether to show the credits text.
- setEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.CrosshairLabel
- setEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataGrouping
-
Enable or disable data grouping.
- setEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataLabels
-
Enable or disable the data labels.
- setEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
-
Enable or disable the data labels.
- setEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
-
Enable or disable the data labels.
- setEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.Exporting
-
Whether to enable the exporting module.
- setEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.Hover
-
Enable separate styles for the hovered series to visualize that the user hovers either the series itself or the legend.
- setEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.Inactive
-
Enable separate styles for the hovered series to visualize that the user hovers either the series itself or the legend.
- setEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.KeyboardNavigation
-
Enable keyboard navigation for the chart.
- setEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.Labels
-
Enable or disable the axis labels.
- setEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.Legend
-
Enable or disable the legend.
- setEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.LegendNavigation
-
Whether to enable the legend navigation.
- setEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.Marker
-
Enable or disable the point marker.
- setEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.Navigator
-
Enable or disable the navigator.
- setEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.Options3d
-
Wether to render the chart using the 3D functionality.
- setEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.RangeSelector
-
Enable or disable the range selector.
- setEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.Scrollbar
-
Enable the scrollbar on the Y axis.
- setEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.Select
-
Enable or disable visible feedback for selection.
- setEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.StackLabels
-
Enable or disable the stack total labels.
- setEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.Tooltip
-
Enable or disable the tooltip.
- setEnabled(String, boolean) - Method in class com.vaadin.experimental.FeatureFlags
-
Enables or disables the given feature.
- setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
Enable or disable the mouse tracking for a specific series.
- setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
-
Enable or disable the mouse tracking for a specific series.
- setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
-
Enable or disable the mouse tracking for a specific series.
- setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
Enable or disable the mouse tracking for a specific series.
- setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
Enable or disable the mouse tracking for a specific series.
- setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
Enable or disable the mouse tracking for a specific series.
- setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
Enable or disable the mouse tracking for a specific series.
- setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
Enable or disable the mouse tracking for a specific series.
- setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
Enable or disable the mouse tracking for a specific series.
- setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
Enable or disable the mouse tracking for a specific series.
- setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
Enable or disable the mouse tracking for a specific series.
- setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
Enable or disable the mouse tracking for a specific series.
- setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
Enable or disable the mouse tracking for a specific series.
- setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
Enable or disable the mouse tracking for a specific series.
- setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
Enable or disable the mouse tracking for a specific series.
- setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
Enable or disable the mouse tracking for a specific series.
- setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
Enable or disable the mouse tracking for a specific series.
- setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
-
Enable or disable the mouse tracking for a specific series.
- setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
-
Enable or disable the mouse tracking for a specific series.
- setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
-
Enable or disable the mouse tracking for a specific series.
- setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
Enable or disable the mouse tracking for a specific series.
- setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
Enable or disable the mouse tracking for a specific series.
- setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
-
Enable or disable the mouse tracking for a specific series.
- setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
-
Enable or disable the mouse tracking for a specific series.
- setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
Enable or disable the mouse tracking for a specific series.
- setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
-
Enable or disable the mouse tracking for a specific series.
- setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
Enable or disable the mouse tracking for a specific series.
- setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
Enable or disable the mouse tracking for a specific series.
- setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
-
Enable or disable the mouse tracking for a specific series.
- setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
Enable or disable the mouse tracking for a specific series.
- setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
-
Enable or disable the mouse tracking for a specific series.
- setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
-
Enable or disable the mouse tracking for a specific series.
- setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
Enable or disable the mouse tracking for a specific series.
- setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
-
Enable or disable the mouse tracking for a specific series.
- setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
Enable or disable the mouse tracking for a specific series.
- setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
-
Enable or disable the mouse tracking for a specific series.
- setEndAngle(Number) - Method in class com.vaadin.flow.component.charts.model.Pane
-
The end angle of the polar X axis or gauge value axis, given in degrees where 0 is north.
- setEndAngle(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
-
The end angle of the pie in degrees where 0 is top and 90 is right.
- setEndOnTick(Boolean) - Method in class com.vaadin.flow.component.charts.model.Axis
-
Whether to force the axis to end on a tick.
- setEndOnTick(Boolean) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
Whether to force the axis to end on a tick.
- setEndOnTick(Boolean) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
Whether to force the axis to end on a tick.
- setEndOnTick(Boolean) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
Whether to force the axis to end on a tick.
- setEnterNextRow(boolean) - Method in class com.vaadin.flow.component.gridpro.GridPro
-
Sets the value of the webcomponent's property enterNextRow.
- setError(boolean) - Method in class com.vaadin.flow.component.login.AbstractLogin
-
Sets whether to show or hide the error message.
- setError(UploadI18N.Error) - Method in class com.vaadin.flow.component.upload.UploadI18N
-
Set error translations.
- setError(UploadI18N.Uploading.Error) - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading
-
Set upload error translations.
- setError(String) - Method in class com.vaadin.flow.component.charts.model.Exporting
- setErrorbar(PlotOptionsErrorbar) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
-
Sets the style options for
ChartType.ERRORBAR
charts - setErrorHandler(ErrorHandler) - Method in class com.vaadin.flow.server.VaadinSession
-
Sets the session error handler.
- setErrorMessage(LoginI18n.ErrorMessage) - Method in class com.vaadin.flow.component.login.LoginI18n
- setErrorMessage(String) - Method in interface com.vaadin.flow.component.HasValidation
-
Sets an error message to the component.
- setErrorMessage(String) - Method in interface com.vaadin.flow.component.shared.HasValidationProperties
-
Sets the error message to show to the user when the component is invalid.
- setErrorNavigationTargets(Set<Class<? extends Component>>) - Method in class com.vaadin.flow.server.startup.ApplicationRouteRegistry
-
Set error handler navigation targets.
- setErrorParameter(BeforeEnterEvent, ErrorParameter<NotFoundException>) - Method in class com.vaadin.flow.router.RouteNotFoundError
- setErrorParameter(BeforeEnterEvent, ErrorParameter<Exception>) - Method in class com.vaadin.flow.router.InternalServerError
- setErrorParameter(BeforeEnterEvent, ErrorParameter<T>) - Method in interface com.vaadin.flow.router.HasErrorParameter
-
Callback executed before rendering the exception view.
- setErrorRoute(Class<? extends Exception>, Class<? extends Component>) - Method in class com.vaadin.flow.router.internal.ConfigureRoutes
-
Set a error route to the configuration.
- setErrorTheme(HasValue<?, ?>, ValidationResult) - Method in class com.vaadin.flow.data.binder.DefaultBinderValidationErrorHandler
-
Sets error theme for the
field
based onresult
. - setEventConstructor(Class<T>, Constructor<T>) - Method in class com.vaadin.flow.component.internal.EventDataCache
-
Stores the given DOM event constructor for the given event type in the cache.
- setEventPropagationAllowed(boolean) - Method in class com.vaadin.flow.component.ShortcutRegistration
-
Set whether shortcut's keydown event is allowed to propagate up the DOM tree in the browser.
- setExcludeUrls(List<String>) - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties
-
Set a list of URL patterns that are not handled by the Vaadin servlet when it is mapped to the context root.
- setExecutorService(ExecutorService) - Method in class com.vaadin.collaborationengine.CollaborationEngineConfiguration
-
Sets the
ExecutorService
which will be used to dispatch actions asynchronously. - setExpirationTimeout(Duration) - Method in class com.vaadin.collaborationengine.CollaborationBinder
-
Sets the expiration timeout of this binder.
- setExpirationTimeout(Duration) - Method in interface com.vaadin.collaborationengine.CollaborationList
-
Sets the expiration timeout of this list.
- setExpirationTimeout(Duration) - Method in interface com.vaadin.collaborationengine.CollaborationMap
-
Sets the expiration timeout of this map.
- setExpirationTimeout(Duration) - Method in class com.vaadin.collaborationengine.FormManager
-
Sets the expiration timeout of the field property data.
- setExpirationTimeout(Duration) - Method in interface com.vaadin.collaborationengine.HasExpirationTimeout
-
Sets the expiration timeout of the data held by the implementing object.
- setExporting(Exporting) - Method in class com.vaadin.flow.component.charts.model.Configuration
-
Sets the exporting module settings.
- setExporting(Boolean) - Method in class com.vaadin.flow.component.charts.model.Configuration
-
Sets whether to enable exporting
- setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
By default, series are exposed to screen readers as regions.
- setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
By default, series are exposed to screen readers as regions.
- setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
By default, series are exposed to screen readers as regions.
- setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
By default, series are exposed to screen readers as regions.
- setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
By default, series are exposed to screen readers as regions.
- setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
By default, series are exposed to screen readers as regions.
- setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
By default, series are exposed to screen readers as regions.
- setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
By default, series are exposed to screen readers as regions.
- setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
By default, series are exposed to screen readers as regions.
- setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
By default, series are exposed to screen readers as regions.
- setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
By default, series are exposed to screen readers as regions.
- setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
By default, series are exposed to screen readers as regions.
- setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
By default, series are exposed to screen readers as regions.
- setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
By default, series are exposed to screen readers as regions.
- setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
-
By default, series are exposed to screen readers as regions.
- setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
-
By default, series are exposed to screen readers as regions.
- setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
-
By default, series are exposed to screen readers as regions.
- setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
By default, series are exposed to screen readers as regions.
- setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
By default, series are exposed to screen readers as regions.
- setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
-
By default, series are exposed to screen readers as regions.
- setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
By default, series are exposed to screen readers as regions.
- setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
-
By default, series are exposed to screen readers as regions.
- setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
By default, series are exposed to screen readers as regions.
- setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
By default, series are exposed to screen readers as regions.
- setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
-
By default, series are exposed to screen readers as regions.
- setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
By default, series are exposed to screen readers as regions.
- setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
-
By default, series are exposed to screen readers as regions.
- setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
-
By default, series are exposed to screen readers as regions.
- setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
By default, series are exposed to screen readers as regions.
- setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
By default, series are exposed to screen readers as regions.
- setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
-
By default, series are exposed to screen readers as regions.
- setExtendedClientDetails(ExtendedClientDetails) - Method in class com.vaadin.flow.component.internal.UIInternals
-
Updates the extended client details.
- setExtremes(Number, Number) - Method in class com.vaadin.flow.component.charts.model.Axis
-
Sets the minimum and maximum of the axes after rendering has finished.
- setExtremes(Number, Number, boolean) - Method in class com.vaadin.flow.component.charts.model.Axis
-
Sets the extremes at runtime.
- setExtremes(Number, Number, boolean, boolean) - Method in class com.vaadin.flow.component.charts.model.Axis
-
Run-time modification of the axis extremes.
- setExtremes(Date, Date) - Method in class com.vaadin.flow.component.charts.model.Axis
-
The minimum and maximum value of the axis as Date.
- setExtremes(Date, Date, boolean) - Method in class com.vaadin.flow.component.charts.model.Axis
-
The minimum and maximum value of the axis as Date.
- setExtremes(Date, Date, boolean, boolean) - Method in class com.vaadin.flow.component.charts.model.Axis
-
The minimum and maximum value of the axis as Date.
- setFallbackToExportServer(Boolean) - Method in class com.vaadin.flow.component.charts.model.Exporting
-
Whether or not to fall back to the export server if the offline-exporting module is unable to export the chart on the client side.
- setFallbackTransport(Transport) - Method in interface com.vaadin.flow.component.PushConfiguration
-
Sets the fallback transport type for push.
- setFallbackTransport(Transport) - Method in class com.vaadin.flow.internal.nodefeature.PushConfigurationMap
- setFetchEnabled(boolean) - Method in class com.vaadin.flow.data.provider.DataCommunicator
-
Sets whether the data communicator will call Data Provider for fetching the items and/or getting the items count, or ignore such a calls.
- setFieldName(String) - Method in class com.vaadin.external.apache.commons.fileupload2.disk.DiskFileItem
-
Sets the field name used to reference this file item.
- setFieldName(String) - Method in interface com.vaadin.external.apache.commons.fileupload2.FileItem
-
Sets the field name used to reference this file item.
- setFieldName(String) - Method in exception com.vaadin.external.apache.commons.fileupload2.pub.FileSizeLimitExceededException
-
Sets the field name of the item, which caused the exception.
- setFieldsValidationStatusChangeListenerEnabled(boolean) - Method in class com.vaadin.flow.data.binder.Binder
-
Control whether bound fields implementing
HasValidator
subscribe for field'sValidationStatusChangeEvent
s and willvalidate
upon receiving them. - setFieldValue(TopicConnection, String, Object) - Static method in class com.vaadin.collaborationengine.CollaborationBinderUtil
-
Sets the property value in the collaboration binders connected to the same topic, updating the fields which are bound to that property for all connected clients.
- setFile(UploadI18N.File) - Method in class com.vaadin.flow.component.upload.UploadI18N
-
Set file translations.
- setFileCleaningTracker(ServletContext, FileCleaningTracker) - Static method in class com.vaadin.external.apache.commons.fileupload2.jaksrvlt.JakSrvltFileCleaner
-
Sets the instance of
FileCleaningTracker
, which is associated with the givenServletContext
. - setFileCleaningTracker(FileCleaningTracker) - Method in class com.vaadin.external.apache.commons.fileupload2.disk.DiskFileItemFactory
-
Sets the tracker, which is responsible for deleting temporary files.
- setFileCountMax(long) - Method in class com.vaadin.external.apache.commons.fileupload2.FileUploadBase
-
Sets the maximum number of files allowed per request.
- setFileCountMax(long) - Method in class com.vaadin.flow.server.communication.StreamReceiverHandler
- setFileIsTooBig(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.Error
-
Set file too big translation.
- setFileItemFactory(FileItemFactory) - Method in class com.vaadin.external.apache.commons.fileupload2.FileUpload
-
Sets the factory class to use when creating file items.
- setFileItemFactory(FileItemFactory) - Method in class com.vaadin.external.apache.commons.fileupload2.FileUploadBase
-
Sets the factory class to use when creating file items.
- setFilename(String) - Method in class com.vaadin.flow.component.charts.model.Exporting
-
The filename, without extension, to use for the exported chart.
- setFileName(String) - Method in exception com.vaadin.external.apache.commons.fileupload2.pub.FileSizeLimitExceededException
-
Sets the file name of the item, which caused the exception.
- setFileSizeMax(long) - Method in interface com.vaadin.external.apache.commons.fileupload2.FileItemIterator
-
Sets the maximum size of a single file.
- setFileSizeMax(long) - Method in class com.vaadin.external.apache.commons.fileupload2.FileUploadBase
-
Sets the maximum allowed size of a single uploaded file, as opposed to
FileUploadBase.getSizeMax()
. - setFileSizeMax(long) - Method in class com.vaadin.external.apache.commons.fileupload2.impl.FileItemIteratorImpl
- setFileSizeMax(long) - Method in class com.vaadin.flow.server.communication.StreamReceiverHandler
- setFill(Color) - Method in class com.vaadin.flow.component.charts.model.Attributes
-
SVG fill attribute
- setFill(Color) - Method in class com.vaadin.flow.component.charts.model.DrillUpButtonTheme
-
SVG fill attribute for the button
- setFill(Color) - Method in class com.vaadin.flow.component.charts.model.ItemPartialFill
-
The fill color to be used for partial fills.
- setFill(Color) - Method in class com.vaadin.flow.component.charts.model.PartialFill
-
The fill color to be used for partial fills.
- setFill(Color) - Method in class com.vaadin.flow.component.charts.model.style.ButtonTheme
- setFill(Fill) - Method in class com.vaadin.flow.component.map.configuration.style.Style
- setFillColor(Color) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
Fill color or gradient for the area.
- setFillColor(Color) - Method in class com.vaadin.flow.component.charts.model.Hover
-
The fill color of the marker in hover state.
- setFillColor(Color) - Method in class com.vaadin.flow.component.charts.model.Marker
-
The fill color of the point marker.
- setFillColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
Fill color or gradient for the area.
- setFillColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
Fill color or gradient for the area.
- setFillColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
Fill color or gradient for the area.
- setFillColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
Fill color or gradient for the area.
- setFillColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
The fill color of the box.
- setFillColor(Color) - Method in class com.vaadin.flow.component.charts.model.Select
-
The fill color of the point marker.
- setFillColor(Color) - Method in class com.vaadin.flow.component.charts.model.Zones
-
Defines the fill color for the series (in area type series)
- setFillOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
Fill opacity for the area.
- setFillOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
Fill opacity for the area.
- setFillOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
Fill opacity for the area.
- setFillOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
Fill opacity for the area.
- setFillOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
Fill opacity for the area.
- setFilter(C) - Method in interface com.vaadin.flow.data.provider.ConfigurableFilterDataProvider
-
Sets the filter to use for all queries handled by this data provider.
- setFilter(C) - Method in class com.vaadin.flow.data.provider.ConfigurableFilterDataProviderWrapper
- setFilter(SerializablePredicate<T>) - Method in class com.vaadin.flow.component.combobox.dataview.ComboBoxListDataView
-
Sets a filter to be applied to the data.
- setFilter(SerializablePredicate<T>) - Method in class com.vaadin.flow.data.provider.AbstractListDataView
- setFilter(SerializablePredicate<T>) - Method in class com.vaadin.flow.data.provider.hierarchy.TreeDataProvider
- setFilter(SerializablePredicate<T>) - Method in interface com.vaadin.flow.data.provider.InMemoryDataProvider
-
Sets a filter to be applied to all queries.
- setFilter(SerializablePredicate<T>) - Method in class com.vaadin.flow.data.provider.ListDataProvider
- setFilter(SerializablePredicate<T>) - Method in interface com.vaadin.flow.data.provider.ListDataView
-
Sets a filter to be applied to the data.
- setFilter(ValueProvider<T, V>, SerializablePredicate<V>) - Method in interface com.vaadin.flow.data.provider.InMemoryDataProvider
-
Sets a filter for an item property.
- setFilter(F) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalDataCommunicator
- setFilter(Object) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchyMapper
-
Sets the current filter.
- setFilter(String) - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
-
Sets the filter string for the filter input.
- setFilter(String) - Method in class com.vaadin.flow.component.combobox.ComboBoxTester
-
Simulate writing a filter to the combobox.
- setFilter(String) - Method in class com.vaadin.flow.component.combobox.testbench.ComboBoxElement
-
Sets the filter for the options in the popup.
- setFilter(String) - Method in class com.vaadin.flow.component.combobox.testbench.MultiSelectComboBoxElement
-
Sets the filter for the options in the popup.
- setFilter(String) - Method in interface com.vaadin.flow.dom.DomListenerRegistration
-
Sets a JavaScript expression that is used for filtering events to this listener.
- setFilterByValue(ValueProvider<T, V>, V) - Method in interface com.vaadin.flow.data.provider.InMemoryDataProvider
-
Sets a filter that requires an item property to have a specific value.
- setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
- setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
- setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
- setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
- setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
- setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
- setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
- setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
- setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
- setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
- setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
- setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
- setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
- setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
- setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
- setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
-
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
- setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
-
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
- setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
-
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
- setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
- setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
- setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
-
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
- setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
- setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
-
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
- setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
- setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
- setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
-
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
- setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
- setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
-
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
- setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
- setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
- setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
-
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
- setFirstDayOfWeek(int) - Method in class com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n
-
Sets the first day of the week.
- setFirstDelay(int) - Method in interface com.vaadin.flow.component.page.LoadingIndicatorConfiguration
-
Sets the delay before the loading indicator is shown.
- setFirstDelay(int) - Method in class com.vaadin.flow.internal.nodefeature.LoadingIndicatorConfigurationMap
- setFitToPlot(Boolean) - Method in class com.vaadin.flow.component.charts.model.Options3d
-
Whether the 3d box should automatically adjust to the chart plot area.
- setFlags(PlotOptionsFlags) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
-
Sets the style options for
ChartType.FLAGS
charts - setFlexBasis(String, HasElement...) - Method in class com.vaadin.flow.component.orderedlayout.FlexLayout
-
Sets the flex basis property of the components inside the layout.
- setFlexDirection(FlexLayout.FlexDirection) - Method in class com.vaadin.flow.component.orderedlayout.FlexLayout
-
Sets the flex direction property of the layout.
- setFlexGrow(double) - Method in class com.vaadin.flow.component.tabs.Tab
-
Sets the flex grow property of this tab.
- setFlexGrow(double, HasElement...) - Method in interface com.vaadin.flow.component.orderedlayout.FlexComponent
-
Sets the flex grow property of the components inside the layout.
- setFlexGrow(int) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Sets the flex grow ratio for this column.
- setFlexGrowForEnclosedTabs(double) - Method in class com.vaadin.flow.component.tabs.Tabs
-
Sets the flex grow property of all enclosed tabs.
- setFlexShrink(double, HasElement...) - Method in interface com.vaadin.flow.component.orderedlayout.FlexComponent
-
Sets the flex shrink property of the components inside the layout.
- setFlexWrap(FlexLayout.FlexWrap) - Method in class com.vaadin.flow.component.orderedlayout.FlexLayout
-
Gets the
FlexLayout.FlexWrap
used by this layout. - setFloating(Boolean) - Method in class com.vaadin.flow.component.charts.model.Legend
-
When the legend is floating, the plot area ignores it and is allowed to be placed below it.
- setFloating(Boolean) - Method in class com.vaadin.flow.component.charts.model.Subtitle
-
When the subtitle is floating, the plot area will not move to make space for it.
- setFloating(Boolean) - Method in class com.vaadin.flow.component.charts.model.Title
-
When the title is floating, the plot area will not move to make space for it.
- setFloor(Number) - Method in class com.vaadin.flow.component.charts.model.Axis
-
The lowest allowed value for automatically computed axis extremes.
- setFloor(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
The lowest allowed value for automatically computed axis extremes.
- setFloor(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
The lowest allowed value for automatically computed axis extremes.
- setFloor(Number) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
The lowest allowed value for automatically computed axis extremes.
- setFocusDelay(int) - 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.
- setFocused(String) - Method in class com.vaadin.flow.component.combobox.MultiSelectComboBoxI18n
-
Sets the text that is announced by screen readers when a chip is focused.
- setFollowPointer(Boolean) - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
-
Whether the tooltip should follow the mouse as it moves across columns, pie slices and other point types with an extent.
- setFollowPointer(Boolean) - Method in class com.vaadin.flow.component.charts.model.style.TooltipStyle
- setFollowPointer(Boolean) - Method in class com.vaadin.flow.component.charts.model.Tooltip
-
Whether the tooltip should follow the mouse as it moves across columns, pie slices and other point types with an extent.
- setFollowTouchMove(Boolean) - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
-
Whether the tooltip should follow the finger as it moves on a touch device.
- setFollowTouchMove(Boolean) - Method in class com.vaadin.flow.component.charts.model.Tooltip
-
Whether the tooltip should follow the finger as it moves on a touch device.
- setFontFamily(String) - Method in class com.vaadin.flow.component.charts.model.style.Style
-
Sets the
font-family
CSS attribute. - setFontSize(String) - Method in class com.vaadin.flow.component.charts.model.style.Style
-
Sets the
font-size
CSS attribute. - setFontWeight(FontWeight) - Method in class com.vaadin.flow.component.charts.model.style.Style
-
Sets the
font-weight
CSS attribute. - setFooter(Component) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Sets a footer component to the column.
- setFooter(String) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Sets a footer text to the column.
- setFooterComponent(Component) - Method in class com.vaadin.flow.component.grid.Grid.Column
- setFooterFormat(String) - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
-
A string to append to the tooltip format.
- setFooterFormat(String) - Method in class com.vaadin.flow.component.charts.model.Tooltip
-
A string to append to the tooltip format.
- setFooterText(String) - Method in class com.vaadin.flow.component.grid.Grid.Column
- setFor(Component) - Method in class com.vaadin.flow.component.html.Label
-
Sets the component that this label describes.
- setFor(String) - Method in class com.vaadin.flow.component.html.Label
-
Sets the id of the component that this label describes.
- setForbidden(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Error
- setForceAlternativeNode(boolean) - Method in class com.vaadin.flow.server.frontend.FrontendToolsSettings
-
Set if the alternative folder should always be used even if a global installation exists.
- setForced(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataGrouping
-
When data grouping is forced, it runs no matter how small the intervals are.
- setForgotPassword(String) - Method in class com.vaadin.flow.component.login.LoginI18n.Form
- setForgotPasswordButtonVisible(boolean) - Method in class com.vaadin.flow.component.login.AbstractLogin
-
Sets whether to show or hide the forgot password button.
- setForm(LoginI18n.Form) - Method in class com.vaadin.flow.component.login.LoginI18n
- setFormat(String) - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
-
A format string for the data label.
- setFormat(String) - Method in class com.vaadin.flow.component.charts.model.CrosshairLabel
-
A format string for the crosshair label.
- setFormat(String) - Method in class com.vaadin.flow.component.charts.model.DataLabels
-
A format string for the data label.
- setFormat(String) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
-
A format string for the data label.
- setFormat(String) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
-
A format string for the data label.
- setFormat(String) - Method in class com.vaadin.flow.component.charts.model.Labels
-
A format string for the axis label.
- setFormat(String) - Method in class com.vaadin.flow.component.charts.model.StackLabels
-
A format string for the data label.
- setFormatter(String) - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
-
Callback JavaScript function to format the data label.
- setFormatter(String) - Method in class com.vaadin.flow.component.charts.model.CrosshairLabel
- setFormatter(String) - Method in class com.vaadin.flow.component.charts.model.DataLabels
- setFormatter(String) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
- setFormatter(String) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
- setFormatter(String) - Method in class com.vaadin.flow.component.charts.model.Labels
- setFormatter(String) - Method in class com.vaadin.flow.component.charts.model.StackLabels
- setFormatter(String) - Method in class com.vaadin.flow.component.charts.model.Tooltip
- setFormField(boolean) - Method in class com.vaadin.external.apache.commons.fileupload2.disk.DiskFileItem
-
Specifies whether or not a
FileItem
instance represents a simple form field. - setFormField(boolean) - Method in interface com.vaadin.external.apache.commons.fileupload2.FileItem
-
Specifies whether or not a
FileItem
instance represents a simple form field. - setFrame(Frame) - Method in class com.vaadin.flow.component.charts.model.Options3d
-
Provides the option to draw a frame around the charts by defining a bottom, front and back panel.
- setFrom(Node) - Method in class com.vaadin.flow.component.charts.model.NodeSeriesItem
- setFrom(Number) - Method in class com.vaadin.flow.component.charts.model.Breaks
-
The point where the break starts.
- setFrom(Number) - Method in class com.vaadin.flow.component.charts.model.PlotBand
-
The start position of the plot band in axis units.
- setFrom(Instant) - Method in class com.vaadin.flow.component.charts.model.Breaks
- setFrom(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotBand
- setFrom(Date) - Method in class com.vaadin.flow.component.charts.model.Breaks
-
Deprecated.as of 4.0. Use
#setPointStart(Instant)
- setFrom(Date) - Method in class com.vaadin.flow.component.charts.model.PlotBand
-
Deprecated.as of 4.0. Use
#setPointStart(Instant)
- setFrozen(boolean) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Sets this column's frozen state.
- setFrozen(boolean) - Method in class com.vaadin.flow.component.grid.GridSelectionColumn
-
Sets this column's frozen state.
- setFrozenToEnd(boolean) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Sets this column's frozen state.
- setFunnel(PlotOptionsFunnel) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
-
Sets the style options for
ChartType.FUNNEL
charts - setGapSize(Number) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
Defines when to display a gap in the graph.
- setGapSize(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
Defines when to display a gap in the graph.
- setGapSize(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
Defines when to display a gap in the graph.
- setGapSize(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
Defines when to display a gap in the graph.
- setGapSize(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
Defines when to display a gap in the graph.
- setGapSize(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
Defines when to display a gap in the graph.
- setGapSize(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
Defines when to display a gap in the graph.
- setGapSize(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
Defines when to display a gap in the graph.
- setGapSize(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
-
Defines when to display a gap in the graph.
- setGapUnit(String) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
Together with
gapSize
, this option defines where to draw gaps in the graph. - setGapUnit(String) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
Together with
gapSize
, this option defines where to draw gaps in the graph. - setGapUnit(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
Together with
gapSize
, this option defines where to draw gaps in the graph. - setGapUnit(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
Together with
gapSize
, this option defines where to draw gaps in the graph. - setGapUnit(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
Together with
gapSize
, this option defines where to draw gaps in the graph. - setGapUnit(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
Together with
gapSize
, this option defines where to draw gaps in the graph. - setGapUnit(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
Together with
gapSize
, this option defines where to draw gaps in the graph. - setGapUnit(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
Together with
gapSize
, this option defines where to draw gaps in the graph. - setGapUnit(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
Together with
gapSize
, this option defines where to draw gaps in the graph. - setGapUnit(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
Together with
gapSize
, this option defines where to draw gaps in the graph. - setGapUnit(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
Together with
gapSize
, this option defines where to draw gaps in the graph. - setGapUnit(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
Together with
gapSize
, this option defines where to draw gaps in the graph. - setGapUnit(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
Together with
gapSize
, this option defines where to draw gaps in the graph. - setGapUnit(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
Together with
gapSize
, this option defines where to draw gaps in the graph. - setGapUnit(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
Together with
gapSize
, this option defines where to draw gaps in the graph. - setGapUnit(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
Together with
gapSize
, this option defines where to draw gaps in the graph. - setGapUnit(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
-
Together with
gapSize
, this option defines where to draw gaps in the graph. - setGapUnit(String) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
Together with
gapSize
, this option defines where to draw gaps in the graph. - setGauge(PlotOptionsGauge) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
-
Sets the style options for
ChartType.GAUGE
charts - setGeometry(SimpleGeometry) - Method in class com.vaadin.flow.component.map.configuration.feature.PointBasedFeature
-
Sets the geometry representing this feature.
- setGeometry(SimpleGeometry) - Method in class com.vaadin.flow.component.map.configuration.Feature
-
Sets the geometry representing the feature.
- setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
- setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
-
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
- setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
-
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
- setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
- setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
- setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
- setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
- setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
- setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
- setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
- setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
- setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
- setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
- setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
- setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
- setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
- setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
- setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
-
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
- setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
-
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
- setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
-
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
- setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
- setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
- setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
-
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
- setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
-
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
- setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
- setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
-
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
- setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
- setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
- setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
-
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
- setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
- setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
-
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
- setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
- setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
- setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
-
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
- setGlobal(String, String) - Method in class com.vaadin.base.devserver.stats.DevModeUsageStatistics
-
Set value of string field in current statistics data.
- setGrid(Grid<E>) - Method in class com.vaadin.flow.component.crud.Crud
-
Sets the grid
- setGridBrowsers(String) - Static method in class com.vaadin.testbench.Parameters
-
Sets the default browsers used in test grid if not overridden in a ParallelTest
- setGridLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.style.AxisStyle
-
Sets the color of the grid lines extending the ticks across the plot area.
- setGridLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
Color of the grid lines extending the ticks across the plot area.
- setGridLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
Color of the grid lines extending the ticks across the plot area.
- setGridLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
Color of the grid lines extending the ticks across the plot area.
- setGridLineDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
The dash or dot style of the grid lines.
- setGridLineDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
The dash or dot style of the grid lines.
- setGridLineDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
The dash or dot style of the grid lines.
- setGridLineInterpolation(String) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
Polar charts only.
- setGridLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.style.AxisStyle
-
Sets the width of the grid lines extending the ticks across the plot area.
- setGridLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
The width of the grid lines extending the ticks across the plot area.
- setGridLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
The width of the grid lines extending the ticks across the plot area.
- setGridLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
The width of the grid lines extending the ticks across the plot area.
- setGridZIndex(Number) - Method in class com.vaadin.flow.component.charts.model.Axis
-
The Z index of the grid lines.
- setGridZIndex(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
The Z index of the grid lines.
- setGridZIndex(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
The Z index of the grid lines.
- setGridZIndex(Number) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
The Z index of the grid lines.
- setGrouping(Boolean) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
-
Whether to group non-stacked columns or to let them render independent of each other.
- setGrouping(Boolean) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
Whether to group non-stacked columns or to let them render independent of each other.
- setGrouping(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
Whether to group non-stacked columns or to let them render independent of each other.
- setGrouping(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
Whether to group non-stacked columns or to let them render independent of each other.
- setGrouping(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
Whether to group non-stacked columns or to let them render independent of each other.
- setGrouping(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
Whether to group non-stacked columns or to let them render independent of each other.
- setGrouping(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
Whether to group non-stacked columns or to let them render independent of each other.
- setGrouping(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
Whether to group non-stacked columns or to let them render independent of each other.
- setGrouping(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
Whether to group non-stacked columns or to let them render independent of each other.
- setGrouping(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
Whether to group non-stacked columns or to let them render independent of each other.
- setGrouping(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
-
Whether to group non-stacked columns or to let them render independent of each other.
- setGroupPadding(Number) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
-
Padding between each value groups, in x axis units.
- setGroupPadding(Number) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
Padding between each value groups, in x axis units.
- setGroupPadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
Padding between each value groups, in x axis units.
- setGroupPadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
Padding between each value groups, in x axis units.
- setGroupPadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
Padding between each value groups, in x axis units.
- setGroupPadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
Padding between each value groups, in x axis units.
- setGroupPadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
Padding between each value groups, in x axis units.
- setGroupPadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
Padding between each value groups, in x axis units.
- setGroupPadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
Padding between each value groups, in x axis units.
- setGroupPadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
Padding between each value groups, in x axis units.
- setGroupPadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
-
Padding between each value groups, in x axis units.
- setGroupPixelWidth(Number) - Method in class com.vaadin.flow.component.charts.model.DataGrouping
-
The approximate pixel width of each group.
- setGroupZPadding(Number) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
-
The spacing between columns on the Z Axis in a 3D chart.
- setGroupZPadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
The spacing between columns on the Z Axis in a 3D chart.
- setGroupZPadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
The spacing between columns on the Z Axis in a 3D chart.
- setGroupZPadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
The spacing between columns on the Z Axis in a 3D chart.
- setGroupZPadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
The spacing between columns on the Z Axis in a 3D chart.
- setGroupZPadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
The spacing between columns on the Z Axis in a 3D chart.
- setGroupZPadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
The spacing between columns on the Z Axis in a 3D chart.
- setGroupZPadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
The spacing between columns on the Z Axis in a 3D chart.
- setGutter(int) - Method in class com.vaadin.flow.component.map.configuration.source.TileWMSSource.Options
- setH1(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Sets the translated word for
h1
. - setH2(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Sets the translated word for
h2
. - setH3(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Sets the translated word for
h3
. - setHalo(Halo) - Method in class com.vaadin.flow.component.charts.model.Hover
-
Options for the halo appearing around the hovered point in line-type series as well as outside the hovered slice in pie charts.
- setHandles(Handles) - Method in class com.vaadin.flow.component.charts.model.Navigator
-
Options for the handles for dragging the zoomed area.
- setHangingIndent(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
-
The indentation in pixels of hanging nodes, nodes which parent has layout set to
hanging
. - setHasExpandedItems(SerializableSupplier<Boolean>) - Method in class com.vaadin.flow.component.grid.GridArrayUpdater.UpdateQueueData
- setHash(String) - Method in class com.vaadin.testbench.screenshot.ReferenceImageRepresentation.HashRepresentation
- setHeader(Component) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Sets confirmation dialog custom header element
- setHeader(Component) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Sets a header component to the column.
- setHeader(LoginI18n.Header) - Method in class com.vaadin.flow.component.login.LoginI18n
- setHeader(Element) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Sets confirmation dialog custom header element
- setHeader(String) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Sets confirmation dialog header text
- setHeader(String) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Sets a header text to the column.
- setHeader(String, String) - Method in class com.vaadin.flow.server.StreamResource
-
Sets the value of a generic response header.
- setHeader(String, String) - Method in interface com.vaadin.flow.server.VaadinResponse
-
Sets the value of a generic response header.
- setHeaderComponent(Component) - Method in class com.vaadin.flow.component.grid.Grid.Column
- setHeaderEncoding(String) - Method in class com.vaadin.external.apache.commons.fileupload2.FileUploadBase
-
Specifies the character encoding to be used when reading the headers of individual part.
- setHeaderEncoding(String) - Method in class com.vaadin.external.apache.commons.fileupload2.MultipartStream
-
Specifies the character encoding to be used when reading the headers of individual parts.
- setHeaderFormat(String) - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
-
The HTML of the tooltip header line.
- setHeaderFormat(String) - Method in class com.vaadin.flow.component.charts.model.Tooltip
-
The HTML of the tooltip header line.
- setHeaders(FileItemHeaders) - Method in class com.vaadin.external.apache.commons.fileupload2.disk.DiskFileItem
-
Sets the file item headers.
- setHeaders(FileItemHeaders) - Method in interface com.vaadin.external.apache.commons.fileupload2.FileItemHeadersSupport
-
Sets the headers read from within an item.
- setHeaders(FileItemHeaders) - Method in class com.vaadin.external.apache.commons.fileupload2.impl.FileItemStreamImpl
-
Sets the file item headers.
- setHeaderText(String) - Method in class com.vaadin.flow.component.grid.Grid.Column
- setHeaderTitle(String) - Method in class com.vaadin.flow.component.dialog.Dialog
-
Sets the title to be rendered on the dialog header.
- setHeadless(boolean) - Static method in class com.vaadin.testbench.Parameters
-
Sets whether to run browsers in headless mode when runnning on a local machine using a browser supporting it (currently Chrome and Firefox).
- setHeatmap(PlotOptionsHeatmap) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
-
Sets the style options for
ChartType.HEATMAP
charts - setHeight(float, Unit) - Method in interface com.vaadin.flow.component.HasSize
-
Sets the height of the component.
- setHeight(Number) - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
-
Pixel height of the buttons.
- setHeight(Number) - Method in class com.vaadin.flow.component.charts.model.ContextButton
-
Pixel height of the buttons.
- setHeight(Number) - Method in class com.vaadin.flow.component.charts.model.Marker
-
Image markers only.
- setHeight(Number) - Method in class com.vaadin.flow.component.charts.model.Navigator
-
The height of the navigator.
- setHeight(Number) - Method in class com.vaadin.flow.component.charts.model.RangeSelector
-
The height of the range selector, used to reserve space for buttons and input.
- setHeight(Number) - Method in class com.vaadin.flow.component.charts.model.Scrollbar
-
The height of the scrollbar.
- setHeight(String) - Method in class com.vaadin.flow.component.charts.model.ChartModel
-
An explicit height for the chart.
- setHeight(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
-
The height of the funnel or pyramid.
- setHeight(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
-
The height of the funnel or pyramid.
- setHeight(String) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
-
Sets the height using String presentation.
- setHeight(String) - Method in class com.vaadin.flow.component.charts.model.TargetOptions
-
The height of the rectangle representing the target.
- setHeight(String) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
The height of the Y axis.
- setHeight(String) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Sets the height of the component content area.
- setHeight(String) - Method in class com.vaadin.flow.component.dialog.Dialog
- setHeight(String) - Method in interface com.vaadin.flow.component.HasSize
-
Sets the height of the component.
- setHeightFull() - Method in interface com.vaadin.flow.component.HasSize
-
Sets the height of the component to "100%".
- setHeld(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Status
-
Set held translation.
- setHelperComponent(Component) - Method in interface com.vaadin.flow.component.HasHelper
-
Adds the given component into helper slot of component, replacing any existing helper component.
- setHelperText(String) - Method in interface com.vaadin.flow.component.HasHelper
-
String used for the helper text.
- setHideDelay(int) - 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.
- setHideDelay(Number) - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
-
The number of milliseconds to wait until the tooltip is hidden when mouse out from a point or chart.
- setHideDelay(Number) - Method in class com.vaadin.flow.component.charts.model.Tooltip
-
The number of milliseconds to wait until the tooltip is hidden when mouse out from a point or chart.
- setHideDuration(Number) - Method in class com.vaadin.flow.component.charts.model.Loading
-
The duration in milliseconds of the fade out effect.
- setHierarchyColumn(String) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
-
Note: This method can only be used for a TreeGrid created from a bean type with
TreeGrid(Class)
. - setHierarchyColumn(String, ValueProvider<T, ?>) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
-
Note: This method can only be used for a TreeGrid created from a bean type with
TreeGrid(Class)
. - setHigh(SerializableFunction<T, Object>) - Method in class com.vaadin.flow.component.charts.model.DataProviderSeries
-
Sets the function used for retrieving
high
values from the bean provided by the data provider. - setHigh(Number) - Method in class com.vaadin.flow.component.charts.model.DataSeriesItem
-
Sets the upper range for visualizations.
- setHighlightAction(HighlightAction<RouterLink>) - Method in class com.vaadin.flow.router.RouterLink
-
Sets the
HighlightAction
of this link, which will be performed with the evaluation of this link'sHighlightCondition
. - setHighlightCondition(HighlightCondition<RouterLink>) - Method in class com.vaadin.flow.router.RouterLink
-
Sets the
HighlightCondition
of this link, which determines if the link should be highlighted when aAfterNavigationEvent
occurs. - setHighlightHandler(HighlightHandler) - Method in class com.vaadin.collaborationengine.FormManager
-
Sets a handler which will be invoked when a highlight is set.
- setHistoryStateChangeHandler(History.HistoryStateChangeHandler) - Method in class com.vaadin.flow.component.page.History
-
Sets a handler that will be notified when the history state has changed.
- setHorizontalAlign(HorizontalAlign) - Method in class com.vaadin.flow.component.charts.model.ButtonPosition
-
The horizontal alignment of the button.
- setHorizontalAlign(HorizontalAlign) - Method in class com.vaadin.flow.component.charts.model.Position
-
The horizontal alignment of the credits.
- setHorizontalComponentAlignment(FlexComponent.Alignment, Component...) - Method in class com.vaadin.flow.component.orderedlayout.VerticalLayout
-
Sets a horizontal alignment for individual components inside the layout.
- setHotdeploy(boolean) - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties.Frontend
- setHour(String) - Method in class com.vaadin.flow.component.charts.model.DateTimeLabelFormats
-
Sets the format String for hour resolution
- setHover(Hover) - Method in class com.vaadin.flow.component.charts.model.States
-
The appearance of the other marker or data point when hover.
- setHoverDelay(int) - 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.
- setHref(AbstractStreamResource) - Method in class com.vaadin.flow.component.html.Anchor
-
Sets the URL that this anchor links to with the URL of the given
StreamResource
. - setHref(String) - Method in class com.vaadin.flow.component.charts.model.Credits
-
The URL for the credits label.
- setHref(String) - Method in class com.vaadin.flow.component.html.Anchor
-
Sets the URL that this anchor links to.
- setHtml(String) - Method in class com.vaadin.flow.component.charts.model.Items
-
Inner HTML or text for the label.
- setHtmlContent(String) - Method in class com.vaadin.flow.component.Html
-
Sets the content based on the given HTML fragment.
- setI18n(AppLayout.AppLayoutI18n) - Method in class com.vaadin.flow.component.applayout.AppLayout
-
Sets the internationalization properties for this component.
- setI18n(Avatar.AvatarI18n) - Method in class com.vaadin.flow.component.avatar.Avatar
-
Sets the internationalization properties for this component.
- setI18n(AvatarGroup.AvatarGroupI18n) - Method in class com.vaadin.collaborationengine.CollaborationAvatarGroup
-
Sets the internationalization properties for this component.
- setI18n(AvatarGroup.AvatarGroupI18n) - Method in class com.vaadin.flow.component.avatar.AvatarGroup
-
Sets the internationalization properties for this component.
- setI18n(MultiSelectComboBoxI18n) - Method in class com.vaadin.flow.component.combobox.MultiSelectComboBox
-
Sets the internationalization properties for this component.
- setI18n(CrudI18n) - Method in class com.vaadin.flow.component.crud.Crud
-
Sets the internationalized messages to be used by this crud instance.
- setI18n(DatePicker.DatePickerI18n) - Method in class com.vaadin.flow.component.datepicker.DatePicker
-
Sets the internationalization properties for this component.
- setI18n(LoginI18n) - Method in class com.vaadin.flow.component.login.AbstractLogin
-
Sets the internationalized messages to be used by this instance.
- setI18n(MenuBar.MenuBarI18n) - Method in class com.vaadin.flow.component.menubar.MenuBar
-
Sets the internationalization properties for this component.
- setI18n(MessageInputI18n) - Method in class com.vaadin.collaborationengine.CollaborationMessageInput
-
Sets the internationalization properties for this component.
- setI18n(MessageInputI18n) - Method in class com.vaadin.flow.component.messages.MessageInput
-
Sets the internationalization properties for this component.
- setI18n(RichTextEditor.RichTextEditorI18n) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor
-
Sets the internationalization properties for this component.
- setI18n(UploadI18N) - Method in class com.vaadin.flow.component.upload.Upload
-
Set the internationalization properties for this component.
- setIcon(Component) - Method in class com.vaadin.flow.component.applayout.DrawerToggle
- setIcon(Component) - Method in class com.vaadin.flow.component.button.Button
-
Sets the given component as the icon of this button.
- setIcon(Icon) - Method in class com.vaadin.flow.component.map.configuration.feature.MarkerFeature
-
Sets the icon used to visually display the marker feature.
- setIconAfterText(boolean) - Method in class com.vaadin.flow.component.button.Button
-
Sets whether this button's icon should be positioned after it's text content or the other way around.
- setId(String) - Method in class com.vaadin.flow.component.charts.model.AbstractSeries
-
Sets an id for the series
- setId(String) - Method in class com.vaadin.flow.component.charts.model.AbstractSeriesItem
-
Sets the ID for the point.
- setId(String) - Method in class com.vaadin.flow.component.charts.model.Axis
-
An id for the axis.
- setId(String) - Method in class com.vaadin.flow.component.charts.model.DataSeriesItem
-
Sets the ID for the point.
- setId(String) - Method in class com.vaadin.flow.component.charts.model.Node
-
The id of the auto-generated node, referring to the from or to setting of the link.
- setId(String) - Method in class com.vaadin.flow.component.charts.model.NodeSeriesItem
-
An id for the point.
- setId(String) - Method in class com.vaadin.flow.component.charts.model.PlotBand
-
An id used for identifying the plot band in Axis.removePlotBand.
- setId(String) - Method in class com.vaadin.flow.component.charts.model.PlotLine
-
An id used for identifying the plot line in Axis.removePlotLine.
- setId(String) - Method in interface com.vaadin.flow.component.charts.model.Series
-
Sets an id for the series
- setId(String) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
An id for the axis.
- setId(String) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
An id for the axis.
- setId(String) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
An id for the axis.
- setId(String) - Method in class com.vaadin.flow.component.Component
-
Sets the id of the root element of this component.
- setId(String) - Method in class com.vaadin.flow.component.map.configuration.AbstractConfigurationObject
- setId(String) - Method in class com.vaadin.flow.component.Text
-
The method is not supported for the
Text
class. - setIdentifierGetter(ValueProvider<T, Object>) - Method in interface com.vaadin.flow.data.provider.DataKeyMapper
-
Takes identifier getter into use and updates existing mappings
- setIdentifierGetter(ValueProvider<V, Object>) - Method in class com.vaadin.flow.data.provider.KeyMapper
- setIdentifierProvider(IdentifierProvider<T>) - Method in class com.vaadin.flow.component.checkbox.dataview.CheckboxGroupDataView
- setIdentifierProvider(IdentifierProvider<T>) - Method in class com.vaadin.flow.component.checkbox.dataview.CheckboxGroupListDataView
- setIdentifierProvider(IdentifierProvider<T>) - Method in class com.vaadin.flow.component.combobox.dataview.ComboBoxDataView
- setIdentifierProvider(IdentifierProvider<T>) - Method in class com.vaadin.flow.component.combobox.dataview.ComboBoxListDataView
- setIdentifierProvider(IdentifierProvider<T>) - Method in class com.vaadin.flow.component.grid.dataview.GridDataView
- setIdentifierProvider(IdentifierProvider<T>) - Method in class com.vaadin.flow.component.grid.dataview.GridListDataView
- setIdentifierProvider(IdentifierProvider<T>) - Method in class com.vaadin.flow.component.radiobutton.dataview.RadioButtonGroupDataView
- setIdentifierProvider(IdentifierProvider<T>) - Method in class com.vaadin.flow.component.radiobutton.dataview.RadioButtonGroupListDataView
- setIdentifierProvider(IdentifierProvider<T>) - Method in class com.vaadin.flow.component.select.data.SelectDataView
- setIdentifierProvider(IdentifierProvider<T>) - Method in class com.vaadin.flow.component.select.data.SelectListDataView
- setIdentifierProvider(IdentifierProvider<T>) - Method in class com.vaadin.flow.data.provider.AbstractDataView
- setIdentifierProvider(IdentifierProvider<T>) - Method in interface com.vaadin.flow.data.provider.DataView
-
Sets an identifier provider, which returns an identifier for the given item.
- setIgnoreHiddenPoint(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
-
This option tells whether the series shall be redrawn as if the hidden point were null.
- setIgnoreHiddenPoint(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
-
Equivalent to chart.ignoreHiddenSeries, this option tells whether the series shall be redrawn as if the hidden point were
null
. - setIgnoreHiddenPoint(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
-
This option tells whether the series shall be redrawn as if the hidden point were null.
- setIgnoreHiddenPoint(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
-
Defaults to
true
- setIgnoreHiddenPoint(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
-
Whether to ignore hidden points when the layout algorithm runs.
- setIgnoreHiddenPoint(Boolean) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
-
This option tells whether the series shall be redrawn as if the hidden point were null.
- setIgnoreHiddenSeries(Boolean) - Method in class com.vaadin.flow.component.charts.model.ChartModel
-
If true, the axes will scale to the remaining visible series once one series is hidden.
- setIgnoreParentInert(boolean) - Method in class com.vaadin.flow.internal.nodefeature.InertData
-
Sets whether or not the node should ignore parent's inert state or not.
- setIgnoreParentInert(Element, boolean) - Static method in class com.vaadin.flow.dom.ElementUtil
-
Sets whether or not the element should inherit or not inherit its parent's inert state.
- setIgnoreVersionChecks(boolean) - Method in class com.vaadin.flow.server.frontend.FrontendToolsSettings
-
Set if node and npm versions should be checked or not.
- setImage(ImageStyle) - Method in class com.vaadin.flow.component.map.configuration.style.Style
- setImage(BufferedImage) - Method in class com.vaadin.flow.server.PwaIcon
-
Sets the image presenting the icon.
- setImage(String) - Method in class com.vaadin.collaborationengine.SystemUserInfo
- setImage(String) - Method in class com.vaadin.collaborationengine.UserInfo
-
Sets the url of the user's image.
- setImage(String) - Method in class com.vaadin.flow.component.avatar.Avatar
-
Sets the image url for the avatar.
- setImage(String) - Method in class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupItem
-
Sets the image url for the avatar.
- setImage(String) - Method in class com.vaadin.flow.component.charts.model.Node
-
An image for the node card, will be inserted by the default dataLabel.nodeFormatter.
- setImage(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Sets the translated word for
image
. - setImageProvider(CollaborationAvatarGroup.ImageProvider) - Method in class com.vaadin.collaborationengine.CollaborationAvatarGroup
-
Sets an image provider callback for dynamically loading avatar images for a given user.
- setImageProvider(CollaborationAvatarGroup.ImageProvider) - Method in class com.vaadin.collaborationengine.CollaborationMessageList
-
Sets an image provider callback for dynamically loading avatar images for a given user.
- setImageResource(AbstractStreamResource) - Method in class com.vaadin.flow.component.avatar.Avatar
-
Sets the image for the avatar.
- setImageResource(AbstractStreamResource) - Method in class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupItem
-
Sets the image for the avatar.
- setImg(StreamResource) - Method in class com.vaadin.flow.component.map.configuration.style.Icon.Options
- setImgSize(Icon.ImageSize) - Method in class com.vaadin.flow.component.map.configuration.style.Icon.Options
- setImportance(IFrame.ImportanceType) - Method in class com.vaadin.flow.component.html.IFrame
-
Sets the importance attribute to the specified
IFrame.ImportanceType
value. - setInactive(Inactive) - Method in class com.vaadin.flow.component.charts.model.States
-
The appearance of the other data points when one is hovered.
- setInactiveColor(Color) - Method in class com.vaadin.flow.component.charts.model.LegendNavigation
-
The color of the inactive up or down arrow in the legend page navigation.
- setIncorrectFileType(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.Error
-
Set incorrect file type translation.
- setIndeterminate(boolean) - Method in class com.vaadin.flow.component.checkbox.Checkbox
-
Set the indeterminate state of the checkbox.
- setIndeterminate(boolean) - Method in class com.vaadin.flow.component.progressbar.ProgressBar
-
Indeterminate state of the progressbar.
- setIndex(int) - Method in class com.vaadin.flow.internal.change.AbstractListChange
-
Sets the index of this change in the change list.
- setInert(Element, boolean) - Static method in class com.vaadin.flow.dom.ElementUtil
-
Sets whether or not the given element is inert.
- setInertSelf(boolean) - Method in class com.vaadin.flow.internal.nodefeature.InertData
-
Sets whether the node itself is inert.
- setInitialPosition(LocalDate) - Method in class com.vaadin.flow.component.datepicker.DatePicker
-
Date which should be visible when there is no value selected.
- setInitTheme(boolean) - Method in class com.vaadin.flow.server.BootstrapHandler.BootstrapContext
-
Set if custom theme should be initialized.
- setInline(ScrollOptions.Alignment) - Method in class com.vaadin.flow.component.ScrollOptions
-
Sets the horizontal alignment.
- setInMemorySorting(SerializableComparator<T>) - Method in class com.vaadin.flow.data.provider.DataCommunicator
-
Sets the
Comparator
to use with in-memory sorting. - setInMemorySorting(SerializableComparator<T>) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalDataCommunicator
- setInMemorySorting(Comparator<T>) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchyMapper
-
Sets the current in-memory sorting.
- setInnerRadius(String) - Method in class com.vaadin.flow.component.charts.model.Background
-
Sets the inner radius of the circular shaped background using a string representation of a percentage, e.g.
- setInnerRadius(String) - Method in class com.vaadin.flow.component.charts.model.PlotBand
-
In a gauge chart, this option determines the inner radius of the plot band that stretches along the perimeter.
- setInnerSize(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
-
The size of the inner diameter for the pie.
- setInputBoxBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.RangeSelector
-
The border color of the date input boxes.
- setInputBoxHeight(Number) - Method in class com.vaadin.flow.component.charts.model.RangeSelector
-
The pixel height of the date input boxes.
- setInputBoxWidth(Number) - Method in class com.vaadin.flow.component.charts.model.RangeSelector
-
The pixel width of the date input boxes.
- setInputDateFormat(String) - Method in class com.vaadin.flow.component.charts.model.RangeSelector
-
The date format in the input boxes when not selected for editing.
- setInputDateParser(String) - Method in class com.vaadin.flow.component.charts.model.RangeSelector
- setInputEditDateFormat(String) - Method in class com.vaadin.flow.component.charts.model.RangeSelector
-
The date format in the input boxes when they are selected for editing.
- setInputEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.RangeSelector
-
Enable or disable the date input boxes.
- setInputPosition(ButtonPosition) - Method in class com.vaadin.flow.component.charts.model.RangeSelector
-
Positioning for the input boxes.
- setInputStyle(Style) - Method in class com.vaadin.flow.component.charts.model.RangeSelector
-
CSS for the HTML inputs in the range selector.
- setInputValue(String) - Method in class com.vaadin.flow.component.datepicker.testbench.DatePickerElement
-
Simulates the user selecting a date via the input element.
- setInside(Boolean) - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
-
For points with an extent, like columns, whether to align the data label inside the box or to the actual value point.
- setInside(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataLabels
-
For points with an extent, like columns, whether to align the data label inside the box or to the actual value point.
- setInside(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
-
For points with an extent, like columns, whether to align the data label inside the box or to the actual value point.
- setInside(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
-
For points with an extent, like columns, whether to align the data label inside the box or to the actual value point.
- setInteractByLeaf(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
-
This option decides if the user can interact with the parent nodes or just the leaf nodes.
- setIntermediate(boolean) - Method in class com.vaadin.flow.component.charts.model.WaterFallSum
- setInternalErrorCaption(String) - Method in class com.vaadin.flow.server.CustomizedSystemMessages
-
Sets the caption to show in an "internal error" notification.
- setInternalErrorMessage(String) - Method in class com.vaadin.flow.server.CustomizedSystemMessages
-
Sets the message to show in an "internal error" notification.
- setInternalErrorNotificationEnabled(boolean) - Method in class com.vaadin.flow.server.CustomizedSystemMessages
-
Sets whether an "internal error" notification should be shown to the end user.
- setInternalErrorURL(String) - Method in class com.vaadin.flow.server.CustomizedSystemMessages
-
Sets the URL the user will be redirected to after dismissing an "internal error" message.
- setInvalid(boolean) - Method in interface com.vaadin.flow.component.HasValidation
-
Sets the validity of the component input.
- setInvalid(boolean) - Method in interface com.vaadin.flow.component.shared.HasValidationProperties
-
Sets the invalid state of the component.
- setInvalidDate(String) - Method in class com.vaadin.flow.component.charts.model.Lang
-
What to show in a date field for invalid dates.
- setInverted(Boolean) - Method in class com.vaadin.flow.component.charts.model.ChartModel
-
Whether to invert the axes so that the x axis is vertical and y axis is horizontal.
- setItalic(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Sets the translated word for
italic
. - setItem(E) - Method in interface com.vaadin.flow.component.crud.CrudEditor
-
Sets an item to be edited.
- setItem(E, boolean) - Method in class com.vaadin.flow.component.crud.BinderCrudEditor
- setItem(E, boolean) - Method in interface com.vaadin.flow.component.crud.CrudEditor
-
Sets an item to be edited.
- setItemCountCallback(CallbackDataProvider.CountCallback<T, String>) - Method in class com.vaadin.flow.component.combobox.dataview.ComboBoxLazyDataView
-
Sets a callback that the combo box uses to get the exact item count in the backend.
- setItemCountCallback(CallbackDataProvider.CountCallback<T, Void>) - Method in class com.vaadin.flow.component.grid.dataview.GridLazyDataView
-
Sets a callback that the Grid uses to get the exact item count in the backend.
- setItemCountEstimate(int) - Method in class com.vaadin.flow.component.combobox.dataview.ComboBoxLazyDataView
-
Sets the estimated item count for the component.
- setItemCountEstimate(int) - Method in class com.vaadin.flow.component.grid.dataview.GridLazyDataView
-
Sets the estimated item count for the component.
- setItemCountEstimate(int) - Method in class com.vaadin.flow.data.provider.AbstractLazyDataView
- setItemCountEstimate(int) - Method in class com.vaadin.flow.data.provider.DataCommunicator
-
Sets the item count estimate to use and switches component to undefined size.
- setItemCountEstimate(int) - Method in interface com.vaadin.flow.data.provider.LazyDataView
-
Sets the estimated item count for the component.
- setItemCountEstimateIncrease(int) - Method in class com.vaadin.flow.data.provider.AbstractLazyDataView
- setItemCountEstimateIncrease(int) - Method in class com.vaadin.flow.data.provider.DataCommunicator
-
Sets the item count estimate increase to use and switches the component to undefined size if not yet used.
- setItemCountEstimateIncrease(int) - Method in interface com.vaadin.flow.data.provider.LazyDataView
-
Sets how much the item count estimate is increased once the previous item count estimate has been reached.
- setItemCountFromDataProvider() - Method in class com.vaadin.flow.component.combobox.dataview.ComboBoxLazyDataView
-
Switches the component to get the exact item count from the data provider's
DataProvider.size(Query)
. - setItemCountFromDataProvider() - Method in class com.vaadin.flow.component.grid.dataview.GridLazyDataView
-
Switches the component to get the exact item count from the data provider's
DataProvider.size(Query)
. - setItemCountFromDataProvider() - Method in class com.vaadin.flow.data.provider.AbstractLazyDataView
- setItemCountFromDataProvider() - Method in interface com.vaadin.flow.data.provider.LazyDataView
-
Switches the component to get the exact item count from the data provider's
DataProvider.size(Query)
. - setItemCountUnknown() - Method in class com.vaadin.flow.component.combobox.dataview.ComboBoxLazyDataView
-
Switches the component to automatically extend the number of items as the previous end is almost reached.
- setItemCountUnknown() - Method in class com.vaadin.flow.component.grid.dataview.GridLazyDataView
-
Switches the component to automatically extend the number of items as the previous end is almost reached.
- setItemCountUnknown() - Method in class com.vaadin.flow.data.provider.AbstractLazyDataView
- setItemCountUnknown() - Method in interface com.vaadin.flow.data.provider.LazyDataView
-
Switches the component to automatically extend the number of items as the previous end is almost reached.
- setItemDetailsRenderer(Renderer<T>) - Method in class com.vaadin.flow.component.grid.Grid
-
Set the renderer to use for displaying the item details rows in this grid.
- setItemDistance(Number) - Method in class com.vaadin.flow.component.charts.model.Legend
-
In a legend with horizontal layout, the itemDistance defines the pixel distance between each item.
- setItemEnabledProvider(SerializablePredicate<ITEM>) - Method in class com.vaadin.flow.component.listbox.ListBoxBase
-
Sets the item enabled predicate for this ListBox.
- setItemEnabledProvider(SerializablePredicate<T>) - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
-
Sets the item enabled predicate for this checkbox group.
- setItemEnabledProvider(SerializablePredicate<T>) - Method in class com.vaadin.flow.component.radiobutton.RadioButtonGroup
-
Sets the item enabled predicate for this radio button group.
- setItemEnabledProvider(SerializablePredicate<T>) - Method in class com.vaadin.flow.component.select.Select
-
Sets the item enabled predicate for this select.
- setItemHiddenStyle(Style) - Method in class com.vaadin.flow.component.charts.model.Legend
-
CSS styles for each legend item when the corresponding series or point is hidden.
- setItemHoverStyle(Style) - Method in class com.vaadin.flow.component.charts.model.Legend
-
CSS styles for each legend item in hover mode.
- setItemLabelGenerator(ItemLabelGenerator<ITEM>) - Method in class com.vaadin.flow.component.listbox.ListBoxBase
-
Sets the item label generator that is used to produce the strings shown in the ListBox for each item.
- setItemLabelGenerator(ItemLabelGenerator<T>) - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
-
Sets the item label generator that is used to produce the strings shown in the checkbox group for each item.
- setItemLabelGenerator(ItemLabelGenerator<T>) - Method in class com.vaadin.flow.component.radiobutton.RadioButtonGroup
-
Sets the item label generator that is used to produce the strings shown in the radio button group for each item.
- setItemLabelGenerator(ItemLabelGenerator<T>) - Method in class com.vaadin.flow.component.select.Select
-
Sets the item label generator.
- setItemLabelGenerator(ItemLabelGenerator<TItem>) - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
-
Sets the item label generator that is used to produce the strings shown in the combo box for each item.
- setItemMarginBottom(Number) - Method in class com.vaadin.flow.component.charts.model.Legend
-
The pixel bottom margin for each legend item.
- setItemMarginTop(Number) - Method in class com.vaadin.flow.component.charts.model.Legend
-
The pixel top margin for each legend item.
- setItems(AvatarGroup.AvatarGroupItem...) - Method in class com.vaadin.flow.component.avatar.AvatarGroup
-
Sets the items that will be displayed as avatars.
- setItems(ComboBox.ItemFilter<TItem>, ListDataProvider<TItem>) - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
-
Sets a ListDataProvider for this combo box and a filtering function for defining which items are displayed when user types into the combo box.
- setItems(ComboBox.ItemFilter<TItem>, Collection<TItem>) - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
-
Sets the data items of this combo box and a filtering function for defining which items are displayed when user types into the combo box.
- setItems(ComboBox.ItemFilter<TItem>, TItem...) - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
-
Sets the data items of this combo box and a filtering function for defining which items are displayed when user types into the combo box.
- setItems(MessageListItem...) - Method in class com.vaadin.flow.component.messages.MessageList
-
Sets the items that will be rendered as messages in this message list.
- setItems(BackEndDataProvider<T, F>) - Method in interface com.vaadin.flow.data.provider.HasLazyDataView
-
Supply items with a
BackEndDataProvider
that lazy loads items from a backend. - setItems(BackEndDataProvider<T, Void>) - Method in class com.vaadin.flow.component.grid.Grid
- setItems(BackEndDataProvider<T, Void>) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
- setItems(BackEndDataProvider<TItem, String>) - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
- setItems(CallbackDataProvider.FetchCallback<T, F>) - Method in interface com.vaadin.flow.data.provider.HasLazyDataView
-
Supply items lazily with a callback from a backend.
- setItems(CallbackDataProvider.FetchCallback<T, F>, CallbackDataProvider.CountCallback<T, F>) - Method in interface com.vaadin.flow.data.provider.HasLazyDataView
-
Supply items lazily with callbacks: the first one fetches the items based on offset, limit and an optional filter, the second provides the exact count of items in the backend.
- setItems(CallbackDataProvider.FetchCallback<T, Void>) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
- setItems(CallbackDataProvider.FetchCallback<TItem, String>) - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
-
Supply items lazily with a callback from a backend.
- setItems(CallbackDataProvider.FetchCallback<TItem, String>, CallbackDataProvider.CountCallback<TItem, String>) - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
-
Supply items lazily with callbacks: the first one fetches the items based on offset, limit and an optional filter, the second provides the exact count of items in the backend.
- setItems(DataProvider<ITEM, Void>) - Method in class com.vaadin.flow.component.listbox.ListBoxBase
-
Set a generic data provider for the ListBox to use and returns the base
ListBoxDataView
that provides API to get information on the items. - setItems(DataProvider<T, F>) - Method in interface com.vaadin.flow.data.provider.HasDataView
-
Set a generic data provider for the component to use and returns the base
DataView
that provides API to get information on the items. - setItems(DataProvider<T, Void>) - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
- setItems(DataProvider<T, Void>) - Method in class com.vaadin.flow.component.grid.Grid
- setItems(DataProvider<T, Void>) - Method in class com.vaadin.flow.component.radiobutton.RadioButtonGroup
- setItems(DataProvider<T, Void>) - Method in class com.vaadin.flow.component.select.Select
- setItems(DataProvider<TItem, String>) - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
- setItems(InMemoryDataProvider<ITEM>) - Method in class com.vaadin.flow.component.listbox.ListBoxBase
-
Sets an in-memory data provider for the ListBox to use
- setItems(InMemoryDataProvider<T>) - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
- setItems(InMemoryDataProvider<T>) - Method in class com.vaadin.flow.component.grid.Grid
- setItems(InMemoryDataProvider<T>) - Method in class com.vaadin.flow.component.radiobutton.RadioButtonGroup
- setItems(InMemoryDataProvider<T>) - Method in class com.vaadin.flow.component.select.Select
- setItems(InMemoryDataProvider<T>) - Method in interface com.vaadin.flow.data.provider.HasDataView
-
Sets an in-memory data provider for the component to use
- setItems(InMemoryDataProvider<TItem>) - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
-
Deprecated.does not work so don't use
- setItems(InMemoryDataProvider<TItem>, SerializableFunction<String, SerializablePredicate<TItem>>) - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
-
Sets an in-memory data provider for the combo box to use, taking into account both in-memory filtering from data provider and combo box's text filter.
- setItems(ListDataProvider<ITEM>) - Method in class com.vaadin.flow.component.listbox.ListBoxBase
-
Sets a ListDataProvider for the ListBox to use and returns a
ListDataView
that provides information and allows operations on the items. - setItems(ListDataProvider<T>) - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
- setItems(ListDataProvider<T>) - Method in class com.vaadin.flow.component.grid.Grid
- setItems(ListDataProvider<T>) - Method in class com.vaadin.flow.component.radiobutton.RadioButtonGroup
- setItems(ListDataProvider<T>) - Method in class com.vaadin.flow.component.select.Select
- setItems(ListDataProvider<T>) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
- setItems(ListDataProvider<T>) - Method in interface com.vaadin.flow.data.provider.HasListDataView
-
Sets a ListDataProvider for the component to use and returns a
ListDataView
that provides information and allows operations on the items. - setItems(ListDataProvider<TItem>) - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
- setItems(Collection<AvatarGroup.AvatarGroupItem>) - Method in class com.vaadin.flow.component.avatar.AvatarGroup
-
Sets the items that will be displayed as avatars.
- setItems(Collection<MessageListItem>) - Method in class com.vaadin.flow.component.messages.MessageList
-
Sets the items that will be rendered as messages in this message list.
- setItems(Collection<T>) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
- setItems(Collection<T>) - Method in interface com.vaadin.flow.data.binder.HasDataProvider
- setItems(Collection<T>) - Method in interface com.vaadin.flow.data.binder.HasItems
-
Sets the data items of this component provided as a collection.
- setItems(Collection<T>) - Method in interface com.vaadin.flow.data.provider.HasListDataView
-
Sets the items from the given Collection and returns a
ListDataView
that provides information and allows operations on the items. - setItems(Collection<T>, ValueProvider<T, Collection<T>>) - Method in interface com.vaadin.flow.data.provider.hierarchy.HasHierarchicalDataProvider
-
Sets the root data items of this component provided as a collection and recursively populates them with child items with the given value provider.
- setItems(Collection<TItem>) - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
-
Sets the items from the given Collection and returns a
ListDataView
that provides information and allows operations on the items. - setItems(Stream<T>) - Method in interface com.vaadin.flow.data.binder.HasItems
-
Sets the data items of this listing provided as a stream.
- setItems(Stream<T>, ValueProvider<T, Stream<T>>) - Method in interface com.vaadin.flow.data.provider.hierarchy.HasHierarchicalDataProvider
-
Sets the root data items of this component provided as a stream and recursively populates them with child items with the given value provider.
- setItems(T...) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
- setItems(T...) - Method in interface com.vaadin.flow.data.binder.HasItems
-
Sets the data items of this listing.
- setItems(T...) - Method in interface com.vaadin.flow.data.provider.HasListDataView
-
Sets the items of this component.
- setItemSliced(int, boolean) - Method in class com.vaadin.flow.component.charts.model.DataSeries
-
Sets a new sliced value to the item with the specified index
- setItemSliced(int, boolean, boolean) - Method in class com.vaadin.flow.component.charts.model.DataSeries
-
Sets a new sliced value to the item with the specified index
- setItemSliced(int, boolean, boolean, boolean) - Method in class com.vaadin.flow.component.charts.model.DataSeries
-
Sets a new sliced value to the item with the specified index
- setItemStyle(Style) - Method in class com.vaadin.flow.component.charts.model.Legend
-
CSS styles for each legend item.
- setItemsWithFilterConverter(CallbackDataProvider.FetchCallback<TItem, C>, CallbackDataProvider.CountCallback<TItem, C>, SerializableFunction<String, C>) - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
-
Supply items lazily with callbacks: the first one fetches the items based on offset, limit and an optional filter, the second provides the exact count of items in the backend.
- setItemsWithFilterConverter(CallbackDataProvider.FetchCallback<TItem, C>, SerializableFunction<String, C>) - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
-
Supply items lazily with a callback from a backend, using custom filter type.
- setItemUpdater(ItemUpdater<T, String>) - Method in class com.vaadin.flow.component.gridpro.GridPro.EditColumn
-
Sets the itemUpdater function that will be called on item changed.
- setItemWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Legend
-
The width for each legend item.
- setJavaFieldValue(Object, Field, Object) - Static method in class com.vaadin.flow.internal.ReflectTools
-
Sets the value of a java field.
- setJavaResourceFolder(File) - Method in class com.vaadin.flow.server.frontend.Options
-
Set the java resources folder to be checked for feature file.
- setJustifyContentMode(FlexComponent.JustifyContentMode) - Method in interface com.vaadin.flow.component.orderedlayout.FlexComponent
-
Sets the
FlexComponent.JustifyContentMode
used by this layout. - setKey(String) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Sets the user-defined identifier to map this column.
- setKeyboardNavigation(KeyboardNavigation) - Method in class com.vaadin.flow.component.charts.model.Accessibility
-
Options for keyboard navigation.
- setKeyMapper(DataKeyMapper<T>) - Method in class com.vaadin.flow.data.provider.DataCommunicator
-
Sets the
DataKeyMapper
used in thisDataCommunicator
. - setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
An array specifying which option maps to which key in the data point array.
- setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
-
An array specifying which option maps to which key in the data point array.
- setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
-
An array specifying which option maps to which key in the data point array.
- setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
An array specifying which option maps to which key in the data point array.
- setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
An array specifying which option maps to which key in the data point array.
- setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
An array specifying which option maps to which key in the data point array.
- setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
An array specifying which option maps to which key in the data point array.
- setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
An array specifying which option maps to which key in the data point array.
- setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
An array specifying which option maps to which key in the data point array.
- setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
An array specifying which option maps to which key in the data point array.
- setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
An array specifying which option maps to which key in the data point array.
- setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
An array specifying which option maps to which key in the data point array.
- setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
An array specifying which option maps to which key in the data point array.
- setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
An array specifying which option maps to which key in the data point array.
- setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
An array specifying which option maps to which key in the data point array.
- setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
An array specifying which option maps to which key in the data point array.
- setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
An array specifying which option maps to which key in the data point array.
- setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
-
An array specifying which option maps to which key in the data point array.
- setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
-
An array specifying which option maps to which key in the data point array.
- setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
-
An array specifying which option maps to which key in the data point array.
- setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
An array specifying which option maps to which key in the data point array.
- setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
An array specifying which option maps to which key in the data point array.
- setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
-
An array specifying which option maps to which key in the data point array.
- setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
An array specifying which option maps to which key in the data point array.
- setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
-
An array specifying which option maps to which key in the data point array.
- setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
An array specifying which option maps to which key in the data point array.
- setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
An array specifying which option maps to which key in the data point array.
- setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
-
An array specifying which option maps to which key in the data point array.
- setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
An array specifying which option maps to which key in the data point array.
- setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
-
An array specifying which option maps to which key in the data point array.
- setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
-
An array specifying which option maps to which key in the data point array.
- setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
An array specifying which option maps to which key in the data point array.
- setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
-
An array specifying which option maps to which key in the data point array.
- setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
An array specifying which option maps to which key in the data point array.
- setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
-
An array specifying which option maps to which key in the data point array.
- setLabel(CrosshairLabel) - Method in class com.vaadin.flow.component.charts.model.Crosshair
-
A label on the axis next to the crosshair.
- setLabel(Label) - Method in class com.vaadin.flow.component.charts.model.PlotBand
-
Text labels for the plot bands
- setLabel(Label) - Method in class com.vaadin.flow.component.charts.model.PlotLine
-
Text labels for the plot bands
- setLabel(Label) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
-
Series labels are placed as close to the series as possible in a natural way, seeking to avoid other series.
- setLabel(String) - Method in class com.vaadin.flow.component.charts.model.DataSeriesItemTimeline
-
The label of event.
- setLabel(String) - Method in class com.vaadin.flow.component.checkbox.Checkbox
-
Set the current label text of this checkbox.
- setLabel(String) - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
-
Sets the label for the checkbox group.
- setLabel(String) - Method in class com.vaadin.flow.component.customfield.CustomField
-
Sets the label for the field.
- setLabel(String) - Method in class com.vaadin.flow.component.datepicker.DatePicker
-
Sets the label for the datepicker.
- setLabel(String) - Method in class com.vaadin.flow.component.datetimepicker.DateTimePicker
-
Sets the label for this field.
- setLabel(String) - Method in interface com.vaadin.flow.component.HasLabel
-
Set the label of the component to the given text.
- setLabel(String) - Method in class com.vaadin.flow.component.radiobutton.RadioButtonGroup
-
Sets the label for the field.
- setLabel(String) - Method in class com.vaadin.flow.component.select.Select
-
Sets the string for the label element.
- setLabel(String) - Method in class com.vaadin.flow.component.tabs.Tab
-
Sets the label of this tab.
- setLabel(String) - Method in class com.vaadin.flow.component.timepicker.TimePicker
-
Sets the label for the time picker.
- setLabelComponent(Component) - Method in class com.vaadin.flow.component.checkbox.Checkbox
-
Replaces the label content with the given label component.
- setLabelFormat(String) - Method in class com.vaadin.flow.component.charts.model.Legend
-
A format string for each legend label.
- setLabelFormatter(String) - Method in class com.vaadin.flow.component.charts.model.Legend
- setLabelrank(Number) - Method in class com.vaadin.flow.component.charts.model.NodeSeriesItem
-
The rank for this point's data label in case of collision.
- setLabels(AnnotationItemLabel...) - Method in class com.vaadin.flow.component.charts.model.AnnotationItem
-
Sets labels that can be positioned anywhere in the chart area.
- setLabels(AnnotationItemLabel...) - Method in class com.vaadin.flow.component.charts.model.Configuration
-
Sets labels that can be positioned anywhere in the chart area
- setLabels(Labels) - Method in class com.vaadin.flow.component.charts.model.Axis
-
The axis labels show the number or category for each tick.
- setLabels(Labels) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
The axis labels show the number or category for each tick.
- setLabels(Labels) - Method in class com.vaadin.flow.component.charts.model.YAxis
- setLabels(Labels) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
The axis labels show the number or category for each tick.
- setLabels(Style) - Method in class com.vaadin.flow.component.charts.model.style.AxisStyle
-
Sets the style for labels
- setLabels(Style) - Method in class com.vaadin.flow.component.charts.model.style.Theme
-
Set new style of labels
- setLabelStyle(Style) - Method in class com.vaadin.flow.component.charts.model.Loading
-
CSS styles for the loading label
span
. - setLabelStyle(Style) - Method in class com.vaadin.flow.component.charts.model.RangeSelector
-
CSS styles for the labels - the Zoom, From and To texts.
- setLang(Lang) - Method in class com.vaadin.flow.component.charts.ChartOptions
-
Changes the language of all charts.
- setLastHandledNavigation(Location) - Method in class com.vaadin.flow.component.internal.UIInternals
-
Set the latest navigation location for active navigation.
- setLastHeartbeatTimestamp(long) - Method in class com.vaadin.flow.component.internal.UIInternals
-
Sets the last heartbeat request timestamp for the related UI.
- setLastProcessedClientToServerId(int, byte[]) - Method in class com.vaadin.flow.component.internal.UIInternals
-
Sets the last processed server message id.
- setLastRequestDuration(long) - Method in class com.vaadin.flow.server.VaadinSession
-
Sets the time spent servicing the last request in the session and updates the total time spent servicing requests in this session.
- setLastRequestTimestamp(long) - Method in class com.vaadin.flow.server.VaadinSession
-
Sets the time when the last UIDL request was serviced in this session.
- setLaunchBrowser(boolean) - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties
-
Sets whether a browser should be launched on startup when in development mode.
- setLayer(ColumnLayer) - Method in class com.vaadin.flow.component.grid.FooterRow
-
Change this row to wrap the given layer
- setLayout(LayoutDirection) - Method in class com.vaadin.flow.component.charts.model.Legend
-
The layout of the legend items.
- setLayout(NodeLayout) - Method in class com.vaadin.flow.component.charts.model.Node
-
Layout for the node's children.
- setLayoutAlgorithm(TreeMapLayoutAlgorithm) - Method in class com.vaadin.flow.component.charts.model.Level
-
Can set the layoutAlgorithm option on a specific level.
- setLayoutAlgorithm(TreeMapLayoutAlgorithm) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
-
This option decides which algorithm is used for setting position and dimensions of the points.
- setLayoutStartingDirection(TreeMapLayoutStartingDirection) - Method in class com.vaadin.flow.component.charts.model.Level
-
Can set the layoutStartingDirection option on a specific level.
- setLayoutStartingDirection(TreeMapLayoutStartingDirection) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
-
Defines which direction the layout algorithm will start drawing.
- setLearnMoreLabel(String) - Method in class com.vaadin.flow.component.cookieconsent.CookieConsent
-
Sets the label of the 'learn more' link
- setLearnMoreLink(String) - Method in class com.vaadin.flow.component.cookieconsent.CookieConsent
-
Sets the URL of the 'learn more' link
- setLeft(String) - Method in class com.vaadin.flow.component.charts.model.style.Style
-
Sets the
left
CSS attribute - setLegend(Legend) - Method in class com.vaadin.flow.component.charts.model.Configuration
-
Sets the legend.
- setLegend(LegendStyle) - Method in class com.vaadin.flow.component.charts.model.style.Theme
-
Set new style legend
- setLegendIndex(Number) - Method in class com.vaadin.flow.component.charts.model.AbstractSeriesItem
-
Sets the sequential index of the pie slice in the legend.
- setLegendIndex(Number) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
The sequential index of the series within the legend.
- setLegendIndex(Number) - Method in class com.vaadin.flow.component.charts.model.DataSeriesItem
-
Sets the sequential index of the pie slice in the legend.
- setLegendIndex(Number) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
The sequential index of the series within the legend.
- setLegendIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
The sequential index of the series within the legend.
- setLegendIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
The sequential index of the series within the legend.
- setLegendIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
The sequential index of the series within the legend.
- setLegendIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
The sequential index of the series within the legend.
- setLegendIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
The sequential index of the series within the legend.
- setLegendIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
The sequential index of the series within the legend.
- setLegendIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
The sequential index of the series within the legend.
- setLegendIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
The sequential index of the series within the legend.
- setLegendIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
The sequential index of the series within the legend.
- setLegendIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
The sequential index of the series within the legend.
- setLegendIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
The sequential index of the series within the legend.
- setLegendIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
The sequential index of the series within the legend.
- setLegendIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
The sequential index of the series within the legend.
- setLegendIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
The sequential index of the series within the legend.
- setLegendIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
The sequential index of the series within the legend.
- setLegendIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
-
The sequential index of the series within the legend.
- setLegendIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
The sequential index of the series within the legend.
- setLegendType(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
-
Defaults to
point</>.
- setLevel(Number) - Method in class com.vaadin.flow.component.charts.model.Level
-
Decides which level takes effect from the options set in the levels object.
- setLevel(Number) - Method in class com.vaadin.flow.component.charts.model.Node
-
An optional level index of where to place the node.
- setLevelIsConstant(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
-
Used together with the levels and allowDrillToNode options.
- setLevels(Level...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
-
Set options on specific levels.
- setLevels(Level...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
-
Set options on specific levels.
- setLibURL(String) - Method in class com.vaadin.flow.component.charts.model.Exporting
-
Path where Highcharts will look for export module dependencies to load on demand if they don't already exist on
window
. - setLicenseEvent(String, String, LocalDate) - Method in interface com.vaadin.collaborationengine.LicenseStorage
-
Sets the date of the latest occurrence of the specified license event.
- setLicenseStorage(LicenseStorage) - Method in class com.vaadin.collaborationengine.CollaborationEngineConfiguration
-
Sets a configured license-storage implementation.
- setLine(PlotOptionsLine) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
-
Sets the style options for
ChartType.LINE
charts - setLinecap(String) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
The line cap used for line ends and line joins on the graph.
- setLinecap(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
The line cap used for line ends and line joins on the graph.
- setLinecap(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
The line cap used for line ends and line joins on the graph.
- setLinecap(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
The line cap used for line ends and line joins on the graph.
- setLinecap(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
The line cap used for line ends and line joins on the graph.
- setLinecap(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
The line cap used for line ends and line joins on the graph.
- setLinecap(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
The line cap used for line ends and line joins on the graph.
- setLinecap(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
-
Whether the strokes of the solid gauge should be
round
orsquare
. - setLinecap(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
The line cap used for line ends and line joins on the graph.
- setLinecap(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
-
The line cap used for line ends and line joins on the graph.
- setLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
A separate color for the graph line.
- setLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.Axis
-
The color of the line marking the axis itself.
- setLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.Hover
-
The color of the point marker's outline.
- setLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.Marker
-
The color of the point marker's outline.
- setLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
A separate color for the graph line.
- setLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
A separate color for the graph line.
- setLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
A separate color for the graph line.
- setLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
A separate color for the graph line.
- setLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
The color of the line/border of the candlestick.
- setLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
The color of the line/border of the flag.
- setLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
The color of the line that connects columns in a waterfall series.
- setLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.Select
-
The color of the point marker's outline.
- setLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.style.AxisStyle
-
Sets the color of the line marking the axis itself.
- setLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.style.MarkerStyle
-
Sets the color of the point marker's outline.
- setLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
The color of the line marking the axis itself.
- setLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
The color of the line marking the axis itself.
- setLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
The color of the line marking the axis itself.
- setLineHeight(Number) - Method in class com.vaadin.flow.component.charts.model.Legend
-
Line height for the legend items.
- setLineHeight(String) - Method in class com.vaadin.flow.component.charts.model.style.Style
-
Sets the
line-height
CSS attribute - setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
Pixel with of the graph line.
- setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Axis
-
The width of the line marking the axis itself.
- setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Hover
-
Pixel with of the graph line.
- setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Marker
-
The width of the point marker's outline.
- setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
The pixel width of the candlestick line/border.
- setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
Pixel with of the graph line.
- setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
Pixel width of the arearange graph line.
- setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
Pixel with of the graph line.
- setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
Pixel width of the arearange graph line.
- setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
The width of the line surrounding the box.
- setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
The width of the line connecting the data points.
- setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
The pixel width of the candlestick line/border.
- setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
The width of the line surrounding the box.
- setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
The pixel width of the candlestick line/border.
- setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
Pixel with of the graph line.
- setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
The pixel width of the line/border.
- setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
The width of the line connecting the data points.
- setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
The width of the line connecting the data points.
- setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
Pixel with of the graph line.
- setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
Pixel with of the graph line.
- setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
The width of the line connecting waterfall columns.
- setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
The width of the line connecting the data points.
- setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Select
-
The width of the point marker's outline.
- setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.style.AxisStyle
-
Sets the width of the line marking the axis itself.
- setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
The width of the line marking the axis itself.
- setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
The width of the line marking the axis itself.
- setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
The width of the line marking the axis itself.
- setLineWidthPlus(Number) - Method in class com.vaadin.flow.component.charts.model.Hover
-
The additional line width for the graph of a hovered series.
- setLink(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Sets the translated word for
link
. - setLinkColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
-
The color of the links between nodes.
- setLinkedTo(XAxis) - Method in class com.vaadin.flow.component.charts.model.XAxis
- setLinkedTo(YAxis) - Method in class com.vaadin.flow.component.charts.model.YAxis
- setLinkedTo(ZAxis) - Method in class com.vaadin.flow.component.charts.model.ZAxis
- setLinkedTo(Number) - Method in class com.vaadin.flow.component.charts.model.Axis
-
Index of another axis that this axis is linked to.
- setLinkedTo(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
Index of another axis that this axis is linked to.
- setLinkedTo(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
Index of another axis that this axis is linked to.
- setLinkedTo(Number) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
Index of another axis that this axis is linked to.
- setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
The ID of another series to link to.
- setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
-
The ID of another series to link to.
- setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
The ID of another series to link to.
- setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
The id of another series to link to.
- setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
The id of another series to link to.
- setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
The id of another series to link to.
- setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
The id of another series to link to.
- setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
The id of another series to link to.
- setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
The id of another series to link to.
- setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
The id of another series to link to.
- setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
The id of another series to link to.
- setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
The id of another series to link to.
- setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
The id of another series to link to.
- setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
The id of another series to link to.
- setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
The parent series of the error bar.
- setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
The id of another series to link to.
- setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
-
The id of another series to link to.
- setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
-
The id of another series to link to.
- setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
-
The id of another series to link to.
- setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
The id of another series to link to.
- setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
The id of another series to link to.
- setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
-
The id of another series to link to.
- setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
-
The id of another series to link to.
- setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
The id of another series to link to.
- setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
-
The id of another series to link to.
- setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
The id of another series to link to.
- setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
The id of another series to link to.
- setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
The id of another series to link to.
- setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
-
The id of another series to link to.
- setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
-
The id of another series to link to.
- setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
The id of another series to link to.
- setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
-
The id of another series to link to.
- setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
The ID of another series to link to.
- setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
-
The ID of another series to link to.
- setLinkLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
-
The line width of the links connecting nodes, in pixels.
- setLinkOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
-
Opacity for the links between nodes in the sankey diagram.
- setLinkRadius(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
-
Radius for the rounded corners of the links between nodes.
- setListBullet(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Sets the translated word for
listBullet
. - setListOrdered(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Sets the translated word for
listOrdered
. - setLiveRedraw(Boolean) - Method in class com.vaadin.flow.component.charts.model.Scrollbar
-
Whether to redraw the main chart as the scrollbar or the navigator zoomed window is moved.
- setLoading(Loading) - Method in class com.vaadin.flow.component.charts.model.Configuration
-
Set loading options control the appearance of the loading screen that covers the plot area on chart operations.
- setLoading(String) - Method in class com.vaadin.flow.component.charts.model.Lang
-
The loading text that appears when the chart is set into the loading state following a call to
chart.showLoading
. - setLoadOnStartup(boolean) - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties
-
Sets whether servlet is loaded on startup.
- setLocale(Locale) - Method in class com.vaadin.flow.component.datepicker.DatePicker
-
Set the Locale for the Date Picker.
- setLocale(Locale) - Method in class com.vaadin.flow.component.datetimepicker.DateTimePicker
-
Set the Locale for the DateTimePicker.
- setLocale(Locale) - Method in class com.vaadin.flow.component.textfield.BigDecimalField
-
Sets the locale for this BigDecimalField.
- setLocale(Locale) - Method in class com.vaadin.flow.component.timepicker.TimePicker
-
Set the Locale for the Time Picker.
- setLocale(Locale) - Method in class com.vaadin.flow.component.UI
-
Sets the locale for this UI.
- setLocale(Locale) - Method in class com.vaadin.flow.server.VaadinSession
-
Sets the default locale for this session.
- setLocation(String) - Method in class com.vaadin.flow.component.page.Page
-
Navigates this page to the given URI.
- setLocation(URI) - Method in class com.vaadin.flow.component.page.Page
-
Navigates this page to the given URI.
- setLoginView(Class<? extends Component>) - Method in class com.vaadin.flow.server.auth.ViewAccessChecker
-
Sets the Flow login view to use.
- setLoginView(String) - Method in class com.vaadin.flow.server.auth.ViewAccessChecker
-
Sets the frontend login view to use.
- setLoginView(HttpSecurity, Class<? extends Component>) - Method in class com.vaadin.flow.spring.security.VaadinWebSecurity
-
Sets up login for the application using the given Flow login view.
- setLoginView(HttpSecurity, Class<? extends Component>, String) - Method in class com.vaadin.flow.spring.security.VaadinWebSecurity
-
Sets up login for the application using the given Flow login view.
- setLoginView(HttpSecurity, String) - Method in class com.vaadin.flow.spring.security.VaadinWebSecurity
-
Sets up login for the application using form login with the given path for the login view.
- setLoginView(HttpSecurity, String, String) - Method in class com.vaadin.flow.spring.security.VaadinWebSecurity
-
Sets up login for the application using form login with the given path for the login view.
- setLongPollingSuspendTimeout(int) - Method in class com.vaadin.flow.server.communication.PushHandler
-
Sets the timeout used for suspend calls when using long polling.
- setLow(SerializableFunction<T, Object>) - Method in class com.vaadin.flow.component.charts.model.DataProviderSeries
-
Sets the function used for retrieving
low
values from the bean provided by the data provider. - setLow(Number) - Method in class com.vaadin.flow.component.charts.model.DataSeriesItem
-
Sets the lower range for visualizations.
- setLowerCaseNames(boolean) - Method in class com.vaadin.external.apache.commons.fileupload2.ParameterParser
-
Sets the flag if parameter names are to be converted to lower case when name/value pairs are parsed.
- setLowerQuartile(Number) - Method in class com.vaadin.flow.component.charts.model.BoxPlotItem
-
Sets the lower quartile of the item.
- setManual(boolean) - Method in class com.vaadin.flow.component.shared.Tooltip
-
When true, the tooltip is controlled programmatically instead of reacting to focus and mouse events.
- setMany(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.AddFiles
- setMany(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.DropFiles
- setMany(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.SingleMulti
- setManyActiveUsers(String) - Method in class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupI18n
-
Sets the translated phrase for avatar group accessible label when having many active users.
- setMargin(boolean) - Method in interface com.vaadin.flow.component.orderedlayout.ThemableLayout
-
Toggles
margin
theme setting for the element. - setMargin(Number) - Method in class com.vaadin.flow.component.charts.model.AxisTitle
-
The pixel distance between the axis labels and the title.
- setMargin(Number) - Method in class com.vaadin.flow.component.charts.model.ChartModel
-
Sets all margins to the same value
- setMargin(Number) - Method in class com.vaadin.flow.component.charts.model.Legend
-
If the plot area sized is calculated automatically and the legend is not floating, the legend margin is the space between the legend and the axis labels or plot area.
- setMargin(Number) - Method in class com.vaadin.flow.component.charts.model.Navigator
-
The distance from the nearest element, the X axis or X axis labels.
- setMargin(Number) - Method in class com.vaadin.flow.component.charts.model.Scrollbar
-
Pixel margin between the scrollbar and the axis elements.
- setMargin(Number) - Method in class com.vaadin.flow.component.charts.model.Title
-
The margin between the title and the plot area, or if a subtitle is present, the margin between the subtitle and the plot area.
- setMargin(Number, Number) - Method in class com.vaadin.flow.component.charts.model.ChartModel
-
Sets the vertical margin for top and bottom and the horizontal margin for the right and left margin
- setMargin(Number, Number, Number, Number) - Method in class com.vaadin.flow.component.charts.model.ChartModel
-
Set all margins in one call
- setMarginBottom(Number) - Method in class com.vaadin.flow.component.charts.model.ChartModel
-
The margin between the bottom outer edge of the chart and the plot area.
- setMarginLeft(Number) - Method in class com.vaadin.flow.component.charts.model.ChartModel
-
The margin between the left outer edge of the chart and the plot area.
- setMarginRight(Number) - Method in class com.vaadin.flow.component.charts.model.ChartModel
-
The margin between the right outer edge of the chart and the plot area.
- setMarginTop(Number) - Method in class com.vaadin.flow.component.charts.model.ChartModel
-
The margin between the top outer edge of the chart and the plot area.
- setMarker(Marker) - Method in class com.vaadin.flow.component.charts.model.AbstractSeriesItem
-
Sets the marker of this data series item
- setMarker(Marker) - Method in class com.vaadin.flow.component.charts.model.DataSeriesItem
-
Sets the marker of this data series item
- setMarker(Marker) - Method in class com.vaadin.flow.component.charts.model.Hover
- setMarker(Marker) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
Options for the point markers of line-like series.
- setMarker(Marker) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
Options for the point markers of line-like series.
- setMarker(Marker) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
Options for the point markers of line-like series.
- setMarker(Marker) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
Options for the point markers of line-like series.
- setMarker(Marker) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
Options for the point markers of line-like series.
- setMarker(Marker) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
Options for the point markers of line-like series.
- setMarker(Marker) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
Options for the point markers of line-like series.
- setMarker(Marker) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
Options for the point markers of line-like series.
- setMarker(Marker) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
-
Options for the point markers of line-like series.
- setMarker(Marker) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
Options for the point markers of line-like series.
- setMaskFill(Color) - Method in class com.vaadin.flow.component.charts.model.Navigator
-
The color of the mask covering the areas of the navigator series that are currently not visible in the main series.
- setMaskInside(Boolean) - Method in class com.vaadin.flow.component.charts.model.Navigator
-
Whether the mask should be inside the range marking the zoomed range, or outside.
- setMax(double) - Method in class com.vaadin.flow.component.progressbar.ProgressBar
-
Sets the maximum bound of the progressbar.
- setMax(double) - Method in class com.vaadin.flow.component.textfield.AbstractNumberField
-
Sets the maximum value of the field.
- setMax(double) - Method in class com.vaadin.flow.component.textfield.NumberField
- setMax(int) - Method in class com.vaadin.flow.component.textfield.IntegerField
-
Sets the maximum value of the field.
- setMax(Number) - Method in class com.vaadin.flow.component.charts.model.Axis
-
The maximum value of the axis.
- setMax(LocalDate) - Method in class com.vaadin.flow.component.datepicker.DatePicker
-
Sets the maximum date in the date picker.
- setMax(LocalDateTime) - Method in class com.vaadin.flow.component.datetimepicker.DateTimePicker
-
Sets the maximum date and time in the date time picker.
- setMax(LocalTime) - Method in class com.vaadin.flow.component.timepicker.TimePicker
-
Sets the maximum time in the time picker.
- setMax(Date) - Method in class com.vaadin.flow.component.charts.model.Axis
-
The maximum value of the axis as Date.
- setMaxAttempts(int) - Static method in class com.vaadin.testbench.Parameters
-
Sets the maximum number of times to run the test in case of a random failure
- setMaxColor(Color) - Method in class com.vaadin.flow.component.charts.model.ColorAxis
-
Solid gauge only.
- setMaxColor(Color) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
Solid gauge only.
- setMaxFiles(int) - Method in class com.vaadin.flow.component.upload.Upload
-
Limit of files to upload, by default it is unlimited.
- setMaxFileSize(int) - Method in class com.vaadin.flow.component.upload.Upload
-
Specify the maximum file size in bytes allowed to upload.
- setMaxHeight(float, Unit) - Method in interface com.vaadin.flow.component.HasSize
-
Sets the max-height of the component.
- setMaxHeight(Number) - Method in class com.vaadin.flow.component.charts.model.Condition
-
The responsive rule applies if the chart height is less than this.
- setMaxHeight(Number) - Method in class com.vaadin.flow.component.charts.model.Legend
-
Maximum pixel height for the legend.
- setMaxHeight(String) - Method in class com.vaadin.flow.component.dialog.Dialog
- setMaxHeight(String) - Method in interface com.vaadin.flow.component.HasSize
-
Sets the max-height of the component.
- setMaxInactiveInterval(int) - Method in class com.vaadin.flow.server.WrappedHttpSession
- setMaxInactiveInterval(int) - Method in interface com.vaadin.flow.server.WrappedSession
-
Specifies the time, in seconds, between client requests before the servlet container will invalidate this session.
- setMaxItemsVisible(Integer) - Method in class com.vaadin.collaborationengine.CollaborationAvatarGroup
-
Sets the the maximum number of avatars to display.
- setMaxItemsVisible(Integer) - Method in class com.vaadin.flow.component.avatar.AvatarGroup
-
Sets the the maximum number of avatars to display.
- setMaxLength(int) - Method in class com.vaadin.flow.component.textfield.EmailField
-
Maximum number of characters (in Unicode code points) that the user can enter.
- setMaxLength(int) - Method in class com.vaadin.flow.component.textfield.PasswordField
-
Maximum number of characters (in Unicode code points) that the user can enter.
- setMaxLength(int) - Method in class com.vaadin.flow.component.textfield.TextArea
-
Maximum number of characters (in Unicode code points) that the user can enter.
- setMaxLength(int) - Method in class com.vaadin.flow.component.textfield.TextField
-
Maximum number of characters (in Unicode code points) that the user can enter.
- setMaxLength(Integer) - Method in class com.vaadin.flow.data.validator.StringLengthValidator
-
Sets the maximum permissible length of the string.
- setMaxPadding(Number) - Method in class com.vaadin.flow.component.charts.model.Axis
-
Padding of the max value relative to the length of the axis.
- setMaxPadding(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
Padding of the max value relative to the length of the axis.
- setMaxPadding(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
Padding of the max value relative to the length of the axis.
- setMaxPadding(Number) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
Padding of the max value relative to the length of the axis.
- setMaxPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
-
The maximum allowed pixel width for a column, translated to the height of a bar in a bar chart.
- setMaxPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
The maximum allowed pixel width for a column, translated to the height of a bar in a bar chart.
- setMaxPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
The maximum allowed pixel width for a column, translated to the height of a bar in a bar chart.
- setMaxPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
The maximum allowed pixel width for a column, translated to the height of a bar in a bar chart.
- setMaxPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
The maximum allowed pixel width for a column, translated to the height of a bar in a bar chart.
- setMaxPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
The maximum allowed pixel width for a column, translated to the height of a bar in a bar chart.
- setMaxPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
The maximum allowed pixel width for a column, translated to the height of a bar in a bar chart.
- setMaxPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
The maximum allowed pixel width for a column, translated to the height of a bar in a bar chart.
- setMaxPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
The maximum allowed pixel width for a column, translated to the height of a bar in a bar chart.
- setMaxPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
The maximum allowed pixel width for a column, translated to the height of a bar in a bar chart.
- setMaxPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
-
The maximum allowed pixel width for a column, translated to the height of a bar in a bar chart.
- setMaxPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
The maximum allowed pixel width for a column, translated to the height of a bar in a bar chart.
- setMaxPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
-
The maximum allowed pixel width for a column, translated to the height of a bar in a bar chart.
- setMaxPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
The maximum allowed pixel width for a column, translated to the height of a bar in a bar chart.
- setMaxPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
-
The maximum allowed pixel width for a column, translated to the height of a bar in a bar chart.
- setMaxScreenshotRetries(int) - Static method in class com.vaadin.testbench.Parameters
-
Sets the maximum allowed retries when comparing screen shots.
- setMaxSize(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
Maximum bubble size.
- setMaxValue(T) - Method in class com.vaadin.flow.data.validator.RangeValidator
-
Sets the maximum value of the range.
- setMaxValueIncluded(boolean) - Method in class com.vaadin.flow.data.validator.RangeValidator
-
Sets whether the maximum value is part of the accepted range.
- setMaxWidth(float, Unit) - Method in interface com.vaadin.flow.component.HasSize
-
Sets the max-width of the component.
- setMaxWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Condition
-
The responsive rule applies if the chart width is less than this.
- setMaxWidth(String) - Method in class com.vaadin.flow.component.dialog.Dialog
- setMaxWidth(String) - Method in interface com.vaadin.flow.component.HasSize
-
Sets the max-width of the component.
- setMaxZoom(Double) - Method in class com.vaadin.flow.component.map.configuration.layer.Layer
-
Sets the maximum zoom level at which this layer will be visible.
- setMedian(Number) - Method in class com.vaadin.flow.component.charts.model.BoxPlotItem
-
Sets the median of the item.
- setMedianColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
The color of the median line.
- setMedianWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
The pixel width of the median line.
- setMenuItemDefinitions(Map<String, ExportingMenuItemDefinition>) - Method in class com.vaadin.flow.component.charts.model.Exporting
-
An object consisting of definitions for the menu items in the context menu.
- setMenuItemHoverStyle(Style) - Method in class com.vaadin.flow.component.charts.model.Navigation
-
CSS styles for the hover state of the individual items within the popup menu appearing by default when the export icon is clicked.
- setMenuItems(ContextButtonMenuItem[]) - Method in class com.vaadin.flow.component.charts.model.ContextButton
-
A collection of config options for the menu items.
- setMenuItemStyle(Style) - Method in class com.vaadin.flow.component.charts.model.Navigation
-
CSS styles for the individual items within the popup menu appearing by default when the export icon is clicked.
- setMenuStyle(Style) - Method in class com.vaadin.flow.component.charts.model.Navigation
-
CSS styles for the popup menu appearing by default when the export icon is clicked.
- setMessage(String) - Method in class com.vaadin.flow.component.cookieconsent.CookieConsent
-
Sets the consent message to show in the banner.
- setMessage(String) - Method in class com.vaadin.flow.component.login.LoginI18n.ErrorMessage
- setMessage(String) - Method in class com.vaadin.flow.component.messages.MessageInputI18n
-
Sets the translated word for
message
. - setMessageConfigurator(CollaborationMessageList.MessageConfigurator) - Method in class com.vaadin.collaborationengine.CollaborationMessageList
-
Sets a configurator callback for the messages.
- setMessageHandler(MessageHandler) - Method in class com.vaadin.collaborationengine.MessageManager
-
Sets a handler which will be invoked for all messages already in the topic and when a new message is submitted.
- setMeta(boolean) - Method in class com.vaadin.testbench.unit.MetaKeys
-
Set meta key down state to given value.
- setMetaKey(boolean) - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
- setMetaKey(boolean) - Method in class com.vaadin.flow.component.map.events.MouseEventDetails
- setMin(double) - Method in class com.vaadin.flow.component.progressbar.ProgressBar
-
Sets the minimum bound of the progressbar
- setMin(double) - Method in class com.vaadin.flow.component.textfield.AbstractNumberField
-
Sets the minimum value of the field.
- setMin(double) - Method in class com.vaadin.flow.component.textfield.NumberField
- setMin(int) - Method in class com.vaadin.flow.component.textfield.IntegerField
-
Sets the minimum value of the field.
- setMin(Number) - Method in class com.vaadin.flow.component.charts.model.Axis
-
The minimum value of the axis.
- setMin(LocalDate) - Method in class com.vaadin.flow.component.datepicker.DatePicker
-
Sets the minimum date in the date picker.
- setMin(LocalDateTime) - Method in class com.vaadin.flow.component.datetimepicker.DateTimePicker
-
Sets the minimum date and time in the date time picker.
- setMin(LocalTime) - Method in class com.vaadin.flow.component.timepicker.TimePicker
-
Sets the minimum time in the time picker.
- setMin(Date) - Method in class com.vaadin.flow.component.charts.model.Axis
-
The minimum value of the axis as Date.
- setMinColor(Color) - Method in class com.vaadin.flow.component.charts.model.ColorAxis
-
Solid gauge only.
- setMinColor(Color) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
Solid gauge only.
- setMinHeight(float, Unit) - Method in interface com.vaadin.flow.component.HasSize
-
Sets the min-height of the component.
- setMinHeight(Number) - Method in class com.vaadin.flow.component.charts.model.Condition
-
The responsive rule applies if the chart height is greater than this.
- setMinHeight(String) - Method in class com.vaadin.flow.component.dialog.Dialog
- setMinHeight(String) - Method in interface com.vaadin.flow.component.HasSize
-
Sets the min-height of the component.
- setMinLength(int) - Method in class com.vaadin.flow.component.textfield.EmailField
-
Minimum number of characters (in Unicode code points) that the user can enter.
- setMinLength(int) - Method in class com.vaadin.flow.component.textfield.PasswordField
-
Minimum number of characters (in Unicode code points) that the user can enter.
- setMinLength(int) - Method in class com.vaadin.flow.component.textfield.TextArea
-
Minimum number of characters (in Unicode code points) that the user can enter.
- setMinLength(int) - Method in class com.vaadin.flow.component.textfield.TextField
-
Minimum number of characters (in Unicode code points) that the user can enter.
- setMinLength(Integer) - Method in class com.vaadin.flow.data.validator.StringLengthValidator
-
Sets the minimum permissible length.
- setMinLinkWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
-
The minimal width for a line of a sankey.
- setMinorGridLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
Color of the minor, secondary grid lines.
- setMinorGridLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
Color of the minor, secondary grid lines.
- setMinorGridLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
Color of the minor, secondary grid lines.
- setMinorGridLineDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
The dash or dot style of the minor grid lines.
- setMinorGridLineDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
The dash or dot style of the minor grid lines.
- setMinorGridLineDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
The dash or dot style of the minor grid lines.
- setMinorGridLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
Width of the minor, secondary grid lines.
- setMinorGridLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
Width of the minor, secondary grid lines.
- setMinorGridLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
Width of the minor, secondary grid lines.
- setMinorTickColor(Color) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
Color for the minor tick marks.
- setMinorTickColor(Color) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
Color for the minor tick marks.
- setMinorTickColor(Color) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
Color for the minor tick marks.
- setMinorTickInterval(TickIntervalStyle) - Method in class com.vaadin.flow.component.charts.model.style.AxisStyle
-
Sets the tick interval in scale units for the minor ticks.
- setMinorTickInterval(String) - Method in class com.vaadin.flow.component.charts.model.Axis
-
Tick interval in scale units for the minor ticks.
- setMinorTickInterval(String) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
Tick interval in scale units for the minor ticks.
- setMinorTickInterval(String) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
Tick interval in scale units for the minor ticks.
- setMinorTickInterval(String) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
Tick interval in scale units for the minor ticks.
- setMinorTickLength(Number) - Method in class com.vaadin.flow.component.charts.model.Axis
-
The pixel length of the minor tick marks.
- setMinorTickLength(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
The pixel length of the minor tick marks.
- setMinorTickLength(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
The pixel length of the minor tick marks.
- setMinorTickLength(Number) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
The pixel length of the minor tick marks.
- setMinorTickPosition(TickPosition) - Method in class com.vaadin.flow.component.charts.model.Axis
-
The position of the minor tick marks relative to the axis line.
- setMinorTickPosition(TickPosition) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
The position of the minor tick marks relative to the axis line.
- setMinorTickPosition(TickPosition) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
The position of the minor tick marks relative to the axis line.
- setMinorTickPosition(TickPosition) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
The position of the minor tick marks relative to the axis line.
- setMinorTickWidth(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
The pixel width of the minor tick mark.
- setMinorTickWidth(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
The pixel width of the minor tick mark.
- setMinorTickWidth(Number) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
The pixel width of the minor tick mark.
- setMinPadding(Number) - Method in class com.vaadin.flow.component.charts.model.Axis
-
Padding of the min value relative to the length of the axis.
- setMinPadding(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
Padding of the min value relative to the length of the axis.
- setMinPadding(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
Padding of the min value relative to the length of the axis.
- setMinPadding(Number) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
Padding of the min value relative to the length of the axis.
- setMinPointLength(Number) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
-
The minimal height for a column or width for a bar.
- setMinPointLength(Number) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
The minimal height for a column or width for a bar.
- setMinPointLength(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
The minimal height for a column or width for a bar.
- setMinPointLength(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
The minimal height for a column or width for a bar.
- setMinPointLength(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
The minimal height for a column or width for a bar.
- setMinPointLength(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
The minimal height for a column or width for a bar.
- setMinPointLength(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
The minimal height for a column or width for a bar.
- setMinPointLength(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
The minimal height for a column or width for a bar.
- setMinPointLength(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
The minimal height for a column or width for a bar.
- setMinPointLength(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
-
The minimal height for a column or width for a bar.
- setMinRange(Number) - Method in class com.vaadin.flow.component.charts.model.Axis
-
The minimum range to display on this axis.
- setMinRange(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
The minimum range to display on this axis.
- setMinRange(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
The minimum range to display on this axis.
- setMinRange(Number) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
The minimum range to display on this axis.
- setMinSize(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
-
The minimum size for a pie in response to auto margins.
- setMinSize(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
-
The minimum size for a pie in response to auto margins.
- setMinSize(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
-
The minimum size for a pie in response to auto margins.
- setMinSize(Number) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
-
The minimum size for a pie in response to auto margins.
- setMinSize(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
Minimum bubble size.
- setMinTickInterval(Number) - Method in class com.vaadin.flow.component.charts.model.Axis
-
The minimum tick interval allowed in axis values.
- setMinTickInterval(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
The minimum tick interval allowed in axis values.
- setMinTickInterval(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
The minimum tick interval allowed in axis values.
- setMinTickInterval(Number) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
The minimum tick interval allowed in axis values.
- setMinute(String) - Method in class com.vaadin.flow.component.charts.model.DateTimeLabelFormats
-
Sets the format String for minute resolution.
- setMinValue(T) - Method in class com.vaadin.flow.data.validator.RangeValidator
-
Sets the minimum value of the range.
- setMinValueIncluded(boolean) - Method in class com.vaadin.flow.data.validator.RangeValidator
-
Sets whether the minimum value is part of the accepted range.
- setMinWidth(float, Unit) - Method in interface com.vaadin.flow.component.HasSize
-
Sets the min-width of the component.
- setMinWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Condition
-
The responsive rule applies if the chart width is greater than this.
- setMinWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Scrollbar
-
The minimum width of the scrollbar.
- setMinWidth(String) - Method in class com.vaadin.flow.component.dialog.Dialog
- setMinWidth(String) - Method in interface com.vaadin.flow.component.HasSize
-
Sets the min-width of the component.
- setMinZoom(Double) - Method in class com.vaadin.flow.component.map.configuration.layer.Layer
-
Sets the minimum zoom level at which this layer will be visible.
- setModal(boolean) - Method in class com.vaadin.flow.component.dialog.Dialog
-
Sets whether component will open modal or modeless dialog.
- setModal(boolean) - Method in class com.vaadin.testbench.unit.ComponentTester
-
Set component modality.
- setModelValue(T, boolean) - Method in class com.vaadin.flow.component.AbstractCompositeField
-
Updates the model value if the value has actually changed.
- setModelValue(T, boolean) - Method in class com.vaadin.flow.component.AbstractField
-
Updates the model value if the value has actually changed.
- setModelValue(T, boolean) - Method in class com.vaadin.flow.component.internal.AbstractFieldSupport
-
Delegate method corresponding to
AbstractField.setModelValue(Object, boolean)
. - setMonth(String) - Method in class com.vaadin.flow.component.charts.model.DateTimeLabelFormats
-
Sets the format String for month resolution.
- setMonthNames(List<String>) - Method in class com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n
-
Sets the name of the months, starting from January and ending on December.
- setMonths(String[]) - Method in class com.vaadin.flow.component.charts.model.Lang
-
An array containing the months names.
- setMoreOptions(String) - Method in class com.vaadin.flow.component.menubar.MenuBar.MenuBarI18n
-
Sets the text that is used on the overflow button to make it accessible.
- setMultiSort(boolean) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets whether multiple column sorting is enabled on the client-side.
- setMultiSort(boolean, boolean) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets whether multiple column sorting is enabled on the client-side.
- setMultiSort(boolean, Grid.MultiSortPriority) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets whether multiple column sorting is enabled on the client-side.
- setMultiSort(boolean, Grid.MultiSortPriority, boolean) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets whether multiple column sorting is enabled on the client-side.
- setName(String) - Method in class com.vaadin.collaborationengine.SystemUserInfo
- setName(String) - Method in class com.vaadin.collaborationengine.UserInfo
-
Sets the user's name.
- setName(String) - Method in class com.vaadin.flow.component.avatar.Avatar
-
Sets the name for the avatar.
- setName(String) - Method in class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupItem
-
Sets the name for the avatar.
- setName(String) - Method in class com.vaadin.flow.component.charts.model.AbstractSeries
- setName(String) - Method in class com.vaadin.flow.component.charts.model.AbstractSeriesItem
-
Sets the name of the data item as shown in the legend, tooltip, dataLabel etc.
- setName(String) - Method in class com.vaadin.flow.component.charts.model.DataSeriesItem
-
Sets the name of the data item as shown in the legend, tooltip, dataLabel etc.
- setName(String) - Method in class com.vaadin.flow.component.charts.model.Node
-
The name to display for the node in data labels and tooltips.
- setName(String) - Method in class com.vaadin.flow.component.charts.model.NodeSeriesItem
-
The name of the point as shown in the legend, tooltip, dataLabels, etc.
- setName(String) - Method in interface com.vaadin.flow.component.charts.model.Series
-
Sets the name of the series as shown in the legend, tooltip etc.
- setName(String) - Method in class com.vaadin.flow.component.datepicker.DatePicker
-
Sets the name of the DatePicker.
- setName(String) - Method in class com.vaadin.flow.component.html.IFrame
-
Sets the name attribute.
- setName(String) - Method in class com.vaadin.flow.component.html.Param
-
Sets a "name" attribute value.
- setNavigation(LegendNavigation) - Method in class com.vaadin.flow.component.charts.model.Legend
-
Options for the paging or navigation appearing when the legend is overflown.
- setNavigation(Navigation) - Method in class com.vaadin.flow.component.charts.model.Configuration
-
Set options for buttons and menus appearing in the exporting module.
- setNavigationTarget(Class<? extends Component>) - Method in class com.vaadin.flow.router.NavigationState
-
Sets the navigation target of this state.
- setNavigator(Navigator) - Method in class com.vaadin.flow.component.charts.model.Configuration
-
Set configuration for the navigator
- setNavigatorOptions(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
Options for the corresponding navigator series if
showInNavigator
istrue
for this series. - setNavigatorOptions(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
Options for the corresponding navigator series if
showInNavigator
istrue
for this series. - setNavigatorOptions(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
Options for the corresponding navigator series if
showInNavigator
istrue
for this series. - setNavigatorOptions(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
Options for the corresponding navigator series if
showInNavigator
istrue
for this series. - setNavigatorOptions(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
Options for the corresponding navigator series if
showInNavigator
istrue
for this series. - setNavigatorOptions(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
Options for the corresponding navigator series if
showInNavigator
istrue
for this series. - setNavigatorOptions(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
Options for the corresponding navigator series if
showInNavigator
istrue
for this series. - setNavigatorOptions(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
Options for the corresponding navigator series if
showInNavigator
istrue
for this series. - setNavigatorOptions(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
Options for the corresponding navigator series if
showInNavigator
istrue
for this series. - setNavigatorOptions(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
Options for the corresponding navigator series if
showInNavigator
istrue
for this series. - setNavigatorOptions(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
Options for the corresponding navigator series if
showInNavigator
istrue
for this series. - setNavigatorOptions(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
Options for the corresponding navigator series if
showInNavigator
istrue
for this series. - setNavigatorOptions(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
Options for the corresponding navigator series if
showInNavigator
istrue
for this series. - setNavigatorOptions(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
Options for the corresponding navigator series if
showInNavigator
istrue
for this series. - setNavigatorOptions(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
Options for the corresponding navigator series if
showInNavigator
istrue
for this series. - setNavigatorOptions(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
Options for the corresponding navigator series if
showInNavigator
istrue
for this series. - setNavigatorOptions(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
-
Options for the corresponding navigator series if
showInNavigator
istrue
for this series. - setNavigatorOptions(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
Options for the corresponding navigator series if
showInNavigator
istrue
for this series. - setNeckHeight(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
-
The height of the neck, the lower part of the funnel.
- setNeckWidth(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
-
The width of the neck, the lower part of the funnel.
- setNegativeColor(Color) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
The color for the parts of the graph or points that are below the threshold.
- setNegativeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
The color for the parts of the graph or points that are below the threshold.
- setNegativeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
The color for the parts of the graph or points that are below the threshold.
- setNegativeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
The color for the parts of the graph or points that are below the threshold.
- setNegativeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
The color for the parts of the graph or points that are below the threshold.
- setNegativeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
The color for the parts of the graph or points that are below the threshold.
- setNegativeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
The color for the parts of the graph or points that are below the threshold.
- setNegativeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
When a point's Z value is below the zThreshold setting, this color is used.
- setNegativeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
The color for the parts of the graph or points that are below the threshold.
- setNegativeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
The color for the parts of the graph or points that are below the threshold.
- setNegativeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
The color for the parts of the graph or points that are below the threshold.
- setNegativeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
The color for the parts of the graph or points that are below the threshold.
- setNegativeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
The color for the parts of the graph or points that are below the threshold.
- setNegativeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
-
The color for the parts of the graph or points that are below the threshold.
- setNegativeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
The color for the parts of the graph or points that are below the threshold.
- setNegativeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
The color for the parts of the graph or points that are below the threshold.
- setNegativeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
The color for the parts of the graph or points that are below the threshold.
- setNegativeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
The color for the parts of the graph or points that are below the threshold.
- setNegativeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
The color for the parts of the graph or points that are below the threshold.
- setNegativeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
The color for the parts of the graph or points that are below the threshold.
- setNegativeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
The color for the parts of the graph or points that are below the threshold.
- setNegativeFillColor(Color) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
A separate color for the negative part of the area.
- setNegativeFillColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
A separate color for the negative part of the area.
- setNegativeFillColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
A separate color for the negative part of the area.
- setNegativeFillColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
A separate color for the negative part of the area.
- setNegativeFillColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
A separate color for the negative part of the area.
- setNestedNullBehavior(Grid.NestedNullBehavior) - Method in class com.vaadin.flow.component.grid.Grid
-
Set the behavior when facing nested
null
values. - setNewButton(Component) - Method in class com.vaadin.flow.component.crud.Crud
-
Sets the Crud new item button
- setNewInstance(boolean) - Method in class com.vaadin.open.Options
- setNewItem(String) - Method in class com.vaadin.flow.component.crud.CrudI18n
-
Sets the new button and editor title text
- setNoCacheHeaders() - Method in interface com.vaadin.flow.server.VaadinResponse
-
Sets all conceivable headers that might prevent a response from being stored in any caches.
- setNoData(NoData) - Method in class com.vaadin.flow.component.charts.model.Configuration
-
Set options for displaying a message when no data is available.
- setNoData(String) - Method in class com.vaadin.flow.component.charts.model.Lang
-
The text to display when the chart contains no data.
- setNodeAutoUpdate(boolean) - Method in class com.vaadin.flow.server.frontend.Options
-
Sets whether it is fine to automatically update the alternate node installation if installed version is older than the current default.
- setNodeDownloadRoot(URI) - Method in class com.vaadin.flow.server.frontend.FrontendToolsSettings
-
Set the root URI for downloading node.
- setNodeDownloadRoot(URI) - Method in class com.vaadin.flow.server.frontend.installer.NodeInstaller
-
Set a custom download root.
- setNodeIdPropertyName(String) - Method in class com.vaadin.flow.data.renderer.ComponentDataGenerator
- setNodePadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
-
The padding between nodes in a sankey diagram or dependency wheel, in pixels.
- setNodeVersion(String) - Method in class com.vaadin.flow.server.frontend.FrontendToolsSettings
-
Set the node version to install when installation is required.
- setNodeVersion(String) - Method in class com.vaadin.flow.server.frontend.installer.NodeInstaller
-
Set the node version to install.
- setNodeWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
-
In a horizontal chart, the width of the nodes in pixels.
- setNumericSymbolMagnitude(Number) - Method in class com.vaadin.flow.component.charts.model.Lang
-
The magnitude of numericSymbols replacements.
- setNumericSymbols(String[]) - Method in class com.vaadin.flow.component.charts.model.Lang
-
Metric prefixes used to shorten high numbers in axis labels.
- setOAuth2LoginPage(HttpSecurity, String) - Method in class com.vaadin.flow.spring.security.VaadinWebSecurity
-
Sets up the login page URI of the OAuth2 provider on the specified HttpSecurity instance.
- setObjectMapperInstance(ObjectWriter) - Static method in class com.vaadin.flow.component.charts.util.ChartSerialization
-
This method can be used to configure the
ObjectMapper
object used to serialize configuration objects to client side. - setOffset(Number) - Method in class com.vaadin.flow.component.charts.model.Axis
-
The distance in pixels from the plot area to the axis line.
- setOffset(Number) - Method in class com.vaadin.flow.component.charts.model.AxisTitle
-
The distance of the axis title from the axis line.
- setOffset(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
The distance in pixels from the plot area to the axis line.
- setOffset(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
The distance in pixels from the plot area to the axis line.
- setOffset(Number) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
The distance in pixels from the plot area to the axis line.
- setOffset(String) - Method in class com.vaadin.flow.component.charts.model.Node
-
In a horizontal layout, the vertical offset of a node in terms of weight.
- setOhlc(PlotOptionsOhlc) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
-
Sets the style options for
ChartType.OHLC
charts - setOnclick(String) - Method in class com.vaadin.flow.component.charts.model.ContextButtonMenuItem
- setOne(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.AddFiles
- setOne(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.DropFiles
- setOne(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.SingleMulti
-
Set translation for single upload.
- setOneActiveUser(String) - Method in class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupI18n
-
Sets the translated phrase for avatar group accessible label when having one active user.
- setOnKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
In case the flag is placed on a series, on what point key to place it.
- setOnonclick(String) - Method in class com.vaadin.flow.component.charts.model.ExportingMenuItemDefinition
- setOnSeries(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
The id of the series that the flags should be drawn on.
- setOnTableAnchorClick(String) - Method in class com.vaadin.flow.component.charts.model.Accessibility
- setOpacity(double) - Method in class com.vaadin.flow.component.map.configuration.layer.Layer
-
Sets the opacity of the layer.
- setOpacity(double) - Method in class com.vaadin.flow.component.map.configuration.style.ImageStyle.Options
- setOpacity(double) - Method in class com.vaadin.flow.component.map.configuration.style.ImageStyle
-
Sets the opacity for the image.
- setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
Opacity of a series parts: line, fill (e.g.
- setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
-
Opacity of a series parts: line, fill (e.g.
- setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
-
Opacity of a series parts: line, fill (e.g.
- setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.Halo
-
Opacity for the halo unless a specific fill is overridden using the
attributes
setting. - setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.Hover
-
The opacity of a point in treemap.
- setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.Inactive
-
The opacity of a point in treemap.
- setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
Opacity of a series parts: line, fill (e.g.
- setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
Opacity of a series parts: line, fill (e.g.
- setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
Opacity of a series parts: line, fill (e.g.
- setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
Opacity of a series parts: line, fill (e.g.
- setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
Opacity of a series parts: line, fill (e.g.
- setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
Opacity of a series parts: line, fill (e.g.
- setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
Opacity of a series parts: line, fill (e.g.
- setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
Opacity of a series parts: line, fill (e.g.
- setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
Opacity of a series parts: line, fill (e.g.
- setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
Opacity of a series parts: line, fill (e.g.
- setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
Opacity of a series parts: line, fill (e.g.
- setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
Opacity of a series parts: line, fill (e.g.
- setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
Opacity of a series parts: line, fill (e.g.
- setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
Opacity of a series parts: line, fill (e.g.
- setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
-
Opacity of a series parts: line, fill (e.g.
- setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
-
Opacity of a series parts: line, fill (e.g.
- setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
-
Opacity of a series parts: line, fill (e.g.
- setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
Opacity of a series parts: line, fill (e.g.
- setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
Opacity of a series parts: line, fill (e.g.
- setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
-
Opacity of a series parts: line, fill (e.g.
- setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
-
Opacity of a series parts: line, fill (e.g.
- setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
Opacity of a series parts: line, fill (e.g.
- setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
-
Opacity of a series parts: line, fill (e.g.
- setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
Opacity of a series parts: line, fill (e.g.
- setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
Opacity of a series parts: line, fill (e.g.
- setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
-
Opacity of a series parts: line, fill (e.g.
- setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
Opacity of a series parts: line, fill (e.g.
- setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
-
Opacity of a series parts: line, fill (e.g.
- setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
-
The opacity of a point in treemap.
- setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
Opacity of a series parts: line, fill (e.g.
- setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
-
Opacity of a series parts: line, fill (e.g.
- setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
Opacity of a series parts: line, fill (e.g.
- setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
-
Opacity of a series parts: line, fill (e.g.
- setOpaque(boolean) - Method in class com.vaadin.flow.component.map.configuration.source.TileSource.Options
- setOpen(boolean) - Method in class com.vaadin.flow.component.html.NativeDetails
-
Sets whether or not the details should be opened.
- setOpen(SerializableFunction<T, Object>) - Method in class com.vaadin.flow.component.charts.model.DataProviderSeries
-
Sets the function used for retrieving
open
values from the bean provided by the data provider. - setOpen(Number) - Method in class com.vaadin.flow.component.charts.model.OhlcItem
-
Sets the open value of the OHLC item
- setOpened(boolean) - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
-
Sets whether the dropdown should be opened or not.
- setOpened(boolean) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Opens or closes the dialog.
- setOpened(boolean) - Method in class com.vaadin.flow.component.crud.Crud
-
Opens or closes the editor.
- setOpened(boolean) - Method in class com.vaadin.flow.component.datepicker.DatePicker
-
Sets the opened property of the datepicker to open or close its overlay.
- setOpened(boolean) - Method in class com.vaadin.flow.component.details.Details
-
True if the details are opened and the content is displayed
- setOpened(boolean) - Method in class com.vaadin.flow.component.dialog.Dialog
-
Opens or closes the dialog.
- setOpened(boolean) - Method in class com.vaadin.flow.component.login.LoginOverlay
-
Opens or closes the login overlay.
- setOpened(boolean) - Method in class com.vaadin.flow.component.notification.Notification
-
Opens or closes the notification.
- setOpened(boolean) - Method in class com.vaadin.flow.component.select.Select
-
Set true to open the dropdown overlay.
- setOpened(boolean) - Method in class com.vaadin.flow.component.shared.Tooltip
-
When true, the tooltip is opened programmatically.
- setOpenOnClick(boolean) - Method in class com.vaadin.flow.component.contextmenu.ContextMenuBase
-
Determines the way for opening the context menu.
- setOpenOnHover(boolean) - Method in class com.vaadin.flow.component.menubar.MenuBar
-
Sets the event which opens the sub menus of the root level buttons.
- setOpposite(Boolean) - Method in class com.vaadin.flow.component.charts.model.Axis
-
Whether to display the axis on the opposite side of the normal.
- setOpposite(Boolean) - Method in class com.vaadin.flow.component.charts.model.Navigator
-
When the chart is inverted, whether to draw the navigator on the opposite side.
- setOpposite(Boolean) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
Whether to display the axis on the opposite side of the normal.
- setOpposite(Boolean) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
Whether to display the axis on the opposite side of the normal.
- setOpposite(Boolean) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
Whether to display the axis on the opposite side of the normal.
- setOptions(List<String>) - Method in class com.vaadin.flow.component.gridpro.GridPro.EditColumn
-
Sets the list of options that is used for select type of the editor.
- setOptions3d(Options3d) - Method in class com.vaadin.flow.component.charts.model.ChartModel
-
Options to render charts in 3 dimensions.
- setOrder(int, HasElement) - Method in class com.vaadin.flow.component.orderedlayout.FlexLayout
-
Sets the order property of the component inside the layout.
- setOrdinal(Boolean) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
In an ordinal axis, the points are equally spaced in the chart regardless of the actual time or x distance between them.
- setOrdinal(Boolean) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
In an ordinal axis, the points are equally spaced in the chart regardless of the actual time or x distance between them.
- setOrganization(PlotOptionsOrganization) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
-
Sets the style options for
ChartType.ORGANIZATION
charts - setOrientation(SplitLayout.Orientation) - Method in class com.vaadin.flow.component.splitlayout.SplitLayout
-
Set the orientation of the SplitLayout.
- setOrientation(Tabs.Orientation) - Method in class com.vaadin.flow.component.tabs.Tabs
-
Sets the orientation of this tab sheet.
- setOuterRadius(String) - Method in class com.vaadin.flow.component.charts.model.Background
-
Sets the outer radius of the circular shaped background using a string representation of a percentage, e.g.
- setOuterRadius(String) - Method in class com.vaadin.flow.component.charts.model.PlotBand
-
In a gauge chart, this option determines the outer radius of the plot band that stretches along the perimeter.
- setOutgoing(Boolean) - Method in class com.vaadin.flow.component.charts.model.NodeSeriesItem
-
Whether the link goes out of the system.
- setOutlineColor(Color) - Method in class com.vaadin.flow.component.charts.model.Navigator
-
The color of the line marking the currently zoomed area in the navigator.
- setOutlineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Navigator
-
The width of the line marking the currently zoomed area in the navigator.
- setOutside(Boolean) - Method in class com.vaadin.flow.component.charts.model.Tooltip
-
Whether to allow the tooltip to render outside the chart's SVG element box.
- setOverflow(String) - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
-
How to handle data labels that flow outside the plot area.
- setOverflow(String) - Method in class com.vaadin.flow.component.charts.model.DataLabels
-
How to handle data labels that flow outside the plot area.
- setOverflow(String) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
-
How to handle data labels that flow outside the plot area.
- setOverflow(String) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
-
How to handle data labels that flow outside the plot area.
- setOverlayClassName(String) - Method in interface com.vaadin.flow.component.shared.HasOverlayClassName
-
Sets a space-delimited list of CSS class names to set on the overlay element.
- setOvershoot(Number) - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
-
Allow the dial to overshoot the end of the perimeter axis by this many degrees.
- setOvershoot(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
-
Allow the dial to overshoot the end of the perimeter axis by this many degrees.
- setOvershoot(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
-
Allow the dial to overshoot the end of the perimeter axis by this many degrees.
- setOwnAvatarVisible(boolean) - Method in class com.vaadin.collaborationengine.CollaborationAvatarGroup
-
Sets whether to display user's own avatar in the avatar group or not.
- setPadding(boolean) - Method in interface com.vaadin.flow.component.orderedlayout.ThemableLayout
-
Toggles
padding
theme setting for the element. - setPadding(boolean) - Method in class com.vaadin.flow.component.orderedlayout.VerticalLayout
-
Toggles
padding
theme setting for the element. - setPadding(Number) - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
-
When either the
borderWidth
or thebackgroundColor
is set, this is the padding within the box. - setPadding(Number) - Method in class com.vaadin.flow.component.charts.model.CrosshairLabel
-
Padding inside the crosshair label.
- setPadding(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabels
-
When either the
borderWidth
or thebackgroundColor
is set, this is the padding within the box. - setPadding(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
-
When either the
borderWidth
or thebackgroundColor
is set, this is the padding within the box. - setPadding(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
-
When either the
borderWidth
or thebackgroundColor
is set, this is the padding within the box. - setPadding(Number) - Method in class com.vaadin.flow.component.charts.model.Labels
-
The pixel padding for axis labels, to ensure white space between them.
- setPadding(Number) - Method in class com.vaadin.flow.component.charts.model.Legend
-
The inner padding of the legend box.
- setPadding(Number) - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
-
Padding inside the tooltip, in pixels.
- setPadding(Number) - Method in class com.vaadin.flow.component.charts.model.Tooltip
-
Padding inside the tooltip, in pixels.
- setPageSize(int) - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
-
Sets the page size, which is the number of items requested at a time from the data provider.
- setPageSize(int) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets the page size, which is the number of items fetched at a time from the data provider.
- setPageSize(int) - Method in class com.vaadin.flow.component.virtuallist.paging.PagelessDataCommunicator
- setPageSize(int) - Method in class com.vaadin.flow.data.provider.DataCommunicator
-
Sets the page size that is used to fetch items.
- setPageTitle(String) - Method in class com.vaadin.flow.server.AppShellSettings
-
Set the page title.
- setPagingEnabled(boolean) - Method in class com.vaadin.flow.component.virtuallist.paging.PagelessDataCommunicator
- setPagingEnabled(boolean) - Method in class com.vaadin.flow.data.provider.DataCommunicator
-
Sets whether paged queries or offset/limit queries will be used.
- setPane(Pane) - Method in class com.vaadin.flow.component.charts.model.XAxis
- setPane(Pane) - Method in class com.vaadin.flow.component.charts.model.YAxis
- setPane(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
- setPane(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
- setPanKey(PanKey) - Method in class com.vaadin.flow.component.charts.model.ChartModel
-
Allows setting a key to switch between zooming and panning.
- setPanning(Boolean) - Method in class com.vaadin.flow.component.charts.model.ChartModel
-
Allow panning in a chart.
- setParameter(BeforeEvent, T) - Method in interface com.vaadin.flow.router.HasUrlParameter
-
Notifies about navigating to the target that implements this interface.
- setParameter(String, String) - Method in interface com.vaadin.flow.component.PushConfiguration
-
Sets the given parameter.
- setParameter(String, String) - Method in class com.vaadin.flow.internal.nodefeature.PushConfigurationMap
- setParams(Map<String, Object>) - Method in class com.vaadin.flow.component.map.configuration.source.ImageWMSSource.Options
- setParams(Map<String, Object>) - Method in class com.vaadin.flow.component.map.configuration.source.TileWMSSource.Options
- setParent(TreeSeriesItem) - Method in class com.vaadin.flow.component.charts.model.TreeSeriesItem
-
Set the parent of this node.
- setParent(StateNode) - Method in class com.vaadin.flow.internal.StateNode
-
Sets the parent node that this node belongs to.
- setParent(String) - Method in class com.vaadin.flow.component.charts.model.TreeSeriesItem
-
The value should be the id of the point which is the parent.
- setParent(T, T) - Method in class com.vaadin.flow.data.provider.hierarchy.TreeData
-
Moves an item to become a child of the given parent item.
- setParentAnnotatedRoute(String, Class<? extends Component>) - Method in class com.vaadin.flow.router.RouteConfiguration
-
Register a navigation target on the specified path.
- setParentRequestedRange(int, int, T) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalDataCommunicator
- setPartialFill(ItemPartialFill) - Method in class com.vaadin.flow.component.charts.model.DataSeriesItemXrange
-
Partial fill configuration for series points, typically used to visualize how much of a task is performed.
- setPartialFill(PartialFill) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
-
Partial fill configuration for series points, typically used to visualize how much of a task is performed.
- setPartialFill(TargetOptions) - Method in class com.vaadin.flow.component.charts.model.DataSeriesItemBullet
-
Individual target options for each point.
- setPartNameGenerator(SerializableFunction<T, String>) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Sets the function that is used for generating CSS part names for cells in this column.
- setPartNameGenerator(SerializableFunction<T, String>) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets the function that is used for generating CSS part names for all the cells in the rows in this grid.
- setPassword(String) - Method in class com.vaadin.flow.component.login.LoginI18n.Form
- setPassword(String) - Method in class com.vaadin.flow.server.frontend.installer.NodeInstaller
-
Set password to use.
- setPasswordVisible(boolean) - Method in class com.vaadin.flow.component.textfield.testbench.PasswordFieldElement
-
Sets whether the password should be shown in clear text or be hidden from view.
- setPattern(String) - Method in class com.vaadin.flow.component.combobox.ComboBox
-
Sets the pattern with which to validate the input
- setPattern(String) - Method in class com.vaadin.flow.component.textfield.EmailField
-
Sets a regular expression for the value to pass on the client-side.
- setPattern(String) - Method in class com.vaadin.flow.component.textfield.PasswordField
-
Sets a regular expression for the value to pass on the client-side.
- setPattern(String) - Method in class com.vaadin.flow.component.textfield.TextArea
-
Sets a regular expression for the value to pass on the client-side.
- setPattern(String) - Method in class com.vaadin.flow.component.textfield.TextField
-
Sets a regular expression for the value to pass on the client-side.
- setPayload(JsonValue) - Method in class com.vaadin.flow.internal.nodefeature.ElementData
-
Sets the payload data of the element.
- setPie(PlotOptionsPie) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
-
Sets the style options for
ChartType.PIE
charts - setPinchType(Dimension) - Method in class com.vaadin.flow.component.charts.model.ChartModel
-
Equivalent to zoomType, but for multitouch gestures only.
- setPivot(Pivot) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
-
Options for the pivot or the center point of the gauge.
- setPlaceholder(String) - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
-
Sets the placeholder text that should be displayed in the input element, when the user has not entered a value
- setPlaceholder(String) - Method in class com.vaadin.flow.component.datepicker.DatePicker
-
Sets the placeholder text that should be displayed in the input element, when the user has not entered a value.
- setPlaceholder(String) - Method in class com.vaadin.flow.component.html.Input
-
Sets the placeholder text that is shown if the input is empty.
- setPlaceholder(String) - Method in class com.vaadin.flow.component.select.Select
-
Sets the placeholder hint for the user.
- setPlaceholder(String) - Method in class com.vaadin.flow.component.textfield.TextFieldBase
-
Sets the placeholder text that should be displayed in the input element, when the user has not entered a value
- setPlaceholder(String) - Method in class com.vaadin.flow.component.timepicker.TimePicker
-
Sets the placeholder text that should be displayed in the input element, when the user has not entered a value.
- setPlaceholderItem(T) - Method in class com.vaadin.flow.component.virtuallist.VirtualList
-
Sets an item to be shown as placeholder in the list while the real data in being fetched from the server.
- setPlotBackgroundColor(Color) - Method in class com.vaadin.flow.component.charts.model.ChartModel
-
The background color or gradient for the plot area.
- setPlotBackgroundColor(Color) - Method in class com.vaadin.flow.component.charts.model.style.ChartStyle
-
Sets the background color of the plot area.
- setPlotBackgroundImage(String) - Method in class com.vaadin.flow.component.charts.model.ChartModel
-
The URL for an image to use as the plot background.
- setPlotBackgroundImage(String) - Method in class com.vaadin.flow.component.charts.model.style.ChartStyle
-
Sets the background of the plot to an image specified by the provided URL.
- setPlotBands(PlotBand...) - Method in class com.vaadin.flow.component.charts.model.Axis
-
An array of colored bands stretching across the plot area marking an interval on the axis.
- setPlotBands(PlotBand...) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
An array of colored bands stretching across the plot area marking an interval on the axis.
- setPlotBands(PlotBand...) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
An array of objects defining plot bands on the Y axis.
- setPlotBands(PlotBand...) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
An array of colored bands stretching across the plot area marking an interval on the axis.
- setPlotBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.ChartModel
-
The color of the inner chart or plot area border.
- setPlotBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.style.ChartStyle
-
Sets the color of the outer chart border.
- setPlotBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.ChartModel
-
The pixel width of the plot area border.
- setPlotBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.style.ChartStyle
-
Sets the pixel width of the plot area border.
- setPlotLines(PlotLine...) - Method in class com.vaadin.flow.component.charts.model.Axis
-
An array of lines stretching across the plot area, marking a specific value on one of the axes.
- setPlotLines(PlotLine...) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
An array of lines stretching across the plot area, marking a specific value on one of the axes.
- setPlotLines(PlotLine...) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
An array of objects representing plot lines on the X axis
- setPlotLines(PlotLine...) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
An array of lines stretching across the plot area, marking a specific value on one of the axes.
- setPlotOptions(AbstractPlotOptions) - Method in class com.vaadin.flow.component.charts.model.AbstractSeries
-
Sets the plot options for this specific series.
- setPlotOptions(AbstractPlotOptions) - Method in interface com.vaadin.flow.component.charts.model.Series
-
Sets the plot options for this specific series.
- setPlotOptions(AbstractPlotOptions...) - Method in class com.vaadin.flow.component.charts.model.Configuration
-
Sets component-wide default plot options.
- setPlotOptions(PlotOptionsStyle) - Method in class com.vaadin.flow.component.charts.model.style.Theme
-
Set new style of plot
- setPlotShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.ChartModel
-
Whether to apply a drop shadow to the plot area.
- setPlotShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.style.ChartStyle
-
Sets whether to apply a drop shadow to the plot area.
- setPoint(AnnotationItemLabelPoint) - Method in class com.vaadin.flow.component.charts.model.AnnotationItemLabel
-
Sets the
AnnotationItemLabelPoint
that contains the coordinate data for the label - setPointDateFormat(String) - Method in class com.vaadin.flow.component.charts.model.Accessibility
-
Date format to use for points on datetime axes when describing them to screen reader users.
- setPointDateFormatter(String) - Method in class com.vaadin.flow.component.charts.model.Accessibility
- setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.Accessibility
- setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
- setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
- setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
- setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
- setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
- setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
- setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
- setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
- setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
- setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
- setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
- setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
- setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
- setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
- setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
- setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
- setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
- setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
- setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
- setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
- setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
- setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
- setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
- setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
- setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
- setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
- setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
- setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
- setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
- setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
- setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
- setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PointOptions
- setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
- setPointFormat(String) - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
-
The HTML of the point's line in the tooltip.
- setPointFormat(String) - Method in class com.vaadin.flow.component.charts.model.Tooltip
-
The HTML of the point's line in the tooltip.
- setPointFormatter(String) - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
- setPointFormatter(String) - Method in class com.vaadin.flow.component.charts.model.Tooltip
- setPointInterval(Number) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
If no x values are given for the points in a series, pointInterval defines the interval of the x values.
- setPointInterval(Number) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
-
If no x values are given for the points in a series, pointInterval defines the interval of the x values.
- setPointInterval(Number) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
If no x values are given for the points in a series, pointInterval defines the interval of the x values in milliseconds.
- setPointInterval(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
If no x values are given for the points in a series, pointInterval defines the interval of the x values.
- setPointInterval(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
If no x values are given for the points in a series, pointInterval defines the interval of the x values.
- setPointInterval(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
If no x values are given for the points in a series, pointInterval defines the interval of the x values.
- setPointInterval(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
If no x values are given for the points in a series, pointInterval defines the interval of the x values.
- setPointInterval(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
If no x values are given for the points in a series, pointInterval defines the interval of the x values.
- setPointInterval(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
If no x values are given for the points in a series, pointInterval defines the interval of the x values.
- setPointInterval(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
If no x values are given for the points in a series, pointInterval defines the interval of the x values.
- setPointInterval(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
If no x values are given for the points in a series, pointInterval defines the interval of the x values.
- setPointInterval(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
If no x values are given for the points in a series, pointInterval defines the interval of the x values in milliseconds.
- setPointInterval(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
If no x values are given for the points in a series, pointInterval defines the interval of the x values.
- setPointInterval(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
If no x values are given for the points in a series, pointInterval defines the interval of the x values.
- setPointInterval(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
If no x values are given for the points in a series, pointInterval defines the interval of the x values.
- setPointInterval(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
If no x values are given for the points in a series, pointInterval defines the interval of the x values.
- setPointInterval(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
If no x values are given for the points in a series, pointInterval defines the interval of the x values in milliseconds.
- setPointInterval(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
If no x values are given for the points in a series, pointInterval defines the interval of the x values.
- setPointInterval(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
If no x values are given for the points in a series, pointInterval defines the interval of the x values.
- setPointInterval(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
If no x values are given for the points in a series, pointInterval defines the interval of the x values.
- setPointInterval(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
If no x values are given for the points in a series, pointInterval defines the interval of the x values.
- setPointInterval(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
If no x values are given for the points in a series, pointInterval defines the interval of the x values.
- setPointInterval(Number) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
If no x values are given for the points in a series, pointInterval defines the interval of the x values.
- setPointIntervalUnit(IntervalUnit) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
On datetime series, this allows for setting the pointInterval to irregular time units,
day
,month
andyear
. - setPointIntervalUnit(IntervalUnit) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
-
On datetime series, this allows for setting the pointInterval to irregular time units,
day
,month
andyear
. - setPointIntervalUnit(IntervalUnit) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
On datetime series, this allows for setting the pointInterval to irregular time units,
day
,month
andyear
. - setPointIntervalUnit(IntervalUnit) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
On datetime series, this allows for setting the pointInterval to irregular time units,
day
,month
andyear
. - setPointIntervalUnit(IntervalUnit) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
On datetime series, this allows for setting the pointInterval to irregular time units,
day
,month
andyear
. - setPointIntervalUnit(IntervalUnit) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
On datetime series, this allows for setting the pointInterval to irregular time units,
day
,month
andyear
. - setPointIntervalUnit(IntervalUnit) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
On datetime series, this allows for setting the pointInterval to irregular time units,
day
,month
andyear
. - setPointIntervalUnit(IntervalUnit) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
On datetime series, this allows for setting the pointInterval to irregular time units,
day
,month
andyear
. - setPointIntervalUnit(IntervalUnit) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
On datetime series, this allows for setting the pointInterval to irregular time units,
day
,month
andyear
. - setPointIntervalUnit(IntervalUnit) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
On datetime series, this allows for setting the pointInterval to irregular time units,
day
,month
andyear
. - setPointIntervalUnit(IntervalUnit) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
On datetime series, this allows for setting the pointInterval to irregular time units,
day
,month
andyear
. - setPointIntervalUnit(IntervalUnit) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
On datetime series, this allows for setting the pointInterval to irregular time units,
day
,month
andyear
. - setPointIntervalUnit(IntervalUnit) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
On datetime series, this allows for setting the pointInterval to irregular time units,
day
,month
andyear
. - setPointIntervalUnit(IntervalUnit) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
On datetime series, this allows for setting the pointInterval to irregular time units,
day
,month
andyear
. - setPointIntervalUnit(IntervalUnit) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
On datetime series, this allows for setting the pointInterval to irregular time units,
day
,month
andyear
. - setPointIntervalUnit(IntervalUnit) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
On datetime series, this allows for setting the pointInterval to irregular time units,
day
,month
andyear
. - setPointIntervalUnit(IntervalUnit) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
On datetime series, this allows for setting the pointInterval to irregular time units,
day
,month
andyear
. - setPointIntervalUnit(IntervalUnit) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
On datetime series, this allows for setting the pointInterval to irregular time units,
day
,month
andyear
. - setPointIntervalUnit(IntervalUnit) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
On datetime series, this allows for setting the pointInterval to irregular time units,
day
,month
andyear
. - setPointIntervalUnit(IntervalUnit) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
On datetime series, this allows for setting the pointInterval to irregular time units,
day
,month
andyear
. - setPointIntervalUnit(IntervalUnit) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
On datetime series, this allows for setting the pointInterval to irregular time units,
day
,month
andyear
. - setPointIntervalUnit(IntervalUnit) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
On datetime series, this allows for setting the pointInterval to irregular time units,
day
,month
andyear
. - setPointIntervalUnit(IntervalUnit) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
On datetime series, this allows for setting the pointInterval to irregular time units,
day
,month
andyear
. - setPointIntervalUnit(IntervalUnit) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
On datetime series, this allows for setting the pointInterval to irregular time units,
day
,month
andyear
. - setPointName(SerializableFunction<T, Object>) - Method in class com.vaadin.flow.component.charts.model.DataProviderSeries
-
Sets the function used for retrieving
name
values from the bean provided by the data provider. - setPointPadding(Number) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
-
Padding between each column or bar, in x axis units.
- setPointPadding(Number) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
Padding between each column or bar, in x axis units.
- setPointPadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
Padding between each column or bar, in x axis units.
- setPointPadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
Padding between each column or bar, in x axis units.
- setPointPadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
Padding between each column or bar, in x axis units.
- setPointPadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
Padding between each column or bar, in x axis units.
- setPointPadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
Padding between each column or bar, in x axis units.
- setPointPadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
Padding between each column or bar, in x axis units.
- setPointPadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
Padding between each column or bar, in x axis units.
- setPointPadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
Padding between each column or bar, in x axis units.
- setPointPadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
Padding between each column or bar, in x axis units.
- setPointPadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
-
Padding between each column or bar, in x axis units.
- setPointPlacement(PointPlacement) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
Possible values:
null
,"on"
,"between"
. - setPointPlacement(PointPlacement) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
-
Possible values:
null
,"on"
,"between"
. - setPointPlacement(PointPlacement) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
Possible values:
null
,"on"
,"between"
. - setPointPlacement(PointPlacement) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
Possible values:
null
,"on"
,"between"
. - setPointPlacement(PointPlacement) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
Possible values:
null
,"on"
,"between"
. - setPointPlacement(PointPlacement) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
Possible values:
null
,"on"
,"between"
. - setPointPlacement(PointPlacement) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
Possible values:
null
,"on"
,"between"
. - setPointPlacement(PointPlacement) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
Possible values:
null
,"on"
,"between"
. - setPointPlacement(PointPlacement) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
Possible values:
null
,"on"
,"between"
. - setPointPlacement(PointPlacement) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
Possible values:
null
,"on"
,"between"
. - setPointPlacement(PointPlacement) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
Possible values:
null
,"on"
,"between"
. - setPointPlacement(PointPlacement) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
Possible values:
null
,"on"
,"between"
. - setPointPlacement(PointPlacement) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
Possible values:
null
,"on"
,"between"
. - setPointPlacement(PointPlacement) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
Possible values:
null
,"on"
,"between"
. - setPointPlacement(PointPlacement) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
Possible values:
null
,"on"
,"between"
. - setPointPlacement(PointPlacement) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
Possible values:
null
,"on"
,"between"
. - setPointPlacement(PointPlacement) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
Possible values:
null
,"on"
,"between"
. - setPointPlacement(PointPlacement) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
Possible values:
null
,"on"
,"between"
. - setPointPlacement(PointPlacement) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
Possible values:
null
,"on"
,"between"
. - setPointPlacement(PointPlacement) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
Possible values:
null
,"on"
,"between"
. - setPointPlacement(PointPlacement) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
Possible values:
null
,"on"
,"between"
. - setPointPlacement(PointPlacement) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
Possible values:
null
,"on"
,"between"
. - setPointRange(Number) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
The width of each point on the x axis.
- setPointRange(Number) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
-
The X axis range that each point is valid for.
- setPointRange(Number) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
The width of each point on the x axis.
- setPointRange(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
The width of each point on the x axis.
- setPointRange(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
The width of each point on the x axis.
- setPointRange(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
The width of each point on the x axis.
- setPointRange(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
The width of each point on the x axis.
- setPointRange(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
The X axis range that each point is valid for.
- setPointRange(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
The X axis range that each point is valid for.
- setPointRange(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
The X axis range that each point is valid for.
- setPointRange(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
The width of each point on the x axis.
- setPointRange(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
The X axis range that each point is valid for.
- setPointRange(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
The X axis range that each point is valid for.
- setPointRange(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
The X axis range that each point is valid for.
- setPointRange(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
The width of each point on the x axis.
- setPointRange(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
The width of each point on the x axis.
- setPointRange(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
The width of each point on the x axis.
- setPointRange(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
The width of each point on the x axis.
- setPointRange(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
The width of each point on the x axis.
- setPointRange(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
The width of each point on the x axis.
- setPointRange(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
-
The width of each point on the x axis.
- setPointRange(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
The X axis range that each point is valid for.
- setPointRange(Number) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
The width of each point on the x axis.
- setPointStart(Number) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
If no x values are given for the points in a series, pointStart defines on what value to start.
- setPointStart(Number) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
-
If no x values are given for the points in a series, pointStart defines on what value to start.
- setPointStart(Number) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
If no x values are given for the points in a series, pointStart defines on what value to start.
- setPointStart(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
If no x values are given for the points in a series, pointStart defines on what value to start.
- setPointStart(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
If no x values are given for the points in a series, pointStart defines on what value to start.
- setPointStart(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
If no x values are given for the points in a series, pointStart defines on what value to start.
- setPointStart(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
If no x values are given for the points in a series, pointStart defines on what value to start.
- setPointStart(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
If no x values are given for the points in a series, pointStart defines on what value to start.
- setPointStart(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
If no x values are given for the points in a series, pointStart defines on what value to start.
- setPointStart(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
If no x values are given for the points in a series, pointStart defines on what value to start.
- setPointStart(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
If no x values are given for the points in a series, pointStart defines on what value to start.
- setPointStart(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
If no x values are given for the points in a series, pointStart defines on what value to start.
- setPointStart(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
If no x values are given for the points in a series, pointStart defines on what value to start.
- setPointStart(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
If no x values are given for the points in a series, pointStart defines on what value to start.
- setPointStart(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
If no x values are given for the points in a series, pointStart defines on what value to start.
- setPointStart(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
If no x values are given for the points in a series, pointStart defines on what value to start.
- setPointStart(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
If no x values are given for the points in a series, pointStart defines on what value to start.
- setPointStart(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
If no x values are given for the points in a series, pointStart defines on what value to start.
- setPointStart(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
If no x values are given for the points in a series, pointStart defines on what value to start.
- setPointStart(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
If no x values are given for the points in a series, pointStart defines on what value to start.
- setPointStart(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
If no x values are given for the points in a series, pointStart defines on what value to start.
- setPointStart(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
If no x values are given for the points in a series, pointStart defines on what value to start.
- setPointStart(Number) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
If no x values are given for the points in a series, pointStart defines on what value to start.
- setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
- setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
- setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
- setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
- setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
- setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
- setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
- setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
- setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
- setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
- setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
- setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
- setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
- setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
- setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
- setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
- setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
- setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
- setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
- setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
- setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
- setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PointOptions
- setPointStart(Date) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
Deprecated.as of 4.0. Use
AreaOptions.setPointStart(Instant)
- setPointStart(Date) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
- setPointStart(Date) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
Deprecated.as of 4.0. Use
OhlcOptions.setPointStart(Instant)
- setPointStart(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
Deprecated.as of 4.0. Use
PlotOptionsArea.setPointStart(Instant)
- setPointStart(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
Deprecated.as of 4.0. Use
PlotOptionsArearange.setPointStart(Instant)
- setPointStart(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
Deprecated.as of 4.0. Use
PlotOptionsAreaspline.setPointStart(Instant)
- setPointStart(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
Deprecated.as of 4.0. Use
PlotOptionsAreasplinerange.setPointStart(Instant)
- setPointStart(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
Deprecated.as of 4.0. Use
PlotOptionsBar.setPointStart(Instant)
- setPointStart(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
Deprecated.as of 4.0. Use
PlotOptionsBoxplot.setPointStart(Instant)
- setPointStart(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
Deprecated.as of 4.0. Use
PlotOptionsBubble.setPointStart(Instant)
- setPointStart(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
Deprecated.as of 4.0. Use
PlotOptionsCandlestick.setPointStart(Instant)
- setPointStart(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
Deprecated.as of 4.0. Use
PlotOptionsColumn.setPointStart(Instant)
- setPointStart(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
Deprecated.as of 4.0. Use
PlotOptionsColumnrange.setPointStart(Instant)
- setPointStart(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
Deprecated.as of 4.0. Use
PlotOptionsErrorbar.setPointStart(Instant)
- setPointStart(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
Deprecated.as of 4.0. Use
PlotOptionsLine.setPointStart(Instant)
- setPointStart(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
Deprecated.as of 4.0. Use
PlotOptionsOhlc.setPointStart(Instant)
- setPointStart(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
Deprecated.as of 4.0. Use
PlotOptionsPolygon.setPointStart(Instant)
- setPointStart(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
Deprecated.as of 4.0. Use
PlotOptionsScatter.setPointStart(Instant)
- setPointStart(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
Deprecated.as of 4.0. Use
PlotOptionsSeries.setPointStart(Instant)
- setPointStart(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
Deprecated.as of 4.0. Use
PlotOptionsSpline.setPointStart(Instant)
- setPointStart(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
Deprecated.as of 4.0. Use
PlotOptionsWaterfall.setPointStart(Instant)
- setPointStart(Date) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
Deprecated.
- setPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
-
A pixel value specifying a fixed width for each column or bar.
- setPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
A pixel value specifying a fixed width for each column or bar.
- setPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
A pixel value specifying a fixed width for each column or bar.
- setPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
A pixel value specifying a fixed width for each column or bar.
- setPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
A pixel value specifying a fixed width for each column or bar.
- setPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
A pixel value specifying a fixed width for each column or bar.
- setPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
A pixel value specifying a fixed width for each column or bar.
- setPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
A pixel value specifying a fixed width for each column or bar.
- setPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
A pixel value specifying a fixed width for each column or bar.
- setPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
A pixel value specifying a fixed width for each column or bar.
- setPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
A pixel value specifying a fixed width for each column or bar.
- setPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
-
A pixel value specifying a fixed width for each column or bar.
- setPolar(Boolean) - Method in class com.vaadin.flow.component.charts.model.ChartModel
-
When true, cartesian charts like line, spline, area and column are transformed into the polar coordinate system.
- setPollInterval(int) - Method in class com.vaadin.flow.component.UI
-
Sets the interval with which the UI should poll the server to see if there are any changes.
- setPollInterval(int) - Method in class com.vaadin.flow.internal.nodefeature.PollConfigurationMap
-
Sets the poll interval.
- setPolygon(PlotOptionsPolygon) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
-
Sets the style options for
ChartType.POLYGON
charts - setPosition(float) - Method in class com.vaadin.flow.component.charts.model.Stop
- setPosition(ButtonPosition) - Method in class com.vaadin.flow.component.charts.model.DrillUpButton
-
Positioning options for the button within the
DrillUpButton.setRelativeTo(DrillUpButtonRelativeTo)
box. - setPosition(Position) - Method in class com.vaadin.flow.component.charts.model.Credits
-
Position configuration for the credits label.
- setPosition(Position) - Method in class com.vaadin.flow.component.charts.model.NoData
-
The position of the no-data label, relative to the plot area.
- setPosition(Position) - Method in class com.vaadin.flow.component.charts.model.ResetZoomButton
-
The position of the button.
- setPosition(StylePosition) - Method in class com.vaadin.flow.component.charts.model.style.Style
-
Sets the
position
CSS attribute - setPosition(CookieConsent.Position) - Method in class com.vaadin.flow.component.cookieconsent.CookieConsent
-
Sets the position of the banner on the page.
- setPosition(Notification.Position) - Method in class com.vaadin.flow.component.notification.Notification
-
Set position of the notification.
- setPosition(Tooltip.TooltipPosition) - Method in class com.vaadin.flow.component.shared.Tooltip
-
Position of the tooltip with respect to its target.
- setPositioner(String) - Method in class com.vaadin.flow.component.charts.model.Tooltip
- setPrefix(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.RemainingTime
-
Set prefix translation.
- setPrefixComponent(Component) - Method in interface com.vaadin.flow.component.shared.HasPrefix
-
Adds the given component into this field before the content, replacing any existing prefix component.
- setPresenceHandler(PresenceHandler) - Method in class com.vaadin.collaborationengine.PresenceManager
-
Sets a handler which will be invoked when a user becomes present.
- setPresentationValue(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor
- setPresentationValue(T) - Method in class com.vaadin.flow.component.AbstractCompositeField
-
Updates the presentation of this field to display the provided value.
- setPresentationValue(T) - Method in class com.vaadin.flow.component.AbstractField
-
Updates the presentation of this field to display the provided value.
- setPresentationValue(T) - Method in class com.vaadin.flow.component.AbstractSinglePropertyField
- setPresentationValue(T) - Method in class com.vaadin.flow.component.customfield.CustomField
-
This method should be implemented to set the value of the fields contained in this custom field according to the value of the parameter.
- setPrimarySection(AppLayout.Section) - Method in class com.vaadin.flow.component.applayout.AppLayout
-
Defines whether navbar or drawer will come first visually.
- setPrimaryStyle(String, String) - Method in class com.vaadin.flow.component.splitlayout.SplitLayout
-
Set a style to the component in the primary split.
- setPrintChart(String) - Method in class com.vaadin.flow.component.charts.model.Lang
-
Exporting module only.
- setPrintMaxWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Exporting
-
When printing the chart from the menu item in the burger menu, if the on-screen chart exceeds this width, it is resized.
- setProcessing(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Status
-
Set processing translation.
- setProgressListener(ProgressListener) - Method in class com.vaadin.external.apache.commons.fileupload2.FileUploadBase
-
Sets the progress listener.
- setProjection(String) - Method in class com.vaadin.flow.component.map.configuration.source.Source.Options
- setPropertiesLocation(File) - Method in class com.vaadin.experimental.FeatureFlags
-
Set by the Maven / Gradle plugin when running through that so the feature flags will be correctly detected.
- setProperty(PropertyConfiguration<C, P>, P) - Method in class com.vaadin.flow.component.webcomponent.WebComponent
-
Sets property value on the client-side to the given
value
. - setProperty(StateNode, String, Serializable, boolean) - Method in interface com.vaadin.flow.dom.ElementStateProvider
-
Sets the given property to the given value.
- setProperty(StateNode, String, Serializable, boolean) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
- setProperty(StateNode, String, Serializable, boolean) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
- setProperty(StateNode, String, Serializable, boolean) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
- setProperty(String, boolean) - Method in class com.vaadin.flow.dom.Element
-
Sets the given property to the given boolean value.
- setProperty(String, double) - Method in class com.vaadin.flow.dom.Element
-
Sets the given property to the given numeric value.
- setProperty(String, SerializableFunction<T, Object>) - Method in class com.vaadin.flow.component.charts.model.DataProviderSeries
-
Sets the function used for retrieving the value for the given property name from the given data provider.
- setProperty(String, Serializable) - Method in class com.vaadin.flow.internal.nodefeature.ElementPropertyMap
-
Sets a property to the given value.
- setProperty(String, Serializable, boolean) - Method in class com.vaadin.flow.internal.nodefeature.AbstractPropertyMap
-
Sets a property to the given value.
- setProperty(String, Serializable, boolean) - Method in class com.vaadin.flow.internal.nodefeature.ElementPropertyMap
- setProperty(String, Serializable, boolean) - Method in class com.vaadin.flow.internal.nodefeature.ElementStylePropertyMap
- setProperty(String, Boolean) - Method in interface com.vaadin.testbench.HasPropertySettersGetters
-
Sets a JavaScript property of the given element.
- setProperty(String, Boolean) - Method in class com.vaadin.testbench.TestBenchElement
- setProperty(String, Double) - Method in interface com.vaadin.testbench.HasPropertySettersGetters
-
Sets a JavaScript property of the given element.
- setProperty(String, Double) - Method in class com.vaadin.testbench.TestBenchElement
- setProperty(String, Integer) - Method in interface com.vaadin.testbench.HasPropertySettersGetters
-
Sets a JavaScript property of the given element.
- setProperty(String, Integer) - Method in class com.vaadin.testbench.TestBenchElement
- setProperty(String, String) - Method in class com.vaadin.flow.dom.Element
-
Sets the given property to the given string value.
- setProperty(String, String) - Method in interface com.vaadin.testbench.HasPropertySettersGetters
-
Sets a JavaScript property of the given element.
- setProperty(String, String) - Method in class com.vaadin.testbench.TestBenchElement
- setPropertyBean(String, Object) - Method in class com.vaadin.flow.dom.Element
-
Sets the given property to the given bean, converted to a JSON object.
- setPropertyChangeHandler(PropertyChangeHandler) - Method in class com.vaadin.collaborationengine.FormManager
-
Sets a handler which will be invoked when a property changes value.
- setPropertyJson(String, JsonValue) - Method in class com.vaadin.flow.dom.Element
-
Sets the given property to the given JSON value.
- setPropertyList(String, List<T>) - Method in class com.vaadin.flow.dom.Element
-
Sets the given property to the given list of beans or primitive values, converted to a JSON array.
- setPropertyMap(String, Map<String, ?>) - Method in class com.vaadin.flow.dom.Element
-
Sets the given property to the given map of beans or primitive values, converted to a JSON object.
- setPushConnection(PushConnection) - Method in class com.vaadin.flow.component.internal.UIInternals
-
Sets the internal push connection object used by the related UI.
- setPushConnectionFactory(PushConnectionFactory) - Method in interface com.vaadin.flow.component.PushConfiguration
-
Sets the factory that will be used to create new instances of
PushConnection
. - setPushConnectionFactory(PushConnectionFactory) - Method in class com.vaadin.flow.internal.nodefeature.PushConfigurationMap
- setPushHandler(PushHandler) - Method in class com.vaadin.flow.server.communication.PushAtmosphereHandler
- setPushMode(PushMode) - Method in interface com.vaadin.flow.component.PushConfiguration
-
Sets the mode of bidirectional ("push") communication that should be used.
- setPushMode(PushMode) - Method in class com.vaadin.flow.internal.nodefeature.PushConfigurationMap
- setPushServletMapping(String) - Method in interface com.vaadin.flow.component.PushConfiguration
-
Sets the servlet mapping to use for push requests.
- setPushServletMapping(String) - Method in class com.vaadin.flow.internal.nodefeature.PushConfigurationMap
- setPwaConfigurationClass(Class<?>) - Method in class com.vaadin.flow.server.startup.ApplicationRouteRegistry
-
Sets pwa configuration class.
- setPyramid(PlotOptionsPyramid) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
-
Sets the style options for
ChartType.PYRAMID
charts - setQueryParameters(QueryParameters) - Method in class com.vaadin.flow.router.RouterLink
-
Sets the
QueryParameters
of this link. - setQuitDriverOnFinish(boolean) - Method in class com.vaadin.testbench.ScreenshotOnFailureRule
-
Tells the rule whether to quit the driver when the test has finished executing or to allow the user to specify this.
- setR(Number) - Method in class com.vaadin.flow.component.charts.model.DrillUpButtonTheme
-
SVG border radius attribute for the button
- setRadius(Number) - Method in class com.vaadin.flow.component.charts.model.Hover
-
The radius of the point marker.
- setRadius(Number) - Method in class com.vaadin.flow.component.charts.model.Marker
-
The radius of the point marker.
- setRadius(Number) - Method in class com.vaadin.flow.component.charts.model.Pivot
-
The pixel radius of the pivot.
- setRadius(Number) - Method in class com.vaadin.flow.component.charts.model.Select
-
The radius of the point marker.
- setRadius(String) - Method in class com.vaadin.flow.component.charts.model.Dial
-
The radius or length of the dial, in percentages relative to the radius of the gauge itself.
- setRadiusPlus(Number) - Method in class com.vaadin.flow.component.charts.model.Hover
-
The number of pixels to increase the radius of the hovered point.
- setRange(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
The zoomed range to display when only defining one or none of
min
ormax
. - setRange(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
The zoomed range to display when only defining one or none of
min
ormax
. - setRangeData(Number[]...) - Method in class com.vaadin.flow.component.charts.model.RangeSeries
-
Sets the numeric data for this series.
- setRangeSelector(RangeSelector) - Method in class com.vaadin.flow.component.charts.model.Configuration
-
Set settings for range selector.
- setRangeSelectorFrom(String) - Method in class com.vaadin.flow.component.charts.model.Lang
-
The text for the label for the "from" input box in the range selector.
- setRangeSelectorTo(String) - Method in class com.vaadin.flow.component.charts.model.Lang
-
The text for the label for the "to" input box in the range selector.
- setRangeSelectorZoom(String) - Method in class com.vaadin.flow.component.charts.model.Lang
-
The text for the label for the range selector buttons.
- setRatio(double) - Method in class com.vaadin.flow.component.map.configuration.source.ImageWMSSource.Options
- setReadOnly(boolean) - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
- setReadOnly(boolean) - Method in class com.vaadin.flow.component.datetimepicker.DateTimePicker
- setReadOnly(boolean) - Method in interface com.vaadin.flow.component.HasValue
-
Sets the read-only mode of this
HasValue
to given mode. - setReadOnly(boolean) - Method in interface com.vaadin.flow.component.HasValueAndElement
- setReadOnly(boolean) - Method in class com.vaadin.flow.component.radiobutton.RadioButtonGroup
- setReadOnly(boolean) - Method in interface com.vaadin.flow.data.binder.Binder.Binding
-
Sets the read-only status on for this Binding.
- setReadOnly(boolean) - Method in class com.vaadin.flow.data.binder.Binder.BindingImpl
- setReadOnly(boolean) - Method in class com.vaadin.flow.data.binder.Binder
-
Sets the read only state to the given value for all currently bound fields.
- setReadOnly(boolean) - Method in class com.vaadin.flow.data.binder.ReadOnlyHasValue
- setReadTimeout(int) - Static method in class com.vaadin.testbench.Parameters
-
Sets the time to wait for a response to a command sent to a remote web driver.
- setRearLength(String) - Method in class com.vaadin.flow.component.charts.model.Dial
-
The length of the dial's rear end, the part that extends out on the other side of the pivot.
- setReceiver(Receiver) - Method in class com.vaadin.flow.component.upload.Upload
-
Set the receiver implementation that should be used for this upload component.
- setReconnectAttempts(int) - Method in interface com.vaadin.flow.component.ReconnectDialogConfiguration
-
Sets the number of times to try to reconnect to the server before giving up.
- setReconnectAttempts(int) - Method in class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap
- setReconnectInterval(int) - Method in interface com.vaadin.flow.component.ReconnectDialogConfiguration
-
Sets the interval (in milliseconds) between reconnect attempts.
- setReconnectInterval(int) - Method in class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap
- setRedo(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Sets the translated word for
redo
. - setReferenceDate(LocalDate) - Method in class com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n
-
Sets the
referenceDate
. - setReferences(NavigationHandler, NavigationEvent) - Method in class com.vaadin.flow.router.BeforeLeaveEvent.ContinueNavigationAction
-
Sets the navigation
handler
and the navigationevent
for this action. - setReflow(Boolean) - Method in class com.vaadin.flow.component.charts.model.ChartModel
-
Whether to reflow the chart to fit the width of the container div on resizing the window.
- setRejectable(boolean) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Whether to show or hide Reject button.
- setRejectButton(Component) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Sets custom Reject button
- setRejectButton(Element) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Sets custom Reject button
- setRejectButton(String, ComponentEventListener<ConfirmDialog.RejectEvent>) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Sets Reject button text and `reject` event listener.
- setRejectButton(String, ComponentEventListener<ConfirmDialog.RejectEvent>, String) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Sets Reject button text, `reject` event listener, Reject button theme.
- setRejectButtonTheme(String) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Sets Reject button theme
- setRejectText(String) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Sets Reject button text
- setRelativeTo(DrillUpButtonRelativeTo) - Method in class com.vaadin.flow.component.charts.model.DrillUpButton
-
What box to align the button to.
- setRelativeTo(ResetZoomButtonRelativeTo) - Method in class com.vaadin.flow.component.charts.model.ResetZoomButton
-
What frame the button should be placed related to.
- setRemainingTime(UploadI18N.Uploading.RemainingTime) - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading
-
Set remaining time translations.
- setRemove(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.File
-
Set aria-label on the remove file button.
- setRenderer(ComponentRenderer<? extends Component, ITEM>) - Method in class com.vaadin.flow.component.listbox.ListBoxBase
-
Sets the item renderer for this ListBox.
- setRenderer(ComponentRenderer<? extends Component, T>) - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
-
Sets the item renderer for this checkbox group.
- setRenderer(ComponentRenderer<? extends Component, T>) - Method in class com.vaadin.flow.component.radiobutton.RadioButtonGroup
-
Sets the item renderer for this radio button group.
- setRenderer(ComponentRenderer<? extends Component, T>) - Method in class com.vaadin.flow.component.select.Select
-
Sets the item renderer for this select group.
- setRenderer(Renderer<T>) - Method in class com.vaadin.flow.component.virtuallist.VirtualList
-
Sets a renderer for the items in the list.
- setRenderer(Renderer<TItem>) - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
-
Sets the Renderer responsible to render the individual items in the list of possible choices of the ComboBox.
- setRenderer(ValueProvider<T, String>) - Method in class com.vaadin.flow.component.virtuallist.VirtualList
-
Sets a renderer for the items in the list, by using a
ValueProvider
. - setRepeat(Number) - Method in class com.vaadin.flow.component.charts.model.Breaks
-
Defines an interval after which the break appears again.
- setRepository(File) - Method in class com.vaadin.external.apache.commons.fileupload2.disk.DiskFileItemFactory
-
Sets the directory used to temporarily store files that are larger than the configured size threshold.
- setRequestCache(RequestCache) - Method in class com.vaadin.flow.spring.security.VaadinSavedRequestAwareAuthenticationSuccessHandler
- setRequestedRange(int, int) - Method in class com.vaadin.flow.data.provider.DataCommunicator
-
Sets the requested range of data to be sent.
- setRequestRange(int, int) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalCommunicationController
- setRequestSizeMax(long) - Method in class com.vaadin.flow.server.communication.StreamReceiverHandler
- setRequired(boolean) - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
-
Specifies that the user must fill in a value.
- setRequired(boolean) - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
-
Whether the component requires a value to be considered in a valid state.
- setRequired(boolean) - Method in class com.vaadin.flow.component.datepicker.DatePicker
-
Sets whether the date picker is marked as input required.
- setRequired(boolean) - Method in class com.vaadin.flow.component.radiobutton.RadioButtonGroup
-
Specifies that the user must select in a value.
- setRequired(boolean) - Method in class com.vaadin.flow.component.textfield.EmailField
-
Specifies that the user must fill in a value.
- setRequired(boolean) - Method in class com.vaadin.flow.component.textfield.PasswordField
- setRequired(boolean) - Method in class com.vaadin.flow.component.textfield.TextArea
-
Specifies that the user must fill in a value.
- setRequired(boolean) - Method in class com.vaadin.flow.component.textfield.TextField
-
Specifies that the user must fill in a value.
- setRequired(boolean) - Method in class com.vaadin.flow.component.textfield.TextFieldBase
-
Specifies that the user must fill in a value.
- setRequired(boolean) - Method in class com.vaadin.flow.component.timepicker.TimePicker
-
Sets whether the time picker is marked as input required.
- setRequiredConfigurator(RequiredFieldConfigurator) - Method in class com.vaadin.flow.data.binder.BeanValidationBinder
-
Sets a logic which allows to configure require indicator via
HasValue.setRequiredIndicatorVisible(boolean)
based on property descriptor. - setRequiredIndicatorVisible(boolean) - Method in class com.vaadin.flow.component.datepicker.DatePicker
- setRequiredIndicatorVisible(boolean) - Method in class com.vaadin.flow.component.datetimepicker.DateTimePicker
-
Sets whether the date time picker is marked as input required.
- setRequiredIndicatorVisible(boolean) - Method in interface com.vaadin.flow.component.HasValue
-
Sets the required indicator visible or not.
- setRequiredIndicatorVisible(boolean) - Method in interface com.vaadin.flow.component.HasValueAndElement
- setRequiredIndicatorVisible(boolean) - Method in class com.vaadin.flow.component.listbox.ListBoxBase
-
Not supported!
- setRequiredIndicatorVisible(boolean) - Method in class com.vaadin.flow.component.select.Select
-
Sets the required indicator visible or not.
- setRequiredIndicatorVisible(boolean) - Method in class com.vaadin.flow.component.textfield.AbstractNumberField
- setRequiredIndicatorVisible(boolean) - Method in class com.vaadin.flow.component.textfield.EmailField
- setRequiredIndicatorVisible(boolean) - Method in class com.vaadin.flow.component.textfield.PasswordField
- setRequiredIndicatorVisible(boolean) - Method in class com.vaadin.flow.component.textfield.TextArea
- setRequiredIndicatorVisible(boolean) - Method in class com.vaadin.flow.component.textfield.TextField
- setRequiredIndicatorVisible(boolean) - Method in class com.vaadin.flow.component.timepicker.TimePicker
- setRequiredIndicatorVisible(boolean) - Method in class com.vaadin.flow.data.binder.ReadOnlyHasValue
- setResendEntireRange(boolean) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalCommunicationController
- setReserveSpace(Boolean) - Method in class com.vaadin.flow.component.charts.model.AxisTitle
-
Whether to reserve space for the title when laying out the axis.
- setReserveSpace(Boolean) - Method in class com.vaadin.flow.component.charts.model.Labels
-
Whether to reserve space for the labels.
- setResetZoom(String) - Method in class com.vaadin.flow.component.charts.model.Lang
-
The text for the label appearing when a chart is zoomed.
- setResetZoomButton(ResetZoomButton) - Method in class com.vaadin.flow.component.charts.model.ChartModel
-
The button that appears after a selection zoom, allowing the user to reset zoom.
- setResetZoomTitle(String) - Method in class com.vaadin.flow.component.charts.model.Lang
-
The tooltip title for the label appearing when a chart is zoomed.
- setResizable(boolean) - Method in class com.vaadin.flow.component.dialog.Dialog
-
Sets whether dialog can be resized by user or not.
- setResizable(boolean) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
When set to
true
, the column is user-resizable. - setResolvedPath(String) - Method in class com.vaadin.flow.router.NavigationState
-
Set the path for the resolved navigation target.
- setResource(String, AbstractStreamResource) - Method in class com.vaadin.flow.internal.nodefeature.ElementAttributeMap
-
Sets the given attribute to the given
StreamResource
value. - setResponseNoCacheHeaders(BiConsumer<String, String>, BiConsumer<String, Long>) - Static method in class com.vaadin.flow.server.HandlerHelper
-
Sets no cache headers to the specified response.
- setResponsiveSteps(FormLayout.ResponsiveStep...) - Method in class com.vaadin.flow.component.formlayout.FormLayout
-
Configure the responsive steps used in this layout.
- setResponsiveSteps(List<FormLayout.ResponsiveStep>) - Method in class com.vaadin.flow.component.formlayout.FormLayout
-
Configure the responsive steps used in this layout.
- setRetry(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.File
-
Set aria-label on the retry file button.
- setRevealButtonVisible(boolean) - Method in class com.vaadin.flow.component.textfield.PasswordField
-
Set to
false
to hide the eye icon which toggles the password visibility. - setReversed(Boolean) - Method in class com.vaadin.flow.component.charts.model.Axis
-
Whether to reverse the axis so that the highest number is closest to the origin.
- setReversed(Boolean) - Method in class com.vaadin.flow.component.charts.model.Legend
-
Whether to reverse the order of the legend items compared to the order of the series or points as defined in the configuration object.
- setReversed(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
-
A reversed funnel has the widest area down.
- setReversed(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
-
The pyramid is reversed by default, as opposed to the funnel, which shares the layout engine, and is not reversed.
- setReversed(Boolean) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
-
The pyramid is reversed by default, as opposed to the funnel, which shares the layout engine, and is not reversed.
- setReversed(Boolean) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
Whether to reverse the axis so that the highest number is closest to the origin.
- setReversed(Boolean) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
Whether to reverse the axis so that the highest number is closest to the origin.
- setReversed(Boolean) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
Whether to reverse the axis so that the highest number is closest to the origin.
- setReversedStacks(Boolean) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
If
true
, the first series in a stack will be drawn on top in a positive, non-reversed Y axis. - setRifleColor(Color) - Method in class com.vaadin.flow.component.charts.model.Scrollbar
-
The color of the small rifles in the middle of the scrollbar.
- setRotateWithView(boolean) - Method in class com.vaadin.flow.component.map.configuration.style.ImageStyle.Options
- setRotateWithView(boolean) - Method in class com.vaadin.flow.component.map.configuration.style.ImageStyle
-
Sets whether to rotate the image together with the view.
- setRotation(double) - Method in class com.vaadin.flow.component.map.configuration.style.ImageStyle.Options
- setRotation(double) - Method in class com.vaadin.flow.component.map.configuration.style.ImageStyle
-
Sets the rotation of the image in radians.
- setRotation(double) - Method in class com.vaadin.flow.component.map.configuration.View
-
Sets the rotation of the view in radians
- setRotation(Number) - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
-
Text rotation in degrees.
- setRotation(Number) - Method in class com.vaadin.flow.component.charts.model.AxisTitle
-
The rotation of the text in degrees.
- setRotation(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabels
-
Text rotation in degrees.
- setRotation(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
-
Text rotation in degrees.
- setRotation(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
-
Text rotation in degrees.
- setRotation(Number) - Method in class com.vaadin.flow.component.charts.model.Label
-
Rotation of the text label in degrees.
- setRotation(Number) - Method in class com.vaadin.flow.component.charts.model.Labels
- setRotation(Number) - Method in class com.vaadin.flow.component.charts.model.StackLabels
-
Rotation of the labels in degrees.
- setRotation(String) - Method in class com.vaadin.flow.component.charts.model.Labels
- setRotationPerpendicular() - Method in class com.vaadin.flow.component.charts.model.Labels
- setRounded(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
-
Wether to draw rounded edges on the gauge.
- setRoute(Router, Class<? extends C>, T) - Method in class com.vaadin.flow.router.RouterLink
-
Set the navigation target for this link.
- setRoute(Router, Class<? extends Component>) - Method in class com.vaadin.flow.router.RouterLink
-
Set the navigation target for this link.
- setRoute(Router, Class<? extends Component>, RouteParameters) - Method in class com.vaadin.flow.router.RouterLink
-
Set the navigation target for this link.
- setRoute(Class<? extends C>, T) - Method in class com.vaadin.flow.router.RouterLink
-
Set the navigation target for this link.
- setRoute(Class<? extends Component>) - Method in class com.vaadin.flow.router.RouterLink
-
Set the navigation target for this link.
- setRoute(Class<? extends Component>, RouteParameters) - Method in class com.vaadin.flow.router.RouterLink
-
Set the navigation target for this link.
- setRoute(String, Class<? extends Component>) - Method in class com.vaadin.flow.router.internal.ConfigureRoutes
-
Set a new
RouteTarget
for the given template. - setRoute(String, Class<? extends Component>) - Method in class com.vaadin.flow.router.RouteConfiguration
-
Register a navigation target with specified path and with no parent layouts.
- setRoute(String, Class<? extends Component>, Class<? extends RouterLayout>...) - Method in class com.vaadin.flow.router.RouteConfiguration
-
Register a navigation target with specified path and given parent layout chain.
- setRoute(String, Class<? extends Component>, List<Class<? extends RouterLayout>>) - Method in class com.vaadin.flow.router.internal.AbstractRouteRegistry
- setRoute(String, Class<? extends Component>, List<Class<? extends RouterLayout>>) - Method in class com.vaadin.flow.router.internal.ConfigureRoutes
-
Set a new
RouteTarget
for the given template. - setRoute(String, Class<? extends Component>, List<Class<? extends RouterLayout>>) - Method in class com.vaadin.flow.router.RouteConfiguration
-
Register a navigation target with specified path and given parent layout chain.
- setRoute(String, Class<? extends Component>, List<Class<? extends RouterLayout>>) - Method in interface com.vaadin.flow.server.RouteRegistry
-
Register a navigation target with specified path and given parent layout chain.
- setRoute(String, Class<? extends Component>, List<Class<? extends RouterLayout>>) - Method in class com.vaadin.flow.server.startup.ApplicationRouteRegistry
- setRowsDraggable(boolean) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets whether the user can drag the grid rows or not.
- setRowsize(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
-
The row size - how many Y axis units each heatmap row should span.
- setRtl(Boolean) - Method in class com.vaadin.flow.component.charts.model.Legend
-
Whether to show the symbol on the right side of the text rather than the left side.
- setRules(Rules) - Method in class com.vaadin.flow.component.charts.model.Responsive
-
A set of rules for responsive settings.
- setSandbox(IFrame.SandboxType...) - Method in class com.vaadin.flow.component.html.IFrame
-
Sets the sandbox attribute to the given
IFrame.SandboxType
s. - setSauceLabsOption(DesiredCapabilities, String, Object) - Static method in class com.vaadin.testbench.parallel.SauceLabsIntegration
-
Sets the given SauceLabs option to the given value.
- setSaveItem(String) - Method in class com.vaadin.flow.component.crud.CrudI18n
-
Sets the save button text
- setScale(double) - Method in class com.vaadin.flow.component.map.configuration.style.ImageStyle.Options
- setScale(double) - Method in class com.vaadin.flow.component.map.configuration.style.ImageStyle
-
Sets the scaling of the image's size.
- setScale(Number) - Method in class com.vaadin.flow.component.charts.model.Exporting
-
Defines the scale or zoom factor for the exported image compared to the on-screen display.
- setScatter(PlotOptionsScatter) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
-
Sets the style options for
ChartType.SCATTER
charts - setScreenReaderSectionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.Accessibility
- setScreenshotComparisonCursorDetection(boolean) - Static method in class com.vaadin.testbench.Parameters
-
Turns cursor detection on/off when comparing screen shots.
- setScreenshotComparisonTolerance(double) - Static method in class com.vaadin.testbench.Parameters
-
Sets the error tolerance for screen shot comparisons.
- setScreenshotErrorDirectory(String) - Static method in class com.vaadin.testbench.Parameters
-
Sets the directory where error screen shots are stored.
- setScreenshotReferenceDirectory(String) - Static method in class com.vaadin.testbench.Parameters
-
Sets the directory to search for reference images.
- setScreenshotRetryDelay(int) - Static method in class com.vaadin.testbench.Parameters
-
Sets the delay between screen shot comparison retries.
- setScrollbar(Scrollbar) - Method in class com.vaadin.flow.component.charts.model.Configuration
-
Set configuration for the scrollbar.
- setScrollbar(Scrollbar) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
An optional scrollbar to display on the Y axis in response to limiting the minimum an maximum of the axis values.
- setScrollDirection(Scroller.ScrollDirection) - Method in class com.vaadin.flow.component.orderedlayout.Scroller
-
Sets the scroll direction for this scroller.
- setSecond(String) - Method in class com.vaadin.flow.component.charts.model.DateTimeLabelFormats
-
Sets the format String for second resolution.
- setSecondaryStyle(String, String) - Method in class com.vaadin.flow.component.splitlayout.SplitLayout
-
Set a style to the component in the secondary split.
- setSecondDelay(int) - Method in interface com.vaadin.flow.component.page.LoadingIndicatorConfiguration
-
Sets the delay before the loading indicator goes into the "second" state.
- setSecondDelay(int) - Method in class com.vaadin.flow.internal.nodefeature.LoadingIndicatorConfigurationMap
- setSelect(Select) - Method in class com.vaadin.flow.component.charts.model.States
-
The appearance of the point marker when selected.
- setSelectAllCheckboxIndeterminateState(boolean) - Method in class com.vaadin.flow.component.grid.GridSelectionColumn
-
Sets the indeterminate state of the select all checkbox on the client.
- setSelectAllCheckboxState(boolean) - Method in class com.vaadin.flow.component.grid.GridSelectionColumn
-
Sets the checked state of the select all checkbox on the client.
- setSelectAllCheckboxVisibility(GridMultiSelectionModel.SelectAllCheckboxVisibility) - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
- setSelectAllCheckboxVisibility(GridMultiSelectionModel.SelectAllCheckboxVisibility) - Method in interface com.vaadin.flow.component.grid.GridMultiSelectionModel
-
Sets the select all checkbox visibility mode.
- setSelectAllCheckBoxVisibility(boolean) - Method in class com.vaadin.flow.component.grid.GridSelectionColumn
-
Sets the visibility of the select all checkbox on the client.
- setSelected(boolean) - Method in class com.vaadin.flow.component.tabs.Tab
-
If true, the item is in selected state.
- setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
Whether to select the series initially.
- setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
-
Whether to select the series initially.
- setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataSeriesItem
-
Sets whether the data item is selected or not.
- setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
-
Whether to select the series initially.
- setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.NodeSeriesItem
-
Whether the data point is selected initially.
- setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
Whether to select the series initially.
- setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
Whether to select the series initially.
- setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
Whether to select the series initially.
- setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
Whether to select the series initially.
- setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
Whether to select the series initially.
- setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
Whether to select the series initially.
- setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
Whether to select the series initially.
- setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
Whether to select the series initially.
- setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
Whether to select the series initially.
- setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
Whether to select the series initially.
- setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
Whether to select the series initially.
- setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
Whether to select the series initially.
- setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
Whether to select the series initially.
- setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
Whether to select the series initially.
- setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
-
Whether to select the series initially.
- setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
-
Whether to select the series initially.
- setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
-
Whether to select the series initially.
- setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
Whether to select the series initially.
- setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
Whether to select the series initially.
- setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
-
Whether to select the series initially.
- setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
-
Whether to select the series initially.
- setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
Whether to select the series initially.
- setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
-
Whether to select the series initially.
- setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
Whether to select the series initially.
- setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
Whether to select the series initially.
- setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
-
Whether to select the series initially.
- setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
Whether to select the series initially.
- setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
-
Whether to select the series initially.
- setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
-
Whether to select the series initially.
- setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
Whether to select the series initially.
- setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
-
Whether to select the series initially.
- setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
Whether to select the series initially.
- setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
-
Whether to select the series initially.
- setSelected(Number) - Method in class com.vaadin.flow.component.charts.model.RangeSelector
-
The index of the button to appear pre-selected.
- setSelected(String) - Method in class com.vaadin.flow.component.combobox.MultiSelectComboBoxI18n
-
Sets the text that is announced by screen readers when an item is added to the selection.
- setSelectedIndex(int) - Method in class com.vaadin.flow.component.tabs.Tabs
-
Selects a tab based on its zero-based index.
- setSelectedIndex(int) - Method in class com.vaadin.flow.component.tabs.TabSheet
-
Selects a tab based on its zero-based index.
- setSelectedItem(T) - Method in interface com.vaadin.flow.data.selection.SelectionModel.Single
-
Sets the current selection to the given item, or clears selection if given
null
. - setSelectedTab(Tab) - Method in class com.vaadin.flow.component.tabs.Tabs
-
Selects the given tab.
- setSelectedTab(Tab) - Method in class com.vaadin.flow.component.tabs.TabSheet
-
Selects the given tab.
- setSelectedTabIndex(int) - Method in class com.vaadin.flow.component.tabs.testbench.TabsElement
-
Selects the tab with the given index.
- setSelectedTabIndex(int) - Method in class com.vaadin.flow.component.tabs.testbench.TabSheetElement
-
Selects the tab with the given index.
- setSelectionColumnFrozen(boolean) - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
- setSelectionColumnFrozen(boolean) - Method in interface com.vaadin.flow.component.grid.GridMultiSelectionModel
-
Sets the selection column's frozen state.
- setSelectionDragDetails(int, Map<String, String>) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets explicit drag operation details for when the user is dragging the selected items.
- setSelectionMarkerFill(Color) - Method in class com.vaadin.flow.component.charts.model.ChartModel
-
The background color of the marker square when selecting (zooming in on) an area of the chart.
- setSelectionMode(Grid.SelectionMode) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets the grid's selection mode.
- setSelectionModel(GridSelectionModel<T>, Grid.SelectionMode) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets the selection model for the grid.
- setSend(String) - Method in class com.vaadin.flow.component.messages.MessageInputI18n
-
Sets the translated word for
send
. - setSerializer(Class<T>, SerializableFunction<T, String>, SerializableFunction<String, T>) - Method in class com.vaadin.collaborationengine.CollaborationBinder
-
Sets a custom serializer and deserializer to use for a specific value type.
- setSeries(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.Navigator
-
Options for the navigator series.
- setSeries(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
-
Sets the style options for all type of charts
- setSeries(Series...) - Method in class com.vaadin.flow.component.charts.model.Configuration
- setSeries(List<Series>) - Method in class com.vaadin.flow.component.charts.model.Configuration
-
Sets the actual series to append to the chart.
- setSeriesDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.Accessibility
- setServerType(String) - Method in class com.vaadin.flow.component.map.configuration.source.ImageWMSSource.Options
- setServerType(String) - Method in class com.vaadin.flow.component.map.configuration.source.TileWMSSource.Options
- setServerUnavailable(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Error
- setSession(VaadinSession) - Method in class com.vaadin.flow.component.internal.UIInternals
-
Sets the session to which the related UI is assigned.
- setSessionExpiredCaption(String) - Method in class com.vaadin.flow.server.CustomizedSystemMessages
-
Sets the caption to show in a "session expired" notification.
- setSessionExpiredMessage(String) - Method in class com.vaadin.flow.server.CustomizedSystemMessages
-
Sets the message to show in a "session expired" notification.
- setSessionExpiredNotificationEnabled(boolean) - Method in class com.vaadin.flow.server.CustomizedSystemMessages
-
Sets whether a "session expired" notification should be shown to the end user.
- setSessionExpiredURL(String) - Method in class com.vaadin.flow.server.CustomizedSystemMessages
-
Sets the URL the user will be redirected to after dismissing a "session expired" message.
- setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
-
The shadow of the box.
- setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
Whether to apply a drop shadow to the graph line.
- setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.ChartModel
-
Whether to apply a drop shadow to the outer chart area.
- setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
-
Whether to apply a drop shadow to the graph line.
- setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataLabels
-
The shadow of the box.
- setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
-
The shadow of the box.
- setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
-
The shadow of the box.
- setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.Legend
-
Whether to apply a drop shadow to the legend.
- setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
Whether to apply a drop shadow to the graph line.
- setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
Whether to apply a drop shadow to the graph line.
- setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
Whether to apply a drop shadow to the graph line.
- setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
Whether to apply a drop shadow to the graph line.
- setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
Whether to apply a drop shadow to the graph line.
- setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
Whether to apply a drop shadow to the graph line.
- setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
Whether to apply a drop shadow to the graph line.
- setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
Whether to apply a drop shadow to the graph line.
- setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
Whether to apply a drop shadow to the graph line.
- setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
Whether to apply a drop shadow to the graph line.
- setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
Whether to apply a drop shadow to the graph line.
- setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
Whether to apply a drop shadow to the graph line.
- setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
-
Whether to apply a drop shadow to the graph line.
- setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
-
Whether to apply a drop shadow to the graph line.
- setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
Whether to apply a drop shadow to the graph line.
- setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
Whether to apply a drop shadow to the graph line.
- setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
-
Whether to apply a drop shadow to the graph line.
- setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
Whether to apply a drop shadow to the graph line.
- setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
-
Whether to apply a drop shadow to the graph line.
- setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
Whether to apply a drop shadow to the graph line.
- setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
Whether to apply a drop shadow to the graph line.
- setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
Whether to apply a drop shadow to the graph line.
- setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
-
Whether to apply a drop shadow to the graph line.
- setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
-
Whether to apply a drop shadow to the graph line.
- setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
Whether to apply a drop shadow to the graph line.
- setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
-
Whether to apply a drop shadow to the graph line.
- setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
Whether to apply a drop shadow to the graph line.
- setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
-
Whether to apply a drop shadow to the graph line.
- setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.Tooltip
-
Whether to apply a drop shadow to the tooltip.
- setShadowDomElements(List<Element>) - Method in class com.vaadin.flow.server.webcomponent.WebComponentConfigurationRegistry
-
Set the elements that should be added to each shadow dom hosting an embedded web component.
- setShadowRoot(StateNode) - Method in class com.vaadin.flow.internal.nodefeature.ShadowRootData
- setShape(BackgroundShape) - Method in class com.vaadin.flow.component.charts.model.Background
-
Sets the current shape of the background.
- setShape(FlagShape) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
The shape of the marker.
- setShape(Shape) - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
-
The name of a symbol to use for the border around the label.
- setShape(Shape) - Method in class com.vaadin.flow.component.charts.model.CrosshairLabel
-
The shape to use for the label box.
- setShape(Shape) - Method in class com.vaadin.flow.component.charts.model.DataLabels
-
The name of a symbol to use for the border around the label.
- setShape(Shape) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
-
The name of a symbol to use for the border around the label.
- setShape(Shape) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
-
The name of a symbol to use for the border around the label.
- setShape(Shape) - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
-
The name of a symbol to use for the border around the tooltip.
- setShape(Shape) - Method in class com.vaadin.flow.component.charts.model.Tooltip
-
The name of a symbol to use for the border around the tooltip.
- setShared(Boolean) - Method in class com.vaadin.flow.component.charts.model.Tooltip
-
When the tooltip is shared, the entire plot area will capture mouse movement or touch events.
- setSharedObjects(HttpSecurity) - Method in class com.vaadin.flow.spring.security.stateless.VaadinStatelessSecurityConfigurer
- setShell(Class<? extends AppShellConfigurator>) - Method in class com.vaadin.flow.server.AppShellRegistry
-
Sets the
AppShellConfigurator
class in the application. - setShift(boolean) - Method in class com.vaadin.testbench.unit.MetaKeys
-
Set shift key down state to given value.
- setShiftKey(boolean) - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
- setShiftKey(boolean) - Method in class com.vaadin.flow.component.map.events.MouseEventDetails
- setShortcutListenOnElement(String, Component) - Static method in class com.vaadin.flow.component.Shortcuts
-
Setup an element, that is only accessible on the browser (not server side), to listen for shortcut events on and delegate to the given component.
- setShortMonths(String[]) - Method in class com.vaadin.flow.component.charts.model.Lang
-
An array containing the months names in abbreviated form.
- setShortWeekdays(String[]) - Method in class com.vaadin.flow.component.charts.model.Lang
-
Short week days, starting Sunday.
- setShowAxes(Boolean) - Method in class com.vaadin.flow.component.charts.model.ChartModel
-
Whether to show the axes initially.
- setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
If true, a checkbox is displayed next to the legend item to allow selecting the series.
- setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
-
If true, a checkbox is displayed next to the legend item to allow selecting the series.
- setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
-
If true, a checkbox is displayed next to the legend item to allow selecting the series.
- setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
If true, a checkbox is displayed next to the legend item to allow selecting the series.
- setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
If true, a checkbox is displayed next to the legend item to allow selecting the series.
- setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
If true, a checkbox is displayed next to the legend item to allow selecting the series.
- setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
If true, a checkbox is displayed next to the legend item to allow selecting the series.
- setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
If true, a checkbox is displayed next to the legend item to allow selecting the series.
- setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
If true, a checkbox is displayed next to the legend item to allow selecting the series.
- setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
If true, a checkbox is displayed next to the legend item to allow selecting the series.
- setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
If true, a checkbox is displayed next to the legend item to allow selecting the series.
- setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
If true, a checkbox is displayed next to the legend item to allow selecting the series.
- setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
If true, a checkbox is displayed next to the legend item to allow selecting the series.
- setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
If true, a checkbox is displayed next to the legend item to allow selecting the series.
- setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
If true, a checkbox is displayed next to the legend item to allow selecting the series.
- setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
If true, a checkbox is displayed next to the legend item to allow selecting the series.
- setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
-
If true, a checkbox is displayed next to the legend item to allow selecting the series.
- setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
-
If true, a checkbox is displayed next to the legend item to allow selecting the series.
- setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
If true, a checkbox is displayed next to the legend item to allow selecting the series.
- setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
If true, a checkbox is displayed next to the legend item to allow selecting the series.
- setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
-
If true, a checkbox is displayed next to the legend item to allow selecting the series.
- setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
If true, a checkbox is displayed next to the legend item to allow selecting the series.
- setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
If true, a checkbox is displayed next to the legend item to allow selecting the series.
- setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
If true, a checkbox is displayed next to the legend item to allow selecting the series.
- setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
-
If true, a checkbox is displayed next to the legend item to allow selecting the series.
- setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
If true, a checkbox is displayed next to the legend item to allow selecting the series.
- setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
-
If true, a checkbox is displayed next to the legend item to allow selecting the series.
- setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
-
If true, a checkbox is displayed next to the legend item to allow selecting the series.
- setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
If true, a checkbox is displayed next to the legend item to allow selecting the series.
- setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
-
If true, a checkbox is displayed next to the legend item to allow selecting the series.
- setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
If true, a checkbox is displayed next to the legend item to allow selecting the series.
- setShowDuration(Number) - Method in class com.vaadin.flow.component.charts.model.Loading
-
The duration in milliseconds of the fade in effect.
- setShowEmpty(Boolean) - Method in class com.vaadin.flow.component.charts.model.Axis
-
Whether to show the axis line and title when the axis has no data.
- setShowEmpty(Boolean) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
Whether to show the axis line and title when the axis has no data.
- setShowEmpty(Boolean) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
Whether to show the axis line and title when the axis has no data.
- setShowEmpty(Boolean) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
Whether to show the axis line and title when the axis has no data.
- setShowFirstLabel(Boolean) - Method in class com.vaadin.flow.component.charts.model.Axis
-
Whether to show the first tick label.
- setShowFirstLabel(Boolean) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
Whether to show the first tick label.
- setShowFirstLabel(Boolean) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
Whether to show the first tick label.
- setShowFirstLabel(Boolean) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
Whether to show the first tick label.
- setShowFull(Boolean) - Method in class com.vaadin.flow.component.charts.model.Scrollbar
-
Whether to show the scrollbar when it is fully zoomed out at max range.
- setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
Whether to display this particular series or series type in the legend.
- setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
-
Whether to display this particular series or series type in the legend.
- setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
-
Whether to display this particular series or series type in the legend.
- setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
Whether to display this particular series or series type in the legend.
- setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
Whether to display this particular series or series type in the legend.
- setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
Whether to display this particular series or series type in the legend.
- setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
Whether to display this particular series or series type in the legend.
- setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
Whether to display this particular series or series type in the legend.
- setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
Whether to display this particular series or series type in the legend.
- setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
Whether to display this particular series or series type in the legend.
- setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
Whether to display this particular series or series type in the legend.
- setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
Whether to display this particular series or series type in the legend.
- setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
Whether to display this particular series or series type in the legend.
- setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
Whether to display this particular series or series type in the legend.
- setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
Whether to display this particular series or series type in the legend.
- setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
Whether to display this particular series or series type in the legend.
- setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
-
Whether to display this particular series or series type in the legend.
- setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
-
Whether to display this particular series or series type in the legend.
- setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
-
Whether to display this particular series or series type in the legend.
- setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
Whether to display this particular series or series type in the legend.
- setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
Whether to display this particular series or series type in the legend.
- setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
-
Whether to display this particular series or series type in the legend.
- setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
-
Whether to display this particular series or series type in the legend.
- setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
Whether to display this particular series or series type in the legend.
- setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
-
Whether to display this particular series or series type in the legend.
- setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
Whether to display this particular series or series type in the legend.
- setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
Whether to display this particular series or series type in the legend.
- setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
-
Whether to display this particular series or series type in the legend.
- setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
Whether to display this particular series or series type in the legend.
- setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
-
Whether to display this particular series or series type in the legend.
- setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
-
Whether to display this series type or specific series item in the legend.
- setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
Whether to display this particular series or series type in the legend.
- setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
-
Whether to display this particular series or series type in the legend.
- setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
Whether to display this particular series or series type in the legend.
- setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
-
Whether to display this particular series or series type in the legend.
- setShowInNavigator(Boolean) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
Whether or not to show the series in the navigator.
- setShowInNavigator(Boolean) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
Whether or not to show the series in the navigator.
- setShowInNavigator(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
Whether or not to show the series in the navigator.
- setShowInNavigator(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
Whether or not to show the series in the navigator.
- setShowInNavigator(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
Whether or not to show the series in the navigator.
- setShowInNavigator(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
Whether or not to show the series in the navigator.
- setShowInNavigator(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
Whether or not to show the series in the navigator.
- setShowInNavigator(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
Whether or not to show the series in the navigator.
- setShowInNavigator(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
Whether or not to show the series in the navigator.
- setShowInNavigator(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
Whether or not to show the series in the navigator.
- setShowInNavigator(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
Whether or not to show the series in the navigator.
- setShowInNavigator(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
Whether or not to show the series in the navigator.
- setShowInNavigator(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
Whether or not to show the series in the navigator.
- setShowInNavigator(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
Whether or not to show the series in the navigator.
- setShowInNavigator(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
Whether or not to show the series in the navigator.
- setShowInNavigator(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
Whether or not to show the series in the navigator.
- setShowInNavigator(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
-
Whether or not to show the series in the navigator.
- setShowInNavigator(Boolean) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
Whether or not to show the series in the navigator.
- setShowLastLabel(Boolean) - Method in class com.vaadin.flow.component.charts.model.Axis
-
Whether to show the last tick label.
- setShowLastLabel(Boolean) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
Whether to show the last tick label.
- setShowLastLabel(Boolean) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
Whether to show the last tick label.
- setShowLastLabel(Boolean) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
Whether to show the last tick label.
- setSide(Side) - Method in class com.vaadin.flow.component.charts.model.Frame
-
Note: As of v5.0.12,
frame.left
orframe.right
should be used instead. - setSingleCellEdit(boolean) - Method in class com.vaadin.flow.component.gridpro.GridPro
-
Sets the value of the webcomponent's property singleCellEdit.
- setSize(Number) - Method in class com.vaadin.flow.component.charts.model.Back
-
Thickness of the panel.
- setSize(Number) - Method in class com.vaadin.flow.component.charts.model.Bottom
-
The thickness of the panel.
- setSize(Number) - Method in class com.vaadin.flow.component.charts.model.Halo
-
The pixel size of the halo.
- setSize(Number) - Method in class com.vaadin.flow.component.charts.model.Scrollbar
-
The width of a vertical scrollbar or height of a horizontal scrollbar.
- setSize(Number) - Method in class com.vaadin.flow.component.charts.model.Side
-
The thickness of the panel.
- setSize(Number) - Method in class com.vaadin.flow.component.charts.model.Top
-
The pixel thickness of the panel.
- setSize(String) - Method in class com.vaadin.flow.component.charts.model.Pane
-
The size of the pane, either as a number defining pixels, or a percentage defining a percentage of the plot are.
- setSize(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
-
The diameter of the pie relative to the plot area.
- setSize(String) - Method in class com.vaadin.flow.component.icon.Icon
-
Sets the width and the height of the icon.
- setSize(List<String>) - Method in class com.vaadin.flow.component.upload.UploadI18N.Units
-
units size list: ["B", "kB", "MB", "GB", "TB", "PB", "EB", "ZB", "YB"]
- setSizeBy(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
Whether the bubble's value should be represented by the area or the width of the bubble.
- setSizeByAbsoluteValue(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
When this is true, the absolute value of z determines the size of the bubble.
- setSizeFull() - Method in interface com.vaadin.flow.component.HasSize
-
Sets the width and the height of the component to "100%".
- setSizeMax(long) - Method in interface com.vaadin.external.apache.commons.fileupload2.FileItemIterator
-
Returns the maximum size of the complete HTTP request.
- setSizeMax(long) - Method in class com.vaadin.external.apache.commons.fileupload2.FileUploadBase
-
Sets the maximum allowed size of a complete request, as opposed to
FileUploadBase.setFileSizeMax(long)
. - setSizeMax(long) - Method in class com.vaadin.external.apache.commons.fileupload2.impl.FileItemIteratorImpl
- setSizeThreshold(int) - Method in class com.vaadin.external.apache.commons.fileupload2.disk.DiskFileItemFactory
-
Sets the size threshold beyond which files are written directly to disk.
- setSizeUndefined() - Method in interface com.vaadin.flow.component.HasSize
-
Removes the width and the height of the component.
- setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
Whether or not to skip past the points in this series for keyboard navigation.
- setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
Whether or not to skip past the points in this series for keyboard navigation.
- setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
If set to
True
, the accessibility module will skip past the points in this series for keyboard navigation. - setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
If set to
True
, the accessibility module will skip past the points in this series for keyboard navigation. - setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
If set to
True
, the accessibility module will skip past the points in this series for keyboard navigation. - setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
If set to
True
, the accessibility module will skip past the points in this series for keyboard navigation. - setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
If set to
True
, the accessibility module will skip past the points in this series for keyboard navigation. - setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
If set to
True
, the accessibility module will skip past the points in this series for keyboard navigation. - setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
If set to
True
, the accessibility module will skip past the points in this series for keyboard navigation. - setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
If set to
True
, the accessibility module will skip past the points in this series for keyboard navigation. - setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
If set to
True
, the accessibility module will skip past the points in this series for keyboard navigation. - setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
If set to
True
, the accessibility module will skip past the points in this series for keyboard navigation. - setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
If set to
True
, the accessibility module will skip past the points in this series for keyboard navigation. - setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
If set to
True
, the accessibility module will skip past the points in this series for keyboard navigation. - setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
If set to
True
, the accessibility module will skip past the points in this series for keyboard navigation. - setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
-
If set to
True
, the accessibility module will skip past the points in this series for keyboard navigation. - setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
-
If set to
True
, the accessibility module will skip past the points in this series for keyboard navigation. - setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
-
If set to
True
, the accessibility module will skip past the points in this series for keyboard navigation. - setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
If set to
True
, the accessibility module will skip past the points in this series for keyboard navigation. - setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
If set to
True
, the accessibility module will skip past the points in this series for keyboard navigation. - setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
-
If set to
true
, the accessibility module will skip past the points in this series for keyboard navigation. - setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
-
If set to
True
, the accessibility module will skip past the points in this series for keyboard navigation. - setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
If set to
True
, the accessibility module will skip past the points in this series for keyboard navigation. - setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
-
If set to
True
, the accessibility module will skip past the points in this series for keyboard navigation. - setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
If set to
True
, the accessibility module will skip past the points in this series for keyboard navigation. - setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
If set to
True
, the accessibility module will skip past the points in this series for keyboard navigation. - setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
-
If set to
True
, the accessibility module will skip past the points in this series for keyboard navigation. - setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
If set to
True
, the accessibility module will skip past the points in this series for keyboard navigation. - setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
-
If set to
True
, the accessibility module will skip past the points in this series for keyboard navigation. - setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
-
If set to
True
, the accessibility module will skip past the points in this series for keyboard navigation. - setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
If set to
True
, the accessibility module will skip past the points in this series for keyboard navigation. - setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
-
If set to
True
, the accessibility module will skip past the points in this series for keyboard navigation. - setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
Whether or not to skip past the points in this series for keyboard navigation.
- setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
-
Whether or not to skip past the points in this series for keyboard navigation.
- setSkipNullPoints(Boolean) - Method in class com.vaadin.flow.component.charts.model.KeyboardNavigation
-
Skip null points when navigating through points with the keyboard.
- setSliced(boolean) - Method in class com.vaadin.flow.component.charts.model.AbstractSeriesItem
-
Sets whether to display a slice offset from the center.
- setSliced(boolean) - Method in class com.vaadin.flow.component.charts.model.DataSeriesItem
-
Sets whether to display a slice offset from the center.
- setSlicedOffset(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
-
If a point is sliced, moved out from the center, how many pixels should it be moved?.
- setSlicedOffset(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
-
If a point is sliced, moved out from the center, how many pixels should it be moved?.
- setSlicedOffset(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
-
If a point is sliced, moved out from the center, how many pixels should it be moved?.
- setSlicedOffset(Number) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
-
If a point is sliced, moved out from the center, how many pixels should it be moved?.
- setSlot(HasElement, String, Component...) - Static method in class com.vaadin.flow.component.shared.SlotUtils
-
Clears the specific slot in the parent component and adds components to it.
- setSlot(HasElement, String, Element...) - Static method in class com.vaadin.flow.component.shared.SlotUtils
-
Clears the specific slot in the parent component and adds elements to it.
- setSmoothed(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataGrouping
-
Normally, a group is indexed by the start of that group, so for example when 30 daily values are grouped into one month, that month's x value will be the 1st of the month.
- setSnap(Boolean) - Method in class com.vaadin.flow.component.charts.model.Crosshair
-
Whether the crosshair should snap to the point or follow the pointer independent of points.
- setSnap(Number) - Method in class com.vaadin.flow.component.charts.model.Tooltip
-
Proximity snap for graphs or single points.
- setSoftConnector(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataLabels
-
Whether to render the connector as a soft arc or a line with sharp break.
- setSoftConnector(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
-
Whether to render the connector as a soft arc or a line with sharp break.
- setSoftMax(Number) - Method in class com.vaadin.flow.component.charts.model.Axis
-
A soft maximum for the axis.
- setSoftMax(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
A soft maximum for the axis.
- setSoftMax(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
A soft maximum for the axis.
- setSoftMax(Number) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
A soft maximum for the axis.
- setSoftMin(Number) - Method in class com.vaadin.flow.component.charts.model.Axis
-
A soft minimum for the axis.
- setSoftMin(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
A soft minimum for the axis.
- setSoftMin(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
A soft minimum for the axis.
- setSoftMin(Number) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
A soft minimum for the axis.
- setSoftThreshold(Boolean) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
When this is true, the series will not cause the Y axis to cross the zero plane unless the data actually crosses the plane.
- setSoftThreshold(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
When this is true, the series will not cause the Y axis to cross the zero plane (or threshold option) unless the data actually crosses the plane.
- setSoftThreshold(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
When this is true, the series will not cause the Y axis to cross the zero plane (or threshold option) unless the data actually crosses the plane.
- setSoftThreshold(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
When this is true, the series will not cause the Y axis to cross the zero plane (or threshold option) unless the data actually crosses the plane.
- setSoftThreshold(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
When this is true, the series will not cause the Y axis to cross the zero plane (or threshold option) unless the data actually crosses the plane.
- setSoftThreshold(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
When this is true, the series will not cause the Y axis to cross the zero plane (or threshold option) unless the data actually crosses the plane.
- setSoftThreshold(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
When this is true, the series will not cause the Y axis to cross the zero plane (or threshold option) unless the data actually crosses the plane.
- setSoftThreshold(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
When this is true, the series will not cause the Y axis to cross the zero plane (or threshold option) unless the data actually crosses the plane.
- setSoftThreshold(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
When this is true, the series will not cause the Y axis to cross the zero plane (or threshold option) unless the data actually crosses the plane.
- setSoftThreshold(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
When this is true, the series will not cause the Y axis to cross the zero plane (or threshold option) unless the data actually crosses the plane.
- setSoftThreshold(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
When this is true, the series will not cause the Y axis to cross the zero plane (or threshold option) unless the data actually crosses the plane.
- setSoftThreshold(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
When this is true, the series will not cause the Y axis to cross the zero plane (or threshold option) unless the data actually crosses the plane.
- setSoftThreshold(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
When this is true, the series will not cause the Y axis to cross the zero plane (or threshold option) unless the data actually crosses the plane.
- setSoftThreshold(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
When this is true, the series will not cause the Y axis to cross the zero plane (or threshold option) unless the data actually crosses the plane.
- setSoftThreshold(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
When this is true, the series will not cause the Y axis to cross the zero plane (or threshold option) unless the data actually crosses the plane.
- setSoftThreshold(Boolean) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
When this is true, the series will not cause the Y axis to cross the zero plane unless the data actually crosses the plane.
- setSolidgauge(PlotOptionsSolidgauge) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
-
Sets the style options for
ChartType.SOLIDGAUGE
charts - setSortable(boolean) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Sets whether the user can sort this column or not.
- setSortableColumns(String...) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets the defined columns as sortable, based on the given property names.
- setSortComparator(SerializableComparator<T>) - Method in class com.vaadin.flow.data.provider.AbstractListDataView
- setSortComparator(SerializableComparator<T>) - Method in class com.vaadin.flow.data.provider.hierarchy.TreeDataProvider
- setSortComparator(SerializableComparator<T>) - Method in interface com.vaadin.flow.data.provider.InMemoryDataProvider
-
Sets the comparator to use as the default sorting for this data provider.
- setSortComparator(SerializableComparator<T>) - Method in class com.vaadin.flow.data.provider.ListDataProvider
- setSortComparator(SerializableComparator<T>) - Method in interface com.vaadin.flow.data.provider.ListDataView
-
Sets the comparator to use as the default sorting.
- setSortIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
-
The sort index of the point inside the treemap level.
- setSortingIndicators(boolean) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Sets this component to show sorting indicators or not.
- setSortOrder(QuerySortOrder) - Method in interface com.vaadin.flow.data.provider.BackEndDataProvider
-
Sets a single sort order to use as the default sorting for this data provider.
- setSortOrder(ValueProvider<T, V>, SortDirection) - Method in interface com.vaadin.flow.data.provider.InMemoryDataProvider
-
Sets the property and direction to use as the default sorting for this data provider.
- setSortOrder(ValueProvider<T, V1>, SortDirection) - Method in class com.vaadin.flow.data.provider.AbstractListDataView
- setSortOrder(ValueProvider<T, V1>, SortDirection) - Method in interface com.vaadin.flow.data.provider.ListDataView
-
Sets the property and direction to use as the default sorting.
- setSortOrderProvider(SortOrderProvider) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Sets the sort orders when sorting this column.
- setSortOrders(QuerySortOrderBuilder) - Method in interface com.vaadin.flow.data.provider.BackEndDataProvider
-
Sets the sort order to use, given a
QuerySortOrderBuilder
. - setSortOrders(List<QuerySortOrder>) - Method in class com.vaadin.flow.data.provider.AbstractBackEndDataProvider
- setSortOrders(List<QuerySortOrder>) - Method in interface com.vaadin.flow.data.provider.BackEndDataProvider
-
Sets a list of sort orders to use as the default sorting for this data provider.
- setSortOrders(List<QuerySortOrder>) - Method in class com.vaadin.flow.data.provider.hierarchy.AbstractBackEndHierarchicalDataProvider
- setSortProperty(String...) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Sets strings describing back end properties to be used when sorting this column.
- setSource(ImageSource) - Method in class com.vaadin.flow.component.map.configuration.layer.ImageLayer
-
Sets the source for this layer.
- setSource(UrlTileSource) - Method in class com.vaadin.flow.component.map.configuration.layer.TileLayer
-
Sets the source for this layer.
- setSource(VectorSource) - Method in class com.vaadin.flow.component.map.configuration.layer.VectorLayer
-
Sets the source for this layer.
- setSourceHeight(Number) - Method in class com.vaadin.flow.component.charts.model.Exporting
-
Analogous to sourceWidth
- setSourceWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Exporting
-
The width of the original chart when exported, unless an explicit chart.width is set.
- setSpacing(boolean) - Method in class com.vaadin.flow.component.orderedlayout.HorizontalLayout
-
Toggles
spacing
theme setting for the element. - setSpacing(boolean) - Method in interface com.vaadin.flow.component.orderedlayout.ThemableLayout
-
Toggles
spacing
theme setting for the element. - setSpacing(boolean) - Method in class com.vaadin.flow.component.orderedlayout.VerticalLayout
-
Toggles
spacing
theme setting for the element. - setSpacing(Number[]) - Method in class com.vaadin.flow.component.charts.model.ChartModel
-
The distance between the outer edge of the chart and the content, like title or legend, or axis title or labels if present.
- setSpacingBottom(Number) - Method in class com.vaadin.flow.component.charts.model.ChartModel
-
The space between the bottom edge of the chart and the content (plot area, axis title and labels, title, subtitle or legend in top position).
- setSpacingLeft(Number) - Method in class com.vaadin.flow.component.charts.model.ChartModel
-
The space between the left edge of the chart and the content (plot area, axis title and labels, title, subtitle or legend in top position).
- setSpacingRight(Number) - Method in class com.vaadin.flow.component.charts.model.ChartModel
-
The space between the right edge of the chart and the content (plot area, axis title and labels, title, subtitle or legend in top position).
- setSpacingTop(Number) - Method in class com.vaadin.flow.component.charts.model.ChartModel
-
The space between the top edge of the chart and the content (plot area, axis title and labels, title, subtitle or legend in top position).
- setSpline(PlotOptionsSpline) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
-
Sets the style options for
ChartType.SPLINE
charts - setSplit(Boolean) - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
-
Split the tooltip into one label per series, with the header close to the axis.
- setSplit(Boolean) - Method in class com.vaadin.flow.component.charts.model.Tooltip
-
Split the tooltip into one label per series, with the header close to the axis.
- setSplitterPosition(double) - Method in class com.vaadin.flow.component.splitlayout.SplitLayout
-
Sets the relative position of the splitter in percentages.
- setSquareSymbol(Boolean) - Method in class com.vaadin.flow.component.charts.model.Legend
-
When this is true, the legend symbol width will be the same as the symbol height, which in turn defaults to the font size of the legend items.
- setSrc(AbstractStreamResource) - Method in class com.vaadin.flow.component.html.Image
-
Sets the image URL with the URL of the given
StreamResource
. - setSrc(String) - Method in class com.vaadin.flow.component.html.IFrame
-
Sets the source of the iframe.
- setSrc(String) - Method in class com.vaadin.flow.component.html.Image
-
Sets the image URL.
- setSrc(String) - Method in class com.vaadin.flow.component.map.configuration.style.Icon.Options
- setSrcdoc(String) - Method in class com.vaadin.flow.component.html.IFrame
-
Sets the srcdoc of the iframe.
- setStack(String) - Method in class com.vaadin.flow.component.charts.model.AbstractSeries
-
This option allows grouping series in a stacked chart.
- setStackDistance(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
When multiple flags in the same series fall on the same value, this number determines the vertical offset between them.
- setStacking(Stacking) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
Whether to stack the values of each series on top of each other.
- setStacking(Stacking) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
Whether to stack the values of each series on top of each other.
- setStacking(Stacking) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
Whether to stack the values of each series on top of each other.
- setStacking(Stacking) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
Whether to stack the values of each series on top of each other.
- setStacking(Stacking) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
Whether to stack the values of each series on top of each other.
- setStacking(Stacking) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
Whether to stack the values of each series on top of each other.
- setStacking(Stacking) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
Whether to stack the values of each series on top of each other.
- setStacking(Stacking) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
Whether to stack the values of each series on top of each other.
- setStacking(Stacking) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
Whether to stack the values of each series on top of each other.
- setStacking(Stacking) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
Whether to stack the values of each series on top of each other.
- setStacking(Stacking) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
Whether to stack the values of each series on top of each other.
- setStacking(Stacking) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
Whether to stack the values of each series on top of each other.
- setStacking(Stacking) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
Whether to stack the values of each series on top of each other.
- setStacking(Stacking) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
Whether to stack the values of each series on top of each other.
- setStackLabels(StackLabels) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
The stack labels show the total value for each bar in a stacked column or bar chart.
- setStaggerLines(Number) - Method in class com.vaadin.flow.component.charts.model.Labels
-
Horizontal axes only.
- setStalled(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Status
-
Set stalled translation.
- setStart(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.File
-
Set aria-label on the start file button.
- setStartAngle(Number) - Method in class com.vaadin.flow.component.charts.model.Pane
-
The start angle of the polar X axis or gauge axis, given in degrees where 0 is north.
- setStartAngle(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
-
The start angle of the pie slices in degrees where 0 is top and 90 right.
- setStartOfWeek(Number) - Method in class com.vaadin.flow.component.charts.model.Axis
-
For datetime axes, this decides where to put the tick between weeks.
- setStartOfWeek(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
For datetime axes, this decides where to put the tick between weeks.
- setStartOfWeek(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
For datetime axes, this decides where to put the tick between weeks.
- setStartOfWeek(Number) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
For datetime axes, this decides where to put the tick between weeks.
- setStartOnTick(Boolean) - Method in class com.vaadin.flow.component.charts.model.Axis
-
Whether to force the axis to start on a tick.
- setStartOnTick(Boolean) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
Whether to force the axis to start on a tick.
- setStartOnTick(Boolean) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
Whether to force the axis to start on a tick.
- setStartOnTick(Boolean) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
Whether to force the axis to start on a tick.
- setState(VaadinSessionState) - Method in class com.vaadin.flow.server.VaadinSession
-
Sets the lifecycle state of this session.
- setStatelessAuthentication(HttpSecurity, SecretKey, String) - Method in class com.vaadin.flow.spring.security.VaadinWebSecurity
-
Sets up stateless JWT authentication using cookies.
- setStatelessAuthentication(HttpSecurity, SecretKey, String, long) - Method in class com.vaadin.flow.spring.security.VaadinWebSecurity
-
Sets up stateless JWT authentication using cookies.
- setStates(States) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
A wrapper object for all the series options in specific states.
- setStates(States) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
-
A wrapper object for all the series options in specific states.
- setStates(States) - Method in class com.vaadin.flow.component.charts.model.Marker
- setStates(States) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
A wrapper object for all the series options in specific states.
- setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
A wrapper object for all the series options in specific states.
- setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
A wrapper object for all the series options in specific states.
- setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
A wrapper object for all the series options in specific states.
- setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
A wrapper object for all the series options in specific states.
- setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
A wrapper object for all the series options in specific states.
- setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
A wrapper object for all the series options in specific states.
- setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
A wrapper object for all the series options in specific states.
- setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
A wrapper object for all the series options in specific states.
- setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
A wrapper object for all the series options in specific states.
- setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
A wrapper object for all the series options in specific states.
- setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
A wrapper object for all the series options in specific states.
- setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
A wrapper object for all the series options in specific states.
- setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
A wrapper object for all the series options in specific states.
- setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
-
A wrapper object for all the series options in specific states.
- setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
-
A wrapper object for all the series options in specific states.
- setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
A wrapper object for all the series options in specific states.
- setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
A wrapper object for all the series options in specific states.
- setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
- setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
-
A wrapper object for all the series options in specific states.
- setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
A wrapper object for all the series options in specific states.
- setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
-
A wrapper object for all the series options in specific states.
- setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
A wrapper object for all the series options in specific states.
- setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
A wrapper object for all the series options in specific states.
- setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
A wrapper object for all the series options in specific states.
- setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
-
A wrapper object for all the series options in specific states.
- setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
-
A wrapper object for all the series options in specific states.
- setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
A wrapper object for all the series options in specific states.
- setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
-
A wrapper object for all the series options in specific states.
- setStates(States) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
A wrapper object for all the series options in specific states.
- setStates(States) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
-
A wrapper object for all the series options in specific states.
- setStatus(int) - Method in interface com.vaadin.flow.server.VaadinResponse
-
Sets the (http) status code for the response.
- setStatus(UploadI18N.Uploading.Status) - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading
-
Set status translations.
- setStatusCode(int) - Method in class com.vaadin.flow.router.LocationChangeEvent
-
Sets the HTTP status code that will be returned for the client if this location change is an initial rendering request.
- setStatusLabel(HasText) - Method in class com.vaadin.flow.data.binder.Binder
-
Sets the label to show the binder level validation errors not related to any specific field.
- setStemColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
The color of the stem, the vertical line extending from the box to the whiskers.
- setStemColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
The color of the stem, the vertical line extending from the box to the whiskers.
- setStemDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
The dash style of the stem, the vertical line extending from the box to the whiskers.
- setStemDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
The dash style of the stem, the vertical line extending from the box to the whiskers.
- setStemWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
The width of the stem, the vertical line extending from the box to the whiskers.
- setStemWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
The width of the stem, the vertical line extending from the box to the whiskers.
- setStep(double) - Method in class com.vaadin.flow.component.textfield.AbstractNumberField
-
Sets the allowed number intervals of the field.
- setStep(double) - Method in class com.vaadin.flow.component.textfield.NumberField
-
Sets the allowed number intervals of the field.
- setStep(int) - Method in class com.vaadin.flow.component.textfield.IntegerField
-
Sets the allowed number intervals of the field.
- setStep(StepType) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
Whether to apply steps to the line.
- setStep(StepType) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
Whether to apply steps to the line.
- setStep(StepType) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
Whether to apply steps to the line.
- setStep(StepType) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
Whether to apply steps to the line.
- setStep(Number) - Method in class com.vaadin.flow.component.charts.model.Labels
-
To show only every n'th label on the axis, set the step to n.
- setStep(Duration) - Method in class com.vaadin.flow.component.datetimepicker.DateTimePicker
-
Sets the
step
property of the time picker using duration. - setStep(Duration) - Method in class com.vaadin.flow.component.timepicker.TimePicker
-
Sets the
step
property of the time picker using duration. - setStepButtonsVisible(boolean) - Method in class com.vaadin.flow.component.textfield.AbstractNumberField
-
Sets the visibility of the buttons for increasing/decreasing the value accordingly to the default or specified step.
- setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
Sticky tracking of mouse events.
- setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
-
Sticky tracking of mouse events.
- setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
-
Sticky tracking of mouse events.
- setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
Sticky tracking of mouse events.
- setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
Sticky tracking of mouse events.
- setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
Sticky tracking of mouse events.
- setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
Sticky tracking of mouse events.
- setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
Sticky tracking of mouse events.
- setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
Sticky tracking of mouse events.
- setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
Sticky tracking of mouse events.
- setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
Sticky tracking of mouse events.
- setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
Sticky tracking of mouse events.
- setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
Sticky tracking of mouse events.
- setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
Sticky tracking of mouse events.
- setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
Sticky tracking of mouse events.
- setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
Sticky tracking of mouse events.
- setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
Sticky tracking of mouse events.
- setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
-
Sticky tracking of mouse events.
- setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
-
Sticky tracking of mouse events.
- setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
-
Sticky tracking of mouse events.
- setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
Sticky tracking of mouse events.
- setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
Sticky tracking of mouse events.
- setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
-
Sticky tracking of mouse events.
- setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
-
Sticky tracking of mouse events.
- setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
Sticky tracking of mouse events.
- setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
-
Sticky tracking of mouse events.
- setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
Sticky tracking of mouse events.
- setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
Sticky tracking of mouse events.
- setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
-
Sticky tracking of mouse events.
- setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
Sticky tracking of mouse events.
- setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
-
Sticky tracking of mouse events.
- setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
-
Sticky tracking of mouse events.
- setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
Sticky tracking of mouse events.
- setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
-
Sticky tracking of mouse events.
- setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
Sticky tracking of mouse events.
- setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
-
Sticky tracking of mouse events.
- setStops(Stop...) - Method in class com.vaadin.flow.component.charts.model.YAxis
- setStrike(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Sets the translated word for
strike
. - setStroke(Color) - Method in class com.vaadin.flow.component.charts.model.Attributes
-
SVG stroke attribute
- setStroke(Color) - Method in class com.vaadin.flow.component.charts.model.DrillUpButtonTheme
-
SVG stroke attribute for the button
- setStroke(Color) - Method in class com.vaadin.flow.component.charts.model.style.ButtonTheme
- setStroke(Stroke) - Method in class com.vaadin.flow.component.map.configuration.style.Style
- setStrokeWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Attributes
-
SVG stroke-width attribute
- setStrokeWidth(Number) - Method in class com.vaadin.flow.component.charts.model.DrillUpButtonTheme
-
SVG stroke-width attribute
- setStrokeWidth(Number) - Method in class com.vaadin.flow.component.charts.model.style.ButtonTheme
- setStyle(Style) - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
-
Styles for the label.
- setStyle(Style) - Method in class com.vaadin.flow.component.charts.model.AnnotationItemLabel
-
Sets the label style options
- setStyle(Style) - Method in class com.vaadin.flow.component.charts.model.AxisTitle
-
CSS styles for the title.
- setStyle(Style) - Method in class com.vaadin.flow.component.charts.model.ChartModel
-
Additional CSS styles to apply inline to the container
div
. - setStyle(Style) - Method in class com.vaadin.flow.component.charts.model.Credits
-
CSS styles for the credits label.
- setStyle(Style) - Method in class com.vaadin.flow.component.charts.model.DataLabels
-
Styles for the label.
- setStyle(Style) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
-
Styles for the label.
- setStyle(Style) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
-
Styles for the label.
- setStyle(Style) - Method in class com.vaadin.flow.component.charts.model.Items
-
CSS styles for each label.
- setStyle(Style) - Method in class com.vaadin.flow.component.charts.model.Label
-
CSS styles for the text label.
- setStyle(Style) - Method in class com.vaadin.flow.component.charts.model.Labels
-
CSS styles for the label.
- setStyle(Style) - Method in class com.vaadin.flow.component.charts.model.LegendNavigation
-
Text styles for the legend page navigation.
- setStyle(Style) - Method in class com.vaadin.flow.component.charts.model.LegendTitle
-
Generic CSS styles for the legend title.
- setStyle(Style) - Method in class com.vaadin.flow.component.charts.model.Loading
-
CSS styles for the loading screen that covers the plot area.
- setStyle(Style) - Method in class com.vaadin.flow.component.charts.model.NoData
-
CSS styles for the no-data label.
- setStyle(Style) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
The text styles of the flag.
- setStyle(Style) - Method in class com.vaadin.flow.component.charts.model.StackLabels
-
CSS styles for the label.
- setStyle(Style) - Method in class com.vaadin.flow.component.charts.model.style.ButtonTheme
- setStyle(Style) - Method in class com.vaadin.flow.component.charts.model.style.ChartStyle
-
Sets additional CSS styles to apply inline to the container div.
- setStyle(Style) - Method in class com.vaadin.flow.component.charts.model.style.StyleWrapper
-
Set the style object
- setStyle(Style) - Method in class com.vaadin.flow.component.charts.model.style.TooltipStyle
-
Sets the style attributes for tooltips
- setStyle(Style) - Method in class com.vaadin.flow.component.charts.model.Subtitle
-
CSS styles for the title.
- setStyle(Style) - Method in class com.vaadin.flow.component.charts.model.Title
-
CSS styles for the title.
- setStyle(Style) - Method in class com.vaadin.flow.component.charts.model.Tooltip
-
CSS styles for the tooltip.
- setStyle(Style) - Method in class com.vaadin.flow.component.map.configuration.Feature
-
Sets the style that defines how the feature should be visually displayed.
- setStyledMode(Boolean) - Method in class com.vaadin.flow.component.charts.model.ChartModel
-
Whether to apply styled mode.
- setSubmit(String) - Method in class com.vaadin.flow.component.login.LoginI18n.Form
- setSubmitter(CollaborationMessageSubmitter) - Method in class com.vaadin.collaborationengine.CollaborationMessageList
-
Sets a submitter to handle the append of messages to the list.
- setSubscript(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Sets the translated word for
subscript
. - setSubtitle(Style) - Method in class com.vaadin.flow.component.charts.model.style.AxisStyle
-
Sets the subtitle style
- setSubtitle(Style) - Method in class com.vaadin.flow.component.charts.model.style.Theme
-
Set style of Chart subtitle
- setSubTitle(Subtitle) - Method in class com.vaadin.flow.component.charts.model.Configuration
-
Sets the chart's subtitle
- setSubTitle(String) - Method in class com.vaadin.flow.component.charts.model.Configuration
-
Sets the subtitle to the given text
- setSuffixComponent(Component) - Method in interface com.vaadin.flow.component.shared.HasSuffix
-
Adds the given component into this field after the content, replacing any existing suffix component.
- setSummary(Component) - Method in class com.vaadin.flow.component.details.Details
-
Sets the component summary
- setSummary(Component...) - Method in class com.vaadin.flow.component.html.NativeDetails
-
Sets the components of the summary.
- setSummaryText(String) - Method in class com.vaadin.flow.component.details.Details
-
Creates a text wrapper and sets a summary via
Details.setSummary(Component)
- setSummaryText(String) - Method in class com.vaadin.flow.component.html.NativeDetails
-
Sets the text of the summary.
- setSuperscript(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Sets the translated word for
superscript
. - setSvg(InputStream) - Method in class com.vaadin.flow.component.Svg
-
Sets the graphics shown in this component.
- setSvg(String) - Method in class com.vaadin.flow.component.Svg
-
Sets the graphics shown in this component.
- setSymbol(MarkerSymbol) - Method in class com.vaadin.flow.component.charts.model.Marker
- setSymbol(String) - Method in class com.vaadin.flow.component.charts.model.ContextButton
-
The symbol for the button.
- setSymbolFill(Color) - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
-
Fill color for the symbol within the button.
- setSymbolFill(Color) - Method in class com.vaadin.flow.component.charts.model.ContextButton
-
See navigation.buttonOptions => symbolFill.
- setSymbolHeight(Number) - Method in class com.vaadin.flow.component.charts.model.Legend
-
The pixel height of the symbol for series types that use a rectangle in the legend.
- setSymbolPadding(Number) - Method in class com.vaadin.flow.component.charts.model.Legend
-
The pixel padding between the legend item symbol and the legend item text.
- setSymbolRadius(Number) - Method in class com.vaadin.flow.component.charts.model.Legend
-
The border radius of the symbol for series types that use a rectangle in the legend.
- setSymbolSize(Number) - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
-
The pixel size of the symbol on the button.
- setSymbolSize(Number) - Method in class com.vaadin.flow.component.charts.model.ContextButton
-
The pixel size of the symbol on the button.
- setSymbolStroke(Color) - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
-
The color of the symbol's stroke or line.
- setSymbolStroke(Color) - Method in class com.vaadin.flow.component.charts.model.ContextButton
-
The color of the symbol's stroke or line.
- setSymbolStrokeWidth(Number) - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
-
The pixel stroke width of the symbol on the button.
- setSymbolStrokeWidth(Number) - Method in class com.vaadin.flow.component.charts.model.ContextButton
-
The pixel stroke width of the symbol on the button.
- setSymbolWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Legend
-
The pixel width of the legend item symbol.
- setSymbolX(Number) - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
-
The x position of the center of the symbol inside the button.
- setSymbolX(Number) - Method in class com.vaadin.flow.component.charts.model.ContextButton
-
The x position of the center of the symbol inside the button.
- setSymbolY(Number) - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
-
The y position of the center of the symbol inside the button.
- setSymbolY(Number) - Method in class com.vaadin.flow.component.charts.model.ContextButton
-
The y position of the center of the symbol inside the button.
- setSynchronizedEvent(String) - Method in class com.vaadin.flow.component.AbstractSinglePropertyField
-
Sets the name of the DOM event for which property values are synchronized from the client to the server.
- setSystemMessagesProvider(SystemMessagesProvider) - Method in class com.vaadin.flow.server.VaadinService
-
Sets the system messages provider to use for getting system messages to display to users of this service.
- setTabIndex(int) - Method in interface com.vaadin.flow.component.Focusable
-
Sets the
tabindex
attribute in the component. - setTabThroughChartElements(Boolean) - Method in class com.vaadin.flow.component.charts.model.KeyboardNavigation
-
Enable tab navigation for points.
- setTag(String) - Method in class com.vaadin.flow.internal.nodefeature.ElementData
-
Sets the tag name of the element.
- setTarget(Component) - Method in class com.vaadin.flow.component.contextmenu.ContextMenuBase
-
Sets the target component for this context menu.
- setTarget(Component) - Method in class com.vaadin.flow.component.grid.contextmenu.GridContextMenu
-
Sets the target component for this context menu.
- setTarget(AnchorTargetValue) - Method in class com.vaadin.flow.component.html.Anchor
-
Sets the target window, tab or frame for this anchor.
- setTarget(Number) - Method in class com.vaadin.flow.component.charts.model.DataSeriesItemBullet
-
The target value of the item.
- setTarget(String) - Method in class com.vaadin.flow.component.html.Anchor
-
Sets the target window, tab or frame for this anchor.
- setTargetOptions(TargetOptions) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
All options related with look and position of targets.
- setTargetRoute(Class<? extends Component>, String) - Method in class com.vaadin.flow.router.internal.ConfigureRoutes
-
Put a new target route for Class-to-path mapping.
- Setter<BEAN,
FIELDVALUE> - Interface in com.vaadin.flow.data.binder -
The function to write the field value to the bean property
- setTestNameSuffix(String) - Method in class com.vaadin.testbench.parallel.ParallelRunner.TBMethod
- setTestsInParallel(int) - Static method in class com.vaadin.testbench.Parameters
-
Sets the maximum number of tests to run in parallel.
- setTestSuitesInParallel(int) - Static method in class com.vaadin.testbench.Parameters
-
Sets the maximum number of test suites to run in parallel.
- setText(Component) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Sets custom confirmation message element
- setText(Element) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Sets custom confirmation message element
- setText(String) - Method in class com.vaadin.collaborationengine.CollaborationMessage
-
Sets the message content.
- setText(String) - Method in class com.vaadin.flow.component.button.Button
-
Sets the given string as the text content of this component.
- setText(String) - Method in class com.vaadin.flow.component.charts.model.AnnotationItemLabel
-
Sets the text to be displayed
- setText(String) - Method in class com.vaadin.flow.component.charts.model.AxisTitle
-
The actual text of the axis title.
- setText(String) - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
-
A text string to add to the individual button.
- setText(String) - Method in class com.vaadin.flow.component.charts.model.ContextButton
-
A text string to add to the individual button.
- setText(String) - Method in class com.vaadin.flow.component.charts.model.ContextButtonMenuItem
- setText(String) - Method in class com.vaadin.flow.component.charts.model.Credits
-
The text for the credits label.
- setText(String) - Method in class com.vaadin.flow.component.charts.model.ExportingMenuItemDefinition
- setText(String) - Method in class com.vaadin.flow.component.charts.model.FlagItem
-
Sets the text to be displayed when the flag is highlighted
- setText(String) - Method in class com.vaadin.flow.component.charts.model.Label
-
The text itself.
- setText(String) - Method in class com.vaadin.flow.component.charts.model.LegendTitle
-
A text or HTML string for the title.
- setText(String) - Method in class com.vaadin.flow.component.charts.model.RangeSelectorButton
-
Defines the text for the button
- setText(String) - Method in class com.vaadin.flow.component.charts.model.Subtitle
-
The subtitle of the chart.
- setText(String) - Method in class com.vaadin.flow.component.charts.model.Title
-
The title of the chart.
- setText(String) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Sets confirmation message text
- setText(String) - Method in class com.vaadin.flow.component.grid.FooterRow.FooterCell
- setText(String) - Method in class com.vaadin.flow.component.grid.HeaderRow.HeaderCell
- setText(String) - Method in interface com.vaadin.flow.component.HasText
-
Sets the given string as the content of this component.
- setText(String) - Method in class com.vaadin.flow.component.messages.MessageListItem
-
Sets the text content of the message.
- setText(String) - Method in class com.vaadin.flow.component.notification.Notification
-
Set the text of the notification with given String
- setText(String) - Method in class com.vaadin.flow.component.shared.Tooltip
-
String used as a tooltip content.
- setText(String) - Method in class com.vaadin.flow.component.Text
-
Sets the text of the component.
- setText(String) - Method in class com.vaadin.flow.dom.Element
-
Sets the text content of this element, replacing any existing children.
- setText(String) - Method in class com.vaadin.flow.internal.nodefeature.TextNodeMap
-
Sets the text of this node.
- setTextAlign(TextAlign) - Method in class com.vaadin.flow.component.charts.model.Label
-
The text alignment for the label.
- setTextAlign(ColumnTextAlign) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Sets the column text align.
- setTextAlign(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
Text alignment for the text inside the flag.
- setTextAlign(String) - Method in class com.vaadin.flow.component.charts.model.StackLabels
-
The text alignment for the label.
- setTextContent(StateNode, String) - Method in interface com.vaadin.flow.dom.ElementStateProvider
-
Sets the text content.
- setTextContent(StateNode, String) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
- setTextContent(StateNode, String) - Method in class com.vaadin.flow.dom.impl.BasicTextElementStateProvider
- setTextContent(StateNode, String) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
- setTextKey(String) - Method in class com.vaadin.flow.component.charts.model.ExportingMenuItemDefinition
- setTextRenderer(ItemLabelGenerator<T>) - Method in class com.vaadin.flow.component.select.Select
-
Convenience setter for creating a
TextRenderer
from the given function that converts the item to a string. - setTextShadow(String) - Method in class com.vaadin.flow.component.charts.model.style.Style
-
Sets the
textShadow
CSS attribute - setTheme(DrillUpButtonTheme) - Method in class com.vaadin.flow.component.charts.model.DrillUpButton
-
A collection of attributes for the button.
- setTheme(ButtonTheme) - Method in class com.vaadin.flow.component.charts.model.ContextButton
-
A configuration object for the button theme.
- setTheme(ButtonTheme) - Method in class com.vaadin.flow.component.charts.model.ResetZoomButton
-
A collection of attributes for the button.
- setTheme(Theme) - Method in class com.vaadin.flow.component.charts.ChartOptions
-
Sets the theme to use.
- setThemeName(String) - Method in class com.vaadin.flow.component.datetimepicker.DateTimePicker
-
Sets the theme names of this component.
- setThemeName(String) - Method in interface com.vaadin.flow.component.HasTheme
-
Sets the theme names of this component.
- setThemeName(String, boolean) - Method in class com.vaadin.flow.component.datetimepicker.DateTimePicker
-
Sets or removes the given theme name for this component.
- setThemeName(String, boolean) - Method in interface com.vaadin.flow.component.HasTheme
-
Sets or removes the given theme name for this component.
- setThickness(String) - Method in class com.vaadin.flow.component.charts.model.PlotBand
-
In a gauge chart, this option sets the width of the plot band stretching along the perimeter.
- setThirdDelay(int) - Method in interface com.vaadin.flow.component.page.LoadingIndicatorConfiguration
-
Sets the delay before the loading indicator goes into the "third" state.
- setThirdDelay(int) - Method in class com.vaadin.flow.internal.nodefeature.LoadingIndicatorConfigurationMap
- setThousandsSep(String) - Method in class com.vaadin.flow.component.charts.model.Lang
-
The default thousands separator used in the
Highcharts.numberFormat
method unless otherwise specified in the function arguments. - setThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
The threshold, also called zero level or base level.
- setThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
The Y axis value to serve as the base for the area, for distinguishing between values above and below a threshold.
- setThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
- setThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
The Y axis value to serve as the base for the area, for distinguishing between values above and below a threshold.
- setThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
The Y axis value to serve as the base for the columns, for distinguishing between values above and below a threshold.
- setThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
The threshold, also called zero level or base level.
- setThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
The Y axis value to serve as the base for the columns, for distinguishing between values above and below a threshold.
- setThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
The threshold, also called zero level or base level.
- setThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
The Y axis value to serve as the base for the columns, for distinguishing between values above and below a threshold.
- setThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
The threshold, also called zero level or base level.
- setThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
-
The threshold, also called zero level or base level.
- setThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
The threshold, also called zero level or base level.
- setThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
The threshold, also called zero level or base level.
- setThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
The threshold, also called zero level or base level.
- setThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
The threshold, also called zero level or base level.
- setThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
-
The threshold or base level for the gauge.
- setThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
The threshold, also called zero level or base level.
- setThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
The Y axis value to serve as the base for the columns, for distinguishing between values above and below a threshold.
- setThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
The threshold, also called zero level or base level.
- setTickAmount(Number) - Method in class com.vaadin.flow.component.charts.model.Axis
-
The amount of ticks to draw on the axis.
- setTickAmount(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
The amount of ticks to draw on the axis.
- setTickAmount(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
The amount of ticks to draw on the axis.
- setTickAmount(Number) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
The amount of ticks to draw on the axis.
- setTickColor(Color) - Method in class com.vaadin.flow.component.charts.model.Axis
-
Color for the main tick marks.
- setTickColor(Color) - Method in class com.vaadin.flow.component.charts.model.style.AxisStyle
-
Sets the color for the main tick marks.
- setTickColor(Color) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
Color for the main tick marks.
- setTickColor(Color) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
Color for the main tick marks.
- setTickColor(Color) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
Color for the main tick marks.
- setTickInterval(Number) - Method in class com.vaadin.flow.component.charts.model.Axis
-
The interval of the tick marks in axis units.
- setTickInterval(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
The interval of the tick marks in axis units.
- setTickInterval(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
The interval of the tick marks in axis units.
- setTickInterval(Number) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
The interval of the tick marks in axis units.
- setTickLength(Number) - Method in class com.vaadin.flow.component.charts.model.Axis
-
The pixel length of the main tick marks.
- setTickLength(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
The pixel length of the main tick marks.
- setTickLength(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
The pixel length of the main tick marks.
- setTickLength(Number) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
The pixel length of the main tick marks.
- setTickmarkPlacement(TickmarkPlacement) - Method in class com.vaadin.flow.component.charts.model.Axis
-
For categorized axes only.
- setTickmarkPlacement(TickmarkPlacement) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
For categorized axes only.
- setTickmarkPlacement(TickmarkPlacement) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
For categorized axes only.
- setTickmarkPlacement(TickmarkPlacement) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
For categorized axes only.
- setTickPixelInterval(Number) - Method in class com.vaadin.flow.component.charts.model.Axis
-
If tickInterval is
null
this option sets the approximate pixel interval of the tick marks. - setTickPixelInterval(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
If tickInterval is
null
this option sets the approximate pixel interval of the tick marks. - setTickPixelInterval(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
If tickInterval is
null
this option sets the approximate pixel interval of the tick marks. - setTickPixelInterval(Number) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
If tickInterval is
null
this option sets the approximate pixel interval of the tick marks. - setTickPosition(TickPosition) - Method in class com.vaadin.flow.component.charts.model.Axis
-
The position of the major tick marks relative to the axis line.
- setTickPosition(TickPosition) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
The position of the major tick marks relative to the axis line.
- setTickPosition(TickPosition) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
The position of the major tick marks relative to the axis line.
- setTickPosition(TickPosition) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
The position of the major tick marks relative to the axis line.
- setTickPositions(Number[]) - Method in class com.vaadin.flow.component.charts.model.Axis
-
An array defining where the ticks are laid out on the axis.
- setTickPositions(Number[]) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
An array defining where the ticks are laid out on the axis.
- setTickPositions(Number[]) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
An array defining where the ticks are laid out on the axis.
- setTickPositions(Number[]) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
An array defining where the ticks are laid out on the axis.
- setTickWidth(Number) - Method in class com.vaadin.flow.component.charts.model.style.AxisStyle
-
Sets the pixel width of the major tick marks.
- setTickWidth(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
The pixel width of the major tick marks.
- setTickWidth(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
The pixel width of the major tick marks.
- setTickWidth(Number) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
The pixel width of the major tick marks.
- setTime(Time) - Method in class com.vaadin.flow.component.charts.model.Configuration
-
Set configuration for time options
- setTime(Instant) - Method in class com.vaadin.collaborationengine.CollaborationMessage
-
Sets the message timestamp.
- setTime(Instant) - Method in class com.vaadin.flow.component.messages.MessageListItem
-
Sets the time of sending the message.
- setTime(LocalTime) - Method in class com.vaadin.flow.component.datetimepicker.testbench.DateTimePickerElement
-
Selects the given time.
- setTimeline(PlotOptionsTimeline) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
-
Sets the style options for
ChartType.TIMELINE
charts - setTimeline(Boolean) - Method in class com.vaadin.flow.component.charts.Chart
-
Determines if the chart is in timeline mode or in normal mode.
- setTimeout(long) - Method in class com.vaadin.base.devserver.FileWatcher
-
Sets the time interval between file/directory checks.
- setTimePlaceholder(String) - Method in class com.vaadin.flow.component.datetimepicker.DateTimePicker
-
Set a placeholder string for the time field.
- setTimeUnit(TimeUnit) - Method in class com.vaadin.flow.component.charts.model.TimeUnitMultiples
- setTimezone(String) - Method in class com.vaadin.flow.component.charts.model.Global
-
Requires moment.js.
- setTimezoneOffset(Number) - Method in class com.vaadin.flow.component.charts.model.Global
-
The timezone offset in minutes.
- setTimezoneOffset(Number) - Method in class com.vaadin.flow.component.charts.model.Time
-
The timezone offset in minutes.
- SETTINGS - Static variable in interface com.vaadin.flow.component.Key
-
Toggles display of the device's settings screen on and off.
- setTitle(AxisTitle) - Method in class com.vaadin.flow.component.charts.model.Axis
-
The axis title, showing next to the axis line.
- setTitle(AxisTitle) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
The axis title, showing next to the axis line.
- setTitle(AxisTitle) - Method in class com.vaadin.flow.component.charts.model.YAxis
- setTitle(AxisTitle) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
The axis title, showing next to the axis line.
- setTitle(LegendTitle) - Method in class com.vaadin.flow.component.charts.model.Legend
-
A title to be added on top of the legend.
- setTitle(Style) - Method in class com.vaadin.flow.component.charts.model.style.AxisStyle
-
Sets the title style
- setTitle(Style) - Method in class com.vaadin.flow.component.charts.model.style.Theme
-
Set style of Chart title
- setTitle(Title) - Method in class com.vaadin.flow.component.charts.model.Configuration
-
The main title of the chart.
- setTitle(Component) - Method in class com.vaadin.flow.component.login.LoginOverlay
-
Sets the application title,
null
to remove any previous title and to display title set viaLoginOverlay.setTitle(String)
. - setTitle(String) - Method in class com.vaadin.flow.component.charts.model.Axis
- setTitle(String) - Method in class com.vaadin.flow.component.charts.model.Configuration
-
Sets the new chart's main title to the given string
- setTitle(String) - Method in class com.vaadin.flow.component.charts.model.FlagItem
-
Sets the title of the flag
- setTitle(String) - Method in class com.vaadin.flow.component.charts.model.Node
-
The job title for the node card, will be inserted by the default dataLabel.nodeFormatter.
- setTitle(String) - Method in class com.vaadin.flow.component.charts.model.XAxis
- setTitle(String) - Method in class com.vaadin.flow.component.charts.model.YAxis
- setTitle(String) - Method in class com.vaadin.flow.component.charts.model.ZAxis
- setTitle(String) - Method in class com.vaadin.flow.component.crud.CrudI18n.Confirmations.Confirmation
-
Sets the title on a dialog
- setTitle(String) - Method in class com.vaadin.flow.component.HtmlComponent
-
Sets the title of this component.
- setTitle(String) - Method in class com.vaadin.flow.component.internal.UIInternals
-
Records the page title set with
Page.setTitle(String)
. - setTitle(String) - Method in class com.vaadin.flow.component.login.LoginI18n.ErrorMessage
- setTitle(String) - Method in class com.vaadin.flow.component.login.LoginI18n.Form
- setTitle(String) - Method in class com.vaadin.flow.component.login.LoginI18n.Header
- setTitle(String) - Method in class com.vaadin.flow.component.login.LoginOverlay
-
Sets the application title.
- setTitle(String) - Method in class com.vaadin.flow.component.page.Page
-
Sets the page title.
- setTitle(String) - Method in class com.vaadin.flow.component.textfield.TextFieldBase
-
The text usually displayed in a tooltip popup when the mouse is over the field.
- setTo(Node) - Method in class com.vaadin.flow.component.charts.model.NodeSeriesItem
- setTo(Number) - Method in class com.vaadin.flow.component.charts.model.Breaks
-
The point where the break ends.
- setTo(Number) - Method in class com.vaadin.flow.component.charts.model.PlotBand
-
The end position of the plot band in axis units.
- setTo(Instant) - Method in class com.vaadin.flow.component.charts.model.Breaks
- setTo(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotBand
- setTo(Date) - Method in class com.vaadin.flow.component.charts.model.Breaks
-
Deprecated.as of 4.0. Use
#setPointStart(Instant)
- setTo(Date) - Method in class com.vaadin.flow.component.charts.model.PlotBand
-
Deprecated.as of 4.0. Use
#setPointStart(Instant)
- setToday(String) - Method in class com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n
-
Sets the translated word for
today
. - setToolbar(Component...) - Method in class com.vaadin.flow.component.crud.Crud
-
Sets the content of the toolbar.
- setToolbarVisible(boolean) - Method in class com.vaadin.flow.component.crud.Crud
-
Controls visiblity of toolbar
- setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
A configuration object for the tooltip rendering of each single series.
- setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
-
A configuration object for the tooltip rendering of each single series.
- setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
-
A configuration object for the tooltip rendering of each single series.
- setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
A configuration object for the tooltip rendering of each single series.
- setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
A configuration object for the tooltip rendering of each single series.
- setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
A configuration object for the tooltip rendering of each single series.
- setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
A configuration object for the tooltip rendering of each single series.
- setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
A configuration object for the tooltip rendering of each single series.
- setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
A configuration object for the tooltip rendering of each single series.
- setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
A configuration object for the tooltip rendering of each single series.
- setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
A configuration object for the tooltip rendering of each single series.
- setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
A configuration object for the tooltip rendering of each single series.
- setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
A configuration object for the tooltip rendering of each single series.
- setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
A configuration object for the tooltip rendering of each single series.
- setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
A configuration object for the tooltip rendering of each single series.
- setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
A configuration object for the tooltip rendering of each single series.
- setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
Specific tooltip options for flag series.
- setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
-
A configuration object for the tooltip rendering of each single series.
- setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
-
A configuration object for the tooltip rendering of each single series.
- setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
-
A configuration object for the tooltip rendering of each single series.
- setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
A configuration object for the tooltip rendering of each single series.
- setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
A configuration object for the tooltip rendering of each single series.
- setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
-
A configuration object for the tooltip rendering of each single series.
- setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
A configuration object for the tooltip rendering of each single series.
- setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
-
A configuration object for the tooltip rendering of each single series.
- setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
A configuration object for the tooltip rendering of each single series.
- setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
A configuration object for the tooltip rendering of each single series.
- setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
-
A configuration object for the tooltip rendering of each single series.
- setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
A configuration object for the tooltip rendering of each single series.
- setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
-
A configuration object for the tooltip rendering of each single series.
- setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
- setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
A configuration object for the tooltip rendering of each single series.
- setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
-
A configuration object for the tooltip rendering of each single series.
- setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
A configuration object for the tooltip rendering of each single series.
- setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
-
A configuration object for the tooltip rendering of each single series.
- setTooltip(TooltipStyle) - Method in class com.vaadin.flow.component.charts.model.style.Theme
-
Set new style of tooltips
- setTooltip(Tooltip) - Method in class com.vaadin.flow.component.charts.model.Configuration
-
Sets the options for the tooltip that appears when the user hovers over a series or point.
- setTooltip(Tooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
-
A configuration object for the tooltip rendering of each single series.
- setTooltipEnabled(boolean) - Method in class com.vaadin.flow.component.avatar.Avatar
-
Sets the enabled of the avatar tooltip.
- setTooltipGenerator(SerializableFunction<T, String>) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Sets the function that is used for generating tooltip text for cells in this column.
- setTooltipText(String) - Method in class com.vaadin.collaborationengine.CollaborationMessageInput
-
Sets a tooltip text for the component.
- setTooltipText(String) - Method in interface com.vaadin.flow.component.shared.HasTooltip
-
Sets a tooltip text for the component.
- setTooManyFiles(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.Error
-
Set too many files error translation.
- setTop(Top) - Method in class com.vaadin.flow.component.charts.model.Frame
-
The top of the frame around a 3D chart.
- setTop(String) - Method in class com.vaadin.flow.component.charts.model.style.Style
-
Sets the
top
CSS attribute - setTop(String) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
The top position of the Y axis.
- setTopic(String) - Method in class com.vaadin.collaborationengine.CollaborationAvatarGroup
-
Sets the topic to use with this component.
- setTopic(String) - Method in class com.vaadin.collaborationengine.CollaborationMessageList
-
Sets the topic to use with this component.
- setTopic(String, SerializableSupplier<BEAN>) - Method in class com.vaadin.collaborationengine.CollaborationBinder
-
Sets the topic to use with this binder and initializes the topic contents if not already set.
- setTopWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Dial
-
The width of the top of the dial, closest to the perimeter.
- setTotal(String) - Method in class com.vaadin.flow.component.combobox.MultiSelectComboBoxI18n
-
Sets the text that is announced by screen readers to inform about the total number of selected items.
- setTrackBackgroundColor(Color) - Method in class com.vaadin.flow.component.charts.model.Scrollbar
-
The color of the track background.
- setTrackBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.Scrollbar
-
The color of the border of the scrollbar track.
- setTrackBorderRadius(Number) - Method in class com.vaadin.flow.component.charts.model.Scrollbar
-
The corner radius of the border of the scrollbar track.
- setTrackByArea(Boolean) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
Whether the whole area or just the line should respond to mouseover tooltips and other mouse or touch events.
- setTrackByArea(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
Whether the whole area or just the line should respond to mouseover tooltips and other mouse or touch events.
- setTrackByArea(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
Whether the whole area or just the line should respond to mouseover tooltips and other mouse or touch events.
- setTrackByArea(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
Whether the whole area or just the line should respond to mouseover tooltips and other mouse or touch events.
- setTrackByArea(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
Whether the whole area or just the line should respond to mouseover tooltips and other mouse or touch events.
- setTransport(Transport) - Method in interface com.vaadin.flow.component.PushConfiguration
-
Sets the primary transport type for push.
- setTransport(Transport) - Method in class com.vaadin.flow.internal.nodefeature.PushConfigurationMap
- setTree(StateTree) - Method in class com.vaadin.flow.internal.StateNode
-
Sets the state tree that this node belongs to.
- setTreeData(TreeData<T>) - Method in interface com.vaadin.flow.data.provider.hierarchy.HasHierarchicalDataProvider
-
Sets a new
TreeDataProvider
wrapping the givenTreeData
. - setTreemap(PlotOptionsTreemap) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
-
Sets the style options for
ChartType.TREEMAP
charts - setTurboThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
When a series contains a data array that is longer than this, only one dimensional arrays of numbers, or two dimensional arrays with x and y values are allowed.
- setTurboThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
When a series contains a data array that is longer than this, only one dimensional arrays of numbers, or two dimensional arrays with x and y values are allowed.
- setTurboThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
When a series contains a data array that is longer than this, only one dimensional arrays of numbers, or two dimensional arrays with x and y values are allowed.
- setTurboThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
When a series contains a data array that is longer than this, only one dimensional arrays of numbers, or two dimensional arrays with x and y values are allowed.
- setTurboThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
When a series contains a data array that is longer than this, only one dimensional arrays of numbers, or two dimensional arrays with x and y values are allowed.
- setTurboThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
When a series contains a data array that is longer than this, only one dimensional arrays of numbers, or two dimensional arrays with x and y values are allowed.
- setTurboThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
When a series contains a data array that is longer than this, only one dimensional arrays of numbers, or two dimensional arrays with x and y values are allowed.
- setTurboThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
When a series contains a data array that is longer than this, only one dimensional arrays of numbers, or two dimensional arrays with x and y values are allowed.
- setTurboThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
When a series contains a data array that is longer than this, only one dimensional arrays of numbers, or two dimensional arrays with x and y values are allowed.
- setTurboThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
When a series contains a data array that is longer than this, only one dimensional arrays of numbers, or two dimensional arrays with x and y values are allowed.
- setTurboThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
When a series contains a data array that is longer than this, only one dimensional arrays of numbers, or two dimensional arrays with x and y values are allowed.
- setTurboThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
When a series contains a data array that is longer than this, only one dimensional arrays of numbers, or two dimensional arrays with x and y values are allowed.
- setTurboThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
When a series contains a data array that is longer than this, only one dimensional arrays of numbers, or two dimensional arrays with x and y values are allowed.
- setTurboThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
-
When a series contains a data array that is longer than this, only one dimensional arrays of numbers, or two dimensional arrays with x and y values are allowed.
- setTurboThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
When a series contains a data array that is longer than this, only one dimensional arrays of numbers, or two dimensional arrays with x and y values are allowed.
- setTurboThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
When a series contains a data array that is longer than this, only one dimensional arrays of numbers, or two dimensional arrays with x and y values are allowed.
- setTurboThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
-
When a series contains a data array that is longer than this, only one dimensional arrays of numbers, or two dimensional arrays with x and y values are allowed.
- setTurboThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
When a series contains a data array that is longer than this, only one dimensional arrays of numbers, or two dimensional arrays with x and y values are allowed.
- setTurboThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
When a series contains a data array that is longer than this, only one dimensional arrays of numbers, or two dimensional arrays with x and y values are allowed.
- setTurboThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
When a series contains a data array that is longer than this, only one dimensional arrays of numbers, or two dimensional arrays with x and y values are allowed.
- setTurboThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
When a series contains a data array that is longer than this, only one dimensional arrays of numbers, or two dimensional arrays with x and y values are allowed.
- setTurboThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
-
When a series contains a data array that is longer than this, only one dimensional arrays of numbers, or two dimensional arrays with x and y values are allowed.
- setTurboThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
-
When a series contains a data array that is longer than this, only one dimensional arrays of numbers, or two dimensional arrays with x and y values are allowed.
- setTurboThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
When a series contains a data array that is longer than this, only one dimensional arrays of numbers, or two dimensional arrays with x and y values are allowed.
- setType(AxisType) - Method in class com.vaadin.flow.component.charts.model.Axis
-
The type of axis.
- setType(AxisType) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
The type of axis.
- setType(AxisType) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
The type of axis.
- setType(AxisType) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
The type of axis.
- setType(ChartType) - Method in class com.vaadin.flow.component.charts.model.ChartModel
-
The default series type for the chart.
- setType(ExportFileType) - Method in class com.vaadin.flow.component.charts.model.Exporting
-
Default MIME type for exporting if
chart.exportChart()
is called without specifying atype
option. - setType(RangeSelectorTimespan) - Method in class com.vaadin.flow.component.charts.model.RangeSelectorButton
-
Defines the timespan for the button
- setType(OrderedList.NumberingType) - Method in class com.vaadin.flow.component.html.OrderedList
- setType(String) - Method in class com.vaadin.flow.component.html.HtmlObject
-
Sets the "type" attribute value.
- setType(String) - Method in class com.vaadin.flow.component.html.Input
-
Sets the type of this input.
- setTypeDescription(String) - Method in class com.vaadin.flow.component.charts.model.ChartModel
-
A text description of the chart type.
- setUnderline(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Sets the translated word for
underline
. - setUndo(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Sets the translated word for
undo
. - setUnexpectedServerError(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Error
- setUniqueKeyDataGenerator(String, ValueProvider<T, String>) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
-
Sets property name and value provider for unique key in row's generated JSON.
- setUniqueKeyProperty(String) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets property name for unique key in row's generated JSON.
- setUniqueKeyProperty(String) - Method in class com.vaadin.flow.component.grid.GridArrayUpdater.UpdateQueueData
- setUniqueKeyProvider(ValueProvider<T, String>) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets value provider for unique key in row's generated JSON.
- setUniqueNames(Boolean) - Method in class com.vaadin.flow.component.charts.model.Axis
-
Applies only when the axis
type
iscategory
. - setUniqueNames(Boolean) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
Applies only when the axis
type
iscategory
. - setUniqueNames(Boolean) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
Applies only when the axis
type
iscategory
. - setUniqueNames(Boolean) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
Applies only when the axis
type
iscategory
. - setUnits(TimeUnitMultiples...) - Method in class com.vaadin.flow.component.charts.model.Axis
-
Datetime axis only.
- setUnits(TimeUnitMultiples...) - Method in class com.vaadin.flow.component.charts.model.DataGrouping
-
An array determining what time intervals the data is allowed to be grouped to.
- setUnits(TimeUnitMultiples...) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
Datetime axis only.
- setUnits(TimeUnitMultiples...) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
Datetime axis only.
- setUnits(TimeUnitMultiples...) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
Datetime axis only.
- setUnits(UploadI18N.Units) - Method in class com.vaadin.flow.component.upload.UploadI18N
-
Set unit translations.
- setUnits(List<String>) - Method in class com.vaadin.flow.component.upload.UploadI18N
-
Set unit translations.
- setUnknown(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.RemainingTime
-
Set unknown translation.
- setup() - Method in class com.vaadin.testbench.parallel.ParallelTest
-
Sets the driver for this test instance.
- setUpColor(Color) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
Line color for up points.
- setUpColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
The fill color of the candlestick when values are rising.
- setUpColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
Line color for up points.
- setUpColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
The color used specifically for positive point columns.
- setupCss(Element, BootstrapHandler.BootstrapContext) - Method in class com.vaadin.flow.server.BootstrapHandler.BootstrapPageBuilder
- setUpdateFromClientFilter(SerializablePredicate<String>) - Method in class com.vaadin.flow.internal.nodefeature.ElementPropertyMap
-
Sets a filter that will be used by for determining whether a property maybe updated from the client.
- setUpdateQueueData(GridArrayUpdater.UpdateQueueData) - Method in interface com.vaadin.flow.component.grid.GridArrayUpdater
-
Sets
GridArrayUpdater.UpdateQueueData
for this array updater. - SetupDriver - Class in com.vaadin.testbench.parallel.setup
- SetupDriver() - Constructor for class com.vaadin.testbench.parallel.setup.SetupDriver
- setupErrorDialogs(Element) - Static method in class com.vaadin.flow.server.BootstrapHandler
- setupHiddenElement(Element) - Static method in class com.vaadin.flow.server.BootstrapHandler
- setUpLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
The specific line color for up candle sticks.
- setUploadButton(Component) - Method in class com.vaadin.flow.component.upload.Upload
-
Set the component as the actionable button inside the upload component, that opens the dialog for choosing the files to be upload.
- setUploading(UploadI18N.Uploading) - Method in class com.vaadin.flow.component.upload.UploadI18N
-
Set uploading translations.
- setupLocalDriver() - Method in class com.vaadin.testbench.parallel.setup.SetupDriver
-
Sets up and returns a
WebDriver
to run test. - setupLocalDriver(Browser) - Method in class com.vaadin.testbench.parallel.setup.SetupDriver
-
Sets up and returns a
WebDriver
to run test. - setupLocalDriver(Browser, String) - Method in class com.vaadin.testbench.parallel.setup.SetupDriver
-
Sets up and returns a
WebDriver
to run test. - setUpperQuartile(Number) - Method in class com.vaadin.flow.component.charts.model.BoxPlotItem
-
Sets the upper quartile of the item.
- setupPushConnectionFactory(PushConfiguration, BootstrapHandler.BootstrapContext) - Method in class com.vaadin.flow.server.BootstrapHandler
- setupPwa(Document, VaadinService) - Static method in class com.vaadin.flow.server.BootstrapHandler
- setupRemoteDriver(RemoteDriver, String) - Method in class com.vaadin.testbench.parallel.setup.SetupDriver
-
Sets up and returns a
WebDriver
to run test on hubURL. - setupRemoteDriver(String) - Method in class com.vaadin.testbench.parallel.setup.SetupDriver
-
Sets up and returns a
WebDriver
to run test on hubURL. - setUrl(String) - Method in class com.vaadin.flow.component.charts.model.Exporting
-
The URL for the server module converting the SVG string to an image format.
- setUrl(String) - Method in class com.vaadin.flow.component.charts.model.MarkerSymbolUrl
-
Sets the URL of the marker symbol
- setUrl(String) - Method in class com.vaadin.flow.component.map.configuration.source.ImageWMSSource.Options
- setUrl(String) - Method in class com.vaadin.flow.component.map.configuration.source.ImageWMSSource
-
Sets the WMS service URL
- setUrl(String) - Method in class com.vaadin.flow.component.map.configuration.source.UrlTileSource.Options
- setUrl(String) - Method in class com.vaadin.flow.component.map.configuration.source.UrlTileSource
-
Sets the URL from which to load tile data.
- setUrl(String) - Method in class com.vaadin.flow.component.map.configuration.source.XYZSource.Options
- setUrl(String) - Method in class com.vaadin.flow.component.map.configuration.source.XYZSource
-
Sets the URL template in XYZ format.
- setUrlMapping(String) - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties
-
Sets
urlMapping
property value. - setUseGlobalPnpm(boolean) - Method in class com.vaadin.flow.server.frontend.FrontendToolsSettings
-
Force usage of global pnpm.
- setUseHTML(Boolean) - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
-
Whether to use HTML to render the labels.
- setUseHTML(Boolean) - Method in class com.vaadin.flow.component.charts.model.AnnotationItemLabel
-
Whether to enable HTML parsing for the label contents
- setUseHTML(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataLabels
-
Whether to use HTML to render the labels.
- setUseHTML(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
-
Whether to use HTML to render the labels.
- setUseHTML(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
-
Whether to use HTML to render the labels.
- setUseHTML(Boolean) - Method in class com.vaadin.flow.component.charts.model.Label
-
Whether to use HTML to render the labels.
- setUseHTML(Boolean) - Method in class com.vaadin.flow.component.charts.model.Labels
-
Whether to use HTML to render the labels.
- setUseHTML(Boolean) - Method in class com.vaadin.flow.component.charts.model.Legend
-
Whether to use HTML to render the legend item texts.
- setUseHTML(Boolean) - Method in class com.vaadin.flow.component.charts.model.NoData
-
Whether to insert the label as HTML, or as pseudo-HTML rendered with SVG.
- setUseHTML(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
Whether to use HTML to render the flag texts.
- setUseHTML(Boolean) - Method in class com.vaadin.flow.component.charts.model.StackLabels
-
Whether to use HTML to render the labels.
- setUseHTML(Boolean) - Method in class com.vaadin.flow.component.charts.model.Subtitle
-
Whether to use HTML to render the text.
- setUseHTML(Boolean) - Method in class com.vaadin.flow.component.charts.model.Title
-
Whether to use HTML to render the text.
- setUseHTML(Boolean) - Method in class com.vaadin.flow.component.charts.model.Tooltip
-
Use HTML to render the contents of the tooltip instead of SVG.
- setUser(UserInfo) - Method in class com.vaadin.collaborationengine.CollaborationMessage
-
Sets the message author user-info.
- setUserAbbreviation(String) - Method in class com.vaadin.flow.component.messages.MessageListItem
-
Sets the abbreviation of the message sender.
- setUserColorIndex(Integer) - Method in class com.vaadin.flow.component.messages.MessageListItem
-
Sets the color index of the message sender.
- setUserImage(String) - Method in class com.vaadin.flow.component.messages.MessageListItem
-
Sets the URL to the message sender's image.
- setUserImageResource(AbstractStreamResource) - Method in class com.vaadin.flow.component.messages.MessageListItem
-
Sets the image for the message sender's avatar.
- setUsername(String) - Method in class com.vaadin.flow.component.login.LoginI18n.Form
- setUserName(String) - Method in class com.vaadin.flow.component.messages.MessageListItem
-
Sets the user name of the message sender.
- setUserName(String) - Method in class com.vaadin.flow.server.frontend.installer.NodeInstaller
-
Set user name to use.
- setUserProjection(String) - Static method in class com.vaadin.flow.component.map.Map
-
Sets the projection (or coordinate system) to use for all coordinates.
- setUseUTC(Boolean) - Method in class com.vaadin.flow.component.charts.model.Global
-
Whether to use UTC time for axis scaling, tickmark placement and time display in
Highcharts.dateFormat
. - setUseUTC(Boolean) - Method in class com.vaadin.flow.component.charts.model.Time
-
Whether to use UTC time for axis scaling, tickmark placement and time display in
Highcharts.dateFormat
. - setValidationErrorHandler(BinderValidationErrorHandler) - Method in class com.vaadin.flow.data.binder.Binder
-
Sets the validation error handler to update error status for fields when the user input is validated.
- setValidationStatusHandler(BinderValidationStatusHandler<BEAN>) - Method in class com.vaadin.flow.data.binder.Binder
-
Sets the status handler to track form status changes.
- setValidatorsDisabled(boolean) - Method in interface com.vaadin.flow.data.binder.Binder.Binding
-
Define whether validators are disabled or enabled for this specific binding.
- setValidatorsDisabled(boolean) - Method in class com.vaadin.flow.data.binder.Binder.BindingImpl
- setValidatorsDisabled(boolean) - Method in class com.vaadin.flow.data.binder.Binder
-
Control whether validators including bean level validators are disabled or enabled globally for this Binder.
- setValue(double) - Method in class com.vaadin.flow.component.progressbar.ProgressBar
-
Sets value to the progressbar.
- setValue(Serializable) - Method in class com.vaadin.flow.internal.nodefeature.BasicTypeValue
-
Sets the value of a basic type.
- setValue(Number) - Method in class com.vaadin.flow.component.charts.model.PlotLine
-
The position of the line in axis units.
- setValue(Number) - Method in class com.vaadin.flow.component.charts.model.TreeSeriesItem
-
Set the numeric value of this node
- setValue(Number) - Method in class com.vaadin.flow.component.charts.model.Zones
-
The value up to where the zone extends, if undefined the zones stretches to the last value in the series.
- setValue(String) - Method in class com.vaadin.flow.component.combobox.testbench.ComboBoxElement
-
Sets the property "value" as a string.
- setValue(String) - Method in class com.vaadin.flow.component.datepicker.testbench.DatePickerElement
-
Sets the selected date as a string.
- setValue(String) - Method in class com.vaadin.flow.component.html.Param
-
Sets a "value" attribute.
- setValue(String) - Method in class com.vaadin.flow.component.html.testbench.InputTester
-
Set the value to the component if it is usable.
- setValue(String) - Method in class com.vaadin.flow.component.html.testbench.InputTextElement
-
Sets the value of the text input to the given value, clearing out any old value of the input.
- setValue(String) - Method in class com.vaadin.flow.component.html.testbench.SelectElement
-
Selects the option with the given value.
- setValue(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor
-
Sets the value of this editor in HTML format.
- setValue(String) - Method in class com.vaadin.flow.component.textfield.EmailField
-
Sets the value of this email field.
- setValue(String) - Method in class com.vaadin.flow.component.textfield.PasswordField
-
Sets the value of this password field.
- setValue(String) - Method in class com.vaadin.flow.component.textfield.testbench.BigDecimalFieldElement
-
Emulates the user changing the value, which in practice means setting
value
of theinput
element to the given value and then triggeringinput
andchange
DOM events. - setValue(String) - Method in class com.vaadin.flow.component.textfield.testbench.EmailFieldElement
-
Emulates the user changing the value, which in practice means setting
value
of theinput
element to the given value and then triggeringinput
andchange
DOM events. - setValue(String) - Method in class com.vaadin.flow.component.textfield.testbench.IntegerFieldElement
-
Emulates the user changing the value, which in practice means setting
value
of theinput
element to the given value and then triggeringinput
andchange
DOM events. - setValue(String) - Method in class com.vaadin.flow.component.textfield.testbench.NumberFieldElement
-
Emulates the user changing the value, which in practice means setting
value
of theinput
element to the given value and then triggeringinput
andchange
DOM events. - setValue(String) - Method in class com.vaadin.flow.component.textfield.testbench.PasswordFieldElement
-
Emulates the user changing the value, which in practice means setting
value
of theinput
element to the given value and then triggeringinput
andchange
DOM events. - setValue(String) - Method in class com.vaadin.flow.component.textfield.testbench.TextAreaElement
-
Emulates the user changing the value, which in practice means setting
value
of thetextarea
element to the given value and then triggeringinput
andchange
DOM events. - setValue(String) - Method in class com.vaadin.flow.component.textfield.testbench.TextFieldElement
-
Emulates the user changing the value, which in practice means setting
value
of theinput
element to the given value and then triggeringinput
andchange
DOM events. - setValue(String) - Method in class com.vaadin.flow.component.textfield.TextArea
-
Sets the value of this text area.
- setValue(String) - Method in class com.vaadin.flow.component.textfield.TextAreaTester
-
Set the value to the component if it is usable.
- setValue(String) - Method in class com.vaadin.flow.component.textfield.TextField
-
Sets the value of this text field.
- setValue(String) - Method in interface com.vaadin.testbench.HasStringValueProperty
- setValue(String, long) - Method in class com.vaadin.base.devserver.stats.StatisticsContainer
-
Stores a long using the given field name.
- setValue(String, JsonNode) - Method in class com.vaadin.base.devserver.stats.StatisticsContainer
-
Stores a JSON object using the given field name.
- setValue(String, Object) - Method in class com.vaadin.collaborationengine.FormManager
-
Sets the value for the provided property name.
- setValue(String, String) - Method in class com.vaadin.base.devserver.stats.StatisticsContainer
-
Stores a string using the given field name.
- setValue(BigDecimal) - Method in class com.vaadin.flow.component.textfield.BigDecimalField
-
Sets the value of this field.
- setValue(LocalDate) - Method in class com.vaadin.flow.component.datepicker.DatePicker
- setValue(LocalDate) - Method in class com.vaadin.flow.component.datepicker.DatePickerTester
-
Set the given date as value to the component.
- setValue(LocalDateTime) - Method in class com.vaadin.flow.component.datetimepicker.DateTimePicker
-
Sets the selected date and time value of the component.
- setValue(LocalDateTime) - Method in class com.vaadin.flow.component.datetimepicker.DateTimePickerTester
-
Set the date to the component.
- setValue(LocalTime) - Method in class com.vaadin.flow.component.timepicker.TimePicker
-
Sets the selected time value of the component.
- setValue(LocalTime) - Method in class com.vaadin.flow.component.timepicker.TimePickerTester
-
Set the time to the component.
- setValue(Collection<TItem>) - Method in class com.vaadin.flow.component.combobox.MultiSelectComboBox
-
Sets the value of the component, which is a set of selected items.
- setValue(Set<T>) - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
-
Sets the value of this component.
- setValue(Set<T>) - Method in class com.vaadin.flow.component.listbox.MultiSelectListBox
-
Sets the value of this component.
- setValue(Set<T>) - Method in interface com.vaadin.flow.data.selection.MultiSelect
- setValue(Set<TItem>) - Method in class com.vaadin.flow.component.combobox.MultiSelectComboBox
-
Sets the value of the component, which is a set of selected items.
- setValue(T) - Method in class com.vaadin.flow.component.AbstractCompositeField
- setValue(T) - Method in class com.vaadin.flow.component.AbstractField
- setValue(T) - Method in class com.vaadin.flow.component.internal.AbstractFieldSupport
-
Delegate method for
HasValue.setValue(Object)
. - setValue(T) - Method in class com.vaadin.flow.component.radiobutton.RadioButtonGroup
- setValue(T) - Method in class com.vaadin.flow.component.textfield.AbstractNumberField
-
Sets the value of this number field.
- setValue(T) - Method in class com.vaadin.flow.internal.nodefeature.NodeValue
-
Sets the value of this feature.
- setValue(TItem...) - Method in class com.vaadin.flow.component.combobox.MultiSelectComboBox
-
Sets the value of the component, which is a set of selected items.
- setValue(TValue) - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
- setValue(V) - Method in interface com.vaadin.flow.component.HasValue
-
Sets the value of this object.
- setValue(V) - Method in class com.vaadin.flow.component.textfield.NumberFieldTester
-
Set the given value for the component.
- setValue(V) - Method in class com.vaadin.flow.component.textfield.TextFieldTester
-
Set the value to the component if it is usable.
- setValue(V) - Method in class com.vaadin.flow.data.binder.ReadOnlyHasValue
- setValueChangeMode(ValueChangeMode) - Method in class com.vaadin.flow.component.html.Input
- setValueChangeMode(ValueChangeMode) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor
- setValueChangeMode(ValueChangeMode) - Method in class com.vaadin.flow.component.textfield.TextFieldBase
- setValueChangeMode(ValueChangeMode) - Method in interface com.vaadin.flow.data.value.HasValueChangeMode
-
Sets new value change mode for the component.
- setValueChangeTimeout(int) - Method in class com.vaadin.flow.component.html.Input
- setValueChangeTimeout(int) - Method in class com.vaadin.flow.component.textfield.TextFieldBase
- setValueChangeTimeout(int) - Method in interface com.vaadin.flow.data.value.HasValueChangeMode
-
Sets how often
HasValue.ValueChangeEvent
s are triggered when the ValueChangeMode is set toValueChangeMode.LAZY
, orValueChangeMode.TIMEOUT
. - setValueDecimals(Number) - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
-
How many decimals to show in each series' y value.
- setValueDecimals(Number) - Method in class com.vaadin.flow.component.charts.model.Tooltip
-
How many decimals to show in each series' y value.
- setValuePrefix(String) - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
-
A string to prepend to each series' y value.
- setValuePrefix(String) - Method in class com.vaadin.flow.component.charts.model.Tooltip
-
A string to prepend to each series' y value.
- setValueProvider(ValueProvider<T, ?>) - Method in class com.vaadin.flow.component.gridpro.GridPro.EditColumn
- setValueSuffix(String) - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
-
A string to append to each series' y value.
- setValueSuffix(String) - Method in class com.vaadin.flow.component.charts.model.Tooltip
-
A string to append to each series' y value.
- setVerticalAlign(VerticalAlign) - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
-
The vertical alignment of a data label.
- setVerticalAlign(VerticalAlign) - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
-
The vertical alignment of the buttons.
- setVerticalAlign(VerticalAlign) - Method in class com.vaadin.flow.component.charts.model.ButtonPosition
-
Sets the vertical alignment of the button.
- setVerticalAlign(VerticalAlign) - Method in class com.vaadin.flow.component.charts.model.ContextButton
-
The vertical alignment of the buttons.
- setVerticalAlign(VerticalAlign) - Method in class com.vaadin.flow.component.charts.model.DataLabels
-
The vertical alignment of a data label.
- setVerticalAlign(VerticalAlign) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
-
The vertical alignment of a data label.
- setVerticalAlign(VerticalAlign) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
-
The vertical alignment of a data label.
- setVerticalAlign(VerticalAlign) - Method in class com.vaadin.flow.component.charts.model.Label
-
Vertical alignment of the label relative to the plot band.
- setVerticalAlign(VerticalAlign) - Method in class com.vaadin.flow.component.charts.model.Legend
-
The vertical alignment of the legend box.
- setVerticalAlign(VerticalAlign) - Method in class com.vaadin.flow.component.charts.model.Position
-
Sets the vertical alignment of the credits.
- setVerticalAlign(VerticalAlign) - Method in class com.vaadin.flow.component.charts.model.StackLabels
-
Defines the vertical alignment of the stack total label.
- setVerticalAlign(VerticalAlign) - Method in class com.vaadin.flow.component.charts.model.Subtitle
-
The vertical alignment of the title.
- setVerticalAlign(VerticalAlign) - Method in class com.vaadin.flow.component.charts.model.Title
-
The vertical alignment of the title.
- setVerticalComponentAlignment(FlexComponent.Alignment, Component...) - Method in class com.vaadin.flow.component.orderedlayout.HorizontalLayout
-
Sets a vertical alignment for individual components inside the layout.
- setView(View) - Method in class com.vaadin.flow.component.map.configuration.Configuration
-
Sets the view of the map.
- setView(View) - Method in class com.vaadin.flow.component.map.MapBase
-
Sets the view of the map.
- SetView(NodeList<T>) - Constructor for class com.vaadin.flow.internal.nodefeature.NodeList.SetView
-
Creates a new view for the given list.
- setViewDistance(Number) - Method in class com.vaadin.flow.component.charts.model.Options3d
-
Defines the distance the viewer is standing in front of the chart, this setting is important to calculate the perspective effect in column and scatter charts.
- setViewport(String) - Method in class com.vaadin.flow.server.AppShellSettings
-
Set the viewport value.
- setVisibilityTogglingDisabled(boolean) - Method in class com.vaadin.flow.component.charts.Chart
-
The series or point visibility is toggled by default if user clicks the legend item that corresponds to the series or point.
- setVisible(boolean) - Method in class com.vaadin.flow.component.Component
-
Sets the component visibility value.
- setVisible(boolean) - Method in class com.vaadin.flow.component.dialog.Dialog
-
Set the visibility of the dialog.
- setVisible(boolean) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Sets the component visibility value.
- setVisible(boolean) - Method in class com.vaadin.flow.component.map.configuration.layer.Layer
-
Sets the visibility of the layer.
- setVisible(boolean) - Method in class com.vaadin.flow.component.Text
-
The method is not supported for the
Text
class. - setVisible(boolean) - Method in class com.vaadin.flow.dom.Element
-
Sets the element visibility value.
- setVisible(boolean) - Method in class com.vaadin.flow.internal.nodefeature.ElementData
-
Set the visibility of the element.
- setVisible(StateNode, boolean) - Method in interface com.vaadin.flow.dom.ElementStateProvider
-
Sets the
node
visibility. - setVisible(StateNode, boolean) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
- setVisible(StateNode, boolean) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
- setVisible(StateNode, boolean) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
- setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.AbstractSeries
-
Control the visibility of the series.
- setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
Set the initial visibility of the series.
- setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.Axis
-
Whether axis, including axis title, line, ticks and labels, should be visible.
- setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
-
Set the initial visibility of the series.
- setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
-
Set the initial visibility of the series.
- setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
Set the initial visibility of the series.
- setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
Set the initial visibility of the series.
- setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
Set the initial visibility of the series.
- setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
Set the initial visibility of the series.
- setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
Set the initial visibility of the series.
- setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
Set the initial visibility of the series.
- setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
Set the initial visibility of the series.
- setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
Set the initial visibility of the series.
- setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
Set the initial visibility of the series.
- setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
Set the initial visibility of the series.
- setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
Set the initial visibility of the series.
- setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
Set the initial visibility of the series.
- setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
Set the initial visibility of the series.
- setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
Set the initial visibility of the series.
- setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
-
Set the initial visibility of the series.
- setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
-
Set the initial visibility of the series.
- setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
-
Set the initial visibility of the series.
- setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
Set the initial visibility of the series.
- setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
Set the initial visibility of the series.
- setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
-
Set the initial visibility of the series.
- setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
-
Set the initial visibility of the series.
- setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
Set the initial visibility of the series.
- setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
-
Set the initial visibility of the series.
- setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
Set the initial visibility of the series.
- setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
Set the initial visibility of the series.
- setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
-
Set the initial visibility of the series.
- setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
Set the initial visibility of the series.
- setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
-
Set the initial visibility of the series.
- setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
-
Set the initial visibility of the series.
- setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
Set the initial visibility of the series.
- setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
-
Set the initial visibility of the series.
- setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
Set the initial visibility of the series.
- setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
-
Set the initial visibility of the series.
- setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.XAxis
-
Whether axis, including axis title, line, ticks and labels, should be visible.
- setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.YAxis
-
Whether axis, including axis title, line, ticks and labels, should be visible.
- setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.ZAxis
-
Whether axis, including axis title, line, ticks and labels, should be visible.
- setVisible(Boolean, boolean) - Method in class com.vaadin.flow.component.charts.model.AbstractSeries
-
Control the visibility of the series.
- setVMLRadialGradientURL(String) - Method in class com.vaadin.flow.component.charts.model.Global
-
Path to the pattern image required by VML browsers in order to draw radial gradients.
- setWait(boolean) - Method in class com.vaadin.open.Options
- setWaterfall(PlotOptionsWaterfall) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
-
Sets the style options for
ChartType.WATERFALL
charts - setWeek(String) - Method in class com.vaadin.flow.component.charts.model.DateTimeLabelFormats
-
Sets the format String for week resolution.
- setWeekdays(String[]) - Method in class com.vaadin.flow.component.charts.model.Lang
-
An array containing the weekday names.
- setWeekdays(List<String>) - Method in class com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n
-
Sets the name of the week days, starting from
Sunday
and ending onSaturday
. - setWeekdaysShort(List<String>) - Method in class com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n
-
Sets the short names of the week days, starting from
sun
and ending onsat
. - setWeekNumbersVisible(boolean) - Method in class com.vaadin.flow.component.datepicker.DatePicker
-
Set the week number visible in the DatePicker.
- setWeekNumbersVisible(boolean) - Method in class com.vaadin.flow.component.datetimepicker.DateTimePicker
-
Show or hide the week numbers in the date picker.
- setWeight(Number) - Method in class com.vaadin.flow.component.charts.model.NodeSeriesItem
-
The weight of the link.
- setWhiskerColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
The color of the whiskers, the horizontal lines marking low and high values.
- setWhiskerColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
The color of the whiskers, the horizontal lines marking low and high values.
- setWhiskerLength(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
The length of the whiskers, the horizontal lines marking low and high values.
- setWhiskerLength(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
The length of the whiskers, the horizontal lines marking low and high values.
- setWhiskerWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
The line width of the whiskers, the horizontal lines marking low and high values.
- setWhiskerWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
The line width of the whiskers, the horizontal lines marking low and high values.
- setWhitelistedPackages(List<String>) - Method in class com.vaadin.flow.spring.VaadinConfigurationProperties
-
Set list of packages to be scanned.
- setWhiteSpace(HasText.WhiteSpace) - Method in interface com.vaadin.flow.component.HasText
-
Sets the given
value
as"white-space"
style value. - setWidth(double) - Method in class com.vaadin.flow.component.map.configuration.style.Stroke
- setWidth(float, Unit) - Method in interface com.vaadin.flow.component.HasSize
-
Sets the width of the component.
- setWidth(Number) - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
-
The pixel width of the button.
- setWidth(Number) - Method in class com.vaadin.flow.component.charts.model.ChartModel
-
An explicit width for the chart.
- setWidth(Number) - Method in class com.vaadin.flow.component.charts.model.ContextButton
-
The pixel width of the button.
- setWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Crosshair
-
The pixel width of the crosshair.
- setWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Exporting
-
The pixel width of charts exported to PNG or JPG.
- setWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Legend
-
The width of the legend box.
- setWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Marker
-
Image markers only.
- setWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotLine
-
The width or thickness of the plot line.
- setWidth(Number) - Method in class com.vaadin.flow.component.charts.model.style.ButtonTheme
- setWidth(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
-
The width of the funnel compared to the width of the plot area, or the pixel width if it is a number.
- setWidth(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
-
The width of the funnel compared to the width of the plot area, or the pixel width if it is a number.
- setWidth(String) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
-
Sets the width using String presentation.
- setWidth(String) - Method in class com.vaadin.flow.component.charts.model.TargetOptions
-
The width of the rectangle representing the target.
- setWidth(String) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
-
Sets the width of the component content area.
- setWidth(String) - Method in class com.vaadin.flow.component.dialog.Dialog
- setWidth(String) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Sets the width of this column as a CSS-string.
- setWidth(String) - Method in interface com.vaadin.flow.component.HasSize
-
Sets the width of the component.
- setWidthAdjust(Number) - Method in class com.vaadin.flow.component.charts.model.Subtitle
-
Adjustment made to the subtitle width, normally to reserve space for the exporting burger menu.
- setWidthAdjust(Number) - Method in class com.vaadin.flow.component.charts.model.Title
-
Adjustment made to the title width, normally to reserve space for the exporting burger menu.
- setWidthFull() - Method in interface com.vaadin.flow.component.HasSize
-
Sets the width of the component to "100%".
- setWrap(Boolean) - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
-
When this option is
true
, the dial will wrap around the axes. - setWrap(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
-
When this option is
true
, the dial will wrap around the axes. - setWrap(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
-
When this option is
true
, the dial will wrap around the axes. - setX(int) - Method in class com.vaadin.testbench.screenshot.ErrorBlock
- setX(SerializableFunction<T, Object>) - Method in class com.vaadin.flow.component.charts.model.DataProviderSeries
-
Sets the function used for retrieving
x
values from the bean provided by the data provider. - setX(Number) - Method in class com.vaadin.flow.component.charts.model.AbstractSeriesItem
-
Sets the X value of this data item.
- setX(Number) - Method in class com.vaadin.flow.component.charts.model.AnnotationItemLabelPoint
-
Sets the horizontal offset of the label within chart
- setX(Number) - Method in class com.vaadin.flow.component.charts.model.AxisTitle
-
Horizontal pixel offset of the title position.
- setX(Number) - Method in class com.vaadin.flow.component.charts.model.ButtonPosition
-
The X position of the button.
- setX(Number) - Method in class com.vaadin.flow.component.charts.model.ContextButton
-
The horizontal position of the button relative to the
align
option. - setX(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabels
-
The x position offset of the label relative to the point.
- setX(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
-
The x position offset of the label relative to the point.
- setX(Number) - Method in class com.vaadin.flow.component.charts.model.Label
-
Horizontal position relative the alignment.
- setX(Number) - Method in class com.vaadin.flow.component.charts.model.Labels
-
The x position offset of the label relative to the tick position on the axis.
- setX(Number) - Method in class com.vaadin.flow.component.charts.model.Legend
-
The x offset of the legend relative to its horizontal alignment
align
within chart.spacingLeft and chart.spacingRight. - setX(Number) - Method in class com.vaadin.flow.component.charts.model.Position
-
The X position of the credits.
- setX(Number) - Method in class com.vaadin.flow.component.charts.model.StackLabels
-
The x position offset of the label relative to the left of the stacked bar.
- setX(Number) - Method in class com.vaadin.flow.component.charts.model.Subtitle
-
The x position of the subtitle relative to the alignment within chart.spacingLeft and chart.spacingRight.
- setX(Number) - Method in class com.vaadin.flow.component.charts.model.Title
-
The x position of the title relative to the alignment within chart.spacingLeft and chart.spacingRight.
- setX(Instant) - Method in class com.vaadin.flow.component.charts.model.AbstractSeriesItem
-
Sets the given instant as the x value.
- setX(Date) - Method in class com.vaadin.flow.component.charts.model.AbstractSeriesItem
-
Deprecated.as of 4.0. Use
AbstractSeriesItem.setX(Instant)
- setX2(Number) - Method in class com.vaadin.flow.component.charts.model.DataSeriesItemXrange
-
Sets the X2 value of this data item.
- setX2(Instant) - Method in class com.vaadin.flow.component.charts.model.DataSeriesItemXrange
-
Sets the given instant as the x2 value.
- setxAxis(AxisStyle) - Method in class com.vaadin.flow.component.charts.model.style.Theme
-
Set new style of X axes
- setxAxis(Integer) - Method in class com.vaadin.flow.component.charts.model.AbstractSeries
-
When using dual or multiple X-axes, this number defines which X-axis the particular series is connected to.
- setXAxis(XAxis) - Method in class com.vaadin.flow.component.charts.model.Navigator
-
Options for the navigator X axis.
- setXBlocks(int) - Method in class com.vaadin.testbench.screenshot.ErrorBlock
- setXDateFormat(String) - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
-
The format for the date in the tooltip header if the X axis is a datetime axis.
- setXDateFormat(String) - Method in class com.vaadin.flow.component.charts.model.Tooltip
-
The format for the date in the tooltip header if the X axis is a datetime axis.
- setXHigh(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
-
X offset of the higher data labels relative to the point value.
- setXLow(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
-
X offset of the lower data labels relative to the point value.
- setXrange(PlotOptionsXrange) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
-
Sets the style options for
ChartType.XRANGE
charts - setxValue(double) - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
- setY(int) - Method in class com.vaadin.testbench.screenshot.ErrorBlock
- setY(SerializableFunction<T, Object>) - Method in class com.vaadin.flow.component.charts.model.DataProviderSeries
-
Sets the function used for retrieving
y
values from the bean provided by the data provider. - setY(Number) - Method in class com.vaadin.flow.component.charts.model.AbstractSeriesItem
-
Sets the Y value of this data item.
- setY(Number) - Method in class com.vaadin.flow.component.charts.model.AnnotationItemLabelPoint
-
Sets the vertical offset of the label within chart
- setY(Number) - Method in class com.vaadin.flow.component.charts.model.AxisTitle
-
Vertical pixel offset of the title position.
- setY(Number) - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
-
The vertical offset of the button's position relative to its
verticalAlign
. - setY(Number) - Method in class com.vaadin.flow.component.charts.model.ButtonPosition
-
The Y position of the button.
- setY(Number) - Method in class com.vaadin.flow.component.charts.model.ContextButton
-
The vertical offset of the button's position relative to its
verticalAlign
. - setY(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabels
-
The y position offset of the label relative to the point.
- setY(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
-
The y position offset of the label relative to the point.
- setY(Number) - Method in class com.vaadin.flow.component.charts.model.Label
-
Vertical position of the text baseline relative to the alignment.
- setY(Number) - Method in class com.vaadin.flow.component.charts.model.Labels
-
The y position offset of the label relative to the tick position on the axis.
- setY(Number) - Method in class com.vaadin.flow.component.charts.model.Legend
-
The vertical offset of the legend relative to it's vertical alignment
verticalAlign
within chart.spacingTop and chart.spacingBottom. - setY(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
The y position of the top left corner of the flag relative to either the series (if onSeries is defined), or the x axis.
- setY(Number) - Method in class com.vaadin.flow.component.charts.model.Position
-
The Y position of the credits.
- setY(Number) - Method in class com.vaadin.flow.component.charts.model.StackLabels
-
The y position offset of the label relative to the tick position on the axis.
- setY(Number) - Method in class com.vaadin.flow.component.charts.model.Subtitle
-
The y position of the subtitle relative to the alignment within chart.spacingTop and chart.spacingBottom.
- setY(Number) - Method in class com.vaadin.flow.component.charts.model.Title
-
The y position of the title relative to the alignment within chart.spacingTop and chart.spacingBottom.
- setyAxis(AxisStyle) - Method in class com.vaadin.flow.component.charts.model.style.Theme
-
Set new style of Y axes
- setyAxis(YAxis) - Method in class com.vaadin.flow.component.charts.model.AbstractSeries
-
* When using dual or multiple Y-axes, this number defines which Y-axis the particular series is connected to.
- setyAxis(Integer) - Method in class com.vaadin.flow.component.charts.model.AbstractSeries
-
When using dual or multiple Y-axes, this number defines which Y-axis the particular series is connected to.
- setYAxis(YAxis) - Method in class com.vaadin.flow.component.charts.model.Navigator
-
Options for the navigator Y axis.
- setYBlocks(int) - Method in class com.vaadin.testbench.screenshot.ErrorBlock
- setYear(String) - Method in class com.vaadin.flow.component.charts.model.DateTimeLabelFormats
-
Sets the format String for year resolution.
- setYHigh(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
-
Y offset of the higher data labels relative to the point value.
- setYLow(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
-
Y offset of the lower data labels relative to the point value.
- setyValue(double) - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
- setZ(Number) - Method in class com.vaadin.flow.component.charts.model.DataSeriesItem3d
-
Sets the z value of the point.
- setzIndex(Integer) - Method in class com.vaadin.flow.component.map.configuration.layer.Layer
-
Sets the z-index of the layer.
- setZIndex(Number) - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
-
The Z index of the data labels.
- setZIndex(Number) - Method in class com.vaadin.flow.component.charts.model.Crosshair
-
The Z index of the crosshair.
- setZIndex(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabels
-
The Z index of the data labels.
- setZIndex(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
-
The Z index of the data labels.
- setZIndex(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
-
The Z index of the data labels.
- setZIndex(Number) - Method in class com.vaadin.flow.component.charts.model.Labels
-
The Z index for the axis labels.
- setZIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotBand
-
The z index of the plot band within the chart, relative to other elements.
- setZIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotLine
-
The z index of the plot line within the chart.
- setZIndex(Number) - Method in class com.vaadin.flow.component.charts.model.Scrollbar
-
Z index of the scrollbar elements.
- setZMax(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
The minimum for the Z value range.
- setZMin(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
The minimum for the Z value range.
- setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
Defines the Axis on which the zones are applied.
- setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
-
Defines the Axis on which the zones are applied.
- setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
Defines the Axis on which the zones are applied.
- setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
Defines the Axis on which the zones are applied.
- setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
Defines the Axis on which the zones are applied.
- setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
Defines the Axis on which the zones are applied.
- setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
Defines the Axis on which the zones are applied.
- setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
Defines the Axis on which the zones are applied.
- setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
Defines the Axis on which the zones are applied.
- setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
Defines the Axis on which the zones are applied.
- setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
Defines the Axis on which the zones are applied.
- setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
Defines the Axis on which the zones are applied.
- setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
Defines the Axis on which the zones are applied.
- setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
Defines the Axis on which the zones are applied.
- setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
Defines the Axis on which the zones are applied.
- setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
Defines the Axis on which the zones are applied.
- setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
-
Defines the Axis on which the zones are applied.
- setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
-
Defines the Axis on which the zones are applied.
- setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
Defines the Axis on which the zones are applied.
- setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
Defines the Axis on which the zones are applied.
- setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
-
Defines the Axis on which the zones are applied.
- setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
Defines the Axis on which the zones are applied.
- setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
-
Defines the Axis on which the zones are applied.
- setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
Defines the Axis on which the zones are applied.
- setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
Defines the Axis on which the zones are applied.
- setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
Defines the Axis on which the zones are applied.
- setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
-
Defines the Axis on which the zones are applied.
- setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
Defines the Axis on which the zones are applied.
- setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
-
Defines the Axis on which the zones are applied.
- setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
Defines the Axis on which the zones are applied.
- setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
-
Defines the Axis on which the zones are applied.
- setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
-
An array defining zones within a series.
- setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
-
An array defining zones within a series.
- setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
-
An array defining zones within a series.
- setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
-
An array defining zones within a series.
- setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
-
An array defining zones within a series.
- setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
-
An array defining zones within a series.
- setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
An array defining zones within a series.
- setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
-
An array defining zones within a series.
- setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
-
An array defining zones within a series.
- setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
An array defining zones within a series.
- setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
-
An array defining zones within a series.
- setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
-
An array defining zones within a series.
- setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
An array defining zones within a series.
- setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
An array defining zones within a series.
- setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
-
An array defining zones within a series.
- setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
An array defining zones within a series.
- setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
-
An array defining zones within a series.
- setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
-
An array defining zones within a series.
- setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
-
An array defining zones within a series.
- setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
-
An array defining zones within a series.
- setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
-
An array defining zones within a series.
- setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
An array defining zones within a series.
- setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
-
An array defining zones within a series.
- setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
An array defining zones within a series.
- setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
-
An array defining zones within a series.
- setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
-
An array defining zones within a series.
- setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
-
An array defining zones within a series.
- setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
An array defining zones within a series.
- setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
-
An array defining zones within a series.
- setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PointOptions
-
An array defining zones within a series.
- setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
-
An array defining zones within a series.
- setZoom(double) - Method in class com.vaadin.flow.component.map.configuration.View
-
Sets the zoom level of the view.
- setZoom(double) - Method in class com.vaadin.flow.component.map.Map
-
Sets the zoom level of the map's viewport.
- setZoomType(Dimension) - Method in class com.vaadin.flow.component.charts.model.ChartModel
-
Decides in what dimensions the user can zoom by dragging the mouse.
- setZThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
-
When displayNegative is
false
, bubbles with lower Z values are skipped. - SEVERAL_IMPLS - Static variable in class com.vaadin.flow.di.LookupInitializer
- SEX - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Gender identity (e.g.
- sha256(String) - Static method in class com.vaadin.flow.internal.MessageDigestUtil
-
Calculates the SHA-256 hash of the UTF-16 representation of the given string.
- sha256(String, Charset) - Static method in class com.vaadin.flow.internal.MessageDigestUtil
-
Calculates the SHA-256 hash of the given string representation using the supplied charset.
- SHADOW_ROOT - Static variable in class com.vaadin.flow.internal.nodefeature.NodeProperties
-
Key for
ShadowRootData
. - SHADOW_ROOT_DATA - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
-
Id for
ShadowRootData
. - SHADOW_ROOT_HOST - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
-
Id for
ShadowRootHost
. - ShadowRoot - Class in com.vaadin.flow.dom
-
Represents a shadow dom root of an element.
- ShadowRootData - Class in com.vaadin.flow.internal.nodefeature
-
Map of basic element information.
- ShadowRootData(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.ShadowRootData
-
Creates a new element data map for the given node.
- ShadowRootHost - Class in com.vaadin.flow.internal.nodefeature
-
Marker feature for a
StateNode
which is a shadow root for some element. - ShadowRootHost(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.ShadowRootHost
-
Creates a new instance of the feature for the given
node
. - ShadowRootStateProvider - Class in com.vaadin.flow.dom.impl
-
Implementation which handles shadow root nodes.
- ShadowRootStateProvider() - Constructor for class com.vaadin.flow.dom.impl.ShadowRootStateProvider
- Shape - Enum Class in com.vaadin.flow.component.charts.model
-
The name of a symbol to use for the border around the
Datalabels
orTooltip
. - SHARE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- SHARE_SQUARE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- SharedUtil - Class in com.vaadin.flow.shared.util
-
Misc internal utility methods used by both the server and the client package.
- SharedUtil - Class in com.vaadin.testbench.internal
-
Copied from Flow to avoid a dependency.
- SharedUtil() - Constructor for class com.vaadin.flow.shared.util.SharedUtil
- SharedUtil() - Constructor for class com.vaadin.testbench.internal.SharedUtil
- SHIELD - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- shift() - Method in class com.vaadin.testbench.unit.MetaKeys
-
Set shift key down to
true
. - SHIFT - Enum constant in enum class com.vaadin.flow.component.charts.model.PanKey
- SHIFT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- SHIFT - Enum constant in enum class com.vaadin.flow.component.KeyModifier
-
KeyModifier for "
Shift
" key. - SHIFT - Static variable in interface com.vaadin.flow.component.Key
-
The
Shift
key. - SHIFT_ARROW - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- SHIFT_LEFT - Static variable in interface com.vaadin.flow.component.Key
-
Shift
or⇧
- SHIFT_RIGHT - Static variable in interface com.vaadin.flow.component.Key
-
Shift
or⇧
- SHOP - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- ShortcutEvent - Class in com.vaadin.flow.component
-
Event when shortcut is detected.
- ShortcutEvent(Component, Component, Key, Set<KeyModifier>) - Constructor for class com.vaadin.flow.component.ShortcutEvent
-
Creates a new
ShortcutEvent
. - ShortcutEventListener - Interface in com.vaadin.flow.component
-
Listener for shortcut events.
- ShortcutRegistration - Class in com.vaadin.flow.component
-
A registration object for both configuring and removing the registered keyboard shortcut.
- Shortcuts - Class in com.vaadin.flow.component
-
Collections of methods for configuring more complex Shortcut interactions.
- SHORTDASH - Enum constant in enum class com.vaadin.flow.component.charts.model.DashStyle
- SHORTDASHDOT - Enum constant in enum class com.vaadin.flow.component.charts.model.DashStyle
- SHORTDASHDOTDOT - Enum constant in enum class com.vaadin.flow.component.charts.model.DashStyle
- SHORTDOT - Enum constant in enum class com.vaadin.flow.component.charts.model.DashStyle
- shortName() - Element in annotation interface com.vaadin.flow.server.PWA
-
Short name for the application.
- ShortRangeValidator - Class in com.vaadin.flow.data.validator
-
Validator for validating that an
Short
is inside a given range. - ShortRangeValidator(String, Short, Short) - Constructor for class com.vaadin.flow.data.validator.ShortRangeValidator
-
Creates a validator for checking that an Short is within a given range.
- shouldBeCached() - Method in class com.vaadin.flow.server.PwaIcon
-
Should the icon be cached by the Service Worker.
- shouldGenerate() - Method in class com.vaadin.flow.server.frontend.AbstractTaskClientGenerator
-
Check if it should generate the file or not.
- shouldGenerate() - Method in class com.vaadin.flow.server.frontend.TaskGenerateBootstrap
- shouldGenerate() - Method in class com.vaadin.flow.server.frontend.TaskGenerateFeatureFlags
- shouldGenerate() - Method in class com.vaadin.flow.server.frontend.TaskGenerateIndexHtml
- shouldGenerate() - Method in class com.vaadin.flow.server.frontend.TaskGenerateIndexTs
- shouldGenerate() - Method in class com.vaadin.flow.server.frontend.TaskGenerateServiceWorker
- shouldGenerate() - Method in class com.vaadin.flow.server.frontend.TaskGenerateTsConfig
- shouldGenerate() - Method in class com.vaadin.flow.server.frontend.TaskGenerateTsDefinitions
- shouldGenerate() - Method in class com.vaadin.flow.server.frontend.TaskGenerateViteDevMode
- shouldGenerate() - Method in class com.vaadin.flow.server.frontend.TaskGenerateWebComponentBootstrap
- shouldGenerate() - Method in class com.vaadin.flow.server.frontend.TaskGenerateWebComponentHtml
- shouldHighlight(T, AfterNavigationEvent) - Method in interface com.vaadin.flow.router.HighlightCondition
-
Tests if the target should be highlighted based on the navigation
event
. - shouldPushHistoryState(NavigationEvent) - Method in class com.vaadin.flow.component.internal.JavaScriptNavigationStateRenderer
- shouldPushHistoryState(NavigationEvent) - Method in class com.vaadin.flow.router.internal.AbstractNavigationStateRenderer
- show(String) - Static method in class com.vaadin.flow.component.notification.Notification
-
Shows a notification in the current page with given text.
- show(String, int, Notification.Position) - Static method in class com.vaadin.flow.component.notification.Notification
-
Shows a notification in the current page with given text, duration and position.
- showComponentAttachInIde(Component) - Method in class com.vaadin.base.devserver.IdeIntegration
-
Opens, in the current IDE, the location (file + line number) where the given component was attached.
- showComponentCreateInIde(Component) - Method in class com.vaadin.base.devserver.IdeIntegration
-
Opens, in the current IDE, the location (file + line number) where the given component was created.
- showRouterLayoutContent(HasElement) - Method in class com.vaadin.flow.component.applayout.AppLayout
-
Shows the content of the layout which is the router target component annotated with a
@Route
. - showRouterLayoutContent(HasElement) - Method in interface com.vaadin.flow.router.RouterLayout
-
Shows the content of the layout which is the router target component annotated with a
@Route
. - showRouteTarget(Location, Component, List<RouterLayout>) - Method in class com.vaadin.flow.component.internal.UIInternals
-
Shows a route target in the related UI.
- SHRINK - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Flex
- SHRINK_NONE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Flex
- Side - Class in com.vaadin.flow.component.charts.model
-
Note: As of v5.0.12,
frame.left
orframe.right
should be used instead. - Side() - Constructor for class com.vaadin.flow.component.charts.model.Side
- SIENNA - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- SIGN_IN - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- SIGN_IN_ALT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- SIGN_OUT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- SIGN_OUT_ALT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- SIGNAL - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- SILVER - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- simple(Map<String, String>) - Static method in class com.vaadin.flow.router.QueryParameters
-
Creates parameters from simple representation, where each parameter name corresponds to a single value.
- SIMPLE_CLASS_NAME - Static variable in annotation interface com.vaadin.testbench.annotations.Attribute
-
Replaced by the simple class name of the element class, with any
Element
orPageObject
suffix removed, and converted to dash-separated-format when used with eitherAttribute.contains()
orAttribute.value()
, - SimpleGeometry - Class in com.vaadin.flow.component.map.configuration.geometry
-
Abstract base class for geometries
- SimpleGeometry() - Constructor for class com.vaadin.flow.component.map.configuration.geometry.SimpleGeometry
- single() - Method in class com.vaadin.testbench.unit.ComponentQuery
-
Executes the search against current context and returns the component, expecting to find exactly one.
- SINGLE - Enum constant in enum class com.vaadin.flow.component.grid.Grid.SelectionMode
-
Single selection mode that maps to built-in
SelectionModel.Single
. - SINGLE_CANDIDATE - Static variable in interface com.vaadin.flow.component.Key
-
The Single Candidate key.
- SingleMulti() - Constructor for class com.vaadin.flow.component.upload.UploadI18N.SingleMulti
- SingleSelect<C extends Component,
T> - Interface in com.vaadin.flow.data.selection -
Single selection component whose selection is treated as a value.
- SingleSelectionEvent<C extends Component,
T> - Class in com.vaadin.flow.data.selection -
Fired when the selection changes in a listing component.
- SingleSelectionEvent(C, SingleSelect<C, T>, T, boolean) - Constructor for class com.vaadin.flow.data.selection.SingleSelectionEvent
-
Creates a new selection change event in a component.
- SingleSelectionListener<C extends Component,
T> - Interface in com.vaadin.flow.data.selection -
A listener for listening to selection changes on a single selection component.
- SITEMAP - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- size() - Method in class com.vaadin.flow.component.charts.model.DataSeries
- size() - Method in class com.vaadin.flow.component.grid.GridTester
-
Get the amount of items in the grid.
- size() - Method in class com.vaadin.flow.component.messages.MessageListTester
-
Get amount of messages in the messageList.
- size() - Method in class com.vaadin.flow.component.shared.internal.OverlayClassListProxy
- size() - Method in class com.vaadin.flow.dom.impl.ImmutableClassList
- size() - Method in class com.vaadin.flow.dom.impl.ThemeListImpl
- size() - Method in class com.vaadin.flow.internal.nodefeature.ElementChildrenList
- size() - Method in class com.vaadin.flow.internal.nodefeature.ModelList
- size() - Method in class com.vaadin.flow.internal.nodefeature.NodeList.SetView
- size() - Method in class com.vaadin.flow.internal.nodefeature.NodeList
-
Gets the number of items in this list.
- size() - Method in class com.vaadin.flow.internal.nodefeature.VirtualChildrenList
- size(Query<T, SerializablePredicate<T>>) - Method in class com.vaadin.flow.data.provider.ListDataProvider
- size(Query<T, F>) - Method in class com.vaadin.flow.data.provider.AbstractBackEndDataProvider
- size(Query<T, F>) - Method in interface com.vaadin.flow.data.provider.DataProvider
-
Gets the amount of data in this DataProvider.
- size(Query<T, F>) - Method in class com.vaadin.flow.data.provider.DataProviderWrapper
- size(Query<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.
- SIZE - Static variable in interface com.vaadin.flow.data.binder.RequiredFieldConfigurator
-
Configurator which is aware of Size annotation with
min()> 0
presence for a property where the size of the default value is 0. - sizeInBackEnd(Query<T, F>) - Method in class com.vaadin.flow.data.provider.AbstractBackEndDataProvider
-
Counts the number of items available in the back end.
- sizeInBackEnd(Query<T, F>) - Method in class com.vaadin.flow.data.provider.CallbackDataProvider
- SizeLimitExceededException - Exception in com.vaadin.external.apache.commons.fileupload2.pub
-
Thrown to indicate that the request size exceeds the configured maximum.
- SizeLimitExceededException(String, long, long) - Constructor for exception com.vaadin.external.apache.commons.fileupload2.pub.SizeLimitExceededException
-
Constructs a
SizeExceededException
with the specified detail message, and actual and permitted sizes. - skip(long) - Method in class com.vaadin.external.apache.commons.fileupload2.MultipartStream.ItemInputStream
-
Skips the given number of bytes.
- skipPreamble() - Method in class com.vaadin.external.apache.commons.fileupload2.MultipartStream
-
Finds the beginning of the first
encapsulation
. - SKYBLUE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- SLASH - Static variable in interface com.vaadin.flow.component.Key
-
/?
on a US keyboard. - SLATEBLUE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- SLATEGRAY - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- SLATEGREY - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- SLEEP - Static variable in interface com.vaadin.flow.component.Key
-
This value matches DOM's KeyboardEvent's
event.code
. - SLICEANDDICE - Enum constant in enum class com.vaadin.flow.component.charts.model.TreeMapLayoutAlgorithm
- SLIDER - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- SLIDERS - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- SlotUtils - Class in com.vaadin.flow.component.shared
-
Util methods for handling child elements inside slots.
- SlotUtils() - Constructor for class com.vaadin.flow.component.shared.SlotUtils
- SMALL - Enum constant in enum class com.vaadin.flow.component.details.DetailsVariant
- SMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.BorderRadius
- SMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.BoxShadow
- SMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontSize.Breakpoint.Large
- SMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontSize.Breakpoint.Medium
- SMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontSize.Breakpoint.Small
- SMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontSize.Breakpoint.XLarge
- SMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontSize.Breakpoint.XXLarge
- SMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontSize
- SMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Gap.Column
- SMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Gap.Row
- SMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Gap
- SMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Height
- SMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.IconSize
- SMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.LineHeight
- SMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.Bottom
- SMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.End
- SMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.Horizontal
- SMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.Left
- SMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.Right
- SMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin
- SMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.Start
- SMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.Top
- SMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.Vertical
- SMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding.Bottom
- SMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding.End
- SMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding.Horizontal
- SMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding.Left
- SMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding.Right
- SMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding
- SMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding.Start
- SMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding.Top
- SMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding.Vertical
- SMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Width
- SMILEY_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- SMOOTH - Enum constant in enum class com.vaadin.flow.component.ScrollOptions.Behavior
- Snapshot(UUID, String) - Constructor for class com.vaadin.collaborationengine.Backend.Snapshot
- SNOW - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- SOFT1 - Static variable in interface com.vaadin.flow.component.Key
-
The first general-purpose virtual function key.
- SOFT2 - Static variable in interface com.vaadin.flow.component.Key
-
The second general-purpose virtual function key.
- SOFT3 - Static variable in interface com.vaadin.flow.component.Key
-
The third general-purpose virtual function key.
- SOFT4 - Static variable in interface com.vaadin.flow.component.Key
-
The fourth general-purpose virtual function key.
- SOLID - Enum constant in enum class com.vaadin.flow.component.charts.model.BackgroundShape
- SOLID - Enum constant in enum class com.vaadin.flow.component.charts.model.DashStyle
- SolidColor - Class in com.vaadin.flow.component.charts.model.style
-
Solid (non gradient) colors
- SolidColor(int, int, int) - Constructor for class com.vaadin.flow.component.charts.model.style.SolidColor
-
Constructs a color from RGB values
- SolidColor(int, int, int, double) - Constructor for class com.vaadin.flow.component.charts.model.style.SolidColor
-
Constructs a color from RGBA values
- SolidColor(String) - Constructor for class com.vaadin.flow.component.charts.model.style.SolidColor
-
Constructs a new color from a hex value like "#ff0000" for red.
- SolidColorSerializer - Class in com.vaadin.flow.component.charts.model.serializers
-
Serializer for
SolidColor
- SolidColorSerializer() - Constructor for class com.vaadin.flow.component.charts.model.serializers.SolidColorSerializer
- SOLIDGAUGE - Static variable in class com.vaadin.flow.component.charts.model.ChartType
- sort(List<GridSortOrder<T>>) - Method in class com.vaadin.flow.component.grid.Grid
-
Forces a defined sort order for the columns in the Grid.
- SORT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- sortByColumn(int) - Method in class com.vaadin.flow.component.grid.GridTester
-
Sorts the grid according to the given column sort status, as if the column header is pressed in the browser.
- sortByColumn(int, SortDirection) - Method in class com.vaadin.flow.component.grid.GridTester
-
Sorts the grid by the given column and sort direction, as if the column header is pressed in the browser until the requested direction is reached.
- sortByColumn(String) - Method in class com.vaadin.flow.component.grid.GridTester
-
Sorts the grid according to sort status ot the column identified by the given property, as if the column header is pressed in the browser.
- sortByColumn(String, SortDirection) - Method in class com.vaadin.flow.component.grid.GridTester
-
Sorts the grid by the given column and sort direction, as if the column header is pressed in the browser until the requested direction is reached.
- SortDirection - Enum Class in com.vaadin.flow.data.provider
-
Describes sorting direction.
- SortEvent<T extends Component,
S extends SortOrder<?>> - Class in com.vaadin.flow.data.event -
Event describing a change in sorting of a
DataProvider
. - SortEvent(T, List<S>, boolean) - Constructor for class com.vaadin.flow.data.event.SortEvent
-
Creates a new sort order change event with a sort order list.
- SortEvent.SortNotifier<T extends Component,
S extends SortOrder<?>> - Interface in com.vaadin.flow.data.event -
The interface for adding and removing listeners for
SortEvents
. - SortOrder<T> - Class in com.vaadin.flow.data.provider
-
Sorting information for one field.
- SortOrder(T, SortDirection) - Constructor for class com.vaadin.flow.data.provider.SortOrder
-
Constructs a field sorting information.
- SortOrderBuilder<T extends SortOrder<V>,
V> - Class in com.vaadin.flow.data.provider -
Base class for helper classes with fluent API for constructing sort order lists.
- SortOrderBuilder() - Constructor for class com.vaadin.flow.data.provider.SortOrderBuilder
- SortOrderProvider - Interface in com.vaadin.flow.component.grid
-
Generates the sort orders when rows are sorted by a column.
- SOUND_DISABLE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- Source - Class in com.vaadin.flow.component.map.configuration.source
-
Abstract base class for all map sources
- Source(Source.Options) - Constructor for class com.vaadin.flow.component.map.configuration.source.Source
- Source.Options - Class in com.vaadin.flow.component.map.configuration.source
- SPACE - Static variable in interface com.vaadin.flow.component.Key
-
The space key,
Space Bar
. - SPACE_AROUND - Enum constant in enum class com.vaadin.flow.component.orderedlayout.FlexLayout.ContentAlignment
-
Items are distributed evenly inside the container.
- SPACE_BETWEEN - Enum constant in enum class com.vaadin.flow.component.orderedlayout.FlexLayout.ContentAlignment
-
Items are distributed evenly inside the container.
- SPACINGBOX - Enum constant in enum class com.vaadin.flow.component.charts.model.DrillUpButtonRelativeTo
- Span - Class in com.vaadin.flow.component.html
-
Component representing a
<span>
element. - Span() - Constructor for class com.vaadin.flow.component.html.Span
-
Creates a new empty span.
- Span(Component...) - Constructor for class com.vaadin.flow.component.html.Span
-
Creates a new span with the given child components.
- Span(String) - Constructor for class com.vaadin.flow.component.html.Span
-
Creates a new span with the given text.
- SPAN - Static variable in annotation interface com.vaadin.flow.component.Tag
-
Tag for an
<span>
. - SpanElement - Class in com.vaadin.flow.component.html.testbench
-
A TestBench element representing a
<span>
element. - SpanElement() - Constructor for class com.vaadin.flow.component.html.testbench.SpanElement
- SpanTester - Class in com.vaadin.flow.component.html.testbench
- SpanTester(Span) - Constructor for class com.vaadin.flow.component.html.testbench.SpanTester
-
Wrap given component for testing.
- SPARK_LINE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- SPECIALIST - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- SPEECH_CORRECTION_LIST - Static variable in interface com.vaadin.flow.component.Key
-
Presents a list of possible corrections for a word which was incorrectly identified.
- SPEECH_INPUT_TOGGLE - Static variable in interface com.vaadin.flow.component.Key
-
Toggles between dictation mode and command/control mode.
- SPELL_CHECK - Static variable in interface com.vaadin.flow.component.Key
-
Starts spell checking the current document.
- SPI - Static variable in class com.vaadin.flow.di.LookupInitializer
- SPINNER - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- SPINNER_ARC - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- SPINNER_THIRD - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- SPLINE - Static variable in class com.vaadin.flow.component.charts.model.ChartType
- SPLINE_AREA_CHART - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- SPLINE_CHART - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- SPLIT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- SPLIT_H - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- SPLIT_SCREEN_TOGGLE - Static variable in interface com.vaadin.flow.component.Key
-
Toggles split screen display mode on and off.
- SPLIT_V - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- splitAt(int) - Method in class com.vaadin.flow.internal.Range
-
Split the range into two at a certain integer.
- splitAtFromStart(int) - Method in class com.vaadin.flow.internal.Range
-
Split the range into two after a certain number of integers into the range.
- splitCamelCase(String) - Static method in class com.vaadin.flow.shared.util.SharedUtil
-
Splits a camelCaseString into an array of words with the casing preserved.
- splitCamelCase(String) - Static method in class com.vaadin.testbench.internal.SharedUtil
-
Splits a camelCaseString into an array of words with the casing preserved.
- SplitLayout - Class in com.vaadin.flow.component.splitlayout
-
Split Layout is a component with two content areas and a draggable split handle between them.
- SplitLayout() - Constructor for class com.vaadin.flow.component.splitlayout.SplitLayout
-
Constructs an empty SplitLayout.
- SplitLayout(Component, Component) - Constructor for class com.vaadin.flow.component.splitlayout.SplitLayout
-
Constructs a SplitLayout with the given initial components to set to the primary and secondary splits.
- SplitLayout(Component, Component, SplitLayout.Orientation) - Constructor for class com.vaadin.flow.component.splitlayout.SplitLayout
-
Constructs a SplitLayout with the given initial components to set to the primary and secondary splits and with the orientation.
- SplitLayout(SplitLayout.Orientation) - Constructor for class com.vaadin.flow.component.splitlayout.SplitLayout
-
Constructs a SplitLayout with the orientation.
- SplitLayout.Orientation - Enum Class in com.vaadin.flow.component.splitlayout
-
numeration of all available orientation for VaadinSplitLayout component
- SplitLayout.SplitterDragendEvent - Class in com.vaadin.flow.component.splitlayout
- SplitLayoutElement - Class in com.vaadin.flow.component.splitlayout.testbench
-
A TestBench element representing a
<vaadin-split-layout>
element. - SplitLayoutElement() - Constructor for class com.vaadin.flow.component.splitlayout.testbench.SplitLayoutElement
- SplitLayoutVariant - Enum Class in com.vaadin.flow.component.splitlayout
-
Set of theme variants applicable for
vaadin-split-layout
component. - SplitterDragendEvent(SplitLayout, boolean) - Constructor for class com.vaadin.flow.component.splitlayout.SplitLayout.SplitterDragendEvent
- SPOON - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- SPRING_BOOT_DEFAULT_LIVE_RELOAD_PORT - Static variable in class com.vaadin.flow.server.Constants
-
Default live reload port as defined in Spring Boot Dev Tools.
- SPRING_BOOT_DEVTOOLS - Enum constant in enum class com.vaadin.flow.internal.BrowserLiveReload.Backend
- SpringApplicationConfigurationFactory - Class in com.vaadin.flow.spring
-
Passes Spring application properties to the Vaadin application configuration.
- SpringApplicationConfigurationFactory() - Constructor for class com.vaadin.flow.spring.SpringApplicationConfigurationFactory
- SpringBootAutoConfiguration - Class in com.vaadin.flow.spring
-
Spring boot auto-configuration class for Flow.
- SpringBootAutoConfiguration() - Constructor for class com.vaadin.flow.spring.SpringBootAutoConfiguration
- SpringComponent - Annotation Interface in com.vaadin.flow.spring.annotation
-
Convenience alias for
Component
to prevent conflicts withComponent
. - SpringCsrfToken - Class in com.vaadin.flow.internal.springcsrf
-
A pojo for Spring CSRF token.
- SpringCsrfToken(String, String, String) - Constructor for class com.vaadin.flow.internal.springcsrf.SpringCsrfToken
- SpringCsrfTokenUtil - Class in com.vaadin.flow.internal.springcsrf
-
A util class for helping dealing with Spring CSRF token.
- SpringDevToolsPortHandler - Class in com.vaadin.flow.spring
-
Sets Spring Boot dev tools to run on a free random port if the default port (35729) is in use.
- SpringDevToolsPortHandler() - Constructor for class com.vaadin.flow.spring.SpringDevToolsPortHandler
- SPRINGGREEN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- SpringInstantiator - Class in com.vaadin.flow.spring
-
Default Spring instantiator that is used if no other instantiator has been registered.
- SpringInstantiator(VaadinService, ApplicationContext) - Constructor for class com.vaadin.flow.spring.SpringInstantiator
-
Creates a new spring instantiator instance.
- SpringLookupInitializer - Class in com.vaadin.flow.spring
-
Spring aware
LookupInitializer
implementation. - SpringLookupInitializer() - Constructor for class com.vaadin.flow.spring.SpringLookupInitializer
- SpringSecurityAutoConfiguration - Class in com.vaadin.flow.spring
-
Spring boot auto-configuration class for Flow.
- SpringSecurityAutoConfiguration() - Constructor for class com.vaadin.flow.spring.SpringSecurityAutoConfiguration
- SpringSecurityRequestCustomizer - Class in com.vaadin.testbench.unit.mocks
-
Configures mock request with authentication details from Spring Security.
- SpringSecurityRequestCustomizer() - Constructor for class com.vaadin.testbench.unit.mocks.SpringSecurityRequestCustomizer
- SpringServlet - Class in com.vaadin.flow.spring
-
Spring application context aware Vaadin servlet implementation.
- SpringServlet(ApplicationContext, boolean) - Constructor for class com.vaadin.flow.spring.SpringServlet
-
Creates a new Vaadin servlet instance with the application
context
provided. - SpringUIUnit4Test - Class in com.vaadin.testbench.unit
-
Base JUnit 4 class for UI unit testing applications based on Spring Framework.
- SpringUIUnit4Test() - Constructor for class com.vaadin.testbench.unit.SpringUIUnit4Test
- SpringUtil - Class in com.vaadin.flow.spring
-
Helpers related to Spring.
- SpringUtil() - Constructor for class com.vaadin.flow.spring.SpringUtil
- SpringVaadinServletService - Class in com.vaadin.flow.spring
-
Spring application context aware Vaadin servlet service implementation.
- SpringVaadinServletService(VaadinServlet, DeploymentConfiguration, ApplicationContext) - Constructor for class com.vaadin.flow.spring.SpringVaadinServletService
-
Creates an instance connected to the given servlet and using the given configuration with provided application
context
. - SpringVaadinSession - Class in com.vaadin.flow.spring
-
Vaadin session implementation for Spring.
- SpringVaadinSession(VaadinService) - Constructor for class com.vaadin.flow.spring.SpringVaadinSession
-
Creates a new VaadinSession tied to a VaadinService.
- SpringViewAccessChecker - Class in com.vaadin.flow.spring
-
A Spring specific view access checker that falls back to Spring mechanisms when the generic mechanisms do not work.
- SpringViewAccessChecker(AccessAnnotationChecker) - Constructor for class com.vaadin.flow.spring.SpringViewAccessChecker
-
Creates an instance with the given annotation checker.
- SQUARE - Enum constant in enum class com.vaadin.flow.component.charts.model.MarkerSymbolEnum
- SQUARE - Enum constant in enum class com.vaadin.flow.component.charts.model.Shape
- SQUARE_SHADOW - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- SQUAREPIN - Enum constant in enum class com.vaadin.flow.component.charts.model.FlagShape
- SQUARIFIED - Enum constant in enum class com.vaadin.flow.component.charts.model.TreeMapLayoutAlgorithm
- Stacking - Enum Class in com.vaadin.flow.component.charts.model
-
Whether to stack the values of each series on top of each other.
- StackLabels - Class in com.vaadin.flow.component.charts.model
-
The stack labels show the total value for each bar in a stacked column or bar chart.
- StackLabels() - Constructor for class com.vaadin.flow.component.charts.model.StackLabels
- StackLabels(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.StackLabels
- STANDARD - Enum constant in enum class com.vaadin.flow.component.KeyLocation
-
Standard key location.
- STANDBY - Static variable in interface com.vaadin.flow.component.Key
-
The
Standby
key; also known asSuspend
orSleep
. - STAR - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- STAR_HALF_LEFT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- STAR_HALF_LEFT_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- STAR_HALF_RIGHT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- STAR_HALF_RIGHT_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- STAR_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- start() - Method in class com.vaadin.base.devserver.FileWatcher
-
Starts the file watching.
- START - Enum constant in enum class com.vaadin.flow.component.grid.ColumnTextAlign
- START - Enum constant in enum class com.vaadin.flow.component.orderedlayout.FlexComponent.Alignment
-
Items are positioned at the beginning of the container.
- START - Enum constant in enum class com.vaadin.flow.component.orderedlayout.FlexComponent.JustifyContentMode
-
Items are positioned at the beginning of the container.
- START - Enum constant in enum class com.vaadin.flow.component.orderedlayout.FlexLayout.ContentAlignment
-
Items are positioned at the beginning of the container.
- START - Enum constant in enum class com.vaadin.flow.component.ScrollOptions.Alignment
- START - Enum constant in enum class com.vaadin.flow.component.shared.Tooltip.TooltipPosition
- START - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.AlignContent
- START - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.AlignItems
- START - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.AlignSelf
- START - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.JustifyContent
- START_BOTTOM - Enum constant in enum class com.vaadin.flow.component.shared.Tooltip.TooltipPosition
- START_COG - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- START_LISTENER_REGISTRATION_KEY - Static variable in class com.vaadin.flow.component.dnd.internal.DndUtil
-
Key for storing an internal drag start listener registration for a
DragSource
. - START_TOP - Enum constant in enum class com.vaadin.flow.component.shared.Tooltip.TooltipPosition
- StartedEvent - Class in com.vaadin.flow.component.upload
-
StartedEvent event is sent when the upload is started to received.
- StartedEvent(Upload, String, String, long) - Constructor for class com.vaadin.flow.component.upload.StartedEvent
-
Create an instance of the event.
- startPath() - Element in annotation interface com.vaadin.flow.server.PWA
-
(Root relative) start url, used in web-manifest, property start_url
- startsAfter(Range) - Method in class com.vaadin.flow.internal.Range
-
Checks whether this range starts after the end of another range.
- startsBefore(Range) - Method in class com.vaadin.flow.internal.Range
-
Checks whether this range starts before the start of another range.
- startUpdate(int) - Method in interface com.vaadin.flow.data.provider.ArrayUpdater
-
Starts update of an array.
- startUpdate(int) - Method in interface com.vaadin.flow.data.provider.hierarchy.HierarchicalArrayUpdater
- StateNode - Class in com.vaadin.flow.internal
-
A node in the state tree that is synchronized with the client-side.
- StateNode(StateNode) - Constructor for class com.vaadin.flow.internal.StateNode
-
Create a new instance using the same features as provided
node
declares. - StateNode(Class<? extends NodeFeature>...) - Constructor for class com.vaadin.flow.internal.StateNode
-
Creates a state node with the given feature types.
- StateNode(List<Class<? extends NodeFeature>>, Class<? extends NodeFeature>...) - Constructor for class com.vaadin.flow.internal.StateNode
-
Creates a state node with the given feature types and required features that are always sent to the client side.
- StateNodeNodeList - Class in com.vaadin.flow.internal.nodefeature
-
A list which contains
StateNode
s. - StateNodeNodeList(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.StateNodeNodeList
-
Creates a new list for the given node.
- States - Class in com.vaadin.flow.component.charts.model
- States() - Constructor for class com.vaadin.flow.component.charts.model.States
- StateTree - Class in com.vaadin.flow.internal
-
The state tree that is synchronized with the client-side.
- StateTree(UIInternals, Class<? extends NodeFeature>...) - Constructor for class com.vaadin.flow.internal.StateTree
-
Creates a new state tree with a set of features defined for the root node.
- StateTree.BeforeClientResponseEntry - Class in com.vaadin.flow.internal
-
A task to be executed before the client response, together with an execution sequence number and context object.
- StateTree.ExecutionRegistration - Interface in com.vaadin.flow.internal
-
A registration object for removing a task registered for execution before the client response.
- STATIC - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Position
- StaticFileHandler - Interface in com.vaadin.flow.server
-
Handler for static files.
- StaticFileHandlerFactory - Interface in com.vaadin.flow.server
-
A factory to create a
StaticFileHandler
. - StaticFileServer - Class in com.vaadin.flow.server
-
Handles sending of resources from the WAR root (web content) or META-INF/resources in the case that
VaadinServlet
is mapped using "/*". - StaticFileServer(VaadinService) - Constructor for class com.vaadin.flow.server.StaticFileServer
-
Constructs a file server.
- STATISTIC_FLOW_BOOTSTRAPHANDLER - Static variable in class com.vaadin.flow.server.Constants
-
UsageEntry name for UsageStatistics BootstrapHandler.
- STATISTIC_ROUTING_CLIENT - Static variable in class com.vaadin.flow.server.Constants
-
UsageEntry name for UsageStatistics Routing Client.
- STATISTIC_ROUTING_HYBRID - Static variable in class com.vaadin.flow.server.Constants
-
UsageEntry name for UsageStatistics Hybrid.
- STATISTIC_ROUTING_SERVER - Static variable in class com.vaadin.flow.server.Constants
-
UsageEntry name for UsageStatistics Routing Server.
- STATISTICS_JSON_DEFAULT - Static variable in class com.vaadin.flow.server.Constants
-
Default path for the frontend statistics json file.
- StatisticsConstants - Class in com.vaadin.base.devserver.stats
-
Constants for development mode statistics.
- StatisticsContainer - Class in com.vaadin.base.devserver.stats
-
Wraps a JSON data structure and provides a slightly easier API for it.
- StatisticsContainer(ObjectNode) - Constructor for class com.vaadin.base.devserver.stats.StatisticsContainer
-
Wraps the given json with this API.
- StatisticsSender - Class in com.vaadin.base.devserver.stats
-
Handles sending of telemetry data.
- StatisticsSender(StatisticsStorage) - Constructor for class com.vaadin.base.devserver.stats.StatisticsSender
-
Creates a new instance connected to the given storage.
- StatisticsStorage - Class in com.vaadin.base.devserver.stats
-
Development more usage statistic storage and methods for updating the data.
- StatisticsStorage() - Constructor for class com.vaadin.base.devserver.stats.StatisticsStorage
-
Creates an instance.
- Status() - Constructor for class com.vaadin.flow.component.upload.UploadI18N.Uploading.Status
- statusChange(BinderValidationStatus<BEAN>) - Method in interface com.vaadin.flow.data.binder.BinderValidationStatusHandler
-
Invoked when the validation status has changed in binder.
- statusChange(BindingValidationStatus<?>) - Method in interface com.vaadin.flow.data.binder.BindingValidationStatusHandler
-
Invoked when the validation status has changed in a binding.
- statusChange(StatusChangeEvent) - Method in interface com.vaadin.flow.data.binder.StatusChangeListener
-
Notifies the listener about status change
event
. - StatusChangeEvent - Class in com.vaadin.flow.data.binder
-
Binder status change event.
- StatusChangeEvent(Binder<?>, boolean) - Constructor for class com.vaadin.flow.data.binder.StatusChangeEvent
-
Create a new status change event for given
binder
, storing information of whether the change that triggered this event caused validation errors. - StatusChangeListener - Interface in com.vaadin.flow.data.binder
-
Listener interface for status change events from binder.
- STB_INPUT - Static variable in interface com.vaadin.flow.component.Key
-
Cycles among input modes on an external set-top box (STB).
- STB_POWER - Static variable in interface com.vaadin.flow.component.Key
-
Toggles on and off an external STB.
- STEELBLUE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- STEP_BACKWARD - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- STEP_FORWARD - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- StepsUtil - Class in com.vaadin.flow.component.timepicker
-
Utility class around the time picker steps functionality.
- StepsUtil() - Constructor for class com.vaadin.flow.component.timepicker.StepsUtil
- StepType - Enum Class in com.vaadin.flow.component.charts.model
-
Defines different step line types.
- STETHOSCOPE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- STICKY - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Position
- STOCK - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- stop() - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
- stop() - Method in class com.vaadin.base.devserver.FileWatcher
-
Stops the file watching.
- stop() - Method in interface com.vaadin.flow.internal.DevModeHandler
-
Stop the dev-server.
- stop(long) - Method in class com.vaadin.base.devserver.FileWatcher
-
Stops the file watching and waits for a given stop interval for watching thread to finish.
- Stop - Class in com.vaadin.flow.component.charts.model
- Stop(double, SolidColor) - Constructor for class com.vaadin.flow.component.charts.model.style.GradientColor.Stop
- Stop(float, Color) - Constructor for class com.vaadin.flow.component.charts.model.Stop
- STOP - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- STOP_COG - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- stopDevModeHandler() - Method in class com.vaadin.base.devserver.DevModeHandlerManagerImpl
- stopDevModeHandler() - Method in interface com.vaadin.flow.internal.DevModeHandlerManager
-
Stops a running
DevModeHandler
. - StopSerializer - Class in com.vaadin.flow.component.charts.model.serializers
-
Serializer for
Stop
. - StopSerializer() - Constructor for class com.vaadin.flow.component.charts.model.serializers.StopSerializer
- STOPWATCH - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- STORAGE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- storeSession(VaadinSession, WrappedSession) - Method in class com.vaadin.flow.server.VaadinService
-
Called when the VaadinSession should be stored.
- stream() - Method in class com.vaadin.flow.internal.Range
-
Returns the range as a stream of integers.
- stream(JsonArray) - Static method in class com.vaadin.flow.internal.JsonUtils
-
Creates a stream from a JSON array.
- STREAM_TERMINATOR - Static variable in class com.vaadin.external.apache.commons.fileupload2.MultipartStream
-
A byte sequence that that follows a delimiter of the last encapsulation in the stream (
--
). - StreamingEndEventImpl - Class in com.vaadin.flow.server.communication.streaming
-
Implementation of
StreamVariable.StreamingEndEvent
. - StreamingEndEventImpl(String, String, long) - Constructor for class com.vaadin.flow.server.communication.streaming.StreamingEndEventImpl
-
End event constructor.
- StreamingErrorEventImpl - Class in com.vaadin.flow.server.communication.streaming
-
Implementation for
StreamVariable.StreamingErrorEvent
. - StreamingErrorEventImpl(String, String, long, long, Exception) - Constructor for class com.vaadin.flow.server.communication.streaming.StreamingErrorEventImpl
-
Streaming error event constructor.
- streamingFailed(StreamVariable.StreamingErrorEvent) - Method in interface com.vaadin.flow.server.StreamVariable
-
This method is called when the streaming has failed.
- streamingFinished(StreamVariable.StreamingEndEvent) - Method in interface com.vaadin.flow.server.StreamVariable
-
This method is called when the streaming has finished.
- StreamingProgressEventImpl - Class in com.vaadin.flow.server.communication.streaming
-
Implementation for
StreamVariable.StreamingProgressEvent
. - StreamingProgressEventImpl(String, String, long, long) - Constructor for class com.vaadin.flow.server.communication.streaming.StreamingProgressEventImpl
-
Streaming progress event constructor.
- streamingStarted(StreamVariable.StreamingStartEvent) - Method in interface com.vaadin.flow.server.StreamVariable
-
This method is called when the streaming starts.
- StreamingStartEventImpl - Class in com.vaadin.flow.server.communication.streaming
-
Implementation for
StreamVariable.StreamingStartEvent
. - StreamingStartEventImpl(String, String, long) - Constructor for class com.vaadin.flow.server.communication.streaming.StreamingStartEventImpl
-
Streaming start event constructor.
- StreamReceiver - Class in com.vaadin.flow.server
-
Represents a receiver for data upload from the client.
- StreamReceiver(StateNode, String, StreamVariable) - Constructor for class com.vaadin.flow.server.StreamReceiver
-
Creates
StreamReceiver
instance forstreamVariable
as a data receiver. - StreamReceiverHandler - Class in com.vaadin.flow.server.communication
-
Handles
StreamReceiver
instances registered inVaadinSession
. - StreamReceiverHandler() - Constructor for class com.vaadin.flow.server.communication.StreamReceiverHandler
- StreamReceiverHandler.UploadInterruptedException - Exception in com.vaadin.flow.server.communication
-
An UploadInterruptedException will be thrown by an ongoing upload if
StreamVariable.isInterrupted()
returnstrue
. - StreamRegistration - Interface in com.vaadin.flow.server
-
Stream registration result.
- StreamRequestHandler - Class in com.vaadin.flow.server.communication
- StreamRequestHandler() - Constructor for class com.vaadin.flow.server.communication.StreamRequestHandler
-
Create a new stream request handler with the default StreamReceiverHandler.
- StreamRequestHandler(StreamReceiverHandler) - Constructor for class com.vaadin.flow.server.communication.StreamRequestHandler
- StreamResource - Class in com.vaadin.flow.server
-
Represents dynamically generated data.
- StreamResource(String, InputStreamFactory) - Constructor for class com.vaadin.flow.server.StreamResource
-
Creates
StreamResource
instance using mandatory parametersname
as a resource file name and input streamfactory
as a factory for data. - StreamResource(String, StreamResourceWriter) - Constructor for class com.vaadin.flow.server.StreamResource
-
Creates
StreamResource
instance using mandatory parametersname
as a resource file name and output streamwriter
as a data producer. - StreamResourceHandler - Class in com.vaadin.flow.server.communication
-
Handles
StreamResource
instances registered inVaadinSession
. - StreamResourceHandler() - Constructor for class com.vaadin.flow.server.communication.StreamResourceHandler
- StreamResourceRegistry - Class in com.vaadin.flow.server
-
Registry for
StreamResource
instances. - StreamResourceRegistry(VaadinSession) - Constructor for class com.vaadin.flow.server.StreamResourceRegistry
-
Creates stream resource registry for provided
session
. - StreamResourceWriter - Interface in com.vaadin.flow.server
-
Output stream consumer.
- Streams - Class in com.vaadin.external.apache.commons.fileupload2.util
-
Utility class for working with streams.
- streamToString(InputStream) - Static method in class com.vaadin.flow.server.frontend.FrontendUtils
-
Read a stream and copy the content into a String using system line separators for all 'carriage return' characters.
- StreamVariable - Interface in com.vaadin.flow.server
-
StreamVariable is a special kind of variable whose value is streamed to an
OutputStream
provided by theStreamVariable.getOutputStream()
method. - StreamVariable.StreamingEndEvent - Interface in com.vaadin.flow.server
-
Event passed to
StreamVariable.streamingFinished(StreamingEndEvent)
method the contents have been streamed to StreamVariable successfully. - StreamVariable.StreamingErrorEvent - Interface in com.vaadin.flow.server
-
Event passed to
StreamVariable.streamingFailed(StreamingErrorEvent)
method when the streaming ended before the end of the input. - StreamVariable.StreamingEvent - Interface in com.vaadin.flow.server
-
Streaming event interface.
- StreamVariable.StreamingProgressEvent - Interface in com.vaadin.flow.server
-
Event passed to
StreamVariable.onProgress(StreamingProgressEvent)
method during the streaming progresses. - StreamVariable.StreamingStartEvent - Interface in com.vaadin.flow.server
-
Event passed to
StreamVariable.streamingStarted(StreamingStartEvent)
method before the streaming of the content toStreamVariable
starts. - STREET_ADDRESS - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Street address.
- STRETCH - Enum constant in enum class com.vaadin.flow.component.orderedlayout.FlexComponent.Alignment
-
Items are stretched to fit the container.
- STRETCH - Enum constant in enum class com.vaadin.flow.component.orderedlayout.FlexLayout.ContentAlignment
-
Items are stretched to fit the container.
- STRETCH - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.AlignContent
- STRETCH - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.AlignItems
- STRETCH - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.AlignSelf
- STRIKETHROUGH - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- stringEqual(JsonValue, JsonValue) - Static method in class com.vaadin.flow.internal.JsonUtils
- StringLengthValidator - Class in com.vaadin.flow.data.validator
-
Verifies that the length of a string is within the given range.
- StringLengthValidator(String, Integer, Integer) - Constructor for class com.vaadin.flow.data.validator.StringLengthValidator
-
Creates a new StringLengthValidator with a given error message and minimum and maximum length limits.
- StringToBigDecimalConverter - Class in com.vaadin.flow.data.converter
-
A converter that converts from
String
toBigDecimal
and back. - StringToBigDecimalConverter(ErrorMessageProvider) - Constructor for class com.vaadin.flow.data.converter.StringToBigDecimalConverter
-
Creates a new converter instance with the given error message provider.
- StringToBigDecimalConverter(String) - Constructor for class com.vaadin.flow.data.converter.StringToBigDecimalConverter
-
Creates a new converter instance with the given error message.
- StringToBigDecimalConverter(BigDecimal, ErrorMessageProvider) - Constructor for class com.vaadin.flow.data.converter.StringToBigDecimalConverter
-
Creates a new converter instance with the given presentation value for empty string and error message provider.
- StringToBigDecimalConverter(BigDecimal, String) - Constructor for class com.vaadin.flow.data.converter.StringToBigDecimalConverter
-
Creates a new converter instance with the given presentation value for empty string and error message.
- StringToBigIntegerConverter - Class in com.vaadin.flow.data.converter
-
A converter that converts from
String
toBigInteger
and back. - StringToBigIntegerConverter(ErrorMessageProvider) - Constructor for class com.vaadin.flow.data.converter.StringToBigIntegerConverter
-
Creates a new converter instance with the given error message provider.
- StringToBigIntegerConverter(String) - Constructor for class com.vaadin.flow.data.converter.StringToBigIntegerConverter
-
Creates a new converter instance with the given error message.
- StringToBigIntegerConverter(BigInteger, ErrorMessageProvider) - Constructor for class com.vaadin.flow.data.converter.StringToBigIntegerConverter
-
Creates a new converter instance with the given presentation value for empty string and error message provider.
- StringToBigIntegerConverter(BigInteger, String) - Constructor for class com.vaadin.flow.data.converter.StringToBigIntegerConverter
-
Creates a new converter instance with the given presentation value for empty string and error message.
- StringToBooleanConverter - Class in com.vaadin.flow.data.converter
- StringToBooleanConverter(ErrorMessageProvider) - Constructor for class com.vaadin.flow.data.converter.StringToBooleanConverter
-
Creates a new converter instance with the given error message provider.
- StringToBooleanConverter(String) - Constructor for class com.vaadin.flow.data.converter.StringToBooleanConverter
-
Creates converter with default string representations - "true" and "false".
- StringToBooleanConverter(String, String, ErrorMessageProvider) - Constructor for class com.vaadin.flow.data.converter.StringToBooleanConverter
-
Creates converter with custom string representation.
- StringToBooleanConverter(String, String, String) - Constructor for class com.vaadin.flow.data.converter.StringToBooleanConverter
-
Creates converter with custom string representation.
- StringToDateConverter - Class in com.vaadin.flow.data.converter
- StringToDateConverter() - Constructor for class com.vaadin.flow.data.converter.StringToDateConverter
- StringToDoubleConverter - Class in com.vaadin.flow.data.converter
- StringToDoubleConverter(ErrorMessageProvider) - Constructor for class com.vaadin.flow.data.converter.StringToDoubleConverter
-
Creates a new converter instance with the given error message provider.
- StringToDoubleConverter(Double, ErrorMessageProvider) - Constructor for class com.vaadin.flow.data.converter.StringToDoubleConverter
-
Creates a new converter instance with the given presentation value for empty string and error message provider.
- StringToDoubleConverter(Double, String) - Constructor for class com.vaadin.flow.data.converter.StringToDoubleConverter
-
Creates a new converter instance with the given presentation value for empty string and error message.
- StringToDoubleConverter(String) - Constructor for class com.vaadin.flow.data.converter.StringToDoubleConverter
-
Creates a new converter instance with the given error message.
- StringToEnumDecoder - Class in com.vaadin.flow.server.communication.rpc
- StringToEnumDecoder() - Constructor for class com.vaadin.flow.server.communication.rpc.StringToEnumDecoder
- StringToFloatConverter - Class in com.vaadin.flow.data.converter
- StringToFloatConverter(ErrorMessageProvider) - Constructor for class com.vaadin.flow.data.converter.StringToFloatConverter
-
Creates a new converter instance with the given error message provider.
- StringToFloatConverter(Float, ErrorMessageProvider) - Constructor for class com.vaadin.flow.data.converter.StringToFloatConverter
-
Creates a new converter instance with the given presentation value for empty string and error message provider.
- StringToFloatConverter(Float, String) - Constructor for class com.vaadin.flow.data.converter.StringToFloatConverter
-
Creates a new converter instance with the given presentation value for empty string and error message.
- StringToFloatConverter(String) - Constructor for class com.vaadin.flow.data.converter.StringToFloatConverter
-
Creates a new converter instance with the given error message.
- StringToIntegerConverter - Class in com.vaadin.flow.data.converter
- StringToIntegerConverter(ErrorMessageProvider) - Constructor for class com.vaadin.flow.data.converter.StringToIntegerConverter
-
Creates a new converter instance with the given error message provider.
- StringToIntegerConverter(Integer, ErrorMessageProvider) - Constructor for class com.vaadin.flow.data.converter.StringToIntegerConverter
-
Creates a new converter instance with the given presentation value for empty string and error message provider.
- StringToIntegerConverter(Integer, String) - Constructor for class com.vaadin.flow.data.converter.StringToIntegerConverter
-
Creates a new converter instance with the given presentation value for empty string and error message.
- StringToIntegerConverter(String) - Constructor for class com.vaadin.flow.data.converter.StringToIntegerConverter
-
Creates a new converter instance with the given error message.
- StringToLongConverter - Class in com.vaadin.flow.data.converter
- StringToLongConverter(ErrorMessageProvider) - Constructor for class com.vaadin.flow.data.converter.StringToLongConverter
-
Creates a new converter instance with the given error message provider.
- StringToLongConverter(Long, ErrorMessageProvider) - Constructor for class com.vaadin.flow.data.converter.StringToLongConverter
-
Creates a new converter instance with the given presentation value for empty string and error message provider.
- StringToLongConverter(Long, String) - Constructor for class com.vaadin.flow.data.converter.StringToLongConverter
-
Creates a new converter instance with the given presentation value for empty string and error message.
- StringToLongConverter(String) - Constructor for class com.vaadin.flow.data.converter.StringToLongConverter
-
Creates a new converter instance with the given error message.
- StringToNumberDecoder - Class in com.vaadin.flow.server.communication.rpc
- StringToNumberDecoder() - Constructor for class com.vaadin.flow.server.communication.rpc.StringToNumberDecoder
- StringToUuidConverter - Class in com.vaadin.flow.data.converter
- StringToUuidConverter(ErrorMessageProvider) - Constructor for class com.vaadin.flow.data.converter.StringToUuidConverter
-
Constructs a new converter instance with the given error message provider.
- StringToUuidConverter(String) - Constructor for class com.vaadin.flow.data.converter.StringToUuidConverter
-
Constructs a converter for String to UUID and back.
- StringUtil - Class in com.vaadin.flow.internal
-
Utility class for special string handling.
- StringUtil() - Constructor for class com.vaadin.flow.internal.StringUtil
- stringValue() - Method in enum class com.vaadin.flow.component.map.configuration.Projection
- STRIP - Enum constant in enum class com.vaadin.flow.component.charts.model.TreeMapLayoutAlgorithm
- stripDelimiter(String) - Static method in class com.vaadin.external.apache.commons.fileupload2.util.mime.RFC2231Utility
-
If
paramName
has Asterisk (*) at the end, it will be stripped off, else the passed value will be returned. - STRIPES - Enum constant in enum class com.vaadin.flow.component.charts.model.TreeMapLayoutAlgorithm
- Stroke - Class in com.vaadin.flow.component.map.configuration.style
- Stroke() - Constructor for class com.vaadin.flow.component.map.configuration.style.Stroke
- STRONG - Static variable in annotation interface com.vaadin.flow.component.Tag
-
Tag for an
<strong>
. - Style - Class in com.vaadin.flow.component.charts.model.style
-
Style options for CSS styling
- Style - Class in com.vaadin.flow.component.map.configuration.style
-
Defines how to visually represent a
Feature
- Style - Interface in com.vaadin.flow.dom
-
Provides inline styles for
Element
s. - Style() - Constructor for class com.vaadin.flow.component.charts.model.style.Style
- Style() - Constructor for class com.vaadin.flow.component.map.configuration.style.Style
- STYLE_COLOR - Static variable in class com.vaadin.flow.dom.ElementConstants
-
The style property for color.
- STYLE_HEIGHT - Static variable in class com.vaadin.flow.dom.ElementConstants
-
The style property for height.
- STYLE_MAX_HEIGHT - Static variable in class com.vaadin.flow.dom.ElementConstants
-
The style property for max-height.
- STYLE_MAX_WIDTH - Static variable in class com.vaadin.flow.dom.ElementConstants
-
The style property for max-width.
- STYLE_MIN_HEIGHT - Static variable in class com.vaadin.flow.dom.ElementConstants
-
The style property for min-height.
- STYLE_MIN_WIDTH - Static variable in class com.vaadin.flow.dom.ElementConstants
-
The style property for min-width.
- STYLE_WIDTH - Static variable in class com.vaadin.flow.dom.ElementConstants
-
The style property for width.
- StyleAttributeHandler - Class in com.vaadin.flow.dom.impl
-
Emulates the
style
attribute by delegating toElement.getStyle()
. - StyleAttributeHandler() - Constructor for class com.vaadin.flow.dom.impl.StyleAttributeHandler
- styleAttributeToProperty(String) - Static method in class com.vaadin.flow.dom.StyleUtil
-
Converts the given attribute style (dash-separated) into a property style (camelCase).
- StylePosition - Enum Class in com.vaadin.flow.component.charts.model.style
-
CSS position attribute, ABSOLUTE or RELATIVE
- stylePropertyToAttribute(String) - Static method in class com.vaadin.flow.dom.StyleUtil
-
Converts the given property style (camelCase) into a attribute style (dash-separated).
- StyleSheet - Annotation Interface in com.vaadin.flow.component.dependency
-
Defines style sheet dependencies on a
Component
class. - STYLESHEET - Enum constant in enum class com.vaadin.flow.component.page.Inline.Wrapping
- STYLESHEET - Enum constant in enum class com.vaadin.flow.shared.ui.Dependency.Type
- StyleSheet.Container - Annotation Interface in com.vaadin.flow.component.dependency
-
Internal annotation to enable use of multiple
StyleSheet
annotations. - StyleUtil - Class in com.vaadin.flow.dom
-
Utility methods for
Style
. - StyleWrapper - Class in com.vaadin.flow.component.charts.model.style
-
Helper class when JSON structure needs object with just style field
- StyleWrapper() - Constructor for class com.vaadin.flow.component.charts.model.style.StyleWrapper
- SubMenu - Class in com.vaadin.flow.component.contextmenu
-
API that allows adding content into the sub menus of a
ContextMenu
to create hierarchical menus. - SubMenu(MenuItem, SerializableRunnable) - Constructor for class com.vaadin.flow.component.contextmenu.SubMenu
- SubMenuBase<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 class for sub-menus in
ContextMenuBase
extensions. - SubMenuBase(I) - Constructor for class com.vaadin.flow.component.contextmenu.SubMenuBase
- submit() - Method in class com.vaadin.flow.component.login.testbench.LoginFormElement
- submit() - Method in class com.vaadin.flow.component.login.testbench.LoginOverlayElement
- submit() - Method in class com.vaadin.testbench.TestBenchElement
- submit(CollaborationMessage) - Method in class com.vaadin.collaborationengine.MessageManager
-
Submits a message to the topic.
- submit(String) - Method in class com.vaadin.collaborationengine.MessageManager
-
Submits a message to the topic as the current local user.
- submit(String) - Method in class com.vaadin.flow.component.messages.testbench.MessageInputElement
-
Submits a message.
- submitEvent(UUID, String) - Method in interface com.vaadin.collaborationengine.Backend.EventLog
-
Submits an event through the backend to all subscribers.
- SubmitEvent(MessageInput, boolean, String) - Constructor for class com.vaadin.flow.component.messages.MessageInput.SubmitEvent
-
Creates the event.
- subscribe(ListSubscriber) - Method in interface com.vaadin.collaborationengine.CollaborationList
-
Subscribes to changes to this list.
- subscribe(MapSubscriber) - Method in interface com.vaadin.collaborationengine.CollaborationMap
-
Subscribes to changes to this map.
- subscribe(UUID, BiConsumer<UUID, String>) - Method in interface com.vaadin.collaborationengine.Backend.EventLog
-
Adds a subscriber to receive all past and future events for this event log.
- SUBSCRIPT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- Subtitle - Class in com.vaadin.flow.component.charts.model
-
The chart's subtitle
- Subtitle() - Constructor for class com.vaadin.flow.component.charts.model.Subtitle
- Subtitle(String) - Constructor for class com.vaadin.flow.component.charts.model.Subtitle
- SUBTITLE - Static variable in interface com.vaadin.flow.component.Key
-
Toggles the display of subtitles on and off if they're available.
- SUBTITLE_COLOR - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
- SUBTITLE_COLOR - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
- SUBTRACT - Static variable in interface com.vaadin.flow.component.Key
-
The numeric keypad's subtraction key, -.
- SucceededEvent - Class in com.vaadin.flow.component.upload
-
SucceededEvent event is sent when the upload is received successfully.
- SucceededEvent(Upload, String, String, long) - Constructor for class com.vaadin.flow.component.upload.SucceededEvent
-
Create an instance of the event.
- SUCCESS - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Background
- SUCCESS - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.BorderColor
- SUCCESS - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.TextColor
- SUCCESS_10 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Background
- SUCCESS_10 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.BorderColor
- SUCCESS_50 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Background
- SUCCESS_50 - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.BorderColor
- SUCCESS_CONTRAST - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.TextColor
- SUITCASE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- Summary() - Constructor for class com.vaadin.flow.component.html.NativeDetails.Summary
-
Creates a new empty summary.
- SUMMARY - Static variable in annotation interface com.vaadin.flow.component.Tag
-
Tag for an
<summary>
. - SUN_DOWN - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- SUN_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- SUN_RISE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- SUPER - Static variable in interface com.vaadin.flow.component.Key
-
The
Super
key. - SUPERSCRIPT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- supportedTypes - Static variable in class com.vaadin.flow.router.ParameterDeserializer
-
Types supported by
ParameterDeserializer.deserializeParameter(Class, String, String)
. - supports(StateNode) - Method in interface com.vaadin.flow.dom.ElementStateProvider
-
Checks if the element state provider supports the given state node.
- supports(StateNode) - Method in class com.vaadin.flow.dom.impl.AbstractNodeStateProvider
- supports(StateNode) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
- supports(StateNode) - Method in class com.vaadin.flow.dom.impl.BasicTextElementStateProvider
- suspend(AtmosphereResource) - Method in class com.vaadin.flow.server.communication.PushHandler
-
Suspends the given resource
- SUSPEND - Static variable in interface com.vaadin.flow.component.Key
-
This value matches DOM's KeyboardEvent's
event.code
. - Svg - Class in com.vaadin.flow.component
-
A component that displays a given SVG image.
- Svg() - Constructor for class com.vaadin.flow.component.Svg
-
Creates an empty Svg.
- Svg(InputStream) - Constructor for class com.vaadin.flow.component.Svg
-
Creates an instance based on the given SVG input.
- Svg(String) - Constructor for class com.vaadin.flow.component.Svg
-
Creates an instance based on the given SVG string.
- SW_RUNTIME_PRECACHE_PATH - Static variable in class com.vaadin.flow.server.communication.PwaHandler
- SWITCHING_PROTOCOLS - Enum constant in enum class com.vaadin.flow.server.HttpStatusCode
-
Status code (101) indicating the server is switching protocols according to Upgrade header.
- switchTo() - Method in class com.vaadin.testbench.TestBenchDriverProxy
- SWORD - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- SYMBOL - Static variable in interface com.vaadin.flow.component.Key
-
The
Symbol
modifier key (found on certain virtual keyboards). - SYMBOL_LOCK - Static variable in interface com.vaadin.flow.component.Key
-
The
Symbol Lock
key. - sync(String, JsonValue) - Method in class com.vaadin.flow.component.webcomponent.WebComponentWrapper
-
Synchronize method for client side to send property value updates to the server.
- Synchronize - Annotation Interface in com.vaadin.flow.component
-
Annotates getters for which properties should be synchronized to the server.
- SYNCHRONIZE_PROPERTY_TOKEN - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Token used as an event data expression to represent that properties should be synchronized.
- synchronizedHandleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.flow.server.BootstrapHandler
- synchronizedHandleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.flow.server.communication.HeartbeatHandler
-
Handles a heartbeat request for the given session.
- synchronizedHandleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.flow.server.communication.IndexHtmlRequestHandler
- synchronizedHandleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.flow.server.communication.JavaScriptBootstrapHandler
- synchronizedHandleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.flow.server.communication.UidlRequestHandler
- synchronizedHandleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.flow.server.communication.WebComponentBootstrapHandler
- synchronizedHandleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.flow.server.communication.WebComponentProvider
- synchronizedHandleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.flow.server.SynchronizedRequestHandler
-
Identical to
SynchronizedRequestHandler.handleRequest(VaadinSession, VaadinRequest, VaadinResponse)
except theVaadinSession
is locked before this is called and unlocked after this has completed. - SynchronizedRequestHandler - Class in com.vaadin.flow.server
-
RequestHandler which takes care of locking and unlocking of the VaadinSession automatically.
- SynchronizedRequestHandler() - Constructor for class com.vaadin.flow.server.SynchronizedRequestHandler
- synchronizeProperty(String) - Method in interface com.vaadin.flow.dom.DomListenerRegistration
-
Marks that the DOM event of this registration should trigger synchronization for the given property.
- SYSTEM - Enum constant in enum class com.vaadin.flow.data.binder.ErrorLevel
-
Error level for system errors and bugs.
- SYSTEM_PROPERTY_PREFIX - Static variable in class com.vaadin.experimental.FeatureFlags
- SystemConnectionContext - Class in com.vaadin.collaborationengine
-
A connection context that is always active.
- SystemConnectionContext(CollaborationEngine) - Constructor for class com.vaadin.collaborationengine.SystemConnectionContext
-
Creates a new system connection context instance for the given Collaboration Engine instance.
- SystemMessages - Class in com.vaadin.flow.server
-
Contains the system messages used to notify the user about various critical situations that can occur.
- SystemMessagesInfo - Class in com.vaadin.flow.server
-
Provides information available for
SystemMessagesProvider
when defining whatSystemMessages
to use. - SystemMessagesInfo(Locale, VaadinRequest, VaadinService) - Constructor for class com.vaadin.flow.server.SystemMessagesInfo
-
Creates an instance based on the given locale, request and service.
- SystemMessagesProvider - Interface in com.vaadin.flow.server
-
Gives out system messages based on Locale.
- SystemUserInfo - Class in com.vaadin.collaborationengine
-
A
UserInfo
for non-interaction thread.
T
- Tab - Class in com.vaadin.flow.component.tabs
-
This component provides an accessible and customizable tab to be used inside
Tabs
component. - Tab() - Constructor for class com.vaadin.flow.component.tabs.Tab
-
Constructs a new object in its default state.
- Tab(Component...) - Constructor for class com.vaadin.flow.component.tabs.Tab
-
Constructs a new object with child components.
- Tab(String) - Constructor for class com.vaadin.flow.component.tabs.Tab
-
Constructs a new object with the given label.
- TAB - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- TAB - Static variable in interface com.vaadin.flow.component.Key
-
Tab
or⇥
- TAB_A - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- TabElement - Class in com.vaadin.flow.component.tabs.testbench
-
A TestBench element representing a
<vaadin-tab>
element. - TabElement() - Constructor for class com.vaadin.flow.component.tabs.testbench.TabElement
- TABLE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- TABLET - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- Tabs - Class in com.vaadin.flow.component.tabs
-
Tabs are used to organize and group content into sections that the user can navigate between.
- Tabs() - Constructor for class com.vaadin.flow.component.tabs.Tabs
-
Constructs an empty new object with
HORIZONTAL
orientation. - Tabs(boolean, Tab...) - Constructor for class com.vaadin.flow.component.tabs.Tabs
-
Constructs a new object enclosing the given autoselect option and tabs, with
HORIZONTAL
orientation. - Tabs(Tab...) - Constructor for class com.vaadin.flow.component.tabs.Tabs
-
Constructs a new object enclosing the given tabs, with
HORIZONTAL
orientation. - TABS - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- Tabs.Orientation - Enum Class in com.vaadin.flow.component.tabs
-
The valid orientations of
Tabs
instances. - Tabs.SelectedChangeEvent - Class in com.vaadin.flow.component.tabs
-
An event to mark that the selected tab has changed.
- TabsElement - Class in com.vaadin.flow.component.tabs.testbench
-
A TestBench element representing a
<vaadin-tabs>
element. - TabsElement() - Constructor for class com.vaadin.flow.component.tabs.testbench.TabsElement
- TabSheet - Class in com.vaadin.flow.component.tabs
-
TabSheet consists of a set of tabs and the content area.
- TabSheet() - Constructor for class com.vaadin.flow.component.tabs.TabSheet
-
The default constructor.
- TabSheet.SelectedChangeEvent - Class in com.vaadin.flow.component.tabs
-
An event to mark that the selected tab has changed.
- TabSheetElement - Class in com.vaadin.flow.component.tabs.testbench
-
A TestBench element representing a
<vaadin-tabsheet>
element. - TabSheetElement() - Constructor for class com.vaadin.flow.component.tabs.testbench.TabSheetElement
- TabSheetVariant - Enum Class in com.vaadin.flow.component.tabs
-
Set of theme variants applicable for
vaadin-tabsheet
component. - TabsTester<T extends Tabs> - Class in com.vaadin.flow.component.tabs
-
Tester for Tabs components.
- TabsTester(T) - Constructor for class com.vaadin.flow.component.tabs.TabsTester
-
Wrap given component for testing.
- TabsVariant - Enum Class in com.vaadin.flow.component.tabs
-
Set of theme variants applicable for
vaadin-tabs
component. - TabVariant - Enum Class in com.vaadin.flow.component.tabs
-
Set of theme variants applicable for
vaadin-tab
component. - Tag - Annotation Interface in com.vaadin.flow.component
-
Defines the tag to use for the root element for a component created using the default
Component
constructor. - TAG - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- TAG - Static variable in class com.vaadin.flow.internal.nodefeature.NodeProperties
-
Key for
ElementData.getTag()
. - TAGS - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- TAN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- target() - Element in annotation interface com.vaadin.flow.component.page.Inline
-
Target element to inline file contents to.
- TARGET - Static variable in class com.vaadin.flow.server.Constants
-
Target folder constant.
- TargetElement - Enum Class in com.vaadin.flow.component.page
-
Page target element enum for inlining during bootstrap creation.
- TargetOptions - Class in com.vaadin.flow.component.charts.model
-
Set options related with look and position of targets.
- TargetOptions() - Constructor for class com.vaadin.flow.component.charts.model.TargetOptions
- TaskCopyFrontendFiles - Class in com.vaadin.flow.server.frontend
-
Copies JavaScript and CSS files from JAR files into a given folder.
- TaskCopyLocalFrontendFiles - Class in com.vaadin.flow.server.frontend
-
Copies JavaScript files from the given local frontend folder.
- TaskCopyTemplateFiles - Class in com.vaadin.flow.server.frontend
-
Copies template files to the target folder so as to be available for parsing at runtime in production mode.
- TaskGenerateBootstrap - Class in com.vaadin.flow.server.frontend
-
A task for generating the bootstrap file
FrontendUtils.BOOTSTRAP_FILE_NAME
during `package` Maven goal. - TaskGenerateEndpoint - Interface in com.vaadin.flow.server.frontend
-
Generate the TS files for endpoints, and the Client API file.
- TaskGenerateFeatureFlags - Class in com.vaadin.flow.server.frontend
-
A task for generating the feature flags file
FrontendUtils.FEATURE_FLAGS_FILE_NAME
during `package` Maven goal. - TaskGenerateIndexHtml - Class in com.vaadin.flow.server.frontend
-
Generate
index.html
if it is missing in frontend folder. - TaskGenerateIndexTs - Class in com.vaadin.flow.server.frontend
-
Generate
index.ts
if it is missing in frontend folder. - TaskGenerateOpenAPI - Interface in com.vaadin.flow.server.frontend
-
Generate OpenAPI json file for Vaadin Endpoints.
- TaskGeneratePackageJson - Class in com.vaadin.flow.server.frontend
-
Creates the
package.json
if missing. - TaskGenerateServiceWorker - Class in com.vaadin.flow.server.frontend
-
Generate
index.html
if it is missing in frontend folder. - TaskGenerateTsConfig - Class in com.vaadin.flow.server.frontend
-
Generate
tsconfig.json
if it is missing in project folder. - TaskGenerateTsDefinitions - Class in com.vaadin.flow.server.frontend
-
Generate
types.d.ts
if it is missing in project folder andtsconfig.json
exists in project folder. - TaskGenerateViteDevMode - Class in com.vaadin.flow.server.frontend
-
Generate
vite-devmode.ts
if it is missing in frontend/generated folder. - TaskGenerateWebComponentBootstrap - Class in com.vaadin.flow.server.frontend
-
A task for generating the bootstrap file for exported web components
FrontendUtils.WEB_COMPONENT_BOOTSTRAP_FILE_NAME
during `package` Maven goal. - TaskGenerateWebComponentHtml - Class in com.vaadin.flow.server.frontend
-
Generate
web-component.html
if it is missing in frontend folder. - TaskInstallFrontendBuildPlugins - Class in com.vaadin.flow.server.frontend
-
Task that installs any Flow webpack plugins into node_modules/@vaadin for use with webpack compilation.
- TaskInstallFrontendBuildPlugins(Options) - Constructor for class com.vaadin.flow.server.frontend.TaskInstallFrontendBuildPlugins
-
Copy Flow webpack plugins into
PLUGIN_TARGET
under the build directory. - TaskRunDevBundleBuild - Class in com.vaadin.flow.server.frontend
-
Compiles the dev mode bundle if it is out of date.
- TaskRunNpmInstall - Class in com.vaadin.flow.server.frontend
-
Run
npm install
after dependencies have been updated. - TaskRunNpmInstall.Stats - Class in com.vaadin.flow.server.frontend
-
Container for npm installation statistics.
- TASKS - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- TaskUpdateImports - Class in com.vaadin.flow.server.frontend
-
An updater that it's run when the servlet context is initialised in dev-mode or when flow-maven-plugin goals are run in order to update Flow imports file and "jar-resources" contents by visiting all classes with
JsModule
andTheme
annotations. - TaskUpdatePackages - Class in com.vaadin.flow.server.frontend
-
Updates
package.json
by visitingNpmPackage
annotations found in the classpath. - TaskUpdateSettingsFile - Class in com.vaadin.flow.server.frontend
-
Creates a vaadin-dev-server-settings.json file for use with dev server configuration.
- TaskUpdateThemeImport - Class in com.vaadin.flow.server.frontend
-
Task generating the theme definition file 'theme.js' for importing application theme into the generated frontend directory.
- TaskUpdateVite - Class in com.vaadin.flow.server.frontend
-
Updates the Vite configuration files according with current project settings.
- TAXI - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- TBMethod(Method, DesiredCapabilities) - Constructor for class com.vaadin.testbench.parallel.ParallelRunner.TBMethod
- TEAL - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- TEETH - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- TEL - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Full telephone number, including country code.
- TEL_AREA_CODE - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Telephone number area code.
- TEL_COUNTRY_CODE - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Telephone number country code.
- TEL_EXTENSION - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Telephone number, extension code.
- TEL_LOCAL - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Telephone number, local part.
- TEL_LOCAL_PREFIX - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Telephone number, local prefix.
- TEL_LOCAL_SUFFIX - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Telephone number, local suffix.
- TEL_NATIONAL - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Telephone number, without country code.
- TELETEXT - Static variable in interface com.vaadin.flow.component.Key
-
Toggles display of teletext, if available.
- TempDirectory - Class in com.vaadin.flow.component.upload.receivers
- Template - Interface in com.vaadin.flow.internal
-
Marker interface for (Lit and Polymer) templates.
- TEMPLATE_DIRECTORY - Static variable in class com.vaadin.flow.server.Constants
-
Default resource directory to place template sources in.
- TEMPLATE_IN_TEMPLATE - Static variable in class com.vaadin.flow.internal.nodefeature.NodeProperties
-
JsonObject template-in-template type value for
VirtualChildrenList
. - TEMPLATE_MODELLIST - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
-
Id for
ModelList
. - TemplateData(String, Element) - Constructor for class com.vaadin.flow.component.littemplate.LitTemplateParser.TemplateData
- TEMPORARY_REDIRECT - Enum constant in enum class com.vaadin.flow.server.HttpStatusCode
-
Status code (307) indicating that the requested resource resides temporarily under a different URI.
- TemporaryFileFactory - Class in com.vaadin.flow.component.upload.receivers
- TemporaryFileFactory() - Constructor for class com.vaadin.flow.component.upload.receivers.TemporaryFileFactory
- Term() - Constructor for class com.vaadin.flow.component.html.DescriptionList.Term
-
Creates a new empty term.
- Term(Component...) - Constructor for class com.vaadin.flow.component.html.DescriptionList.Term
-
Creates a new term with the given child components.
- Term(String) - Constructor for class com.vaadin.flow.component.html.DescriptionList.Term
-
Creates a new term with the given text.
- TERMINAL - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- TERTIARY - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.TextColor
- test(Accordion) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(Button) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(Chart) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(Checkbox) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(CheckboxGroup<V>) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(CheckboxGroup, Class<V>) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(ComboBox<V>) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(ComboBox, Class<V>) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(ConfirmDialog) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(ContextMenu) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(DatePicker) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(DateTimePicker) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(Details) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(Dialog) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(Grid<V>) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(Grid, Class<V>) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(Anchor) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(DescriptionList) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(Div) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(Emphasis) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(H1) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(H2) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(H3) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(H4) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(H5) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(H6) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(Hr) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(Image) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(Input) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(Label) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(ListItem) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(NativeButton) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(NativeDetails) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(OrderedList) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(Paragraph) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(Pre) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(Span) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(UnorderedList) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(ListBox<V>) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(MultiSelectListBox<V>) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(MultiSelectListBox, Class<V>) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(LoginForm) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(LoginOverlay) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(MessageInput) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(MessageList) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(Notification) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(RadioButtonGroup<V>) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(RadioButtonGroup, Class<V>) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(Select<V>) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(Select, Class<V>) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(Tabs) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(BigDecimalField) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(EmailField) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(IntegerField) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(NumberField) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(PasswordField) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(TextArea) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(TextField) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(TimePicker) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(Upload) - Method in interface com.vaadin.testbench.unit.TesterWrappers
- test(Class<T>, Y) - Method in class com.vaadin.testbench.unit.BaseUIUnitTest
-
Wrap component in given ComponentTester.
- test(T, String) - Method in interface com.vaadin.flow.component.combobox.ComboBox.ItemFilter
- test(Y) - Method in class com.vaadin.testbench.unit.BaseUIUnitTest
-
Wrap component with ComponentTester best matching component type.
- testBench() - Method in class com.vaadin.testbench.TestBenchTestCase
-
Convenience method the return
TestBenchCommands
for the defaultWebDriver
instance. - TestBench - Class in com.vaadin.testbench
- TestBench() - Constructor for class com.vaadin.testbench.TestBench
- TestBenchBrowserFactory - Interface in com.vaadin.testbench.parallel
-
Interface used to create
DesiredCapabilities
configurations suitable for test cases. - TestBenchCommandExecutor - Class in com.vaadin.testbench.commands
-
Provides actual implementation of TestBenchCommands
- TestBenchCommandExecutor(ImageComparison, ReferenceNameGenerator) - Constructor for class com.vaadin.testbench.commands.TestBenchCommandExecutor
- TestBenchCommands - Interface in com.vaadin.testbench.commands
- TestBenchDriverProxy - Class in com.vaadin.testbench
- TestBenchDriverProxy(WebDriver, TestBenchCommandExecutor) - Constructor for class com.vaadin.testbench.TestBenchDriverProxy
- TestBenchElement - Class in com.vaadin.testbench
-
TestBenchElement is a WebElement wrapper.
- TestBenchElement() - Constructor for class com.vaadin.testbench.TestBenchElement
- TestBenchElement(WebElement, TestBenchCommandExecutor) - Constructor for class com.vaadin.testbench.TestBenchElement
- TestBenchTestCase - Class in com.vaadin.testbench
-
A superclass with some helpers to aid TestBench developers.
- TestBenchTestCase() - Constructor for class com.vaadin.testbench.TestBenchTestCase
- testbenchVersion - Static variable in class com.vaadin.testbench.TestBenchVersion
- TestBenchVersion - Class in com.vaadin.testbench
- TestBenchVersion() - Constructor for class com.vaadin.testbench.TestBenchVersion
- TestCategory - Annotation Interface in com.vaadin.testbench.parallel
-
Sets the category of a test class.
Categories can be excluded from running tests, or explicitly included. - testConvertedDefaultValue(Binder.BindingBuilder<?, ?>, Predicate<Object>) - Static method in class com.vaadin.flow.data.binder.RequiredFieldConfiguratorUtil
-
Tests the converted default value of the provided binding builder if possible.
- testErrorNavigationTarget(Class<?>) - Method in interface com.vaadin.flow.server.startup.NavigationTargetFilter
-
Tests whether the given error navigation target class should be included.
- testers - Static variable in class com.vaadin.testbench.unit.BaseUIUnitTest
- TesterWrappers - Interface in com.vaadin.testbench.unit
- testingEngine() - Method in class com.vaadin.testbench.unit.BaseUIUnitTest
-
Gets the name of the Test Engine that is able to run the base class implementation.
- testingEngine() - Method in class com.vaadin.testbench.unit.UIUnit4Test
- TestNameSuffix - Annotation Interface in com.vaadin.testbench.parallel
-
Defines a system property to be used as part of the test name.
It may be useful to add information related to the system or the machine itself, such as the OS.
This will affect, for instance, the names of screenshots taken in case of test failure. - testNavigationTarget(Class<? extends Component>) - Method in interface com.vaadin.flow.server.startup.NavigationTargetFilter
-
Tests whether the given navigation target class should be included.
- Tests - Annotation Interface in com.vaadin.testbench.unit
-
Wrapper annotation for indicating which components a wrapper implementation supports.
- text(ItemUpdater<T, String>) - Method in class com.vaadin.flow.component.gridpro.EditColumnConfigurator
-
Configures the column to have a text editor with the given item updater.
- Text - Class in com.vaadin.flow.component
-
A component which encapsulates the given text in a text node.
- Text(String) - Constructor for class com.vaadin.flow.component.Text
-
Creates an instance using the given text.
- TEXT - Enum constant in enum class com.vaadin.flow.component.gridpro.EditorType
- TEXT - Static variable in class com.vaadin.flow.internal.nodefeature.NodeProperties
-
Key for
TextNodeMap.getText()
. - TEXT_COLOR - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
- TEXT_COLOR - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
- TEXT_HEIGHT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- TEXT_INPUT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- TEXT_LABEL - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- TEXT_NODE - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
-
Id for
TextNodeMap
. - TEXT_WIDTH - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- TextAlign - Enum Class in com.vaadin.flow.component.charts.model
-
The text alignment for the label.
- TextArea - Class in com.vaadin.flow.component.textfield
-
Text Area is an input field component for multi-line text input.
- TextArea() - Constructor for class com.vaadin.flow.component.textfield.TextArea
-
Constructs an empty
TextArea
. - TextArea(HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<TextArea, String>>) - Constructor for class com.vaadin.flow.component.textfield.TextArea
-
Constructs an empty
TextArea
with a value change listener. - TextArea(String) - Constructor for class com.vaadin.flow.component.textfield.TextArea
-
Constructs an empty
TextArea
with the given label. - TextArea(String, HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<TextArea, String>>) - Constructor for class com.vaadin.flow.component.textfield.TextArea
-
Constructs an empty
TextArea
with a label and a value change listener. - TextArea(String, String) - Constructor for class com.vaadin.flow.component.textfield.TextArea
-
Constructs an empty
TextArea
with the given label and placeholder text. - TextArea(String, String, HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<TextArea, String>>) - Constructor for class com.vaadin.flow.component.textfield.TextArea
-
Constructs an empty
TextArea
with a label, a value change listener and an initial value. - TextArea(String, String, String) - Constructor for class com.vaadin.flow.component.textfield.TextArea
-
Constructs a
TextArea
with the given label, an initial value and placeholder text. - TEXTAREA - Static variable in annotation interface com.vaadin.flow.component.Tag
-
Tag for an
<textarea>
. - TextAreaElement - Class in com.vaadin.flow.component.textfield.testbench
-
A TestBench element representing a
<vaadin-text-area>
element. - TextAreaElement() - Constructor for class com.vaadin.flow.component.textfield.testbench.TextAreaElement
- TextAreaTester<T extends TextArea> - Class in com.vaadin.flow.component.textfield
-
Tester for TextArea components.
- TextAreaTester(T) - Constructor for class com.vaadin.flow.component.textfield.TextAreaTester
-
Wrap given component for testing.
- TextAreaVariant - Enum Class in com.vaadin.flow.component.textfield
-
Set of theme variants applicable for
vaadin-text-area
component. - TextField - Class in com.vaadin.flow.component.textfield
-
Text Field allows the user to input and edit text.
- TextField() - Constructor for class com.vaadin.flow.component.textfield.TextField
-
Constructs an empty
TextField
. - TextField(HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<TextField, String>>) - Constructor for class com.vaadin.flow.component.textfield.TextField
-
Constructs an empty
TextField
with a value change listener. - TextField(String) - Constructor for class com.vaadin.flow.component.textfield.TextField
-
Constructs an empty
TextField
with the given label. - TextField(String, HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<TextField, String>>) - Constructor for class com.vaadin.flow.component.textfield.TextField
-
Constructs an empty
TextField
with a label and a value change listener. - TextField(String, String) - Constructor for class com.vaadin.flow.component.textfield.TextField
-
Constructs an empty
TextField
with the given label and placeholder text. - TextField(String, String, HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<TextField, String>>) - Constructor for class com.vaadin.flow.component.textfield.TextField
-
Constructs an empty
TextField
with a label,a value change listener and an initial value. - TextField(String, String, String) - Constructor for class com.vaadin.flow.component.textfield.TextField
-
Constructs a
TextField
with the given label, an initial value and placeholder text. - TextFieldBase<TComponent extends TextFieldBase<TComponent,
TValue>, TValue> - Class in com.vaadin.flow.component.textfield -
Internal class that provides base functionality for input field components, such as
TextField
. - TextFieldElement - Class in com.vaadin.flow.component.textfield.testbench
-
A TestBench element representing a
<vaadin-text-field>
element. - TextFieldElement() - Constructor for class com.vaadin.flow.component.textfield.testbench.TextFieldElement
- TextFieldTester<T extends TextFieldBase<T,
V>, V> - Class in com.vaadin.flow.component.textfield -
Tester for TextField components.
- TextFieldTester(T) - Constructor for class com.vaadin.flow.component.textfield.TextFieldTester
-
Wrap given component for testing.
- TextFieldVariant - Enum Class in com.vaadin.flow.component.textfield
-
Set of theme variants applicable for the
TextField
component, as well as other components based on it. - TextNodeMap - Class in com.vaadin.flow.internal.nodefeature
-
Map holding the data of a text node.
- TextNodeMap(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.TextNodeMap
-
Creates a new text node map for the given node.
- TextRenderer<ITEM> - Class in com.vaadin.flow.data.renderer
-
A renderer that renders each item as a text using provided
ItemLabelGenerator
. - TextRenderer() - Constructor for class com.vaadin.flow.data.renderer.TextRenderer
-
Creates a new renderer instance using the default
ItemLabelGenerator
:String::valueOf
. - TextRenderer(ItemLabelGenerator<ITEM>) - Constructor for class com.vaadin.flow.data.renderer.TextRenderer
-
Creates a new renderer instance using the provided
itemLabelGenerator
. - ThemableLayout - Interface in com.vaadin.flow.component.orderedlayout
-
Common logic for
VerticalLayout
andHorizontalLayout
related to dynamic theme adjustment. - Theme - Class in com.vaadin.flow.component.charts.model.style
-
Theme class for Chart.
- Theme - Annotation Interface in com.vaadin.flow.theme
-
Defines the theme to use for the application.
- Theme() - Constructor for class com.vaadin.flow.component.charts.model.style.Theme
- THEME_ATTRIBUTE_NAME - Static variable in class com.vaadin.flow.dom.impl.ThemeListImpl
- THEME_IMPORTS_D_TS_NAME - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
- THEME_IMPORTS_NAME - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
- themeClass() - Element in annotation interface com.vaadin.flow.theme.Theme
-
The theme translation handler.
- themeColor() - Element in annotation interface com.vaadin.flow.server.PWA
-
Theme color of the application.
- ThemeDefinition - Class in com.vaadin.flow.theme
-
Holds all the settings needed to properly set a Theme in the application.
- ThemeDefinition(Theme) - Constructor for class com.vaadin.flow.theme.ThemeDefinition
-
Helper constructor that extracts the needed information from a Theme annotation.
- ThemeDefinition(Class<? extends AbstractTheme>, String, String) - Constructor for class com.vaadin.flow.theme.ThemeDefinition
-
Creates a definition with the given them class and variant.
- themeFor() - Element in annotation interface com.vaadin.flow.component.dependency.CssImport
-
The tag name of the themable element that the generated 'dom-module' will target.
- ThemeGradientColorBeanSerializer - Class in com.vaadin.flow.component.charts.model.serializers
-
Custom bean serializer for
GradientColor
insideChartOptions
- ThemeGradientColorBeanSerializer(BeanSerializerBase) - Constructor for class com.vaadin.flow.component.charts.model.serializers.ThemeGradientColorBeanSerializer
- ThemeGradientColorBeanSerializer(BeanSerializerBase, ObjectIdWriter) - Constructor for class com.vaadin.flow.component.charts.model.serializers.ThemeGradientColorBeanSerializer
- ThemeGradientColorBeanSerializer(BeanSerializerBase, Object) - Constructor for class com.vaadin.flow.component.charts.model.serializers.ThemeGradientColorBeanSerializer
- ThemeGradientColorBeanSerializer(BeanSerializerBase, String[]) - Constructor for class com.vaadin.flow.component.charts.model.serializers.ThemeGradientColorBeanSerializer
- ThemeList - Interface in com.vaadin.flow.dom
-
Representation of the theme names for an
Element
. - ThemeListImpl - Class in com.vaadin.flow.dom.impl
-
Default implementation for the
ThemeList
that stores the theme names of the corresponding element. - ThemeListImpl(Element) - Constructor for class com.vaadin.flow.dom.impl.ThemeListImpl
-
Creates new theme list for element specified.
- ThemeVariant - Interface in com.vaadin.flow.component.shared
-
Base definition for a typed theme variant enum of a component
- then(SerializableConsumer<JsonValue>) - Method in interface com.vaadin.flow.component.page.PendingJavaScriptResult
-
Adds an untyped handler that will be run for a successful execution.
- then(SerializableConsumer<JsonValue>, SerializableConsumer<String>) - Method in class com.vaadin.flow.component.internal.PendingJavaScriptInvocation
- then(SerializableConsumer<JsonValue>, SerializableConsumer<String>) - Method in interface com.vaadin.flow.component.page.PendingJavaScriptResult
-
Adds an untyped handler that will be run for a successful execution and a handler that will be run for a failed execution.
- then(Class<T>, SerializableConsumer<T>) - Method in interface com.vaadin.flow.component.page.PendingJavaScriptResult
-
Adds a typed handler that will be run for a successful execution.
- then(Class<T>, SerializableConsumer<T>, SerializableConsumer<String>) - Method in interface com.vaadin.flow.component.page.PendingJavaScriptResult
-
Adds a typed handler that will be run for a successful execution and a handler that will be run for a failed execution.
- thenAsc(Grid.Column<T>) - Method in class com.vaadin.flow.component.grid.GridSortOrderBuilder
- thenAsc(String) - Method in class com.vaadin.flow.data.provider.QuerySortOrderBuilder
- thenAsc(V) - Method in class com.vaadin.flow.data.provider.SortOrderBuilder
-
Appends sorting with ascending sort direction.
- thenDesc(Grid.Column<T>) - Method in class com.vaadin.flow.component.grid.GridSortOrderBuilder
- thenDesc(String) - Method in class com.vaadin.flow.data.provider.QuerySortOrderBuilder
- thenDesc(V) - Method in class com.vaadin.flow.data.provider.SortOrderBuilder
-
Appends sorting with descending sort direction.
- thenOn(int, Class<E>) - Method in class com.vaadin.testbench.unit.ComponentQuery
-
Gets a new
ComponentQuery
to search for given component type on the context of the matching component at given index for current query. - thenOnFirst(Class<E>) - Method in class com.vaadin.testbench.unit.ComponentQuery
-
Gets a new
ComponentQuery
to search for given component type on the context of first matching component for current query. - THIN - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontWeight
- THIN_SQUARE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- THIRD_DELAY_DEFAULT - Static variable in class com.vaadin.flow.internal.nodefeature.LoadingIndicatorConfigurationMap
- THIRD_DELAY_KEY - Static variable in class com.vaadin.flow.internal.nodefeature.LoadingIndicatorConfigurationMap
- THISTLE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- throttle(int) - Method in interface com.vaadin.flow.dom.DomListenerRegistration
-
Configures this listener to not be notified more often than
period
milliseconds. - THROW - Enum constant in enum class com.vaadin.flow.component.grid.Grid.NestedNullBehavior
-
throw a NullPointerException if there is a nested
null
value - THUMBS_DOWN - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- THUMBS_DOWN_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- THUMBS_UP - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- THUMBS_UP_O - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- TICKET - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- TickIntervalStyle - Enum Class in com.vaadin.flow.component.charts.model.style
- TickmarkPlacement - Enum Class in com.vaadin.flow.component.charts.model
-
For categorized axes only.
- TickPosition - Enum Class in com.vaadin.flow.component.charts.model
-
The position of the tick marks relative to the axis line.
- TileImageSource - Class in com.vaadin.flow.component.map.configuration.source
-
Abstract base class for map sources providing tiled images from a URL
- TileImageSource(TileImageSource.Options) - Constructor for class com.vaadin.flow.component.map.configuration.source.TileImageSource
- TileImageSource.Options - Class in com.vaadin.flow.component.map.configuration.source
- TileLayer - Class in com.vaadin.flow.component.map.configuration.layer
-
Layer for displaying tiled map data
- TileLayer() - Constructor for class com.vaadin.flow.component.map.configuration.layer.TileLayer
- TileSource - Class in com.vaadin.flow.component.map.configuration.source
-
Abstract base class for map sources providing tiled map data
- TileSource(TileSource.Options) - Constructor for class com.vaadin.flow.component.map.configuration.source.TileSource
- TileSource.Options - Class in com.vaadin.flow.component.map.configuration.source
- TileWMSSource - Class in com.vaadin.flow.component.map.configuration.source
-
Source for loading tile data from WMS (Web Map Service) servers
- TileWMSSource(TileWMSSource.Options) - Constructor for class com.vaadin.flow.component.map.configuration.source.TileWMSSource
- TileWMSSource.Options - Class in com.vaadin.flow.component.map.configuration.source
- Time - Class in com.vaadin.flow.component.charts.model
-
These settings affect how datetime axes are laid out, how tooltips are formatted, how series pointIntervalUnit works and how the Highstock range selector handles time.
- Time() - Constructor for class com.vaadin.flow.component.charts.model.Time
- TIME_BACKWARD - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- TIME_FORWARD - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- TIMELINE - Static variable in class com.vaadin.flow.component.charts.model.ChartType
- timeout() - Element in annotation interface com.vaadin.flow.component.DebounceSettings
-
Gets the debounce timeout to use.
- TIMEOUT - Enum constant in enum class com.vaadin.flow.data.value.ValueChangeMode
-
Syncs the value at defined intervals as long as the value changes from one event to the next.
- TimePicker - Class in com.vaadin.flow.component.timepicker
-
Time Picker is an input field for entering or selecting a specific time.
- TimePicker() - Constructor for class com.vaadin.flow.component.timepicker.TimePicker
-
Default constructor.
- TimePicker(HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<TimePicker, LocalTime>>) - Constructor for class com.vaadin.flow.component.timepicker.TimePicker
-
Convenience constructor to create a time picker with a
HasValue.ValueChangeListener
. - TimePicker(String) - Constructor for class com.vaadin.flow.component.timepicker.TimePicker
-
Convenience constructor to create a time picker with a label.
- TimePicker(String, LocalTime) - Constructor for class com.vaadin.flow.component.timepicker.TimePicker
-
Convenience constructor to create a time picker with a pre-selected time and a label.
- TimePicker(String, LocalTime, HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<TimePicker, LocalTime>>) - Constructor for class com.vaadin.flow.component.timepicker.TimePicker
-
Convenience constructor to create a time picker with a label, a pre-selected time and a
HasValue.ValueChangeListener
. - TimePicker(LocalTime) - Constructor for class com.vaadin.flow.component.timepicker.TimePicker
-
Convenience constructor to create a time picker with a pre-selected time.
- TimePicker(LocalTime, HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<TimePicker, LocalTime>>) - Constructor for class com.vaadin.flow.component.timepicker.TimePicker
-
Convenience constructor to create a time picker with a pre-selected time and
HasValue.ValueChangeListener
. - TimePicker.InvalidChangeEvent - Class in com.vaadin.flow.component.timepicker
-
invalid-changed
event is sent when the invalid state changes. - TimePickerComboBoxElement() - Constructor for class com.vaadin.flow.component.timepicker.testbench.TimePickerElement.TimePickerComboBoxElement
- TimePickerElement - Class in com.vaadin.flow.component.timepicker.testbench
-
A TestBench element representing a
<vaadin-time-picker>
element. - TimePickerElement() - Constructor for class com.vaadin.flow.component.timepicker.testbench.TimePickerElement
- TimePickerElement.TimePickerComboBoxElement - Class in com.vaadin.flow.component.timepicker.testbench
-
A TestBench element representing
<vaadin-time-picker-combo-box>
element inside the<vaadin-time-picker>
element. - TimePickerElement.TimePickerOverlayElement - Class in com.vaadin.flow.component.timepicker.testbench
-
A TestBench element representing
<vaadin-time-picker-overlay>
element that contains the items for the<vaadin-time-picker>
element when the drop down has been opened withTimePickerElement.openDropDown()
. - TimePickerOverlayElement() - Constructor for class com.vaadin.flow.component.timepicker.testbench.TimePickerElement.TimePickerOverlayElement
- TimePickerTester<T extends TimePicker> - Class in com.vaadin.flow.component.timepicker
-
Tester for TimePicker components.
- TimePickerTester(T) - Constructor for class com.vaadin.flow.component.timepicker.TimePickerTester
-
Wrap given component for testing.
- TimePickerVariant - Enum Class in com.vaadin.flow.component.timepicker
-
Set of theme variants applicable for
vaadin-time-picker
component. - TIMER - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- timeSpentRenderingLastRequest() - Method in class com.vaadin.testbench.commands.TestBenchCommandExecutor
- timeSpentRenderingLastRequest() - Method in interface com.vaadin.testbench.commands.TestBenchCommands
-
This method provides performance information of the client-side rendering for the last operation performed.
- timeSpentServicingLastRequest() - Method in class com.vaadin.testbench.commands.TestBenchCommandExecutor
- timeSpentServicingLastRequest() - Method in interface com.vaadin.testbench.commands.TestBenchCommands
-
This method provides performance information of the server-side processing for the last request.
- TimeUnit - Enum Class in com.vaadin.flow.component.charts.model
- TimeUnitMultiples - Class in com.vaadin.flow.component.charts.model
-
Class used to define allowed multiples a time unit is allowed to be grouped to.
- TimeUnitMultiples(TimeUnit, int...) - Constructor for class com.vaadin.flow.component.charts.model.TimeUnitMultiples
- TimeUnitMultiplesSerializer - Class in com.vaadin.flow.component.charts.model.serializers
-
Serializer for
TimeUnitMultiples
. - TimeUnitMultiplesSerializer() - Constructor for class com.vaadin.flow.component.charts.model.serializers.TimeUnitMultiplesSerializer
- Title - Class in com.vaadin.flow.component.charts.model
-
The chart's main title.
- Title() - Constructor for class com.vaadin.flow.component.charts.model.Title
- Title(String) - Constructor for class com.vaadin.flow.component.charts.model.Title
- TITLE_COLOR - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
- TITLE_COLOR - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
- TitleBeanSerializer - Class in com.vaadin.flow.component.charts.model.serializers
-
Serializer for
Title
- TitleBeanSerializer() - Constructor for class com.vaadin.flow.component.charts.model.serializers.TitleBeanSerializer
- toArray() - Method in class com.vaadin.flow.dom.impl.ThemeListImpl
- toArray(T[]) - Method in class com.vaadin.flow.dom.impl.ThemeListImpl
- toCompletableFuture() - Method in interface com.vaadin.flow.component.page.PendingJavaScriptResult
-
Creates an untyped completable future that will be completed with the result of the execution.
- toCompletableFuture(Class<T>) - Method in interface com.vaadin.flow.component.page.PendingJavaScriptResult
-
Creates a typed completable future that will be completed with the result of the execution.
- toggle() - Method in class com.vaadin.flow.component.details.testbench.DetailsElement
-
Expands or collapses the details
- toggle() - Method in class com.vaadin.flow.component.html.testbench.NativeDetailsElement
-
Dispatches a
toggle
event by clicking the summary of the details. - toggleAttribute(String) - Static method in class com.vaadin.flow.router.HighlightActions
-
An action which toggles the target's
attribute
based on its highlight state. - toggleClassName(String) - Static method in class com.vaadin.flow.router.HighlightActions
-
An action which toggles
className
class on the target based on its highlight state. - toggleContent() - Method in class com.vaadin.flow.component.html.testbench.NativeDetailsTester
-
Toggle the open state of the component.
- toggleDetails() - Method in class com.vaadin.flow.component.details.DetailsTester
-
Toggles details visibility, as if the summary is clicked on the browser.
- ToggleEvent(NativeDetails, boolean) - Constructor for class com.vaadin.flow.component.html.NativeDetails.ToggleEvent
-
ToggleEvent base constructor.
- toggleTheme(String) - Static method in class com.vaadin.flow.router.HighlightActions
-
An action which toggles
theme
on the target based on its highlight state. - toggleTrailingSlash() - Method in class com.vaadin.flow.router.Location
-
Removes or adds slash to the end of the location path.
- toHighchartsTS(Instant) - Static method in class com.vaadin.flow.component.charts.util.Util
-
Gets the number of miliseconds from the Java epoch of 1970-01-01T00:00:00Z.
- toHighchartsTS(Date) - Static method in class com.vaadin.flow.component.charts.util.Util
-
Deprecated.as of 4.0. Use
Util.toHighchartsTS(Instant)
- toJson() - Method in class com.vaadin.flow.component.formlayout.FormLayout.ResponsiveStep
- toJson() - Method in interface com.vaadin.flow.component.JsonSerializable
-
Converts this object to its JSON format.
- toJson() - Method in class com.vaadin.flow.component.ScrollOptions
-
Convert to json in a form compatible with element.scrollIntoView.
- toJson() - Method in class com.vaadin.flow.shared.ui.Dependency
-
Converts the object into json representation.
- toJson(ConstantPool) - Method in class com.vaadin.flow.internal.change.NodeChange
-
Serializes this change to JSON.
- toJson(Object) - Method in class com.vaadin.flow.component.map.serialization.MapSerializer
-
Serializes a map configuration object to JSON using a Jackson
ObjectMapper
, and returns the value as aJsonValue
to provide it in a type that is compatible with Flow. - toJson(Object) - Static method in class com.vaadin.flow.internal.JsonSerializer
-
Converts a Java bean,
JsonSerializable
instance, String, wrapper of primitive type or enum to aJsonValue
. - toJson(Collection<?>) - Static method in class com.vaadin.flow.internal.JsonSerializer
-
Converts a collection of object into a
JsonArray
, converting each item of the collection individually. - toJSON(AbstractConfigurationObject) - Static method in class com.vaadin.flow.component.charts.util.ChartSerialization
- toJsoup(Document, Element) - Static method in class com.vaadin.flow.dom.ElementUtil
-
Converts the given element and its children to a JSoup node with children.
- TOKEN_FILE - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
-
File used to enable npm mode.
- TOMATO - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- toObject(Class<T>, JsonValue) - Static method in class com.vaadin.flow.internal.JsonSerializer
-
Converts a JsonValue to the corresponding Java object.
- toObjects(Class<T>, JsonArray) - Static method in class com.vaadin.flow.internal.JsonSerializer
-
Converts a JsonArray into a collection of Java objects.
- TOOLBOX - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- TOOLS - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- Tooltip - Class in com.vaadin.flow.component.charts.model
-
Options for the tooltip that appears when the user hovers over a series or point.
- Tooltip - Class in com.vaadin.flow.component.shared
-
A handle that can be used to configure and control tooltips.
- Tooltip() - Constructor for class com.vaadin.flow.component.charts.model.Tooltip
- Tooltip(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.Tooltip
- TOOLTIP_BACKGROUND_COLOR - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
- TOOLTIP_BACKGROUND_COLOR - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
- TOOLTIP_TEXT_COLOR - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
- TOOLTIP_TEXT_COLOR - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
- Tooltip.TooltipPosition - Enum Class in com.vaadin.flow.component.shared
-
Tooltip position in relation to the target element.
- TooltipConfiguration - Class in com.vaadin.flow.component.shared
-
A configuration class for a tooltips default behavior.
- TooltipConfiguration() - Constructor for class com.vaadin.flow.component.shared.TooltipConfiguration
- TooltipStyle - Class in com.vaadin.flow.component.charts.model.style
-
Style options for tooltips
- TooltipStyle() - Constructor for class com.vaadin.flow.component.charts.model.style.TooltipStyle
- TOOTH - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- Top - Class in com.vaadin.flow.component.charts.model
-
The top of the frame around a 3D chart.
- Top() - Constructor for class com.vaadin.flow.component.charts.model.Top
- TOP - Enum constant in enum class com.vaadin.flow.component.charts.model.VerticalAlign
- TOP - Enum constant in enum class com.vaadin.flow.component.cookieconsent.CookieConsent.Position
- TOP - Enum constant in enum class com.vaadin.flow.component.formlayout.FormLayout.ResponsiveStep.LabelsPosition
-
Labels are displayed atop the wrapped component.
- TOP - Enum constant in enum class com.vaadin.flow.component.html.AnchorTarget
-
Open a link in the top most grandparent context, or the current context if there is no parent context.
- TOP - Enum constant in enum class com.vaadin.flow.component.shared.Tooltip.TooltipPosition
- TOP - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Border
- TOP_CENTER - Enum constant in enum class com.vaadin.flow.component.notification.Notification.Position
- TOP_END - Enum constant in enum class com.vaadin.flow.component.notification.Notification.Position
- TOP_END - Enum constant in enum class com.vaadin.flow.component.shared.Tooltip.TooltipPosition
- TOP_LEFT - Enum constant in enum class com.vaadin.flow.component.cookieconsent.CookieConsent.Position
- TOP_LEFT - Enum constant in enum class com.vaadin.flow.component.map.configuration.style.Icon.AnchorOrigin
- TOP_RIGHT - Enum constant in enum class com.vaadin.flow.component.cookieconsent.CookieConsent.Position
- TOP_RIGHT - Enum constant in enum class com.vaadin.flow.component.map.configuration.style.Icon.AnchorOrigin
- TOP_START - Enum constant in enum class com.vaadin.flow.component.notification.Notification.Position
- TOP_START - Enum constant in enum class com.vaadin.flow.component.shared.Tooltip.TooltipPosition
- TOP_STRETCH - Enum constant in enum class com.vaadin.flow.component.notification.Notification.Position
- TOPIC - Enum constant in enum class com.vaadin.collaborationengine.EntryScope
-
This is the default scope and entries with this scope will be removed only if explicitly requested.
- TopicConnection - Class in com.vaadin.collaborationengine
-
API for sending and subscribing to updates between clients collaborating on the same collaboration topic.
- TopicConnectionRegistration - Class in com.vaadin.collaborationengine
-
A registration for configuring or removing a topic connection that is opened with Collaboration Engine.
- TopicConnectionRegistration.ConnectionFailedAction - Interface in com.vaadin.collaborationengine
-
An action for handling a failed topic connection.
- TopicConnectionRegistration.ConnectionFailedEvent - Class in com.vaadin.collaborationengine
-
An event that is fired when the topic connection fails.
- toResult(T, boolean) - Method in class com.vaadin.flow.data.validator.AbstractValidator
-
A helper method for creating a
Result
from a value and a validity flag. - toServerDate(double) - Static method in class com.vaadin.flow.component.charts.util.Util
-
Deprecated.as of 4.0. Use
Util.toServerInstant(double)
- toServerInstant(double) - Static method in class com.vaadin.flow.component.charts.util.Util
-
Converts UTC based raw date value from the client side rendering library to an Instant value.
- toSpringDataSort(Query<?, ?>) - Static method in interface com.vaadin.flow.spring.data.VaadinSpringDataHelpers
-
Translates given Query object from a Vaadin component to Spring Data Sort object.
- toSpringPageRequest(Query<?, ?>) - Static method in interface com.vaadin.flow.spring.data.VaadinSpringDataHelpers
-
Creates a Spring Data
PageRequest
based on the VaadinQuery
object. - toString() - Method in class com.vaadin.external.apache.commons.fileupload2.disk.DiskFileItem
-
Returns a string representation of this object.
- toString() - Method in class com.vaadin.external.apache.commons.fileupload2.jaksrvlt.JakSrvltRequestContext
-
Returns a string representation of this object.
- toString() - Method in class com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent
- toString() - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
- toString() - Method in enum class com.vaadin.flow.component.charts.model.AxisType
- toString() - Method in enum class com.vaadin.flow.component.charts.model.BackgroundShape
- toString() - Method in class com.vaadin.flow.component.charts.model.ChartType
- toString() - Method in enum class com.vaadin.flow.component.charts.model.Compare
- toString() - Method in enum class com.vaadin.flow.component.charts.model.Cursor
- toString() - Method in enum class com.vaadin.flow.component.charts.model.DashStyle
- toString() - Method in enum class com.vaadin.flow.component.charts.model.Dimension
- toString() - Method in enum class com.vaadin.flow.component.charts.model.DrillUpButtonRelativeTo
- toString() - Method in enum class com.vaadin.flow.component.charts.model.ExportFileType
- toString() - Method in enum class com.vaadin.flow.component.charts.model.FlagShape
- toString() - Method in enum class com.vaadin.flow.component.charts.model.HorizontalAlign
- toString() - Method in enum class com.vaadin.flow.component.charts.model.IntervalUnit
- toString() - Method in enum class com.vaadin.flow.component.charts.model.LayoutDirection
- toString() - Method in enum class com.vaadin.flow.component.charts.model.MarkerSymbolEnum
- toString() - Method in class com.vaadin.flow.component.charts.model.MarkerSymbolUrl
- toString() - Method in enum class com.vaadin.flow.component.charts.model.NodeLayout
- toString() - Method in enum class com.vaadin.flow.component.charts.model.PanKey
- toString() - Method in enum class com.vaadin.flow.component.charts.model.PointPlacement
- toString() - Method in enum class com.vaadin.flow.component.charts.model.RangeSelectorTimespan
- toString() - Method in enum class com.vaadin.flow.component.charts.model.ResetZoomButtonRelativeTo
- toString() - Method in enum class com.vaadin.flow.component.charts.model.Shape
- toString() - Method in enum class com.vaadin.flow.component.charts.model.Stacking
- toString() - Method in enum class com.vaadin.flow.component.charts.model.StepType
- toString() - Method in enum class com.vaadin.flow.component.charts.model.style.FontWeight
- toString() - Method in class com.vaadin.flow.component.charts.model.style.SolidColor
- toString() - Method in enum class com.vaadin.flow.component.charts.model.style.StylePosition
- toString() - Method in enum class com.vaadin.flow.component.charts.model.style.TickIntervalStyle
- toString() - Method in enum class com.vaadin.flow.component.charts.model.TextAlign
- toString() - Method in enum class com.vaadin.flow.component.charts.model.TickmarkPlacement
- toString() - Method in enum class com.vaadin.flow.component.charts.model.TickPosition
- toString() - Method in enum class com.vaadin.flow.component.charts.model.TimeUnit
- toString() - Method in enum class com.vaadin.flow.component.charts.model.TreeMapLayoutAlgorithm
- toString() - Method in enum class com.vaadin.flow.component.charts.model.TreeMapLayoutStartingDirection
- toString() - Method in enum class com.vaadin.flow.component.charts.model.VerticalAlign
- toString() - Method in enum class com.vaadin.flow.component.charts.model.ZoneAxis
- toString() - Method in class com.vaadin.flow.component.crud.CrudI18n.Confirmations.Confirmation.Button
- toString() - Method in class com.vaadin.flow.component.crud.CrudI18n.Confirmations.Confirmation
- toString() - Method in class com.vaadin.flow.component.crud.CrudI18n.Confirmations
- toString() - Method in class com.vaadin.flow.component.crud.CrudI18n
- toString() - Method in enum class com.vaadin.flow.component.formlayout.FormLayout.ResponsiveStep.LabelsPosition
- toString() - Method in enum class com.vaadin.flow.component.HasText.WhiteSpace
- toString() - Method in class com.vaadin.flow.component.map.configuration.Coordinate
- toString() - Method in class com.vaadin.flow.component.map.events.MouseEventDetails
- toString() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
-
Gets the stringified values of the tooltips.
- toString() - Method in class com.vaadin.flow.component.ShortcutRegistration
- toString() - Method in class com.vaadin.flow.component.tabs.Tab
- toString() - Method in enum class com.vaadin.flow.component.Unit
- toString() - Method in class com.vaadin.flow.data.binder.BeanPropertySet
- toString() - Method in class com.vaadin.flow.data.binder.ValidationResult.SimpleValidationResult
- toString() - Method in class com.vaadin.flow.data.validator.BeanValidator
- toString() - Method in class com.vaadin.flow.data.validator.RangeValidator
- toString() - Method in class com.vaadin.flow.data.validator.RegexpValidator
- toString() - Method in class com.vaadin.flow.data.validator.StringLengthValidator
- toString() - Method in class com.vaadin.flow.dom.Element
- toString() - Method in class com.vaadin.flow.dom.impl.ThemeListImpl
- toString() - Method in class com.vaadin.flow.internal.Range
- toString() - Method in class com.vaadin.flow.router.internal.NavigationRouteTarget
- toString() - Method in class com.vaadin.flow.router.QueryParameters
- toString() - Method in class com.vaadin.flow.router.RouteAliasData
- toString() - Method in class com.vaadin.flow.router.RouteData
- toString() - Method in class com.vaadin.flow.router.RouteParameters
- toString() - Method in class com.vaadin.flow.server.AppShellRegistry
- toString() - Method in class com.vaadin.flow.server.frontend.FrontendVersion
- toString() - Method in class com.vaadin.flow.server.frontend.installer.ProxyConfig.Proxy
- toString() - Method in class com.vaadin.flow.server.frontend.scanner.CssData
- toString() - Method in class com.vaadin.flow.server.frontend.scanner.EndPointData
- toString() - Method in class com.vaadin.flow.server.frontend.scanner.FrontendDependencies
- toString() - Method in class com.vaadin.flow.shared.ui.Dependency
- toString() - Method in class com.vaadin.testbench.ElementQuery.AttributeMatch
- totalTimeSpentRendering() - Method in class com.vaadin.testbench.commands.TestBenchCommandExecutor
- totalTimeSpentRendering() - Method in interface com.vaadin.testbench.commands.TestBenchCommands
-
This method provides performance information of the client-side rendering for the entire session.
- totalTimeSpentServicingRequests() - Method in class com.vaadin.testbench.commands.TestBenchCommandExecutor
- totalTimeSpentServicingRequests() - Method in interface com.vaadin.testbench.commands.TestBenchCommands
-
This method provides performance information of the server-side processing for the entire session.
- TOUCH - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- toWebcomponentValue() - Method in enum class com.vaadin.flow.component.applayout.AppLayout.Section
- trackAttach(Component) - Static method in class com.vaadin.flow.component.internal.ComponentTracker
-
Tracks the location where the component was attached.
- trackCreate(Component) - Static method in class com.vaadin.flow.component.internal.ComponentTracker
-
Tracks the location where the component was created.
- TRAILING - Enum constant in enum class com.vaadin.flow.dom.DebouncePhase
-
Debounce phase that is sent to the server once there have been at least one debounce timeout period since the last event of the same type.
- TRAIN - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- TRANSACTION_AMOUNT - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Transaction amount.
- TRANSACTION_CURRENCY - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Transaction currency.
- translateUrl(String) - Method in interface com.vaadin.flow.theme.AbstractTheme
-
Translates the given
url
using the result of theAbstractTheme.getThemeUrl()
theme method. - TRANSPARENT - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Background
- TRANSPARENT_COLOR - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
- TRANSPARENT_COLOR - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
- transport() - Element in annotation interface com.vaadin.flow.component.page.Push
-
Transport type used for the push for the annotated root navigation target (or custom UI).
- Transport - Enum Class in com.vaadin.flow.shared.ui
-
Transport modes for Push
- TRANSPORT_KEY - Static variable in class com.vaadin.flow.internal.nodefeature.PushConfigurationMap
- TRASH - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- TREE_TABLE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- TreeData<T> - Class in com.vaadin.flow.data.provider.hierarchy
-
Represents hierarchical data.
- TreeData() - Constructor for class com.vaadin.flow.data.provider.hierarchy.TreeData
-
Creates an initially empty hierarchical data representation to which items can be added or removed.
- TreeDataProvider<T> - Class in com.vaadin.flow.data.provider.hierarchy
-
An in-memory data provider for listing components that display hierarchical data.
- TreeDataProvider(TreeData<T>) - Constructor for class com.vaadin.flow.data.provider.hierarchy.TreeDataProvider
-
Constructs a new TreeDataProvider.
- TreeGrid<T> - Class in com.vaadin.flow.component.treegrid
-
Tree Grid is a component for displaying hierarchical tabular data grouped into expandable and collapsible nodes.
- TreeGrid() - Constructor for class com.vaadin.flow.component.treegrid.TreeGrid
-
Creates a new
TreeGrid
without support for creating columns based on property names. - TreeGrid(HierarchicalDataProvider<T, ?>) - Constructor for class com.vaadin.flow.component.treegrid.TreeGrid
-
Creates a new
TreeGrid
using the givenHierarchicalDataProvider
, without support for creating columns based on property names. - TreeGrid(Class<T>) - Constructor for class com.vaadin.flow.component.treegrid.TreeGrid
-
Creates a new
TreeGrid
with an initial set of columns for each of the bean's properties. - TreeGridArrayUpdater - Interface in com.vaadin.flow.component.treegrid
-
Array update strategy aware class for TreeGrid.
- TreeGridElement - Class in com.vaadin.flow.component.grid.testbench
-
TestBench Element API for TreeGrid.
- TreeGridElement() - Constructor for class com.vaadin.flow.component.grid.testbench.TreeGridElement
- TREEMAP - Static variable in class com.vaadin.flow.component.charts.model.ChartType
- TreeMapLayoutAlgorithm - Enum Class in com.vaadin.flow.component.charts.model
-
The layout algorithm used by
ChartType.TREEMAP
charts. - TreeMapLayoutStartingDirection - Enum Class in com.vaadin.flow.component.charts.model
-
The direction where the layout algorithm will start drawing.
- treeOnFailure - Variable in class com.vaadin.testbench.unit.UIUnit4Test
- TreeSeries - Class in com.vaadin.flow.component.charts.model
-
A collection of
TreeSeriesItems
that compose a multi-root tree. - TreeSeries() - Constructor for class com.vaadin.flow.component.charts.model.TreeSeries
- TreeSeries(String) - Constructor for class com.vaadin.flow.component.charts.model.TreeSeries
-
Constructs a TreeSeries with the given name
- TreeSeries(String, Collection<TreeSeriesItem>) - Constructor for class com.vaadin.flow.component.charts.model.TreeSeries
-
Constructs a TreeSeries with the given name and data
- TreeSeriesItem - Class in com.vaadin.flow.component.charts.model
-
This class represents one node in a
TreeSeries
. - TreeSeriesItem() - Constructor for class com.vaadin.flow.component.charts.model.TreeSeriesItem
- TreeSeriesItem(String, int) - Constructor for class com.vaadin.flow.component.charts.model.TreeSeriesItem
- TreeSeriesItem(String, TreeSeriesItem, int) - Constructor for class com.vaadin.flow.component.charts.model.TreeSeriesItem
- TreeSeriesItem(String, String) - Constructor for class com.vaadin.flow.component.charts.model.TreeSeriesItem
- TRENDING_DOWN - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- TRENDING_UP - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- TRIANGLE - Enum constant in enum class com.vaadin.flow.component.charts.model.MarkerSymbolEnum
- TRIANGLE - Enum constant in enum class com.vaadin.flow.component.charts.model.Shape
- TRIANGLE_DOWN - Enum constant in enum class com.vaadin.flow.component.charts.model.MarkerSymbolEnum
- TRIANGLE_DOWN - Enum constant in enum class com.vaadin.flow.component.charts.model.Shape
- triggerLiveReload() - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
-
Triggers live reload.
- triggerSendIfNeeded(ObjectNode) - Method in class com.vaadin.base.devserver.stats.StatisticsSender
-
Send data in the background if needed.
- trimPath(String) - Static method in class com.vaadin.flow.router.internal.PathUtil
-
Trim the path by removing any leading and trailing whitespaces and slashes.
- trimSegmentsString(String) - Static method in class com.vaadin.flow.router.internal.PathUtil
-
Trim the path by removing any leading and trailing whitespaces and trailing slashes.
- trimTrailingSlashes(String) - Static method in class com.vaadin.flow.shared.util.SharedUtil
-
Trims trailing slashes (if any) from a string.
- trimTrailingSlashes(String) - Static method in class com.vaadin.testbench.internal.SharedUtil
-
Trims trailing slashes (if any) from a string.
- TROPHY - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- TRUCK - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- truncate(UUID) - Method in interface com.vaadin.collaborationengine.Backend.EventLog
-
Removes all events in the log before the given id.
- tryLocateTool(String) - Method in class com.vaadin.flow.server.frontend.FrontendToolsLocator
-
Makes an attempt to locate the tool by its name.
- TURBO - Static variable in interface com.vaadin.flow.component.Key
-
This value matches DOM's KeyboardEvent's
event.code
. - TURQUOISE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- TV - Static variable in interface com.vaadin.flow.component.Key
-
Switches into TV viewing mode.
- TV_3D_MODE - Static variable in interface com.vaadin.flow.component.Key
-
Toggles 3D TV mode on and off.
- TV_ANTENNA_CABLE - Static variable in interface com.vaadin.flow.component.Key
-
Toggles between antenna and cable inputs.
- TV_AUDIO_DESCRIPTION - Static variable in interface com.vaadin.flow.component.Key
-
Toggles audio description mode on and off.
- TV_AUDIO_DESCRIPTION_MIX_DOWN - Static variable in interface com.vaadin.flow.component.Key
-
Decreases the audio description's mixing volume; reduces the volume of the audio descriptions relative to the program sound.
- TV_AUDIO_DESCRIPTION_MIX_UP - Static variable in interface com.vaadin.flow.component.Key
-
Increases the audio description's mixing volume; increases the volume of the audio descriptions relative to the program sound.
- TV_CONTENTS_MENU - Static variable in interface com.vaadin.flow.component.Key
-
Displays or hides the media contents available for playback (this may be a channel guide showing the currently airing programs, or a list of media files to play).
- TV_DATA_SERVICE - Static variable in interface com.vaadin.flow.component.Key
-
Displays or hides the TV's data service menu.
- TV_INPUT - Static variable in interface com.vaadin.flow.component.Key
-
Cycles the input mode on an external TV.
- TV_INPUT_COMPONENT1 - Static variable in interface com.vaadin.flow.component.Key
-
Switches to the input "Component 1."
- TV_INPUT_COMPONENT2 - Static variable in interface com.vaadin.flow.component.Key
-
Switches to the input "Component 2."
- TV_INPUT_COMPOSITE1 - Static variable in interface com.vaadin.flow.component.Key
-
Switches to the input "Composite 1."
- TV_INPUT_COMPOSITE2 - Static variable in interface com.vaadin.flow.component.Key
-
Switches to the input "Composite 2."
- TV_INPUT_HDMI1 - Static variable in interface com.vaadin.flow.component.Key
-
Switches to the input "HDMI 1."
- TV_INPUT_HDMI2 - Static variable in interface com.vaadin.flow.component.Key
-
Switches to the input "HDMI 2."
- TV_INPUT_HDMI3 - Static variable in interface com.vaadin.flow.component.Key
-
Switches to the input "HDMI 3."
- TV_INPUT_HDMI4 - Static variable in interface com.vaadin.flow.component.Key
-
Switches to the input "HDMI 4."
- TV_INPUT_VGA1 - Static variable in interface com.vaadin.flow.component.Key
-
Switches to the input "VGA 1."
- TV_MEDIA_CONTEXT - Static variable in interface com.vaadin.flow.component.Key
-
The Media Context menu key.
- TV_NETWORK - Static variable in interface com.vaadin.flow.component.Key
-
Toggle the TV's network connection on and off.
- TV_NUMBER_ENTRY - Static variable in interface com.vaadin.flow.component.Key
-
Put the TV into number entry mode.
- TV_POWER - Static variable in interface com.vaadin.flow.component.Key
-
The device's power button.
- TV_RADIO_SERVICE - Static variable in interface com.vaadin.flow.component.Key
-
Radio button.
- TV_SATELLITE - Static variable in interface com.vaadin.flow.component.Key
-
Satellite button.
- TV_SATELLITE_BS - Static variable in interface com.vaadin.flow.component.Key
-
Broadcast Satellite button.
- TV_SATELLITE_CS - Static variable in interface com.vaadin.flow.component.Key
-
Communication Satellite button.
- TV_SATELLITE_TOGGLE - Static variable in interface com.vaadin.flow.component.Key
-
Toggles among available satellites.
- TV_TERRESTRIAL_ANALOG - Static variable in interface com.vaadin.flow.component.Key
-
Selects analog terrestrial television service (analog cable or antenna reception).
- TV_TERRESTRIAL_DIGITAL - Static variable in interface com.vaadin.flow.component.Key
-
Selects digital terrestrial television service (digital cable or antenna reception).
- TV_TIMER - Static variable in interface com.vaadin.flow.component.Key
-
Timer programming button.
- TWIN_COL_SELECT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- TWITTER - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- TWITTER_SQUARE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- TYPE - Static variable in class com.vaadin.flow.internal.nodefeature.NodeProperties
-
JsonObject type key for
VirtualChildrenList
.
U
- UI - Class in com.vaadin.flow.component
-
The topmost component in any component hierarchy.
- UI() - Constructor for class com.vaadin.flow.component.UI
-
Creates a new empty UI.
- UI(UIInternalUpdater) - Constructor for class com.vaadin.flow.component.UI
-
Create a new empty UI with a custom
UIInternalUpdater
implementation. - UI_ID - Static variable in class com.vaadin.flow.shared.ApplicationConstants
-
The name of the parameter used to transmit the id of UI used in given request.
- UI_ID_PARAMETER - Static variable in class com.vaadin.flow.shared.ApplicationConstants
-
Name of the parameter used to transmit UI ids back and forth.
- UI_NAVIGATE - Enum constant in enum class com.vaadin.flow.router.NavigationTrigger
-
Navigation was triggered via
UI.navigate(String, QueryParameters)
. - UI_PARAMETER - Static variable in class com.vaadin.flow.server.InitParameters
-
The name of the parameter that is by default used in e.g.
- UI_PUSHCONFIGURATION - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
-
Id for
PushConfigurationMap
. - UI_PUSHCONFIGURATION_PARAMETERS - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
- UI.ClientViewPlaceholder - Class in com.vaadin.flow.component
-
Placeholder view when navigating from server-side views to client-side views.
- UIDetachedException - Exception in com.vaadin.flow.component
-
Exception thrown if the UI has been detached when it should not be.
- UIDetachedException() - Constructor for exception com.vaadin.flow.component.UIDetachedException
-
Creates an instance of the exception.
- UIDetachedException(String) - Constructor for exception com.vaadin.flow.component.UIDetachedException
-
Creates an instance of the exception using the given message.
- UIDetachedException(String, Throwable) - Constructor for exception com.vaadin.flow.component.UIDetachedException
-
Creates an instance of the exception using the given message and cause.
- UIDetachedException(Throwable) - Constructor for exception com.vaadin.flow.component.UIDetachedException
-
Creates an instance of the exception using the given cause.
- UIDL - Enum constant in enum class com.vaadin.flow.server.HandlerHelper.RequestType
-
UIDL requests.
- UIDL_KEY_EXECUTE - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Key used for data related to
Page.executeJs(String, Serializable...)
in UIDL messages. - UIDL_PUSH_ID - Static variable in class com.vaadin.flow.shared.ApplicationConstants
-
The identifier used for Push messages.
- UIDL_SECURITY_TOKEN_ID - Static variable in class com.vaadin.flow.shared.ApplicationConstants
-
The identifier used for the CSRF token.
- UidlRedirectStrategy - Class in com.vaadin.flow.spring.security
-
A strategy to handle redirects which is aware of UIDL requests.
- UidlRedirectStrategy() - Constructor for class com.vaadin.flow.spring.security.UidlRedirectStrategy
- UidlRequestHandler - Class in com.vaadin.flow.server.communication
-
Processes a UIDL request from the client.
- UidlRequestHandler() - Constructor for class com.vaadin.flow.server.communication.UidlRequestHandler
- UidlWriter - Class in com.vaadin.flow.server.communication
-
Serializes pending server-side changes to UI state to JSON.
- UidlWriter() - Constructor for class com.vaadin.flow.server.communication.UidlWriter
- UidlWriter.ResolveContext - Class in com.vaadin.flow.server.communication
-
Provides context information for the resolve operations.
- uiFactory - Variable in class com.vaadin.testbench.unit.mocks.MockSpringServlet
- uiInit(UIInitEvent) - Method in interface com.vaadin.flow.server.UIInitListener
-
Notifies when UI is initialized .
- uiInit(UIInitEvent) - Method in class com.vaadin.flow.spring.scopes.VaadinRouteScope
- UIInitEvent - Class in com.vaadin.flow.server
-
Event fired to
UIInitListener
when aUI
has been initialized. - UIInitEvent(UI, VaadinService) - Constructor for class com.vaadin.flow.server.UIInitEvent
-
Constructs a prototypical Event.
- UIInitListener - Interface in com.vaadin.flow.server
-
Event listener that can be registered for receiving an event when a
UI
is initialized. - UIInternals - Class in com.vaadin.flow.component.internal
-
Holds UI-specific methods and data which are intended for internal use by the framework.
- UIInternals(UI) - Constructor for class com.vaadin.flow.component.internal.UIInternals
-
Creates a new instance for the given UI.
- UIInternals(UI, UIInternalUpdater) - Constructor for class com.vaadin.flow.component.internal.UIInternals
-
Creates a new instance for the given UI.
- UIInternals.JavaScriptInvocation - Class in com.vaadin.flow.component.internal
-
A
Page.executeJs(String, Serializable...)
invocation that has not yet been sent to the client. - UIInternalUpdater - Interface in com.vaadin.flow.component.internal
-
The implementation of this interface is responsible for updating the UI with given content.
- UIScope - Annotation Interface in com.vaadin.flow.spring.annotation
-
Stereotype annotation for Spring's
@Scope("vaadin-ui")
. - UITestSpringLookupInitializer - Class in com.vaadin.testbench.unit
-
A SpringLookupInitializer that adapts Spring ApplicationContext to WebApplicationContext and registers it into ServletContext so that lookup can be initialized correctly.
- UITestSpringLookupInitializer() - Constructor for class com.vaadin.testbench.unit.UITestSpringLookupInitializer
- UIUnit4Test - Class in com.vaadin.testbench.unit
-
Base JUnit 4 class for UI unit tests.
- UIUnit4Test() - Constructor for class com.vaadin.testbench.unit.UIUnit4Test
- UIUnitTestSetupException - Exception in com.vaadin.testbench.unit
-
Exception thrown by
BaseUIUnitTest
methods when the mock environment has not been set up correctly. - UIUnitTestSetupException(String) - Constructor for exception com.vaadin.testbench.unit.UIUnitTestSetupException
- UIUnitTestSetupException(String, Throwable) - Constructor for exception com.vaadin.testbench.unit.UIUnitTestSetupException
- UL - Static variable in annotation interface com.vaadin.flow.component.Tag
-
Tag for an
<ul>
. - UMBRELLA - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- UNAUTHORIZED - Enum constant in enum class com.vaadin.flow.server.HttpStatusCode
-
Status code (401) indicating that the request requires HTTP authentication.
- unbind() - Method in interface com.vaadin.flow.data.binder.Binder.Binding
-
Unbinds the binding from its respective
Binder
. - unbind() - Method in class com.vaadin.flow.data.binder.Binder.BindingImpl
-
Removes this binding from its binder and unregisters the
ValueChangeListener
from any boundHasValue
, andValidationStatusChangeListener
from any boundHasValidator
. - UNDEFINED - Enum constant in enum class com.vaadin.flow.component.orderedlayout.BoxSizing
-
When the box-sizing is undefined, it's up to the element client-side implementation to define how its internal the box model should be defined.
- UNDERLINE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- UNDO - Enum constant in enum class com.vaadin.flow.theme.lumo.LumoIcon
- UNDO - Static variable in interface com.vaadin.flow.component.Key
-
Undo the last action.
- UNIDENTIFIED - Static variable in interface com.vaadin.flow.component.Key
-
The user agent wasn't able to map the event's virtual keycode to a specific key value.
- UNINITIALIZED - Enum constant in enum class com.vaadin.flow.component.dnd.EffectAllowed
-
Default state, equivalent to ALL.
- UniqueSerializable - Class in com.vaadin.flow.shared.util
-
A base class for generating an unique object that is serializable.
- UniqueSerializable() - Constructor for class com.vaadin.flow.shared.util.UniqueSerializable
- Unit - Enum Class in com.vaadin.flow.component
-
Enum of supported units in Css sizes.
- Units() - Constructor for class com.vaadin.flow.component.upload.UploadI18N.Units
-
unit translations with default size: size = Arrays.asList("B", "kB", "MB", "GB", "TB", "PB", "EB", "ZB", "YB");
- Units(List<String>) - Constructor for class com.vaadin.flow.component.upload.UploadI18N.Units
- UNKNOWN - Enum constant in enum class com.vaadin.flow.shared.BrowserDetails.OperatingSystem
- UnknownFeatureException - Exception in com.vaadin.experimental
-
Exception thrown for when a FeatureFlag that doesn't exist is checked.
- UnknownFeatureException(String) - Constructor for exception com.vaadin.experimental.UnknownFeatureException
-
Exception constructor.
- UnknownTaskException - Exception in com.vaadin.flow.server.frontend
-
Exception thrown for when a node task that is not in the task list is encountered.
- UnknownTaskException(FallibleCommand) - Constructor for exception com.vaadin.flow.server.frontend.UnknownTaskException
-
Exception constructor.
- UnknownVersionException(String, String) - Constructor for exception com.vaadin.flow.server.frontend.FrontendUtils.UnknownVersionException
-
Constructs an exception telling which tool was being detected and using what command.
- UnknownVersionException(String, String, Exception) - Constructor for exception com.vaadin.flow.server.frontend.FrontendUtils.UnknownVersionException
-
Constructs an exception telling which tool was being detected and using what command, and the exception causing the failure.
- UNLINK - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- unlock() - Method in class com.vaadin.flow.server.VaadinSession
-
Unlocks this session.
- UNLOCK - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- unlockSession(WrappedSession, Lock) - Method in class com.vaadin.flow.server.VaadinService
-
Releases the lock for the given session for this service instance.
- UNOFFICIAL_NODEJS_DOWNLOAD_ROOT - Static variable in class com.vaadin.flow.server.frontend.installer.NodeInstaller
- UNORDERED_LIST - Enum constant in enum class com.vaadin.flow.theme.lumo.LumoIcon
- UnorderedList - Class in com.vaadin.flow.component.html
-
Component representing a
<ul>
element. - UnorderedList() - Constructor for class com.vaadin.flow.component.html.UnorderedList
-
Creates a new empty unordered list.
- UnorderedList(ListItem...) - Constructor for class com.vaadin.flow.component.html.UnorderedList
-
Creates a new unordered list with the given list items.
- UnorderedListElement - Class in com.vaadin.flow.component.html.testbench
-
A TestBench element representing a
<ul>
element. - UnorderedListElement() - Constructor for class com.vaadin.flow.component.html.testbench.UnorderedListElement
- UnorderedListTester - Class in com.vaadin.flow.component.html.testbench
- UnorderedListTester(UnorderedList) - Constructor for class com.vaadin.flow.component.html.testbench.UnorderedListTester
-
Wrap given component for testing.
- unregister() - Method in interface com.vaadin.flow.server.StreamRegistration
-
Unregister
StreamResource
. - unregister(StateNode) - Method in class com.vaadin.flow.internal.nodefeature.AttachExistingElementFeature
-
Unregister the
node
and clean up all associated data. - unregister(StateNode) - Method in interface com.vaadin.flow.internal.NodeOwner
-
Unregisters a node from this owner.
- unregister(StateNode) - Method in class com.vaadin.flow.internal.NullOwner
- unregister(StateNode) - Method in class com.vaadin.flow.internal.StateTree
- unregisterListener() - Method in class com.vaadin.flow.component.ComponentEvent
-
Unregisters the event listener currently being invoked.
- unregisterListener() - Method in class com.vaadin.flow.data.provider.DataChangeEvent
-
Unregisters the event listener currently being invoked.
- unregisterPassivatedKeys() - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalCommunicationController
- unregisterResource(StreamReceiver) - Method in class com.vaadin.flow.server.StreamResourceRegistry
-
Unregister a stream receiver resource.
- UNRESOLVED - Enum constant in enum class com.vaadin.flow.data.binder.BindingValidationStatus.Status
-
Unresolved status, e.g field has not yet been validated because value was cleared.
- UNSUPPORTED_MEDIA_TYPE - Enum constant in enum class com.vaadin.flow.server.HttpStatusCode
-
Status code (415) indicating that the server is refusing to service the request because the entity of the request is in a format not supported by the requested resource for the requested method.
- UnsupportedBrowserHandler - Class in com.vaadin.flow.server
-
A
RequestHandler
that presents an informative page that the browser in use will not work. - UnsupportedBrowserHandler() - Constructor for class com.vaadin.flow.server.UnsupportedBrowserHandler
- UnsupportedPropertyTypeException - Exception in com.vaadin.flow.server.webcomponent
-
UnsupportedPropertyTypeException
is throw whenWebComponentExporter
tries to register a property encasing an unsupported value type. - UnsupportedPropertyTypeException(String) - Constructor for exception com.vaadin.flow.server.webcomponent.UnsupportedPropertyTypeException
-
Constructs a new runtime exception with the specified detail message.
- update(long, long, int) - Method in interface com.vaadin.external.apache.commons.fileupload2.ProgressListener
-
Updates the listeners status information.
- update(DataSeriesItem) - Method in class com.vaadin.flow.component.charts.model.DataSeries
-
Triggers an update of the chart for the specified data item.
- update(Command) - Method in class com.vaadin.flow.router.internal.AbstractRouteRegistry
- update(Command) - Method in class com.vaadin.flow.router.RouteConfiguration
-
Block updates to the registry configuration from other threads until update command has completed.
- update(Command) - Method in interface com.vaadin.flow.server.RouteRegistry
-
Block updates to the registry configuration from other threads until update command has completed.
- update(Runnable, boolean) - Method in class com.vaadin.flow.component.map.configuration.AbstractConfigurationObject
-
Updates an object using a
Runnable
that executes code for manipulating this object. - updateActiveState() - Method in class com.vaadin.flow.internal.StateNode
-
Update "active"/"inactive" state of the node.
- updateComponent(Component, SOURCE) - Method in class com.vaadin.flow.data.renderer.ComponentRenderer
-
Called when the item is updated.
- updateComponent(Component, T) - Method in class com.vaadin.flow.data.provider.AbstractComponentDataGenerator
-
Updates an existing component after the item has been updated.
- updateComponent(Component, T) - Method in class com.vaadin.flow.data.renderer.ComponentDataGenerator
- updateDragSourceActivation(DragSource<T>) - Static method in class com.vaadin.flow.component.dnd.internal.DndUtil
-
Triggers drag source activation method in JS connector once when the component has been attached.
- updateDropTargetActivation(DropTarget<T>) - Static method in class com.vaadin.flow.component.dnd.internal.DndUtil
-
Triggers drop target activation method in JS connector once when the component has been attached.
- updateFromClient(String, Serializable) - Method in class com.vaadin.flow.internal.nodefeature.NodeMap
-
Receives a value update from the client.
- updateHeight() - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
- updateImportsFile(File, List<String>) - Method in class com.vaadin.flow.server.frontend.GenerateMainImports
- updateInternalViewState(Coordinate, double, double, Extent) - Method in class com.vaadin.flow.component.map.configuration.View
-
Updates internal state of view to the latest values received from client.
- updatePoint(int, Number) - Method in class com.vaadin.flow.component.charts.model.ListSeries
-
Updates the value of the data point at pointIndex to newValue and immediately updates it on the chart using animation if enabled.
- updateProgress(long, long) - Method in interface com.vaadin.flow.component.upload.ProgressListener
-
Updates progress to listener.
- updatePropertiesToComponent() - Method in class com.vaadin.flow.server.webcomponent.WebComponentBinding
-
Calls the bound change handlers defined via
PropertyConfiguration.onChange(SerializableBiConsumer)
for each bound property with the current value of the property. - updateProperty(String, JsonValue) - Method in class com.vaadin.flow.server.webcomponent.WebComponentBinding
-
Updates a property bound to the
component
. - updateProperty(String, Serializable) - Method in class com.vaadin.flow.server.webcomponent.WebComponentBinding
-
Updates a property bound to the
component
. - UpdateQueue(GridArrayUpdater.UpdateQueueData, int) - Constructor for class com.vaadin.flow.component.grid.Grid.UpdateQueue
- UpdateQueueData(Element, String) - Constructor for class com.vaadin.flow.component.grid.GridArrayUpdater.UpdateQueueData
- updateReadOnly(boolean) - Method in class com.vaadin.flow.server.webcomponent.PropertyData
-
Creates a copy of
this
with the newreadOnly
value. - updateRegistry(Set<WebComponentConfiguration<? extends Component>>) - Method in class com.vaadin.flow.server.webcomponent.WebComponentConfigurationRegistry
-
Internal method for updating registry.
- updateRoot(UI, HasElement, HasElement) - Method in interface com.vaadin.flow.component.internal.UIInternalUpdater
-
Update root element of the given UI.
- updateRouteRegistry(RouteRegistry, Set<Class<?>>, Set<Class<?>>, Set<Class<?>>) - Static method in class com.vaadin.flow.router.internal.RouteUtil
-
Updates route registry as necessary when classes have been added / modified / deleted.
- updateSelection(Collection<String>, BiConsumer<Collection<V>, Collection<V>>) - Method in class com.vaadin.flow.component.checkbox.CheckboxGroupTester
- updateSelection(Set<T>, Set<T>) - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
- updateSelection(Set<T>, Set<T>) - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
- updateSelection(Set<T>, Set<T>) - Method in class com.vaadin.flow.component.listbox.MultiSelectListBox
- updateSelection(Set<T>, Set<T>) - Method in interface com.vaadin.flow.data.selection.MultiSelect
-
Updates the selection by adding and removing the given items from it.
- updateSelection(Set<T>, Set<T>) - Method in interface com.vaadin.flow.data.selection.SelectionModel.Multi
-
Updates the selection by adding and removing the given items from it.
- updateSelection(Set<TItem>, Set<TItem>) - Method in class com.vaadin.flow.component.combobox.MultiSelectComboBox
- updateSelectionModeOnClient() - Method in class com.vaadin.flow.component.grid.Grid
- updateSeries() - Method in class com.vaadin.flow.component.charts.model.AbstractSeries
- updateServerStartupEnvironment(FrontendTools, Map<String, String>) - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
-
Defines the environment variables to use when starting the dev server.
- updateSortingIndicators(boolean) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Updates this component to either have sorting indicators according to the sortable state of the underlying column, or removes the sorting indicators.
- updateValue() - Method in class com.vaadin.flow.component.customfield.CustomField
-
Regenerates the value by calling
CustomField.generateModelValue()
and updates the model. - upload(File) - Method in class com.vaadin.flow.component.upload.testbench.UploadElement
-
Uploads the given local file and waits for 60s for the upload to finish.
- upload(File) - Method in class com.vaadin.flow.component.upload.UploadTester
-
Send the file data to the Upload component as if it is uploaded in the browser.
- upload(File, int) - Method in class com.vaadin.flow.component.upload.testbench.UploadElement
-
Uploads the given local file and waits for the given number of seconds for the upload to finish.
- upload(String, String, byte[]) - Method in class com.vaadin.flow.component.upload.UploadTester
-
Send the file data to the Upload component as if it is uploaded in the browser.
- upload(String, String, InputStream) - Method in class com.vaadin.flow.component.upload.UploadTester
-
Send the file data to the Upload component as if it is uploaded in the browser.
- Upload - Class in com.vaadin.flow.component.upload
-
Upload is a component for uploading one or more files.
- Upload() - Constructor for class com.vaadin.flow.component.upload.Upload
-
Create a new instance of Upload.
- Upload(Receiver) - Constructor for class com.vaadin.flow.component.upload.Upload
-
Create a new instance of Upload with the given receiver.
- UPLOAD - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- UPLOAD - Enum constant in enum class com.vaadin.flow.theme.lumo.LumoIcon
- UPLOAD_ALT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- uploadAborted(File) - Method in class com.vaadin.flow.component.upload.UploadTester
-
Simulates upload interruption by user on browser.
- uploadAborted(String, String) - Method in class com.vaadin.flow.component.upload.UploadTester
-
Simulates upload interruption by user on browser.
- uploadAll(File...) - Method in class com.vaadin.flow.component.upload.UploadTester
-
Simulates uploading multiple files at once.
- uploadAll(Collection<File>) - Method in class com.vaadin.flow.component.upload.UploadTester
-
Simulates uploading multiple files at once.
- UploadContext - Interface in com.vaadin.external.apache.commons.fileupload2
-
Enhanced access to the request information needed for file uploads, which fixes the Content Length data access in
RequestContext
. - UploadElement - Class in com.vaadin.flow.component.upload.testbench
-
A TestBench element representing a
<vaadin-upload>
element. - UploadElement() - Constructor for class com.vaadin.flow.component.upload.testbench.UploadElement
- UploadException - Exception in com.vaadin.flow.server
-
Upload exception class.
- UploadException(Exception) - Constructor for exception com.vaadin.flow.server.UploadException
-
Exception constructor with exception.
- UploadException(String) - Constructor for exception com.vaadin.flow.server.UploadException
-
Exception constructor with message.
- uploadFailed(File) - Method in class com.vaadin.flow.component.upload.UploadTester
-
Simulates a failure during file upload.
- uploadFailed(String, String) - Method in class com.vaadin.flow.component.upload.UploadTester
-
Simulates a failure during file upload.
- UploadI18N - Class in com.vaadin.flow.component.upload
-
The I18N helper file for the upload component.
- UploadI18N() - Constructor for class com.vaadin.flow.component.upload.UploadI18N
- UploadI18N.AddFiles - Class in com.vaadin.flow.component.upload
-
Translations for adding files.
- UploadI18N.DropFiles - Class in com.vaadin.flow.component.upload
-
Translations for dropping files.
- UploadI18N.Error - Class in com.vaadin.flow.component.upload
-
Exception translations.
- UploadI18N.File - Class in com.vaadin.flow.component.upload
-
file translations.
- UploadI18N.SingleMulti - Class in com.vaadin.flow.component.upload
-
Abstract translation class for single and multi mode translations.
- UploadI18N.Units - Class in com.vaadin.flow.component.upload
-
unit translations.
- UploadI18N.Uploading - Class in com.vaadin.flow.component.upload
-
Upload time translation strings.
- UploadI18N.Uploading.Error - Class in com.vaadin.flow.component.upload
-
Communication error translations.
- UploadI18N.Uploading.RemainingTime - Class in com.vaadin.flow.component.upload
-
Time remaining translations.
- UploadI18N.Uploading.Status - Class in com.vaadin.flow.component.upload
-
Upload status strings.
- Uploading() - Constructor for class com.vaadin.flow.component.upload.UploadI18N.Uploading
- UploadInterruptedException() - Constructor for exception com.vaadin.flow.server.communication.StreamReceiverHandler.UploadInterruptedException
-
Constructs an instance of
UploadInterruptedException
. - uploadMultiple(List<File>, int) - Method in class com.vaadin.flow.component.upload.testbench.UploadElement
-
Uploads the given local files and waits for the given number of seconds for the upload to finish.
- UploadOutputStream - Class in com.vaadin.flow.component.upload.receivers
-
FileOutputStream with a reference to the output file.
- UploadOutputStream(File) - Constructor for class com.vaadin.flow.component.upload.receivers.UploadOutputStream
- UploadTester<T extends Upload> - Class in com.vaadin.flow.component.upload
-
Tester for Upload components.
- UploadTester(T) - Constructor for class com.vaadin.flow.component.upload.UploadTester
-
Wrap given component for testing.
- UPPERCASE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.TextTransform
- UPPERCASE_LETTER - Enum constant in enum class com.vaadin.flow.component.html.OrderedList.NumberingType
-
The list items will be numbered with uppercase letters.
- UPPERCASE_ROMAN - Enum constant in enum class com.vaadin.flow.component.html.OrderedList.NumberingType
-
The list items will be numbered with uppercase Roman numbers.
- upperCaseUnderscoreToHumanFriendly(String) - Static method in class com.vaadin.flow.internal.CaseUtil
-
Converts an UPPER_CASE_STRING to a human friendly format (Upper Case String).
- URI_ATTRIBUTE - Static variable in class com.vaadin.flow.internal.nodefeature.NodeProperties
-
The property in Json object which marks the object as special value transmitting URI (not just any string).
- URL - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Home page or other Web page corresponding to the company, person, address, or contact information in the other fields associated with this field.
- URL_MAPPING_PROPERTY - Static variable in class com.vaadin.flow.spring.RootMappedCondition
- URL_PARAMETER_CLOSE_APPLICATION - Static variable in class com.vaadin.flow.server.Constants
-
A request parameter that can be given in browser to force the Vaadin application to close an existing UI and session.
- URL_PARAMETER_RESTART_APPLICATION - Static variable in class com.vaadin.flow.server.Constants
-
A request parameter that can be given in browser to force the Vaadin application to create a new UI and session instance, thus overriding
@PreserveOnRefresh
annotation. - URL_PATTERN - Static variable in class com.vaadin.flow.server.communication.UidlRequestHandler
- UrlTileSource - Class in com.vaadin.flow.component.map.configuration.source
-
Abstract base class for map sources providing tiled map data from a URL
- UrlTileSource(UrlTileSource.Options) - Constructor for class com.vaadin.flow.component.map.configuration.source.UrlTileSource
- UrlTileSource.Options - Class in com.vaadin.flow.component.map.configuration.source
- UrlUtil - Class in com.vaadin.flow.internal
-
Internal utility class for URL handling.
- UsageStatistics - Class in com.vaadin.flow.internal
-
Collects entries that should be exported for vaadin-usage-statistics when running in development mode.
- UsageStatistics.UsageEntry - Class in com.vaadin.flow.internal
-
A usage statistics entry.
- UsageStatisticsExporter - Class in com.vaadin.flow.internal
-
A class for exporting
UsageStatistics
entries. - UsageStatisticsExporter() - Constructor for class com.vaadin.flow.internal.UsageStatisticsExporter
- USE_PROXY - Enum constant in enum class com.vaadin.flow.server.HttpStatusCode
-
Status code (305) indicating that the requested resource MUST be accessed through the proxy given by the
Location
field. - useAuthentication() - Method in class com.vaadin.flow.server.frontend.installer.ProxyConfig.Proxy
-
Check if proxy uses authentication.
- useByteCodeScanner(boolean) - Method in class com.vaadin.flow.server.frontend.Options
-
Sets frontend scanner strategy: byte code scanning strategy is used if
byteCodeScanner
istrue
, full classpath scanner strategy is used otherwise (by default). - useGlobalPnpm(boolean) - Method in class com.vaadin.flow.server.frontend.Options
-
Uses globally installed pnpm tool for frontend packages installation.
- USER - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- USER - Enum constant in enum class com.vaadin.flow.theme.lumo.LumoIcon
- USER_CARD - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- USER_CHECK - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- USER_CLOCK - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- USER_HEART - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- USER_STAR - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- UserInfo - Class in com.vaadin.collaborationengine
-
User information of a collaborating user, used with various features of the collaboration engine.
- UserInfo(String) - Constructor for class com.vaadin.collaborationengine.UserInfo
-
Creates a new user info object from the given user id.
- UserInfo(String, String) - Constructor for class com.vaadin.collaborationengine.UserInfo
-
Creates a new user info object from the given user id and name.
- UserInfo(String, String, String) - Constructor for class com.vaadin.collaborationengine.UserInfo
-
Creates a new user info object from the given user id, name and image URL.
- username - Variable in class com.vaadin.flow.server.frontend.installer.ProxyConfig.Proxy
-
User name for proxy.
- USERNAME - Enum constant in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Username.
- USERS - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- Uses - Annotation Interface in com.vaadin.flow.component.dependency
-
Marks that an annotated component implicitly uses another component.
- Uses.Container - Annotation Interface in com.vaadin.flow.component.dependency
-
Internal annotation to enable use of multiple
Uses
annotations. - Util - Class in com.vaadin.flow.component.charts.util
- Util() - Constructor for class com.vaadin.flow.component.charts.util.Util
V
- VAADIN_APP_PACKAGE_HASH - Static variable in class com.vaadin.flow.server.frontend.TaskUpdatePackages
- VAADIN_BUILD - Static variable in class com.vaadin.flow.server.Constants
-
The static build resources folder.
- VAADIN_BUILD_FILES_PATH - Static variable in class com.vaadin.flow.server.Constants
-
The prefix used for all internal static files, relative to context root.
- VAADIN_CONFIGURATION - Static variable in class com.vaadin.flow.server.Constants
-
The static configuration resources folder.
- VAADIN_CORE_VERSIONS_JSON - Static variable in class com.vaadin.flow.server.Constants
-
The name of platform core components and tools versions file.
- VAADIN_H - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- VAADIN_MAPPING - Static variable in class com.vaadin.flow.server.Constants
-
The path used in the vaadin servlet for handling static resources.
- VAADIN_PREFIX - Static variable in class com.vaadin.flow.server.Constants
-
The prefix used for System property parameters.
- VAADIN_PUSH_DEBUG_JS - Static variable in class com.vaadin.flow.shared.ApplicationConstants
-
The name of the debug version of the javascript containing push support.
- VAADIN_PUSH_JS - Static variable in class com.vaadin.flow.shared.ApplicationConstants
-
The name of the javascript containing push support.
- VAADIN_ROUTE_SCOPE_NAME - Static variable in class com.vaadin.flow.spring.scopes.VaadinRouteScope
- VAADIN_SERVLET_RESOURCES - Static variable in class com.vaadin.flow.server.Constants
-
The path to meta-inf/VAADIN/ where static resources are put on the servlet.
- VAADIN_SESSION_SCOPE_NAME - Static variable in class com.vaadin.flow.spring.scopes.VaadinSessionScope
- VAADIN_STATIC_FILES_PATH - Static variable in class com.vaadin.flow.shared.ApplicationConstants
-
The prefix used for all internal static files, relative to context root.
- VAADIN_UI_SCOPE_NAME - Static variable in class com.vaadin.flow.spring.scopes.VaadinUIScope
- VAADIN_V - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- VAADIN_VERSIONS_JSON - Static variable in class com.vaadin.flow.server.Constants
-
The name of platform commercial components and tools versions file.
- VAADIN_WEBAPP - Static variable in class com.vaadin.flow.server.Constants
-
The static resources root folder.
- VAADIN_WEBAPP_RESOURCES - Static variable in class com.vaadin.flow.server.Constants
-
The path to webapp/ public resources root.
- VaadinApplicationConfiguration - Class in com.vaadin.flow.spring
-
Vaadin Application Spring configuration.
- VaadinApplicationConfiguration() - Constructor for class com.vaadin.flow.spring.VaadinApplicationConfiguration
- vaadinApplicationContextInitializer() - Method in class com.vaadin.flow.spring.VaadinApplicationConfiguration
-
Creates an application context initializer for lookup initializer
SpringLookupInitializer
. - VaadinApplicationInitializationBootstrap - Interface in com.vaadin.flow.function
-
Represents Vaadin web application initialization bootstrap.
- VaadinAppShellInitializer - Class in com.vaadin.flow.server.startup
-
Servlet initializer visiting
AppShellConfigurator
configuration. - VaadinAppShellInitializer() - Constructor for class com.vaadin.flow.server.startup.VaadinAppShellInitializer
- VaadinAwareSecurityContextHolderStrategy - Class in com.vaadin.flow.spring.security
-
A strategy that uses an available VaadinSession for retrieving the security context.
- VaadinAwareSecurityContextHolderStrategy() - Constructor for class com.vaadin.flow.spring.security.VaadinAwareSecurityContextHolderStrategy
- VaadinAwareSecurityContextHolderStrategyConfiguration - Class in com.vaadin.flow.spring.security
-
Provides configuration of Vaadin aware
SecurityContextHolderStrategy
- VaadinAwareSecurityContextHolderStrategyConfiguration() - Constructor for class com.vaadin.flow.spring.security.VaadinAwareSecurityContextHolderStrategyConfiguration
- VaadinBeanFactoryInitializationAotProcessor - Class in com.vaadin.flow.spring.springnative
- VaadinBeanFactoryInitializationAotProcessor() - Constructor for class com.vaadin.flow.spring.springnative.VaadinBeanFactoryInitializationAotProcessor
- VaadinBeanFactoryInitializationAotProcessor.Marker - Class in com.vaadin.flow.spring.springnative
- VaadinBundles - Class in com.vaadin.bundles
-
Empty class which makes Flow add npm @vaadin/bundles dependency.
- VaadinBundles() - Constructor for class com.vaadin.bundles.VaadinBundles
- VaadinConfig - Interface in com.vaadin.flow.server
-
Configuration in which
VaadinService
is running. - VaadinConfigurationProperties - Class in com.vaadin.flow.spring
-
Configuration properties for Vaadin Spring Boot.
- VaadinConfigurationProperties() - Constructor for class com.vaadin.flow.spring.VaadinConfigurationProperties
- VaadinConfigurationProperties.Frontend - Class in com.vaadin.flow.spring
- VaadinConfigurationProperties.Pnpm - Class in com.vaadin.flow.spring
- VaadinContext - Interface in com.vaadin.flow.server
-
Context in which
VaadinService
is running. - VaadinContextInitializer - Interface in com.vaadin.flow.internal
-
Allows to run initialization of
VaadinContext
which for some reasons may not be done viaServletContextListener
. - VaadinContextStartupInitializer - Interface in com.vaadin.flow.server.startup
-
Applies this initializer to the given
VaadinContext
. - vaadinDefaultRequestCache() - Method in class com.vaadin.flow.spring.SpringSecurityAutoConfiguration
-
Makes the default request cache available for security configuration.
- VaadinDefaultRequestCache - Class in com.vaadin.flow.spring.security
-
A default request cache implementation which aims to ignore requests that are not for routes.
- VaadinDefaultRequestCache() - Constructor for class com.vaadin.flow.spring.security.VaadinDefaultRequestCache
- vaadinForwardingController() - Method in class com.vaadin.flow.spring.VaadinServletConfiguration
-
Makes a forwarding controller.
- VaadinHintsRegistrar - Class in com.vaadin.flow.spring.springnative
-
Registers runtime hints for Spring 3 native support.
- VaadinHintsRegistrar() - Constructor for class com.vaadin.flow.spring.springnative.VaadinHintsRegistrar
- VaadinIcon - Enum Class in com.vaadin.flow.component.icon
-
Enumeration of all icons in the Vaadin Icons collection.
- VaadinInitializerException - Exception in com.vaadin.flow.server.startup
-
Indicates an issue during Vaadin initialization.
- VaadinInitializerException(String) - Constructor for exception com.vaadin.flow.server.startup.VaadinInitializerException
-
Constructs a new exception with the specified detail message.
- VaadinInitializerException(String, Throwable) - Constructor for exception com.vaadin.flow.server.startup.VaadinInitializerException
-
Constructs a new exception with the specified detail message and cause.
- VaadinMVCWebAppInitializer - Class in com.vaadin.flow.spring
-
Abstract Vaadin Spring MVC
WebApplicationInitializer
. - VaadinMVCWebAppInitializer() - Constructor for class com.vaadin.flow.spring.VaadinMVCWebAppInitializer
- VaadinRequest - Interface in com.vaadin.flow.server
-
A generic request to the server, wrapping a more specific request type, e.g.
- VaadinResponse - Interface in com.vaadin.flow.server
-
A generic response from the server, wrapping a more specific response type, e.g.
- vaadinRootMapping(Environment) - Method in class com.vaadin.flow.spring.VaadinServletConfiguration
-
Makes an url handler mapping allowing to forward requests from a
DispatcherServlet
toVaadinServlet
. - vaadinRouteScope() - Static method in class com.vaadin.flow.spring.VaadinScopesConfig
-
Creates a Vaadin route scope.
- VaadinRouteScope - Class in com.vaadin.flow.spring.scopes
-
Implementation of Spring's
Scope
that binds the beans to a component in the navigation chain. - VaadinRouteScope() - Constructor for class com.vaadin.flow.spring.scopes.VaadinRouteScope
- VaadinSavedRequestAwareAuthenticationSuccessHandler - Class in com.vaadin.flow.spring.security
-
A version of
SavedRequestAwareAuthenticationSuccessHandler
that writes a different return value for a Fusion TypeScript client. - VaadinSavedRequestAwareAuthenticationSuccessHandler() - Constructor for class com.vaadin.flow.spring.security.VaadinSavedRequestAwareAuthenticationSuccessHandler
-
Creates a new instance.
- VaadinSavedRequestAwareAuthenticationSuccessHandler.RedirectStrategy - Class in com.vaadin.flow.spring.security
-
Redirect strategy used by
VaadinSavedRequestAwareAuthenticationSuccessHandler
. - VaadinScanPackagesRegistrar - Class in com.vaadin.flow.spring
-
Internal registrar for Vaadin scan packages settings.
- VaadinScanPackagesRegistrar() - Constructor for class com.vaadin.flow.spring.VaadinScanPackagesRegistrar
- VaadinScopesConfig - Class in com.vaadin.flow.spring
-
Vaadin scopes configuration.
- VaadinScopesConfig() - Constructor for class com.vaadin.flow.spring.VaadinScopesConfig
- VaadinService - Class in com.vaadin.flow.server
-
An abstraction of the underlying technology, e.g.
- VaadinService() - Constructor for class com.vaadin.flow.server.VaadinService
-
Creates a service.
- VaadinService(DeploymentConfiguration) - Constructor for class com.vaadin.flow.server.VaadinService
-
Creates a new vaadin service based on a deployment configuration.
- VaadinServiceInitListener - Interface in com.vaadin.flow.server
-
Listener for
VaadinService
initialization events. - VaadinServlet - Class in com.vaadin.flow.server
-
The main servlet, which handles all incoming requests to the application.
- VaadinServlet() - Constructor for class com.vaadin.flow.server.VaadinServlet
- VaadinServletConfig - Class in com.vaadin.flow.server
-
VaadinConfig
implementation for Servlets. - VaadinServletConfig(ServletConfig) - Constructor for class com.vaadin.flow.server.VaadinServletConfig
-
Vaadin servlet configuration wrapper constructor.
- VaadinServletConfiguration - Class in com.vaadin.flow.spring
-
Vaadin servlet configuration.
- VaadinServletConfiguration() - Constructor for class com.vaadin.flow.spring.VaadinServletConfiguration
- VaadinServletConfiguration.RootExcludeHandler - Class in com.vaadin.flow.spring
- VaadinServletContext - Class in com.vaadin.flow.server
-
VaadinContext
that goes withVaadinServletService
. - VaadinServletContext(ServletContext) - Constructor for class com.vaadin.flow.server.VaadinServletContext
-
Creates an instance of this context with given
ServletContext
. - VaadinServletContextInitializer - Class in com.vaadin.flow.spring
-
Servlet context initializer for Spring Boot Application.
- VaadinServletContextInitializer(ApplicationContext) - Constructor for class com.vaadin.flow.spring.VaadinServletContextInitializer
-
Creates a new
ServletContextInitializer
instance with applicationcontext
provided. - VaadinServletContextStartupInitializer - Interface in com.vaadin.flow.server.startup
-
Allows a library/runtime to be notified of a web application's startup phase and perform any required programmatic registration of servlets, filters, and listeners in response to it.
- VaadinServletRequest - Class in com.vaadin.flow.server
-
Wrapper for
HttpServletRequest
. - VaadinServletRequest(HttpServletRequest, VaadinServletService) - Constructor for class com.vaadin.flow.server.VaadinServletRequest
-
Wraps a http servlet request and associates with a vaadin service.
- VaadinServletResponse - Class in com.vaadin.flow.server
-
Wrapper for
HttpServletResponse
. - VaadinServletResponse(HttpServletResponse, VaadinServletService) - Constructor for class com.vaadin.flow.server.VaadinServletResponse
-
Wraps a http servlet response and an associated vaadin service.
- VaadinServletService - Class in com.vaadin.flow.server
-
A service implementation connected to a
VaadinServlet
. - VaadinServletService() - Constructor for class com.vaadin.flow.server.VaadinServletService
-
Creates a servlet service.
- VaadinServletService(VaadinServlet, DeploymentConfiguration) - Constructor for class com.vaadin.flow.server.VaadinServletService
-
Creates an instance connected to the given servlet and using the given configuration.
- VaadinSession - Class in com.vaadin.flow.server
-
Contains everything that Vaadin needs to store for a specific user.
- VaadinSession(VaadinService) - Constructor for class com.vaadin.flow.server.VaadinSession
-
Creates a new VaadinSession tied to a VaadinService.
- vaadinSessionScope() - Static method in class com.vaadin.flow.spring.VaadinScopesConfig
-
Creates a Vaadin session scope.
- VaadinSessionScope - Class in com.vaadin.flow.spring.scopes
-
Implementation of Spring's
Scope
that binds the beans to the currentVaadinSession
(as opposed to the current Servlet session). - VaadinSessionScope - Annotation Interface in com.vaadin.flow.spring.annotation
-
Stereotype annotation for Spring's
@Scope("vaadin-session")
. - VaadinSessionScope() - Constructor for class com.vaadin.flow.spring.scopes.VaadinSessionScope
- VaadinSessionState - Enum Class in com.vaadin.flow.server
-
The lifecycle state of a VaadinSession.
- VaadinSpringDataHelpers - Interface in com.vaadin.flow.spring.data
-
Contains helper methods to work with Spring Data based back-ends and Vaadin components.
- VaadinStatelessSecurityConfigurer<H extends org.springframework.security.config.annotation.web.HttpSecurityBuilder<H>> - Class in com.vaadin.flow.spring.security.stateless
-
Enables authentication that relies on JWT instead of sessions.
- VaadinStatelessSecurityConfigurer() - Constructor for class com.vaadin.flow.spring.security.stateless.VaadinStatelessSecurityConfigurer
- VaadinStatelessSecurityConfigurer.SecretKeyConfigurer - Class in com.vaadin.flow.spring.security.stateless
-
Enables configuring the secret key and the algorithm for the JWT signing and verification when using
VaadinStatelessSecurityConfigurer
. - vaadinUIScope() - Static method in class com.vaadin.flow.spring.VaadinScopesConfig
-
Creates a Vaadin UI scope.
- VaadinUIScope - Class in com.vaadin.flow.spring.scopes
-
Implementation of Spring's
Scope
that binds the beans to the currentUI
. - VaadinUIScope() - Constructor for class com.vaadin.flow.spring.scopes.VaadinUIScope
- VaadinUriResolver - Class in com.vaadin.flow.shared
-
Utility for translating special Vaadin URIs into URLs usable by the browser.
- VaadinUriResolver() - Constructor for class com.vaadin.flow.shared.VaadinUriResolver
- VaadinWebSecurity - Class in com.vaadin.flow.spring.security
-
Provides basic Vaadin component-based security configuration for the project.
- VaadinWebSecurity() - Constructor for class com.vaadin.flow.spring.security.VaadinWebSecurity
- VaadinWebsocketEndpointExporter - Class in com.vaadin.flow.spring
-
Handles registration of JSR-356 websocket endpoints when the Spring Boot application is run in an embedded container.
- VaadinWebsocketEndpointExporter() - Constructor for class com.vaadin.flow.spring.VaadinWebsocketEndpointExporter
- valid() - Method in class com.vaadin.open.LinuxProcFileReader
- validate() - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
- validate() - Method in class com.vaadin.flow.component.combobox.ComboBoxBase
- validate() - Method in class com.vaadin.flow.component.crud.BinderCrudEditor
- validate() - Method in interface com.vaadin.flow.component.crud.CrudEditor
-
Runs validations on the data entered into an editor and returns their validity but could also have side-effects such as showing visual indicators for invalid fields.
- validate() - Method in class com.vaadin.flow.component.datepicker.DatePicker
-
Performs server-side validation of the current value.
- validate() - Method in class com.vaadin.flow.component.datetimepicker.DateTimePicker
-
Performs server-side validation of the current value.
- validate() - Method in class com.vaadin.flow.component.radiobutton.RadioButtonGroup
- validate() - Method in class com.vaadin.flow.component.select.Select
- validate() - Method in class com.vaadin.flow.component.textfield.AbstractNumberField
-
Performs server-side validation of the current value.
- validate() - Method in class com.vaadin.flow.component.textfield.BigDecimalField
-
Performs server-side validation of the current value.
- validate() - Method in class com.vaadin.flow.component.textfield.EmailField
-
Performs server-side validation of the current value.
- validate() - Method in class com.vaadin.flow.component.textfield.PasswordField
-
Performs server-side validation of the current value.
- validate() - Method in class com.vaadin.flow.component.textfield.TextArea
-
Performs server-side validation of the current value.
- validate() - Method in class com.vaadin.flow.component.textfield.TextField
-
Performs server-side validation of the current value and the validation constraints of the field, such as
TextField.setPattern(String)
. - validate() - Method in class com.vaadin.flow.component.timepicker.TimePicker
-
Performs server-side validation of the current value.
- validate() - Method in interface com.vaadin.flow.data.binder.Binder.Binding
-
Validates the field value and returns a
ValidationStatus
instance representing the outcome of the validation. - validate() - Method in class com.vaadin.flow.data.binder.Binder
-
Validates the values of all bound fields and returns the validation status.
- validate(boolean) - Method in interface com.vaadin.flow.data.binder.Binder.Binding
-
Validates the field value and returns a
ValidationStatus
instance representing the outcome of the validation. - validate(boolean) - Method in class com.vaadin.flow.data.binder.Binder.BindingImpl
- validate(boolean) - Method in class com.vaadin.flow.data.binder.Binder
-
Validates the values of all bound fields and returns the validation status.
- validate(T) - Method in class com.vaadin.flow.internal.nodefeature.NodeList.SetView
- validateClass(Class<?>) - Method in class com.vaadin.flow.server.AppShellRegistry
-
Checks whether a class have annotations that should only be in
AppShellConfigurator
classes. - validateClasses(Collection<Class<?>>) - Method in class com.vaadin.flow.server.startup.AbstractAnnotationValidator
-
Validate the correctness of the annotations returned by the
AbstractAnnotationValidator.getAnnotations()
method applied to theclassSet
. - validateFiles() - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
-
Validates that the needed server binary and config file(s) are available.
- validateItemIndex(int) - Method in class com.vaadin.flow.data.provider.AbstractListDataView
-
Validate that index is inside bounds of the data available.
- validateNodeAndNpmVersion() - Method in class com.vaadin.flow.server.frontend.FrontendTools
-
Validate that the found node and npm versions are new enough.
- validatePwaClass(VaadinContext, Stream<Class<?>>) - Method in class com.vaadin.flow.server.startup.AbstractRouteRegistryInitializer
-
Validate PWA annotations of the potential route classes stream, search for properly annotated PWA class and return it, or null if none existing.
- validateRouteClasses(VaadinContext, Stream<Class<?>>) - Method in class com.vaadin.flow.server.startup.AbstractRouteRegistryInitializer
-
Validate the potential route classes stream and return them as a set.
- validateStylePropertyName(String) - Static method in class com.vaadin.flow.dom.ElementUtil
-
Validates the given style property name and throws an exception if the name is invalid.
- validateStylePropertyValue(String) - Static method in class com.vaadin.flow.dom.ElementUtil
-
Checks if the given style property value is valid.
- validateWildcardType(Class<?>, Class<?>) - Static method in class com.vaadin.flow.router.ParameterDeserializer
-
Validate that we can support the given wildcard parameter type.
- ValidationException - Exception in com.vaadin.flow.data.binder
-
Indicates validation errors in a
Binder
when a field value is validated. - ValidationException(List<BindingValidationStatus<?>>, List<ValidationResult>) - Constructor for exception com.vaadin.flow.data.binder.ValidationException
-
Constructs a new exception with validation
errors
list. - ValidationResult - Interface in com.vaadin.flow.data.binder
-
Represents the result of a validation.
- ValidationResult.SimpleValidationResult - Class in com.vaadin.flow.data.binder
-
Simple validation result implementation.
- validationStatusChanged(ValidationStatusChangeEvent<V>) - Method in interface com.vaadin.flow.data.binder.ValidationStatusChangeListener
-
Invoked when a ValidationStatusChangeEvent occurs.
- ValidationStatusChangeEvent<V> - Class in com.vaadin.flow.data.binder
-
The event to be processed when
ValidationStatusChangeListener.validationStatusChanged(ValidationStatusChangeEvent)
invoked. - ValidationStatusChangeEvent(HasValue<?, V>, boolean) - Constructor for class com.vaadin.flow.data.binder.ValidationStatusChangeEvent
- ValidationStatusChangeListener<V> - Interface in com.vaadin.flow.data.binder
-
The listener interface for receiving
ValidationStatusChangeEvent
events. - ValidationUtil - Class in com.vaadin.flow.component.shared
-
Util methods for component validation
- Validator<T> - Interface in com.vaadin.flow.data.binder
-
A functional interface for validating user input or other potentially invalid data.
- value() - Element in annotation interface com.vaadin.flow.component.ClientCallable
-
Controls RPC for the method from the client side to the server side when the element is disabled.
- value() - Element in annotation interface com.vaadin.flow.component.dependency.CssImport.Container
-
Internally used to enable use of multiple
CssImport
annotations. - value() - Element in annotation interface com.vaadin.flow.component.dependency.CssImport
-
Location of the file with the CSS content.
- value() - Element in annotation interface com.vaadin.flow.component.dependency.JavaScript.Container
-
Internally used to enable use of multiple
JavaScript
annotations. - value() - Element in annotation interface com.vaadin.flow.component.dependency.JavaScript
-
JavaScript file URL to load before using the annotated
Component
in the browser. - value() - Element in annotation interface com.vaadin.flow.component.dependency.JsModule.Container
-
Internally used to enable use of multiple
JsModule
annotations. - value() - Element in annotation interface com.vaadin.flow.component.dependency.JsModule
-
JavaScript module to load before using the annotated
Component
in the browser. - value() - Element in annotation interface com.vaadin.flow.component.dependency.NpmPackage.Container
-
Internally used to enable use of multiple
NpmPackage
annotations. - value() - Element in annotation interface com.vaadin.flow.component.dependency.NpmPackage
-
npm package to install before loading any JS modules declared using
JsModule
. - value() - Element in annotation interface com.vaadin.flow.component.dependency.StyleSheet.Container
-
Internally used to enable use of multiple
StyleSheet
annotations. - value() - Element in annotation interface com.vaadin.flow.component.dependency.StyleSheet
-
Style sheet file URL to load before using the annotated
Component
in the browser. - value() - Element in annotation interface com.vaadin.flow.component.dependency.Uses.Container
-
Internally used to enable use of multiple
Uses
annotations. - value() - Element in annotation interface com.vaadin.flow.component.dependency.Uses
-
Marks the component class to depend on.
- value() - Element in annotation interface com.vaadin.flow.component.DomEvent
-
The name of the DOM event which should fire the annotated component event.
- value() - Element in annotation interface com.vaadin.flow.component.EventData
-
A JavaScript expression that will be evaluated to collect data when an event is handled.
- value() - Element in annotation interface com.vaadin.flow.component.page.Inline.Container
-
Internally used to enable use of multiple
Inline
annotations. - value() - Element in annotation interface com.vaadin.flow.component.page.Inline
-
Classpath file to inline into target element.
- value() - Element in annotation interface com.vaadin.flow.component.page.Meta.Container
-
Internally used to enable use of multiple
Meta
annotations. - value() - Element in annotation interface com.vaadin.flow.component.page.Push
-
The
PushMode
to use for the annotated root navigation target (or custom UI). - value() - Element in annotation interface com.vaadin.flow.component.page.Viewport
-
Gets the viewport tag content.
- value() - Element in annotation interface com.vaadin.flow.component.Synchronize
-
The DOM event(s) to use for synchronization.
- value() - Element in annotation interface com.vaadin.flow.component.Tag
-
Gets the tag name.
- value() - Element in annotation interface com.vaadin.flow.component.template.Id
-
The id of the element to map to.
- value() - Element in annotation interface com.vaadin.flow.data.binder.PropertyId
-
Returns the name of the property.
- value() - Element in annotation interface com.vaadin.flow.router.ListenerPriority
-
The priority of the annotated listener, can be any integer.
- value() - Element in annotation interface com.vaadin.flow.router.PageTitle
-
Gets the HTML title that should be used.
- value() - Element in annotation interface com.vaadin.flow.router.ParentLayout
-
Sets the parent component for the route target component.
- value() - Element in annotation interface com.vaadin.flow.router.Route
-
Sets the route template suffix value of the annotated class.
- value() - Element in annotation interface com.vaadin.flow.router.RouteAlias.Container
-
Internally used to enable use of multiple
RouteAlias
annotations. - value() - Element in annotation interface com.vaadin.flow.router.RouteAlias
-
Gets the route alias path value of the annotated class.
- value() - Element in annotation interface com.vaadin.flow.router.RoutePrefix
-
Sets the route prefix defined for class.
- value() - Element in annotation interface com.vaadin.flow.shared.GwtIncompatible
-
Has no technical meaning, is only used for documentation
- value() - Element in annotation interface com.vaadin.flow.spring.annotation.EnableVaadin
-
Base packages to scan for annotated classes on Vaadin startup.
- value() - Element in annotation interface com.vaadin.flow.spring.annotation.RouteScopeOwner
-
Owner class of the qualified
@RouteScope
bean. - value() - Element in annotation interface com.vaadin.flow.spring.annotation.SpringComponent
-
The value may indicate a suggestion for a logical component name, to be turned into a Spring bean in case of an autodetected component.
- value() - Element in annotation interface com.vaadin.flow.theme.Theme
-
The name of the theme to use.
- value() - Element in annotation interface com.vaadin.testbench.annotations.Attribute.Container
-
Internally used to enable use of multiple
Attribute
annotations. - value() - Element in annotation interface com.vaadin.testbench.annotations.Attribute
-
The value to match with the attribute value.
- value() - Element in annotation interface com.vaadin.testbench.annotations.BrowserFactory
- value() - Element in annotation interface com.vaadin.testbench.annotations.RunLocally
- value() - Element in annotation interface com.vaadin.testbench.annotations.RunOnHub
- value() - Element in annotation interface com.vaadin.testbench.elementsbase.Element
-
The tag for the element.
- value() - Element in annotation interface com.vaadin.testbench.parallel.TestCategory
- value() - Element in annotation interface com.vaadin.testbench.unit.ComponentTesterPackages
-
Array of packages to scan for
ComponentTester
implementations. - value() - Element in annotation interface com.vaadin.testbench.unit.Tests
-
Array of the classes that is wrapped by the annotated
ComponentTester
- VALUE - Enum constant in enum class com.vaadin.flow.component.charts.model.Compare
- VALUE - Static variable in class com.vaadin.flow.internal.nodefeature.NodeProperties
-
Key for
BasicTypeValue.getValue()
. - valueBound(HttpSessionBindingEvent) - Method in class com.vaadin.flow.server.VaadinSession
- valueChanged(E) - Method in interface com.vaadin.flow.component.HasValue.ValueChangeListener
-
Invoked when this listener receives a value change event from an event source to which it has been added.
- ValueChangeMode - Enum Class in com.vaadin.flow.data.value
-
All possible value change modes that can be set for any component extending
HasValueChangeMode
. - ValueContext - Class in com.vaadin.flow.data.binder
-
Value context for
Converter
s. - ValueContext() - Constructor for class com.vaadin.flow.data.binder.ValueContext
-
Constructor for
ValueContext
without aLocale
. - ValueContext(Component) - Constructor for class com.vaadin.flow.data.binder.ValueContext
-
Constructor for
ValueContext
. - ValueContext(Component, HasValue<?, ?>) - Constructor for class com.vaadin.flow.data.binder.ValueContext
-
Constructor for
ValueContext
. - ValueContext(Component, HasValue<?, ?>, Locale) - Constructor for class com.vaadin.flow.data.binder.ValueContext
-
Constructor for
ValueContext
. - ValueContext(Locale) - Constructor for class com.vaadin.flow.data.binder.ValueContext
-
Constructor for
ValueContext
without aComponent
. - valueEquals(Set<T>, Set<T>) - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
- valueEquals(Set<T>, Set<T>) - Method in class com.vaadin.flow.component.listbox.MultiSelectListBox
-
Compares two value instances to each other to determine whether they are equal.
- valueEquals(T, T) - Method in class com.vaadin.flow.component.AbstractCompositeField
-
Compares to value instances to each other to determine whether they are equal.
- valueEquals(T, T) - Method in class com.vaadin.flow.component.AbstractField
-
Compares to value instances to each other to determine whether they are equal.
- valueEquals(T, T) - Method in class com.vaadin.flow.component.internal.AbstractFieldSupport
-
Delegate method corresponding to
AbstractField.valueEquals(Object, Object)
. - valueEquals(T, T) - Method in class com.vaadin.flow.component.listbox.ListBox
-
Compares two value instances to each other to determine whether they are equal.
- valueEquals(T, T) - Method in class com.vaadin.flow.component.radiobutton.RadioButtonGroup
-
Compares two value instances to each other to determine whether they are equal.
- valueEquals(T, T) - Method in class com.vaadin.flow.component.select.Select
-
Compares two value instances to each other to determine whether they are equal.
- valueOf(String) - Static method in enum class com.vaadin.collaborationengine.EntryScope
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.collaborationengine.LicenseEvent.LicenseEventType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.collaborationengine.ListOperation.OperationType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.collaborationengine.MembershipEvent.MembershipEventType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.applayout.AppLayout.Section
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.avatar.AvatarGroupVariant
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.avatar.AvatarVariant
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.button.ButtonVariant
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.ChartVariant
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.events.MouseEventDetails.MouseButton
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.AxisDimension
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.AxisType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.BackgroundShape
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.Compare
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.Cursor
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.DashStyle
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.Dimension
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.DrillUpButtonRelativeTo
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.ExportFileType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.FlagShape
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.HorizontalAlign
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.IntervalUnit
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.LayoutDirection
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.MarkerSymbolEnum
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.NodeLayout
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.PanKey
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.PointPlacement
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.RangeSelectorTimespan
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.ResetZoomButtonRelativeTo
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.Shape
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.Stacking
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.StepType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.style.FontWeight
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.style.StylePosition
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.style.TickIntervalStyle
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.TextAlign
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.TickmarkPlacement
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.TickPosition
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.TimeUnit
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.TreeMapLayoutAlgorithm
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.TreeMapLayoutStartingDirection
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.VerticalAlign
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.ZoneAxis
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.checkbox.CheckboxGroupVariant
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.combobox.ComboBoxVariant
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.combobox.MultiSelectComboBoxVariant
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.cookieconsent.CookieConsent.Position
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.crud.Crud.EditMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.crud.CrudEditorPosition
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.crud.CrudVariant
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.customfield.CustomFieldVariant
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.datepicker.DatePickerVariant
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.datetimepicker.DateTimePickerVariant
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.details.DetailsVariant
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.dialog.DialogVariant
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.Direction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.dnd.DropEffect
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.dnd.EffectAllowed
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.formlayout.FormLayout.ResponsiveStep.LabelsPosition
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.grid.CellFocusEvent.GridSection
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.grid.ColumnTextAlign
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.grid.dnd.GridDropLocation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.grid.dnd.GridDropMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.grid.Grid.MultiSortPriority
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.grid.Grid.NestedNullBehavior
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.grid.Grid.SelectionMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.grid.GridMultiSelectionModel.SelectAllCheckboxVisibility
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.grid.GridVariant
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.gridpro.EditorType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.gridpro.GridProVariant
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.HasText.WhiteSpace
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.html.AnchorTarget
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.html.IFrame.ImportanceType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.html.IFrame.SandboxType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.html.OrderedList.NumberingType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.icon.VaadinIcon
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.KeyLocation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.KeyModifier
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.map.configuration.Projection
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.map.configuration.style.Icon.AnchorOrigin
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.map.events.MouseEventDetails.MouseButton
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.map.MapVariant
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.menubar.MenuBarVariant
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.notification.Notification.Position
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.notification.NotificationVariant
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.orderedlayout.BoxSizing
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.orderedlayout.FlexComponent.Alignment
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.orderedlayout.FlexComponent.JustifyContentMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.orderedlayout.FlexLayout.ContentAlignment
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.orderedlayout.FlexLayout.FlexDirection
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.orderedlayout.FlexLayout.FlexWrap
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.orderedlayout.Scroller.ScrollDirection
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.orderedlayout.ScrollerVariant
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.page.Inline.Position
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.page.Inline.Wrapping
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.page.TargetElement
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.progressbar.ProgressBarVariant
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.radiobutton.RadioGroupVariant
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.richtexteditor.RichTextEditorVariant
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.ScrollOptions.Alignment
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.ScrollOptions.Behavior
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.select.SelectVariant
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.shared.Tooltip.TooltipPosition
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.splitlayout.SplitLayout.Orientation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.splitlayout.SplitLayoutVariant
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.tabs.Tabs.Orientation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.tabs.TabSheetVariant
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.tabs.TabsVariant
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.tabs.TabVariant
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.textfield.Autocapitalize
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.textfield.TextAreaVariant
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.textfield.TextFieldVariant
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.timepicker.TimePickerVariant
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.Unit
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.data.binder.BindingValidationStatus.Status
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.data.binder.ErrorLevel
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.data.converter.DefaultConverterFactory
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.data.provider.SortDirection
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.data.value.ValueChangeMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.dom.DebouncePhase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.dom.DisabledUpdateMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.dom.NodeVisitor.ElementType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.internal.BrowserLiveReload.Backend
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.router.NavigationTrigger
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.router.RouteParameterFormatOption
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.server.communication.AtmospherePushConnection.State
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.server.HandlerHelper.RequestType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.server.HttpStatusCode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.server.Mode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.server.PwaIcon.Domain
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.server.VaadinSessionState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.shared.BrowserDetails.OperatingSystem
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.shared.communication.PushMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.shared.ui.Dependency.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.shared.ui.LoadMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.shared.ui.Transport
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.theme.lumo.LumoIcon
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.open.App
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.testbench.parallel.Browser
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.testbench.unit.MouseButton
-
Returns the enum constant of this class with the specified name.
- ValueProvider<SOURCE,
TARGET> - Interface in com.vaadin.flow.function -
A callback interface for providing values from a given source.
- values() - Static method in enum class com.vaadin.collaborationengine.EntryScope
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.collaborationengine.LicenseEvent.LicenseEventType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.collaborationengine.ListOperation.OperationType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.collaborationengine.MembershipEvent.MembershipEventType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.applayout.AppLayout.Section
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.avatar.AvatarGroupVariant
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.avatar.AvatarVariant
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.button.ButtonVariant
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.charts.ChartVariant
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.charts.events.MouseEventDetails.MouseButton
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.charts.model.AxisDimension
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.charts.model.AxisType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.charts.model.BackgroundShape
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.charts.model.Compare
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.charts.model.Cursor
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.charts.model.DashStyle
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.charts.model.Dimension
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.charts.model.DrillUpButtonRelativeTo
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.charts.model.ExportFileType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.charts.model.FlagShape
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.charts.model.HorizontalAlign
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.charts.model.IntervalUnit
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.charts.model.LayoutDirection
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.charts.model.MarkerSymbolEnum
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.charts.model.NodeLayout
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.charts.model.PanKey
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.charts.model.PointPlacement
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.charts.model.RangeSelectorTimespan
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.charts.model.ResetZoomButtonRelativeTo
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.charts.model.Shape
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.charts.model.Stacking
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.charts.model.StepType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.charts.model.style.FontWeight
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.charts.model.style.StylePosition
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.charts.model.style.TickIntervalStyle
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.charts.model.TextAlign
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.charts.model.TickmarkPlacement
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.charts.model.TickPosition
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.charts.model.TimeUnit
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.charts.model.TreeMapLayoutAlgorithm
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.charts.model.TreeMapLayoutStartingDirection
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.charts.model.VerticalAlign
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.charts.model.ZoneAxis
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.checkbox.CheckboxGroupVariant
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.combobox.ComboBoxVariant
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.combobox.MultiSelectComboBoxVariant
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.cookieconsent.CookieConsent.Position
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.crud.Crud.EditMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.crud.CrudEditorPosition
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.crud.CrudVariant
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.customfield.CustomFieldVariant
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.datepicker.DatePickerVariant
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.datetimepicker.DateTimePickerVariant
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.details.DetailsVariant
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.dialog.DialogVariant
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.Direction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.dnd.DropEffect
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.dnd.EffectAllowed
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.formlayout.FormLayout.ResponsiveStep.LabelsPosition
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.grid.CellFocusEvent.GridSection
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.grid.ColumnTextAlign
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.grid.dnd.GridDropLocation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.grid.dnd.GridDropMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.grid.Grid.MultiSortPriority
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.grid.Grid.NestedNullBehavior
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.grid.Grid.SelectionMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.grid.GridMultiSelectionModel.SelectAllCheckboxVisibility
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.grid.GridVariant
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.gridpro.EditorType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.gridpro.GridProVariant
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.HasText.WhiteSpace
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.html.AnchorTarget
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.html.IFrame.ImportanceType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.html.IFrame.SandboxType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.html.OrderedList.NumberingType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.icon.VaadinIcon
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.KeyLocation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.KeyModifier
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.map.configuration.Projection
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.map.configuration.style.Icon.AnchorOrigin
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.map.events.MouseEventDetails.MouseButton
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.map.MapVariant
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.menubar.MenuBarVariant
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.notification.Notification.Position
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.notification.NotificationVariant
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.orderedlayout.BoxSizing
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.orderedlayout.FlexComponent.Alignment
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.orderedlayout.FlexComponent.JustifyContentMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.orderedlayout.FlexLayout.ContentAlignment
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.orderedlayout.FlexLayout.FlexDirection
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.orderedlayout.FlexLayout.FlexWrap
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.orderedlayout.Scroller.ScrollDirection
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.orderedlayout.ScrollerVariant
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.page.Inline.Position
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.page.Inline.Wrapping
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.page.TargetElement
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.progressbar.ProgressBarVariant
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.radiobutton.RadioGroupVariant
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.richtexteditor.RichTextEditorVariant
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.ScrollOptions.Alignment
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.ScrollOptions.Behavior
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.select.SelectVariant
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.shared.Tooltip.TooltipPosition
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.splitlayout.SplitLayout.Orientation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.splitlayout.SplitLayoutVariant
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.tabs.Tabs.Orientation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.tabs.TabSheetVariant
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.tabs.TabsVariant
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.tabs.TabVariant
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.textfield.Autocapitalize
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.textfield.Autocomplete
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.textfield.TextAreaVariant
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.textfield.TextFieldVariant
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.timepicker.TimePickerVariant
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.Unit
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.data.binder.BindingValidationStatus.Status
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.data.binder.ErrorLevel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.data.converter.DefaultConverterFactory
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.data.provider.SortDirection
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.data.value.ValueChangeMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.dom.DebouncePhase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.dom.DisabledUpdateMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.dom.NodeVisitor.ElementType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.internal.BrowserLiveReload.Backend
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.router.NavigationTrigger
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.router.RouteParameterFormatOption
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.server.communication.AtmospherePushConnection.State
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.server.HandlerHelper.RequestType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.server.HttpStatusCode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.server.Mode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.server.PwaIcon.Domain
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.server.VaadinSessionState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.shared.BrowserDetails.OperatingSystem
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.shared.communication.PushMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.shared.ui.Dependency.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.shared.ui.LoadMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.shared.ui.Transport
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.theme.lumo.LumoIcon
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.open.App
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.testbench.parallel.Browser
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.testbench.unit.MouseButton
-
Returns an array containing the constants of this enum class, in the order they are declared.
- valueUnbound(HttpSessionBindingEvent) - Method in class com.vaadin.flow.server.VaadinSession
- variant() - Element in annotation interface com.vaadin.flow.theme.Theme
-
The theme variant, if any.
- VectorLayer - Class in com.vaadin.flow.component.map.configuration.layer
-
Layer for rendering vector data client-side
- VectorLayer() - Constructor for class com.vaadin.flow.component.map.configuration.layer.VectorLayer
- VectorSource - Class in com.vaadin.flow.component.map.configuration.source
- VectorSource() - Constructor for class com.vaadin.flow.component.map.configuration.source.VectorSource
- VectorSource(VectorSource.Options) - Constructor for class com.vaadin.flow.component.map.configuration.source.VectorSource
- VectorSource.Options - Class in com.vaadin.flow.component.map.configuration.source
- verifyDataProviderType(Class<?>) - Method in class com.vaadin.flow.data.provider.AbstractDataView
-
Verifies an obtained
DataProvider
type is appropriate for current Data View type. - verifyFolderExists(Map<String, String>, String) - Method in class com.vaadin.flow.server.startup.AbstractConfigurationFactory
-
Verify that given folder actually exists on the system if we are not in production mode.
- verifyNoOtherSessionLocked(VaadinSession) - Static method in class com.vaadin.flow.server.VaadinService
-
Checks that another
VaadinSession
instance is not locked. - verifyParameters(Class<?>, List<String>) - Static method in class com.vaadin.flow.router.ParameterDeserializer
-
Verifies that the list of route parameters is valid for the given navigation target.
- verifyRelativePath(String) - Static method in class com.vaadin.flow.router.LocationUtil
-
Throws
InvalidLocationException
if the provided path is not parseable as a relative path. - verifyTool(File) - Method in class com.vaadin.flow.server.frontend.FrontendToolsLocator
-
Verifies that the tool specified works by performing its test launch.
- version() - Element in annotation interface com.vaadin.flow.component.dependency.NpmPackage
-
Defines the npm package version.
- version() - Element in annotation interface com.vaadin.testbench.annotations.RunLocally
- Version - Class in com.vaadin.flow.server
-
Provides information about the current version of Vaadin Flow.
- Version() - Constructor for class com.vaadin.flow.server.Version
- VERTICAL - Enum constant in enum class com.vaadin.flow.component.charts.model.LayoutDirection
- VERTICAL - Enum constant in enum class com.vaadin.flow.component.charts.model.TreeMapLayoutStartingDirection
- VERTICAL - Enum constant in enum class com.vaadin.flow.component.orderedlayout.Scroller.ScrollDirection
- VERTICAL - Enum constant in enum class com.vaadin.flow.component.splitlayout.SplitLayout.Orientation
- VERTICAL - Enum constant in enum class com.vaadin.flow.component.tabs.Tabs.Orientation
- VerticalAlign - Enum Class in com.vaadin.flow.component.charts.model
-
Alignment of the title relative to the axis values and more generically vertical alignment.
- VerticalLayout - Class in com.vaadin.flow.component.orderedlayout
-
Vertical Layout places components top-to-bottom in a column.
- VerticalLayout() - Constructor for class com.vaadin.flow.component.orderedlayout.VerticalLayout
-
Constructs an empty layout with spacing and padding on by default.
- VerticalLayout(Component...) - Constructor for class com.vaadin.flow.component.orderedlayout.VerticalLayout
-
Convenience constructor to create a layout with the children already inside it.
- VerticalLayoutElement - Class in com.vaadin.flow.component.orderedlayout.testbench
-
A TestBench element representing a
<vaadin-horizontal-layout>
element. - VerticalLayoutElement() - Constructor for class com.vaadin.flow.component.orderedlayout.testbench.VerticalLayoutElement
- VH - Enum constant in enum class com.vaadin.flow.component.Unit
-
Unit code representing the viewport's height.
- VIDEO_MODE_NEXT - Static variable in interface com.vaadin.flow.component.Key
-
Cycles through the available video modes.
- View - Class in com.vaadin.flow.component.map.configuration
-
Represents a map's viewport, responsible for changing properties like center and zoom level
- View() - Constructor for class com.vaadin.flow.component.map.configuration.View
-
Constructs a new view using
EPSG:3857
/ Web Mercator Sphere coordinate projection by default. - View(String) - Constructor for class com.vaadin.flow.component.map.configuration.View
-
Constructs a new view using a custom coordinate projection.
- viewAccessChecker(AccessAnnotationChecker) - Method in class com.vaadin.flow.spring.SpringSecurityAutoConfiguration
-
Makes the default view access checker available for security configuration.
- ViewAccessChecker - Class in com.vaadin.flow.server.auth
-
Checks access to views using an
AccessAnnotationChecker
. - ViewAccessChecker() - Constructor for class com.vaadin.flow.server.auth.ViewAccessChecker
-
Creates an instance.
- ViewAccessChecker(boolean) - Constructor for class com.vaadin.flow.server.auth.ViewAccessChecker
-
Creates an instance and enables access checker depending on the given flag.
- ViewAccessChecker(AccessAnnotationChecker) - Constructor for class com.vaadin.flow.server.auth.ViewAccessChecker
-
Creates an instance using the given checker.
- viewAccessCheckerInitializer() - Method in class com.vaadin.flow.spring.SpringSecurityAutoConfiguration
-
Makes the default view access check initializer available for security configuration.
- ViewAccessCheckerInitializer - Class in com.vaadin.flow.spring.security
-
Helper for checking access to views.
- ViewAccessCheckerInitializer() - Constructor for class com.vaadin.flow.spring.security.ViewAccessCheckerInitializer
- ViewPackages - Annotation Interface in com.vaadin.testbench.unit
-
Annotation to use to scan given packages for routes and error views.
- Viewport - Annotation Interface in com.vaadin.flow.component.page
-
Defines a viewport tag that will be added to the HTML of the host page of a UI class.
- VIEWPORT - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- VIMEO - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- VIMEO_SQUARE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- VIOLET - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- VIRTUAL - Enum constant in enum class com.vaadin.flow.dom.NodeVisitor.ElementType
-
The type of the virtual element: the element which has been created via Element API and attached using
Node.appendVirtualChild(Element...)
. - VIRTUAL_ATTACHED - Enum constant in enum class com.vaadin.flow.dom.NodeVisitor.ElementType
-
The type of the virtual element: the element which is created automatically by the engine for the existing client side element and attached to it.
- VIRTUAL_CHILDREN - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
-
Id for
VirtualChildrenList
. - VirtualChildrenList - Class in com.vaadin.flow.internal.nodefeature
-
List of nodes describing the virtually connected child elements of an element.
- VirtualChildrenList(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.VirtualChildrenList
-
Creates a new element virtual children list for the given node.
- VirtualList<T> - Class in com.vaadin.flow.component.virtuallist
-
Virtual List allows you to render a long list of items inside a scrollable container without sacrificing performance.
- VirtualList() - Constructor for class com.vaadin.flow.component.virtuallist.VirtualList
-
Creates an empty list.
- VirtualListElement - Class in com.vaadin.flow.component.virtuallist.testbench
-
A TestBench element representing an
<vaadin-virtual-list>
element. - VirtualListElement() - Constructor for class com.vaadin.flow.component.virtuallist.testbench.VirtualListElement
- VISIBILITY_BOUND_PROPERTY - Static variable in class com.vaadin.flow.internal.nodefeature.NodeProperties
-
The property value used on the client side only in addition to
NodeProperties.VISIBLE
. - VISIBILITY_HIDDEN_PROPERTY - Static variable in class com.vaadin.flow.internal.nodefeature.NodeProperties
-
The property used on the client side only in addition to
NodeProperties.VISIBLE
. - VISIBILITY_STYLE_DISPLAY_PROPERTY - Static variable in class com.vaadin.flow.internal.nodefeature.NodeProperties
-
The property used on the client side only in addition to
NodeProperties.VISIBLE
. - VISIBLE - Enum constant in enum class com.vaadin.flow.component.grid.GridMultiSelectionModel.SelectAllCheckboxVisibility
-
Shows the select all checkbox, if in-memory data is used.
- VISIBLE - Static variable in class com.vaadin.flow.internal.nodefeature.NodeProperties
-
Key for
ElementData.isVisible()
. - visit(NodeVisitor.ElementType, Element) - Method in interface com.vaadin.flow.dom.NodeVisitor
-
Visit the
element
using provided elementtype
. - visit(ShadowRoot) - Method in interface com.vaadin.flow.dom.NodeVisitor
-
Visit the shadow
root
. - visit(StateNode, NodeVisitor) - Method in interface com.vaadin.flow.dom.ElementStateProvider
-
Visit the
node
applyingvisitor
to it and its descendants based on the return value from the visitor. - visit(StateNode, NodeVisitor) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
- visit(StateNode, NodeVisitor) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
- visit(StateNode, NodeVisitor) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
- visitDescendants(Node<?>, NodeVisitor) - Method in class com.vaadin.flow.dom.impl.AbstractNodeStateProvider
-
Apply the
visitor
for the descendants of thenode
. - visitNodeTree(Consumer<StateNode>) - Method in class com.vaadin.flow.internal.StateNode
-
Applies the
visitor
to this node and all its descendants. - VITE_CONFIG - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
-
The name of the vite configuration file.
- VITE_DEVMODE_TS - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
-
File name of Vite helper used in development mode.
- VITE_GENERATED_CONFIG - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
-
The name of the generated vite configuration file.
- VITE_HANDLER - Static variable in class com.vaadin.base.devserver.viteproxy.ViteWebsocketEndpoint
- VITE_SERVER - Static variable in class com.vaadin.base.devserver.ViteHandler
-
The local installation path of the server node script.
- ViteHandler - Class in com.vaadin.base.devserver
-
Handles communication with a Vite server.
- ViteHandler(Lookup, int, File, CompletableFuture<Void>) - Constructor for class com.vaadin.base.devserver.ViteHandler
-
Creates and starts the dev mode handler if none has been started yet.
- ViteWebsocketConnection - Class in com.vaadin.base.devserver.viteproxy
-
Communicates with a Vite server through a websocket connection.
- ViteWebsocketConnection(int, String, Consumer<String>, Runnable) - Constructor for class com.vaadin.base.devserver.viteproxy.ViteWebsocketConnection
-
Established a connection with a Vite server running on the given port, using the given sub protocol.
- ViteWebsocketEndpoint - Class in com.vaadin.base.devserver.viteproxy
-
The websocket endpoint for Vite.
- ViteWebsocketEndpoint() - Constructor for class com.vaadin.base.devserver.viteproxy.ViteWebsocketEndpoint
- ViteWebsocketProxy - Class in com.vaadin.base.devserver.viteproxy
-
Connects a brower-server websocket connection with a server-Vite websocket connection.
- ViteWebsocketProxy(Session, Integer) - Constructor for class com.vaadin.base.devserver.viteproxy.ViteWebsocketProxy
-
Creates a new proxy for the given browser-server websocket connection.
- VMAX - Enum constant in enum class com.vaadin.flow.component.Unit
-
Unit code representing the viewport's larger dimension.
- VMIN - Enum constant in enum class com.vaadin.flow.component.Unit
-
Unit code representing the viewport's smaller dimension.
- VOICE_DIAL - Static variable in interface com.vaadin.flow.component.Key
-
The
Voice Dial
key. - VOLUME - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- VOLUME_DOWN - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- VOLUME_OFF - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- VOLUME_UP - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- VW - Enum constant in enum class com.vaadin.flow.component.Unit
-
Unit code representing the viewport's width.
W
- waitForDevServer() - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
-
Waits for the dev server to start.
- waitForFirst() - Method in class com.vaadin.testbench.ElementQuery
-
Executes the search and returns the first result once at least once result is available.
- waitForFirst(long) - Method in class com.vaadin.testbench.ElementQuery
-
Executes the search and returns the first result once at least once result is available.
- waitForLoadingFinished() - Method in class com.vaadin.flow.component.combobox.testbench.MultiSelectComboBoxElement
-
Waits until the combo box has finished loading items to show in the popup
- waitForVaadin() - Method in class com.vaadin.testbench.commands.TestBenchCommandExecutor
-
Block until Vaadin reports it has finished processing server messages.
- waitForVaadin() - Method in class com.vaadin.testbench.TestBenchElement
- waitUntil(ExpectedCondition<T>) - Method in class com.vaadin.testbench.TestBenchElement
-
Waits up to 10 seconds for the given condition to become neither null nor false.
- waitUntil(ExpectedCondition<T>) - Method in class com.vaadin.testbench.TestBenchTestCase
-
Waits up to 10 seconds for the given condition to become neither null nor false.
- waitUntil(ExpectedCondition<T>, long) - Method in class com.vaadin.testbench.TestBenchElement
-
Waits the given number of seconds for the given condition to become neither null nor false.
- waitUntil(ExpectedCondition<T>, long) - Method in class com.vaadin.testbench.TestBenchTestCase
-
Waits the given number of seconds for the given condition to become neither null nor false.
- waitUntilDropDownOpen() - Method in class com.vaadin.flow.component.timepicker.testbench.TimePickerElement
- waitUntilLoadingFinished() - Method in class com.vaadin.flow.component.grid.testbench.GridElement
- WAKE_UP - Static variable in interface com.vaadin.flow.component.Key
-
The
WakeUp
key; used to wake the computer from the hibernation or standby modes. - WALLET - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- WARNING - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- WARNING - Enum constant in enum class com.vaadin.flow.data.binder.ErrorLevel
-
Error level for warning messages.
- WARNING_HEARTBEAT_INTERVAL_NOT_NUMERIC - Static variable in class com.vaadin.flow.server.DefaultDeploymentConfiguration
- WARNING_PUSH_MODE_NOT_RECOGNIZED - Static variable in class com.vaadin.flow.server.DefaultDeploymentConfiguration
- WARNING_XSRF_PROTECTION_DISABLED - Static variable in class com.vaadin.flow.server.DefaultDeploymentConfiguration
- WATERFALL - Static variable in class com.vaadin.flow.component.charts.model.ChartType
- WaterFallSum - Class in com.vaadin.flow.component.charts.model
-
DataSeriesItem that can be used as sum or intermediate sum in waterfall charts.
- WaterFallSum(String) - Constructor for class com.vaadin.flow.component.charts.model.WaterFallSum
- WEB_COMPONENT_BOOTSTRAP_FILE_NAME - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
-
File name of the web component bootstrap file that is generated in frontend
FrontendUtils.GENERATED
folder. - WEB_COMPONENT_HTML - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
-
File name of the web-component.html in client side.
- WebBrowser - Class in com.vaadin.flow.server
-
Provides information about the web browser the user is using that is directly available in the request, for instance browser name and version and IP address.
- WebComponent<C extends Component> - Class in com.vaadin.flow.component.webcomponent
-
Acts as a proxy to the web component root onto which the exporter
Component
is added. - WebComponent(WebComponentBinding, Element) - Constructor for class com.vaadin.flow.component.webcomponent.WebComponent
-
Constructs a
WebComponent
. - WEBCOMPONENT_RESYNC - Enum constant in enum class com.vaadin.flow.server.HandlerHelper.RequestType
-
WebComponent resynchronization requests.
- WebComponentBinding<C extends Component> - Class in com.vaadin.flow.server.webcomponent
-
Represents a single instance of a exported web component instance embedded onto a host page.
- WebComponentBinding(C) - Constructor for class com.vaadin.flow.server.webcomponent.WebComponentBinding
-
Constructs a new
WebComponentBinding
. - WebComponentBootstrapHandler - Class in com.vaadin.flow.server.communication
-
Bootstrap handler for WebComponent requests.
- WebComponentBootstrapHandler() - Constructor for class com.vaadin.flow.server.communication.WebComponentBootstrapHandler
-
Creates a new bootstrap handler with default page builder.
- WebComponentBootstrapHandler(BootstrapHandler.PageBuilder) - Constructor for class com.vaadin.flow.server.communication.WebComponentBootstrapHandler
-
Creates a new bootstrap handler, allowing to use custom page builder.
- WebComponentConfiguration<C extends Component> - Interface in com.vaadin.flow.component.webcomponent
-
Result of defining an embeddable web component using
WebComponentExporter
. - WebComponentConfigurationFactory() - Constructor for class com.vaadin.flow.component.WebComponentExporter.WebComponentConfigurationFactory
- WebComponentConfigurationRegistry - Class in com.vaadin.flow.server.webcomponent
-
Registry for storing available web component configuration implementations.
- WebComponentConfigurationRegistry() - Constructor for class com.vaadin.flow.server.webcomponent.WebComponentConfigurationRegistry
-
Protected constructor for internal OSGi extensions.
- WebComponentConfigurationRegistryInitializer - Class in com.vaadin.flow.server.startup
-
Servlet initializer for collecting all classes that extend
WebComponentExporter
/WebComponentExporterFactory
on startup, creates uniqueWebComponentConfiguration
instances, and adds them toWebComponentConfigurationRegistry
. - WebComponentConfigurationRegistryInitializer() - Constructor for class com.vaadin.flow.server.startup.WebComponentConfigurationRegistryInitializer
- WebComponentConnectEvent(UI, boolean, String, String, String, JsonObject) - Constructor for class com.vaadin.flow.component.webcomponent.WebComponentUI.WebComponentConnectEvent
-
Creates a new web component connection event.
- WebComponentExporter<C extends Component> - Class in com.vaadin.flow.component
-
Exports a
Component
as a web component. - WebComponentExporter(String) - Constructor for class com.vaadin.flow.component.WebComponentExporter
-
Creates a new
WebComponentExporter
instance and configures the tag name of the web component created based on this exporter. - WebComponentExporter.WebComponentConfigurationFactory - Class in com.vaadin.flow.component
-
Produces
WebComponentConfiguration
instances from eitherWebComponentExporter
classes or instances. - WebComponentExporterAwareValidator - Class in com.vaadin.flow.server.startup
-
Checks that specific annotations are not configured wrong.
- WebComponentExporterAwareValidator() - Constructor for class com.vaadin.flow.server.startup.WebComponentExporterAwareValidator
- WebComponentExporterFactory<C extends Component> - Interface in com.vaadin.flow.component
-
Exports a
Component
as a web component. - WebComponentExporterFactory.DefaultWebComponentExporterFactory<C extends Component> - Class in com.vaadin.flow.component
-
Default factory implementation which uses an exporter class to instantiate it using its default constructor.
- WebComponentExporterTagExtractor - Class in com.vaadin.flow.server.webcomponent
-
Retrieves web component tag from a
WebComponentExporterFactory
object. - WebComponentExporterTagExtractor() - Constructor for class com.vaadin.flow.server.webcomponent.WebComponentExporterTagExtractor
- WebComponentExporterUtils - Class in com.vaadin.flow.server.webcomponent
-
Internal utility methods for
WebComponentExporter
andWebComponentExporterFactory
classes. - WebComponentGenerator - Class in com.vaadin.flow.server.webcomponent
-
Generates a client-side web component from a Java class.
- WebComponentModulesWriter - Class in com.vaadin.flow.server.webcomponent
-
Writes web components generated from
WebComponentExporter
implementation classes to a target directory. - WebComponentModulesWriter.DirectoryWriter - Class in com.vaadin.flow.server.webcomponent
-
Enables the usage of given
WebComponentModulesWriter
class via reflection. - WebComponentProvider - Class in com.vaadin.flow.server.communication
-
Request handler that supplies the script/html of the web component matching the given tag.
- WebComponentProvider() - Constructor for class com.vaadin.flow.server.communication.WebComponentProvider
- WebComponentUI - Class in com.vaadin.flow.component.webcomponent
-
Custom UI for use with WebComponents served from the server.
- WebComponentUI() - Constructor for class com.vaadin.flow.component.webcomponent.WebComponentUI
- WebComponentUI.WebComponentConnectEvent - Class in com.vaadin.flow.component.webcomponent
-
Event used for sending the activation event for an exported web component from the client to the server.
- WebComponentWrapper - Class in com.vaadin.flow.component.webcomponent
-
Wrapper component for a web component that exposes
ClientCallable
methods that the client-side components expect to be available. - WebComponentWrapper(Element, WebComponentBinding<?>) - Constructor for class com.vaadin.flow.component.webcomponent.WebComponentWrapper
-
Wrapper class for the server side WebComponent.
- WebComponentWrapper(Element, WebComponentBinding<?>, List<Element>) - Constructor for class com.vaadin.flow.component.webcomponent.WebComponentWrapper
-
Wrapper class for the server side WebComponent.
- webSecurityCustomizer() - Method in class com.vaadin.flow.spring.security.VaadinWebSecurity
-
Registers default
WebSecurityCustomizer
bean. - WEBSOCKET - Enum constant in enum class com.vaadin.flow.shared.ui.Transport
-
Websocket.
- WEBSOCKET_BUFFER_SIZE - Static variable in class com.vaadin.flow.shared.communication.PushConstants
-
The size, in bytes, of the receiving buffer used by some servers.
- WEBSOCKET_FRAGMENT_SIZE - Static variable in class com.vaadin.flow.shared.communication.PushConstants
-
The maximum size, in characters, of a websocket message fragment.
- WEBSOCKET_XHR - Enum constant in enum class com.vaadin.flow.shared.ui.Transport
-
Websocket for server to client, XHR for client to server.
- websocketEndpointDeployer() - Method in class com.vaadin.flow.spring.SpringBootAutoConfiguration
-
Deploys JSR-356 websocket endpoints when Atmosphere is available.
- WEEK - Enum constant in enum class com.vaadin.flow.component.charts.model.RangeSelectorTimespan
- WEEK - Enum constant in enum class com.vaadin.flow.component.charts.model.TimeUnit
- WeekdayElement() - Constructor for class com.vaadin.flow.component.datepicker.testbench.DatePickerElement.WeekdayElement
- WHEAT - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- whenFrontendMappingAvailable(Runnable) - Static method in class com.vaadin.flow.server.VaadinServlet
-
Runs the given runnable when frontend mapping is available.
- WHITE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- WHITESMOKE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- width() - Element in annotation interface com.vaadin.flow.component.page.BodySize
-
Definition for body width.
- WildcardParameter - Annotation Interface in com.vaadin.flow.router
-
Marks a Navigation url parameter as a wildcard allowing 0-N parameter parts to be bound for this url parameter.
- WINDOWS - Enum constant in enum class com.vaadin.flow.shared.BrowserDetails.OperatingSystem
- WINK - Static variable in interface com.vaadin.flow.component.Key
-
Causes the device to identify itself in some fashion, such as by flashing a light, briefly changing the brightness of indicator lights, or emitting a tone.
- withAlt() - Method in class com.vaadin.flow.component.ShortcutRegistration
-
Fluently adds
KeyModifier.ALT
to the shortcut's modifiers. - withAttribute(String) - Method in class com.vaadin.testbench.unit.ComponentQuery
-
Requires the search to find components with the given attribute set, independently of its value.
- withAttribute(String, String) - Method in class com.vaadin.testbench.unit.ComponentQuery
-
Requires the search to find components having the given attribute with exactly the expected value.
- withBefores(FrameworkMethod, Object, Statement) - Method in class com.vaadin.testbench.parallel.ParallelRunner
- withBuildDirectory(String) - Method in class com.vaadin.flow.server.frontend.Options
-
Use the specified directory name (inside the project folder) for the build output.
- withByNameInclusion(Set<String>, Set<String>) - Method in class com.vaadin.flow.component.charts.model.serializers.BeanSerializerDelegator
- withByNameInclusion(Set<String>, Set<String>) - Method in class com.vaadin.flow.component.charts.model.serializers.ThemeGradientColorBeanSerializer
- withCaption(String) - Method in class com.vaadin.testbench.unit.ComponentQuery
-
Requires the component to have a caption equal to the given text Concept of caption vary based on the component type.
- withCaptionContaining(String) - Method in class com.vaadin.testbench.unit.ComponentQuery
-
Requires the component to have a caption containing the given text Concept of caption vary based on the component type.
- withClassName(String...) - Method in class com.vaadin.testbench.unit.ComponentQuery
-
Requires the components to have all the given CSS class names
- withCondition(Predicate<T>) - Method in class com.vaadin.testbench.unit.ComponentQuery
-
Requires the components to satisfy the given condition.
- withConfigurableFilter() - Method in interface com.vaadin.flow.data.provider.DataProvider
-
Wraps this data provider to create a data provider that supports programmatically setting a filter but no filtering through the query.
- withConfigurableFilter() - Method in class com.vaadin.flow.data.provider.hierarchy.AbstractHierarchicalDataProvider
- withConfigurableFilter() - Method in interface com.vaadin.flow.data.provider.hierarchy.HierarchicalDataProvider
- withConfigurableFilter(SerializableBiFunction<Q, C, F>) - Method in interface com.vaadin.flow.data.provider.DataProvider
-
Wraps this data provider to create a data provider that supports programmatically setting a filter that will be combined with a filter provided through the query.
- withConfigurableFilter(SerializableBiFunction<Q, C, F>) - Method in class com.vaadin.flow.data.provider.hierarchy.AbstractHierarchicalDataProvider
- withConfigurableFilter(SerializableBiFunction<Q, C, F>) - Method in interface com.vaadin.flow.data.provider.hierarchy.HierarchicalDataProvider
- withConvertedFilter(SerializableFunction<C, F>) - Method in interface com.vaadin.flow.data.provider.DataProvider
-
Wraps this data provider to create a data provider that uses a different filter type.
- withConvertedFilter(SerializableFunction<C, F>) - Method in class com.vaadin.flow.data.provider.hierarchy.AbstractHierarchicalDataProvider
- withConvertedFilter(SerializableFunction<C, F>) - Method in interface com.vaadin.flow.data.provider.hierarchy.HierarchicalDataProvider
- withConverter(Converter<TARGET, NEWTARGET>) - Method in interface com.vaadin.flow.data.binder.Binder.BindingBuilder
-
Maps the binding to another data type using the given
Converter
. - withConverter(Converter<TARGET, NEWTARGET>) - Method in class com.vaadin.flow.data.binder.Binder.BindingBuilderImpl
- withConverter(Converter<TARGET, NEWTARGET>, boolean) - Method in class com.vaadin.collaborationengine.CollaborationBinder.CollaborationBindingBuilderImpl
- withConverter(Converter<TARGET, NEWTARGET>, boolean) - Method in class com.vaadin.flow.data.binder.Binder.BindingBuilderImpl
-
Implements
Binder.BindingBuilderImpl.withConverter(Converter)
method with additional possibility to disable (reset) default null representation converter. - withConverter(SerializableFunction<TARGET, NEWTARGET>, SerializableFunction<NEWTARGET, TARGET>) - Method in interface com.vaadin.flow.data.binder.Binder.BindingBuilder
-
Maps the binding to another data type using the mapping functions and a possible exception as the error message.
- withConverter(SerializableFunction<TARGET, NEWTARGET>, SerializableFunction<NEWTARGET, TARGET>, String) - Method in interface com.vaadin.flow.data.binder.Binder.BindingBuilder
-
Maps the binding to another data type using the mapping functions and the given error error message if a value cannot be converted to the new target type.
- withCopyTemplates(boolean) - Method in class com.vaadin.flow.server.frontend.Options
-
Sets whether copy templates to
META-INF/VAADIN/config/templates
. - withCtrl() - Method in class com.vaadin.flow.component.ShortcutRegistration
-
Fluently adds
KeyModifier.CONTROL
to the shortcut's modifiers. - withDevBundleBuild(boolean) - Method in class com.vaadin.flow.server.frontend.Options
-
Whether to run dev mode bundle build, useful when not using a dev server.
- withEmbeddableWebComponents(boolean) - Method in class com.vaadin.flow.server.frontend.Options
-
Sets whether to collect and package
WebComponentExporter
dependencies. - withEnablePnpm(boolean) - Method in class com.vaadin.flow.server.frontend.Options
-
Enables pnpm tool.
- withFeatureFlags(FeatureFlags) - Method in class com.vaadin.flow.server.frontend.Options
- withFilterId(Object) - Method in class com.vaadin.flow.component.charts.model.serializers.BeanSerializerDelegator
- withFilterId(Object) - Method in class com.vaadin.flow.component.charts.model.serializers.ThemeGradientColorBeanSerializer
- withFocusDelay(int) - 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.
- withFrontendDirectory(File) - Method in class com.vaadin.flow.server.frontend.Options
-
Sets the directory containing the project's frontend files
- withFrontendGeneratedFolder(File) - Method in class com.vaadin.flow.server.frontend.Options
-
Set the folder where frontend files should be generated.
- withFrontendHotdeploy(boolean) - Method in class com.vaadin.flow.server.frontend.Options
-
Whether to run with a dev server (when not in production mode).
- withFunction(String, SerializableBiConsumer<SOURCE, JsonArray>) - Method in class com.vaadin.flow.data.renderer.LitRenderer
-
Adds a function that can be called from within the template expression.
- withFunction(String, SerializableConsumer<SOURCE>) - Method in class com.vaadin.flow.data.renderer.LitRenderer
-
Adds a function that can be called from within the template expression.
- withGeneratedFolder(File) - Method in class com.vaadin.flow.server.frontend.Options
-
Sets the irectory where generated files are written.
- withHideDelay(int) - 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.
- withHomeNodeExecRequired(boolean) - Method in class com.vaadin.flow.server.frontend.Options
-
Requires node executable to be installed in vaadin home folder.
- withHoverDelay(int) - 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.
- withId(String) - Method in class com.vaadin.testbench.unit.ComponentQuery
-
Requires the component to have the given id
- withIgnorals(String[]) - Method in class com.vaadin.flow.component.charts.model.serializers.ThemeGradientColorBeanSerializer
- withIgnorals(Set<String>) - Method in class com.vaadin.flow.component.charts.model.serializers.BeanSerializerDelegator
- withIgnorals(Set<String>) - Method in class com.vaadin.flow.component.charts.model.serializers.ThemeGradientColorBeanSerializer
- withJarFrontendResourcesFolder(File) - Method in class com.vaadin.flow.server.frontend.Options
-
Sets the appropriate npm package folder for copying flow resources in jars.
- withLeaveObservers(Deque<BeforeLeaveHandler>) - Static method in class com.vaadin.flow.router.internal.Postpone
-
Set any remaining
BeforeLeaveHandler
s to be continued from. - withLength(int, int) - Static method in class com.vaadin.flow.internal.Range
-
Creates a range from a start point, with a given length.
- withManual(boolean) - Method in class com.vaadin.flow.component.shared.Tooltip
-
When true, the tooltip is controlled programmatically instead of reacting to focus and mouse events.
- withMaxResults(int) - Method in class com.vaadin.testbench.unit.ComponentQuery
-
Requires the search to find at most the given number of components
- withMeta() - Method in class com.vaadin.flow.component.ShortcutRegistration
-
Fluently adds
KeyModifier.META
to the shortcut's modifiers. - withMinResults(int) - Method in class com.vaadin.testbench.unit.ComponentQuery
-
Requires the search to find at least the given number of components
- withModifiers(KeyModifier...) - Method in class com.vaadin.flow.component.ShortcutRegistration
-
Configures
KeyModifiers
for the shortcut. - withNavigationObservers(Deque<BeforeEnterHandler>) - Static method in class com.vaadin.flow.router.internal.Postpone
-
Set any remaining
BeforeEnterHandler
s to be continued from. - withNodeDownloadRoot(URI) - Method in class com.vaadin.flow.server.frontend.Options
-
Sets the download node.js URL.
- withNodeVersion(String) - Method in class com.vaadin.flow.server.frontend.Options
-
Sets the node.js version to be used when node.js is installed automatically by Vaadin, for example
"v16.0.0"
. - withNullRepresentation(TARGET) - Method in class com.vaadin.collaborationengine.CollaborationBinder.CollaborationBindingBuilderImpl
- withNullRepresentation(TARGET) - Method in interface com.vaadin.flow.data.binder.Binder.BindingBuilder
-
Maps binding value
null
to given null representation and back tonull
when converting back to model value. - withObjectIdWriter(ObjectIdWriter) - Method in class com.vaadin.flow.component.charts.model.serializers.BeanSerializerDelegator
- withObjectIdWriter(ObjectIdWriter) - Method in class com.vaadin.flow.component.charts.model.serializers.ThemeGradientColorBeanSerializer
- withOnly(int) - Static method in class com.vaadin.flow.internal.Range
-
Creates a range object representing a single integer.
- withoutAttribute(String) - Method in class com.vaadin.testbench.unit.ComponentQuery
-
Requires the search to find components without the given attribute.
- withoutAttribute(String, String) - Method in class com.vaadin.testbench.unit.ComponentQuery
-
Requires the search to find components having the given attribute value different from the provided one, or to not have the attribute at all.
- withoutClassName(String...) - Method in class com.vaadin.testbench.unit.ComponentQuery
-
Requires the components to have none of the given CSS class names
- withoutTheme(String) - Method in class com.vaadin.testbench.unit.ComponentQuery
-
Add theme that should not be available on the target component.
- withPath(String) - Method in class com.vaadin.flow.router.NavigationStateBuilder
-
Assign the path that was used for determining the navigation target.
- withPosition(Tooltip.TooltipPosition) - Method in class com.vaadin.flow.component.shared.Tooltip
-
Position of the tooltip with respect to its target.
- withPostinstallPackages(List<String>) - Method in class com.vaadin.flow.server.frontend.Options
-
Sets the additional npm packages to run
postinstall
for. - withProductionMode(boolean) - Method in class com.vaadin.flow.server.frontend.Options
-
Sets the production mode.
- withProperties(BeanPropertyWriter[], BeanPropertyWriter[]) - Method in class com.vaadin.flow.component.charts.model.serializers.BeanSerializerDelegator
- withProperties(BeanPropertyWriter[], BeanPropertyWriter[]) - Method in class com.vaadin.flow.component.charts.model.serializers.ThemeGradientColorBeanSerializer
- withProperty(String, ValueProvider<SOURCE, ?>) - Method in class com.vaadin.flow.data.renderer.LitRenderer
-
Makes a property available to the template expression.
- withPropertySet(PropertySet<BEAN>) - Static method in class com.vaadin.flow.data.binder.Binder
-
Creates a binder using a custom
PropertySet
implementation for finding and resolving property names forBinder.bindInstanceFields(Object)
,Binder.bind(HasValue, String)
andBinder.BindingBuilder.bind(String)
. - withPropertyValue(Function<T, V>, V) - Method in class com.vaadin.testbench.unit.ComponentQuery
-
Requires the given property to have expected value.
- withResultsSize(int) - Method in class com.vaadin.testbench.unit.ComponentQuery
-
Requires the search to find exactly the given number of components
- withResultsSize(int, int) - Method in class com.vaadin.testbench.unit.ComponentQuery
-
Requires the search to find a number of components within given range
- withRunNpmInstall(boolean) - Method in class com.vaadin.flow.server.frontend.Options
-
Sets whether run
npm install
after updating dependencies. - withScope(EntryScope) - Method in class com.vaadin.collaborationengine.ListOperation
-
Sets the scope of the item affected by this operation.
- withSecretKey() - Method in class com.vaadin.flow.spring.security.stateless.VaadinStatelessSecurityConfigurer
-
Specifies using a secret key for signing and verification.
- withSecretKey(Customizer<VaadinStatelessSecurityConfigurer.SecretKeyConfigurer>) - Method in class com.vaadin.flow.spring.security.stateless.VaadinStatelessSecurityConfigurer
-
Specifies using a secret key for signing and verification.
- withShift() - Method in class com.vaadin.flow.component.ShortcutRegistration
-
Fluently adds
KeyModifier.SHIFT
to the shortcut's modifiers. - withStatusLabel(HasText) - Method in interface com.vaadin.flow.data.binder.Binder.BindingBuilder
-
Sets the given
label
to show an error message if validation fails. - withTarget(RouteTarget, RouteParameters) - Method in class com.vaadin.flow.router.NavigationStateBuilder
-
Assigns the given route target with the given route parameters to the navigation state being built.
- withTarget(Class<? extends Component>) - Method in class com.vaadin.flow.router.NavigationStateBuilder
-
Assigns the given navigation target to the navigation state being built.
- withTarget(Class<? extends Component>, RouteParameters) - Method in class com.vaadin.flow.router.NavigationStateBuilder
-
Assigns the given navigation target with the given url parameter to the navigation state being built.
- withText(String) - Method in class com.vaadin.flow.component.shared.Tooltip
-
String used as a tooltip content.
- withText(String) - Method in class com.vaadin.testbench.unit.ComponentQuery
-
Requires the text content of the component to be equal to the given text
- withTextContaining(String) - Method in class com.vaadin.testbench.unit.ComponentQuery
-
Requires the text content of the component to contain the given text
- withTheme(String) - Method in class com.vaadin.testbench.unit.ComponentQuery
-
Add theme that should be set on the target component.
- withTokenFile(File) - Method in class com.vaadin.flow.server.frontend.Options
-
Sets the token file (flow-build-info.json) path.
- withValidationStatusHandler(BindingValidationStatusHandler) - Method in interface com.vaadin.flow.data.binder.Binder.BindingBuilder
-
Sets a
BindingValidationStatusHandler
to track validation status changes. - withValidationStatusHandler(BindingValidationStatusHandler) - Method in class com.vaadin.flow.data.binder.Binder.BindingBuilderImpl
- withValidator(Validator<? super BEAN>) - Method in class com.vaadin.flow.data.binder.Binder
-
Adds an bean level validator.
- withValidator(Validator<? super TARGET>) - Method in interface com.vaadin.flow.data.binder.Binder.BindingBuilder
-
Adds a validator to this binding.
- withValidator(Validator<? super TARGET>) - Method in class com.vaadin.flow.data.binder.Binder.BindingBuilderImpl
- withValidator(SerializablePredicate<? super TARGET>, ErrorMessageProvider) - Method in interface com.vaadin.flow.data.binder.Binder.BindingBuilder
-
A convenience method to add a validator to this binding using the
Validator.from(SerializablePredicate, ErrorMessageProvider)
factory method. - withValidator(SerializablePredicate<? super TARGET>, ErrorMessageProvider, ErrorLevel) - Method in interface com.vaadin.flow.data.binder.Binder.BindingBuilder
-
A convenience method to add a validator to this binding using the
Validator.from(SerializablePredicate, ErrorMessageProvider, ErrorLevel)
factory method. - withValidator(SerializablePredicate<? super TARGET>, String) - Method in interface com.vaadin.flow.data.binder.Binder.BindingBuilder
-
A convenience method to add a validator to this binding using the
Validator.from(SerializablePredicate, String)
factory method. - withValidator(SerializablePredicate<? super TARGET>, String, ErrorLevel) - Method in interface com.vaadin.flow.data.binder.Binder.BindingBuilder
-
A convenience method to add a validator to this binding using the
Validator.from(SerializablePredicate, String, ErrorLevel)
factory method. - withValidator(SerializablePredicate<BEAN>, ErrorMessageProvider) - Method in class com.vaadin.flow.data.binder.Binder
-
A convenience method to add a validator to this binder using the
Validator.from(SerializablePredicate, ErrorMessageProvider)
factory method. - withValidator(SerializablePredicate<BEAN>, String) - Method in class com.vaadin.flow.data.binder.Binder
-
A convenience method to add a validator to this binder using the
Validator.from(SerializablePredicate, String)
factory method. - withValue(V) - Method in class com.vaadin.testbench.unit.ComponentQuery
-
Requires the component to be an implementation of
HasValue
interface and to have exactly the given value. - withWebpack(File, File) - Method in class com.vaadin.flow.server.frontend.Options
-
Sets the webpack related properties.
- WORDS - Enum constant in enum class com.vaadin.flow.component.textfield.Autocapitalize
-
Automatically capitalize the first letter of words.
- WORKPLACE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- wrap(TestBenchElement, Class<T>) - Static method in class com.vaadin.testbench.TestBench
- wrap(Class<T>) - Method in class com.vaadin.testbench.TestBenchElement
- wrap(Class<T>, WebElement) - Method in class com.vaadin.testbench.TestBenchTestCase
-
Decorates the element with the specified Element type, making it possible to use component-specific API on elements found using standard Selenium API.
- WRAP - Enum constant in enum class com.vaadin.flow.component.orderedlayout.FlexLayout.FlexWrap
-
If items are not able to fit into a single row they are allowed to wrap into a follow up line.
- WRAP - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FlexWrap
- WRAP_REVERSE - Enum constant in enum class com.vaadin.flow.component.orderedlayout.FlexLayout.FlexWrap
-
If items are not able to fit into a single row they are allowed to wrap into a follow up line.
- WRAP_REVERSE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FlexWrap
- wrapElement(WebElement, TestBenchCommandExecutor) - Static method in class com.vaadin.testbench.TestBenchElement
- wrapElementOrElements(Object, TestBenchCommandExecutor) - Static method in class com.vaadin.testbench.TestBenchDriverProxy
-
Wraps any
WebElement
found inside the object inside aTestBenchElement
. - wrapElements(List<WebElement>, TestBenchCommandExecutor) - Static method in class com.vaadin.testbench.TestBenchElement
- WrappedHttpSession - Class in com.vaadin.flow.server
-
Wrapper for
HttpSession
. - WrappedHttpSession(HttpSession) - Constructor for class com.vaadin.flow.server.WrappedHttpSession
-
Creates a new wrapped http session.
- WrappedSession - Interface in com.vaadin.flow.server
-
A generic session, wrapping a more specific session implementation, e.g.
- wrapperElement - Variable in class com.vaadin.flow.component.UI
- wrapping() - Element in annotation interface com.vaadin.flow.component.page.Inline
-
The element type to inline as.
- WRENCH - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- write(File) - Method in class com.vaadin.external.apache.commons.fileupload2.disk.DiskFileItem
-
A convenience method to write an uploaded item to disk.
- write(File) - Method in interface com.vaadin.external.apache.commons.fileupload2.FileItem
-
A convenience method to write an uploaded item to disk.
- write(OutputStream) - Method in class com.vaadin.flow.server.PwaIcon
-
Writes the icon image to output stream.
- writeBean(BEAN) - Method in class com.vaadin.flow.data.binder.Binder
-
Writes changes from the bound fields to the given bean if all validators (binding and bean level) pass.
- writeBeanAsDraft(BEAN) - Method in class com.vaadin.flow.data.binder.Binder
-
Writes successfully converted and validated changes from the bound fields to the bean even if there are other fields with non-validated changes.
- writeBeanAsDraft(BEAN, boolean) - Method in class com.vaadin.flow.data.binder.Binder
-
Writes successfully converted changes from the bound fields bypassing all the Validation or all fields passing conversion if forced = true.
- writeBeanIfValid(BEAN) - Method in class com.vaadin.flow.data.binder.Binder
-
Writes changes from the bound fields to the given bean if all validators (binding and bean level) pass.
- writeBootstrapPage(String, VaadinResponse, Element, String) - Method in class com.vaadin.flow.server.communication.WebComponentBootstrapHandler
-
Copies the
Elements
found in the givenhead
elements into the head of the embedding website using JavaScript. - writeCacheHeaders(String, HttpServletResponse) - Method in class com.vaadin.flow.server.StaticFileServer
-
Writes cache headers for the file into the response.
- writeErrorCodeIfRequestLocationIsInvalid(VaadinRequest, VaadinResponse) - Method in class com.vaadin.flow.server.BootstrapHandler
-
Checks whether the request is for a valid location, and if not, writes the error code for the response.
- writeImportLines(List<String>) - Method in class com.vaadin.flow.server.frontend.GenerateMainImports
- writeItemChanges() - Method in class com.vaadin.flow.component.crud.BinderCrudEditor
- writeItemChanges() - Method in interface com.vaadin.flow.component.crud.CrudEditor
-
Writes any pending input update (if any) to the item.
- writeModificationTimestamp(URL, HttpServletRequest, HttpServletResponse) - Method in class com.vaadin.flow.server.StaticFileServer
-
Writes the modification timestamp info for the file into the response.
- writeResponseContents(String, URL, HttpServletRequest, HttpServletResponse) - Method in class com.vaadin.flow.internal.ResponseWriter
-
Writes the contents and content type (if available) of the given resourceUrl to the response.
- writeStream(ServletOutputStream, InputStream) - Method in class com.vaadin.base.devserver.AbstractDevServerRunner
- writeStringResponse(VaadinResponse, String, String) - Method in class com.vaadin.flow.server.VaadinService
-
Writes the given string as a response using the given content type.
- writeToHttpSession(WrappedSession, VaadinSession) - Method in class com.vaadin.flow.server.VaadinService
-
Performs the actual write of the VaadinSession to the underlying HTTP session after sanity checks have been performed.
- writeUncachedStringResponse(VaadinResponse, String, String) - Method in class com.vaadin.flow.server.VaadinService
-
Writes the given string as a response with headers to prevent caching and using the given content type.
X
- X - Enum constant in enum class com.vaadin.flow.component.charts.model.Dimension
- X - Enum constant in enum class com.vaadin.flow.component.charts.model.ZoneAxis
- X_ATTRIBUTE - Static variable in class com.vaadin.flow.component.charts.model.DataProviderSeries
- X_AXIS - Enum constant in enum class com.vaadin.flow.component.charts.model.AxisDimension
- xAttribute - Static variable in class com.vaadin.flow.component.charts.model.serializers.DataProviderSeriesBeanSerializer
- XAxesExtremesSetEvent - Class in com.vaadin.flow.component.charts.events
-
The XAxesExtremesSetEvent class stores data for set extremes events on the x axes of the chart.
- XAxesExtremesSetEvent(Chart, boolean, double, double, int) - Constructor for class com.vaadin.flow.component.charts.events.XAxesExtremesSetEvent
- XAxis - Class in com.vaadin.flow.component.charts.model
-
The X axis or category axis.
- XAxis() - Constructor for class com.vaadin.flow.component.charts.model.XAxis
- XLARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.BoxShadow
- XLARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontSize.Breakpoint.Large
- XLARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontSize.Breakpoint.Medium
- XLARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontSize.Breakpoint.Small
- XLARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontSize.Breakpoint.XLarge
- XLARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontSize.Breakpoint.XXLarge
- XLARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontSize
- XLARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Gap.Column
- XLARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Gap.Row
- XLARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Gap
- XLARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Height
- XLARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.Bottom
- XLARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.End
- XLARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.Horizontal
- XLARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.Left
- XLARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.Right
- XLARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.Start
- XLARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.Top
- XLARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.Vertical
- XLARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin
- XLARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding.Bottom
- XLARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding.End
- XLARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding.Horizontal
- XLARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding.Left
- XLARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding.Right
- XLARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding.Start
- XLARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding.Top
- XLARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding.Vertical
- XLARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding
- XLARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Width
- XRANGE - Static variable in class com.vaadin.flow.component.charts.model.ChartType
- XSMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.BoxShadow
- XSMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontSize.Breakpoint.Large
- XSMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontSize.Breakpoint.Medium
- XSMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontSize.Breakpoint.Small
- XSMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontSize.Breakpoint.XLarge
- XSMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontSize.Breakpoint.XXLarge
- XSMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontSize
- XSMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Gap.Column
- XSMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Gap.Row
- XSMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Gap
- XSMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Height
- XSMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.LineHeight
- XSMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.Bottom
- XSMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.End
- XSMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.Horizontal
- XSMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.Left
- XSMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.Right
- XSMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.Start
- XSMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.Top
- XSMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin.Vertical
- XSMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Margin
- XSMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding.Bottom
- XSMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding.End
- XSMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding.Horizontal
- XSMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding.Left
- XSMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding.Right
- XSMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding.Start
- XSMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding.Top
- XSMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding.Vertical
- XSMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Padding
- XSMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.Width
- XXLARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontSize.Breakpoint.Large
- XXLARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontSize.Breakpoint.Medium
- XXLARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontSize.Breakpoint.Small
- XXLARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontSize.Breakpoint.XLarge
- XXLARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontSize.Breakpoint.XXLarge
- XXLARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontSize
- XXSMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontSize.Breakpoint.Large
- XXSMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontSize.Breakpoint.Medium
- XXSMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontSize.Breakpoint.Small
- XXSMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontSize.Breakpoint.XLarge
- XXSMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontSize.Breakpoint.XXLarge
- XXSMALL - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontSize
- XXXLARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontSize.Breakpoint.Large
- XXXLARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontSize.Breakpoint.Medium
- XXXLARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontSize.Breakpoint.Small
- XXXLARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontSize.Breakpoint.XLarge
- XXXLARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontSize.Breakpoint.XXLarge
- XXXLARGE - Static variable in class com.vaadin.flow.theme.lumo.LumoUtility.FontSize
- XY - Enum constant in enum class com.vaadin.flow.component.charts.model.Dimension
- XYZSource - Class in com.vaadin.flow.component.map.configuration.source
-
Source for loading tiled images from a map service using the Slippy Map tile numbering scheme, also known as XYZ format.
- XYZSource() - Constructor for class com.vaadin.flow.component.map.configuration.source.XYZSource
- XYZSource(XYZSource.Options) - Constructor for class com.vaadin.flow.component.map.configuration.source.XYZSource
- XYZSource.Options - Class in com.vaadin.flow.component.map.configuration.source
Y
- Y - Enum constant in enum class com.vaadin.flow.component.charts.model.Dimension
- Y - Enum constant in enum class com.vaadin.flow.component.charts.model.ZoneAxis
- Y_ATTRIBUTE - Static variable in class com.vaadin.flow.component.charts.model.DataProviderSeries
- Y_AXIS - Enum constant in enum class com.vaadin.flow.component.charts.model.AxisDimension
- yAttribute - Static variable in class com.vaadin.flow.component.charts.model.serializers.DataProviderSeriesBeanSerializer
- YAxesExtremesSetEvent - Class in com.vaadin.flow.component.charts.events
-
The YAxesExtremesSetEvent class stores data for set extremes events on the y axes of the chart.
- YAxesExtremesSetEvent(Chart, boolean, double, double, int) - Constructor for class com.vaadin.flow.component.charts.events.YAxesExtremesSetEvent
- YAxis - Class in com.vaadin.flow.component.charts.model
-
The Y axis or value axis.
- YAxis() - Constructor for class com.vaadin.flow.component.charts.model.YAxis
- YEAR - Enum constant in enum class com.vaadin.flow.component.charts.model.IntervalUnit
- YEAR - Enum constant in enum class com.vaadin.flow.component.charts.model.RangeSelectorTimespan
- YEAR - Enum constant in enum class com.vaadin.flow.component.charts.model.TimeUnit
- YEAR_TO_DATE - Enum constant in enum class com.vaadin.flow.component.charts.model.RangeSelectorTimespan
- YELLOW - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- YELLOW - Static variable in class com.vaadin.flow.server.frontend.FrontendUtils
- YELLOWGREEN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
- YOUTUBE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
- YOUTUBE_SQUARE - Enum constant in enum class com.vaadin.flow.component.icon.VaadinIcon
Z
- Z_AXIS - Enum constant in enum class com.vaadin.flow.component.charts.model.AxisDimension
- ZAxis - Class in com.vaadin.flow.component.charts.model
-
The Z axis or depth axis for 3D plots.
- ZAxis() - Constructor for class com.vaadin.flow.component.charts.model.ZAxis
- ZENKAKU - Static variable in interface com.vaadin.flow.component.Key
-
The
Zenkaku
(full width) characters key. - ZENKAKU_HANAKU - Static variable in interface com.vaadin.flow.component.Key
-
The
Zenkaku/Hankaku
(full width/half width) toggle key. - ZoneAxis - Enum Class in com.vaadin.flow.component.charts.model
-
Defines the Axis on which the zones are applied.
- Zones - Class in com.vaadin.flow.component.charts.model
-
An array defining zones within a series.
- Zones() - Constructor for class com.vaadin.flow.component.charts.model.Zones
- ZOOM_IN - Static variable in interface com.vaadin.flow.component.Key
-
The
ZoomIn
key. - ZOOM_OUT - Static variable in interface com.vaadin.flow.component.Key
-
The
ZoomOut
key. - ZOOM_TOGGLE - Static variable in interface com.vaadin.flow.component.Key
-
Toggles between full-screen and scaled content display, or otherwise change the magnification level.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
Tabs.add(Tab...)
instead.