Skip navigation links
$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

$

$(Class<T>) - Method in interface com.vaadin.testbench.HasElementQuery
Prepare a ElementQuery instance to use for locating components on the client.
$(String) - Method in interface com.vaadin.testbench.HasElementQuery
Prepare a ElementQuery instance to use for locating components on the client.
$modelType() - Method in interface com.vaadin.flow.templatemodel.TemplateModelProxyHandler.ModelProxy
Gets the model type definition for this type.
$modelType(BeanModelType<?>) - Method in interface com.vaadin.flow.templatemodel.TemplateModelProxyHandler.ModelProxy
Sets the model type for this instance.
$stateNode() - Method in interface com.vaadin.flow.templatemodel.TemplateModelProxyHandler.ModelProxy
Gets the state node that this instance is backed by.
$stateNode(StateNode) - Method in interface com.vaadin.flow.templatemodel.TemplateModelProxyHandler.ModelProxy
Sets the state node that this instance is backed by.

A

A - Static variable in annotation type com.vaadin.flow.component.Tag
Tag for an <a>.
ABORT - Static variable in interface com.vaadin.flow.component.Key
This value matches DOM's KeyboardEvent's event.code.
abort() - Method in class com.vaadin.flow.component.upload.testbench.UploadElement
Aborts any upload currently in progress.
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
 
AbstractAppRouterLayout - Class in com.vaadin.flow.component.applayout
Convenience class for using an AppLayout as a parent layout in a Flow application.
AbstractAppRouterLayout() - Constructor for class com.vaadin.flow.component.applayout.AbstractAppRouterLayout
 
AbstractAttachDetachEvent - Class in com.vaadin.flow.component.internal
Internal helper for AttachEvent and DetachEvent.
AbstractAttachDetachEvent(Component) - Constructor for class com.vaadin.flow.component.internal.AbstractAttachDetachEvent
Creates a new event with the given component as source.
AbstractBackEndDataProvider<T,F> - Class in com.vaadin.flow.data.provider
Abstract base class for implementing back end data providers.
AbstractBackEndDataProvider() - Constructor for class com.vaadin.flow.data.provider.AbstractBackEndDataProvider
 
AbstractBackEndHierarchicalDataProvider<T,F> - Class in com.vaadin.flow.data.provider.hierarchy
Abstract base class for implementing BackEndHierarchicalDataProviders.
AbstractBackEndHierarchicalDataProvider() - Constructor for class com.vaadin.flow.data.provider.hierarchy.AbstractBackEndHierarchicalDataProvider
 
AbstractBasicModelType<T> - Class in com.vaadin.flow.templatemodel
Common abstract class with generic functionality for basic mode type.
AbstractBasicModelType(Class<T>) - Constructor for class com.vaadin.flow.templatemodel.AbstractBasicModelType
 
AbstractBeanPropertyDefinition<T,V> - Class in com.vaadin.flow.data.binder
Abstract base class for PropertyDefinition implementations for beans.
AbstractBeanPropertyDefinition(BeanPropertySet<T>, Class<?>, PropertyDescriptor) - Constructor for class com.vaadin.flow.data.binder.AbstractBeanPropertyDefinition
Constructor for setting the immutable descriptor, property set and property holder type used by this instance.
AbstractComponentDataGenerator<T> - Class in com.vaadin.flow.data.provider
Abstract class used as base for DataGenerators that need to manage the lifecycle of components, according to what items are requested or destroyed.
AbstractComponentDataGenerator() - Constructor for class com.vaadin.flow.data.provider.AbstractComponentDataGenerator
 
AbstractCompositeField<C extends Component,S extends AbstractCompositeField<C,S,T>,T> - Class in com.vaadin.flow.component
An abstract field class that is backed by a composite component.
AbstractCompositeField(T) - Constructor for class com.vaadin.flow.component.AbstractCompositeField
Creates a new field.
AbstractConfigurationObject - Class in com.vaadin.flow.component.charts.model
Abstract base class for model classes to be serialized to JSON.
AbstractConfigurationObject() - Constructor for class com.vaadin.flow.component.charts.model.AbstractConfigurationObject
 
AbstractDataLabels - Class in com.vaadin.flow.component.charts.model
 
AbstractDataLabels() - Constructor for class com.vaadin.flow.component.charts.model.AbstractDataLabels
 
AbstractDataProvider<T,F> - Class in com.vaadin.flow.data.provider
Abstract data provider implementation which takes care of refreshing data from the underlying data provider.
AbstractDataProvider() - Constructor for class com.vaadin.flow.data.provider.AbstractDataProvider
 
AbstractDeploymentConfiguration - Class in com.vaadin.flow.server
An abstract base class for DeploymentConfiguration implementations.
AbstractDeploymentConfiguration() - Constructor for class com.vaadin.flow.server.AbstractDeploymentConfiguration
 
AbstractField<C extends AbstractField<C,T>,T> - Class in com.vaadin.flow.component
An abstract implementation of a field, or a Component allowing user input.
AbstractField(T) - Constructor for class com.vaadin.flow.component.AbstractField
Creates a new field with an element created based on the Tag annotation of the sub class.
AbstractField(Element, T) - Constructor for class com.vaadin.flow.component.AbstractField
Creates a new field with the given element instance.
AbstractField.ComponentValueChangeEvent<C extends Component,V> - Class in com.vaadin.flow.component
Value change event fired by components.
AbstractFieldSupport<C extends Component & HasValue<AbstractField.ComponentValueChangeEvent<C,T>,T>,T> - Class in com.vaadin.flow.component.internal
Encapsulates all the logic required for a typical field implementation.
AbstractFieldSupport(C, T, SerializableBiPredicate<T, T>, SerializableConsumer<T>) - Constructor for class com.vaadin.flow.component.internal.AbstractFieldSupport
Creates a new field support.
AbstractFileBuffer - Class in com.vaadin.flow.component.upload.receivers
Abstract class for common file receiver buffers.
AbstractFileBuffer() - Constructor for class com.vaadin.flow.component.upload.receivers.AbstractFileBuffer
Constructor for creating a file buffer with the default 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
 
AbstractListChange<T extends Serializable> - Class in com.vaadin.flow.internal.change
Change describing an operation (add/remove) in a list node feature.
AbstractListChange(NodeList<T>, int) - Constructor for class com.vaadin.flow.internal.change.AbstractListChange
Creates a new list change.
AbstractLogin - Class in com.vaadin.flow.component.login
Abstract component for the <vaadin-login-overlay> and <vaadin-login-form> components.
AbstractLogin() - Constructor for class com.vaadin.flow.component.login.AbstractLogin
Initializes a new AbstractLogin with a default localization.
AbstractLogin(LoginI18n) - Constructor for class com.vaadin.flow.component.login.AbstractLogin
Initializes a new AbstractLogin.
AbstractLogin.ForgotPasswordEvent - Class in com.vaadin.flow.component.login
`forgot-password` is fired when the user clicks Forgot password button
AbstractLogin.LoginEvent - Class in com.vaadin.flow.component.login
`login` is fired when the user either clicks Submit button or presses an Enter key.
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
 
AbstractPlotOptions - Class in com.vaadin.flow.component.charts.model
 
AbstractPlotOptions() - Constructor for class com.vaadin.flow.component.charts.model.AbstractPlotOptions
 
AbstractPropertyMap - Class in com.vaadin.flow.internal.nodefeature
Abstract class to be used as a parent for node maps which supports setting properties in a map.
AbstractPropertyMap(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.AbstractPropertyMap
Creates a new element property map for the given node.
AbstractRouteRegistry - Class in com.vaadin.flow.router.internal
AbstractRouteRegistry with locking support and configuration.
AbstractRouteRegistry() - Constructor for class com.vaadin.flow.router.internal.AbstractRouteRegistry
 
AbstractRouteRegistry.Configuration - Interface in com.vaadin.flow.router.internal
Configuration interface to use for updating the configuration entity.
AbstractRouteRegistryInitializer - Class in com.vaadin.flow.server.startup
Common validation methods for route registry initializer.
AbstractRouteRegistryInitializer() - Constructor for class com.vaadin.flow.server.startup.AbstractRouteRegistryInitializer
 
AbstractRpcInvocationHandler - Class in com.vaadin.flow.server.communication.rpc
Abstract invocation handler implementation with common methods.
AbstractRpcInvocationHandler() - Constructor for class com.vaadin.flow.server.communication.rpc.AbstractRpcInvocationHandler
 
AbstractSeries - Class in com.vaadin.flow.component.charts.model
Abstract base class for series
AbstractSeries() - Constructor for class com.vaadin.flow.component.charts.model.AbstractSeries
 
AbstractSeries(String) - Constructor for class com.vaadin.flow.component.charts.model.AbstractSeries
Constructs a named series
AbstractSeriesBeanSerializer - Class in com.vaadin.flow.component.charts.model.serializers
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, Number) - Constructor for class com.vaadin.flow.component.charts.events.internal.AbstractSeriesItemEvent
Constructs the event with a value (without the series item).
AbstractSeriesItemEvent(Series, DataSeriesItem) - Constructor for class com.vaadin.flow.component.charts.events.internal.AbstractSeriesItemEvent
Constructs the event with a series item (without the value).
AbstractServerHandlers<T> - Class in com.vaadin.flow.internal.nodefeature
Abstract class for collecting Methods which are published as serverObject.<name> on the client side.
AbstractServerHandlers(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.AbstractServerHandlers
Creates a new meta information list for the given state node.
AbstractSinglePropertyField<C extends AbstractField<C,T>,T> - Class in com.vaadin.flow.component
Abstract field that is based on a single element property.
AbstractSinglePropertyField(String, T, boolean) - Constructor for class com.vaadin.flow.component.AbstractSinglePropertyField
Creates a new field that uses a property value without any conversion.
AbstractSinglePropertyField(String, T, Class<P>, SerializableFunction<P, T>, SerializableFunction<T, P>) - Constructor for class com.vaadin.flow.component.AbstractSinglePropertyField
Creates a new field that uses a property value with the given stateless converters for producing a model value.
AbstractSinglePropertyField(String, T, Class<P>, SerializableBiFunction<C, P, T>, SerializableBiFunction<C, T, P>) - Constructor for class com.vaadin.flow.component.AbstractSinglePropertyField
Creates a new field that uses a property value with the given contextual converters for producing a model value.
AbstractStreamResource - Class in com.vaadin.flow.server
Abstract stream resource class.
AbstractStreamResource() - Constructor for class com.vaadin.flow.server.AbstractStreamResource
 
AbstractStringToNumberConverter<T extends Number> - Class in com.vaadin.flow.data.converter
A converter that converts from the number type T to String and back.
AbstractStringToNumberConverter(T, ErrorMessageProvider) - Constructor for class com.vaadin.flow.data.converter.AbstractStringToNumberConverter
Creates a new converter instance with the given presentation value for empty string and error message provider.
AbstractStringToNumberConverter(T, String) - Constructor for class com.vaadin.flow.data.converter.AbstractStringToNumberConverter
Creates a new converter instance with the given presentation value for empty string and error message.
AbstractTemplate<M> - Class in com.vaadin.flow.component.polymertemplate
 
AbstractTemplate() - Constructor for class com.vaadin.flow.component.polymertemplate.AbstractTemplate
 
AbstractTemplate(StateNode) - Constructor for class com.vaadin.flow.component.polymertemplate.AbstractTemplate
 
AbstractTextElementStateProvider - Class in com.vaadin.flow.dom.impl
Abstract element state provider for text nodes.
AbstractTextElementStateProvider() - Constructor for class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
 
AbstractTheme - Interface in com.vaadin.flow.theme
Abstract theme definition class for defining theme variables when in use.
AbstractValidator<T> - Class in com.vaadin.flow.data.validator
An abstract base class for typed validators.
AbstractValidator(String) - Constructor for class com.vaadin.flow.data.validator.AbstractValidator
Constructs a validator with the given error message.
accept(T, V) - Method in interface com.vaadin.flow.component.gridpro.ItemUpdater
Called when a new value has been entered to an editor for an item.
ACCEPT - Static variable in interface com.vaadin.flow.component.Key
The Accept, Commit, or OK key or button.
accept(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(T, U, V) - Method in interface com.vaadin.flow.function.SerializableTriConsumer
Performs the action.
accept(OutputStream, VaadinSession) - Method in interface com.vaadin.flow.server.StreamResourceWriter
Handles stream (writes data to it) using session as a context.
ACCEPT_ALL - Static variable in class com.vaadin.flow.templatemodel.PropertyFilter
An unwrapped filter that accepts all property names.
accepts(Type) - Method in class com.vaadin.flow.templatemodel.AbstractBasicModelType
 
accepts(Type) - Method in class com.vaadin.flow.templatemodel.BeanModelType
 
accepts(Type) - Method in class com.vaadin.flow.templatemodel.ConvertedModelType
 
accepts(Type) - Method in class com.vaadin.flow.templatemodel.ListModelType
 
accepts(Type) - Method in interface com.vaadin.flow.templatemodel.ModelType
Checks whether this type can accept application values of the given type.
acceptsBrotliResource(HttpServletRequest) - Method in class com.vaadin.flow.internal.ResponseWriter
Returns whether it is ok to serve a Brotli version of the given resource.
acceptsGzippedResource(HttpServletRequest) - Method in class com.vaadin.flow.internal.ResponseWriter
Returns whether it is ok to serve a gzipped version of the given resource.
access(Command) - Method in class com.vaadin.flow.component.UI
Provides exclusive access to this UI from outside a request handling thread.
access(Command) - Method in class com.vaadin.flow.server.VaadinSession
Provides exclusive access to this session from outside a request handling thread.
Accessibility - Class in com.vaadin.flow.component.charts.model
Options for configuring accessibility for the chart.
Accessibility() - Constructor for class com.vaadin.flow.component.charts.model.Accessibility
 
Accessibility(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.Accessibility
 
accessLater(SerializableRunnable, SerializableRunnable) - Method in class com.vaadin.flow.component.UI
Wraps the given access task as a runnable that runs the given task with this UI locked.
accessLater(SerializableConsumer<T>, SerializableRunnable) - Method in class com.vaadin.flow.component.UI
Wraps the given access task as a consumer that passes a value to the given task with this UI locked.
accessSession(VaadinSession, Command) - Method in class com.vaadin.flow.server.VaadinService
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 a vertically stacked set of expandable panels.
Accordion() - Constructor for class com.vaadin.flow.component.accordion.Accordion
 
Accordion.OpenedChangeEvent - Class in com.vaadin.flow.component.accordion
An event fired when an Accordion is opened or closed.
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(String, Component) - Constructor for class com.vaadin.flow.component.accordion.AccordionPanel
Creates a panel with the provided summary text and content.
AccordionPanel(Component, Component) - Constructor for class com.vaadin.flow.component.accordion.AccordionPanel
Creates a panel with the provided summary component and content.
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
 
add(String, Component) - Method in class com.vaadin.flow.component.accordion.Accordion
Adds a panel created from the given title and content.
add(AccordionPanel) - Method in class com.vaadin.flow.component.accordion.Accordion
Adds a panel.
add(Component...) - Method in class com.vaadin.flow.component.board.Row
Adds the given component(s) to the row.
add(Component, int) - Method in class com.vaadin.flow.component.board.Row
Adds the given component to the row using the given number of columns.
add(DataSeriesItem) - Method in class com.vaadin.flow.component.charts.model.DataSeries
Adds a data item and immediately updates the chart if it already has been drawn.
add(DataSeriesItem, boolean, boolean) - Method in class com.vaadin.flow.component.charts.model.DataSeries
Adds a data item and immediately sends an update to the chart if so specified.
add(TreeSeriesItem) - Method in class com.vaadin.flow.component.charts.model.TreeSeries
Add given item to the series
add(Component...) - Method in class com.vaadin.flow.component.contextmenu.ContextMenuBase
Adds the given components into the context menu overlay.
add(Component...) - Method in class com.vaadin.flow.component.contextmenu.MenuManager
Adds components to the (sub)menu.
add(Component...) - Method in class com.vaadin.flow.component.contextmenu.SubMenuBase
Adds the given components into the sub menu overlay.
add(Component...) - Method in class com.vaadin.flow.component.customfield.CustomField
Adds the given components as children of this component.
add(Component...) - Method in class com.vaadin.flow.component.dialog.Dialog
Adds the given components into this dialog.
add(Component...) - Method in interface com.vaadin.flow.component.HasComponents
Adds the given components as children of this component.
add(String) - Method in interface com.vaadin.flow.component.HasComponents
Add the given text as children of this component.
add(Dependency) - Method in class com.vaadin.flow.component.internal.DependencyList
Adds the given dependency to be loaded by the client side.
ADD - Static variable in interface com.vaadin.flow.component.Key
The numeric keypad's addition key, +.
add(Component...) - Method in class com.vaadin.flow.component.notification.Notification
Adds the given components into this notification.
add(Component...) - Method in class com.vaadin.flow.component.select.Select
Adds the given components as children of this component.
add(Tab...) - Method in class com.vaadin.flow.component.tabs.Tabs
Adds the given tabs to the component.
add(Component...) - Method in class com.vaadin.flow.component.tabs.Tabs
 
add(Component...) - Method in class com.vaadin.flow.component.UI
Adds the given components to the UI.
add(String) - Method in class com.vaadin.flow.dom.impl.ImmutableClassList
 
add(String) - Method in class com.vaadin.flow.dom.impl.ThemeListImpl
 
add(int, StateNode) - Method in class com.vaadin.flow.internal.nodefeature.ElementChildrenList
 
add(String, DomEventListener) - Method in class com.vaadin.flow.internal.nodefeature.ElementListenerMap
Add eventData for an event type.
add(StateNode) - Method in class com.vaadin.flow.internal.nodefeature.ModelList
 
add(int, StateNode) - Method in class com.vaadin.flow.internal.nodefeature.ModelList
 
add(T) - Method in class com.vaadin.flow.internal.nodefeature.NodeList
Adds an item to the end of the list.
add(int, T) - Method in class com.vaadin.flow.internal.nodefeature.NodeList
Inserts an item at the given index of the list.
add(T) - Method in class com.vaadin.flow.internal.nodefeature.NodeList.SetView
 
add(String, String[]) - Method in class com.vaadin.flow.internal.nodefeature.PolymerEventListenerMap
Adds a listener for a event created from a template method.
add(int, T) - Method in class com.vaadin.flow.internal.nodefeature.SerializableNodeList
 
add(int, StateNode) - Method in class com.vaadin.flow.internal.nodefeature.StateNodeNodeList
 
add(String, DisabledUpdateMode) - Method in class com.vaadin.flow.internal.nodefeature.SynchronizedPropertiesList
Add the property to the synchronized properties list.
add(int, StateNode, String, String) - Method in class com.vaadin.flow.internal.nodefeature.VirtualChildrenList
Inserts an item supplied with payload data at the given index of the list.
add(int, StateNode, String, JsonValue) - Method in class com.vaadin.flow.internal.nodefeature.VirtualChildrenList
Inserts an item supplied with payload data at the given index of the list.
add(int, StateNode, String) - Method in class com.vaadin.flow.internal.nodefeature.VirtualChildrenList
Inserts an item supplied with payload type at the given index of the list.
add(int, T) - Method in class com.vaadin.flow.templatemodel.TemplateModelListProxy
 
addAfterNavigationListener(AfterNavigationListener) - Method in class com.vaadin.flow.component.internal.UIInternals
Add a listener that will be informed when new components have been attached and all navigation tasks have resolved.
addAfterNavigationListener(AfterNavigationListener) - Method in class com.vaadin.flow.component.UI
Add a listener that will be informed when new components have been attached and all navigation tasks have resolved.
addAll(TreeSeriesItem...) - Method in class com.vaadin.flow.component.charts.model.TreeSeries
Add all the given items to the series
addAll(Collection<? extends String>) - Method in class com.vaadin.flow.dom.impl.ThemeListImpl
 
addAll(Collection<? extends StateNode>) - Method in class com.vaadin.flow.internal.nodefeature.ModelList
 
addAll(Collection<? extends T>) - Method in class com.vaadin.flow.internal.nodefeature.NodeList
Adds all provided items to the end of the list.
addAll(Collection<? extends StateNode>) - Method in class com.vaadin.flow.internal.nodefeature.StateNodeNodeList
 
addAttachListener(ComponentEventListener<AttachEvent>) - Method in interface com.vaadin.flow.component.AttachNotifier
Adds a attach listener to this component.
addAttachListener(ComponentEventListener<AttachEvent>) - Method in class com.vaadin.flow.component.dialog.Dialog
Adds a attach listener to this component.
addAttachListener(ComponentEventListener<AttachEvent>) - Method in class com.vaadin.flow.component.notification.Notification
Adds a attach listener to this component.
addAttachListener(ElementAttachListener) - Method in class com.vaadin.flow.dom.Element
Adds an attach listener for this element.
addAttachListener(Command) - Method in class com.vaadin.flow.internal.StateNode
Adds a command as an attach listener.
addAxis(T) - Method in class com.vaadin.flow.component.charts.model.AxisList
Adds a new axis to the list
addBackground(Background) - Method in class com.vaadin.flow.component.charts.model.Pane
Adds background to the background array
addBeforeClientResponseEntry(StateTree.BeforeClientResponseEntry) - Method in class com.vaadin.flow.internal.StateNode
Adds an entry to be executed before the next client response for this node.
addBeforeEnterListener(BeforeEnterListener) - Method in class com.vaadin.flow.component.internal.UIInternals
Add a listener that will be informed when a new set of components are going to be attached.
addBeforeEnterListener(BeforeEnterListener) - Method in class com.vaadin.flow.component.UI
Add a listener that will be informed when a new set of components are going to be attached.
addBeforeLeaveListener(BeforeLeaveListener) - Method in class com.vaadin.flow.component.internal.UIInternals
Add a listener that will be informed when old components are detached.
addBeforeLeaveListener(BeforeLeaveListener) - Method in class com.vaadin.flow.component.UI
Add a listener that will be informed when old components are detached.
addBlurListener(ComponentEventListener<BlurNotifier.BlurEvent<T>>) - Method in interface com.vaadin.flow.component.BlurNotifier
Add a listener to blur DOM events.
addBootstrapListener(BootstrapListener) - Method in class com.vaadin.flow.server.ServiceInitEvent
Adds a new bootstrap listener that will be used by this service.
addBrowserWindowResizeListener(BrowserWindowResizeListener) - Method in class com.vaadin.flow.component.page.Page
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
addChangeListener(ConfigurationChangeListener) - Method in class com.vaadin.flow.component.charts.model.Configuration
Sets the listener to be notified of e.g.
addChangeListener(ComponentEventListener<GeneratedVaadinCheckbox.ChangeEvent<R>>) - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox
Adds a listener for change events fired by the webcomponent.
addChangeListener(ComponentEventListener<GeneratedVaadinDatePicker.ChangeEvent<R>>) - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
Adds a listener for change events fired by the webcomponent.
addChangeListener(ComponentEventListener<GeneratedVaadinRichTextEditor.ChangeEvent<R>>) - Method in class com.vaadin.flow.component.richtexteditor.GeneratedVaadinRichTextEditor
Adds a listener for change events fired by the webcomponent.
addChangeListener(ComponentEventListener<GeneratedVaadinTextArea.ChangeEvent<R>>) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
Adds a listener for change events fired by the webcomponent.
addChangeListener(ComponentEventListener<GeneratedVaadinTextField.ChangeEvent<R>>) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Adds a listener for change events fired by the webcomponent.
addChartAddSeriesListener(ComponentEventListener<ChartAddSeriesEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds a chart add series listener, which will be notified after a new series is added to the chart
addChartAfterPrintListener(ComponentEventListener<ChartAfterPrintEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds a chart after print listener, which will be notified after the chart is printed using the print menu
addChartBeforePrintListener(ComponentEventListener<ChartBeforePrintEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds a chart before print listener, which will be notified before the chart is printed using the print menu
addChartClickListener(ComponentEventListener<ChartClickEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds chart click listener, which will be notified of clicks on the chart area
addChartDrillupAllListener(ComponentEventListener<ChartDrillupAllEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds chart drillupall listener, which will be notified after all the series have been drilled up in a chart with multiple drilldown series.
addChartDrillupListener(ComponentEventListener<ChartDrillupEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds chart drillup listener, which will be notified of clicks on the 'Back to previous series' button.
addChartLoadListener(ComponentEventListener<ChartLoadEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds a chart load listener, which will be notified after a chart is loaded
addChartRedrawListener(ComponentEventListener<ChartRedrawEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds a chart redraw listener, which will be notified after a chart is redrawn
addChartSelectionListener(ComponentEventListener<ChartSelectionEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds a chart selection listener
addCheckBoxClickListener(ComponentEventListener<SeriesCheckboxClickEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds checkbox click listener, which will be notified when user has clicked a checkbox in the legend
addCheckedChangeListener(ComponentEventListener<GeneratedVaadinCheckbox.CheckedChangeEvent<R>>) - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox
Adds a listener for checked-changed events fired by the webcomponent.
addCheckedChangeListener(ComponentEventListener<GeneratedVaadinRadioButton.CheckedChangeEvent<R>>) - Method in class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioButton
Adds a listener for checked-changed events fired by the webcomponent.
addClassName(String) - Method in interface com.vaadin.flow.component.HasStyle
Adds a CSS class name to this component.
addClassNames(String...) - Method in interface com.vaadin.flow.component.HasStyle
Adds one or more CSS class names to this component.
addClearAllAction(Runnable) - Static method in class com.vaadin.flow.internal.ReflectionCache
Adds an action that will be run when all reflection caches are cleared.
addClickListener(ComponentEventListener<ClickEvent<T>>) - Method in interface com.vaadin.flow.component.ClickNotifier
Adds a click listener to this component.
addClickShortcut(Key, KeyModifier...) - Method in interface com.vaadin.flow.component.ClickNotifier
Adds a shortcut which 'clicks' the Component which implements ClickNotifier interface.
addCloseListener(EditorCloseListener<T>) - Method in interface com.vaadin.flow.component.grid.editor.Editor
Adds an editor close listener.
addCloseListener(EditorCloseListener<T>) - Method in class com.vaadin.flow.component.grid.editor.EditorImpl
 
addCollapseListener(ComponentEventListener<CollapseEvent<T, TreeGrid<T>>>) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
Adds a CollapseEvent listener to this TreeGrid.
addColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
Adds color to the colors array
addColorAxis(ColorAxis) - Method in class com.vaadin.flow.component.charts.model.Configuration
Adds a color-axis to the configuration
addColumn(ValueProvider<T, ?>) - Method in class com.vaadin.flow.component.grid.Grid
Adds a new text column to this Grid with a value provider and default column factory.
addColumn(ValueProvider<T, ?>, BiFunction<Renderer<T>, String, C>) - Method in class com.vaadin.flow.component.grid.Grid
Adds a new text column to this Grid with a value provider and column factory provided.
addColumn(ValueProvider<T, V>, String...) - Method in class com.vaadin.flow.component.grid.Grid
Adds a new text column to this Grid with a value provider and sorting properties.The value is converted to a JSON value by using JsonSerializer.toJson(Object).
addColumn(Renderer<T>) - Method in class com.vaadin.flow.component.grid.Grid
Adds a new text column to this Grid with a renderer and default column factory.
addColumn(Renderer<T>, BiFunction<Renderer<T>, String, C>) - Method in class com.vaadin.flow.component.grid.Grid
Adds a new text column to this Grid with a renderer and column factory provided.
addColumn(Renderer<T>, String...) - Method in class com.vaadin.flow.component.grid.Grid
Adds a new text column to this Grid with a template renderer, sorting properties and default column factory.
addColumn(Renderer<T>, BiFunction<Renderer<T>, String, C>, String...) - Method in class com.vaadin.flow.component.grid.Grid
Adds a new text column to this Grid with a template renderer, sorting properties and column factory provided.
addColumn(String) - Method in class com.vaadin.flow.component.grid.Grid
Adds a new column for the given property name with the default column factory.
addColumn(String, BiFunction<Renderer<T>, String, C>) - Method in class com.vaadin.flow.component.grid.Grid
Adds a new column for the given property name with the column factory provided.
addColumns(String...) - Method in class com.vaadin.flow.component.grid.Grid
Adds a new columns for the given property names.
addComponentAsFirst(Component) - Method in interface com.vaadin.flow.component.HasComponents
Adds the given component as the first child of this component.
addComponentAsFirst(Component) - Method in class com.vaadin.flow.component.select.Select
Adds the given component as the first child of this component.
addComponentAtIndex(int, Component) - Method in class com.vaadin.flow.component.contextmenu.ContextMenuBase
Adds the given component into this context menu at the given index.
addComponentAtIndex(int, Component) - Method in class com.vaadin.flow.component.contextmenu.MenuManager
Inserts component to the (sub)menu using the index.
addComponentAtIndex(int, Component) - Method in class com.vaadin.flow.component.contextmenu.SubMenuBase
Adds the given component into the sub menu overlay at the given index.
addComponentAtIndex(int, Component) - Method in class com.vaadin.flow.component.dialog.Dialog
Adds the given component into this dialog at the given index.
addComponentAtIndex(int, Component) - Method in interface com.vaadin.flow.component.HasComponents
Adds the given component as child of this component at the specific index.
addComponentAtIndex(int, Component) - Method in class com.vaadin.flow.component.notification.Notification
Adds the given component into this notification at the given index.
addComponentAtIndex(int, Component) - Method in class com.vaadin.flow.component.select.Select
Adds the given component as child of this component at the specific index.
addComponentAtIndex(int, Component) - Method in class com.vaadin.flow.component.tabs.Tabs
Adds the given component as child of this component at the specific index.
addComponentColumn(ValueProvider<T, V>) - Method in class com.vaadin.flow.component.grid.Grid
Adds a new column that shows components.
addComponentDependencies(Class<? extends Component>) - Method in class com.vaadin.flow.component.internal.UIInternals
Adds the dependencies defined using StyleSheet, JavaScript or HtmlImport on the given Component class.
addComponents(T, Component...) - Method in class com.vaadin.flow.component.select.Select
 
addComponents(T, Component...) - Method in interface com.vaadin.flow.data.binder.HasItemsAndComponents
Adds the components after the given item.
addCompositionEndListener(ComponentEventListener<CompositionEndEvent>) - Method in interface com.vaadin.flow.component.CompositionNotifier
Adds a compositionend listener to this component.
addCompositionStartListener(ComponentEventListener<CompositionStartEvent>) - Method in interface com.vaadin.flow.component.CompositionNotifier
Adds a compositionstart listener to this component.
addCompositionUpdateListener(ComponentEventListener<CompositionUpdateEvent>) - Method in interface com.vaadin.flow.component.CompositionNotifier
Adds a compositionupdate listener to this component.
addConfirmListener(ComponentEventListener<ConfirmDialog.ConfirmEvent>) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
Adds `confirm` event listener
addContent(Component...) - Method in class com.vaadin.flow.component.details.Details
Adds components to the content section
addContextMenu() - Method in class com.vaadin.flow.component.grid.Grid
Adds a new context-menu for this grid.
addCookie(Cookie) - Method in interface com.vaadin.flow.server.VaadinResponse
Adds the specified cookie to the response.
addCustomValueSetListener(ComponentEventListener<GeneratedVaadinComboBox.CustomValueSetEvent<ComboBox<T>>>) - Method in class com.vaadin.flow.component.combobox.ComboBox
Adds a listener for CustomValueSetEvent which is fired when user types in a value that don't already exist in the ComboBox.
addCustomValueSetListener(ComponentEventListener<GeneratedVaadinComboBox.CustomValueSetEvent<R>>) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Adds a listener for custom-value-set events fired by the webcomponent.
addData(Number[][]) - Method in class com.vaadin.flow.component.charts.model.DataSeries
Adds a list of (x,y) data pairs e.g.
addData(Number) - Method in class com.vaadin.flow.component.charts.model.ListSeries
Adds a given number to the series and immediately updates the chart if it already has been drawn.
addData(Number, boolean, boolean) - Method in class com.vaadin.flow.component.charts.model.ListSeries
Adds a given number to the series and optionally immediately updates the chart if it has been drawn.
addDataGenerator(DataGenerator<T>) - Method in class com.vaadin.flow.component.grid.Grid
 
addDataGenerator(DataGenerator<T>) - Method in class com.vaadin.flow.data.provider.CompositeDataGenerator
 
addDataGenerator(DataGenerator<T>) - Method in interface com.vaadin.flow.data.provider.HasDataGenerators
Adds the given data generator.
addDataProviderListener(DataProviderListener<T>) - Method in class com.vaadin.flow.data.provider.AbstractDataProvider
 
addDataProviderListener(DataProviderListener<T>) - Method in interface com.vaadin.flow.data.provider.DataProvider
Adds a data provider listener.
addDataProviderListener(DataProviderListener<T>) - Method in class com.vaadin.flow.data.provider.DataProviderWrapper
 
addDeleteListener(ComponentEventListener<Crud.DeleteEvent<E>>) - Method in class com.vaadin.flow.component.crud.Crud
Registers a listener to be notified when the user tries to delete an existing item.
addDependencyFilter(DependencyFilter) - Method in class com.vaadin.flow.server.ServiceInitEvent
Adds a new dependency filter that will be used by this service.
addDetachListener(ComponentEventListener<DetachEvent>) - Method in interface com.vaadin.flow.component.DetachNotifier
Adds a detach listener to this component.
addDetachListener(ComponentEventListener<DetachEvent>) - Method in class com.vaadin.flow.component.dialog.Dialog
Adds a detach listener to this component.
addDetachListener(ComponentEventListener<DetachEvent>) - Method in class com.vaadin.flow.component.notification.Notification
Adds a detach listener to this component.
addDetachListener(ElementDetachListener) - Method in class com.vaadin.flow.dom.Element
Adds a detach listener for this element.
addDetachListener(Command) - Method in class com.vaadin.flow.internal.StateNode
Adds a command as a detach listener.
addDialogCloseActionListener(ComponentEventListener<Dialog.DialogCloseActionEvent>) - Method in class com.vaadin.flow.component.dialog.Dialog
Add a listener that controls whether the dialog should be closed or not.
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
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(Renderer<E>) - Method in class com.vaadin.flow.component.gridpro.GridPro
Adds a new edit column to this GridPro with a renderer.
addEditColumn(String) - Method in class com.vaadin.flow.component.gridpro.GridPro
Adds a new edit column for the given property name.
addEditListener(ComponentEventListener<Crud.EditEvent<E>>) - Method in class com.vaadin.flow.component.crud.Crud
Registers a listener to be notified when the user starts to edit an existing item.
addErrorTarget(Class<? extends Component>, Map<Class<? extends Exception>, Class<? extends Component>>) - Method in class com.vaadin.flow.router.internal.AbstractRouteRegistry
Add the given error target to the exceptionTargetMap.
addEventData(String) - Method in interface com.vaadin.flow.dom.DomListenerRegistration
Add a JavaScript expression for extracting event data.
addEventListener(String, DomEventListener) - Method in class com.vaadin.flow.dom.Element
Adds an event listener for the given event type.
addEventListener(String, DomEventListener, String...) - Method in class com.vaadin.flow.dom.Element
Deprecated.
Instead, use the returned registration instance for adding event data expressions
addEventListener(StateNode, String, DomEventListener) - Method in interface com.vaadin.flow.dom.ElementStateProvider
Adds a DOM event listener.
addEventListener(StateNode, String, DomEventListener) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
 
addEventListener(StateNode, String, DomEventListener) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
 
addEventListener(StateNode, String, DomEventListener) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
 
addExpandListener(ComponentEventListener<ExpandEvent<T, TreeGrid<T>>>) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
Adds an ExpandEvent listener to this TreeGrid.
addFailedListener(ComponentEventListener<FailedEvent>) - Method in class com.vaadin.flow.component.upload.Upload
Add a succeeded listener that is informed on upload failure.
addFavIcon(String, String, String) - Method in class com.vaadin.flow.server.InitialPageSettings
Append a fav icon link to initial page head.
addFavIcon(InitialPageSettings.Position, String, String, String) - Method in class com.vaadin.flow.server.InitialPageSettings
Append a fav icon link to initial page head.
addFileAbortListener(ComponentEventListener<GeneratedVaadinUploadFile.FileAbortEvent<R>>) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUploadFile
Adds a listener for file-abort events fired by the webcomponent.
addFileRejectListener(ComponentEventListener<GeneratedVaadinUpload.FileRejectEvent<R>>) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
Adds a listener for file-reject events fired by the webcomponent.
addFileRemoveListener(ComponentEventListener<GeneratedVaadinUploadFile.FileRemoveEvent<R>>) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUploadFile
Adds a listener for file-remove events fired by the webcomponent.
addFileRetryListener(ComponentEventListener<GeneratedVaadinUploadFile.FileRetryEvent<R>>) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUploadFile
Adds a listener for file-retry events fired by the webcomponent.
AddFiles() - Constructor for class com.vaadin.flow.component.upload.UploadI18N.AddFiles
 
addFilesChangeListener(ComponentEventListener<GeneratedVaadinUpload.FilesChangeEvent<R>>) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
Adds a listener for files-changed events fired by the webcomponent.
addFileStartListener(ComponentEventListener<GeneratedVaadinUploadFile.FileStartEvent<R>>) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUploadFile
Adds a listener for file-start events fired by the webcomponent.
addFilter(SerializablePredicate<T>) - Method in interface com.vaadin.flow.data.provider.InMemoryDataProvider
Adds a filter to be applied to all queries.
addFilter(ValueProvider<T, V>, SerializablePredicate<V>) - Method in interface com.vaadin.flow.data.provider.InMemoryDataProvider
Adds a filter for an item property.
addFilterByValue(ValueProvider<T, V>, V) - Method in interface com.vaadin.flow.data.provider.InMemoryDataProvider
Adds a filter that requires an item property to have a specific value.
addFilterChangeListener(ComponentEventListener<GeneratedVaadinComboBox.FilterChangeEvent<R>>) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Adds a listener for filter-changed events fired by the webcomponent.
addFinishedListener(ComponentEventListener<FinishedEvent>) - Method in class com.vaadin.flow.component.upload.Upload
Add a succeeded listener that is informed on upload finished.
addFirstHeaderRow() - Method in class com.vaadin.flow.component.grid.Grid
 
addFocusListener(ComponentEventListener<FocusNotifier.FocusEvent<T>>) - Method in interface com.vaadin.flow.component.FocusNotifier
Add a listener to focus DOM events.
addFocusShortcut(Key, KeyModifier...) - Method in interface com.vaadin.flow.component.Focusable
Adds a shortcut which focuses the Component which implements Focusable interface.
addForgotPasswordListener(ComponentEventListener<AbstractLogin.ForgotPasswordEvent>) - Method in class com.vaadin.flow.component.login.AbstractLogin
Adds `forgotPassword` event listener.
addFormItem(Component, String) - Method in class com.vaadin.flow.component.formlayout.FormLayout
Convenience method for creating and adding a new FormItem to this layout that wraps the given field with a label.
addFormItem(Component, Component) - Method in class com.vaadin.flow.component.formlayout.FormLayout
Convenience method for creating and adding a new FormItem to this layout that wraps the given field with a component as its label.
addGetParameter(String, String, String) - Static method in class com.vaadin.flow.shared.util.SharedUtil
Adds the given get parameter to the URI and returns the new URI.
addGetParameter(String, String, int) - Static method in class com.vaadin.flow.shared.util.SharedUtil
Adds the given get parameter to the URI and returns the new URI.
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.
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.
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.
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
 
addHeatPoint(int, int, Number) - Method in class com.vaadin.flow.component.charts.model.HeatSeries
Add a single data point to the heat series
addHierarchyColumn(ValueProvider<T, ?>) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
Adds a new Hierarchy column to this Grid with a value provider.
addHtmlImport(String) - Method in class com.vaadin.flow.component.page.Page
Adds the given HTML import to the page and ensures that it is loaded successfully.
addHtmlImport(String, LoadMode) - Method in class com.vaadin.flow.component.page.Page
Adds the given HTML import to the page and ensures that it is loaded successfully.
addIndeterminateChangeListener(ComponentEventListener<GeneratedVaadinCheckbox.IndeterminateChangeEvent<R>>) - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox
Adds a listener for indeterminate-changed events fired by the webcomponent.
addingBundle(Bundle, BundleEvent) - Method in class com.vaadin.flow.server.osgi.VaadinBundleTracker
 
addInlineDependency(Inline, VaadinRequest) - Method in class com.vaadin.flow.server.InlineTargets
Inline contents from classpath file to head of initial page.
addInlineFromFile(String, InitialPageSettings.WrapMode) - Method in class com.vaadin.flow.server.InitialPageSettings
Inline contents from classpath file to append to head of initial page.
addInlineFromFile(InitialPageSettings.Position, String, InitialPageSettings.WrapMode) - Method in class com.vaadin.flow.server.InitialPageSettings
Inline contents from classpath file to head of initial page.
addInlineWithContents(String, InitialPageSettings.WrapMode) - Method in class com.vaadin.flow.server.InitialPageSettings
Add content to append to head of initial page.
addInlineWithContents(InitialPageSettings.Position, String, InitialPageSettings.WrapMode) - Method in class com.vaadin.flow.server.InitialPageSettings
Add content to head of initial page.
addInputListener(ComponentEventListener<InputEvent>) - Method in interface com.vaadin.flow.component.InputNotifier
Adds an input listener to this component.
addInvalidChangeListener(ComponentEventListener<GeneratedVaadinCheckboxGroup.InvalidChangeEvent<R>>) - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckboxGroup
Adds a listener for invalid-changed events fired by the webcomponent.
addInvalidChangeListener(ComponentEventListener<GeneratedVaadinComboBox.InvalidChangeEvent<R>>) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Adds a listener for invalid-changed events fired by the webcomponent.
addInvalidChangeListener(ComponentEventListener<GeneratedVaadinDatePicker.InvalidChangeEvent<DatePicker>>) - Method in class com.vaadin.flow.component.datepicker.DatePicker
 
addInvalidChangeListener(ComponentEventListener<GeneratedVaadinDatePicker.InvalidChangeEvent<R>>) - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
Adds a listener for invalid-changed events fired by the webcomponent.
addInvalidChangeListener(ComponentEventListener<GeneratedVaadinRadioGroup.InvalidChangeEvent<R>>) - Method in class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioGroup
Adds a listener for invalid-changed events fired by the webcomponent.
addInvalidChangeListener(ComponentEventListener<GeneratedVaadinSelect.InvalidChangeEvent<R>>) - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Adds a listener for invalid-changed events fired by the webcomponent.
addInvalidChangeListener(ComponentEventListener<GeneratedVaadinTextArea.InvalidChangeEvent<R>>) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
Adds a listener for invalid-changed events fired by the webcomponent.
addInvalidChangeListener(ComponentEventListener<GeneratedVaadinTextField.InvalidChangeEvent<R>>) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Adds a listener for invalid-changed events fired by the webcomponent.
addInvalidChangeListener(ComponentEventListener<GeneratedVaadinTimePicker.InvalidChangeEvent<R>>) - Method in class com.vaadin.flow.component.timepicker.GeneratedVaadinTimePicker
Adds a listener for invalid-changed events fired by the webcomponent.
addInvalidChangeListener(ComponentEventListener<GeneratedVaadinTimePicker.InvalidChangeEvent<TimePicker>>) - Method in class com.vaadin.flow.component.timepicker.TimePicker
 
addIronResizeListener(ComponentEventListener<GeneratedVaadinSplitLayout.IronResizeEvent<R>>) - Method in class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout
Adds a listener for iron-resize events fired by the webcomponent.
addItem(String, ComponentEventListener<ClickEvent<MenuItem>>) - Method in class com.vaadin.flow.component.contextmenu.ContextMenu
 
addItem(Component, ComponentEventListener<ClickEvent<MenuItem>>) - Method in class com.vaadin.flow.component.contextmenu.ContextMenu
 
addItem(String) - Method in class com.vaadin.flow.component.contextmenu.ContextMenuBase
Adds a new item component with the given text content to the context menu overlay.
addItem(Component) - Method in class com.vaadin.flow.component.contextmenu.ContextMenuBase
Adds a new item component with the given component to the context menu overlay.
addItem(String, ComponentEventListener<ClickEvent<MenuItem>>) - Method in interface com.vaadin.flow.component.contextmenu.HasMenuItems
Adds a new item component with the given text content and click listener to the context menu overlay.
addItem(Component, ComponentEventListener<ClickEvent<MenuItem>>) - Method in interface com.vaadin.flow.component.contextmenu.HasMenuItems
Adds a new item component with the given component and click listener to the context menu overlay.
addItem(String) - Method in class com.vaadin.flow.component.contextmenu.MenuManager
Adds a text as a menu item.
addItem(Component) - Method in class com.vaadin.flow.component.contextmenu.MenuManager
Adds a component as a menu item.
addItem(String, ComponentEventListener<ClickEvent<I>>) - Method in class com.vaadin.flow.component.contextmenu.MenuManager
Adds a text as a menu item with a click listener.
addItem(Component, ComponentEventListener<ClickEvent<I>>) - Method in class com.vaadin.flow.component.contextmenu.MenuManager
Adds a component as a menu item with a click listener.
addItem(String, ComponentEventListener<ClickEvent<MenuItem>>) - Method in class com.vaadin.flow.component.contextmenu.SubMenu
 
addItem(Component, ComponentEventListener<ClickEvent<MenuItem>>) - Method in class com.vaadin.flow.component.contextmenu.SubMenu
 
addItem(String) - Method in class com.vaadin.flow.component.contextmenu.SubMenuBase
Adds a new item component with the given text content to the sub menu overlay.
addItem(Component) - Method in class com.vaadin.flow.component.contextmenu.SubMenuBase
Adds a new item component with the given component to the sub menu overlay.
addItem(String, ComponentEventListener<GridContextMenu.GridContextMenuItemClickEvent<T>>) - Method in class com.vaadin.flow.component.grid.contextmenu.GridContextMenu
 
addItem(Component, ComponentEventListener<GridContextMenu.GridContextMenuItemClickEvent<T>>) - Method in class com.vaadin.flow.component.grid.contextmenu.GridContextMenu
 
addItem(String, ComponentEventListener<GridContextMenu.GridContextMenuItemClickEvent<T>>) - Method in class com.vaadin.flow.component.grid.contextmenu.GridSubMenu
 
addItem(Component, ComponentEventListener<GridContextMenu.GridContextMenuItemClickEvent<T>>) - Method in class com.vaadin.flow.component.grid.contextmenu.GridSubMenu
 
addItem(T, T) - Method in class com.vaadin.flow.data.provider.hierarchy.TreeData
Adds a data item as a child of parent.
addItemClickListener(ComponentEventListener<ItemClickEvent<T>>) - Method in class com.vaadin.flow.component.grid.Grid
Adds an item click listener to this component.
addItemClickListener(ClickableRenderer.ItemClickListener<SOURCE>) - Method in interface com.vaadin.flow.data.renderer.ClickableRenderer
Adds a click listener to the renderer.
addItemClickListener(ClickableRenderer.ItemClickListener<SOURCE>) - Method in class com.vaadin.flow.data.renderer.NativeButtonRenderer
 
addItemDoubleClickListener(ComponentEventListener<ItemDoubleClickEvent<T>>) - Method in class com.vaadin.flow.component.grid.Grid
Adds an item double click listener to this component.
addItemPropertyChangedListener(ComponentEventListener<GridPro.ItemPropertyChangedEvent<E>>) - Method in class com.vaadin.flow.component.gridpro.GridPro
Registers a listener to be notified when the user starts to edit an existing item.
addItems(T, T...) - Method in class com.vaadin.flow.data.provider.hierarchy.TreeData
Adds a list of data items as children of parent.
addItems(T, Collection<T>) - Method in class com.vaadin.flow.data.provider.hierarchy.TreeData
Adds a list of data items as children of parent.
addItems(T, Stream<T>) - Method in class com.vaadin.flow.data.provider.hierarchy.TreeData
Adds data items contained in a stream as children of parent.
addItems(Collection<T>, ValueProvider<T, Collection<T>>) - Method in class com.vaadin.flow.data.provider.hierarchy.TreeData
Adds the given items as root items and uses the given value provider to recursively populate children of the root items.
addItems(Stream<T>, ValueProvider<T, Stream<T>>) - Method in class com.vaadin.flow.data.provider.hierarchy.TreeData
Adds the given items as root items and uses the given value provider to recursively populate children of the root items.
addItemWithDrilldown(DataSeriesItem, Series) - Method in class com.vaadin.flow.component.charts.model.DataSeries
Adds a new item to the series data.
addItemWithDrilldown(DataSeriesItem) - Method in class com.vaadin.flow.component.charts.model.DataSeries
Adds a new item to the series data and enables drilldown for it.
addJavaScript(String) - Method in class com.vaadin.flow.component.page.Page
Adds the given JavaScript to the page and ensures that it is loaded successfully.
addJavaScript(String, LoadMode) - Method in class com.vaadin.flow.component.page.Page
Adds the given JavaScript to the page and ensures that it is loaded successfully.
addJavaScriptInvocation(UIInternals.JavaScriptInvocation) - Method in class com.vaadin.flow.component.internal.UIInternals
Adds a JavaScript invocation to be sent to the client.
addKey(String) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PointOptions
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
Adds key to the keys array
addKeyDownListener(ComponentEventListener<KeyDownEvent>) - Method in interface com.vaadin.flow.component.KeyNotifier
Adds a keydown listener to this component.
addKeyDownListener(Key, ComponentEventListener<KeyDownEvent>, KeyModifier...) - Method in interface com.vaadin.flow.component.KeyNotifier
Adds a keydown listener to this component, which will trigger only if the keys involved in the event match the key and modifiers parameters.
addKeyPressListener(ComponentEventListener<KeyPressEvent>) - Method in interface com.vaadin.flow.component.KeyNotifier
Adds a keypress listener to this component.
addKeyPressListener(Key, ComponentEventListener<KeyPressEvent>, KeyModifier...) - Method in interface com.vaadin.flow.component.KeyNotifier
Adds a keypress listener to this component, which will trigger only if the keys involved in the event match the key and modifiers parameters.
addKeyUpListener(ComponentEventListener<KeyUpEvent>) - Method in interface com.vaadin.flow.component.KeyNotifier
Adds a keyup listener to this component.
addKeyUpListener(Key, ComponentEventListener<KeyUpEvent>, KeyModifier...) - Method in interface com.vaadin.flow.component.KeyNotifier
Adds a keyup listener to this component, which will trigger only if the keys involved in the event match the key and modifiers parameters.
addLevel(Level) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
Adds level to the levels array
addLink(String) - Method in class com.vaadin.flow.server.InitialPageSettings
Add a link to be appended to initial page head.
addLink(InitialPageSettings.Position, String) - Method in class com.vaadin.flow.server.InitialPageSettings
Add a link to initial page head.
addLink(String, Map<String, String>) - Method in class com.vaadin.flow.server.InitialPageSettings
Append a link to initial page head.
addLink(InitialPageSettings.Position, String, Map<String, String>) - Method in class com.vaadin.flow.server.InitialPageSettings
Add a link to initial page head.
addLink(String, String) - Method in class com.vaadin.flow.server.InitialPageSettings
Append a link to initial page head.
addLink(InitialPageSettings.Position, String, String) - Method in class com.vaadin.flow.server.InitialPageSettings
Add a link to initial page head.
addListener(Class<T>, ComponentEventListener<T>) - Method in class com.vaadin.flow.component.Component
Adds a listener for an event of the given type.
addListener(Class<T>, ComponentEventListener<T>) - Method in class com.vaadin.flow.component.ComponentEventBus
Adds a listener for the given event type.
addListener(Class<T>, ComponentEventListener<T>, Consumer<DomListenerRegistration>) - Method in class com.vaadin.flow.component.ComponentEventBus
Adds a listener for the given event type, and customizes the corresponding DOM event listener with the given consumer.
addListener(Component, Class<T>, ComponentEventListener<T>) - Static method in class com.vaadin.flow.component.ComponentUtil
Adds a listener for an event of the given type to the component.
addListener(Component, Class<T>, ComponentEventListener<T>, Consumer<DomListenerRegistration>) - Static method in class com.vaadin.flow.component.ComponentUtil
Adds a listener for an event of the given type to the component, and customizes the corresponding DOM event listener with the given consumer.
addListener(Class<T>, SerializableConsumer<T>) - Method in class com.vaadin.flow.data.binder.Binder
Adds a listener to the binder.
addListener(Class<E>, SerializableConsumer<E>) - Method in class com.vaadin.flow.data.provider.AbstractDataProvider
Registers a new listener with the specified activation method to listen events generated by this component.
addLoginListener(ComponentEventListener<AbstractLogin.LoginEvent>) - Method in class com.vaadin.flow.component.login.AbstractLogin
Adds `login` event listener
addMaxFilesReachedChangeListener(ComponentEventListener<GeneratedVaadinUpload.MaxFilesReachedChangeEvent<R>>) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
Adds a listener for max-files-reached-changed events fired by the webcomponent.
addMenuItem(String) - Method in class com.vaadin.flow.component.applayout.AppLayoutMenu
Constructs a new object with the given title.
addMenuItem(AppLayoutMenuItem) - Method in class com.vaadin.flow.component.applayout.AppLayoutMenu
Adds item to the menu.
addMenuItem(Component) - Method in class com.vaadin.flow.component.applayout.AppLayoutMenu
Constructs a new object with the given icon.
addMenuItem(Component, String) - Method in class com.vaadin.flow.component.applayout.AppLayoutMenu
Constructs a new object with the given icon and title.
addMenuItem(Component, String, String) - Method in class com.vaadin.flow.component.applayout.AppLayoutMenu
Constructs a new object with the given icon, title and route.
addMenuItem(Component, ComponentEventListener<MenuItemClickEvent>) - Method in class com.vaadin.flow.component.applayout.AppLayoutMenu
Constructs a new object with the given icon and click listener.
addMenuItem(String, ComponentEventListener<MenuItemClickEvent>) - Method in class com.vaadin.flow.component.applayout.AppLayoutMenu
Constructs a new object with the given title and click listener.
addMenuItem(Component, String, ComponentEventListener<MenuItemClickEvent>) - Method in class com.vaadin.flow.component.applayout.AppLayoutMenu
Constructs a new object with the given icon, title and click listener.
addMenuItemClickListener(ComponentEventListener<MenuItemClickEvent>) - Method in class com.vaadin.flow.component.applayout.AppLayoutMenuItem
 
addMenuItemClickListener(ComponentEventListener<GridContextMenu.GridContextMenuItemClickEvent<T>>) - Method in class com.vaadin.flow.component.grid.contextmenu.GridMenuItem
Adds the given click listener for this menu item.
addMenuItems(AppLayoutMenuItem...) - Method in class com.vaadin.flow.component.applayout.AppLayoutMenu
Adds menu items to the menu.
addMetaTag(String, String) - Method in class com.vaadin.flow.server.InitialPageSettings
Add a meta tag to be appended to initial page head.
addMetaTag(InitialPageSettings.Position, String, String) - Method in class com.vaadin.flow.server.InitialPageSettings
Add a meta tag to initial page head.
addMultiSelectionListener(MultiSelectionListener<Grid<T>, T>) - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
 
addMultiSelectionListener(MultiSelectionListener<Grid<T>, T>) - Method in interface com.vaadin.flow.component.grid.GridMultiSelectionModel
Adds a selection listener that will be called when the selection is changed either by the user or programmatically.
addNestedRow(Row) - Method in class com.vaadin.flow.component.board.Row
Adds the given row as a nested row to the current row.
addNewListener(ComponentEventListener<Crud.NewEvent<E>>) - Method in class com.vaadin.flow.component.crud.Crud
Registers a listener to be notified when the user starts to create a new item.
addOpenedChangeListener(ComponentEventListener<Accordion.OpenedChangeEvent>) - Method in class com.vaadin.flow.component.accordion.Accordion
Registers a listener to be notified whenever a panel is opened or closed.
addOpenedChangeListener(ComponentEventListener<GeneratedVaadinComboBox.OpenedChangeEvent<R>>) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Adds a listener for opened-changed events fired by the webcomponent.
addOpenedChangeListener(ComponentEventListener<GeneratedVaadinContextMenu.OpenedChangeEvent<C>>) - Method in class com.vaadin.flow.component.contextmenu.ContextMenuBase
Adds a listener for the opened-changed events fired by the web component.
addOpenedChangeListener(ComponentEventListener<GeneratedVaadinContextMenu.OpenedChangeEvent<R>>) - Method in class com.vaadin.flow.component.contextmenu.GeneratedVaadinContextMenu
Adds a listener for opened-changed events fired by the webcomponent.
addOpenedChangeListener(ComponentEventListener<GeneratedVaadinDatePicker.OpenedChangeEvent<DatePicker>>) - Method in class com.vaadin.flow.component.datepicker.DatePicker
 
addOpenedChangeListener(ComponentEventListener<GeneratedVaadinDatePicker.OpenedChangeEvent<R>>) - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
Adds a listener for opened-changed events fired by the webcomponent.
addOpenedChangeListener(ComponentEventListener<Details.OpenedChangeEvent>) - Method in class com.vaadin.flow.component.details.Details
Adds a listener for opened-changed events fired by the webcomponent.
addOpenedChangeListener(ComponentEventListener<GeneratedVaadinDialog.OpenedChangeEvent<Dialog>>) - Method in class com.vaadin.flow.component.dialog.Dialog
Add a lister for event fired by the opened-changed events.
addOpenedChangeListener(ComponentEventListener<GeneratedVaadinDialog.OpenedChangeEvent<R>>) - Method in class com.vaadin.flow.component.dialog.GeneratedVaadinDialog
Adds a listener for opened-changed events fired by the webcomponent.
addOpenedChangeListener(ComponentEventListener<GeneratedVaadinNotification.OpenedChangeEvent<R>>) - Method in class com.vaadin.flow.component.notification.GeneratedVaadinNotification
Adds a listener for opened-changed events fired by the webcomponent.
addOpenedChangeListener(ComponentEventListener<GeneratedVaadinNotification.OpenedChangeEvent<Notification>>) - Method in class com.vaadin.flow.component.notification.Notification
 
addOpenedChangeListener(ComponentEventListener<GeneratedVaadinSelect.OpenedChangeEvent<R>>) - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Adds a listener for opened-changed events fired by the webcomponent.
addOpenListener(EditorOpenListener<T>) - Method in interface com.vaadin.flow.component.grid.editor.Editor
Adds an editor open listener.
addOpenListener(EditorOpenListener<T>) - Method in class com.vaadin.flow.component.grid.editor.EditorImpl
 
addPane(Pane) - Method in class com.vaadin.flow.component.charts.model.Configuration
Adds a pane.
addPane(Pane) - Method in class com.vaadin.flow.component.charts.model.PaneList
Adds a new pane to the list
addPlotBand(PlotBand) - Method in class com.vaadin.flow.component.charts.model.Axis
Adds plotBand to the plotBands array
addPlotBand(PlotBand) - Method in class com.vaadin.flow.component.charts.model.XAxis
Adds plotBand to the plotBands array
addPlotBand(PlotBand) - Method in class com.vaadin.flow.component.charts.model.YAxis
Adds plotBand to the plotBands array
addPlotBand(PlotBand) - Method in class com.vaadin.flow.component.charts.model.ZAxis
Adds plotBand to the plotBands array
addPlotLine(PlotLine) - Method in class com.vaadin.flow.component.charts.model.Axis
Adds plotLine to the plotLines array
addPlotLine(PlotLine) - Method in class com.vaadin.flow.component.charts.model.XAxis
Adds plotLine to the plotLines array
addPlotLine(PlotLine) - Method in class com.vaadin.flow.component.charts.model.YAxis
Adds plotLine to the plotLines array
addPlotLine(PlotLine) - Method in class com.vaadin.flow.component.charts.model.ZAxis
Adds plotLine to the plotLines array
addPlotOptions(AbstractPlotOptions) - Method in class com.vaadin.flow.component.charts.model.Configuration
Adds plot options
addPointClickListener(ComponentEventListener<PointClickEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds a point click listener, which will be notified of clicks on the points, bars or columns in the chart
addPointLegendItemClickListener(ComponentEventListener<PointLegendItemClickEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds a point legend item click listener, which will be notified of clicks on the legend's items corresponding to a Point
addPointMouseOutListener(ComponentEventListener<PointMouseOutEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds a point mouse out listener, which will be notified when the mouse exits the neighborhood of a data point
addPointMouseOverListener(ComponentEventListener<PointMouseOverEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds a point mouse over listener, which will be notified when the mouse enters the neighborhood of a data point
addPointRemoveListener(ComponentEventListener<PointRemoveEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds a point remove listener, which will be notified when a data point is removed.
addPointSelectListener(ComponentEventListener<PointSelectEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds a point select listener, which will be notified when a data point is selected.
addPointUnselectListener(ComponentEventListener<PointUnselectEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds a point unselect listener, which will be notified when a data point is unselected.
addPointUpdateListener(ComponentEventListener<PointUpdateEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds a point update listener, which will be notified when a data point is updated.
addPollListener(ComponentEventListener<PollEvent>) - Method in interface com.vaadin.flow.component.PollNotifier
Add a poll listener.
addProgressListener(ComponentEventListener<ProgressUpdateEvent>) - Method in class com.vaadin.flow.component.upload.Upload
Add a progress listener that is informed on upload progress.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class com.vaadin.flow.dom.Element
Adds a property change listener.
addPropertyChangeListener(String, String, PropertyChangeListener) - Method in class com.vaadin.flow.dom.Element
Adds a property change listener and configures the property to be synchronized to the server when a given DOM event is fired.
addPropertyChangeListener(StateNode, String, PropertyChangeListener) - Method in interface com.vaadin.flow.dom.ElementStateProvider
Adds a property change listener.
addPropertyChangeListener(StateNode, String, PropertyChangeListener) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
 
addPropertyChangeListener(StateNode, String, PropertyChangeListener) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
 
addPropertyChangeListener(StateNode, String, PropertyChangeListener) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class com.vaadin.flow.internal.nodefeature.ElementPropertyMap
Adds a property change listener.
addRejectListener(ComponentEventListener<ConfirmDialog.RejectEvent>) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
Adds `reject` event listener
addRepresentation(String) - Method in class com.vaadin.testbench.screenshot.ReferenceImageRepresentation
 
addRepresentation(ReferenceImageRepresentation.HashRepresentation) - 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.
addRootItems(T...) - Method in class com.vaadin.flow.data.provider.hierarchy.TreeData
Adds the items as root items to this structure.
addRootItems(Collection<T>) - Method in class com.vaadin.flow.data.provider.hierarchy.TreeData
Adds the items of the given collection as root items to this structure.
addRootItems(Stream<T>) - Method in class com.vaadin.flow.data.provider.hierarchy.TreeData
Adds the items of the given stream as root items to this structure.
addRoute(Class<? extends Component>) - Method in class com.vaadin.flow.server.startup.RouteTarget
Add a new route navigation target.
addRoutesChangeListener(RoutesChangedListener) - Method in class com.vaadin.flow.router.internal.AbstractRouteRegistry
 
addRoutesChangeListener(RoutesChangedListener) - Method in class com.vaadin.flow.router.RouteConfiguration
Add a listener that is notified when routes change for the registry.
addRoutesChangeListener(RoutesChangedListener) - Method in interface com.vaadin.flow.server.RouteRegistry
Adds the given route change listener to the registry.
addRoutesChangeListener(RoutesChangedListener) - Method in class com.vaadin.flow.server.SessionRouteRegistry
Adds the given route change listener to the registry.
addRow(Component...) - Method in class com.vaadin.flow.component.board.Board
Creates a new row and adds the given components to the row.
addSaveListener(ComponentEventListener<Crud.SaveEvent<E>>) - Method in class com.vaadin.flow.component.crud.Crud
Registers a listener to be notified when the user tries to save a new item or modifications to an existing item.
addSaveListener(EditorSaveListener<T>) - Method in interface com.vaadin.flow.component.grid.editor.Editor
Adds an editor save listener.
addSaveListener(EditorSaveListener<T>) - Method in class com.vaadin.flow.component.grid.editor.EditorImpl
 
addScannedClasses(Map<Long, Collection<Class<?>>>) - Method in class com.vaadin.flow.server.osgi.OSGiAccess
Adds scanned classes in active bundles.
addSelectedChangeListener(ComponentEventListener<Tabs.SelectedChangeEvent>) - Method in class com.vaadin.flow.component.tabs.Tabs
Adds a listener for Tabs.SelectedChangeEvent.
addSelectedItemChangeListener(ComponentEventListener<GeneratedVaadinComboBox.SelectedItemChangeEvent<R>>) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Adds a listener for selected-item-changed events fired by the webcomponent.
addSelectionListener(MultiSelectionListener<CheckboxGroup<T>, T>) - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
 
addSelectionListener(SelectionListener<Grid<T>, T>) - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
 
addSelectionListener(SelectionListener<Grid<T>, T>) - Method in class com.vaadin.flow.component.grid.AbstractGridSingleSelectionModel
 
addSelectionListener(SelectionListener<Grid<T>, T>) - Method in class com.vaadin.flow.component.grid.Grid
Adds a selection listener to the current selection model.
addSelectionListener(SelectionListener<Grid<T>, T>) - Method in class com.vaadin.flow.component.grid.GridNoneSelectionModel
 
addSelectionListener(MultiSelectionListener<C, T>) - Method in interface com.vaadin.flow.data.selection.MultiSelect
Adds a selection listener that will be called when the selection is changed either by the user or programmatically.
addSelectionListener(SelectionListener<C, T>) - Method in interface com.vaadin.flow.data.selection.SelectionModel
Adds a generic listener to this selection model, accepting both single and multiselection events.
addSeries(Series) - Method in class com.vaadin.flow.component.charts.model.Configuration
Adds a single series to the list of series in this configuration.
addSeriesAfterAnimateListener(ComponentEventListener<SeriesAfterAnimateEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds a series after animate listener, which will be notified after a series is animated
addSeriesClickListener(ComponentEventListener<SeriesClickEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds a series click listener, which will be notified of clicks on the series in the chart
addSeriesHideListener(ComponentEventListener<SeriesHideEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds a series hide listener, which will be notified when a series is hidden
addSeriesLegendItemClickListener(ComponentEventListener<SeriesLegendItemClickEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds a series legend item click listener, which will be notified of clicks on the legend's items corresponding to a Series
addSeriesMouseOutListener(ComponentEventListener<SeriesMouseOutEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds a point mouse out listener, which will be notified when the mouse exits the neighborhood of a series
addSeriesMouseOverListener(ComponentEventListener<SeriesMouseOverEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds a point mouse out listener, which will be notified when the mouse enters the neighborhood of a series
addSeriesShowListener(ComponentEventListener<SeriesShowEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds a series show listener, which will be notified when a series is shown
addServiceDestroyListener(ServiceDestroyListener) - Method in class com.vaadin.flow.server.VaadinService
Adds a service destroy listener that gets notified when this service is destroyed.
addSessionDestroyListener(SessionDestroyListener) - Method in class com.vaadin.flow.server.VaadinService
Adds a listener that gets notified when a Vaadin service session that has been initialized for this service is destroyed.
addSessionInitListener(SessionInitListener) - Method in class com.vaadin.flow.server.VaadinService
Adds a listener that gets notified when a new Vaadin service session is initialized for this service.
addShortcutListener(Component, Command, Key, KeyModifier...) - Static method in class com.vaadin.flow.component.Shortcuts
Invoke a Command when the shortcut is invoked.
addShortcutListener(Component, ShortcutEventListener, Key, KeyModifier...) - Method in class com.vaadin.flow.component.Shortcuts
Invoke a ShortcutEventListener when the shortcut is invoked.
addShortcutListener(Command, Key, KeyModifier...) - Method in class com.vaadin.flow.component.UI
Registers a global shortcut tied to the UI which executes the given Command when invoked.
addShortcutListener(ShortcutEventListener, Key, KeyModifier...) - Method in class com.vaadin.flow.component.UI
Registers a global shortcut tied to the UI which executes the given ComponentEventListener when invoked.
addSingleSelectionListener(SingleSelectionListener<Grid<T>, T>) - Method in class com.vaadin.flow.component.grid.AbstractGridSingleSelectionModel
 
addSingleSelectionListener(SingleSelectionListener<Grid<T>, T>) - Method in interface com.vaadin.flow.component.grid.GridSingleSelectionModel
Adds a selection listener that will be called when the selection is changed either by the user or programmatically.
addSortComparator(SerializableComparator<T>) - Method in interface com.vaadin.flow.data.provider.InMemoryDataProvider
Adds a comparator to the default sorting for this data provider.
addSortListener(ComponentEventListener<SortEvent<Grid<T>, GridSortOrder<T>>>) - Method in class com.vaadin.flow.component.grid.Grid
 
addSortListener(ComponentEventListener<SortEvent<T, S>>) - Method in interface com.vaadin.flow.data.event.SortEvent.SortNotifier
Adds a sort order change listener that gets notified when the sort order changes.
addSortOrder(ValueProvider<T, V>, SortDirection) - Method in interface com.vaadin.flow.data.provider.InMemoryDataProvider
Adds a property and direction to the default sorting for this data provider.
addSplitterDragendListener(ComponentEventListener<GeneratedVaadinSplitLayout.SplitterDragendEvent<R>>) - Method in class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout
Adds a listener for splitter-dragend events fired by the webcomponent.
addSplitterDragendListener(ComponentEventListener<GeneratedVaadinSplitLayout.SplitterDragendEvent<SplitLayout>>) - Method in class com.vaadin.flow.component.splitlayout.SplitLayout
Adds a listener for the splitter-dragend event, which is fired when the user has stopped resizing the splitter with drag and drop.
addStartedListener(ComponentEventListener<StartedEvent>) - Method in class com.vaadin.flow.component.upload.Upload
Add a succeeded listener that is informed on upload start.
addStatusChangeListener(StatusChangeListener) - Method in class com.vaadin.flow.data.binder.Binder
Adds status change listener to the binder.
addStop(Stop) - Method in class com.vaadin.flow.component.charts.model.YAxis
Adds stop to the stops array
addStyleSheet(String) - Method in class com.vaadin.flow.component.page.Page
Adds the given style sheet to the page and ensures that it is loaded successfully.
addStyleSheet(String, LoadMode) - Method in class com.vaadin.flow.component.page.Page
Adds the given style sheet to the page and ensures that it is loaded successfully.
addSucceededListener(ComponentEventListener<SucceededEvent>) - Method in class com.vaadin.flow.component.upload.Upload
Add a succeeded listener that is informed on upload succeeded.
addSynchronizedProperty(String) - Method in class com.vaadin.flow.dom.Element
addSynchronizedProperty(String, DisabledUpdateMode) - Method in class com.vaadin.flow.dom.Element
addSynchronizedProperty(StateNode, String, DisabledUpdateMode) - Method in interface com.vaadin.flow.dom.ElementStateProvider
Makes the property synchronized from the client side to the server.
addSynchronizedProperty(StateNode, String, DisabledUpdateMode) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
 
addSynchronizedProperty(StateNode, String, DisabledUpdateMode) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
 
addSynchronizedProperty(StateNode, String, DisabledUpdateMode) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
 
addSynchronizedPropertyEvent(String) - Method in class com.vaadin.flow.dom.Element
addThemeName(String) - Method in interface com.vaadin.flow.component.HasTheme
Adds a theme name to this component.
addThemeNames(String...) - Method in interface com.vaadin.flow.component.HasTheme
Adds one or more theme names to this component.
addThemeVariants(ButtonVariant...) - Method in class com.vaadin.flow.component.button.GeneratedVaadinButton
Adds theme variants to the component.
addThemeVariants(CheckboxGroupVariant...) - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckboxGroup
Adds theme variants to the component.
addThemeVariants(CrudVariant...) - Method in class com.vaadin.flow.component.crud.Crud
Adds theme variants to the component.
addThemeVariants(DetailsVariant...) - Method in class com.vaadin.flow.component.details.Details
Adds theme variants to the component.
addThemeVariants(GridVariant...) - Method in class com.vaadin.flow.component.grid.Grid
Adds theme variants to the component.
addThemeVariants(ProgressBarVariant...) - Method in class com.vaadin.flow.component.progressbar.GeneratedVaadinProgressBar
Adds theme variants to the component.
addThemeVariants(RadioGroupVariant...) - Method in class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioGroup
Adds theme variants to the component.
addThemeVariants(RichTextEditorVariant...) - Method in class com.vaadin.flow.component.richtexteditor.GeneratedVaadinRichTextEditor
Adds theme variants to the component.
addThemeVariants(SplitLayoutVariant...) - Method in class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout
Adds theme variants to the component.
addThemeVariants(TabVariant...) - Method in class com.vaadin.flow.component.tabs.GeneratedVaadinTab
Adds theme variants to the component.
addThemeVariants(TabsVariant...) - Method in class com.vaadin.flow.component.tabs.GeneratedVaadinTabs
Adds theme variants to the component.
addThemeVariants(TextAreaVariant...) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
Adds theme variants to the component.
addThemeVariants(TextFieldVariant...) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Adds theme variants to the component.
addToAddButton(Component...) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
Adds the given components as children of this component at the slot 'add-button'.
addToDropLabel(Component...) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
Adds the given components as children of this component at the slot 'drop-label'.
addToDropLabelIcon(Component...) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
Adds the given components as children of this component at the slot 'drop-label-icon'.
addToFileList(Component...) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
Adds the given components as children of this component at the slot 'file-list'.
addToInput(Component...) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Adds the given components as children of this component at the slot 'input'.
addToLabel(Component...) - Method in class com.vaadin.flow.component.formlayout.GeneratedVaadinFormItem
Adds the given components as children of this component at the slot 'label'.
addToPrefix(Component...) - Method in class com.vaadin.flow.component.button.GeneratedVaadinButton
Adds the given components as children of this component at the slot 'prefix'.
addToPrefix(Component...) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Adds the given components as children of this component at the slot 'prefix'.
addToPrefix(Component...) - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
Adds the given components as children of this component at the slot 'prefix'.
addToPrefix(Component...) - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Adds the given components as children of this component at the slot 'prefix'.
addToPrefix(Component...) - Method in class com.vaadin.flow.component.select.Select
 
addToPrefix(Component...) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
Adds the given components as children of this component at the slot 'prefix'.
addToPrefix(Component...) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Adds the given components as children of this component at the slot 'prefix'.
addToPrimary(Component...) - Method in class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout
Adds the given components as children of this component at the slot 'primary'.
addToPrimary(Component...) - Method in class com.vaadin.flow.component.splitlayout.SplitLayout
Sets the given components to the primary split of this layout, i.e.
addToSecondary(Component...) - Method in class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout
Adds the given components as children of this component at the slot 'secondary'.
addToSecondary(Component...) - Method in class com.vaadin.flow.component.splitlayout.SplitLayout
Sets the given components to the secondary split of this layout, i.e.
addToSuffix(Component...) - Method in class com.vaadin.flow.component.button.GeneratedVaadinButton
Adds the given components as children of this component at the slot 'suffix'.
addToSuffix(Component...) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
Adds the given components as children of this component at the slot 'suffix'.
addToSuffix(Component...) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Adds the given components as children of this component at the slot 'suffix'.
addToTextarea(Component...) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
Adds the given components as children of this component at the slot 'textarea'.
addUI(UI) - Method in class com.vaadin.flow.server.VaadinSession
Adds an initialized UI to this session.
addUIInitListener(UIInitListener) - Method in class com.vaadin.flow.server.VaadinService
Adds a listener that gets notified when a new UI has been initialized.
addUnit(TimeUnitMultiples) - Method in class com.vaadin.flow.component.charts.model.Axis
Adds unit to the units array
addUnit(TimeUnitMultiples) - Method in class com.vaadin.flow.component.charts.model.DataGrouping
Adds unit to the units array
addUnit(TimeUnitMultiples) - Method in class com.vaadin.flow.component.charts.model.XAxis
Adds unit to the units array
addUnit(TimeUnitMultiples) - Method in class com.vaadin.flow.component.charts.model.YAxis
Adds unit to the units array
addUnit(TimeUnitMultiples) - Method in class com.vaadin.flow.component.charts.model.ZAxis
Adds unit to the units array
addUploadAbortListener(ComponentEventListener<GeneratedVaadinUpload.UploadAbortEvent<R>>) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
Adds a listener for upload-abort events fired by the webcomponent.
addUploadBeforeListener(ComponentEventListener<GeneratedVaadinUpload.UploadBeforeEvent<R>>) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
Adds a listener for upload-before events fired by the webcomponent.
addUploadErrorListener(ComponentEventListener<GeneratedVaadinUpload.UploadErrorEvent<R>>) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
Adds a listener for upload-error events fired by the webcomponent.
addUploadProgressListener(ComponentEventListener<GeneratedVaadinUpload.UploadProgressEvent<R>>) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
Adds a listener for upload-progress events fired by the webcomponent.
addUploadRequestListener(ComponentEventListener<GeneratedVaadinUpload.UploadRequestEvent<R>>) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
Adds a listener for upload-request events fired by the webcomponent.
addUploadResponseListener(ComponentEventListener<GeneratedVaadinUpload.UploadResponseEvent<R>>) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
Adds a listener for upload-response events fired by the webcomponent.
addUploadRetryListener(ComponentEventListener<GeneratedVaadinUpload.UploadRetryEvent<R>>) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
Adds a listener for upload-retry events fired by the webcomponent.
addUploadStartListener(ComponentEventListener<GeneratedVaadinUpload.UploadStartEvent<R>>) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
Adds a listener for upload-start events fired by the webcomponent.
addUploadSuccessListener(ComponentEventListener<GeneratedVaadinUpload.UploadSuccessEvent<R>>) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
Adds a listener for upload-success events fired by the webcomponent.
addValueChangeListener(HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<S, T>>) - Method in class com.vaadin.flow.component.AbstractCompositeField
 
addValueChangeListener(HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<C, T>>) - Method in class com.vaadin.flow.component.AbstractField
 
addValueChangeListener(HasValue.ValueChangeListener<? super E>) - Method in interface com.vaadin.flow.component.HasValue
Adds a value change listener.
addValueChangeListener(HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<C, T>>) - Method in class com.vaadin.flow.component.internal.AbstractFieldSupport
addValueChangeListener(HasValue.ValueChangeListener<? super HasValue.ValueChangeEvent<?>>) - Method in class com.vaadin.flow.data.binder.Binder
Adds field value change listener to all the fields in the binder.
addValueChangeListener(HasValue.ValueChangeListener<? super HasValue.ValueChangeEvent<V>>) - Method in class com.vaadin.flow.data.binder.ReadOnlyHasValue
 
addValueProvider(String, ValueProvider<T, ?>) - Method in class com.vaadin.flow.component.grid.Grid
Adds a ValueProvider to this Grid that is not tied to a Column.
addXAxesExtremesSetListener(ComponentEventListener<XAxesExtremesSetEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds a x axes extremes set listener, which will be notified when an x axis extremes are set
addxAxis(XAxis) - Method in class com.vaadin.flow.component.charts.model.Configuration
Adds an X-axis to the configuration
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.PlotOptionsCandlestick
Adds zone to the zones array
addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
Adds zone to the zones array
addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
Adds zone to the zones array
addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
Adds zone to the zones array
addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
Adds zone to the zones array
addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
Adds zone to the zones array
addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
Adds zone to the zones array
addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
Adds zone to the zones array
addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
Adds zone to the zones array
addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
Adds zone to the zones array
addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
Adds zone to the zones array
addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
Adds zone to the zones array
addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
Adds zone to the zones array
addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
Adds zone to the zones array
addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
Adds zone to the zones array
addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
Adds zone to the zones array
addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
Adds zone to the zones array
addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PointOptions
Adds zone to the zones array
addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
Adds zone to the zones array
afterNavigate(String, HasElement) - Method in class com.vaadin.flow.component.applayout.AbstractAppRouterLayout
This hook is called after a navigation is made into a route which has this router layout as its parent layout.
afterNavigation(AfterNavigationEvent) - Method in interface com.vaadin.flow.router.internal.AfterNavigationHandler
Method called after navigation has been executed.
afterNavigation(AfterNavigationEvent) - Method in class com.vaadin.flow.router.RouterLink
 
AfterNavigationEvent - Class in com.vaadin.flow.router
Event created before navigation happens.
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 interface that handles AfterNavigationEvent.
AfterNavigationListener - Interface in com.vaadin.flow.router
A listener that may be added to the UI using UI.addAfterNavigationListener(AfterNavigationListener).
AfterNavigationObserver - Interface in com.vaadin.flow.router
Any attached component implementing this interface will receive an event after all navigation tasks have resolved.
AGAIN - Static variable in interface com.vaadin.flow.component.Key
The Again key.
ALICEBLUE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
all() - Method in class com.vaadin.testbench.ElementQuery
Search the open Vaadin application for a list of matching components relative to given context.
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.
allowBrowserDefault() - Method in class com.vaadin.flow.component.ShortcutRegistration
Allows the default keyboard event handling when the shortcut is invoked.
AllowClientUpdates - Annotation Type in com.vaadin.flow.templatemodel
Defines the access control setting for a model property.
AllowClientUpdates.Container - Annotation Type in com.vaadin.flow.templatemodel
Internal annotation to enable use of multiple AllowClientUpdates annotations.
allowEventPropagation() - Method in class com.vaadin.flow.component.ShortcutRegistration
Allow the event to propagate upwards in the DOM tree, when the shortcut is invoked.
allowsChanges() - Method in class com.vaadin.flow.internal.nodefeature.ElementData
 
allowsChanges() - Method in class com.vaadin.flow.internal.nodefeature.NodeFeature
Returns true if the underlying node may report its changes.
ALPHANUMERIC - Static variable in interface com.vaadin.flow.component.Key
The Alphanumeric key.
ALT - Static variable in interface com.vaadin.flow.component.Key
The Alt (Alternative) key.
ALT_GRAPH - Static variable in interface com.vaadin.flow.component.Key
The AltGr or AltGraph (Alternate Graphics) key.
ALT_LEFT - Static variable in interface com.vaadin.flow.component.Key
Alt , Option or .
ALT_RIGHT - Static variable in interface com.vaadin.flow.component.Key
Alt , Option or .This is labelled AltGr key on many keyboard layouts.
always() - Static method in class com.vaadin.flow.router.HighlightConditions
Always highlight.
ALWAYS_TRUE_FILTER - Static variable in class com.vaadin.flow.internal.nodefeature.ElementListenerMap
Dummy filter string that always passes.
ALWAYS_USE_XHR_TO_SERVER - Static variable in class com.vaadin.flow.internal.nodefeature.PushConfigurationMap
 
alwaysPass() - Static method in interface com.vaadin.flow.data.binder.Validator
Returns a validator that passes any value.
AmbiguousRouteConfigurationException - Exception in com.vaadin.flow.server
Exception indicating that the application's routes already has the navigation target with the given path.
AmbiguousRouteConfigurationException(String, Class<? extends Component>) - Constructor for exception com.vaadin.flow.server.AmbiguousRouteConfigurationException
Constructs a new invalid route configuration exception with the specified detail message and the existing navigation target component which already presents in the configuration with the route path.
Anchor - Class in com.vaadin.flow.component.html
Component representing an <a> element.
Anchor() - Constructor for class com.vaadin.flow.component.html.Anchor
Creates a new empty anchor component.
Anchor(String, String) - Constructor for class com.vaadin.flow.component.html.Anchor
Creates an anchor component with the given text content and href.
Anchor(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.
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
 
and(Predicate<? super T>) - Method in interface com.vaadin.flow.function.SerializablePredicate
 
AnnotationReader - Class in com.vaadin.flow.internal
Helper class for reading annotation data.
AnnotationValidator - Class in com.vaadin.flow.server.startup
Validation class that is run during servlet container initialization which checks that specific annotations are not configured wrong.
AnnotationValidator() - Constructor for class com.vaadin.flow.server.startup.AnnotationValidator
 
ANTIQUEWHITE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
APP_SWITCH - Static variable in interface com.vaadin.flow.component.Key
Presents a list of recently-used applications which lets the user change apps quickly.
append(StateNode, String, String) - Method in class com.vaadin.flow.internal.nodefeature.VirtualChildrenList
Appends an item supplied with payload data as last in the list.
append(StateNode, String, JsonValue) - Method in class com.vaadin.flow.internal.nodefeature.VirtualChildrenList
Appends an item supplied with payload data as last in the list.
append(StateNode, String) - Method in class com.vaadin.flow.internal.nodefeature.VirtualChildrenList
Appends an item supplied with payload type as last in the list.
append(Reader) - Method in class com.vaadin.flow.server.communication.AtmospherePushConnection.FragmentedMessage
Appends all the data from the given Reader to this message and returns whether the message was completed.
appendChild(Element...) - Method in class com.vaadin.flow.dom.Node
Adds the given children as the last children of this element.
appendFooterRow() - Method in class com.vaadin.flow.component.grid.Grid
Adds a new footer row to the bottom of the existing footer rows.
appendHeaderRow() - Method in class com.vaadin.flow.component.grid.Grid
Adds a new header row to the bottom of the existing header rows.
appendVirtualChild(StateNode, Element, String, String) - Method in interface com.vaadin.flow.dom.ElementStateProvider
Append the given element as a virtual child.
appendVirtualChild(StateNode, Element, String, String) - Method in class com.vaadin.flow.dom.impl.AbstractNodeStateProvider
 
appendVirtualChild(StateNode, Element, String, String) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
 
appendVirtualChild(Element...) - Method in class com.vaadin.flow.dom.Node
Appends the given children as the virtual children of the element.
AppLayout - Class in com.vaadin.flow.component.applayout
Server-side component for the <vaadin-app-layout> element.
AppLayout() - Constructor for class com.vaadin.flow.component.applayout.AppLayout
 
AppLayoutElement - Class in com.vaadin.flow.component.applayout.testbench
 
AppLayoutElement() - Constructor for class com.vaadin.flow.component.applayout.testbench.AppLayoutElement
 
AppLayoutMenu - Class in com.vaadin.flow.component.applayout
Menu to be used with AppLayout.
AppLayoutMenu() - Constructor for class com.vaadin.flow.component.applayout.AppLayoutMenu
Default constructor.
AppLayoutMenuElement - Class in com.vaadin.flow.component.applayout.testbench
 
AppLayoutMenuElement() - Constructor for class com.vaadin.flow.component.applayout.testbench.AppLayoutMenuElement
 
AppLayoutMenuItem - Class in com.vaadin.flow.component.applayout
Base class representing menu items.
AppLayoutMenuItem(String) - Constructor for class com.vaadin.flow.component.applayout.AppLayoutMenuItem
Constructs a new object with the given title.
AppLayoutMenuItem(Component) - Constructor for class com.vaadin.flow.component.applayout.AppLayoutMenuItem
Constructs a new object with the given icon.
AppLayoutMenuItem(Component, String) - Constructor for class com.vaadin.flow.component.applayout.AppLayoutMenuItem
Constructs a new object with the given icon and title.
AppLayoutMenuItem(String, String) - Constructor for class com.vaadin.flow.component.applayout.AppLayoutMenuItem
Constructs a new object with the given title and route.
AppLayoutMenuItem(Component, String, String) - Constructor for class com.vaadin.flow.component.applayout.AppLayoutMenuItem
Constructs a new object with the given icon, title and route.
AppLayoutMenuItem(Component, ComponentEventListener<MenuItemClickEvent>) - Constructor for class com.vaadin.flow.component.applayout.AppLayoutMenuItem
Constructs a new object with the given icon and click listener.
AppLayoutMenuItem(String, ComponentEventListener<MenuItemClickEvent>) - Constructor for class com.vaadin.flow.component.applayout.AppLayoutMenuItem
Constructs a new object with the given title and click listener.
AppLayoutMenuItem(Component, String, ComponentEventListener<MenuItemClickEvent>) - Constructor for class com.vaadin.flow.component.applayout.AppLayoutMenuItem
Constructs a new object with the given icon, title and click listener.
ApplicationConstants - Class in com.vaadin.flow.shared
A utility class providing static constants.
ApplicationConstants() - Constructor for class com.vaadin.flow.shared.ApplicationConstants
 
ApplicationRouteRegistry - Class in com.vaadin.flow.server.startup
Registry for holding navigation target components found on servlet initialization.
ApplicationRouteRegistry() - Constructor for class com.vaadin.flow.server.startup.ApplicationRouteRegistry
Creates a new uninitialized route registry.
applicationToModel(Object, PropertyFilter) - Method in class com.vaadin.flow.templatemodel.BasicComplexModelType
 
applicationToModel(Object, PropertyFilter) - Method in class com.vaadin.flow.templatemodel.BasicModelType
 
applicationToModel(Object, PropertyFilter) - Method in class com.vaadin.flow.templatemodel.BeanModelType
 
applicationToModel(Object, PropertyFilter) - Method in interface com.vaadin.flow.templatemodel.ComplexModelType
 
applicationToModel(Object, PropertyFilter) - Method in class com.vaadin.flow.templatemodel.ConvertedModelType
 
applicationToModel(Object, PropertyFilter) - Method in class com.vaadin.flow.templatemodel.ListModelType
 
applicationToModel(Object, PropertyFilter) - Method in interface com.vaadin.flow.templatemodel.ModelType
Creates a model value representation of the provided application value.
apply(SortDirection) - Method in interface com.vaadin.flow.component.grid.SortOrderProvider
Generates the sort orders when rows are sorted by a column.
apply(T) - Method in interface com.vaadin.flow.component.ItemLabelGenerator
Gets a caption for the item.
apply(ValueContext) - Method in interface com.vaadin.flow.data.binder.ErrorMessageProvider
Returns a generated error message for given ValueContext.
apply(T, ValueContext) - Method in interface com.vaadin.flow.data.binder.Validator
Validates the given value.
apply(Object, ValueContext) - Method in class com.vaadin.flow.data.validator.BeanValidator
Validates the given value as if it were the value of the bean property configured for this validator.
apply(T, ValueContext) - Method in class com.vaadin.flow.data.validator.RangeValidator
Returns Result.ok if the value is within the specified bounds, Result.error otherwise.
apply(String, ValueContext) - Method in class com.vaadin.flow.data.validator.RegexpValidator
 
apply(String, ValueContext) - Method in class com.vaadin.flow.data.validator.StringLengthValidator
 
apply(SOURCE) - Method in interface com.vaadin.flow.function.ValueProvider
Provides a value from the given source object.
apply(Statement, Description) - Method in class com.vaadin.testbench.RetryRule
 
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
 
AREA - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
AreaOptions - Class in com.vaadin.flow.component.charts.model
 
AreaOptions() - Constructor for class com.vaadin.flow.component.charts.model.AreaOptions
 
AREARANGE - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
AREASPLINE - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
AREASPLINERANGE - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
areWebJarsEnabled() - Method in interface com.vaadin.flow.function.DeploymentConfiguration
Determines if webJars mechanism is enabled.
ARRAY_TYPE - Static variable in class com.vaadin.flow.internal.JsonCodec
Type id for a complex type array containing a JsonArray.
ArrayUpdater - Interface in com.vaadin.flow.data.provider
Array update strategy aware class.
ArrayUpdater.Update - Interface in com.vaadin.flow.data.provider
Array updater strategy.
ARROW_DOWN - Static variable in interface com.vaadin.flow.component.Key
The down arrow key ().
ARROW_LEFT - Static variable in interface com.vaadin.flow.component.Key
The left arrow key ().
ARROW_RIGHT - Static variable in interface com.vaadin.flow.component.Key
The right arrow key ().
ARROW_UP - Static variable in interface com.vaadin.flow.component.Key
The up arrow key ().
Article - Class in com.vaadin.flow.component.html
Component representing a <article> element.
Article() - Constructor for class com.vaadin.flow.component.html.Article
Creates a new empty article.
Article(Component...) - Constructor for class com.vaadin.flow.component.html.Article
Creates a new article with the given child components.
ARTICLE - Static variable in annotation type com.vaadin.flow.component.Tag
Tag for an <article>.
as(Class<T>) - Method in class com.vaadin.flow.dom.Element
Creates a new component instance using this element.
asArray() - Static method in class com.vaadin.flow.internal.JsonUtils
Creates a collector that collects values into a JSON array.
asArraySerializer() - Method in class com.vaadin.flow.component.charts.model.serializers.BeanSerializerDelegator
 
asc(Grid.Column<T>) - Static method in class com.vaadin.flow.component.grid.GridSortOrder
Creates a new grid sort builder with given sorting using ascending sort direction.
asc(String) - Static method in class com.vaadin.flow.data.provider.QuerySortOrder
Creates a new query sort builder with given sorting using ascending sort direction.
asElement() - Method in class com.vaadin.flow.server.PwaIcon
Gets an Element presentation of the icon.
Aside - Class in com.vaadin.flow.component.html
Component representing a <aside> element.
Aside() - Constructor for class com.vaadin.flow.component.html.Aside
Creates a new empty aside.
Aside(Component...) - Constructor for class com.vaadin.flow.component.html.Aside
Creates a new aside with the given child components.
ASIDE - Static variable in annotation type com.vaadin.flow.component.Tag
Tag for an <aside>.
asMultiSelect() - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
 
asMultiSelect() - Method in class com.vaadin.flow.component.grid.Grid
Use this grid as a multiselect in Binder.
asMultiSelect() - Method in interface com.vaadin.flow.component.grid.GridMultiSelectionModel
Gets a wrapper to use this multiselection model as a multiselect in Binder.
asRequired(String) - Method in interface com.vaadin.flow.data.binder.Binder.BindingBuilder
Sets the field to be required.
asRequired() - Method in interface com.vaadin.flow.data.binder.Binder.BindingBuilder
Sets the field to be required.
asRequired(ErrorMessageProvider) - Method in interface com.vaadin.flow.data.binder.Binder.BindingBuilder
Sets the field to be required.
asRequired(Validator<TARGET>) - Method in interface com.vaadin.flow.data.binder.Binder.BindingBuilder
Sets the field to be required and delegates the required check to a custom validator.
asRequired(ErrorMessageProvider) - Method in class com.vaadin.flow.data.binder.Binder.BindingBuilderImpl
 
asRequired(Validator<TARGET>) - Method in class com.vaadin.flow.data.binder.Binder.BindingBuilderImpl
 
asSingleSelect() - Method in class com.vaadin.flow.component.grid.AbstractGridSingleSelectionModel
 
asSingleSelect() - Method in class com.vaadin.flow.component.grid.Grid
Use this grid as a single select in Binder.
asSingleSelect() - Method in interface com.vaadin.flow.component.grid.GridSingleSelectionModel
Gets a wrapper to use this single selection model as a single select in Binder.
ATMOSPHERE_MISSING_ERROR - Static variable in class com.vaadin.flow.server.VaadinService
 
AtmospherePushConnection - Class in com.vaadin.flow.server.communication
A PushConnection implementation using the Atmosphere push support that is by default included in Vaadin.
AtmospherePushConnection(UI) - Constructor for class com.vaadin.flow.server.communication.AtmospherePushConnection
Creates an instance connected to the given UI.
AtmospherePushConnection.FragmentedMessage - Class in com.vaadin.flow.server.communication
Represents a message that can arrive as multiple fragments.
AtmospherePushConnection.State - Enum in com.vaadin.flow.server.communication
 
ATTACH_EXISTING_ELEMENT - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
AttachEvent - Class in com.vaadin.flow.component
Event fired after a Component is attached to the UI.
AttachEvent(Component, boolean) - Constructor for class com.vaadin.flow.component.AttachEvent
Creates a new attach event with the given component as source.
attachExistingElement(StateNode, String, Element, ChildElementConsumer) - Method in interface com.vaadin.flow.dom.ElementStateProvider
Attaches a child element with the given tagName which is the next sibling for the previousSibling.
attachExistingElement(StateNode, String, Element, ChildElementConsumer) - Method in class com.vaadin.flow.dom.impl.AbstractNodeStateProvider
 
attachExistingElement(StateNode, String, Element, ChildElementConsumer) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
 
AttachExistingElementFeature - Class in com.vaadin.flow.internal.nodefeature
Temporary storage of data required to handle existing element attachment callback from the client side.
AttachExistingElementFeature(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.AttachExistingElementFeature
Creates a new instance for the given node.
AttachExistingElementRpcHandler - Class in com.vaadin.flow.server.communication.rpc
RPC handler for a client-side response on attach existing element request.
AttachExistingElementRpcHandler() - Constructor for class com.vaadin.flow.server.communication.rpc.AttachExistingElementRpcHandler
 
AttachNotifier - Interface in com.vaadin.flow.component
Mixin interface for components that support adding attach listeners.
attachPotentialChild(Object) - Method in class com.vaadin.flow.internal.nodefeature.NodeFeature
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 - Annotation Type in com.vaadin.testbench.annotations
Additional qualifier to be used on element classes which do not use an unique tag name.
attribute(String, String) - Method in class com.vaadin.testbench.ElementQuery
Requires the given attribute to match the given value.
Attribute.Container - Annotation Type 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, String) - Constructor for class com.vaadin.testbench.ElementQuery.AttributeMatch
 
AttributeMatch(String, String, String) - Constructor for class com.vaadin.testbench.ElementQuery.AttributeMatch
 
AttributeMatch(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.server
The Attributes class represents a set of attributes.
Attributes() - Constructor for class com.vaadin.flow.server.Attributes
 
attributeWithDefault(String, String) - Static method in class com.vaadin.flow.component.PropertyDescriptors
Creates a descriptor for an attribute of the component's root element with a non-null default value.
attributeWithDefault(String, String, boolean) - Static method in class com.vaadin.flow.component.PropertyDescriptors
Creates a descriptor for an attribute of the component's root element with a non-null default value.
AUDIO_BALANCE_LEFT - Static variable in interface com.vaadin.flow.component.Key
Adjusts audio balance toward the left.
AUDIO_BALANCE_RIGHT - Static variable in interface com.vaadin.flow.component.Key
Adjusts audio balance toward the right.
AUDIO_BASS_BOOST_DOWN - Static variable in interface com.vaadin.flow.component.Key
Reduces bass boosting or cycles downward through bass boost modes or states.
AUDIO_BASS_BOOST_TOGGLE - Static variable in interface com.vaadin.flow.component.Key
Toggles bass boosting on and off.
AUDIO_BASS_BOOST_UP - Static variable in interface com.vaadin.flow.component.Key
Increases the amount of bass boosting, or cycles upward through a set of bass boost modes or states.
AUDIO_BASS_DOWN - Static variable in interface com.vaadin.flow.component.Key
Decreases the amount of bass.
AUDIO_BASS_UP - Static variable in interface com.vaadin.flow.component.Key
Increases the amount of bass.
AUDIO_FADER_FRONT - Static variable in interface com.vaadin.flow.component.Key
Adjusts the audio fader toward the front.
AUDIO_FADER_REAR - Static variable in interface com.vaadin.flow.component.Key
Adjusts the audio fader toward the rear.
AUDIO_SURROUND_MODE_NEXT - Static variable in interface com.vaadin.flow.component.Key
Selects the next available surround sound mode.
AUDIO_TREBLE_DOWN - Static variable in interface com.vaadin.flow.component.Key
Decreases the amount of treble.
AUDIO_TREBLE_UP - Static variable in interface com.vaadin.flow.component.Key
Increases the amount of treble.
AUDIO_VOLUME_DOWN - Static variable in interface com.vaadin.flow.component.Key
Decreases the audio volume.
AUDIO_VOLUME_MUTE - Static variable in interface com.vaadin.flow.component.Key
Mutes the audio.
AUDIO_VOLUME_UP - Static variable in interface com.vaadin.flow.component.Key
Increases the audio volume.
Autocapitalize - Enum in com.vaadin.flow.component.textfield
Capitalization options for the autocapitalize attribute.
AUTOCAPITALIZE_ATTRIBUTE - Static variable in interface com.vaadin.flow.component.textfield.HasAutocapitalize
Name of @{code autocapitalize} attribute.
Autocomplete - Enum in com.vaadin.flow.component.textfield
Values for the autocomplete attribute.
AUTOCOMPLETE_ATTRIBUTE - Static variable in interface com.vaadin.flow.component.textfield.HasAutocomplete
Name of @{code autocomplete} attribute.
AUTOCORRECT_ATTRIBUTE - Static variable in interface com.vaadin.flow.component.textfield.HasAutocorrect
Name of autocorrect attribute.
AVR_INPUT - Static variable in interface com.vaadin.flow.component.Key
Changes the input mode on an external audio/video receiver (AVR) unit.
AVR_POWER - Static variable in interface com.vaadin.flow.component.Key
Toggles the power on an external AVR unit.
Axis - Class in com.vaadin.flow.component.charts.model
 
Axis() - Constructor for class com.vaadin.flow.component.charts.model.Axis
 
AXIS_LABEL_POSITION_AUTO - Static variable in class com.vaadin.flow.component.charts.model.Options3d
 
AxisDimension - Enum in com.vaadin.flow.component.charts.model
Possible axis dimensions with their indexes in client-side
AxisList<T extends Axis> - Class in com.vaadin.flow.component.charts.model
Alternative AxisContainer to allow multiple axes
AxisList() - Constructor for class com.vaadin.flow.component.charts.model.AxisList
 
AxisListSerializer - Class in com.vaadin.flow.component.charts.model.serializers
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, boolean, boolean) - Constructor for class com.vaadin.flow.component.charts.events.internal.AxisRescaledEvent
Constructs the event.
AxisRescaledEvent(int, int, Number, Number, boolean) - Constructor for class com.vaadin.flow.component.charts.events.internal.AxisRescaledEvent
Constructs the event with animated transition.
AxisRescaledEvent(int, int, Number, Number) - Constructor for class com.vaadin.flow.component.charts.events.internal.AxisRescaledEvent
Constructs the event with animated transition, redraws the chart.
AxisTitle - Class in com.vaadin.flow.component.charts.model
The axis title, showing next to the axis line.
AxisTitle() - Constructor for class com.vaadin.flow.component.charts.model.AxisTitle
 
AxisTitle(String) - Constructor for class com.vaadin.flow.component.charts.model.AxisTitle
 
AxisTitleBeanSerializer - Class in com.vaadin.flow.component.charts.model.serializers
Serializer for AxisTitle.
AxisTitleBeanSerializer() - Constructor for class com.vaadin.flow.component.charts.model.serializers.AxisTitleBeanSerializer
 
AxisType - Enum in com.vaadin.flow.component.charts.model
Enum representing different axis types.
AZURE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 

B

Back - Class in com.vaadin.flow.component.charts.model
Defines the back panel of the frame around 3D charts.
Back() - Constructor for class com.vaadin.flow.component.charts.model.Back
 
back() - Method in class com.vaadin.flow.component.page.History
Navigates back.
BackEndDataProvider<T,F> - Interface in com.vaadin.flow.data.provider
A data provider that lazy loads items from a back end.
BackEndHierarchicalDataProvider<T,F> - Interface in com.vaadin.flow.data.provider.hierarchy
A data provider that lazy loads items from a back end containing hierarchical data.
Background - Class in com.vaadin.flow.component.charts.model
An object, or array of objects, for backgrounds.
Background() - Constructor for class com.vaadin.flow.component.charts.model.Background
 
BackgroundShape - Enum in com.vaadin.flow.component.charts.model
The shape of the pane background.
BACKQUOTE - Static variable in interface com.vaadin.flow.component.Key
`~ on a US keyboard.
BACKSLASH - Static variable in interface com.vaadin.flow.component.Key
Used for both the US \| (on the 101-key layout) and also for the keylocated between the " and Enter keys on row C of the 102-, 104- and 106-key layouts.
BACKSPACE - Static variable in interface com.vaadin.flow.component.Key
Backspace or .
BAR - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
BASE_PROTOCOL_PREFIX - Static variable in class com.vaadin.flow.shared.ApplicationConstants
Protocol used for referencing resources relative the base URI of the loaded page.
BASIC_TYPE_VALUE - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
BasicComplexModelType<T> - Class in com.vaadin.flow.templatemodel
A model type representing an immutable leaf value (e.g.
BasicElementStateProvider - Class in com.vaadin.flow.dom.impl
Implementation which stores data for basic elements, i.e.
BasicElementStyle - Class in com.vaadin.flow.dom.impl
Implementation of Style for BasicElementStateProvider.
BasicElementStyle(ElementStylePropertyMap) - Constructor for class com.vaadin.flow.dom.impl.BasicElementStyle
Creates an instance connected to the given map.
BasicModelType - Class in com.vaadin.flow.templatemodel
A model type representing an immutable leaf value, e.g.
BasicRenderer<SOURCE,TARGET> - Class in com.vaadin.flow.data.renderer
Abstract renderer used as the base implementation for renderers that outputs a simple value in the UI, such as NumberRenderer and LocalDateRenderer.
BasicRenderer(ValueProvider<SOURCE, TARGET>) - Constructor for class com.vaadin.flow.data.renderer.BasicRenderer
Builds a new template renderer using the value provider as the source of values to be rendered.
BasicTextElementStateProvider - Class in com.vaadin.flow.dom.impl
Handles storing and retrieval of the state information for a text node using a state node.
BasicTypeValue - Class in com.vaadin.flow.internal.nodefeature
The feature contains a value of the basic type.
BasicTypeValue(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.BasicTypeValue
Creates a new value map for the given node.
BeanDataGenerator<T> - Class in com.vaadin.flow.data.provider
A DataGenerator that sends all the fields of the objects in the model to the client, using the field names as property names.
BeanDataGenerator() - Constructor for class com.vaadin.flow.data.provider.BeanDataGenerator
 
BeanModelType<T> - Class in com.vaadin.flow.templatemodel
A model type corresponding to a Java bean type.
BeanModelType(Class<T>, Map<String, BeanModelType.BeanModelTypeProperty>, boolean) - Constructor for class com.vaadin.flow.templatemodel.BeanModelType
Creates a new bean model type from the given class and properties.
BeanModelType(Class<T>, PropertyFilter, boolean) - Constructor for class com.vaadin.flow.templatemodel.BeanModelType
Creates a new bean model type with the bean properties of the provided class that passes the provided property filter.
BeanPropertySet<T> - Class in com.vaadin.flow.data.binder
A PropertySet that uses reflection to find bean properties.
BeanPropertySet.NestedBeanPropertyDefinition<T,V> - Class in com.vaadin.flow.data.binder
Contains properties for a bean type which is nested in another definition.
BeanSerializationDelegate<T> - Class in com.vaadin.flow.component.charts.model.serializers
Abstract class for bean serializers.
BeanSerializationDelegate() - Constructor for class com.vaadin.flow.component.charts.model.serializers.BeanSerializationDelegate
 
BeanSerializerDelegator<T> - Class in com.vaadin.flow.component.charts.model.serializers
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, String[]) - Constructor for class com.vaadin.flow.component.charts.model.serializers.BeanSerializerDelegator
 
BeanSerializerDelegator(BeanSerializerBase, Object) - Constructor for class com.vaadin.flow.component.charts.model.serializers.BeanSerializerDelegator
 
BeanSerializerDelegator(BeanSerializerBase, BeanSerializationDelegate<T>) - Constructor for class com.vaadin.flow.component.charts.model.serializers.BeanSerializerDelegator
 
BeanUtil - Class in com.vaadin.flow.internal
Utility class for Java Beans information access.
BeanValidationBinder<BEAN> - Class in com.vaadin.flow.data.binder
Binder that uses reflection based on the provided bean type to resolve bean properties.
BeanValidationBinder(Class<BEAN>) - Constructor for class com.vaadin.flow.data.binder.BeanValidationBinder
Creates a new binder that uses reflection based on the provided bean type to resolve bean properties.
BeanValidator - Class in com.vaadin.flow.data.validator
A Validator using the JSR-303 (javax.validation) annotation-based bean validation mechanism.
BeanValidator(Class<?>, String) - Constructor for class com.vaadin.flow.data.validator.BeanValidator
Creates a new JSR-303 BeanValidator that validates values of the specified property.
beforeClientResponse(Component, SerializableConsumer<ExecutionContext>) - Method in class com.vaadin.flow.component.UI
Registers a task to be executed before the response is sent to the client.
beforeClientResponse(StateNode, SerializableConsumer<ExecutionContext>) - Method in class com.vaadin.flow.internal.StateTree
Registers a task to be executed before the response is sent to the client.
beforeEnter(BeforeEnterEvent) - Method in interface com.vaadin.flow.router.internal.BeforeEnterHandler
Method called before navigation to attaching Component chain is made.
BeforeEnterEvent - Class in com.vaadin.flow.router
Event created before navigation happens.
BeforeEnterEvent(NavigationEvent, Class<?>) - Constructor for class com.vaadin.flow.router.BeforeEnterEvent
Construct event from a NavigationEvent.
BeforeEnterEvent(Router, NavigationTrigger, Location, Class<?>, UI) - Constructor for class com.vaadin.flow.router.BeforeEnterEvent
Constructs a new BeforeNavigation Event.
BeforeEnterHandler - Interface in com.vaadin.flow.router.internal
The base interface for every interface that handles BeforeEnterEvent.
BeforeEnterListener - Interface in com.vaadin.flow.router
A listener that may be added to the UI using UI.addBeforeEnterListener(BeforeEnterListener).
BeforeEnterObserver - Interface in com.vaadin.flow.router
Any attached component implementing this interface will receive an event before a new navigation state is entered.
BeforeEvent - Class in com.vaadin.flow.router
Abstract before event class that has the common functionalities for BeforeLeaveEvent and BeforeEnterEvent.
BeforeEvent(NavigationEvent, Class<?>) - Constructor for class com.vaadin.flow.router.BeforeEvent
Construct event from a NavigationEvent.
BeforeEvent(Router, NavigationTrigger, Location, Class<?>, UI) - Constructor for class com.vaadin.flow.router.BeforeEvent
Constructs a new BeforeNavigation Event.
beforeLeave(BeforeLeaveEvent) - Method in interface com.vaadin.flow.router.internal.BeforeLeaveHandler
Method called before navigation to detaching Component chain is made.
BeforeLeaveEvent - Class in com.vaadin.flow.router
Event created before navigation happens.
BeforeLeaveEvent(NavigationEvent, Class<?>) - Constructor for class com.vaadin.flow.router.BeforeLeaveEvent
Construct event from a NavigationEvent.
BeforeLeaveEvent(Router, NavigationTrigger, Location, Class<?>, UI) - Constructor for class com.vaadin.flow.router.BeforeLeaveEvent
Constructs a new BeforeNavigation Event.
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 interface that handles BeforeLeaveEvent.
BeforeLeaveListener - Interface in com.vaadin.flow.router
A listener that may be added to the UI using UI.addBeforeLeaveListener(BeforeLeaveListener).
BeforeLeaveObserver - Interface in com.vaadin.flow.router
Any attached component implementing this interface will receive an event before leaving the current navigation state.
beforeNavigate(String, HasElement) - Method in class com.vaadin.flow.component.applayout.AbstractAppRouterLayout
This hook is called before a navigation is being made into a route which has this router layout as its parent layout.
BEIGE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
between(int, int) - Static method in class com.vaadin.flow.internal.Range
Creates a range between two integers.
BigDecimalRangeValidator - Class in com.vaadin.flow.data.validator
Validator for validating that an BigDecimal is inside a given range.
BigDecimalRangeValidator(String, BigDecimal, BigDecimal) - Constructor for class com.vaadin.flow.data.validator.BigDecimalRangeValidator
Creates a validator for checking that an BigDecimal is within a given range.
BigIntegerRangeValidator - Class in com.vaadin.flow.data.validator
Validator for validating that an BigInteger is inside a given range.
BigIntegerRangeValidator(String, BigInteger, BigInteger) - Constructor for class com.vaadin.flow.data.validator.BigIntegerRangeValidator
Creates a validator for checking that an BigInteger is within a given range.
bind(HasValue<?, FIELDVALUE>, ValueProvider<BEAN, FIELDVALUE>, Setter<BEAN, FIELDVALUE>) - Method in class com.vaadin.flow.data.binder.Binder
Binds a field to a bean property represented by the given getter and setter pair.
bind(HasValue<?, FIELDVALUE>, String) - Method in class com.vaadin.flow.data.binder.Binder
Binds the given field to the property with the given name.
bind(ValueProvider<BEAN, TARGET>, Setter<BEAN, TARGET>) - Method in interface com.vaadin.flow.data.binder.Binder.BindingBuilder
Completes this binding using the given getter and setter functions representing a backing bean property.
bind(String) - Method in interface com.vaadin.flow.data.binder.Binder.BindingBuilder
Completes this binding by connecting the field to the property with the given name.
bind(ValueProvider<BEAN, TARGET>, Setter<BEAN, TARGET>) - Method in class com.vaadin.flow.data.binder.Binder.BindingBuilderImpl
 
bind(String) - Method in class com.vaadin.flow.data.binder.Binder.BindingBuilderImpl
 
Binder<BEAN> - Class in com.vaadin.flow.data.binder
Connects one or more Field components to properties of a backing data type such as a bean type.
Binder(PropertySet<BEAN>) - Constructor for class com.vaadin.flow.data.binder.Binder
Creates a binder using a custom PropertySet implementation for finding and resolving property names for Binder.bindInstanceFields(Object), Binder.bind(HasValue, String) and Binder.BindingBuilder.bind(String).
Binder(Class<BEAN>) - Constructor for class com.vaadin.flow.data.binder.Binder
Creates a new binder that uses reflection based on the provided bean type to resolve bean properties.
Binder() - Constructor for class com.vaadin.flow.data.binder.Binder
Creates a new binder without support for creating bindings based on property names.
Binder(Class<BEAN>, boolean) - Constructor for class com.vaadin.flow.data.binder.Binder
Creates a new binder that uses reflection based on the provided bean type to resolve bean properties.
Binder.Binding<BEAN,TARGET> - Interface in com.vaadin.flow.data.binder
Represents the binding between a field and a data property.
Binder.BindingBuilder<BEAN,TARGET> - Interface in com.vaadin.flow.data.binder
Creates a binding between a field and a data property.
Binder.BindingBuilderImpl<BEAN,FIELDVALUE,TARGET> - Class in com.vaadin.flow.data.binder
An internal implementation of BindingBuilder.
Binder.BindingImpl<BEAN,FIELDVALUE,TARGET> - Class in com.vaadin.flow.data.binder
An internal implementation of Binding.
BinderCrudEditor<E> - Class in com.vaadin.flow.component.crud
A CRUD editor that binds editor fields to bean properties using a Binder.
BinderCrudEditor(Binder<E>) - Constructor for class com.vaadin.flow.component.crud.BinderCrudEditor
Initializes a BinderCrudEditor with the given binder and no form view
BinderCrudEditor(Binder<E>, Component) - Constructor for class com.vaadin.flow.component.crud.BinderCrudEditor
Initializes a BinderCrudEditor with the given binder and form view
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.
BindingImpl(Binder.BindingBuilderImpl<BEAN, FIELDVALUE, TARGET>, ValueProvider<BEAN, TARGET>, Setter<BEAN, TARGET>) - Constructor for class com.vaadin.flow.data.binder.Binder.BindingImpl
 
BindingValidationStatus<TARGET> - Class in com.vaadin.flow.data.binder
Represents the status of field validation.
BindingValidationStatus(Result<TARGET>, Binder.Binding<?, TARGET>) - Constructor for class com.vaadin.flow.data.binder.BindingValidationStatus
Creates a new status change event.
BindingValidationStatus.Status - Enum in com.vaadin.flow.data.binder
Status of the validation.
BindingValidationStatusHandler - Interface in com.vaadin.flow.data.binder
Handler for BindingValidationStatus changes.
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.
BISQUE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
BLACK - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
BLANCHEDALMOND - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
BLUE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
BLUEVIOLET - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
blur() - Method in interface com.vaadin.flow.component.Focusable
Calls the blur function at the client, making the component lose keyboard focus.
BlurEvent(C, boolean) - Constructor for class com.vaadin.flow.component.BlurNotifier.BlurEvent
BlurEvent base constructor.
BlurNotifier<T extends Component> - Interface in com.vaadin.flow.component
Mixin interface to handle blur events on components.
BlurNotifier.BlurEvent<C extends Component> - Class in com.vaadin.flow.component
Class that 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
 
BodySize - Annotation Type in com.vaadin.flow.component.page
Defines the body size that will be added to the HTML of the host pages.
BootstrapContext(VaadinRequest, VaadinResponse, VaadinSession, UI) - Constructor for class com.vaadin.flow.server.BootstrapHandler.BootstrapContext
Creates a new context instance using the given parameters.
BootstrapException - Exception in com.vaadin.flow.server
A Vaadin internal runtime exception thrown when the writing of the bootstrap page in BootstrapHandler fails for some reason.
BootstrapException(String) - Constructor for exception com.vaadin.flow.server.BootstrapException
Constructs a new bootstrap exception with the specified detail message.
BootstrapException(String, Throwable) - Constructor for exception com.vaadin.flow.server.BootstrapException
Constructs a new bootstrap exception with the specified detail message and cause.
BootstrapHandler - Class in com.vaadin.flow.server
Request handler which handles bootstrapping of the application, i.e.
BootstrapHandler() - Constructor for class com.vaadin.flow.server.BootstrapHandler
 
BootstrapHandler.BootstrapContext - Class in com.vaadin.flow.server
Provides context information for the bootstrap process.
BootstrapHandler.BootstrapUriResolver - Class in com.vaadin.flow.server
The URI resolver used in the bootstrap process.
BootstrapListener - Interface in com.vaadin.flow.server
This event listener is notified when the bootstrap HTML is about to be generated and sent to the client.
BootstrapPageResponse - Class in com.vaadin.flow.server
This represents the state of a bootstrap page being generated.
BootstrapPageResponse(VaadinRequest, VaadinSession, VaadinResponse, Document, UI, VaadinUriResolver) - Constructor for class com.vaadin.flow.server.BootstrapPageResponse
Create a new bootstrap page response.
BootstrapUriResolver(UI) - Constructor for class com.vaadin.flow.server.BootstrapHandler.BootstrapUriResolver
Creates a new bootstrap resolver based on the given request and session.
Bottom - Class in com.vaadin.flow.component.charts.model
The bottom of the frame around a 3D chart.
Bottom() - Constructor for class com.vaadin.flow.component.charts.model.Bottom
 
BOXPLOT - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
BoxPlotItem - Class in com.vaadin.flow.component.charts.model
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 in com.vaadin.flow.component.orderedlayout
Enum for the values of the CSS property box-sizing.
BR - Static variable in annotation type com.vaadin.flow.component.Tag
Tag for an <br>.
BRACKET_LEFT - Static variable in interface com.vaadin.flow.component.Key
[{ on a US keyboard.
BRACKET_RIGHT - Static variable in interface com.vaadin.flow.component.Key
]} on a US keyboard.
Breaks - Class in com.vaadin.flow.component.charts.model
An array defining breaks in the axis, the sections defined will be left out and all the points shifted closer to each other.
Breaks() - Constructor for class com.vaadin.flow.component.charts.model.Breaks
 
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 in com.vaadin.testbench.parallel
Enumerates the most commonly used browsers.
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.
BrowserConfiguration - Annotation Type 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
Class that parses the user agent string from the browser and provides information about the browser.
BrowserDetails(String) - Constructor for class com.vaadin.flow.shared.BrowserDetails
Create an instance based on the given user agent.
BrowserDetails.OperatingSystem - Enum in com.vaadin.flow.shared
An enum for detected operating systems.
BrowserFactory - Annotation Type in com.vaadin.testbench.annotations
BrowserFactory annotation is used to define which TestBenchBrowserFactory implementation to use in a test.
browserHasNewestVersion(HttpServletRequest, long) - Method in class com.vaadin.flow.server.StaticFileServer
Checks if the browser has an up to date cached version of requested resource using the "If-Modified-Since" header.
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
 
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() - 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.
BundleDependencyFilter - Class in com.vaadin.flow.server.startup
Filter for serving bundles instead of single dependencies basing on the bundling information.
BundleDependencyFilter(WebBrowser, String, Map<String, Set<String>>) - Constructor for class com.vaadin.flow.server.startup.BundleDependencyFilter
Creates a filter with the required information.
BundleFilterFactory - Class in com.vaadin.flow.server.startup
Factory for bundle filters.
BundleFilterFactory() - Constructor for class com.vaadin.flow.server.startup.BundleFilterFactory
 
BURLYWOOD - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
Button - Class in com.vaadin.flow.component.button
Server-side component for the vaadin-button element.
Button() - Constructor for class com.vaadin.flow.component.button.Button
Default constructor.
Button(String) - Constructor for class com.vaadin.flow.component.button.Button
Creates a button with a text inside.
Button(Component) - Constructor for class com.vaadin.flow.component.button.Button
Creates a button with an icon inside.
Button(String, Component) - Constructor for class com.vaadin.flow.component.button.Button
Creates a button with a text and an icon inside.
Button(String, ComponentEventListener<ClickEvent<Button>>) - Constructor for class com.vaadin.flow.component.button.Button
Creates a button with a text and a listener for click events.
Button(Component, ComponentEventListener<ClickEvent<Button>>) - Constructor for class com.vaadin.flow.component.button.Button
Creates a button with an icon and a listener for click events.
Button(String, Component, ComponentEventListener<ClickEvent<Button>>) - Constructor for class com.vaadin.flow.component.button.Button
Create a button with a text, an icon and a listener for click events.
Button() - Constructor for class com.vaadin.flow.component.crud.CrudI18n.Confirmations.Confirmation.Button
 
BUTTON - Static variable in annotation type com.vaadin.flow.component.Tag
Tag for an <button>.
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
 
ButtonTheme - Class in com.vaadin.flow.component.charts.model.style
 
ButtonTheme() - Constructor for class com.vaadin.flow.component.charts.model.style.ButtonTheme
 
ButtonVariant - Enum in com.vaadin.flow.component.button
Set of theme variants applicable for vaadin-button component.
ByteRangeValidator - Class in com.vaadin.flow.data.validator
Validator for validating that an Byte is inside a given range.
ByteRangeValidator(String, Byte, Byte) - Constructor for class com.vaadin.flow.data.validator.ByteRangeValidator
Creates a validator for checking that an Byte is within a given range.

C

CADETBLUE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
CALL - Static variable in interface com.vaadin.flow.component.Key
The Call key; dials the number which has been entered.
CallbackDataProvider<T,F> - Class in com.vaadin.flow.data.provider
Data provider that uses one callback for fetching items from a back end and another callback for counting the number of available items.
CallbackDataProvider(CallbackDataProvider.FetchCallback<T, F>, CallbackDataProvider.CountCallback<T, F>) - Constructor for class com.vaadin.flow.data.provider.CallbackDataProvider
Constructs a new DataProvider to request data using callbacks for fetching and counting items in the back end.
CallbackDataProvider(CallbackDataProvider.FetchCallback<T, F>, CallbackDataProvider.CountCallback<T, F>, ValueProvider<T, Object>) - Constructor for class com.vaadin.flow.data.provider.CallbackDataProvider
Constructs a new DataProvider to request data using callbacks for fetching and counting items in the back end.
CallbackDataProvider.CountCallback<T,F> - Interface in com.vaadin.flow.data.provider
Callback interface for counting the number of items in a backend based on a query.
CallbackDataProvider.FetchCallback<T,F> - Interface in com.vaadin.flow.data.provider
Callback interface for fetching a stream of items from a backend based on a query.
callFunction(String, Serializable...) - Method in class com.vaadin.flow.dom.Element
Calls the given function on the element with the given arguments.
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
 
callOnceOnClientReponse(Component, String) - Static method in class com.vaadin.flow.component.board.internal.FunctionCaller
An internal helper for executing a JS function only once after other updates have been done.
camelCaseToDashSeparated(String) - Static method in class com.vaadin.flow.shared.util.SharedUtil
Converts a camelCase string into dash ("-") separated.
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 - Static variable in interface com.vaadin.flow.component.Key
The Camera key; activates the camera.
CAMERA_FOCUS - Static variable in interface com.vaadin.flow.component.Key
The Focus key; focuses the camera.
cancel() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
cancel() - Method in interface com.vaadin.flow.component.grid.editor.Editor
Cancel will discard any changes made in editor fields for a buffered editor.
cancel() - Method in class com.vaadin.flow.component.grid.editor.EditorImpl
 
CANCEL - Static variable in interface com.vaadin.flow.component.Key
The Cancel key.
CancelEvent(ConfirmDialog, boolean) - Constructor for class com.vaadin.flow.component.confirmdialog.ConfirmDialog.CancelEvent
 
CancelEvent(Crud<E>, boolean, Object) - Constructor for class com.vaadin.flow.component.crud.Crud.CancelEvent
Creates a new event using the given source and indicator whether the event originated from the client side or the server side.
cancelExecution() - Method in interface com.vaadin.flow.component.page.Page.ExecutionCanceler
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).
canHandleRequest(VaadinRequest) - Method in class com.vaadin.flow.server.communication.HeartbeatHandler
 
canHandleRequest(VaadinRequest) - Method in class com.vaadin.flow.server.communication.UidlRequestHandler
 
canHandleRequest(VaadinRequest) - Method in class com.vaadin.flow.server.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)
CAPS_LOCK - Static variable in interface com.vaadin.flow.component.Key
The CapsLock or key.
CaseUtil - Class in com.vaadin.flow.internal
Utilities related to various case operations.
cast(Class<C>) - Method in class com.vaadin.flow.templatemodel.BasicComplexModelType
 
cast(Class<C>) - Method in class com.vaadin.flow.templatemodel.BeanModelType
 
cast(Class<C>) - Method in interface com.vaadin.flow.templatemodel.ComplexModelType
Checks that this type uses the provided proxy type and returns this type as a model type with that proxy type.
cast(Class<C>) - Method in class com.vaadin.flow.templatemodel.ListModelType
 
chain(RequiredFieldConfigurator) - Method in interface com.vaadin.flow.data.binder.RequiredFieldConfigurator
Returns a configurator that chains together this configurator with the given configurator.
chain(Converter<MODEL, T>) - Method in interface com.vaadin.flow.data.converter.Converter
Returns a converter that chains together this converter with the given type-compatible converter.
CHANGE_FEATURE - Static variable in class com.vaadin.flow.shared.JsonConstants
Key holding the feature of a change.
CHANGE_FEATURE_TYPE - Static variable in class com.vaadin.flow.shared.JsonConstants
Key holding the feature type.
CHANGE_MAP_KEY - Static variable in class com.vaadin.flow.shared.JsonConstants
Key holding the map key of the change.
CHANGE_NODE - Static variable in class com.vaadin.flow.shared.JsonConstants
Key holding id of the node affected by a change.
CHANGE_PUT_NODE_VALUE - Static variable in class com.vaadin.flow.shared.JsonConstants
Key holder the node value of a put change.
CHANGE_PUT_VALUE - Static variable in class com.vaadin.flow.shared.JsonConstants
Key holding the value of a put change.
CHANGE_SPLICE_ADD - Static variable in class com.vaadin.flow.shared.JsonConstants
Key holding values to add for a splice.
CHANGE_SPLICE_ADD_NODES - Static variable in class com.vaadin.flow.shared.JsonConstants
Key holding nodes to add for a splice.
CHANGE_SPLICE_INDEX - Static variable in class com.vaadin.flow.shared.JsonConstants
Key holding the index of a splice.
CHANGE_SPLICE_REMOVE - Static variable in class com.vaadin.flow.shared.JsonConstants
Key holding the number of items to remove for a splice.
CHANGE_TYPE - Static variable in class com.vaadin.flow.shared.JsonConstants
Key holding the type of a change.
CHANGE_TYPE_ATTACH - Static variable in class com.vaadin.flow.shared.JsonConstants
Change type for attaching nodes.
CHANGE_TYPE_CLEAR - Static variable in class com.vaadin.flow.shared.JsonConstants
Change type for list clear changes.
CHANGE_TYPE_DETACH - Static variable in class com.vaadin.flow.shared.JsonConstants
Change type for detaching nodes.
CHANGE_TYPE_NOOP - Static variable in class com.vaadin.flow.shared.JsonConstants
Change type for empty change (populate the feature on the client side only).
CHANGE_TYPE_PUT - Static variable in class com.vaadin.flow.shared.JsonConstants
Change type for map put changes.
CHANGE_TYPE_REMOVE - Static variable in class com.vaadin.flow.shared.JsonConstants
Change type for map remove changes.
CHANGE_TYPE_SPLICE - Static variable in class com.vaadin.flow.shared.JsonConstants
Change type for list splice changes.
ChangeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox.ChangeEvent
 
ChangeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker.ChangeEvent
 
ChangeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.richtexteditor.GeneratedVaadinRichTextEditor.ChangeEvent
 
ChangeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea.ChangeEvent
 
ChangeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.textfield.GeneratedVaadinTextField.ChangeEvent
 
CHANNEL_DOWN - Static variable in interface com.vaadin.flow.component.Key
Switches to the previous channel.
CHANNEL_UP - Static variable in interface com.vaadin.flow.component.Key
Switches to the next channel.
Chart - Class in com.vaadin.flow.component.charts
 
Chart() - Constructor for class com.vaadin.flow.component.charts.Chart
Creates a new chart with default configuration
Chart(ChartType) - Constructor for class com.vaadin.flow.component.charts.Chart
Creates a new chart with the given type
ChartAddSeriesEvent - Class in com.vaadin.flow.component.charts.events
The ChartAddSeriesEvent class stores data about new series added to an existing chart.
ChartAddSeriesEvent(Chart, boolean, String, JsonArray) - Constructor for class com.vaadin.flow.component.charts.events.ChartAddSeriesEvent
Constructs a ChartAddSeriesEvent
ChartAfterPrintEvent - Class in com.vaadin.flow.component.charts.events
Fired after a chart is printed using the print menu
ChartAfterPrintEvent(Chart, boolean) - Constructor for class com.vaadin.flow.component.charts.events.ChartAfterPrintEvent
Constructs a ChartAfterPrintEvent
ChartBeforePrintEvent - Class in com.vaadin.flow.component.charts.events
Fired before a chart is printed using the print menu
ChartBeforePrintEvent(Chart, boolean) - Constructor for class com.vaadin.flow.component.charts.events.ChartBeforePrintEvent
Constructs a ChartBeforePrintEvent
ChartClickEvent - Class in com.vaadin.flow.component.charts.events
The ChartClickEvent class stores information on click events anywhere on the area of the chart.
ChartClickEvent(Chart, boolean, Double, Double, int, int, boolean, boolean, boolean, boolean, int) - Constructor for class com.vaadin.flow.component.charts.events.ChartClickEvent
Constructs a ChartClickEvent
ChartConfiguration - Interface in com.vaadin.flow.component.charts.model
 
ChartDrillupAllEvent - Class in com.vaadin.flow.component.charts.events
ChartDrillupEvent triggered after all the series has been drilled up if chart has multiple drilldown series
ChartDrillupAllEvent(Chart, boolean) - Constructor for class com.vaadin.flow.component.charts.events.ChartDrillupAllEvent
Constructs a ChartDrillupAllEvent
ChartDrillupEvent - Class in com.vaadin.flow.component.charts.events
ChartDrillupEvent triggered when the 'Back to previous series' button is clicked
ChartDrillupEvent(Chart, boolean) - Constructor for class com.vaadin.flow.component.charts.events.ChartDrillupEvent
Constructs a ChartDrillupEvent
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
 
ChartRedrawEvent - Class in com.vaadin.flow.component.charts.events
Fired after a chart is redrawn
ChartRedrawEvent(Chart, boolean) - Constructor for class com.vaadin.flow.component.charts.events.ChartRedrawEvent
 
CHARTREUSE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
ChartSelectionEvent - Class in com.vaadin.flow.component.charts.events
The ChartSelectionEvent class stores information on selection events on the chart's area.
ChartSelectionEvent(Chart, boolean, Double, Double, Double, Double) - Constructor for class com.vaadin.flow.component.charts.events.ChartSelectionEvent
Construct a ChartSelectionEvent
ChartSerialization - Class in com.vaadin.flow.component.charts.util
Util class that handles the configuration needed for the model classes to be serialized to JSON.
ChartSerialization() - Constructor for class com.vaadin.flow.component.charts.util.ChartSerialization
 
ChartType - Class in com.vaadin.flow.component.charts.model
The default series type for the chart.
ChartType(String) - Constructor for class com.vaadin.flow.component.charts.model.ChartType
Constructs a new Chart type.
checkBeanValidationAvailable() - Static method in class com.vaadin.flow.internal.BeanUtil
Returns whether an implementation of JSR-303 version 1.0 or 1.1 is present on the classpath.
Checkbox - Class in com.vaadin.flow.component.checkbox
Server-side component for the vaadin-checkbox element.
Checkbox() - Constructor for class com.vaadin.flow.component.checkbox.Checkbox
Default constructor.
Checkbox(String) - Constructor for class com.vaadin.flow.component.checkbox.Checkbox
Constructs a checkbox with the initial label text.
Checkbox(boolean) - Constructor for class com.vaadin.flow.component.checkbox.Checkbox
Constructs a checkbox with the initial value.
Checkbox(String, boolean) - Constructor for class com.vaadin.flow.component.checkbox.Checkbox
Constructs a checkbox with the initial value.
Checkbox(String, HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<Checkbox, Boolean>>) - Constructor for class com.vaadin.flow.component.checkbox.Checkbox
Constructs a checkbox with the initial label text and value change listener.
checkbox(ItemUpdater<T, Boolean>) - Method in class com.vaadin.flow.component.gridpro.EditColumnConfigurator
Configures the column to have a checkbox editor with the given item updater.
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
Server-side component for the vaadin-checkbox-group element.
CheckboxGroup() - Constructor for class com.vaadin.flow.component.checkbox.CheckboxGroup
 
CheckboxGroupVariant - Enum in com.vaadin.flow.component.checkbox
Set of theme variants applicable for vaadin-checkbox-group component.
checkClassAccessibility(Class<?>) - Static method in class com.vaadin.flow.internal.ReflectTools
Makes a check whether the clazz is externally accessible for instantiation (e.g.
CheckedChangeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox.CheckedChangeEvent
 
CheckedChangeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioButton.CheckedChangeEvent
 
checkForDuplicates(Class<? extends Component>, Collection<Class<? extends RouterLayout>>) - Static method in class com.vaadin.flow.router.internal.RouterUtil
Deprecated.
Checks that the same component type is not used in multiple parts of a route chain.
checkHasLock(String) - Method in class com.vaadin.flow.server.VaadinSession
Potentially checks whether this session is currently locked by the current thread, and fails with the given message if not.
checkHasLock() - Method in class com.vaadin.flow.server.VaadinSession
Potentially checks whether this session is currently locked by the current thread, and fails with a standard error message if not.
checkUnbound() - Method in class com.vaadin.flow.data.binder.Binder.BindingBuilderImpl
Throws if this binding is already completed and cannot be modified anymore.
checkValidity() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
checkValidity(String) - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
Description copied from corresponding location in WebComponent:
checkValidity() - Method in class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioGroup
Description copied from corresponding location in WebComponent:
checkValidity() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinNumberField
 
checkValidity() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
Description copied from corresponding location in WebComponent:
checkValidity() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Description copied from corresponding location in WebComponent:
checkValidity() - Method in class com.vaadin.flow.component.timepicker.GeneratedVaadinTimePicker
Description copied from corresponding location in WebComponent:
CHILD_TEMPLATE_KEY - Static variable in class com.vaadin.flow.shared.JsonConstants
Key used for storing child template nodes.
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
CLASS_LIST - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
ClassAttributeHandler - Class in com.vaadin.flow.dom.impl
Emulates the class attribute by delegating to Element.getClassList().
ClassAttributeHandler() - Constructor for class com.vaadin.flow.dom.impl.ClassAttributeHandler
 
ClassList - Interface in com.vaadin.flow.dom
Representation of the class names for an Element.
clean() - Method in class com.vaadin.flow.router.internal.AbstractRouteRegistry
 
clean() - Method in interface com.vaadin.flow.server.RouteRegistry
Clear all registered routes from the registry.
clear() - Method in class com.vaadin.flow.component.charts.model.DataSeries
Removes all items from the series.
clear() - Method in class com.vaadin.flow.component.charts.model.HeatSeries
 
clear() - Method in class com.vaadin.flow.component.crud.BinderCrudEditor
Clears the editor.
clear() - Method in interface com.vaadin.flow.component.crud.CrudEditor
Clears the editor.
clear() - Method in class com.vaadin.flow.component.datepicker.testbench.DatePickerElement
Clears the value of the date picker.
clear(int, int) - Method in class com.vaadin.flow.component.grid.Grid.UpdateQueue
 
clear() - Method in interface com.vaadin.flow.component.HasValue
Resets the value to the empty one.
clear() - Method in class com.vaadin.flow.component.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 - Static variable in interface com.vaadin.flow.component.Key
The Clear key.
clear(int, int) - Method in interface com.vaadin.flow.data.provider.ArrayUpdater.Update
Clears length elements in array from the start position.
clear(int, int, String) - Method in interface com.vaadin.flow.data.provider.hierarchy.HierarchicalArrayUpdater.HierarchicalUpdate
Clears length elements in array from the start position.
clear() - Method in class com.vaadin.flow.data.provider.hierarchy.TreeData
Clear all items from this structure.
clear() - Method in class com.vaadin.flow.dom.impl.BasicElementStyle
 
clear() - Method in class com.vaadin.flow.dom.impl.ImmutableEmptyStyle
 
clear() - Method in class com.vaadin.flow.dom.impl.ThemeListImpl
 
clear() - Method in interface com.vaadin.flow.dom.Style
Removes all set style properties.
clear() - Method in class com.vaadin.flow.internal.nodefeature.ElementChildrenList
 
clear() - Method in class com.vaadin.flow.internal.nodefeature.ModelList
 
clear() - Method in class com.vaadin.flow.internal.nodefeature.NodeList
Removes all nodes, including those not known by the server.
clear() - Method in class com.vaadin.flow.internal.nodefeature.NodeList.SetView
 
clear() - Method in class com.vaadin.flow.internal.nodefeature.NodeMap
Removes the values for all stored keys.
clear() - Method in class com.vaadin.flow.internal.nodefeature.StateNodeNodeList
 
clear() - Method in class com.vaadin.flow.internal.nodefeature.VirtualChildrenList
 
clear() - Method in class com.vaadin.flow.internal.ReflectionCache
Removes all mappings from this cache.
clear() - Method in class com.vaadin.flow.router.internal.ConfigureRoutes
Clear all maps from this configuration.
clear() - Method in class com.vaadin.flow.templatemodel.TemplateModelListProxy
 
clear() - Method in interface com.vaadin.testbench.HasStringValueProperty
 
clear() - Method in class com.vaadin.testbench.TestBenchElement
 
clearAll() - Static method in class com.vaadin.flow.internal.CurrentInstance
Clears all current instances.
clearAll() - Static method in class com.vaadin.flow.internal.ReflectionCache
Clears all mappings from all reflection caches and related resources.
clearCache() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
clearChanges() - Method in class com.vaadin.flow.internal.StateNode
Clears all changes recorded for this node.
clearError(HasValue<?, ?>) - Method in class com.vaadin.flow.data.binder.Binder
Clears the error condition of the given field, if any.
clearFilters() - Method in interface com.vaadin.flow.data.provider.InMemoryDataProvider
Removes any filter that has been set or added previously.
clearLastHandledNavigation() - Method in class com.vaadin.flow.component.internal.UIInternals
Clear latest handled navigation location.
clearMenuItems() - Method in class com.vaadin.flow.component.applayout.AppLayoutMenu
Removes all menu items.
clearPendingSendToClient() - Method in class com.vaadin.flow.component.internal.DependencyList
Clears the list of dependencies which should be sent to the client.
clearSeries() - Method in class com.vaadin.flow.component.charts.model.TreeSeries
Remove all items in the series.
click() - Method in class com.vaadin.flow.component.button.Button
Simulates a click on this button on the server side.
click() - Method in class com.vaadin.testbench.TestBenchElement
 
click(int, int, Keys...) - Method in class com.vaadin.testbench.TestBenchElement
 
ClickableRenderer<SOURCE> - Interface in com.vaadin.flow.data.renderer
Interface for clickable renderers.
ClickableRenderer.ItemClickListener<SOURCE> - Interface in com.vaadin.flow.data.renderer
Listener that receives the clicked item (or tapped item, in touch devices).
ClickEvent - Interface in com.vaadin.flow.component.charts.events
 
ClickEvent<C extends Component> - Class in com.vaadin.flow.component
Event fired when a component is clicked.
ClickEvent(Component, boolean, int, int, int, int, int, int, boolean, boolean, boolean, boolean) - Constructor for class com.vaadin.flow.component.ClickEvent
Creates a new click event.
ClickEvent(Component) - Constructor for class com.vaadin.flow.component.ClickEvent
Creates a new server-side click event with no additional information.
clickInClient() - Method in class com.vaadin.flow.component.button.Button
Executes a click on this button at the client-side.
ClickNotifier<T extends Component> - Interface in com.vaadin.flow.component
Mixin interface for components that support adding click listeners to the their root elements.
CLIENT_DELEGATE_HANDLERS - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
CLIENT_ENGINE_PATH - Static variable in class com.vaadin.flow.shared.ApplicationConstants
Path to the Vaadin client engine folder, relative to the context root.
CLIENT_TO_SERVER_ID - Static variable in class com.vaadin.flow.shared.ApplicationConstants
The name of the parameter used to transmit the id of the client to server messages.
ClientCallable - Annotation Type in com.vaadin.flow.component
Publishes the annotated method so it can be invoked from the client side using the notation this.$server.method() in template methods.
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.
ClientResources - Interface in com.vaadin.flow.client
Service which allows to get resources from the client side module.
ClientResourcesUtils - Class in com.vaadin.flow.client
Utilities to load client access resources from the client side module.
ClientUpdateMode - Enum in com.vaadin.flow.templatemodel
A mode for whether a model property may be updated from the client.
cloneImage(BufferedImage) - Static method in class com.vaadin.testbench.screenshot.ImageUtil
Clones the given BufferedImage
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.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
close() - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
Closes the dialog.
close() - Method in class com.vaadin.flow.component.contextmenu.ContextMenuBase
Closes this context menu if it is currently open.
close() - Method in class com.vaadin.flow.component.contextmenu.GeneratedVaadinContextMenu
Description copied from corresponding location in WebComponent:
close() - Method in class com.vaadin.flow.component.datepicker.DatePicker
Closes the datepicker overlay.
close() - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
Description copied from corresponding location in WebComponent:
close() - Method in class com.vaadin.flow.component.dialog.Dialog
Closes the dialog.
CLOSE - Static variable in interface com.vaadin.flow.component.Key
Closes the current document or message.
close() - Method in class com.vaadin.flow.component.login.LoginOverlay
Closes the login overlay.
close() - Method in class com.vaadin.flow.component.notification.GeneratedVaadinNotification
Description copied from corresponding location in WebComponent:
close() - Method in class com.vaadin.flow.component.notification.Notification
Closes the notification.
close() - Method in class com.vaadin.flow.component.UI
Marks this UI to be detached from the session at the end of the current request, or the next request if there is no current request (if called from a background thread, for instance.)
close() - Method in class com.vaadin.flow.server.VaadinSession
Sets this session to be closed and all UI state to be discarded at the end of the current request, or at the end of the next request if there is no ongoing one.
close() - Method in class com.vaadin.testbench.TestBenchDriverProxy
 
CLOSE_PROPERTY - Static variable in class com.vaadin.flow.component.charts.model.DataProviderSeries
 
CLOSED_CAPTION_TOGGLE - Static variable in interface com.vaadin.flow.component.Key
Toggles closed captioning on and off.
closeEditor() - Method in interface com.vaadin.flow.component.grid.editor.Editor
Closes the editor when in unbuffered mode and fires an EditorCloseEvent if the edited item is not null.
closeEditor() - Method in class com.vaadin.flow.component.grid.editor.EditorImpl
 
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.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_BRACKET - Static variable in class com.vaadin.flow.server.UnsupportedBrowserHandler
 
CODE_INPUT - Static variable in interface com.vaadin.flow.component.Key
The Code Input key, which enables code input mode, which lets the user enter characters by typing their code points (their Unicode character numbers, typically).
collapse(T...) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
Collapse the given items.
collapse(Collection<T>) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
Collapse the given items.
collapse(Collection<T>, boolean) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
Collapse the given items.
collapse(T) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalDataCommunicator
Collapses the given item and removes its sub-hierarchy.
collapse(T, boolean) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalDataCommunicator
Collapses the given item and removes its sub-hierarchy.
collapse(Collection<T>) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalDataCommunicator
Collapses the given items and removes its sub-hierarchy.
collapse(T) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchyMapper
Collapses the given item.
collapse(T, Integer) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchyMapper
Collapses the given item.
CollapseEvent<T,C extends Component> - Class in com.vaadin.flow.component.treegrid
 
CollapseEvent(C, boolean, Collection<T>) - Constructor for class com.vaadin.flow.component.treegrid.CollapseEvent
CollapseEvent base constructor.
collapseRecursively(Stream<T>, int) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
Collapse the given items and their children recursively until the given depth.
collapseRecursively(Collection<T>, int) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
Collapse the given items and their children recursively until the given depth.
collectAfterNavigationObservers(UI) - Static method in class com.vaadin.flow.router.EventUtil
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.
collectBeforeLeaveObservers(UI) - Static method in class com.vaadin.flow.router.EventUtil
Collect all Components implementing BeforeLeaveObserver connected to the given UI.
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 as dirty since the last time this method was invoked.
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.
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_F0_RED - Static variable in interface com.vaadin.flow.component.Key
General-purpose media function key, color-coded red; this has index 0 among the colored keys.
COLOR_F1_GREEN - Static variable in interface com.vaadin.flow.component.Key
General-purpose media function key, color-coded green; this has index 1 among the colored keys.
COLOR_F2_YELLOW - Static variable in interface com.vaadin.flow.component.Key
General-purpose media function key, color-coded yellow; this has index 2 among the colored keys.
COLOR_F3_BLUE - Static variable in interface com.vaadin.flow.component.Key
General-purpose media function key, color-coded blue; this has index 3 among the colored keys.
COLOR_F4_GREY - Static variable in interface com.vaadin.flow.component.Key
General-purpose media function key, color-coded grey; this has index 4 among the colored keys.
COLOR_F5_BROWN - Static variable in interface com.vaadin.flow.component.Key
General-purpose media function key, color-coded brown; this has index 5 among the colored keys.
ColorAxis - Class in com.vaadin.flow.component.charts.model
 
ColorAxis() - Constructor for class com.vaadin.flow.component.charts.model.ColorAxis
 
COLUMN - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
Column(Grid<T>, String, Renderer<T>) - Constructor for class com.vaadin.flow.component.grid.Grid.Column
Constructs a new Column for use inside a Grid.
ColumnOptions - Class in com.vaadin.flow.component.charts.model
 
ColumnOptions() - Constructor for class com.vaadin.flow.component.charts.model.ColumnOptions
 
ColumnPathRenderer<SOURCE> - Class in com.vaadin.flow.component.grid
Renderer for columns that doesn't use any template for rendering its contents (only the value from the object model).
ColumnPathRenderer(String, ValueProvider<SOURCE, ?>) - Constructor for class com.vaadin.flow.component.grid.ColumnPathRenderer
Creates a new renderer based on the property and the value provider for that property.
COLUMNRANGE - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
ColumnTextAlign - Enum in com.vaadin.flow.component.grid
Constants for the text alignment of columns.
com.vaadin.flow.client - package com.vaadin.flow.client
 
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.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.util - package com.vaadin.flow.component.charts.util
 
com.vaadin.flow.component.checkbox - package com.vaadin.flow.component.checkbox
 
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.osgi - package com.vaadin.flow.component.combobox.osgi
 
com.vaadin.flow.component.combobox.testbench - package com.vaadin.flow.component.combobox.testbench
 
com.vaadin.flow.component.common.testbench - package com.vaadin.flow.component.common.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.osgi - package com.vaadin.flow.component.contextmenu.osgi
 
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.osgi - package com.vaadin.flow.component.datepicker.osgi
 
com.vaadin.flow.component.datepicker.testbench - package com.vaadin.flow.component.datepicker.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.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.editor - package com.vaadin.flow.component.grid.editor
 
com.vaadin.flow.component.grid.osgi - package com.vaadin.flow.component.grid.osgi
 
com.vaadin.flow.component.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.internal - package com.vaadin.flow.component.internal
 
com.vaadin.flow.component.ironlist - package com.vaadin.flow.component.ironlist
 
com.vaadin.flow.component.ironlist.osgi - package com.vaadin.flow.component.ironlist.osgi
 
com.vaadin.flow.component.ironlist.testbench - package com.vaadin.flow.component.ironlist.testbench
 
com.vaadin.flow.component.listbox - package com.vaadin.flow.component.listbox
 
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.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.polymertemplate - package com.vaadin.flow.component.polymertemplate
 
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.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.generated - package com.vaadin.flow.component.select.generated
 
com.vaadin.flow.component.select.testbench - package com.vaadin.flow.component.select.testbench
 
com.vaadin.flow.component.splitlayout - package com.vaadin.flow.component.splitlayout
 
com.vaadin.flow.component.splitlayout.testbench - package com.vaadin.flow.component.splitlayout.testbench
 
com.vaadin.flow.component.tabs - package com.vaadin.flow.component.tabs
 
com.vaadin.flow.component.tabs.testbench - package com.vaadin.flow.component.tabs.testbench
 
com.vaadin.flow.component.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.osgi - package com.vaadin.flow.component.timepicker.osgi
 
com.vaadin.flow.component.treegrid - package com.vaadin.flow.component.treegrid
 
com.vaadin.flow.component.upload - package com.vaadin.flow.component.upload
 
com.vaadin.flow.component.upload.receivers - package com.vaadin.flow.component.upload.receivers
 
com.vaadin.flow.component.upload.testbench - package com.vaadin.flow.component.upload.testbench
 
com.vaadin.flow.data.binder - package com.vaadin.flow.data.binder
 
com.vaadin.flow.data.converter - package com.vaadin.flow.data.converter
 
com.vaadin.flow.data.event - package com.vaadin.flow.data.event
 
com.vaadin.flow.data.osgi - package com.vaadin.flow.data.osgi
 
com.vaadin.flow.data.provider - package com.vaadin.flow.data.provider
 
com.vaadin.flow.data.provider.hierarchy - package com.vaadin.flow.data.provider.hierarchy
 
com.vaadin.flow.data.renderer - package com.vaadin.flow.data.renderer
 
com.vaadin.flow.data.selection - package com.vaadin.flow.data.selection
 
com.vaadin.flow.data.validator - package com.vaadin.flow.data.validator
 
com.vaadin.flow.data.value - package com.vaadin.flow.data.value
 
com.vaadin.flow.di - package com.vaadin.flow.di
 
com.vaadin.flow.dom - package com.vaadin.flow.dom
 
com.vaadin.flow.dom.impl - package com.vaadin.flow.dom.impl
 
com.vaadin.flow.function - package com.vaadin.flow.function
 
com.vaadin.flow.i18n - package com.vaadin.flow.i18n
 
com.vaadin.flow.internal - package com.vaadin.flow.internal
 
com.vaadin.flow.internal.change - package com.vaadin.flow.internal.change
 
com.vaadin.flow.internal.nodefeature - package com.vaadin.flow.internal.nodefeature
 
com.vaadin.flow.push.osgi - package com.vaadin.flow.push.osgi
 
com.vaadin.flow.router - package com.vaadin.flow.router
 
com.vaadin.flow.router.internal - package com.vaadin.flow.router.internal
 
com.vaadin.flow.server - package com.vaadin.flow.server
 
com.vaadin.flow.server.communication - package com.vaadin.flow.server.communication
 
com.vaadin.flow.server.communication.rpc - package com.vaadin.flow.server.communication.rpc
 
com.vaadin.flow.server.communication.streaming - package com.vaadin.flow.server.communication.streaming
 
com.vaadin.flow.server.osgi - package com.vaadin.flow.server.osgi
 
com.vaadin.flow.server.startup - package com.vaadin.flow.server.startup
 
com.vaadin.flow.server.webjar - package com.vaadin.flow.server.webjar
 
com.vaadin.flow.shared - package com.vaadin.flow.shared
 
com.vaadin.flow.shared.communication - package com.vaadin.flow.shared.communication
 
com.vaadin.flow.shared.ui - package com.vaadin.flow.shared.ui
 
com.vaadin.flow.shared.util - package com.vaadin.flow.shared.util
 
com.vaadin.flow.templatemodel - package com.vaadin.flow.templatemodel
 
com.vaadin.flow.theme - package com.vaadin.flow.theme
 
com.vaadin.flow.theme.lumo - package com.vaadin.flow.theme.lumo
 
com.vaadin.flow.theme.material - package com.vaadin.flow.theme.material
 
com.vaadin.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
 
combineFilters(Q, C) - Method in class com.vaadin.flow.data.provider.ConfigurableFilterDataProviderWrapper
Combines the configured filter and the filter from the query into one filter instance that can be passed to the wrapped data provider.
combineFilters(SerializableBiFunction<Q, C, F>, Q, C) - Static method in class com.vaadin.flow.data.provider.FilterUtils
Combines the configured filter and the filter from the query into one filter instance that can be passed to the wrapped data provider using the filterCombiner.
combineWith(Range) - Method in class com.vaadin.flow.internal.Range
Combines two ranges to create a range containing all values in both ranges, provided there are no gaps between the ranges.
ComboBox<T> - Class in com.vaadin.flow.component.combobox
Server-side component for the vaadin-combo-box webcomponent.
ComboBox(int) - Constructor for class com.vaadin.flow.component.combobox.ComboBox
Creates an empty combo box with the defined page size for lazy loading.
ComboBox() - Constructor for class com.vaadin.flow.component.combobox.ComboBox
Default constructor.
ComboBox(String) - Constructor for class com.vaadin.flow.component.combobox.ComboBox
Creates an empty combo box with the defined label.
ComboBox(String, Collection<T>) - Constructor for class com.vaadin.flow.component.combobox.ComboBox
Creates a combo box with the defined label and populated with the items in the collection.
ComboBox(String, T...) - Constructor for class com.vaadin.flow.component.combobox.ComboBox
Creates a combo box with the defined label and populated with the items in the array.
ComboBox.FetchItemsCallback<T> - Interface in com.vaadin.flow.component.combobox
A callback method for fetching items.
ComboBox.ItemFilter<T> - Interface in com.vaadin.flow.component.combobox
Predicate to check ComboBox items against user typed strings.
ComboBoxConnectorResource - Class in com.vaadin.flow.component.combobox.osgi
Combo box connector resource registration.
ComboBoxConnectorResource() - Constructor for class com.vaadin.flow.component.combobox.osgi.ComboBoxConnectorResource
 
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
 
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.
commit(int) - Method in class com.vaadin.flow.component.grid.Grid.UpdateQueue
 
commit() - Method in class com.vaadin.flow.component.grid.Grid.UpdateQueue
 
commit(int) - Method in interface com.vaadin.flow.data.provider.ArrayUpdater.Update
Commits changes for the given updateId.
commit() - Method in interface com.vaadin.flow.data.provider.hierarchy.HierarchicalArrayUpdater.HierarchicalUpdate
commit(int, String, int) - Method in interface com.vaadin.flow.data.provider.hierarchy.HierarchicalArrayUpdater.HierarchicalUpdate
Commits changes for the given updateId and parent key.
commitJsonResponse(VaadinResponse, String) - Static method in class com.vaadin.flow.server.communication.UidlRequestHandler
Commit the JSON response.
Compare - Enum in com.vaadin.flow.component.charts.model
The YAxis will show percentage or absolute change depending on whether compare is set to Compare.PERCENT or Compare.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(String) - Method in interface com.vaadin.testbench.commands.CanCompareScreenshots
Tests that a screen shot is equal to the specified reference image.
compareScreen(File) - 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 interface com.vaadin.testbench.commands.CanCompareScreenshots
Tests that a screen shot is equal to the specified reference image.
compareScreen(String, ReferenceNameGenerator, ImageComparison, TakesScreenshot, HasCapabilities) - Static method in class com.vaadin.testbench.commands.ScreenshotComparator
 
compareScreen(File, ImageComparison, TakesScreenshot, HasCapabilities) - Static method in class com.vaadin.testbench.commands.ScreenshotComparator
 
compareScreen(BufferedImage, String, ImageComparison, TakesScreenshot, HasCapabilities) - Static method in class com.vaadin.testbench.commands.ScreenshotComparator
 
compareScreen(String) - Method in class com.vaadin.testbench.commands.TestBenchCommandExecutor
 
compareScreen(File) - Method in class com.vaadin.testbench.commands.TestBenchCommandExecutor
 
compareScreen(BufferedImage, String) - Method in class com.vaadin.testbench.commands.TestBenchCommandExecutor
 
compareScreen(String) - Method in class com.vaadin.testbench.TestBenchElement
 
compareScreen(File) - Method in class com.vaadin.testbench.TestBenchElement
 
compareScreen(BufferedImage, String) - Method in class com.vaadin.testbench.TestBenchElement
 
compareTo(T) - Method in class com.vaadin.flow.router.RouteBaseData
 
ComplexModelType<T> - Interface in com.vaadin.flow.templatemodel
A complex model type (represents either a list or a bean).
Component - Class in com.vaadin.flow.component
A Component is a higher level abstraction of an Element or a hierarchy of Elements.
Component() - Constructor for class com.vaadin.flow.component.Component
Creates a component instance with an element created based on the Tag annotation of the sub class.
Component(Element) - Constructor for class com.vaadin.flow.component.Component
Creates a component instance based on the given element.
COMPONENT_MAPPING - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
ComponentDataGenerator<T> - Class in com.vaadin.flow.data.provider
A DataGenerator that manages the creation and passivation of components generated by ComponentRenderers.
ComponentDataGenerator(ComponentRenderer<? extends Component, T>, ValueProvider<T, String>) - Constructor for class com.vaadin.flow.data.provider.ComponentDataGenerator
Creates a new generator.
ComponentEvent<T extends Component> - Class in com.vaadin.flow.component
An event whose source is a Component.
ComponentEvent(T, boolean) - Constructor for class com.vaadin.flow.component.ComponentEvent
Creates a new event using the given source and indicator whether the event originated from the client side or the server side.
ComponentEventBus - Class in com.vaadin.flow.component
An event bus for Components.
ComponentEventBus(Component) - Constructor for class com.vaadin.flow.component.ComponentEventBus
Creates an event bus for the given component.
ComponentEventBusUtil - Class in com.vaadin.flow.component
Static helpers and caching functionality for ComponentEventBus.
ComponentEventListener<T extends ComponentEvent<?>> - Interface in com.vaadin.flow.component
Generic listener for component events.
componentFromElement(Element, Class<T>, boolean) - Static method in class com.vaadin.flow.component.ComponentUtil
Creates a new component instance using the given element, maps the component to the element and optionally maps the element to the component (if mapComponent is true).
ComponentMapping - Class in com.vaadin.flow.internal.nodefeature
A server side only node feature for mapping a node to a component.
ComponentMapping(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.ComponentMapping
Creates an instance of this node feature.
ComponentMetaData - Class in com.vaadin.flow.component.internal
Immutable meta data related to a component class.
ComponentMetaData(Class<? extends Component>) - Constructor for class com.vaadin.flow.component.internal.ComponentMetaData
Scans the given component class and creates a new instance based on found annotations.
ComponentMetaData.DependencyInfo - Class in com.vaadin.flow.component.internal
Dependencies defined for a Component class.
ComponentMetaData.HtmlImportDependency - Class in com.vaadin.flow.component.internal
 
ComponentMetaData.SynchronizedPropertyInfo - Class in com.vaadin.flow.component.internal
Synchronized properties defined for a Component class.
ComponentRenderer<COMPONENT extends Component,SOURCE> - Class in com.vaadin.flow.data.renderer
Base class for all renderers that support arbitrary Components.
ComponentRenderer(SerializableSupplier<COMPONENT>, SerializableBiConsumer<COMPONENT, SOURCE>) - Constructor for class com.vaadin.flow.data.renderer.ComponentRenderer
Creates a new ComponentRenderer that uses the componentSupplier to generate new Component instances, and the itemConsumer to set the related items.
ComponentRenderer(SerializableSupplier<COMPONENT>) - Constructor for class com.vaadin.flow.data.renderer.ComponentRenderer
Creates a new ComponentRenderer that uses the componentSupplier to generate new Component instances.
ComponentRenderer(SerializableFunction<SOURCE, COMPONENT>) - Constructor for class com.vaadin.flow.data.renderer.ComponentRenderer
Creates a new ComponentRenderer that uses the componentFunction to generate new Component instances.
ComponentRenderer(SerializableFunction<SOURCE, COMPONENT>, SerializableBiFunction<Component, SOURCE, Component>) - Constructor for class com.vaadin.flow.data.renderer.ComponentRenderer
Creates a new ComponentRenderer that uses the componentFunction to generate new Component instances, and a componentUpdateFunction to update existing Component instances.
ComponentRenderer() - Constructor for class com.vaadin.flow.data.renderer.ComponentRenderer
Default constructor, that can be used by subclasses which supports different ways of creating components, other than those defined in the other constructors.
componentSet(T) - Method in class com.vaadin.flow.internal.nodefeature.AbstractServerHandlers
Called by ComponentMapping whenever a component instance has been set for the node.
ComponentUtil - Class in com.vaadin.flow.component
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 - Static variable in interface com.vaadin.flow.component.Key
The Compose key.
compose(Map<String, T>, String) - Method in class com.vaadin.flow.templatemodel.PathLookup
Composes a new path lookup that contains all items of this path lookup and all provided items supplemented with the provided path prefix.
Composite<T extends Component> - Class in com.vaadin.flow.component
A composite encapsulates a Component tree to allow creation of new components by composing existing components.
Composite() - Constructor for class com.vaadin.flow.component.Composite
Creates a new composite.
CompositeDataGenerator<T> - Class in com.vaadin.flow.data.provider
A DataGenerator that aggregates multiple DataGenerators and delegates the data generation to them.
CompositeDataGenerator() - Constructor for class com.vaadin.flow.data.provider.CompositeDataGenerator
 
CompositionEndEvent - Class in com.vaadin.flow.component
The event when a composition is ended.
CompositionEndEvent(Component, boolean, String, String) - Constructor for class com.vaadin.flow.component.CompositionEndEvent
Creates a new composition event.
CompositionEndEvent(Component) - Constructor for class com.vaadin.flow.component.CompositionEndEvent
Creates a new server-side composition event with no additional information.
CompositionEvent - Class in com.vaadin.flow.component.internal
Abstract class for composition events.
CompositionEvent(Component, boolean, String, String) - Constructor for class com.vaadin.flow.component.internal.CompositionEvent
Creates a new composition event.
CompositionEvent(Component) - Constructor for class com.vaadin.flow.component.internal.CompositionEvent
Creates a new server-side composition event with no additional information.
CompositionNotifier - Interface in com.vaadin.flow.component
Mixin interface for components that support adding composition listeners to the their root elements.
CompositionStartEvent - Class in com.vaadin.flow.component
The event when a composition is started.
CompositionStartEvent(Component, boolean, String, String) - Constructor for class com.vaadin.flow.component.CompositionStartEvent
Creates a new composition event.
CompositionStartEvent(Component) - Constructor for class com.vaadin.flow.component.CompositionStartEvent
Creates a new server-side composition event with no additional information.
CompositionUpdateEvent - Class in com.vaadin.flow.component
The event when a composition is updated.
CompositionUpdateEvent(Component, boolean, String, String) - Constructor for class com.vaadin.flow.component.CompositionUpdateEvent
Creates a new composition event.
CompositionUpdateEvent(Component) - Constructor for class com.vaadin.flow.component.CompositionUpdateEvent
Creates a new server-side composition event with no additional information.
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() - Constructor for class com.vaadin.flow.component.charts.model.Configuration
 
ConfigurationChangeListener - Interface in com.vaadin.flow.component.charts.events.internal
Listener interface for events triggered in Configuration.
configure(AppLayout, AppLayoutMenu) - Method in class com.vaadin.flow.component.applayout.AbstractAppRouterLayout
This hook is called when this router layout is being constructed and provides an opportunity to configure the AppLayout in use.
configure(ConfigureRoutes) - Method in interface com.vaadin.flow.router.internal.AbstractRouteRegistry.Configuration
Configure the given configurable route holder object.
configure(AbstractRouteRegistry.Configuration) - Method in class com.vaadin.flow.router.internal.AbstractRouteRegistry
Thread-safe update of the RouteConfiguration.
configureBinding(Binder.BindingBuilder<BEAN, ?>, PropertyDefinition<BEAN, ?>) - Method in class com.vaadin.flow.data.binder.BeanValidationBinder
 
configureBinding(Binder.BindingBuilder<BEAN, ?>, PropertyDefinition<BEAN, ?>) - Method in class com.vaadin.flow.data.binder.Binder
Configures the binding with the property definition definition before it's being bound.
ConfiguredRoutes - Class in com.vaadin.flow.router.internal
Route configuration class that is used as a value object.
ConfiguredRoutes() - Constructor for class com.vaadin.flow.router.internal.ConfiguredRoutes
Create an immutable RouteConfiguration.
ConfiguredRoutes(ConfigureRoutes) - Constructor for class com.vaadin.flow.router.internal.ConfiguredRoutes
Create a mutable or immutable configuration with original configuration information.
configurePage(InitialPageSettings) - Method in interface com.vaadin.flow.server.PageConfigurator
Configure the initial page settings when called.
ConfigureRoutes - Class in com.vaadin.flow.router.internal
Configuration class for editing routes.
ConfigureRoutes() - Constructor for class com.vaadin.flow.router.internal.ConfigureRoutes
Create an immutable RouteConfiguration.
ConfigureRoutes(ConfiguredRoutes) - Constructor for class com.vaadin.flow.router.internal.ConfigureRoutes
Create a mutable or immutable configuration with original configuration information.
Confirmation() - Constructor for class com.vaadin.flow.component.crud.CrudI18n.Confirmations.Confirmation
 
Confirmations() - Constructor for class com.vaadin.flow.component.crud.CrudI18n.Confirmations
 
ConfirmDialog - Class in com.vaadin.flow.component.confirmdialog
Server-side component for the <vaadin-confirm-dialog> element.
ConfirmDialog() - Constructor for class com.vaadin.flow.component.confirmdialog.ConfirmDialog
Creates an empty dialog with a Confirm button
ConfirmDialog(String, String, String, ComponentEventListener<ConfirmDialog.ConfirmEvent>) - Constructor for class com.vaadin.flow.component.confirmdialog.ConfirmDialog
Creates a dialog with a Confirm button with its click listener and a given texts
ConfirmDialog(String, String, String, ComponentEventListener<ConfirmDialog.ConfirmEvent>, String, ComponentEventListener<ConfirmDialog.CancelEvent>) - Constructor for class com.vaadin.flow.component.confirmdialog.ConfirmDialog
Creates a two button dialog with Confirm and Cancel buttons
ConfirmDialog(String, String, String, ComponentEventListener<ConfirmDialog.ConfirmEvent>, String, ComponentEventListener<ConfirmDialog.RejectEvent>, String, ComponentEventListener<ConfirmDialog.CancelEvent>) - Constructor for class com.vaadin.flow.component.confirmdialog.ConfirmDialog
Creates a three button dialog with Confirm, Reject and Cancel buttons
ConfirmDialog.CancelEvent - Class in com.vaadin.flow.component.confirmdialog
`cancel` is sent when the user clicks Cancel button or presses Escape key.
ConfirmDialog.ConfirmEvent - Class in com.vaadin.flow.component.confirmdialog
`confirm` is sent when the user clicks Confirm button
ConfirmDialog.RejectEvent - Class in com.vaadin.flow.component.confirmdialog
`reject` is sent when the user clicks Reject button
ConfirmDialogElement - Class in com.vaadin.flow.component.confirmdialog.testbench
 
ConfirmDialogElement() - Constructor for class com.vaadin.flow.component.confirmdialog.testbench.ConfirmDialogElement
 
ConfirmEvent(ConfirmDialog, boolean) - Constructor for class com.vaadin.flow.component.confirmdialog.ConfirmDialog.ConfirmEvent
 
confirmUpdate(int) - Method in class com.vaadin.flow.data.provider.DataCommunicator
Confirm update with the given updateId.
confirmUpdate(int) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalCommunicationController
 
confirmUpdate(int, String) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalDataCommunicator
 
connect(AtmosphereResource) - Method in class com.vaadin.flow.server.communication.AtmospherePushConnection
Associates this AtmospherePushConnection with the given AtmosphereResource representing an established push connection.
connectionLost() - Method in class com.vaadin.flow.server.communication.AtmospherePushConnection
Called when the connection to the client has been lost.
ConstantPool - Class in com.vaadin.flow.internal
Keeps track of ConstantPoolKey values that have already been sent to the client.
ConstantPool() - Constructor for class com.vaadin.flow.internal.ConstantPool
 
ConstantPoolKey - Class in com.vaadin.flow.internal
Wraps a JSON value that should be stored in the ConstantPool shared between the client and the server.
ConstantPoolKey(JsonValue) - Constructor for class com.vaadin.flow.internal.ConstantPoolKey
Creates a new constant pool key for the given JSON value.
Constants - Class in com.vaadin.flow.server
Constants used by the server side framework.
contains(Axis) - Method in class com.vaadin.flow.component.charts.model.AxisList
 
contains(T) - Method in class com.vaadin.flow.data.provider.hierarchy.TreeData
Check whether the given item is in this hierarchy.
contains(Object) - Method in class com.vaadin.flow.dom.impl.ThemeListImpl
 
contains(StateNode) - Method in class com.vaadin.flow.internal.nodefeature.ModelList
Returns true if this list contains the specified node.
contains(Object) - Method in class com.vaadin.flow.internal.nodefeature.NodeList.SetView
 
contains(String) - Method in class com.vaadin.flow.internal.nodefeature.NodeMap
Checks whether a value is stored for the given key.
contains(int) - Method in class com.vaadin.flow.internal.Range
Checks whether an integer is found within this range.
contains(Class<? extends C>) - Method in class com.vaadin.flow.internal.ReflectionCache
Checks whether this cache contains an entry for the given type.
contains(String) - Static method in enum com.vaadin.flow.shared.ui.Dependency.Type
Check if the given value is contained as a enum value.
containsAll(Collection<?>) - Method in class com.vaadin.flow.dom.impl.ThemeListImpl
 
containsKey(String) - Method in class com.vaadin.flow.data.provider.KeyMapper
Checks if the given key is mapped to an object.
containsTarget(Class<? extends Component>) - Method in class com.vaadin.flow.server.startup.RouteTarget
Check if navigation target is present in current target.
CONTENT_TYPE_TEXT_HTML_UTF_8 - Static variable in class com.vaadin.flow.shared.ApplicationConstants
Content type to use for text/html responses (should always be UTF-8).
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.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
 
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
 
ContextMenu - Class in com.vaadin.flow.component.contextmenu
Server-side component for <vaadin-context-menu>.
ContextMenu() - Constructor for class com.vaadin.flow.component.contextmenu.ContextMenu
Creates an empty context menu.
ContextMenu(Component) - Constructor for class com.vaadin.flow.component.contextmenu.ContextMenu
Creates an empty context menu with the given target component.
ContextMenuBase<C extends ContextMenuBase<C,I,S>,I extends MenuItemBase<C,I,S>,S extends SubMenuBase<C,I,S>> - Class in com.vaadin.flow.component.contextmenu
Base functionality for server-side components based on <vaadin-context-menu>.
ContextMenuBase() - Constructor for class com.vaadin.flow.component.contextmenu.ContextMenuBase
Creates an empty context menu.
ContextMenuConectorResource - Class in com.vaadin.flow.component.contextmenu.osgi
Context menu connector resource registration.
ContextMenuConectorResource() - Constructor for class com.vaadin.flow.component.contextmenu.osgi.ContextMenuConectorResource
 
CONTROL - Static variable in interface com.vaadin.flow.component.Key
The Control, Ctrl, or Ctl key.
CONTROL_LEFT - Static variable in interface com.vaadin.flow.component.Key
Control or
CONTROL_RIGHT - Static variable in interface com.vaadin.flow.component.Key
Control or
CONVERT - Static variable in interface com.vaadin.flow.component.Key
The Convert key, which instructs the IME to convert the current input method sequence into the resulting character.
ConvertedModelType<A,M extends Serializable> - Class in com.vaadin.flow.templatemodel
A ModelType implementation that wraps a model type for performing type conversions on together with a ModelEncoder.
Converter<PRESENTATION,MODEL> - Interface in com.vaadin.flow.data.converter
Interface that implements 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.
convertToApplication(Serializable) - Method in class com.vaadin.flow.templatemodel.AbstractBasicModelType
Converts the given model value to the application type of this model type.
convertToModel(PRESENTATION, ValueContext) - Method in interface com.vaadin.flow.data.converter.Converter
Converts the given value from model type to presentation type.
convertToModel(Date, ValueContext) - Method in class com.vaadin.flow.data.converter.DateToLongConverter
 
convertToModel(Date, ValueContext) - Method in class com.vaadin.flow.data.converter.DateToSqlDateConverter
 
convertToModel(LocalDateTime, ValueContext) - Method in class com.vaadin.flow.data.converter.LocalDateTimeToDateConverter
 
convertToModel(LocalDate, ValueContext) - Method in class com.vaadin.flow.data.converter.LocalDateToDateConverter
 
convertToModel(String, ValueContext) - Method in class com.vaadin.flow.data.converter.StringToBigDecimalConverter
 
convertToModel(String, ValueContext) - Method in class com.vaadin.flow.data.converter.StringToBigIntegerConverter
 
convertToModel(String, ValueContext) - Method in class com.vaadin.flow.data.converter.StringToBooleanConverter
 
convertToModel(String, ValueContext) - Method in class com.vaadin.flow.data.converter.StringToDateConverter
 
convertToModel(String, ValueContext) - Method in class com.vaadin.flow.data.converter.StringToDoubleConverter
 
convertToModel(String, ValueContext) - Method in class com.vaadin.flow.data.converter.StringToFloatConverter
 
convertToModel(String, ValueContext) - Method in class com.vaadin.flow.data.converter.StringToIntegerConverter
 
convertToModel(String, ValueContext) - Method in class com.vaadin.flow.data.converter.StringToLongConverter
 
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(T, ValueContext) - Method in class com.vaadin.flow.data.converter.AbstractStringToNumberConverter
 
convertToPresentation(MODEL, ValueContext) - Method in interface com.vaadin.flow.data.converter.Converter
Converts the given value from presentation type to model type.
convertToPresentation(Long, ValueContext) - Method in class com.vaadin.flow.data.converter.DateToLongConverter
 
convertToPresentation(Date, ValueContext) - Method in class com.vaadin.flow.data.converter.DateToSqlDateConverter
 
convertToPresentation(Date, ValueContext) - Method in class com.vaadin.flow.data.converter.LocalDateTimeToDateConverter
 
convertToPresentation(Date, ValueContext) - Method in class com.vaadin.flow.data.converter.LocalDateToDateConverter
 
convertToPresentation(Boolean, ValueContext) - Method in class com.vaadin.flow.data.converter.StringToBooleanConverter
 
convertToPresentation(Date, ValueContext) - Method in class com.vaadin.flow.data.converter.StringToDateConverter
 
CookieConsent - Class in com.vaadin.flow.component.cookieconsent
Server-side component for the vaadin-cookie-consent element, used for showing a cookie consent banner the first time a user visits the application, until the banner is dismissed.
CookieConsent() - Constructor for class com.vaadin.flow.component.cookieconsent.CookieConsent
Creates a banner with default values.
CookieConsent(String, String, String, String, CookieConsent.Position) - Constructor for class com.vaadin.flow.component.cookieconsent.CookieConsent
Creates a banner with the specified data
CookieConsent.Position - Enum in com.vaadin.flow.component.cookieconsent
Position of the banner.
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
 
COPY - Static variable in interface com.vaadin.flow.component.Key
The Copy key (on certain extended keyboards).
copy(int) - Method in class com.vaadin.flow.internal.change.AbstractListChange
Gets a copy of the change with the same data except index.
copy(List<? extends T>) - Method in class com.vaadin.flow.internal.change.ListAddChange
Gets a copy of the change with the same data except a list of new items.
copy(int) - Method in class com.vaadin.flow.internal.change.ListAddChange
 
copy(int) - Method in class com.vaadin.flow.internal.change.ListClearChange
 
copy(int) - Method in class com.vaadin.flow.internal.change.ListRemoveChange
 
copy(boolean) - Method in class com.vaadin.flow.server.startup.RouteTarget
Create a copy of this RouteTarget.
CORAL - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
CORNFLOWERBLUE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
CORNSILK - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
count(Query<T, F>) - Method in interface com.vaadin.flow.data.provider.CallbackDataProvider.CountCallback
Counts the number of available items based on a query.
countChildItems(T) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchyMapper
 
countMenuItems() - Method in class com.vaadin.flow.component.applayout.testbench.AppLayoutMenuElement
 
CR_SEL - Static variable in interface com.vaadin.flow.component.Key
The Cursor Select key, CrSel.
create() - Method in enum com.vaadin.flow.component.icon.VaadinIcon
Creates a new IronIcon instance with the icon determined by the name of this instance.
create(String, ErrorLevel) - Static method in interface com.vaadin.flow.data.binder.ValidationResult
Creates the validation result with the given errorMessage and errorLevel.
create(Class<? extends NodeFeature>, StateNode) - Static method in class com.vaadin.flow.internal.nodefeature.NodeFeatureRegistry
Creates a feature of the given type for a node.
create(Browser) - Method in class com.vaadin.testbench.parallel.DefaultBrowserFactory
 
create(Browser, String) - Method in class com.vaadin.testbench.parallel.DefaultBrowserFactory
 
create(Browser, String, Platform) - Method in class com.vaadin.testbench.parallel.DefaultBrowserFactory
 
create(Browser) - Method in interface com.vaadin.testbench.parallel.TestBenchBrowserFactory
 
create(Browser, String) - Method in interface com.vaadin.testbench.parallel.TestBenchBrowserFactory
 
create(Browser, String, Platform) - Method in interface com.vaadin.testbench.parallel.TestBenchBrowserFactory
 
createAnchor() - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates an &lt;a> element.
createAnchor(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates an &lt;a> with the given href attribute.
createAnchor(String, String) - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates an &lt;a> element with the given href attribute and text content.
createAndInitUI(Class<? extends UI>, VaadinRequest, VaadinResponse, VaadinSession) - Method in class com.vaadin.flow.server.BootstrapHandler
 
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.
createBr() - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates a &lt;br> element.
createButton() - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates a &lt;button> element.
createButton(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates a &lt;button> with the given text content.
createColumn(Renderer<T>, String) - Method in class com.vaadin.flow.component.grid.Grid
Deprecated.
This method should not be used outside. Grid.getDefaultColumnFactory() should be used instead.
createColumnId(boolean) - Method in class com.vaadin.flow.component.grid.Grid
 
createComponent(T) - Method in class com.vaadin.flow.data.provider.AbstractComponentDataGenerator
Creates a new component based on the provided item.
createComponent(T) - Method in class com.vaadin.flow.data.provider.ComponentDataGenerator
 
createComponent(SOURCE) - Method in class com.vaadin.flow.data.renderer.BasicRenderer
 
createComponent(SOURCE) - Method in class com.vaadin.flow.data.renderer.ComponentRenderer
Creates a component for a given object model item.
createComponent(ITEM) - Method in class com.vaadin.flow.data.renderer.IconRenderer
 
createComponent(SOURCE) - Method in class com.vaadin.flow.data.renderer.NativeButtonRenderer
 
createComponent(ITEM) - Method in class com.vaadin.flow.data.renderer.TextRenderer
 
createComponent(Class<T>) - Method in interface com.vaadin.flow.di.Instantiator
Creates an instance of a component by its componentClass.
createContext(ConstraintViolation<?>) - Method in class com.vaadin.flow.data.validator.BeanValidator
Creates a simple message interpolation context based on the given constraint violation.
createCriticalNotificationJSON(String, String, String, String) - Static method in class com.vaadin.flow.server.VaadinService
Creates a JSON message which, when sent to client as-is, will cause a critical error to be shown with the given details.
createDefault() - Static method in class com.vaadin.flow.component.crud.CrudI18n
Creates a new instance with the default messages
createDefault() - Static method in class com.vaadin.flow.component.login.LoginI18n
 
createDefaultArrayUpdater(SerializableBiFunction<GridArrayUpdater.UpdateQueueData, Integer, Grid.UpdateQueue>) - Method in class com.vaadin.flow.component.grid.Grid
 
createDefaultArrayUpdater(SerializableBiFunction<GridArrayUpdater.UpdateQueueData, Integer, Grid.UpdateQueue>) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
 
createDeploymentConfiguration(Class<?>, ServletConfig) - Static method in class com.vaadin.flow.server.DeploymentConfigurationFactory
Creates a DeploymentConfiguration instance that is filled with all parameters, specified for the current app.
createDeploymentConfiguration() - Method in class com.vaadin.flow.server.VaadinServlet
Creates a deployment configuration to be used for the creation of a VaadinService.
createDeploymentConfiguration(Properties) - Method in class com.vaadin.flow.server.VaadinServlet
Creates a deployment configuration to be used for the creation of a VaadinService.
createDiv() - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates a &lt;div> element.
createDiv(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates a &lt;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(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(String, DesiredCapabilities) - Method in class com.vaadin.testbench.parallel.setup.RemoteDriver
Creates a WebDriver instance used for running the test remotely.
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(String) - Method in class com.vaadin.flow.data.renderer.TextRenderer
Creates a new Element that represent the rendered item.
createElement(WebElement, TestBenchCommandExecutor) - Static method in class com.vaadin.testbench.TestBench
 
createElement(Class<T>, WebElement, TestBenchCommandExecutor) - Static method in class com.vaadin.testbench.TestBench
Create new Element of given type.
createEmphasis() - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates an &lt;em> element.
createEmphasis(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates an &lt;em> element with the given text content.
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
 
createEvent(NavigationEvent, List<HasElement>) - Static method in class com.vaadin.flow.router.internal.RouterUtil
Deprecated.
Create a new location change event for given navigation event and chain.
createFile(String) - Method in interface com.vaadin.flow.component.upload.receivers.FileFactory
Create a new file for given file name.
createFileOutputStream(String) - Method in class com.vaadin.flow.component.upload.receivers.AbstractFileBuffer
Create a file output stream for the file.
createFilters(VaadinService) - Method in class com.vaadin.flow.server.startup.BundleFilterFactory
Creates bundle filters for the given service.
createHeading1() - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates an &lt;h1> element.
createHeading1(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates a &lt;h1> element with the given text content.
createHeading2() - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates an &lt;h2> element.
createHeading2(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates a &lt;h2> element with the given text content.
createHeading3() - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates an &lt;h3> element.
createHeading3(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates a &lt;h3> element with the given text content.
createHeading4() - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates an &lt;h4> element.
createHeading4(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates a &lt;h4> element with the given text content.
createHeading5() - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates an &lt;h5> element.
createHeading5(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates a &lt;h5> element with the given text content.
createHeading6() - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates an &lt;h6> element.
createHeading6(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates a &lt;h6> element with the given text content.
createHierarchyMapper(HierarchicalDataProvider<T, F>) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalDataCommunicator
Create new HierarchyMapper for the given data provider.
createHr() - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates an &lt;hr> element.
createInitialValue(StateNode, String) - Method in class com.vaadin.flow.templatemodel.AbstractBasicModelType
 
createInitialValue(StateNode, String) - Method in class com.vaadin.flow.templatemodel.BeanModelType
 
createInitialValue(StateNode, String) - Method in class com.vaadin.flow.templatemodel.ConvertedModelType
 
createInitialValue(StateNode, String) - Method in class com.vaadin.flow.templatemodel.ListModelType
 
createInitialValue(StateNode, String) - Method in interface com.vaadin.flow.templatemodel.ModelType
Create initial value for the given property and set it for the node.
createInitialValues(StateNode) - Method in class com.vaadin.flow.templatemodel.BeanModelType
Creates initial values for the given node using info from this model type.
createInitParameters(Class<?>, ServletConfig) - Static method in class com.vaadin.flow.server.DeploymentConfigurationFactory
Generate Property containing parameters for with all parameters contained in current application.
createInput() - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates an &lt;input> element.
createInput(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates an &lt;input> element with the given type.
createInputStream() - Method in interface com.vaadin.flow.server.InputStreamFactory
Produce InputStream instance to read resource data.
createInstance(Class<T>) - Static method in class com.vaadin.flow.internal.ReflectTools
Creates an instance of the given class with a no-arg constructor.
createInstantiator() - Method in class com.vaadin.flow.server.VaadinService
Creates an instantiator to use with this service.
createKey() - Method in class com.vaadin.flow.data.provider.KeyMapper
Creates a key for a new item.
createLabel() - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates an &lt;label> element.
createLabel(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates an &lt;label> element with the given text content.
createListItem() - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates an &lt;li> element.
createListItem(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates an &lt;li> element with the given text content.
createMenu() - Method in class com.vaadin.flow.component.applayout.AppLayout
Creates a new empty AppLayoutMenu and sets it as the menu for this AppLayout instance.
createMenuManager(SerializableRunnable) - Method in class com.vaadin.flow.component.contextmenu.ContextMenu
 
createMenuManager(SerializableRunnable) - Method in class com.vaadin.flow.component.contextmenu.ContextMenuBase
Creates a menu manager instance which contains logic to control the menu content.
createMenuManager() - Method in class com.vaadin.flow.component.contextmenu.SubMenu
 
createMenuManager() - Method in class com.vaadin.flow.component.contextmenu.SubMenuBase
Creates a (sub) menu manager instance which contains logic to control the (sub) menu content.
createMenuManager(SerializableRunnable) - Method in class com.vaadin.flow.component.grid.contextmenu.GridContextMenu
 
createMenuManager() - Method in class com.vaadin.flow.component.grid.contextmenu.GridSubMenu
 
createMetadata(UI, boolean, boolean, SystemMessages) - Method in class com.vaadin.flow.server.communication.MetadataWriter
Creates a JSON object containing metadata related to the given UI.
createModel(Grid<T>) - Method in enum com.vaadin.flow.component.grid.Grid.SelectionMode
Creates the selection model to use with this enum.
createModelProxy(StateNode, BeanModelType<T>) - Static method in class com.vaadin.flow.templatemodel.TemplateModelProxyHandler
Creates a proxy object for the given modelType type for the given state node.
createObject(Map<String, T>, Function<T, JsonValue>) - Static method in class com.vaadin.flow.internal.JsonUtils
Converts the given map into a JSON object by converting each map value to a JSON value.
createObjectMapper() - Static method in class com.vaadin.flow.component.charts.util.ChartSerialization
Create the default ObjectMapper used for serialization.
createObjectMapper(BeanSerializerModifier) - Static method in class com.vaadin.flow.component.charts.util.ChartSerialization
 
createOption() - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates an &lt;option> element.
createOption(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates an &lt;option> element with the given text content.
createParagraph() - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates a &lt;p> element.
createParagraph(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates a &lt;p> element with the given text content.
createParameterizedType(Class<?>, Type) - Static method in class com.vaadin.flow.internal.ReflectTools
Creates a parameterized type, e.g.
createPreformatted() - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates a &lt;pre> element.
createPreformatted(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates a &lt;pre> element with the given text content.
createPropertyDeploymentConfiguration(Class<?>, ServletConfig) - Static method in class com.vaadin.flow.server.DeploymentConfigurationFactory
Creates a DeploymentConfiguration instance that has all parameters, specified for the current app without doing checks so property states and only returns default.
createProxyInstance(Class<T>, Class<?>) - Static method in class com.vaadin.flow.internal.ReflectTools
Creates an instance of the given proxyClass with no-arg constructor.
createPushHandler(VaadinServletService) - Method in class com.vaadin.flow.server.communication.PushRequestHandler
Creates a push handler for this request handler.
createRequestHandlers() - Method in class com.vaadin.flow.server.VaadinService
Called during initialization to add the request handlers for the service.
createRequestHandlers() - Method in class com.vaadin.flow.server.VaadinServletService
 
createRouterLink(String, String) - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates an &lt;a> element with the given href attribute, text content and the router link attribute.
createRouteTarget(Class<T>, NavigationEvent) - Method in interface com.vaadin.flow.di.Instantiator
Creates an instance of a navigation target or router layout.
createRpcHandler() - Method in class com.vaadin.flow.server.communication.UidlRequestHandler
Creates the ServerRpcHandler to use.
createSampleBuffer() - Static method in class com.vaadin.testbench.screenshot.ImageUtil
Create a 16x16 sample buffer with space for 4 color bands
createScreenshotDirectoriesIfNeeded() - Static method in class com.vaadin.testbench.screenshot.ImageFileUtil
Creates all directories used to store screenshots unless they already exist.
createScreenshotDirectoriesIfNeeded() - Method in class com.vaadin.testbench.screenshot.ImageFileUtil.ImageFileUtilImpl
Creates all directories used to store screenshots unless they already exist.
createSelect() - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates a &lt;select> element.
createServletService() - Method in class com.vaadin.flow.server.VaadinServlet
Creates a vaadin servlet service.
createServletService(DeploymentConfiguration) - Method in class com.vaadin.flow.server.VaadinServlet
Creates a vaadin servlet service.
createSessionExpiredJSON() - 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 &lt;span> element.
createSpan(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates a &lt;span> element with the given text content.
createStateNode(String) - Static method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
Creates a compatible element state node using the given tag.
createStateNode(String) - Static method in class com.vaadin.flow.dom.impl.BasicTextElementStateProvider
Creates a compatible text state node using the given text.
createStaticFileHandler(VaadinServletService) - Method in class com.vaadin.flow.server.VaadinServlet
Creates a new instance of StaticFileHandler, that is responsible to find and serve static resources.
createStrong() - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates a &lt;strong> element.
createStrong(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates a &lt;strong> element with the given text content.
createSubMenu() - Method in class com.vaadin.flow.component.contextmenu.MenuItem
 
createSubMenu() - Method in class com.vaadin.flow.component.contextmenu.MenuItemBase
 
createSubMenu() - Method in class com.vaadin.flow.component.grid.contextmenu.GridMenuItem
 
createText(String) - Static method in class com.vaadin.flow.dom.Element
Creates a text node with the given text.
createTextarea() - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates a &lt;textarea> element.
createUidl(UI, boolean) - Method in class com.vaadin.flow.server.communication.UidlWriter
Creates a JSON object containing all pending changes to the given UI.
createUINotFoundJSON() - Static method in class com.vaadin.flow.server.VaadinService
Creates the JSON to send to the client when the UI cannot be found.
createUnorderedList() - Static method in interface com.vaadin.flow.dom.ElementFactory
Creates a &lt;ul> element.
createUnresolvedStatus(Binder<BEAN>) - Static method in class com.vaadin.flow.data.binder.BinderValidationStatus
Convenience method for creating a unresolved validation status for the given binder.
createUnresolvedStatus(Binder.Binding<?, TARGET>) - Static method in class com.vaadin.flow.data.binder.BindingValidationStatus
Convenience method for creating a BindingValidationStatus.Status.UNRESOLVED validation status for the given binding.
createVaadinRequest(HttpServletRequest) - Method in class com.vaadin.flow.server.VaadinServlet
Creates a Vaadin request for a http servlet request.
createVaadinSession(VaadinRequest) - Method in class com.vaadin.flow.server.VaadinService
Creates a new Vaadin session for this service and request.
createValueContext() - Method in class com.vaadin.flow.data.binder.Binder.BindingImpl
Creates a value context from the current state of the binding and its field.
createValueProviderFilter(ValueProvider<T, V>, SerializablePredicate<V>) - Static method in class com.vaadin.flow.data.provider.InMemoryDataProviderHelpers
Creates a new predicate from the given predicate and value provider.
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
 
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.
Crosshair - Class in com.vaadin.flow.component.charts.model
Configure a crosshair that follows either the mouse pointer or the hovered point.
Crosshair() - Constructor for class com.vaadin.flow.component.charts.model.Crosshair
 
CrosshairLabel - Class in com.vaadin.flow.component.charts.model
A label on the axis next to the crosshair.
CrosshairLabel() - Constructor for class com.vaadin.flow.component.charts.model.CrosshairLabel
 
CrosshairLabel(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.CrosshairLabel
 
Crud<E> - Class in com.vaadin.flow.component.crud
A component for performing CRUD operations on a data backend (e.g entities from a database).
Crud(Class<E>, Grid<E>, CrudEditor<E>) - Constructor for class com.vaadin.flow.component.crud.Crud
Instantiates a new Crud using a custom grid.
Crud(Class<E>, CrudEditor<E>) - Constructor for class com.vaadin.flow.component.crud.Crud
Instantiates a new Crud for the given bean type and uses the supplied editor.
Crud() - Constructor for class com.vaadin.flow.component.crud.Crud
Instantiates a new Crud with no grid, editor and runtime bean type information.
Crud.CancelEvent<E> - Class in com.vaadin.flow.component.crud
Event fired when the user cancels the creation of a new item or modifications to an existing item.
Crud.DeleteEvent<E> - Class in com.vaadin.flow.component.crud
Event fired when the user tries to delete an existing item.
Crud.EditEvent<E> - Class in com.vaadin.flow.component.crud
Event fired when the user starts to edit an existing item.
Crud.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.
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 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.
CURRENT_LOCALE_SUPPLIER - Static variable in class com.vaadin.flow.data.provider.InMemoryDataProviderHelpers
Supplier that attempts to resolve a locale from the current UI.
CurrentInstance - Class in com.vaadin.flow.internal
Keeps track of various current instances for the current thread.
Cursor - Enum in com.vaadin.flow.component.charts.model
You can set the cursor to POINTER("pointer") if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
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
Class for validating 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
 
CustomizedSystemMessages - Class in com.vaadin.flow.server
Contains the system messages used to notify the user about various critical situations that can occur.
CustomizedSystemMessages() - Constructor for class com.vaadin.flow.server.CustomizedSystemMessages
 
CustomValueSetEvent(R, boolean, String) - Constructor for class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox.CustomValueSetEvent
 
CUT - Static variable in interface com.vaadin.flow.component.Key
The Cut key (on certain extended keyboards).
CYAN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
CyclicObjectWorkaround - Class in com.vaadin.testbench
Provides a workaround to avoid "cyclic object value" when returning an element list (webdrivers use JSON.stringify([element1, ..., elementN]) internally).
CyclicObjectWorkaround() - Constructor for class com.vaadin.testbench.CyclicObjectWorkaround
 

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
 
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.
dataAdded(DataAddedEvent) - Method in interface com.vaadin.flow.component.charts.events.internal.ConfigurationChangeListener
A data point has been added
DataAddedEvent - Class in com.vaadin.flow.component.charts.events.internal
Event triggered when data was added to the series.
DataAddedEvent(Series, Number) - Constructor for class com.vaadin.flow.component.charts.events.internal.DataAddedEvent
Constructs the event with given series and number.
DataAddedEvent(Series, DataSeriesItem, boolean) - Constructor for class com.vaadin.flow.component.charts.events.internal.DataAddedEvent
Constructs the event with given series, item and a shift information.
DataChangeEvent<T> - Class in com.vaadin.flow.data.provider
An event fired when the data of a DataProvider changes.
DataChangeEvent(DataProvider<T, ?>) - Constructor for class com.vaadin.flow.data.provider.DataChangeEvent
Creates a new DataChangeEvent event originating from the given data provider.
DataChangeEvent.DataRefreshEvent<T> - Class in com.vaadin.flow.data.provider
An event fired when a single item of a DataProvider has been updated.
DataCommunicator<T> - Class in com.vaadin.flow.data.provider
DataProvider base class.
DataCommunicator(DataGenerator<T>, ArrayUpdater, SerializableConsumer<JsonArray>, StateNode) - Constructor for class com.vaadin.flow.data.provider.DataCommunicator
Creates a new instance.
DataCommunicatorBuilder() - Constructor for class com.vaadin.flow.component.grid.Grid.DataCommunicatorBuilder
 
DataGenerator<T> - Interface in com.vaadin.flow.data.provider
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<T,F> - Interface in com.vaadin.flow.data.provider
A common interface for fetching data from a backend.
dataProvider - Variable in class com.vaadin.flow.data.provider.DataProviderWrapper
The actual data provider behind this wrapper.
DataProviderListener<T> - Interface in com.vaadin.flow.data.provider
Interface for listening for a data change events fired by a DataProvider.
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
 
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.
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(String[], Number[]) - Constructor for class com.vaadin.flow.component.charts.model.DataSeries
Constructs a DataSeries instance containing the given category name, Y value pairs.
DataSeries(String) - Constructor for class com.vaadin.flow.component.charts.model.DataSeries
Constructs a new DataSeries instance with the given name.
DataSeries(List<DataSeriesItem>) - Constructor for class com.vaadin.flow.component.charts.model.DataSeries
Constructs a new DataSeries instance with the given items.
DataSeries(DataSeriesItem...) - Constructor for class com.vaadin.flow.component.charts.model.DataSeries
Constructs a new DataSeries with the given items.
DataSeriesItem - Class in com.vaadin.flow.component.charts.model
The DataSeriesItem class represents a single entry in a DataSeries.
DataSeriesItem() - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItem
Creates an empty item, without values, colors, etc.
DataSeriesItem(String, Number) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItem
Constructs an item with a name and a Y value
DataSeriesItem(String, Number, Number) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItem
Constructs an item with a name and a value on the Y-axis and assigns the specified color to the item.
DataSeriesItem(Number, Number) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItem
Constructs an item with X and Y values
DataSeriesItem(Instant, Number) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItem
Constructs a DataSeriesItem with the given instant as X value and Y value.
DataSeriesItem(Date, Number) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItem
DataSeriesItem(Instant, Number, Number) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItem
Constructs a DataSeriesItem with the given instant as X value with min and max values for use in range visualizations.
DataSeriesItem(Date, Number, Number) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItem
DataSeriesItem(Number, Number, Number) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItem
Constructs a DataSeriesItem with the given X, min and max values for use in range visualizations.
DataSeriesItem3d - Class in com.vaadin.flow.component.charts.model
DataSeriesItem that can hold also Z value.
DataSeriesItem3d() - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItem3d
 
DataSeriesItem3d(Number, Number, Number) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItem3d
Constructs an item with X, Y and Z values
DataSeriesItemBeanSerializer - Class in com.vaadin.flow.component.charts.model.serializers
Custom bean serializer for DataSeriesItem
DataSeriesItemBeanSerializer() - Constructor for class com.vaadin.flow.component.charts.model.serializers.DataSeriesItemBeanSerializer
 
dataUpdated(DataUpdatedEvent) - Method in interface com.vaadin.flow.component.charts.events.internal.ConfigurationChangeListener
A data point has been updated
DataUpdatedEvent - Class in com.vaadin.flow.component.charts.events.internal
Event for updating existing data series.
DataUpdatedEvent(Series, Number, int) - Constructor for class com.vaadin.flow.component.charts.events.internal.DataUpdatedEvent
Constructs the event with given series, number and point index.
DataUpdatedEvent(Series, DataSeriesItem, int) - Constructor for class com.vaadin.flow.component.charts.events.internal.DataUpdatedEvent
Constructs the event with given series, item and point index.
DatePicker - Class in com.vaadin.flow.component.datepicker
Server-side component that encapsulates the functionality of the vaadin-date-picker webcomponent.
DatePicker() - Constructor for class com.vaadin.flow.component.datepicker.DatePicker
Default constructor.
DatePicker(LocalDate) - Constructor for class com.vaadin.flow.component.datepicker.DatePicker
Convenience constructor to create a date picker with a pre-selected date in current UI locale format.
DatePicker(String) - Constructor for class com.vaadin.flow.component.datepicker.DatePicker
Convenience constructor to create a date picker with a label.
DatePicker(String, LocalDate) - Constructor for class com.vaadin.flow.component.datepicker.DatePicker
Convenience constructor to create a date picker with a pre-selected date in current UI locale format and a label.
DatePicker(HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<DatePicker, LocalDate>>) - Constructor for class com.vaadin.flow.component.datepicker.DatePicker
Convenience constructor to create a date picker with a ValueChangeListener.
DatePicker(String, HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<DatePicker, LocalDate>>) - Constructor for class com.vaadin.flow.component.datepicker.DatePicker
Convenience constructor to create a date picker with a ValueChangeListener and a label.
DatePicker(LocalDate, HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<DatePicker, LocalDate>>) - Constructor for class com.vaadin.flow.component.datepicker.DatePicker
Convenience constructor to create a date picker with a pre-selected date in current UI locale format and a ValueChangeListener.
DatePicker(String, LocalDate, HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<DatePicker, LocalDate>>) - Constructor for class com.vaadin.flow.component.datepicker.DatePicker
Convenience constructor to create a date picker with a pre-selected date in current UI locale format, a ValueChangeListener and a label.
DatePicker(LocalDate, Locale) - Constructor for class com.vaadin.flow.component.datepicker.DatePicker
Convenience Constructor to create a date picker with pre-selected date and locale setup.
DatePicker.DatePickerI18n - Class in com.vaadin.flow.component.datepicker
The internationalization properties for DatePicker.
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
 
DatePickerI18n() - Constructor for class com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n
 
DatePickerResource - Class in com.vaadin.flow.component.datepicker.osgi
Date picker connector resource registration.
DatePickerResource() - Constructor for class com.vaadin.flow.component.datepicker.osgi.DatePickerResource
 
DateRangeValidator - Class in com.vaadin.flow.data.validator
Validator for validating that a LocalDate is inside a given range.
DateRangeValidator(String, LocalDate, LocalDate) - Constructor for class com.vaadin.flow.data.validator.DateRangeValidator
Creates a validator for checking that a LocalDate is within a given range.
DateSerializer - Class in com.vaadin.flow.component.charts.model.serializers
Serializes all Date objects as UTC long.
DateSerializer() - Constructor for class com.vaadin.flow.component.charts.model.serializers.DateSerializer
 
DateTimeLabelFormats - Class in com.vaadin.flow.component.charts.model
For a DATETIME axis, the scale will automatically adjust to the appropriate unit.
DateTimeLabelFormats() - Constructor for class com.vaadin.flow.component.charts.model.DateTimeLabelFormats
 
DateTimeLabelFormats(String, String) - Constructor for class com.vaadin.flow.component.charts.model.DateTimeLabelFormats
Constructs a DateTimeLabelFormats with the given format strings for month and year
DateTimeRangeValidator - Class in com.vaadin.flow.data.validator
Validator for validating that a LocalDateTime is inside a given range.
DateTimeRangeValidator(String, LocalDateTime, LocalDateTime) - Constructor for class com.vaadin.flow.data.validator.DateTimeRangeValidator
Creates a validator for checking that a LocalDateTime is within a given range.
DateToLongConverter - Class in com.vaadin.flow.data.converter
A converter that converts from Long to Date and back.
DateToLongConverter() - Constructor for class com.vaadin.flow.data.converter.DateToLongConverter
 
DateToSqlDateConverter - Class in com.vaadin.flow.data.converter
Converter for handling conversion between Date and Date.
DateToSqlDateConverter() - Constructor for class com.vaadin.flow.data.converter.DateToSqlDateConverter
 
DD - Static variable in annotation type com.vaadin.flow.component.Tag
Tag for an <dd>.
DEAD - Static variable in interface com.vaadin.flow.component.Key
A dead "combining" key; that is, a key which is used in tandem with other keys to generate accented and other modified characters.
debounce(int, DebouncePhase, DebouncePhase...) - Method in interface com.vaadin.flow.dom.DomListenerRegistration
Configures the debouncing phases for which this listener should be triggered.
debounce(int) - Method in interface com.vaadin.flow.dom.DomListenerRegistration
Configures this listener to be notified only when at least timeout milliseconds has passed since the last time the event was triggered.
DebouncePhase - Enum in com.vaadin.flow.dom
Defines phases for an event that is debounced.
DebounceSettings - Annotation Type in com.vaadin.flow.component
Debounce settings for declaratively defined client-side event handlers.
DECIMAL - Static variable in interface com.vaadin.flow.component.Key
The decimal point key (typically . or ,) depending on the region.
decode(JsonValue, Class<T>) - Method in class com.vaadin.flow.server.communication.rpc.DefaultRpcDecoder
 
decode(JsonValue, Class<T>) - Method in interface com.vaadin.flow.server.communication.rpc.RpcDecoder
Decode the given value to the required type.
decode(JsonValue, Class<T>) - Method in class com.vaadin.flow.server.communication.rpc.StringToEnumDecoder
 
decode(JsonValue, Class<T>) - Method in class com.vaadin.flow.server.communication.rpc.StringToNumberDecoder
 
decode(E) - Method in interface com.vaadin.flow.templatemodel.ModelEncoder
Decodes the given value.
decodeAs(JsonValue, Class<T>) - Static method in class com.vaadin.flow.internal.JsonCodec
Decodes the given JSON value as the given type.
decodeWithoutTypeInfo(JsonValue) - Static method in class com.vaadin.flow.internal.JsonCodec
Helper for decoding any "primitive" value that is directly supported in JSON.
DEEPPINK - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
DEEPSKYBLUE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
DEFAULT - Static variable in annotation type com.vaadin.flow.component.page.Viewport
Sets the viewport at the width of the device.
DEFAULT - Static variable in interface com.vaadin.flow.data.binder.RequiredFieldConfigurator
Default configurator which is combination of RequiredFieldConfigurator.NOT_NULL, RequiredFieldConfigurator.NOT_EMPTY and RequiredFieldConfigurator.SIZE configurators.
DEFAULT_BACKGROUND_COLOR - Static variable in class com.vaadin.flow.server.PwaConfiguration
 
DEFAULT_CLOSE_IDLE_SESSIONS - Static variable in class com.vaadin.flow.server.DefaultDeploymentConfiguration
DEFAULT_DISPLAY - Static variable in class com.vaadin.flow.server.PwaConfiguration
 
DEFAULT_HEARTBEAT_INTERVAL - Static variable in class com.vaadin.flow.server.DefaultDeploymentConfiguration
DEFAULT_ICON - Static variable in class com.vaadin.flow.server.PwaConfiguration
 
DEFAULT_NAME - Static variable in class com.vaadin.flow.server.PwaConfiguration
 
DEFAULT_OFFLINE_PATH - Static variable in class com.vaadin.flow.server.PwaConfiguration
 
DEFAULT_PATH - Static variable in class com.vaadin.flow.server.PwaConfiguration
 
DEFAULT_SEND_URLS_AS_PARAMETERS - Static variable in class com.vaadin.flow.server.DefaultDeploymentConfiguration
 
DEFAULT_STREAMING_PROGRESS_EVENT_INTERVAL_MS - Static variable in class com.vaadin.flow.server.communication.StreamReceiverHandler
 
DEFAULT_SYNC_ID_CHECK - Static variable in class com.vaadin.flow.server.DefaultDeploymentConfiguration
DEFAULT_THEME_APPLIED_DEFAULT - Static variable in class com.vaadin.flow.internal.nodefeature.LoadingIndicatorConfigurationMap
 
DEFAULT_THEME_APPLIED_KEY - Static variable in class com.vaadin.flow.internal.nodefeature.LoadingIndicatorConfigurationMap
 
DEFAULT_THEME_COLOR - Static variable in class com.vaadin.flow.server.PwaConfiguration
 
DEFAULT_VALUE - Static variable in annotation type com.vaadin.testbench.annotations.Attribute
 
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
 
DefaultBrowserFactory - Class in com.vaadin.testbench.parallel
Default TestBenchBrowserFactory used to generate DesiredCapabilities through BrowserFactory
DefaultBrowserFactory() - Constructor for class com.vaadin.testbench.parallel.DefaultBrowserFactory
 
DefaultClientResources - Class in com.vaadin.flow.client
Default implementation for ClientResources service which returns the client-side resources via the plain Java Class.getResourceAsStream(String) method.
DefaultClientResources() - Constructor for class com.vaadin.flow.client.DefaultClientResources
 
DefaultDeploymentConfiguration - Class in com.vaadin.flow.server
The default implementation of DeploymentConfiguration based on a base class for resolving system properties and a set of init parameters.
DefaultDeploymentConfiguration(Class<?>, Properties) - Constructor for class com.vaadin.flow.server.DefaultDeploymentConfiguration
Create a new deployment configuration instance.
DefaultErrorHandler - Class in com.vaadin.flow.server
The default implementation of ErrorHandler.
DefaultErrorHandler() - Constructor for class com.vaadin.flow.server.DefaultErrorHandler
 
DefaultInstantiator - Class in com.vaadin.flow.di
Default instantiator that is used if no other instantiator has been registered.
DefaultInstantiator(VaadinService) - Constructor for class com.vaadin.flow.di.DefaultInstantiator
Creates a new instantiator for the given service.
DefaultRouteResolver - Class in com.vaadin.flow.router.internal
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.
DefaultTemplateParser - Class in com.vaadin.flow.component.polymertemplate
Default template parser implementation.
deferredUpdateFromClient(String, Serializable) - Method in class com.vaadin.flow.internal.nodefeature.ElementPropertyMap
Updates a property value from the client and returns a Runnable for firing the associated PropertyChangeEvent.
DELETE - Static variable in interface com.vaadin.flow.component.Key
The Delete key, Del, and .
DeleteEvent(Crud<E>, boolean, Object) - Constructor for class com.vaadin.flow.component.crud.Crud.DeleteEvent
Creates a new event using the given source and indicator whether the event originated from the client side or the server side.
Dependency - Class in com.vaadin.flow.shared.ui
Represents an html import, stylesheet or JavaScript to include on the page.
Dependency(Dependency.Type, String, LoadMode) - Constructor for class com.vaadin.flow.shared.ui.Dependency
Creates a new dependency of the given type, to be loaded from the given URL.
Dependency.Type - Enum in com.vaadin.flow.shared.ui
The type of a dependency.
DependencyFilter - Interface in com.vaadin.flow.server
Filter for dependencies loaded using @StyleSheet, @JavaScript and @HtmlImport.
DependencyFilter.FilterContext - Class in com.vaadin.flow.server
Provides context information for the dependency filter operation.
DependencyInfo() - Constructor for class com.vaadin.flow.component.internal.ComponentMetaData.DependencyInfo
 
DependencyList - Class in com.vaadin.flow.component.internal
List for storing dependencies/files (JavaScript, Stylesheets) to be loaded and included on the client side.
DependencyList() - Constructor for class com.vaadin.flow.component.internal.DependencyList
Creates a new instance.
DependencyTreeCache<T> - Class in com.vaadin.flow.component.internal
A caching tree traverser for collecting and parsing dependencies.
DependencyTreeCache(SerializableFunction<T, Collection<T>>) - Constructor for class com.vaadin.flow.component.internal.DependencyTreeCache
Creates a dependency cache with the given dependency parser.
DeploymentConfiguration - Interface in com.vaadin.flow.function
A collection of properties configured at deploy time as well as a way of accessing third party properties not explicitly supported by this class.
DeploymentConfigurationFactory - Class in com.vaadin.flow.server
A class that creates DeploymentConfiguration filled with all parameters specified by the framework users.
desc(Grid.Column<T>) - Static method in class com.vaadin.flow.component.grid.GridSortOrder
Creates a new grid sort builder with given sorting using descending sort direction.
desc(String) - Static method in class com.vaadin.flow.data.provider.QuerySortOrder
Creates a new query sort builder with given sorting using descending sort direction.
Description() - Constructor for class com.vaadin.flow.component.html.DescriptionList.Description
Creates a new empty description.
Description(Component...) - Constructor for class com.vaadin.flow.component.html.DescriptionList.Description
Creates a new description with the given child components.
Description(String) - Constructor for class com.vaadin.flow.component.html.DescriptionList.Description
Creates a new description with the given text.
DescriptionList - Class in com.vaadin.flow.component.html
Component representing a <dl> element.
DescriptionList() - Constructor for class com.vaadin.flow.component.html.DescriptionList
Creates a new empty description list.
DescriptionList(Map<DescriptionList.Term, DescriptionList.Description>) - Constructor for class com.vaadin.flow.component.html.DescriptionList
Creates a new description list with the given map of terms and descriptions.
DescriptionList.Description - Class in com.vaadin.flow.component.html
Component representing a <dd> element.
DescriptionList.Term - Class in com.vaadin.flow.component.html
Component representing a <dt> element.
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
 
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(int) - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Deselects the row with the given index.
deselect() - Method in class com.vaadin.flow.component.grid.testbench.GridTRElement
Deselects the row if it is selected.
deselect(T...) - Method in interface com.vaadin.flow.data.selection.MultiSelect
Removes the given items from the set of currently selected items.
deselect(Iterable<T>) - Method in interface com.vaadin.flow.data.selection.MultiSelect
Removes the given items from the set of currently selected items.
deselect(T) - Method in interface com.vaadin.flow.data.selection.SelectionModel
Deselects the given item.
deselect(T) - Method in interface com.vaadin.flow.data.selection.SelectionModel.Multi
 
deselectAll() - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
 
deselectAll() - Method in class com.vaadin.flow.component.grid.Grid
This method is a shorthand that delegates to the currently set selection model.
deselectAll() - Method in class com.vaadin.flow.component.grid.GridNoneSelectionModel
 
deselectAll() - Method in interface com.vaadin.flow.data.selection.MultiSelect
Deselects all currently selected items.
deselectAll() - Method in interface com.vaadin.flow.data.selection.SelectionModel
Deselects all currently selected items, if any.
deselectAll() - Method in interface com.vaadin.flow.data.selection.SelectionModel.Single
 
deselectFromClient(T) - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
 
deselectFromClient(T) - Method in class com.vaadin.flow.component.grid.AbstractGridSingleSelectionModel
 
deselectFromClient(T) - Method in class com.vaadin.flow.component.grid.GridNoneSelectionModel
 
deselectFromClient(T) - Method in interface com.vaadin.flow.component.grid.GridSelectionModel
Handles the deselection of an item that originates from the client.
deselectItems(T...) - Method in interface com.vaadin.flow.data.selection.SelectionModel.Multi
Removes the given items from the set of currently selected items.
deserializeParameter(Class<T>, String, String) - Static method in class com.vaadin.flow.router.ParameterDeserializer
Deserializer method for known parameter types.
deserializeUrlParameters(Class<?>, List<String>) - Static method in class com.vaadin.flow.router.ParameterDeserializer
Deserializes the list of url segments to an instance of the parameter type.
destroy() - Method in class com.vaadin.flow.server.communication.PushRequestHandler
Frees any resources currently in use.
destroy() - Method in class com.vaadin.flow.server.VaadinService
Called when the servlet or similar for this service is being destroyed.
destroy() - Method in class com.vaadin.flow.server.VaadinServlet
 
destroyAllData() - Method in class com.vaadin.flow.data.provider.AbstractComponentDataGenerator
 
destroyAllData() - Method in class com.vaadin.flow.data.provider.CompositeDataGenerator
 
destroyAllData() - Method in interface com.vaadin.flow.data.provider.DataGenerator
Informs the DataGenerator that all data has been dropped.
destroyAllData() - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchyMapper
 
destroyData(T) - Method in class com.vaadin.flow.data.provider.AbstractComponentDataGenerator
 
destroyData(T) - Method in class com.vaadin.flow.data.provider.CompositeDataGenerator
 
destroyData(T) - Method in interface com.vaadin.flow.data.provider.DataGenerator
Informs the DataGenerator that the given data item has been dropped and is no longer needed.
destroyDataGenerators() - Method in class com.vaadin.flow.component.grid.Grid.Column
 
DetachEvent - Class in com.vaadin.flow.component
Event fired before a Component is detached from the UI.
DetachEvent(Component) - Constructor for class com.vaadin.flow.component.DetachEvent
Creates a new detach event with the given component as source.
DetachNotifier - Interface in com.vaadin.flow.component
Mixin interface for components that support adding detach listeners.
Details - Class in com.vaadin.flow.component.details
 
Details() - Constructor for class com.vaadin.flow.component.details.Details
Initializes a new Details component.
Details(String, Component) - Constructor for class com.vaadin.flow.component.details.Details
Initializes a new Details using the provided summary and content.
Details(Component, Component) - Constructor for class com.vaadin.flow.component.details.Details
Initializes a new Details using the provided summary and content.
Details.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
 
DetailsVariant - Enum in com.vaadin.flow.component.details
The set of theme variants applicable to the vaadin-details component.
detatchPotentialChild(Object) - Method in class com.vaadin.flow.internal.nodefeature.NodeFeature
Detaches an object if it is a StateNode.
DEVICE_DIMENSIONS - Static variable in annotation type com.vaadin.flow.component.page.Viewport
Sets the viewport at the width and height of the device.
DEVICE_HEIGHT - Static variable in annotation type com.vaadin.flow.component.page.Viewport
Sets the viewport to the height of the device rather than the rendered space.
Dial - Class in com.vaadin.flow.component.charts.model
Options for the dial or arrow pointer of the gauge.
Dial() - Constructor for class com.vaadin.flow.component.charts.model.Dial
 
Dialog - Class in com.vaadin.flow.component.dialog
Server-side component for the <vaadin-dialog> element.
Dialog() - Constructor for class com.vaadin.flow.component.dialog.Dialog
Creates an empty dialog.
Dialog(Component...) - Constructor for class com.vaadin.flow.component.dialog.Dialog
Creates a dialog with given components inside.
Dialog.DialogCloseActionEvent - Class in com.vaadin.flow.component.dialog
`vaadin-dialog-close-action` is sent when the user clicks outside the overlay or presses the escape key.
DIALOG_GRACE_PERIOD_DEFAULT - Static variable in class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap
 
DIALOG_GRACE_PERIOD_KEY - Static variable in class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap
 
DIALOG_MODAL_DEFAULT - Static variable in class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap
 
DIALOG_MODAL_KEY - Static variable in class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap
 
DIALOG_TEXT_DEFAULT - Static variable in class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap
 
DIALOG_TEXT_GAVE_UP_DEFAULT - Static variable in class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap
 
DIALOG_TEXT_GAVE_UP_KEY - Static variable in class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap
 
DIALOG_TEXT_KEY - Static variable in class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap
 
DialogCloseActionEvent(Dialog, boolean) - Constructor for class com.vaadin.flow.component.dialog.Dialog.DialogCloseActionEvent
 
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
 
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 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.
DISABLE_AUTOMATIC_SERVLET_REGISTRATION - Static variable in class com.vaadin.flow.server.Constants
Configuration name for the parameter that determines if Flow should automatically register servlets needed for the application to work.
DISABLE_WEBJARS - Static variable in class com.vaadin.flow.server.Constants
Configuration name for the parameter that determines if Flow should use webJars or not.
disableAutomaticServletRegistration() - Method in interface com.vaadin.flow.function.DeploymentConfiguration
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.
DisabledUpdateMode - Enum 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.
disconnect() - Method in class com.vaadin.flow.server.communication.AtmospherePushConnection
 
disconnect() - Method in interface com.vaadin.flow.server.communication.PushConnection
Closes the connection.
DISMISS_LABEL - Static variable in class com.vaadin.flow.component.cookieconsent.testbench.CookieConsentElement.DefaultValues
 
dispatchEvent(TestBenchElement, String, Map<String, Object>) - Static method in class com.vaadin.testbench.EventsUtil
Dispatches (fires) a custom event of the given type on the element with the given properties
dispatchEvent(String) - Method in class com.vaadin.testbench.TestBenchElement
Dispatches (fires) a custom event of the given type on the element.
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 type 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, /.
DL - Static variable in annotation type com.vaadin.flow.component.Tag
Tag for an <dl>.
doCreateBinding(HasValue<?, FIELDVALUE>, Converter<FIELDVALUE, TARGET>, BindingValidationStatusHandler) - Method in class com.vaadin.flow.data.binder.Binder
 
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
Internal initialization method, should not be overridden.
DOM_EVENT_NAME - Static variable in class com.vaadin.flow.component.PollEvent
 
DomEvent - Annotation Type in com.vaadin.flow.component
Maps a DOM event to a ComponentEvent.
DomEvent - Class in com.vaadin.flow.dom
Server-side representation of a DOM event fired in the browser.
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.
doubleClick() - Method in class com.vaadin.testbench.TestBenchElement
 
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.
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.
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
 
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, 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 in com.vaadin.flow.component.charts.model
What box to align the button to.
driver - Variable in class com.vaadin.testbench.TestBenchTestCase
 
DriverInvocationHandler - Class in com.vaadin.testbench
 
DriverInvocationHandler(Object) - Constructor for class com.vaadin.testbench.DriverInvocationHandler
 
DropFiles() - Constructor for class com.vaadin.flow.component.upload.UploadI18N.DropFiles
 
DT - Static variable in annotation type 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 and clears the queue.
DuplicateNavigationTitleException - Exception in com.vaadin.flow.server.startup
Exception indicating a conflict between a route target implementing HasDynamicTitle while also having a PageTitle annotation.
DuplicateNavigationTitleException(String) - Constructor for exception com.vaadin.flow.server.startup.DuplicateNavigationTitleException
Constructs a new exception with the specified detail message.
DVR - Static variable in interface com.vaadin.flow.component.Key
Switches the input source to the Digital Video Recorder (DVR).

E

edge() - Static method in class com.vaadin.testbench.parallel.BrowserUtil
Gets the capabilities for Edge
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.
EditColumnConfigurator(GridPro.EditColumn<T>) - Constructor for class com.vaadin.flow.component.gridpro.EditColumnConfigurator
Creates a new configurator for the given 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 in com.vaadin.flow.component.gridpro
Set of editor types applicable for editor of the vaadin-grid-edit-column component.
EISU - Static variable in interface com.vaadin.flow.component.Key
The Eisu key.
EJECT - Static variable in interface com.vaadin.flow.component.Key
The Eject or key.
Element - Class in com.vaadin.flow.dom
Represents an element in the DOM.
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(String, boolean) - Constructor for class com.vaadin.flow.dom.Element
Deprecated.
The autoCreate parameter no longer has any effect. Use Element.Element(String) instead.
Element - Annotation Type in com.vaadin.testbench.elementsbase
Defines the tag name of the element class.
ELEMENT_ATTRIBUTES - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
ELEMENT_CHILDREN - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
ELEMENT_DATA - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
Id for ElementData.
ELEMENT_LISTENERS - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
ELEMENT_PROPERTIES - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
ELEMENT_STYLE_PROPERTIES - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
ElementAttachEvent - Class in com.vaadin.flow.dom
Event fired after an Element has been attached to the UI.
ElementAttachEvent(Element) - Constructor for class com.vaadin.flow.dom.ElementAttachEvent
Creates a new attach event with the given element as source.
ElementAttachListener - Interface in com.vaadin.flow.dom
Listener for element attach events.
ElementAttributeMap - Class in com.vaadin.flow.internal.nodefeature
Map for element attribute values.
ElementAttributeMap(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.ElementAttributeMap
Creates a new element attribute map for the given node.
ElementChildrenList - Class in com.vaadin.flow.internal.nodefeature
List of nodes describing the child elements of an element.
ElementChildrenList(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.ElementChildrenList
Creates a new element children list for the given node.
ElementClassList - Class in com.vaadin.flow.internal.nodefeature
Handles CSS class names for an element.
ElementClassList(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.ElementClassList
Creates a new class list for the given node.
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.
EM - Static variable in annotation type com.vaadin.flow.component.Tag
Tag for an <em>.
EmailField - Class in com.vaadin.flow.component.textfield
Server-side component for the vaadin-email-field element.
EmailField() - Constructor for class com.vaadin.flow.component.textfield.EmailField
Constructs an empty EmailField.
EmailField(String) - Constructor for class com.vaadin.flow.component.textfield.EmailField
Constructs an empty EmailField with the given 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(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, 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, 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.
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
 
empty() - Static method in class com.vaadin.flow.router.QueryParameters
Creates an empty query parameters information.
empty() - Static method in class com.vaadin.flow.templatemodel.PathLookup
Creates an empty path lookup.
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.
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.
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.
Encode - Annotation Type in com.vaadin.flow.templatemodel
Defines a ModelEncoder on a template model property found through Encode.path().
encode(D) - Method in interface com.vaadin.flow.templatemodel.ModelEncoder
Encodes the given value.
Encode.Container - Annotation Type in com.vaadin.flow.templatemodel
Internal annotation to enable use of multiple Encode annotations.
encodeImageToBase64(BufferedImage) - Static method in class com.vaadin.testbench.screenshot.ImageUtil
Encodes target image to a Base64 string
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 - Static variable in interface com.vaadin.flow.component.Key
The End key.
END_CALL - Static variable in interface com.vaadin.flow.component.Key
The End Call or Hang Up button.
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.
ensurePushAvailable() - Method in class com.vaadin.flow.server.VaadinService
Enables push if push support is available and push has not yet been enabled.
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
 
ENTER - Static variable in interface com.vaadin.flow.component.Key
The Enter or key.
EQUAL - Static variable in interface com.vaadin.flow.component.Key
=+ on a US keyboard.
equals(Object) - Method in class com.vaadin.flow.component.charts.model.ChartType
 
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.dom.Node
 
equals(Object) - Method in class com.vaadin.flow.internal.Range
 
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.shared.ui.Dependency
 
equals(Object) - Method in class com.vaadin.flow.shared.util.UniqueSerializable
 
equals(Object) - Method in class com.vaadin.flow.templatemodel.TemplateModelProxyHandler.InterfaceProxy
 
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
 
ERASE_EOF - Static variable in interface com.vaadin.flow.component.Key
Erase to End of Field.
Error() - Constructor for class com.vaadin.flow.component.upload.UploadI18N.Error
 
Error() - Constructor for class com.vaadin.flow.component.upload.UploadI18N.Uploading.Error
 
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(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_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
Interface for listening to errors in the application.
ErrorHandlingCommand - Interface in com.vaadin.flow.server
Defines the interface to handle exceptions thrown during the execution of a FutureAccess.
ErrorLevel - Enum 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.
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.
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.
ESCAPE - Static variable in interface com.vaadin.flow.component.Key
The Esc (Escape) or key.
escape(String) - Static method in class com.vaadin.flow.internal.HtmlUtils
Escape a string which may contain html.
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_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.
eventActionsSupported() - Method in class com.vaadin.flow.router.internal.AbstractNavigationStateRenderer
Checks whether this renderer should reroute or postpone navigation based on results from event listeners.
eventActionsSupported() - Method in class com.vaadin.flow.router.internal.ErrorStateRenderer
 
eventActionsSupported() - Method in class com.vaadin.flow.router.internal.NavigationStateRenderer
 
EventData - Annotation Type 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 com.vaadin.flow.data.value.ValueChangeMode
Gets the name of the event associated with the given mode.
EventHandler - Annotation Type in com.vaadin.flow.component.polymertemplate
Publishes the annotated method so it can be invoked from the client side as template event handlers.
EventRpcHandler - Class in com.vaadin.flow.server.communication.rpc
RPC handler for events.
EventRpcHandler() - Constructor for class com.vaadin.flow.server.communication.rpc.EventRpcHandler
 
EventsUtil - Class in com.vaadin.testbench
 
EventUtil - Class in com.vaadin.flow.router
Event handling utilities.
EX_SEL - Static variable in interface com.vaadin.flow.component.Key
The ExSel (Extend Selection) key.
Exclude - Annotation Type in com.vaadin.flow.templatemodel
Defines which properties to exclude when importing a bean into a template model.
ExcludeFromSuite - Annotation Type 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 - Static variable in interface com.vaadin.flow.component.Key
The Execute key.
execute() - Method in interface com.vaadin.flow.server.Command
Runs the given command.
executeAsyncScript(String, Object...) - Method in class com.vaadin.testbench.commands.TestBenchCommandExecutor
 
executeAsyncScript(String, Object...) - Method in class com.vaadin.testbench.TestBenchDriverProxy
 
executeJavaScript(String, Serializable...) - Method in class com.vaadin.flow.component.page.Page
Asynchronously runs the given JavaScript expression in the browser.
executeJavaScript(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.
executeScript(String, Object...) - Method in class com.vaadin.testbench.commands.TestBenchCommandExecutor
 
executeScript(String, Object...) - Method in class com.vaadin.testbench.TestBenchDriverProxy
 
executeScript(String, Object...) - Method in class com.vaadin.testbench.TestBenchElement
Executes the given JavaScript in the context of the currently selected frame or window.
executeScript(String, Object...) - Method in class com.vaadin.testbench.TestBenchTestCase
Executes the given JavaScript in the context of the currently selected frame or window.
ExecutionContext - Class in com.vaadin.flow.internal
ExecutionContext(UI, boolean) - Constructor for class com.vaadin.flow.internal.ExecutionContext
Creates a new, immutable context.
exists() - Method in class com.vaadin.testbench.ElementQuery
Checks if this ElementQuery describes existing elements.
EXIT - Static variable in interface com.vaadin.flow.component.Key
The Exit button, which exits the current application or menu.
expand(Component...) - Method in interface com.vaadin.flow.component.orderedlayout.FlexComponent
Expands the given components.
expand(T...) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
Expands the given items.
expand(Collection<T>) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
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(Collection<T>) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalDataCommunicator
Expands the given items.
expand(T, boolean) - 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, Integer) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchyMapper
Expands the given item.
expand(int, int) - Method in class com.vaadin.flow.internal.Range
Creates a range that is expanded the given amounts in both ends.
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(Stream<T>, int) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
Expands the given items and their children recursively until the given depth.
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.
export(JsonObject) - Method in class com.vaadin.flow.internal.ConstantPoolKey
Exports the this key into a JSON object to send to the client.
ExportFileType - Enum 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
 
extend(Grid<T>) - Method in class com.vaadin.flow.component.grid.Grid.AbstractGridExtension
Adds this extension to the given grid.

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.
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, Exception) - Constructor for class com.vaadin.flow.component.upload.FailedEvent
Create an instance of the event.
FailedEvent(Upload, String, String, long) - Constructor for class com.vaadin.flow.component.upload.FailedEvent
Create an instance of the event.
FakeBrowser - Class in com.vaadin.flow.server.startup
Browser instance targeted for server side resolving of resources.
FakeBrowser() - Constructor for class com.vaadin.flow.server.startup.FakeBrowser
 
FakeServletConfig(ServletRegistration, ServletContext) - Constructor for class com.vaadin.flow.server.communication.JSR356WebsocketInitializer.FakeServletConfig
Creates an instance based on the given servlet registration and servlet context.
FALLBACK_TRANSPORT_KEY - Static variable in class com.vaadin.flow.internal.nodefeature.PushConfigurationMap
 
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.
fetch(Query<T, F>) - Method in class com.vaadin.flow.data.provider.AbstractBackEndDataProvider
 
fetch(Query<T, F>) - Method in interface com.vaadin.flow.data.provider.CallbackDataProvider.FetchCallback
Fetches a stream of items based on a query.
fetch(Query<T, F>) - Method in interface com.vaadin.flow.data.provider.DataProvider
Fetches data from this DataProvider using given query.
fetch(Query<T, F>) - Method in class com.vaadin.flow.data.provider.DataProviderWrapper
 
fetch(Query<T, F>) - Method in interface com.vaadin.flow.data.provider.hierarchy.HierarchicalDataProvider
Fetches data from this HierarchicalDataProvider using given query.
fetch(Query<T, SerializablePredicate<T>>) - Method in class com.vaadin.flow.data.provider.ListDataProvider
 
fetchChildItems(T, Range) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchyMapper
 
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.
fetchChildren(HierarchicalQuery<T, SerializablePredicate<T>>) - Method in class com.vaadin.flow.data.provider.hierarchy.TreeDataProvider
 
fetchChildrenFromBackEnd(HierarchicalQuery<T, F>) - Method in class com.vaadin.flow.data.provider.hierarchy.AbstractBackEndHierarchicalDataProvider
Fetches data from the back end using the given query.
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.
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.
FileAbortEvent(R, boolean, JsonObject, JsonObject) - Constructor for class com.vaadin.flow.component.upload.GeneratedVaadinUploadFile.FileAbortEvent
 
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
 
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.
FileRejectEvent(R, boolean, JsonObject, JsonObject, JsonObject) - Constructor for class com.vaadin.flow.component.upload.GeneratedVaadinUpload.FileRejectEvent
 
FileRemoveEvent(R, boolean, JsonObject, JsonObject) - Constructor for class com.vaadin.flow.component.upload.GeneratedVaadinUploadFile.FileRemoveEvent
 
FileRetryEvent(R, boolean, JsonObject, JsonObject) - Constructor for class com.vaadin.flow.component.upload.GeneratedVaadinUploadFile.FileRetryEvent
 
FilesChangeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.upload.GeneratedVaadinUpload.FilesChangeEvent
 
FileStartEvent(R, boolean, JsonObject, JsonObject) - Constructor for class com.vaadin.flow.component.upload.GeneratedVaadinUploadFile.FileStartEvent
 
filter(List<Dependency>, DependencyFilter.FilterContext) - Method in interface com.vaadin.flow.server.DependencyFilter
Filters the list of dependencies and returns a (possibly) updated version.
filter(List<Dependency>, DependencyFilter.FilterContext) - Method in class com.vaadin.flow.server.startup.BundleDependencyFilter
 
FilterChangeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox.FilterChangeEvent
 
FilterContext(VaadinService, WebBrowser) - Constructor for class com.vaadin.flow.server.DependencyFilter.FilterContext
Creates a new context for the given session.
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>, 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.
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.
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.
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.
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 - Static variable in interface com.vaadin.flow.component.Key
The Find key.
findCommonBaseType(Class<?>, Class<?>) - Static method in class com.vaadin.flow.internal.ReflectTools
Finds the most specific class that both provided classes extend from.
findComponents(Element, Consumer<Component>) - Static method in class com.vaadin.flow.component.ComponentUtil
Finds the first component instance in each Element subtree by traversing the Element tree starting from the given element.
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
Method for finding the error handler for the given session.
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.ServletHelper
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).
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.
findThemeForNavigationTarget(UI, Class<?>, String) - Static method in class com.vaadin.flow.theme.ThemeUtil
Find annotated theme for navigationTarget on given path or lumo if available.
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.
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
 
fireEvent(ComponentEvent<?>) - Method in class com.vaadin.flow.component.Component
Dispatches the event to all listeners registered for the event type.
fireEvent(ComponentEvent) - Method in class com.vaadin.flow.component.ComponentEventBus
Dispatches the event to all listeners registered for the event type.
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.
fireEvent(EventObject) - Method in class com.vaadin.flow.data.provider.AbstractDataProvider
Sends the event to all listeners.
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.
firefox() - Static method in class com.vaadin.testbench.parallel.BrowserUtil
Gets the capabilities for Firefox
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(VaadinSession) - Method in class com.vaadin.flow.server.VaadinService
Handles destruction of the given session.
fireUIInitListeners(UI) - Method in class com.vaadin.flow.server.VaadinService
Fire UI initialization event to all registered UIInitListeners.
fireUpdateProgress(long, long) - Method in class com.vaadin.flow.component.upload.Upload
Emit the progress event.
first() - Method in class com.vaadin.testbench.ElementQuery
Executes the search 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).
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(Instant, String) - Constructor for class com.vaadin.flow.component.charts.model.FlagItem
Constructs an item with X and Title values
FlagItem(Date, String) - Constructor for class com.vaadin.flow.component.charts.model.FlagItem
Deprecated.
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, String) - Constructor for class com.vaadin.flow.component.charts.model.FlagItem
Constructs an item with X, Title and Text values
FlagItem(Date, String, String) - Constructor for class com.vaadin.flow.component.charts.model.FlagItem
Deprecated.
FLAGS - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
FlagShape - Enum in com.vaadin.flow.component.charts.model
The name of a symbol to use for the border in ChartType.FLAGS series.
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.
FlexComponent<C extends Component> - Interface in com.vaadin.flow.component.orderedlayout
A component which implements Flexbox.
FlexComponent.Alignment - Enum in com.vaadin.flow.component.orderedlayout
Enum with the possible values for the component alignment inside the layout.
FlexComponent.JustifyContentMode - Enum 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.WrapMode - Enum 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.
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
 
FlowComponentRendererResource - Class in com.vaadin.flow.data.osgi
Flow component renderer resource registration.
FlowComponentRendererResource() - Constructor for class com.vaadin.flow.data.osgi.FlowComponentRendererResource
 
flush() - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalCommunicationController
 
FN - Static variable in interface com.vaadin.flow.component.Key
The Fn (Function modifier) key.
FN_LOCK - Static variable in interface com.vaadin.flow.component.Key
The FnLock or F-Lock (Function Lock) key.
focus() - Method in interface com.vaadin.flow.component.Focusable
Calls the focus function at the client, making the component keyboard focused.
focus() - Method in class com.vaadin.flow.component.tabs.GeneratedVaadinTabs
 
focus() - Method in class com.vaadin.testbench.TestBenchElement
Move browser focus to this Element
Focusable<T extends Component> - Interface in com.vaadin.flow.component
Interface with the methods implemented by components 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
Class that represents the DOM event "focus".
FontWeight - Enum in com.vaadin.flow.component.charts.model.style
Font weight used by LabelStyle 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 - Static variable in annotation type com.vaadin.flow.component.Tag
Tag for an <footer>.
FooterRow - Class in com.vaadin.flow.component.grid
One row of FooterRow.FooterCells in a Grid.
FooterRow.FooterCell - Class in com.vaadin.flow.component.grid
A footer cell in a Grid.
forApplicationScope() - Static method in class com.vaadin.flow.router.RouteConfiguration
Get a RouteConfiguration that edits the application scope routes.
FORCE_LOAD_COOKIE - Static variable in class com.vaadin.flow.server.UnsupportedBrowserHandler
Cookie used to ignore browser checks.
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
 
FORESTGREEN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
forField(HasValue<?, FIELDVALUE>) - Method in class com.vaadin.flow.data.binder.Binder
Creates a new binding for the given field.
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 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
 
forMemberField(HasValue<?, FIELDVALUE>) - Method in class com.vaadin.flow.data.binder.Binder
Creates a new binding for the given field.
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
Server-side component for the <vaadin-form-layout> element.
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 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
 
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.
forward() - Method in class com.vaadin.flow.component.page.History
Navigates forward.
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(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, 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.
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.
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(Element, Class<T>) - Static method in class com.vaadin.flow.component.Component
Creates a new component instance using the given element.
from(SerializablePredicate<T>, String) - Static method in interface com.vaadin.flow.data.binder.Validator
Builds a validator out of a conditional function and an error message.
from(SerializablePredicate<T>, String, ErrorLevel) - Static method in interface com.vaadin.flow.data.binder.Validator
Builds a validator out of a conditional function and an error message.
from(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(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(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.
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.
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.
fromPropertyValue(String) - Static method in enum 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.
FRONTEND_PROTOCOL_PREFIX - Static variable in class com.vaadin.flow.shared.ApplicationConstants
Protocol used for referencing different files based on the browser capability of interpreting ECMAScript 6.
FRONTEND_URL_DEV_DEFAULT - Static variable in class com.vaadin.flow.server.Constants
Default frontend URL prefix for development.
FRONTEND_URL_ES5 - Static variable in class com.vaadin.flow.server.Constants
Configuration name for the frontend URL prefix for ES5.
FRONTEND_URL_ES5 - Static variable in class com.vaadin.flow.shared.ApplicationConstants
Configuration parameter for the build URL of ES5 web components.
FRONTEND_URL_ES5_DEFAULT_VALUE - Static variable in class com.vaadin.flow.server.Constants
Default frontend URL prefix for ES.
FRONTEND_URL_ES6 - Static variable in class com.vaadin.flow.server.Constants
Configuration name for the frontend URL prefix for ES6.
FRONTEND_URL_ES6 - Static variable in class com.vaadin.flow.shared.ApplicationConstants
Configuration parameter for the build URL of ES6 web components.
FRONTEND_URL_ES6_DEFAULT_VALUE - Static variable in class com.vaadin.flow.server.Constants
Default frontend URL prefix for ES6.
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.
FunctionCaller - Class in com.vaadin.flow.component.board.internal
 
FunctionCaller() - Constructor for class com.vaadin.flow.component.board.internal.FunctionCaller
 
FUNNEL - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
FutureAccess - Class in com.vaadin.flow.server
Encapsulates a Command submitted using VaadinSession.access(Command).
FutureAccess(VaadinSession, Command) - Constructor for class com.vaadin.flow.server.FutureAccess
Creates an instance for the given command.

G

GAINSBORO - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
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
 
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
 
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.ComponentDataGenerator
 
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.
generatedColumnIdsIfNeeded() - Method in class com.vaadin.flow.component.grid.testbench.GridElement
 
generatedColumnIdsIfNeeded() - Method in class com.vaadin.flow.component.gridpro.testbench.GridProElement
 
GeneratedVaadinButton<R extends GeneratedVaadinButton<R>> - Class in com.vaadin.flow.component.button
Description copied from corresponding location in WebComponent:
GeneratedVaadinButton(String) - Constructor for class com.vaadin.flow.component.button.GeneratedVaadinButton
Sets the given string as the content of this component.
GeneratedVaadinButton() - Constructor for class com.vaadin.flow.component.button.GeneratedVaadinButton
Default constructor.
GeneratedVaadinCheckbox<R extends GeneratedVaadinCheckbox<R,T>,T> - Class in com.vaadin.flow.component.checkbox
Description copied from corresponding location in WebComponent:
GeneratedVaadinCheckbox(T, T, Class<P>, SerializableFunction<P, T>, SerializableFunction<T, P>) - Constructor for class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox
Constructs a new GeneratedVaadinCheckbox component with the given arguments.
GeneratedVaadinCheckbox(T, T, boolean) - Constructor for class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox
Constructs a new GeneratedVaadinCheckbox component with the given arguments.
GeneratedVaadinCheckbox(T, T, Class<P>, SerializableBiFunction<R, P, T>, SerializableBiFunction<R, T, P>) - Constructor for class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox
Constructs a new GeneratedVaadinCheckbox component with the given arguments.
GeneratedVaadinCheckbox() - Constructor for class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox
Default constructor.
GeneratedVaadinCheckbox.ChangeEvent<R extends GeneratedVaadinCheckbox<R,?>> - Class in com.vaadin.flow.component.checkbox
 
GeneratedVaadinCheckbox.CheckedChangeEvent<R extends GeneratedVaadinCheckbox<R,?>> - Class in com.vaadin.flow.component.checkbox
 
GeneratedVaadinCheckbox.IndeterminateChangeEvent<R extends GeneratedVaadinCheckbox<R,?>> - Class in com.vaadin.flow.component.checkbox
 
GeneratedVaadinCheckboxGroup<R extends GeneratedVaadinCheckboxGroup<R,T>,T> - Class in com.vaadin.flow.component.checkbox
Description copied from corresponding location in WebComponent:
GeneratedVaadinCheckboxGroup(T, T, Class<P>, SerializableFunction<P, T>, SerializableFunction<T, P>) - Constructor for class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckboxGroup
Constructs a new GeneratedVaadinCheckboxGroup component with the given arguments.
GeneratedVaadinCheckboxGroup(T, T, boolean) - Constructor for class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckboxGroup
Constructs a new GeneratedVaadinCheckboxGroup component with the given arguments.
GeneratedVaadinCheckboxGroup(T, T, Class<P>, SerializableBiFunction<R, P, T>, SerializableBiFunction<R, T, P>) - Constructor for class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckboxGroup
Constructs a new GeneratedVaadinCheckboxGroup component with the given arguments.
GeneratedVaadinCheckboxGroup() - Constructor for class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckboxGroup
Default constructor.
GeneratedVaadinCheckboxGroup.InvalidChangeEvent<R extends GeneratedVaadinCheckboxGroup<R,?>> - Class in com.vaadin.flow.component.checkbox
 
GeneratedVaadinComboBox<R extends GeneratedVaadinComboBox<R,T>,T> - Class in com.vaadin.flow.component.combobox
Description copied from corresponding location in WebComponent:
GeneratedVaadinComboBox(T, T, Class<P>, SerializableFunction<P, T>, SerializableFunction<T, P>) - Constructor for class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Constructs a new GeneratedVaadinComboBox component with the given arguments.
GeneratedVaadinComboBox(T, T, boolean) - Constructor for class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Constructs a new GeneratedVaadinComboBox component with the given arguments.
GeneratedVaadinComboBox(T, T, Class<P>, SerializableBiFunction<R, P, T>, SerializableBiFunction<R, T, P>) - Constructor for class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Constructs a new GeneratedVaadinComboBox component with the given arguments.
GeneratedVaadinComboBox() - Constructor for class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Default constructor.
GeneratedVaadinComboBox.CustomValueSetEvent<R extends GeneratedVaadinComboBox<R,?>> - Class in com.vaadin.flow.component.combobox
 
GeneratedVaadinComboBox.FilterChangeEvent<R extends GeneratedVaadinComboBox<R,?>> - Class in com.vaadin.flow.component.combobox
 
GeneratedVaadinComboBox.InvalidChangeEvent<R extends GeneratedVaadinComboBox<R,?>> - Class in com.vaadin.flow.component.combobox
 
GeneratedVaadinComboBox.OpenedChangeEvent<R extends GeneratedVaadinComboBox<R,?>> - Class in com.vaadin.flow.component.combobox
 
GeneratedVaadinComboBox.SelectedItemChangeEvent<R extends GeneratedVaadinComboBox<R,?>> - Class in com.vaadin.flow.component.combobox
 
GeneratedVaadinContextMenu<R extends GeneratedVaadinContextMenu<R>> - Class in com.vaadin.flow.component.contextmenu
Description copied from corresponding location in WebComponent:
GeneratedVaadinContextMenu() - Constructor for class com.vaadin.flow.component.contextmenu.GeneratedVaadinContextMenu
 
GeneratedVaadinContextMenu.OpenedChangeEvent<R extends GeneratedVaadinContextMenu<R>> - Class in com.vaadin.flow.component.contextmenu
 
GeneratedVaadinDatePicker<R extends GeneratedVaadinDatePicker<R,T>,T> - Class in com.vaadin.flow.component.datepicker
Description copied from corresponding location in WebComponent:
GeneratedVaadinDatePicker(T, T, Class<P>, SerializableFunction<P, T>, SerializableFunction<T, P>) - Constructor for class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
Constructs a new GeneratedVaadinDatePicker component with the given arguments.
GeneratedVaadinDatePicker(T, T, boolean) - Constructor for class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
Constructs a new GeneratedVaadinDatePicker component with the given arguments.
GeneratedVaadinDatePicker(T, T, Class<P>, SerializableBiFunction<R, P, T>, SerializableBiFunction<R, T, P>) - Constructor for class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
Constructs a new GeneratedVaadinDatePicker component with the given arguments.
GeneratedVaadinDatePicker() - Constructor for class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
Default constructor.
GeneratedVaadinDatePicker.ChangeEvent<R extends GeneratedVaadinDatePicker<R,?>> - Class in com.vaadin.flow.component.datepicker
 
GeneratedVaadinDatePicker.InvalidChangeEvent<R extends GeneratedVaadinDatePicker<R,?>> - Class in com.vaadin.flow.component.datepicker
 
GeneratedVaadinDatePicker.OpenedChangeEvent<R extends GeneratedVaadinDatePicker<R,?>> - Class in com.vaadin.flow.component.datepicker
 
GeneratedVaadinDialog<R extends GeneratedVaadinDialog<R>> - Class in com.vaadin.flow.component.dialog
Description copied from corresponding location in WebComponent:
GeneratedVaadinDialog() - Constructor for class com.vaadin.flow.component.dialog.GeneratedVaadinDialog
 
GeneratedVaadinDialog.OpenedChangeEvent<R extends GeneratedVaadinDialog<R>> - Class in com.vaadin.flow.component.dialog
 
GeneratedVaadinEmailField<R extends GeneratedVaadinEmailField<R,T>,T> - Class in com.vaadin.flow.component.textfield
Description copied from corresponding location in WebComponent:
GeneratedVaadinEmailField(T, T, Class<P>, SerializableFunction<P, T>, SerializableFunction<T, P>) - Constructor for class com.vaadin.flow.component.textfield.GeneratedVaadinEmailField
Constructs a new GeneratedVaadinEmailField component with the given arguments.
GeneratedVaadinEmailField(T, T, boolean) - Constructor for class com.vaadin.flow.component.textfield.GeneratedVaadinEmailField
Constructs a new GeneratedVaadinEmailField component with the given arguments.
GeneratedVaadinEmailField(T, T, Class<P>, SerializableBiFunction<R, P, T>, SerializableBiFunction<R, T, P>) - Constructor for class com.vaadin.flow.component.textfield.GeneratedVaadinEmailField
Constructs a new GeneratedVaadinEmailField component with the given arguments.
GeneratedVaadinEmailField() - Constructor for class com.vaadin.flow.component.textfield.GeneratedVaadinEmailField
Default constructor.
GeneratedVaadinFormItem<R extends GeneratedVaadinFormItem<R>> - Class in com.vaadin.flow.component.formlayout
Description copied from corresponding location in WebComponent:
GeneratedVaadinFormItem() - Constructor for class com.vaadin.flow.component.formlayout.GeneratedVaadinFormItem
 
GeneratedVaadinFormLayout<R extends GeneratedVaadinFormLayout<R>> - Class in com.vaadin.flow.component.formlayout
Description copied from corresponding location in WebComponent:
GeneratedVaadinFormLayout() - Constructor for class com.vaadin.flow.component.formlayout.GeneratedVaadinFormLayout
 
GeneratedVaadinNotification<R extends GeneratedVaadinNotification<R>> - Class in com.vaadin.flow.component.notification
Description copied from corresponding location in WebComponent:
GeneratedVaadinNotification() - Constructor for class com.vaadin.flow.component.notification.GeneratedVaadinNotification
 
GeneratedVaadinNotification.OpenedChangeEvent<R extends GeneratedVaadinNotification<R>> - Class in com.vaadin.flow.component.notification
 
GeneratedVaadinNumberField<R extends GeneratedVaadinNumberField<R,T>,T> - Class in com.vaadin.flow.component.textfield
Description copied from corresponding location in WebComponent:
GeneratedVaadinNumberField(T, T, Class<P>, SerializableFunction<P, T>, SerializableFunction<T, P>) - Constructor for class com.vaadin.flow.component.textfield.GeneratedVaadinNumberField
Constructs a new GeneratedVaadinNumberField component with the given arguments.
GeneratedVaadinNumberField(T, T, boolean) - Constructor for class com.vaadin.flow.component.textfield.GeneratedVaadinNumberField
Constructs a new GeneratedVaadinNumberField component with the given arguments.
GeneratedVaadinNumberField(T, T, Class<P>, SerializableBiFunction<R, P, T>, SerializableBiFunction<R, T, P>) - Constructor for class com.vaadin.flow.component.textfield.GeneratedVaadinNumberField
Constructs a new GeneratedVaadinNumberField component with the given arguments.
GeneratedVaadinNumberField() - Constructor for class com.vaadin.flow.component.textfield.GeneratedVaadinNumberField
Default constructor.
GeneratedVaadinPasswordField<R extends GeneratedVaadinPasswordField<R,T>,T> - Class in com.vaadin.flow.component.textfield
Description copied from corresponding location in WebComponent:
GeneratedVaadinPasswordField(T, T, Class<P>, SerializableFunction<P, T>, SerializableFunction<T, P>) - Constructor for class com.vaadin.flow.component.textfield.GeneratedVaadinPasswordField
Constructs a new GeneratedVaadinPasswordField component with the given arguments.
GeneratedVaadinPasswordField(T, T, boolean) - Constructor for class com.vaadin.flow.component.textfield.GeneratedVaadinPasswordField
Constructs a new GeneratedVaadinPasswordField component with the given arguments.
GeneratedVaadinPasswordField(T, T, Class<P>, SerializableBiFunction<R, P, T>, SerializableBiFunction<R, T, P>) - Constructor for class com.vaadin.flow.component.textfield.GeneratedVaadinPasswordField
Constructs a new GeneratedVaadinPasswordField component with the given arguments.
GeneratedVaadinPasswordField() - Constructor for class com.vaadin.flow.component.textfield.GeneratedVaadinPasswordField
Default constructor.
GeneratedVaadinProgressBar<R extends GeneratedVaadinProgressBar<R>> - Class in com.vaadin.flow.component.progressbar
Description copied from corresponding location in WebComponent:
GeneratedVaadinProgressBar() - Constructor for class com.vaadin.flow.component.progressbar.GeneratedVaadinProgressBar
 
GeneratedVaadinRadioButton<R extends GeneratedVaadinRadioButton<R>> - Class in com.vaadin.flow.component.radiobutton
Description copied from corresponding location in WebComponent:
GeneratedVaadinRadioButton() - Constructor for class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioButton
 
GeneratedVaadinRadioButton.CheckedChangeEvent<R extends GeneratedVaadinRadioButton<R>> - Class in com.vaadin.flow.component.radiobutton
 
GeneratedVaadinRadioGroup<R extends GeneratedVaadinRadioGroup<R,T>,T> - Class in com.vaadin.flow.component.radiobutton
Description copied from corresponding location in WebComponent:
GeneratedVaadinRadioGroup(T, T, Class<P>, SerializableFunction<P, T>, SerializableFunction<T, P>) - Constructor for class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioGroup
Constructs a new GeneratedVaadinRadioGroup component with the given arguments.
GeneratedVaadinRadioGroup(T, T, boolean) - Constructor for class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioGroup
Constructs a new GeneratedVaadinRadioGroup component with the given arguments.
GeneratedVaadinRadioGroup(T, T, Class<P>, SerializableBiFunction<R, P, T>, SerializableBiFunction<R, T, P>) - Constructor for class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioGroup
Constructs a new GeneratedVaadinRadioGroup component with the given arguments.
GeneratedVaadinRadioGroup() - Constructor for class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioGroup
Default constructor.
GeneratedVaadinRadioGroup.InvalidChangeEvent<R extends GeneratedVaadinRadioGroup<R,?>> - Class in com.vaadin.flow.component.radiobutton
 
GeneratedVaadinRichTextEditor<R extends GeneratedVaadinRichTextEditor<R,T>,T> - Class in com.vaadin.flow.component.richtexteditor
Description copied from corresponding location in WebComponent:
GeneratedVaadinRichTextEditor(T, T, Class<P>, SerializableFunction<P, T>, SerializableFunction<T, P>) - Constructor for class com.vaadin.flow.component.richtexteditor.GeneratedVaadinRichTextEditor
Constructs a new GeneratedVaadinRichTextEditor component with the given arguments.
GeneratedVaadinRichTextEditor(T, T, boolean) - Constructor for class com.vaadin.flow.component.richtexteditor.GeneratedVaadinRichTextEditor
Constructs a new GeneratedVaadinRichTextEditor component with the given arguments.
GeneratedVaadinRichTextEditor(T, T, Class<P>, SerializableBiFunction<R, P, T>, SerializableBiFunction<R, T, P>) - Constructor for class com.vaadin.flow.component.richtexteditor.GeneratedVaadinRichTextEditor
Constructs a new GeneratedVaadinRichTextEditor component with the given arguments.
GeneratedVaadinRichTextEditor() - Constructor for class com.vaadin.flow.component.richtexteditor.GeneratedVaadinRichTextEditor
Default constructor.
GeneratedVaadinRichTextEditor.ChangeEvent<R extends GeneratedVaadinRichTextEditor<R,?>> - Class in com.vaadin.flow.component.richtexteditor
 
GeneratedVaadinSelect<R extends GeneratedVaadinSelect<R,T>,T> - Class in com.vaadin.flow.component.select.generated
Description copied from corresponding location in WebComponent:
GeneratedVaadinSelect(T, T, Class<P>, SerializableFunction<P, T>, SerializableFunction<T, P>) - Constructor for class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Constructs a new GeneratedVaadinSelect component with the given arguments.
GeneratedVaadinSelect(T, T, boolean) - Constructor for class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Constructs a new GeneratedVaadinSelect component with the given arguments.
GeneratedVaadinSelect(T, T, Class<P>, SerializableBiFunction<R, P, T>, SerializableBiFunction<R, T, P>) - Constructor for class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Constructs a new GeneratedVaadinSelect component with the given arguments.
GeneratedVaadinSelect() - Constructor for class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Default constructor.
GeneratedVaadinSelect.InvalidChangeEvent<R extends GeneratedVaadinSelect<R,?>> - Class in com.vaadin.flow.component.select.generated
 
GeneratedVaadinSelect.OpenedChangeEvent<R extends GeneratedVaadinSelect<R,?>> - Class in com.vaadin.flow.component.select.generated
 
GeneratedVaadinSplitLayout<R extends GeneratedVaadinSplitLayout<R>> - Class in com.vaadin.flow.component.splitlayout
Description copied from corresponding location in WebComponent:
GeneratedVaadinSplitLayout() - Constructor for class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout
 
GeneratedVaadinSplitLayout.IronResizeEvent<R extends GeneratedVaadinSplitLayout<R>> - Class in com.vaadin.flow.component.splitlayout
 
GeneratedVaadinSplitLayout.SplitterDragendEvent<R extends GeneratedVaadinSplitLayout<R>> - Class in com.vaadin.flow.component.splitlayout
 
GeneratedVaadinTab<R extends GeneratedVaadinTab<R>> - Class in com.vaadin.flow.component.tabs
Description copied from corresponding location in WebComponent:
GeneratedVaadinTab() - Constructor for class com.vaadin.flow.component.tabs.GeneratedVaadinTab
 
GeneratedVaadinTabs<R extends GeneratedVaadinTabs<R>> - Class in com.vaadin.flow.component.tabs
Description copied from corresponding location in WebComponent:
GeneratedVaadinTabs() - Constructor for class com.vaadin.flow.component.tabs.GeneratedVaadinTabs
 
GeneratedVaadinTextArea<R extends GeneratedVaadinTextArea<R,T>,T> - Class in com.vaadin.flow.component.textfield
Description copied from corresponding location in WebComponent:
GeneratedVaadinTextArea(T, T, Class<P>, SerializableFunction<P, T>, SerializableFunction<T, P>) - Constructor for class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
Constructs a new GeneratedVaadinTextArea component with the given arguments.
GeneratedVaadinTextArea(T, T, boolean) - Constructor for class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
Constructs a new GeneratedVaadinTextArea component with the given arguments.
GeneratedVaadinTextArea(T, T, Class<P>, SerializableBiFunction<R, P, T>, SerializableBiFunction<R, T, P>) - Constructor for class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
Constructs a new GeneratedVaadinTextArea component with the given arguments.
GeneratedVaadinTextArea() - Constructor for class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
Default constructor.
GeneratedVaadinTextArea.ChangeEvent<R extends GeneratedVaadinTextArea<R,?>> - Class in com.vaadin.flow.component.textfield
 
GeneratedVaadinTextArea.InvalidChangeEvent<R extends GeneratedVaadinTextArea<R,?>> - Class in com.vaadin.flow.component.textfield
 
GeneratedVaadinTextField<R extends GeneratedVaadinTextField<R,T>,T> - Class in com.vaadin.flow.component.textfield
Description copied from corresponding location in WebComponent:
GeneratedVaadinTextField(T, T, Class<P>, SerializableFunction<P, T>, SerializableFunction<T, P>) - Constructor for class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Constructs a new GeneratedVaadinTextField component with the given arguments.
GeneratedVaadinTextField(T, T, boolean) - Constructor for class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Constructs a new GeneratedVaadinTextField component with the given arguments.
GeneratedVaadinTextField(T, T, Class<P>, SerializableBiFunction<R, P, T>, SerializableBiFunction<R, T, P>) - Constructor for class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Constructs a new GeneratedVaadinTextField component with the given arguments.
GeneratedVaadinTextField() - Constructor for class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Default constructor.
GeneratedVaadinTextField.ChangeEvent<R extends GeneratedVaadinTextField<R,?>> - Class in com.vaadin.flow.component.textfield
 
GeneratedVaadinTextField.InvalidChangeEvent<R extends GeneratedVaadinTextField<R,?>> - Class in com.vaadin.flow.component.textfield
 
GeneratedVaadinTimePicker<R extends GeneratedVaadinTimePicker<R,T>,T> - Class in com.vaadin.flow.component.timepicker
Description copied from corresponding location in WebComponent:
GeneratedVaadinTimePicker(T, T, Class<P>, SerializableFunction<P, T>, SerializableFunction<T, P>) - Constructor for class com.vaadin.flow.component.timepicker.GeneratedVaadinTimePicker
Constructs a new GeneratedVaadinTimePicker component with the given arguments.
GeneratedVaadinTimePicker(T, T, boolean) - Constructor for class com.vaadin.flow.component.timepicker.GeneratedVaadinTimePicker
Constructs a new GeneratedVaadinTimePicker component with the given arguments.
GeneratedVaadinTimePicker(T, T, Class<P>, SerializableBiFunction<R, P, T>, SerializableBiFunction<R, T, P>) - Constructor for class com.vaadin.flow.component.timepicker.GeneratedVaadinTimePicker
Constructs a new GeneratedVaadinTimePicker component with the given arguments.
GeneratedVaadinTimePicker() - Constructor for class com.vaadin.flow.component.timepicker.GeneratedVaadinTimePicker
Default constructor.
GeneratedVaadinTimePicker.InvalidChangeEvent<R extends GeneratedVaadinTimePicker<R,?>> - Class in com.vaadin.flow.component.timepicker
 
GeneratedVaadinUpload<R extends GeneratedVaadinUpload<R>> - Class in com.vaadin.flow.component.upload
Description copied from corresponding location in WebComponent:
GeneratedVaadinUpload() - Constructor for class com.vaadin.flow.component.upload.GeneratedVaadinUpload
 
GeneratedVaadinUpload.FileRejectEvent<R extends GeneratedVaadinUpload<R>> - Class in com.vaadin.flow.component.upload
 
GeneratedVaadinUpload.FilesChangeEvent<R extends GeneratedVaadinUpload<R>> - Class in com.vaadin.flow.component.upload
 
GeneratedVaadinUpload.MaxFilesReachedChangeEvent<R extends GeneratedVaadinUpload<R>> - Class in com.vaadin.flow.component.upload
 
GeneratedVaadinUpload.UploadAbortEvent<R extends GeneratedVaadinUpload<R>> - Class in com.vaadin.flow.component.upload
 
GeneratedVaadinUpload.UploadBeforeEvent<R extends GeneratedVaadinUpload<R>> - Class in com.vaadin.flow.component.upload
 
GeneratedVaadinUpload.UploadErrorEvent<R extends GeneratedVaadinUpload<R>> - Class in com.vaadin.flow.component.upload
 
GeneratedVaadinUpload.UploadProgressEvent<R extends GeneratedVaadinUpload<R>> - Class in com.vaadin.flow.component.upload
 
GeneratedVaadinUpload.UploadRequestEvent<R extends GeneratedVaadinUpload<R>> - Class in com.vaadin.flow.component.upload
 
GeneratedVaadinUpload.UploadResponseEvent<R extends GeneratedVaadinUpload<R>> - Class in com.vaadin.flow.component.upload
 
GeneratedVaadinUpload.UploadRetryEvent<R extends GeneratedVaadinUpload<R>> - Class in com.vaadin.flow.component.upload
 
GeneratedVaadinUpload.UploadStartEvent<R extends GeneratedVaadinUpload<R>> - Class in com.vaadin.flow.component.upload
 
GeneratedVaadinUpload.UploadSuccessEvent<R extends GeneratedVaadinUpload<R>> - Class in com.vaadin.flow.component.upload
 
GeneratedVaadinUploadFile<R extends GeneratedVaadinUploadFile<R>> - Class in com.vaadin.flow.component.upload
Description copied from corresponding location in WebComponent:
GeneratedVaadinUploadFile() - Constructor for class com.vaadin.flow.component.upload.GeneratedVaadinUploadFile
 
GeneratedVaadinUploadFile.FileAbortEvent<R extends GeneratedVaadinUploadFile<R>> - Class in com.vaadin.flow.component.upload
 
GeneratedVaadinUploadFile.FileRemoveEvent<R extends GeneratedVaadinUploadFile<R>> - Class in com.vaadin.flow.component.upload
 
GeneratedVaadinUploadFile.FileRetryEvent<R extends GeneratedVaadinUploadFile<R>> - Class in com.vaadin.flow.component.upload
 
GeneratedVaadinUploadFile.FileStartEvent<R extends GeneratedVaadinUploadFile<R>> - Class in com.vaadin.flow.component.upload
 
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
 
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.
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.
generateURI(String, String) - Static method in class com.vaadin.flow.server.communication.StreamRequestHandler
Generates URI string for a dynamic resource using its id and name.
get(String) - Method in class com.vaadin.flow.component.charts.model.DataSeries
 
get(int) - Method in class com.vaadin.flow.component.charts.model.DataSeries
Returns DataSeriesItem at given index
get(PropertyDescriptor<?, T>) - Method in class com.vaadin.flow.component.Component
Gets the value of the given component property.
get(HasElement) - Method in interface com.vaadin.flow.component.PropertyDescriptor
Gets the property value for the given component.
get(Element) - Method in interface com.vaadin.flow.component.PropertyDescriptor
Gets the property value for the given element.
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(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(UI) - Static method in interface com.vaadin.flow.di.Instantiator
Gets the instantiator to use for the given UI.
get(StateNode) - Static method in class com.vaadin.flow.dom.Element
Gets the element 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() - Static method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
Gets the one and only instance.
get(String) - Method in class com.vaadin.flow.dom.impl.BasicElementStyle
 
get() - Static method in class com.vaadin.flow.dom.impl.BasicTextElementStateProvider
Gets the one and only instance.
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() - Static method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
Gets the one and only instance.
get(StateNode) - Static method in class com.vaadin.flow.dom.ShadowRoot
Gets the shadow root instance mapped to the given state node.
get(String) - Method in interface com.vaadin.flow.dom.Style
Gets the value of the given style property.
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.internal.nodefeature.ElementAttributeMap
Gets the value of an attribute.
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(String) - Method in class com.vaadin.flow.internal.nodefeature.NodeMap
Gets the value corresponding to the given key.
get(int) - Method in class com.vaadin.flow.internal.nodefeature.VirtualChildrenList
 
get() - Static method in class com.vaadin.flow.internal.NullOwner
Gets the singleton null owner instance.
get(Class<? extends C>) - Method in class com.vaadin.flow.internal.ReflectionCache
Gets a cached value.
get() - Static method in class com.vaadin.flow.server.DefaultSystemMessagesProvider
Gets the instance.
get() - Method in class com.vaadin.flow.server.FutureAccess
 
get(Class<?>) - Static method in class com.vaadin.flow.templatemodel.BasicComplexModelType
Gets the basic model type definition for the given Java class.
get(Class<?>) - Static method in class com.vaadin.flow.templatemodel.BasicModelType
Gets the basic model type definition for the given Java class.
get(Class<T>) - Static method in class com.vaadin.flow.templatemodel.ModelDescriptor
Gets the model descriptor for a model type.
get(int) - Method in class com.vaadin.flow.templatemodel.TemplateModelListProxy
 
get(String) - Static method in class com.vaadin.testbench.CyclicObjectWorkaround
Produces Javascript which modifies a given object (list) so that it can be returned to the test.
get(int) - Method in class com.vaadin.testbench.ElementQuery
Executes the search and returns the requested element.
get(String) - Method in class com.vaadin.testbench.TestBenchDriverProxy
 
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.
getAbsoluteX() - Method in interface com.vaadin.flow.component.charts.events.ClickEvent
 
getAbsoluteX() - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
 
getAbsoluteY() - Method in interface com.vaadin.flow.component.charts.events.ClickEvent
 
getAbsoluteY() - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
 
getAcceptedFileTypes() - Method in class com.vaadin.flow.component.upload.Upload
Get the list of accepted file types for upload.
getAcceptString() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
Description copied from corresponding location in WebComponent:
getAction() - Method in class com.vaadin.flow.component.login.AbstractLogin
Returns the action defined for a login form.
getActiveChain() - Method in class com.vaadin.flow.router.AfterNavigationEvent
Get the active chain that we have after navigation.
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.
getAdaptToUpdatedData() - Method in class com.vaadin.flow.component.charts.model.Navigator
 
getAddedBootstrapListeners() - Method in class com.vaadin.flow.server.ServiceInitEvent
Gets a stream of all bootstrap listeners that have been added for the service.
getAddedDependencyFilters() - Method in class com.vaadin.flow.server.ServiceInitEvent
Gets a stream of all dependency filters that have been added for the service.
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.
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.
getAfterNavigationEvent() - Method in class com.vaadin.flow.server.InitialPageSettings
Get the after navigation event.
getAlias() - Method in class com.vaadin.flow.component.combobox.osgi.ComboBoxConnectorResource
 
getAlias() - Method in class com.vaadin.flow.component.contextmenu.osgi.ContextMenuConectorResource
 
getAlias() - Method in class com.vaadin.flow.component.datepicker.osgi.DatePickerResource
 
getAlias() - Method in class com.vaadin.flow.component.timepicker.osgi.TimePickerResource
 
getAlias() - Method in class com.vaadin.flow.data.osgi.FlowComponentRendererResource
 
getAlias() - Method in class com.vaadin.flow.push.osgi.PushOsgiStaticResource
 
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
getAlignItems() - Method in interface com.vaadin.flow.component.orderedlayout.FlexComponent
Gets the default alignment used by all components without individual alignments inside the layout.
getAlignItems() - Method in class com.vaadin.flow.component.orderedlayout.HorizontalLayout
getAlignItems() - Method in class com.vaadin.flow.component.orderedlayout.VerticalLayout
getAlignLeft() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
Gets the translated word for alignLeft
getAlignRight() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
Gets the translated word for alignRight
getAlignSelf(HasElement) - Method in interface com.vaadin.flow.component.orderedlayout.FlexComponent
Gets the individual alignment of a given element container.
getAlignSelf(HasElement) - Method in class com.vaadin.flow.component.orderedlayout.HorizontalLayout
getAlignSelf(HasElement) - Method in class com.vaadin.flow.component.orderedlayout.VerticalLayout
getAlignTicks() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
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
 
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.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.PlotOptionsTreemap
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getAllSelectedItems() - Method in class com.vaadin.flow.data.selection.MultiSelectionEvent
 
getAllSelectedItems() - Method in interface com.vaadin.flow.data.selection.SelectionEvent
Gets all the currently selected items.
getAllSelectedItems() - Method in class com.vaadin.flow.data.selection.SingleSelectionEvent
 
getAllSessions(HttpSession) - Static method in class com.vaadin.flow.server.VaadinSession
Retrieves all VaadinSessions which are stored in the given HTTP session.
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.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
 
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.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.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.PlotOptionsTreemap
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
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.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.PointOptions
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getAnnotationFor(Field, Class<T>) - Static method in class com.vaadin.flow.internal.AnnotationReader
Helper to get an annotation for a field.
getAnnotationFor(Class<?>, Class<T>) - Static method in class com.vaadin.flow.internal.AnnotationReader
Helper to get an annotation for a class.
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
 
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.
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.
getAppLayout() - Method in class com.vaadin.flow.component.applayout.AbstractAppRouterLayout
 
getAppLayoutMenu() - Method in class com.vaadin.flow.component.applayout.AbstractAppRouterLayout
 
getAppLayoutMenuElement() - Method in class com.vaadin.flow.component.applayout.testbench.AppLayoutElement
 
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.PropertyDeploymentConfiguration
 
getApplicationParameters() - Method in class com.vaadin.flow.server.BootstrapHandler.BootstrapContext
Gets the application parameters specified by the BootstrapHandler.
getApplicationParameters(BootstrapHandler.BootstrapContext) - Static method in class com.vaadin.flow.server.BootstrapHandler
 
getApplicationProperty(String) - Method in class com.vaadin.flow.server.PropertyDeploymentConfiguration
Gets an application property value.
getApplicationUrl(HttpServletRequest) - Method in class com.vaadin.flow.server.VaadinServlet
Deprecated.
As of 7.0. Will likely change or be removed in a future version
getAppName() - Method in class com.vaadin.flow.server.PwaConfiguration
Gets the application name.
getAriaLabelString() - Method in class com.vaadin.flow.component.dialog.GeneratedVaadinDialog
Description copied from corresponding location in WebComponent:
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(String) - Method in class com.vaadin.flow.dom.Element
Gets the value of the given attribute.
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(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(StateNode, String) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
 
getAttribute(Element) - Method in class com.vaadin.flow.dom.impl.StyleAttributeHandler
 
getAttribute(String) - Method in class com.vaadin.flow.server.Attributes
Gets a stored attribute value.
getAttribute(Class<T>) - Method in class com.vaadin.flow.server.Attributes
Gets a stored attribute value.
getAttribute(String) - Method in class com.vaadin.flow.server.osgi.OSGiAccess.OSGiServletContext
 
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(Class<T>) - 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
 
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(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
 
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.
getAuthType() - Method in interface com.vaadin.flow.server.VaadinRequest
Returns the name of the authentication scheme used for the connection between client and server, for example, BASIC_AUTH, CLIENT_CERT_AUTH, a custom one or null if there was no authentication.
getAutocapitalize() - Method in interface com.vaadin.flow.component.textfield.HasAutocapitalize
Gets the Autocapitalize for indicating whether the value of this component can be automatically completed by the browser.
getAutocapitalizeString() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
Description copied from corresponding location in WebComponent:
getAutocapitalizeString() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Description copied from corresponding location in WebComponent:
getAutocomplete() - Method in interface com.vaadin.flow.component.textfield.HasAutocomplete
Gets the Autocomplete option of the field.
getAutocompleteString() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
Description copied from corresponding location in WebComponent:
getAutocompleteString() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Description copied from corresponding location in WebComponent:
getAutocorrectString() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
Description copied from corresponding location in WebComponent:
getAutocorrectString() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Description copied from corresponding location in WebComponent:
getAutoRotation() - Method in class com.vaadin.flow.component.charts.model.Labels
 
getAutoRotationLimit() - Method in class com.vaadin.flow.component.charts.model.Labels
 
getAvailableRoutes() - Method in class com.vaadin.flow.router.RouteConfiguration
Get the RouteData for all registered navigation targets.
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
 
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
 
getBackgroundColor() - Method in class com.vaadin.flow.server.PwaConfiguration
Gets the background color of the application.
getBarBorderRadius() - Method in class com.vaadin.flow.component.charts.model.Scrollbar
 
getBarBorderWidth() - Method in class com.vaadin.flow.component.charts.model.Scrollbar
 
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
 
getBean() - Method in class com.vaadin.flow.data.binder.Binder
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
 
getBeanPropertyDescriptors(Class<?>) - Static method in class com.vaadin.flow.internal.BeanUtil
Returns the property descriptors of a class or an interface.
getBeanState(BEAN, Collection<Binder.Binding<BEAN, ?>>) - Method in class com.vaadin.flow.data.binder.Binder
Stores the state of the given bean.
getBeanType() - Method in class com.vaadin.flow.component.crud.Crud
Gets the runtime bean type information
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.
getBeta() - Method in class com.vaadin.flow.component.charts.model.Options3d
 
getBinder() - Method in interface com.vaadin.flow.component.grid.editor.Editor
Returns the underlying Binder from Editor.
getBinder() - Method in class com.vaadin.flow.component.grid.editor.EditorImpl
 
getBinder() - Method in class com.vaadin.flow.data.binder.Binder.BindingBuilderImpl
Returns the Binder connected to this Binding instance.
getBinder() - Method in class com.vaadin.flow.data.binder.Binder.BindingImpl
Returns the Binder connected to this Binding instance.
getBinder() - Method in class com.vaadin.flow.data.binder.BinderValidationStatus
Gets the source binder of the status.
getBinder() - Method in class com.vaadin.flow.data.binder.StatusChangeEvent
Gets the binder.
getBinding(String) - Method in class com.vaadin.flow.data.binder.Binder
Gets the binding for a property name.
getBinding() - Method in class com.vaadin.flow.data.binder.BindingValidationStatus
Gets the source binding of the validation status.
getBindings() - Method in class com.vaadin.flow.data.binder.Binder
Returns the bindings for this binder.
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
getBodyAttributes(String) - Method in interface com.vaadin.flow.theme.AbstractTheme
Gets the attributes that should be set on the <body> element when the Theme variant is applied.
getBodyAttributes(String) - Method in class com.vaadin.flow.theme.lumo.Lumo
 
getBodyAttributes(String) - Method in class com.vaadin.flow.theme.material.Material
 
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
getBootstrapListeners(Stream<BootstrapListener>) - Method in interface com.vaadin.flow.di.Instantiator
Processes the available bootstrap listeners.
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.Legend
 
getBorderRadius() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
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.PlotOptionsWaterfall
 
getBorderRadius() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getBottom() - Method in class com.vaadin.flow.component.charts.model.Frame
 
getBottomLevelColumn() - Method in class com.vaadin.flow.component.grid.Grid.Column
 
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.
getBranding() - Method in class com.vaadin.flow.component.applayout.testbench.AppLayoutElement
 
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
 
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.DependencyFilter.FilterContext
Gets the browser info needed for filtering.
getBrowser() - Method in class com.vaadin.flow.server.InitialPageSettings
Get the web browser used for the request used for these settings.
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.
getBuildIdentifier() - Static method in class com.vaadin.flow.server.Version
Gets the version qualifier, qualifier in x.y.z.qualifier.
getButton() - Method in interface com.vaadin.flow.component.charts.events.ClickEvent
 
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
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
 
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
 
getButtonSpacing() - Method in class com.vaadin.flow.component.charts.model.RangeSelector
 
getByIdentifier(String) - Static method in enum com.vaadin.flow.shared.ui.Transport
Returns a Transport by its identifier.
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.
getCalendar() - Method in class com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n
Gets the translated word for calendar.
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.
getCancel() - Method in class com.vaadin.flow.component.upload.UploadI18N
Get cancel translation.
getCancelButton() - Method in class com.vaadin.flow.component.confirmdialog.testbench.ConfirmDialogElement
 
getCancelingRelativePath(String) - Static method in class com.vaadin.flow.server.ServletHelper
Gets a relative path that cancels the provided path.
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.
getCaptureString() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
Description copied from corresponding location in WebComponent:
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.
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, GridColumnElement) - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Gets the grid cell for the given row and column.
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.
getCell(GridColumnElement) - Method in class com.vaadin.flow.component.grid.testbench.GridTRElement
Gets the cell for the given column in this row.
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, GridProColumnElement) - Method in class com.vaadin.flow.component.gridpro.testbench.GridProElement
Gets the grid cell for the given row and column.
getCell(GridProColumnElement) - Method in class com.vaadin.flow.component.gridpro.testbench.GridTRElement
Gets the cell for the given column in this row.
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
 
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.
getCharacterEncoding() - Method in interface com.vaadin.flow.server.VaadinRequest
Returns the name of the character encoding used in the body of this request.
getChart() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
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.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.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.PlotOptionsTreemap
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getChild(int) - Method in class com.vaadin.flow.dom.Element
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
 
getChild(int) - Method in class com.vaadin.flow.dom.Node
Returns the child element at the given position.
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(HierarchicalQuery<T, SerializablePredicate<T>>) - Method in class com.vaadin.flow.data.provider.hierarchy.TreeDataProvider
 
getChildCount() - Method in class com.vaadin.flow.dom.Element
Gets the number of child elements.
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
 
getChildCount() - Method in class com.vaadin.flow.dom.Node
Gets the number of child elements.
getChildren() - Method in class com.vaadin.flow.component.board.testbench.RowElement
Returns all the immediate child elements of this row.
getChildren() - Method in class com.vaadin.flow.component.Component
Gets the child components of this component.
getChildren() - Method in class com.vaadin.flow.component.Composite
Gets the child components of this composite.
getChildren() - Method in class com.vaadin.flow.component.contextmenu.ContextMenuBase
Gets the child components of this component.
getChildren() - Method in class com.vaadin.flow.component.contextmenu.MenuManager
Gets all (sub)menu children.
getChildren() - Method in class com.vaadin.flow.component.contextmenu.SubMenuBase
Gets the child components of this sub menu.
getChildren() - Method in class com.vaadin.flow.component.dialog.Dialog
 
getChildren() - Method in class com.vaadin.flow.component.notification.Notification
 
getChildren() - Method in class com.vaadin.flow.component.polymertemplate.PolymerTemplate
Gets the child components of this component.
getChildren() - Method in class com.vaadin.flow.component.select.Select
 
getChildren(T) - Method in class com.vaadin.flow.data.provider.hierarchy.TreeData
Get the immediate child items for the given item.
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.
getClassList() - Method in class com.vaadin.flow.dom.Element
Gets the set of CSS class names used for this element.
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
 
getClassList() - Method in class com.vaadin.flow.internal.nodefeature.ElementClassList
Creates a view into this list.
getClassLoader() - Method in class com.vaadin.flow.server.VaadinService
Gets the class loader to use for loading classes loaded by name, e.g.
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.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.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.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.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.PlotOptionsTreemap
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
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.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 interface com.vaadin.flow.component.HasStyle
Gets the set of CSS class names used for this element.
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
getClear() - Method in class com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n
Gets the translated word for clear.
getClickCount() - Method in class com.vaadin.flow.component.ClickEvent
Gets the number of consecutive clicks recently recorded.
getClientName() - Method in enum com.vaadin.flow.component.notification.Notification.Position
Gets name that is used in the client side representation of the component.
getClientToServerId() - Method in class com.vaadin.flow.server.communication.ServerRpcHandler.RpcRequest
Gets the id of the client to server message.
getClientUpdateAllowedProperties(Set<String>) - Method in class com.vaadin.flow.templatemodel.BeanModelType
Gets a map whose keys are all properties (including subproperties) that allowed to be updated from the client-side and values indicate the property getter presence.
getClientUpdateMode(BeanModelType.BeanModelTypeProperty) - Method in class com.vaadin.flow.templatemodel.BeanModelType
Gets the client update mode for a property.
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.
getClose() - Method in class com.vaadin.flow.component.charts.model.OhlcItem
 
getCloseOnString() - Method in class com.vaadin.flow.component.contextmenu.GeneratedVaadinContextMenu
Description copied from corresponding location in WebComponent:
getCode() - Method in class com.vaadin.flow.component.internal.KeyboardEvent
Gets the code of the event.
getCodeBlock() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
Gets the translated word for codeBlock
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.Side
 
getColor() - Method in class com.vaadin.flow.component.charts.model.style.LabelStyle
 
getColor() - Method in class com.vaadin.flow.component.charts.model.Top
 
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.icon.IronIcon
Gets the fill color of this icon as a String.
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.PlotOptionsBar
 
getColorByPoint() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
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.PlotOptionsTreemap
 
getColorByPoint() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getColorCount() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
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.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.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.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.PlotOptionsTreemap
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getColors() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getColorValue() - Method in class com.vaadin.flow.component.charts.model.TreeSeriesItem
 
getColsize() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getColumn(String) - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Gets the column with the given header text.
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.
getColumnByKey(String) - Method in class com.vaadin.flow.component.grid.Grid
Gets a Grid.Column of this grid by its key.
getColumnLayers() - Method in class com.vaadin.flow.component.grid.Grid
 
getColumns() - Method in class com.vaadin.flow.component.grid.Grid
Gets an unmodifiable list of all Grid.Columns currently in this Grid.
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
 
getComponent() - Method in class com.vaadin.flow.data.binder.ValueContext
Returns an Optional for the Component related to value conversion.
getComponent() - Method in class com.vaadin.flow.dom.Element
Gets the component this element has been mapped to, if any.
getComponent(StateNode) - Method in interface com.vaadin.flow.dom.ElementStateProvider
Gets the component this element is mapped to.
getComponent() - Method in class com.vaadin.flow.internal.nodefeature.ComponentMapping
Gets the component this node has been mapped to, if any.
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.
getComponentCount() - Method in interface com.vaadin.flow.component.HasOrderedComponents
Gets the number of children components.
getComponentRenderer() - Method in class com.vaadin.flow.data.provider.ComponentDataGenerator
 
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
 
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.router.internal.AbstractRouteRegistry
Get the current valid configuration.
getConfiguration() - Method in class com.vaadin.flow.server.VaadinSession
Gets the configuration for this session.
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
 
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
 
getConnecting() - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Status
Get connecting translation.
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
 
getConnectorPadding() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getConnectorPadding() - 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.provider.ComponentDataGenerator
 
getContent() - Method in class com.vaadin.flow.component.applayout.AppLayout
Returns the Element
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 via Details.addContent(Component...)
getContent() - Method in class com.vaadin.flow.component.details.testbench.DetailsElement
Returns content element
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 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().
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.cookieconsent.testbench.CookieConsentElement
 
getContext() - Method in class com.vaadin.flow.component.dialog.testbench.DialogElement
 
getContext() - Method in class com.vaadin.flow.component.grid.testbench.GridTHTDElement
 
getContext() - Method in class com.vaadin.flow.component.gridpro.testbench.GridTHTDElement
 
getContext() - Method in class com.vaadin.flow.component.notification.testbench.NotificationElement
 
getContext() - Method in class com.vaadin.testbench.ElementQuery
Return 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.
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) - Static method in class com.vaadin.flow.server.ServletHelper
Gets a relative path you can use to refer to the context root.
getContinueNavigationAction() - Method in class com.vaadin.flow.component.internal.UIInternals
getContinueNavigationAction() - Method in class com.vaadin.flow.router.BeforeLeaveEvent
Gets the action used to resume this event, if it was postponed.
getContributions() - Method in class com.vaadin.flow.component.grid.osgi.GridContributor
 
getContributions() - Method in class com.vaadin.flow.component.ironlist.osgi.IronListContributor
 
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.
getCount() - Method in class com.vaadin.flow.component.charts.model.RangeSelectorButton
 
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
 
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.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.PlotOptionsHeatmap
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
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.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
 
getCsrfToken() - Method in class com.vaadin.flow.server.communication.ServerRpcHandler.RpcRequest
Gets the CSRF security token (double submit cookie) for this request.
getCsrfToken() - Method in class com.vaadin.flow.server.VaadinSession
Gets the CSRF token (aka double submit cookie) that is used to protect against Cross Site Request Forgery attacks.
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.server.WebBrowser
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
 
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.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.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.PlotOptionsTreemap
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
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.
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.TreeSeries
Return an unmodifiable copy of the items in this series.
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.
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() - Method in class com.vaadin.flow.component.grid.Grid.UpdateQueue
getData() - Method in class com.vaadin.flow.component.internal.CompositionEvent
Gets the string being composed.
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.ironlist.IronList
Returns the data communicator of this list.
getDataCommunicator() - Method in class com.vaadin.flow.component.treegrid.TreeGrid
 
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 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.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.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.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.PlotOptionsTreemap
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getDataProvider() - Method in class com.vaadin.flow.component.charts.model.DataProviderSeries
Returns the underlying data provider.
getDataProvider() - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
Gets the data provider.
getDataProvider() - Method in class com.vaadin.flow.component.combobox.ComboBox
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.ironlist.IronList
Returns the data provider of this list.
getDataProvider() - Method in class com.vaadin.flow.component.listbox.ListBox
Gets the data provider.
getDataProvider() - Method in class com.vaadin.flow.component.radiobutton.RadioButtonGroup
Gets the data provider.
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.data.provider.DataCommunicator
Gets the current data provider from this DataCommunicator.
getDataProvider() - Method in interface com.vaadin.flow.data.provider.hierarchy.HasHierarchicalDataProvider
 
getDataProvider() - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalDataCommunicator
 
getDataProvider() - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchyMapper
Gets the HierarchicalDataProvider for this HierarchyMapper.
getDataProviderSize() - Method in class com.vaadin.flow.data.provider.DataCommunicator
Getter method for finding the size of DataProvider.
getDataProviderSize() - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalDataCommunicator
 
getDate() - Method in class com.vaadin.flow.component.datepicker.testbench.DatePickerElement
Gets the selected date
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.
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
 
getDecimalPoint() - Method in class com.vaadin.flow.component.charts.model.Lang
 
getDecodedType() - Method in interface com.vaadin.flow.templatemodel.ModelEncoder
Get the decoded type of this encoder.
getDefault() - Static method in class com.vaadin.flow.component.charts.model.ChartType
 
getDefaultCapabilities() - Static method in class com.vaadin.testbench.parallel.ParallelTest
 
getDefaultColumnFactory() - Method in class com.vaadin.flow.component.grid.Grid
Gives a reference to the column factory.
getDefaultFilter() - Static method in class com.vaadin.flow.data.binder.PropertyFilterDefinition
Get the default nested property filtering conditions.
getDefaultHeaderRow() - Method in class com.vaadin.flow.component.grid.Grid
 
getDefaultHorizontalComponentAlignment() - Method in class com.vaadin.flow.component.orderedlayout.VerticalLayout
Gets the default horizontal alignment used by all components without individual alignments inside the layout.
getDefaultValidator() - Method in interface com.vaadin.flow.data.binder.HasValidator
Returns a validator that checks the state of the Value.
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.
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
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 ( HtmlImport, JavaScript, StyleSheet and Uses).
getDependencies(T) - Method in class com.vaadin.flow.component.internal.DependencyTreeCache
Collects all transitive dependencies of the given node, including the node itself.
getDependencyFilters(Stream<DependencyFilter>) - Method in interface com.vaadin.flow.di.Instantiator
Processes the available dependency filters.
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.
getDependencyInfo(VaadinService) - Method in class com.vaadin.flow.component.internal.ComponentMetaData
Gets the dependencies, defined using annotations (HtmlImport, JavaScript, StyleSheet and Uses).
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.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.
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.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.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.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.PlotOptionsTreemap
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
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.
getDesiredCapabilities() - Method in enum 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.GeneratedVaadinComboBox.CustomValueSetEvent
 
getDetail() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload.FileRejectEvent
 
getDetail() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadAbortEvent
 
getDetail() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadBeforeEvent
 
getDetail() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadErrorEvent
 
getDetail() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadProgressEvent
 
getDetail() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadRequestEvent
 
getDetail() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadResponseEvent
 
getDetail() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadRetryEvent
 
getDetail() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadStartEvent
 
getDetail() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadSuccessEvent
 
getDetail() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUploadFile.FileAbortEvent
 
getDetail() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUploadFile.FileRemoveEvent
 
getDetail() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUploadFile.FileRetryEvent
 
getDetail() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUploadFile.FileStartEvent
 
getDetailError() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload.FileRejectEvent
 
getDetailFile() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload.FileRejectEvent
 
getDetailFile() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadAbortEvent
 
getDetailFile() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadBeforeEvent
 
getDetailFile() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadErrorEvent
 
getDetailFile() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadProgressEvent
 
getDetailFile() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadRequestEvent
 
getDetailFile() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadResponseEvent
 
getDetailFile() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadRetryEvent
 
getDetailFile() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadStartEvent
 
getDetailFile() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadSuccessEvent
 
getDetailFile() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUploadFile.FileAbortEvent
 
getDetailFile() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUploadFile.FileRemoveEvent
 
getDetailFile() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUploadFile.FileRetryEvent
 
getDetailFile() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUploadFile.FileStartEvent
 
getDetailFileUploadTarget() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadBeforeEvent
 
getDetailFormData() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadRequestEvent
 
getDetailsRow() - Method in class com.vaadin.flow.component.grid.testbench.GridTRElement
Gets the details container for this row.
getDetailXhr() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadAbortEvent
 
getDetailXhr() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadBeforeEvent
 
getDetailXhr() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadErrorEvent
 
getDetailXhr() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadProgressEvent
 
getDetailXhr() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadRequestEvent
 
getDetailXhr() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadResponseEvent
 
getDetailXhr() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadRetryEvent
 
getDetailXhr() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadStartEvent
 
getDetailXhr() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadSuccessEvent
 
getDevelopmentFrontendPrefix() - Method in interface com.vaadin.flow.function.DeploymentConfiguration
Gets the URL from which frontend resources should be loaded during development, unless explicitly configured to use the production es6 and es5 URLs.
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
 
getDialogGracePeriod() - Method in interface com.vaadin.flow.component.ReconnectDialogConfiguration
Gets the timeout (in milliseconds) between noticing a loss of connection and showing the dialog.
getDialogGracePeriod() - Method in class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap
 
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(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.
getDisabledUpdateMode(String) - Method in class com.vaadin.flow.internal.nodefeature.SynchronizedPropertiesList
Gets property update mode 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.
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.BootstrapPageResponse
Gets the document node representing the root of the DOM hierarchy that will be used to generate the HTML page.
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
 
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.
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 this TestBenchCommandExecutor
getDriver() - Method in interface com.vaadin.testbench.HasDriver
Return the WebDriver instance associated with the implementing class instance.
getDriver() - Method in class com.vaadin.testbench.TestBenchElement
 
getDriver() - Method in class com.vaadin.testbench.TestBenchTestCase
Returns the WebDriver instance previously specified by TestBenchTestCase.setDriver(org.openqa.selenium.WebDriver), or (if the previously provided WebDriver instance was not already a TestBenchDriverProxy instance) a TestBenchDriverProxy that wraps that driver.
getDropFiles() - Method in class com.vaadin.flow.component.upload.UploadI18N
Get drop translation.
getDropLabel() - Method in class com.vaadin.flow.component.upload.Upload
Get the component set as the drop label, if any.
getDropLabelIcon() - Method in class com.vaadin.flow.component.upload.Upload
Get the component set as the drop label icon, if any.
getDSTSavings() - Method in class com.vaadin.flow.server.WebBrowser
Returns the offset in milliseconds between the browser's GMT TimeZone and DST.
getDuration() - Method in class com.vaadin.flow.component.notification.Notification
Description copied from corresponding location in WebComponent:
getDurationDouble() - Method in class com.vaadin.flow.component.notification.GeneratedVaadinNotification
Description copied from corresponding location in WebComponent:
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.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
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
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.
getElement() - Method in class com.vaadin.flow.component.applayout.AbstractAppRouterLayout
 
getElement() - Method in class com.vaadin.flow.component.applayout.AppLayoutMenu
Gets the element associated with this instance.
getElement() - Method in class com.vaadin.flow.component.Component
Gets the root element of this component.
getElement() - Method in class com.vaadin.flow.component.Composite
Gets the root element of this composite.
getElement() - Method in class com.vaadin.flow.component.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.UI
Gets the element for this UI.
getElement(InitialPageSettings.Position) - Method in class com.vaadin.flow.server.InitialPageSettings
Get the list of links to append to head.
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.EmailField
 
getEmptyValue() - Method in class com.vaadin.flow.component.textfield.NumberField
Returns the value that represents an empty value.
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.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
 
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.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.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.PlotOptionsTreemap
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getEncodedType() - Method in interface com.vaadin.flow.templatemodel.ModelEncoder
Get the encoded type of this encoder.
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
 
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.
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.
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.
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.checkbox.CheckboxGroup
Gets the current error message from the checkbox group.
getErrorMessage() - Method in class com.vaadin.flow.component.combobox.ComboBox
Gets the current error message from the combobox.
getErrorMessage() - Method in class com.vaadin.flow.component.customfield.CustomField
 
getErrorMessage() - Method in class com.vaadin.flow.component.customfield.testbench.CustomFieldElement
 
getErrorMessage() - Method in class com.vaadin.flow.component.datepicker.DatePicker
Gets the current error message from the datepicker.
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 class com.vaadin.flow.component.radiobutton.RadioButtonGroup
Gets the current error message from the radio button group.
getErrorMessage() - Method in class com.vaadin.flow.component.select.Select
Gets the error message to show to the user on invalid selection
getErrorMessage() - Method in class com.vaadin.flow.component.textfield.EmailField
 
getErrorMessage() - Method in class com.vaadin.flow.component.textfield.NumberField
 
getErrorMessage() - Method in class com.vaadin.flow.component.textfield.PasswordField
 
getErrorMessage() - Method in class com.vaadin.flow.component.textfield.TextArea
 
getErrorMessage() - Method in class com.vaadin.flow.component.textfield.TextField
 
getErrorMessage() - Method in class com.vaadin.flow.component.timepicker.TimePicker
Gets the current error message from the time picker.
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.
getErrorMessageString() - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckboxGroup
Description copied from corresponding location in WebComponent:
getErrorMessageString() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
getErrorMessageString() - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
Description copied from corresponding location in WebComponent:
getErrorMessageString() - Method in class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioGroup
Description copied from corresponding location in WebComponent:
getErrorMessageString() - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Description copied from corresponding location in WebComponent:
getErrorMessageString() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
Description copied from corresponding location in WebComponent:
getErrorMessageString() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Description copied from corresponding location in WebComponent:
getErrorMessageString() - Method in class com.vaadin.flow.component.timepicker.GeneratedVaadinTimePicker
Description copied from corresponding location in WebComponent:
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
 
getErrorNavigationTarget(Exception) - Method in class com.vaadin.flow.server.startup.ApplicationRouteRegistry
Get a registered navigation target for given exception.
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
 
getEs5() - Static method in class com.vaadin.flow.server.startup.FakeBrowser
Gets the es6 singleton instance.
getEs5FrontendPrefix() - Method in interface com.vaadin.flow.function.DeploymentConfiguration
Gets the URL from which frontend resources should be loaded in ES5 compatible browsers.
getEs6() - Static method in class com.vaadin.flow.server.startup.FakeBrowser
Gets the es6 singleton instance.
getEs6FrontendPrefix() - Method in interface com.vaadin.flow.function.DeploymentConfiguration
Gets the URL from which frontend resources should be loaded in ES6 compatible browsers.
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.
getEventDataExpressions(Class<? extends ComponentEvent<?>>) - Static method in class com.vaadin.flow.component.ComponentEventBusUtil
Gets a map of event data expression (for Element.addEventListener(String, com.vaadin.flow.dom.DomEventListener, String...) ) to Java type, with the same order as the parameters for the event constructor (as returned by ComponentEventBusUtil.getEventConstructor(Class)).
getEventHandlers() - Method in class com.vaadin.flow.data.renderer.Renderer
Gets the event handlers linked to this renderer.
getEventNames() - Method in class com.vaadin.flow.component.internal.ComponentMetaData.SynchronizedPropertyInfo
 
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.
getExecution() - Method in class com.vaadin.flow.internal.StateTree.BeforeClientResponseEntry
 
getExistingProperty(String) - Method in class com.vaadin.flow.templatemodel.BeanModelType
 
getExistingSession(VaadinRequest, boolean) - Method in class com.vaadin.flow.server.VaadinService
 
getExporting() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.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
 
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.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.
getFeatureIfInitialized(Class<T>) - Method in class com.vaadin.flow.internal.StateNode
Gets the feature of the given type if it has been initialized.
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.
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.
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.
getFileJsonObject() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUploadFile
This property is not synchronized automatically from the client side, so the returned value may not be the same as in client side.
getFilename() - Method in class com.vaadin.flow.component.charts.model.Exporting
 
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 interface com.vaadin.flow.server.StreamVariable.StreamingEvent
Get the file name for the stream.
getFiles() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload.FilesChangeEvent
 
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.
getFilesJsonArray() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
Description copied from corresponding location in WebComponent:
getFilter() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox.FilterChangeEvent
 
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.crud.CrudGrid
Gets the filter applied to this grid
getFilter(Query<T, Q>) - Method in class com.vaadin.flow.data.provider.ConfigurableFilterDataProviderWrapper
 
getFilter() - Method in class com.vaadin.flow.data.provider.DataCommunicator
Get the object used for filtering in this data communicator.
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() - 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.
getFilteredItemsJsonArray() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
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
getFilterFromIncludeExclude(Method) - Static method in class com.vaadin.flow.templatemodel.TemplateModelUtil
Gets a filter based on any @Include and/or @Exclude annotations present on the given method.
getFilterString() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
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.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
 
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.ironlist.testbench.IronListElement
Gets the index of the first row which is at least partially visible.
getFitToPlot() - Method in class com.vaadin.flow.component.charts.model.Options3d
 
getFlexGrow() - Method in class com.vaadin.flow.component.grid.Grid.Column
Gets the currently set flex grow value, by default 1.
getFlexGrow(HasElement) - Method in interface com.vaadin.flow.component.orderedlayout.FlexComponent
Gets the flex grow property of a given element container.
getFlexGrow() - Method in class com.vaadin.flow.component.tabs.Tab
Gets the flex grow property of this tab.
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
 
getFollowPointer() - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
 
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.LabelStyle
 
getFontSize() - Method in class com.vaadin.flow.component.charts.model.style.LabelStyle
 
getFontWeight() - Method in class com.vaadin.flow.component.charts.model.style.LabelStyle
 
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.testbench.GridElement
Gets the footer cell for the given visible column index.
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.
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
getFormat(Locale) - Method in class com.vaadin.flow.data.converter.StringToBigDecimalConverter
 
getFormat(Locale) - Method in class com.vaadin.flow.data.converter.StringToBigIntegerConverter
 
getFormat(Locale) - Method in class com.vaadin.flow.data.converter.StringToDateConverter
getFormat(Locale) - Method in class com.vaadin.flow.data.converter.StringToIntegerConverter
getFormat(Locale) - Method in class com.vaadin.flow.data.converter.StringToLongConverter
getFormattedValue(TARGET) - Method in class com.vaadin.flow.data.renderer.BasicRenderer
Gets the String representation of the target object, to be used inside the template.
getFormattedValue(LocalDate) - Method in class com.vaadin.flow.data.renderer.LocalDateRenderer
 
getFormattedValue(LocalDateTime) - Method in class com.vaadin.flow.data.renderer.LocalDateTimeRenderer
 
getFormattedValue(Number) - Method in class com.vaadin.flow.data.renderer.NumberRenderer
 
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
 
getFormDataNameString() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
Description copied from corresponding location in WebComponent:
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 to use if the user should be forwarded to some other view.
getForwardTargetType() - Method in class com.vaadin.flow.router.BeforeEvent
Get the forward target for forwarding.
getFrame() - Method in class com.vaadin.flow.component.charts.model.Options3d
 
getFrom() - Method in class com.vaadin.flow.component.charts.model.Breaks
 
getFrom() - Method in class com.vaadin.flow.component.charts.model.PlotBand
 
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.
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
 
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.PointOptions
 
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.
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.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.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.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
 
getGridLineInterpolation() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
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.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
 
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.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
 
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.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
 
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.
getHandlerAnnotation() - Method in class com.vaadin.flow.internal.nodefeature.AbstractServerHandlers
Gets the annotation which is used to mark methods as handlers.
getHandlerAnnotation() - Method in class com.vaadin.flow.internal.nodefeature.ClientCallableHandlers
 
getHandlerAnnotation() - Method in class com.vaadin.flow.internal.nodefeature.PolymerServerEventHandlers
 
getHasExpandedItems() - Method in class com.vaadin.flow.component.grid.GridArrayUpdater.UpdateQueueData
 
getHash() - Method in class com.vaadin.testbench.screenshot.ReferenceImageRepresentation.HashRepresentation
 
getHasValue() - Method in class com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent
getHasValue() - Method in interface com.vaadin.flow.component.HasValue.ValueChangeEvent
 
getHasValue() - Method in class com.vaadin.flow.data.binder.ValueContext
Returns an Optional for the HasValue used in the value conversion.
getHeader() - Method in class com.vaadin.flow.component.login.LoginI18n
 
getHeader(String) - Method in interface com.vaadin.flow.server.VaadinRequest
Gets the value of a request header, e.g.
getHeaderCell() - Method in class com.vaadin.flow.component.grid.testbench.GridColumnElement
Gets the header cell for this column.
getHeaderCell(int) - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Gets the header cell for the given visible column index.
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
 
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(String) - Method in interface com.vaadin.flow.server.VaadinRequest
Returns all the values of the specified request header as an Enumeration of String objects.
getHeadersJsonObject() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
Description copied from corresponding location in WebComponent:
getHeaderText() - Method in class com.vaadin.flow.component.confirmdialog.testbench.ConfirmDialogElement
 
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
 
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.YAxis
 
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.page.BrowserWindowResizeEvent
Gets the new browser window height.
getHeight() - Method in class com.vaadin.flow.server.PwaIcon
Gets height of an icon.
getHeld() - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Status
Get held translation.
getHideDelay() - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
 
getHideDelay() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
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
 
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.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.HTMLLabelItem
 
getHtmlImportAnnotations(Class<? extends Component>) - Static method in class com.vaadin.flow.internal.AnnotationReader
Finds all HtmlImport annotations on the given Component class, its super classes and implemented interfaces.
getHtmlImportDependencyCache() - Method in class com.vaadin.flow.server.VaadinService
Gets the HTML import dependency cache that is used by this service.
getHtmlImportUri() - Method in class com.vaadin.flow.component.polymertemplate.TemplateParser.TemplateData
Gets the HtmlImport uri where the template is declared.
getHtmlValue() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor
Value of the editor presented as HTML string.
getHtmlValueString() - Method in class com.vaadin.flow.component.richtexteditor.GeneratedVaadinRichTextEditor
Description copied from corresponding location in WebComponent:
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() - 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.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.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.
getI18nJsonArray() - Method in class com.vaadin.flow.component.richtexteditor.GeneratedVaadinRichTextEditor
Description copied from corresponding location in WebComponent:
getI18nJsonObject() - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
Description copied from corresponding location in WebComponent:
getI18nJsonObject() - Method in class com.vaadin.flow.component.timepicker.GeneratedVaadinTimePicker
Description copied from corresponding location in WebComponent:
getI18nJsonObject() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
Description copied from corresponding location in WebComponent:
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.
getIcon() - Method in class com.vaadin.flow.component.applayout.AppLayoutMenuItem
Returns icon
getIcon() - Method in class com.vaadin.flow.component.applayout.testbench.MenuItemElement
 
getIcon() - Method in class com.vaadin.flow.component.button.Button
Gets the component that is defined as the icon of this button.
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.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.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(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
 
getId() - Method in class com.vaadin.flow.internal.ConstantPoolKey
Gets the id used to identify the referenced JSON constant.
getId(Class<? extends NodeFeature>) - Static method in class com.vaadin.flow.internal.nodefeature.NodeFeatureRegistry
Gets the id of a node feature.
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.WrappedHttpSession
 
getId() - Method in interface com.vaadin.flow.server.WrappedSession
Gets a string with a unique identifier for the session.
getIdentifier() - Method in enum com.vaadin.flow.dom.DebouncePhase
Gets the string that is used to identify this phase.
getIdentifier() - Method in enum com.vaadin.flow.server.ServletHelper.RequestType
Returns the identifier for the request type.
getIdentifier() - Method in enum com.vaadin.flow.shared.ui.Transport
Gets the low level identifier for the transport.
getIgnoreHiddenPoint() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getIgnoreHiddenPoint() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
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.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.
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.
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 com.vaadin.flow.component.charts.model.AxisDimension
 
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.
getIndex() - Method in class com.vaadin.flow.internal.change.AbstractListChange
Gets the index of the change.
getIndexOf(T) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchyMapper
Finds the current index of given object.
getInitialPosition() - Method in class com.vaadin.flow.component.datepicker.DatePicker
Get the visible date when there is no value selected.
getInitialPositionString() - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
Description copied from corresponding location in WebComponent:
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(InitialPageSettings.Position) - Method in class com.vaadin.flow.server.InitialPageSettings
Get the list of inline objects to append to head.
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.gridpro.testbench.GridTHTDElement
 
getInnerHtml() - Method in class com.vaadin.flow.component.Html
Gets the inner HTML, i.e.
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
 
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
 
getInputEnabled() - Method in class com.vaadin.flow.component.charts.model.RangeSelector
 
getInputPosition() - Method in class com.vaadin.flow.component.charts.model.RangeSelector
 
getInputStream() - Method in class com.vaadin.flow.component.upload.receivers.FileBuffer
Get the input stream for file.
getInputStream() - Method in class com.vaadin.flow.component.upload.receivers.MemoryBuffer
Get the input stream for file with filename.
getInputStream(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.
getInputStream() - Method in interface com.vaadin.flow.server.VaadinRequest
Returns an input stream from which the request content can be read.
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
 
getInstallPrompt() - Method in class com.vaadin.flow.server.PwaRegistry
Html and js needed for pwa install prompt as a plain string.
getInstance() - Static method in class com.vaadin.flow.component.polymertemplate.DefaultTemplateParser
 
getInstance() - Static method in class com.vaadin.flow.server.osgi.OSGiAccess
Gets the singleton instance.
getInstance(ServletContext) - Static method in class com.vaadin.flow.server.PwaRegistry
Gets the pwa registry for the given servlet context.
getInstance(ServletContext) - Static method in class com.vaadin.flow.server.startup.ApplicationRouteRegistry
Gets the route 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.
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
 
getInvocationHandlers() - Method in class com.vaadin.flow.server.communication.ServerRpcHandler
Gets RpcInvocationHandlers map where the key is the type of the handler gotten via RpcInvocationHandler.getRpcType().
getItalic() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
Gets the translated word for italic
getItem() - Method in interface com.vaadin.flow.component.charts.events.HasItem
Returns the item that was clicked
getItem() - Method in class com.vaadin.flow.component.charts.events.internal.AbstractSeriesItemEvent
The item added.
getItem() - Method in class com.vaadin.flow.component.crud.BinderCrudEditor
 
getItem() - Method in class com.vaadin.flow.component.crud.Crud.EditEvent
 
getItem() - Method in interface com.vaadin.flow.component.crud.CrudEditor
Returns the item being edited.
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 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.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.HasItemsAndComponents.ItemComponent
 
getItem() - Method in class com.vaadin.flow.data.provider.DataChangeEvent.DataRefreshEvent
Gets the refreshed item.
getItem(String) - Method in class com.vaadin.flow.templatemodel.PathLookup
Gets the item for the provided full path.
getItemClickListeners() - Method in interface com.vaadin.flow.data.renderer.ClickableRenderer
Gets all registered listeners.
getItemClickListeners() - Method in class com.vaadin.flow.data.renderer.NativeButtonRenderer
 
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.ListBox
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.
getItemIdPathString() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
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 HasItem.getItem() 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
 
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.provider.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.ComboBox
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.select.Select
Gets the item label generator.
getItemLabelPathString() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
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 interface com.vaadin.flow.data.binder.HasItemsAndComponents
Gets the index of the child element that represents the given item.
getItemRenderer() - Method in class com.vaadin.flow.component.listbox.ListBox
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.charts.model.HTMLLabels
 
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.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.ListDataProvider
Returns the underlying data items.
getItemsJsonArray() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
getItemsStream() - Method in class com.vaadin.flow.component.select.testbench.SelectElement
 
getItemsWithChildrenRecursively(Collection<T>, int) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
Gets given items and their children recursively until the given depth.
getItemType() - Method in class com.vaadin.flow.templatemodel.ListModelType
Gets the item type.
getItemUpdater() - Method in class com.vaadin.flow.component.gridpro.GridPro.EditColumn
Gets the itemUpdater function that will be called on item changed.
getItemValuePathString() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
getItemWidth() - Method in class com.vaadin.flow.component.charts.model.Legend
 
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.
getJavaScriptAnnotations(Class<? extends Component>) - Static method in class com.vaadin.flow.internal.AnnotationReader
Finds all JavaScript annotations on the given Component class, its super classes and implemented interfaces.
getJavaType() - Method in class com.vaadin.flow.templatemodel.AbstractBasicModelType
 
getJavaType() - Method in class com.vaadin.flow.templatemodel.BeanModelType
 
getJavaType() - Method in class com.vaadin.flow.templatemodel.ConvertedModelType
 
getJavaType() - Method in class com.vaadin.flow.templatemodel.ListModelType
 
getJavaType() - Method in interface com.vaadin.flow.templatemodel.ModelType
Gets the Java Type that this model encapsulates.
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.
getJustifyContentMode() - Method in interface com.vaadin.flow.component.orderedlayout.FlexComponent
Gets the current justify content mode of the layout.
getKeepEditorOpen() - Method in class com.vaadin.flow.component.gridpro.GridPro
Gets the value of the webcomponent's property keepEditorOpen.
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.data.provider.DataCommunicator
Gets the DataKeyMapper used by this DataCommunicator.
getKeyModifiers() - Method in class com.vaadin.flow.component.ShortcutEvent
Set of KeyModifiers that, in combination with the primary key, triggered the shortcut.
getKeys() - Method in 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.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.PlotOptionsTreemap
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getKeys() - Method in interface com.vaadin.flow.component.Key
Returns the list (with at least one element) of printable representations of the key, which should reflect the key property in the JavaScript KeyboardEvent.
getKeys() - Method in enum 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.PlotBand
 
getLabel() - Method in class com.vaadin.flow.component.charts.model.PlotLine
 
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.combobox.ComboBox
Gets the label of the combobox.
getLabel() - Method in interface com.vaadin.flow.component.common.testbench.HasLabel
Gets the label for the element.
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.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.textfield.EmailField
String used for the label element.
getLabel() - Method in class com.vaadin.flow.component.textfield.NumberField
String used for the label element.
getLabel() - Method in class com.vaadin.flow.component.textfield.PasswordField
String used for the label element.
getLabel() - Method in class com.vaadin.flow.component.textfield.TextArea
String used for the label element.
getLabel() - Method in class com.vaadin.flow.component.textfield.TextField
String used for the label element.
getLabel() - Method in class com.vaadin.flow.component.timepicker.TimePicker
Gets the label of the time picker.
getLabelFormat() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getLabelFormatter() - Method in class com.vaadin.flow.component.charts.model.Legend
 
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.XAxis
 
getLabels() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getLabels() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getLabelString() - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckboxGroup
Description copied from corresponding location in WebComponent:
getLabelString() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
getLabelString() - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
Description copied from corresponding location in WebComponent:
getLabelString() - Method in class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioGroup
Description copied from corresponding location in WebComponent:
getLabelString() - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Description copied from corresponding location in WebComponent:
getLabelString() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
Description copied from corresponding location in WebComponent:
getLabelString() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Description copied from corresponding location in WebComponent:
getLabelString() - Method in class com.vaadin.flow.component.timepicker.GeneratedVaadinTimePicker
Description copied from corresponding location in WebComponent:
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.
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.
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.ironlist.testbench.IronListElement
Gets the index of the last row which is at least partially visible.
getLayout() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getLayoutAlgorithm() - Method in class com.vaadin.flow.component.charts.model.Level
 
getLayoutAlgorithm() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getLayoutStartingDirection() - Method in class com.vaadin.flow.component.charts.model.Level
 
getLayoutStartingDirection() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getLearnMoreLabel() - Method in class com.vaadin.flow.component.cookieconsent.testbench.CookieConsentElement
 
getLearnMoreLink() - Method in class com.vaadin.flow.component.cookieconsent.testbench.CookieConsentElement
 
getLearnMoreLinkElement() - Method in class com.vaadin.flow.component.cookieconsent.testbench.CookieConsentElement
 
getLeaveObservers() - Method in class com.vaadin.flow.router.internal.Postpone
Get BeforeLeaveHandlers that have been left over from a postpone.
getLeft() - Method in class com.vaadin.flow.component.charts.model.style.LabelStyle
 
getLegend() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
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.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.PointOptions
 
getLevel() - Method in class com.vaadin.flow.component.charts.model.Level
 
getLevelIsConstant() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getLevels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getLibURL() - Method in class com.vaadin.flow.component.charts.model.Exporting
 
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 class com.vaadin.flow.data.provider.Query
Gets the limit of items to fetch.
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
 
getLineHeight() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getLink() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
Gets the translated word for link
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.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.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.PlotOptionsTreemap
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
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
 
getListBullet() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
Gets the translated word for listBullet
getListenOnJsonObject() - Method in class com.vaadin.flow.component.contextmenu.GeneratedVaadinContextMenu
Description copied from corresponding location in WebComponent:
getListOrdered() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
Gets the translated word for listOrdered
getListProxy(String, Class<T>) - Method in interface com.vaadin.flow.templatemodel.TemplateModel
Gets a proxy of the given part of the model as a list of beans of the given type.
getListString() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Description copied from corresponding location in WebComponent:
getLiveRedraw() - Method in class com.vaadin.flow.component.charts.model.Scrollbar
 
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.
getLoadingIndicatorConfiguration() - Method in class com.vaadin.flow.server.InitialPageSettings
Returns the configuration object for loading indicator.
getLoadMode() - Method in class com.vaadin.flow.component.internal.ComponentMetaData.HtmlImportDependency
 
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.internal.CompositionEvent
Gets the optional Locale of the event.
getLocale() - Method in class com.vaadin.flow.component.timepicker.TimePicker
Gets the Locale for this time picker.
getLocale() - Method in class com.vaadin.flow.component.UI
Gets the locale for this UI.
getLocale() - Method in class com.vaadin.flow.data.binder.ValueContext
Returns an Optional for the Locale used in the value conversion.
getLocale() - Method in class com.vaadin.flow.i18n.LocaleChangeEvent
Get the new locale that was set.
getLocale() - 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.
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.
getLocation() - Method in class com.vaadin.flow.component.internal.KeyboardEvent
Gets the KeyLocation of the event.
getLocation() - Method in enum 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
 
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.flow.component.upload.receivers.AbstractFileBuffer
 
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
getLongPollingSuspendTimeout() - Method in class com.vaadin.flow.server.communication.PushHandler
Gets the timeout used for suspend calls when using long polling.
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.
getLumoThemeDefinition() - Static method in class com.vaadin.flow.theme.ThemeUtil
Gets the Lumo theme definition (default theme) if it's available in the classpath.
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
 
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
 
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.PointOptions
 
getMaskInside() - Method in class com.vaadin.flow.component.charts.model.Navigator
 
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.progressbar.ProgressBar
Gets the maximum bound of the progressbar.
getMax() - Method in class com.vaadin.flow.component.textfield.NumberField
The maximum value of the field.
getMaxAsStringString() - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
Description copied from corresponding location in WebComponent:
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
 
getMaxDouble() - Method in class com.vaadin.flow.component.progressbar.GeneratedVaadinProgressBar
Description copied from corresponding location in WebComponent:
getMaxDouble() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinNumberField
Description copied from corresponding location in WebComponent:
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.
getMaxFilesDouble() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
Description copied from corresponding location in WebComponent:
getMaxFileSize() - Method in class com.vaadin.flow.component.upload.Upload
Get the maximum allowed file size in the client-side, in bytes.
getMaxFileSizeDouble() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
Description copied from corresponding location in WebComponent:
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 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.
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.NumberField
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.
getMaxlengthDouble() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
Description copied from corresponding location in WebComponent:
getMaxlengthDouble() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Description copied from corresponding location in WebComponent:
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.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
 
getMaxScreenshotRetries() - Static method in class com.vaadin.testbench.Parameters
 
getMaxSize() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getMaxThreads() - Static method in class com.vaadin.testbench.Parameters
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 interface com.vaadin.flow.component.HasSize
Gets the max-width defined for the component.
getMedian() - Method in class com.vaadin.flow.component.charts.model.BoxPlotItem
 
getMedianWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getMenu() - Method in class com.vaadin.flow.component.applayout.AppLayout
 
getMenu(Class<T>) - Method in class com.vaadin.flow.component.applayout.testbench.AppLayoutElement
 
getMenuItemAt(int) - Method in class com.vaadin.flow.component.applayout.testbench.AppLayoutMenuElement
 
getMenuItemDefinitions() - Method in class com.vaadin.flow.component.charts.model.Exporting
 
getMenuItems() - Method in class com.vaadin.flow.component.applayout.testbench.AppLayoutMenuElement
 
getMenuItems() - Method in class com.vaadin.flow.component.charts.model.ContextButton
 
getMenuItemTargetingRoute(String) - Method in class com.vaadin.flow.component.applayout.AppLayoutMenu
Gets the first AppLayoutMenuItem targeting a route.
getMenuItemWithTitle(String) - Method in class com.vaadin.flow.component.applayout.testbench.AppLayoutMenuElement
 
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.
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.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(T) - Method in class com.vaadin.flow.data.validator.AbstractValidator
Returns the error message for the given value.
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
 
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.
getMethodString() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
Description copied from corresponding location in WebComponent:
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.receivers.FileData
Return the mimeType of this file.
getMIMEType() - Method in class com.vaadin.flow.component.upload.StartedEvent
Get the MIME type of the file.
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
 
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.progressbar.ProgressBar
Gets the minimum bound of the progressbar.
getMin() - Method in class com.vaadin.flow.component.textfield.NumberField
The minimum value of the field.
getMinAsStringString() - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
Description copied from corresponding location in WebComponent:
getMinColor() - Method in class com.vaadin.flow.component.charts.model.ColorAxis
 
getMinDouble() - Method in class com.vaadin.flow.component.progressbar.GeneratedVaadinProgressBar
Description copied from corresponding location in WebComponent:
getMinDouble() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinNumberField
Description copied from corresponding location in WebComponent:
getMinHeight() - Method in class com.vaadin.flow.component.charts.model.Condition
 
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.NumberField
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.
getMinlengthDouble() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
Description copied from corresponding location in WebComponent:
getMinlengthDouble() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Description copied from corresponding location in WebComponent:
getMinorTickInterval() - Method in class com.vaadin.flow.component.charts.model.Axis
 
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
 
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.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
 
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 interface com.vaadin.flow.component.HasSize
Gets the min-width defined for the component.
getModel() - Method in class com.vaadin.flow.component.polymertemplate.AbstractTemplate
Returns the model of this template.
getModel() - Method in class com.vaadin.flow.component.polymertemplate.PolymerTemplate
 
getModel(StateNode) - Static method in class com.vaadin.flow.internal.nodefeature.ElementPropertyMap
Gets the model map for the given node.
getModelType() - Method in class com.vaadin.flow.component.polymertemplate.AbstractTemplate
Gets the type of the template model to use with with this template.
getModelType(Type) - Method in class com.vaadin.flow.component.polymertemplate.PolymerTemplate
Get the ModelType for given class.
getModelTypeForProxy(Object) - Static method in class com.vaadin.flow.templatemodel.TemplateModelProxyHandler
Gets the model type that a proxy instance is bound to.
getModifiers() - Method in class com.vaadin.flow.component.internal.KeyboardEvent
Gets the set of KeyModifier of the event.
getModifiers() - Method in class com.vaadin.flow.component.ShortcutRegistration
Get a set of keys where each key is an instance of a KeyModifier.
getModule() - Static method in class com.vaadin.flow.component.charts.model.serializers.AxisListSerializer
 
getModule() - Static method in class com.vaadin.flow.component.charts.model.serializers.ChartEnumSerializer
 
getModule() - Static method in class com.vaadin.flow.component.charts.model.serializers.DateSerializer
 
getModule() - Static method in class com.vaadin.flow.component.charts.model.serializers.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
 
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
 
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.SeriesClickEvent
 
getName() - Method in class com.vaadin.flow.component.charts.events.ChartAddSeriesEvent
Gets the series name
getName() - Method in enum 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 enum com.vaadin.flow.component.charts.model.RangeSelectorTimespan
 
getName() - Method in interface com.vaadin.flow.component.charts.model.Series
 
getName() - Method in enum 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.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.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.testbench.parallel.ParallelRunner.TBMethod
 
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.
getNameString() - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox
This property is not synchronized automatically from the client side, so the returned value may not be the same as in client side.
getNameString() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
getNameString() - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
Description copied from corresponding location in WebComponent:
getNameString() - Method in class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioButton
This property is not synchronized automatically from the client side, so the returned value may not be the same as in client side.
getNameString() - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Description copied from corresponding location in WebComponent:
getNameString() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
Description copied from corresponding location in WebComponent:
getNameString() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Description copied from corresponding location in WebComponent:
getNameString() - Method in class com.vaadin.flow.component.timepicker.GeneratedVaadinTimePicker
Description copied from corresponding location in WebComponent:
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.internal.UIInternals
Get all registered listeners for given navigation handler type.
getNavigationListeners(Class<E>) - Method in class com.vaadin.flow.component.UI
Get all the registered listeners of the given navigation handler type.
getNavigationObservers() - Method in class com.vaadin.flow.router.internal.Postpone
Get BeforeEnterHandlers that have been left over from a postpone.
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 interface com.vaadin.flow.server.RouteRegistry
Gets the optional navigation target class for a given path.
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) - Method in class com.vaadin.flow.server.SessionRouteRegistry
 
getNavigationTarget(String, List<String>) - Method in class com.vaadin.flow.server.SessionRouteRegistry
 
getNavigationTarget(String) - Method in class com.vaadin.flow.server.startup.ApplicationRouteRegistry
 
getNavigationTarget(String, List<String>) - Method in class com.vaadin.flow.server.startup.ApplicationRouteRegistry
 
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.PointOptions
 
getNeckHeight() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getNeckWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
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.
getNewSelection() - Method in class com.vaadin.flow.data.selection.MultiSelectionEvent
Gets the new selection.
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(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
 
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.
getNodeById(int) - Method in class com.vaadin.flow.internal.StateTree
Finds a node with the given id.
getNodeIdPropertyName() - Method in class com.vaadin.flow.data.provider.ComponentDataGenerator
 
getNodeList() - Method in class com.vaadin.flow.internal.change.AbstractListChange
Gets a changed list.
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
 
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.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.
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.
getOldXValue() - Method in class com.vaadin.flow.component.charts.events.PointUpdateEvent
 
getOldYValue() - Method in class com.vaadin.flow.component.charts.events.PointUpdateEvent
 
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.
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.PlotOptionsTreemap
 
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.
getOpenOnString() - Method in class com.vaadin.flow.component.contextmenu.GeneratedVaadinContextMenu
Description copied from corresponding location in WebComponent:
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 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.combobox.testbench.ComboBoxElement
Gets a list of all available options.
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.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.
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.
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, 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.
getOrdinal() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getOrdinal() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
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.
getOrientationString() - Method in class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout
Description copied from corresponding location in WebComponent:
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.
getOsgiServletContext() - Method in class com.vaadin.flow.server.osgi.OSGiAccess
Gets a servlet context instance which is used to track registries which are storage of scanned classes.
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
 
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 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.
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
 
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.ShortcutRegistration
Component which owns the shortcuts key event listener.
getOwner() - Method in class com.vaadin.flow.internal.StateNode
Gets the node owner that this node currently belongs to.
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.
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.ComboBox
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.
getPageSizeDouble() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
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(int) - Method in class com.vaadin.flow.component.charts.model.PaneList
 
getPane() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getPane() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
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.
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
 
getParameters() - Method in class com.vaadin.flow.component.internal.UIInternals.JavaScriptInvocation
Gets the parameters to use when invoking the script.
getParameters() - Method in class com.vaadin.flow.router.QueryParameters
Returns query parameters information with support for multiple values corresponding to single parameter name.
getParameters() - Method in class com.vaadin.flow.router.RouteBaseData
Get Route url parameters if any.
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(T) - Method in class com.vaadin.flow.data.provider.hierarchy.TreeData
Get the parent item for the given item.
getParent() - Method in class com.vaadin.flow.dom.Element
Gets the parent element.
getParent(StateNode) - Method in interface com.vaadin.flow.dom.ElementStateProvider
Gets the parent element.
getParent(StateNode) - Method in class com.vaadin.flow.dom.impl.AbstractNodeStateProvider
 
getParent(StateNode) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
 
getParent(StateNode) - Method in class com.vaadin.flow.dom.impl.BasicTextElementStateProvider
 
getParent(StateNode) - Method in class com.vaadin.flow.internal.nodefeature.AttachExistingElementFeature
Gets parent Node of the registered node.
getParent() - Method in class com.vaadin.flow.internal.StateNode
Gets the parent node that this node belongs to.
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(String, Class<? extends Component>) - Method in class com.vaadin.flow.router.internal.ConfiguredRoutes
Return the parent layout chain for given navigation target on the target path.
getParentLayouts(Class<?>, String) - Static method in class com.vaadin.flow.router.internal.RouterUtil
Deprecated.
Get parent layouts for navigation target according to the Route or RouteAlias annotation.
getParentLayouts(Class<?>, String) - Static method in class com.vaadin.flow.router.internal.RouteUtil
Get parent layouts for navigation target according to the Route or RouteAlias annotation.
getParentLayouts() - Method in class com.vaadin.flow.router.RouteBaseData
Return the whole parent layout chain of route target.
getParentLayouts(Class<? extends Component>) - Method in class com.vaadin.flow.server.startup.RouteTarget
Get the parent layout chain defined for the given target.
getParentLayoutsForNonRouteTarget(Class<?>) - Static method in class com.vaadin.flow.router.internal.RouteUtil
Collect possible route parent layouts for a navigation target that is not annotated with Route nor RouteAlias, but may still contain ParentLayout.
getParentMenuItem() - Method in class com.vaadin.flow.component.contextmenu.SubMenuBase
Gets the menu item component that opens this sub menu overlay.
getParentNode() - Method in class com.vaadin.flow.dom.Node
Gets the parent node.
getParentNode() - Method in class com.vaadin.flow.dom.ShadowRoot
 
getParentOfItem(T) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchyMapper
Find parent for the given item among open folders.
getParentOptional() - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalQuery
Get an Optional of the hierarchical parent object.
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.
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() - Method in class com.vaadin.flow.component.combobox.osgi.ComboBoxConnectorResource
 
getPath() - Method in class com.vaadin.flow.component.contextmenu.osgi.ContextMenuConectorResource
 
getPath() - Method in class com.vaadin.flow.component.datepicker.osgi.DatePickerResource
 
getPath() - Method in class com.vaadin.flow.component.gridpro.GridPro.ItemPropertyChangedEvent
Gets the key of the column where item was edited.
getPath() - Method in class com.vaadin.flow.component.timepicker.osgi.TimePickerResource
 
getPath() - Method in class com.vaadin.flow.data.osgi.FlowComponentRendererResource
 
getPath() - Method in class com.vaadin.flow.push.osgi.PushOsgiStaticResource
 
getPath() - Method in class com.vaadin.flow.router.Location
Gets the path of this location as a string.
getPathInfo() - Method in interface com.vaadin.flow.server.VaadinRequest
Gets the path of the requested resource relative to the application.
getPathWithQueryParameters() - Method in class com.vaadin.flow.router.Location
Gets the path string with QueryParameters.
getPattern() - Method in class com.vaadin.flow.component.combobox.ComboBox
Gets the valid input pattern
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.NumberField
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.TextField
A regular expression that the value is checked against.
getPatternString() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
getPatternString() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Description copied from corresponding location in WebComponent:
getPatternString() - Method in class com.vaadin.flow.component.timepicker.GeneratedVaadinTimePicker
Description copied from corresponding location in WebComponent:
getPayload() - Method in class com.vaadin.flow.internal.nodefeature.ElementData
Gets the payload data of the element.
getPendingAccessQueue() - Method in class com.vaadin.flow.server.VaadinSession
Gets the queue of tasks submitted using VaadinSession.access(Command).
getPendingSendToClient() - Method in class com.vaadin.flow.component.internal.DependencyList
Returns a list of dependencies which should be sent to the client.
getPhase() - Method in class com.vaadin.flow.dom.DomEvent
Gets the debounce phase for which this event is fired.
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.ComboBox
Gets the placeholder of the combobox.
getPlaceholder() - Method in interface com.vaadin.flow.component.common.testbench.HasPlaceholder
Gets the placeholder for the element.
getPlaceholder() - Method in class com.vaadin.flow.component.datepicker.DatePicker
Gets the placeholder of the datepicker.
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.EmailField
A hint to the user of what can be entered in the component.
getPlaceholder() - Method in class com.vaadin.flow.component.textfield.NumberField
A hint to the user of what can be entered in the component.
getPlaceholder() - Method in class com.vaadin.flow.component.textfield.PasswordField
A hint to the user of what can be entered in the component.
getPlaceholder() - Method in class com.vaadin.flow.component.textfield.TextArea
A hint to the user of what can be entered in the component.
getPlaceholder() - Method in class com.vaadin.flow.component.textfield.TextField
A hint to the user of what can be entered in the component.
getPlaceholder() - Method in class com.vaadin.flow.component.timepicker.TimePicker
Gets the placeholder of the time picker.
getPlaceholderItem() - Method in class com.vaadin.flow.component.ironlist.IronList
Gets the placeholder item of this list, or null if none has been set.
getPlaceholderString() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
getPlaceholderString() - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
Description copied from corresponding location in WebComponent:
getPlaceholderString() - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Description copied from corresponding location in WebComponent:
getPlaceholderString() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
Description copied from corresponding location in WebComponent:
getPlaceholderString() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Description copied from corresponding location in WebComponent:
getPlaceholderString() - Method in class com.vaadin.flow.component.timepicker.GeneratedVaadinTimePicker
Description copied from corresponding location in WebComponent:
getPlatform(Capabilities) - Static method in class com.vaadin.testbench.parallel.BrowserUtil
Returns a human readable identifier of the platform described by the given capabilities.
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
 
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(ChartType) - Method in class com.vaadin.flow.component.charts.model.Configuration
Returns the plot options for a specific chart type used by this configuration.
getPlotOptions() - Method in interface com.vaadin.flow.component.charts.model.Series
Gets the plot options related to this specific series.
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.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.PlotOptionsTreemap
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
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.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.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.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
 
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.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.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.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.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
 
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.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
 
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.
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.LabelStyle
 
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:
getPositioner() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getPositionString() - Method in class com.vaadin.flow.component.notification.GeneratedVaadinNotification
Description copied from corresponding location in WebComponent:
getPrefix() - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.RemainingTime
Get prefix translation.
getPrefix() - Method in class com.vaadin.flow.templatemodel.PropertyFilter
Get the full path prefix of this property filter.
getPrefixComponent() - Method in interface com.vaadin.flow.component.textfield.HasPrefixAndSuffix
Gets the component in the prefix slot of this field.
getPreviousSibling(StateNode) - Method in class com.vaadin.flow.internal.nodefeature.AttachExistingElementFeature
Gets previous sibling of the registered node.
getPrimaryComponent() - Method in class com.vaadin.flow.component.splitlayout.SplitLayout
Get the component currently set to the primary split.
getPrimitiveDefaultValue(Class<?>) - Static method in class com.vaadin.flow.internal.ReflectTools
Gets default value for given primitiveType.
getPrintChart() - Method in class com.vaadin.flow.component.charts.model.Lang
 
getPrintMaxWidth() - Method in class com.vaadin.flow.component.charts.model.Exporting
 
getProcessing() - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Status
Get processing translation.
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.
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.
getProperty() - Method in class com.vaadin.flow.component.internal.ComponentMetaData.SynchronizedPropertyInfo
 
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, 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.dom.Element
Gets the value of the given property as a string.
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(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.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
 
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
 
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.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(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
 
getPropertyNames() - Method in class com.vaadin.flow.internal.nodefeature.AbstractPropertyMap
Gets the property names.
getPropertyNames() - Method in class com.vaadin.flow.templatemodel.BeanModelType
Gets the names of all properties in this bean type.
getPropertyRaw(String) - Method in class com.vaadin.flow.dom.Element
Gets the raw property value without any value conversion.
getPropertySet() - Method in class com.vaadin.flow.component.grid.Grid
Returns PropertySet of bean this Grid is constructed with via Grid.Grid(Class).
getPropertySet() - Method in class com.vaadin.flow.data.binder.AbstractBeanPropertyDefinition
 
getPropertySet() - Method in interface com.vaadin.flow.data.binder.PropertyDefinition
Gets the PropertySet that this property belongs to.
getPropertyString(String...) - Method in interface com.vaadin.testbench.HasPropertySettersGetters
Gets a JavaScript property of the given element as a string.
getPropertyString(String...) - Method in class com.vaadin.testbench.TestBenchElement
 
getPropertySynchronizationMode(String) - Method in class com.vaadin.flow.internal.nodefeature.ElementListenerMap
Gets the most permissive update mode for any event registration that is configured to synchronize the given property.
getPropertyType(Class<?>, String) - Static method in class com.vaadin.flow.internal.BeanUtil
Returns the type of the property with the given name and declaring class.
getPropertyType(Method) - Static method in class com.vaadin.flow.internal.ReflectTools
Returns property type from the given getter or setter method.
getPropertyType(String) - Method in class com.vaadin.flow.templatemodel.BeanModelType
Gets the type of the property with the given name.
getPropertyValue() - Method in enum 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
 
getProxy(String, Class<T>) - Method in interface com.vaadin.flow.templatemodel.TemplateModel
Gets a proxy of the given part of the model as a bean of the given type.
getProxyType() - Method in class com.vaadin.flow.templatemodel.BeanModelType
Gets the Class that proxies of this bean type should extend.
getPushConfiguration() - Method in class com.vaadin.flow.component.UI
Retrieves the object used for configuring the push channel.
getPushConfiguration() - Method in class com.vaadin.flow.server.InitialPageSettings
Returns 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
 
getPushUrl() - Method in interface com.vaadin.flow.component.PushConfiguration
Returns the URL to use for push requests.
getPushURL() - Method in interface com.vaadin.flow.function.DeploymentConfiguration
Returns the URL that bidirectional ("push") client-server communication should use.
getPushUrl() - Method in class com.vaadin.flow.internal.nodefeature.PushConfigurationMap
 
getPushURL() - Method in class com.vaadin.flow.server.DefaultDeploymentConfiguration
Returns the URL that bidirectional ("push") client-server communication should use.
getPushURL() - Method in class com.vaadin.flow.server.PropertyDeploymentConfiguration
 
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.VaadinService
 
getPwaRegistry() - Method in class com.vaadin.flow.server.VaadinServletService
 
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
Turns query parameters into query string that contains all parameter names and their values.
getR() - Method in class com.vaadin.flow.component.charts.model.style.ButtonTheme
 
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
 
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.server.WebBrowser
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.
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.
getReconnectDialogConfiguration() - Method in class com.vaadin.flow.server.InitialPageSettings
Returns the configuration object for 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
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
 
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
 
getRegistry() - Method in class com.vaadin.flow.router.Router
 
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.
getRemovedItem() - Method in class com.vaadin.flow.internal.change.ListRemoveChange
Gets the removed item.
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.
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.
getRepeat() - Method in class com.vaadin.flow.component.charts.model.Breaks
 
getRepresentations() - Method in class com.vaadin.testbench.screenshot.ReferenceImageRepresentation
 
getRequest() - Method in class com.vaadin.flow.server.BootstrapHandler.BootstrapContext
Gets the Vaadin/HTTP request.
getRequest() - Method in class com.vaadin.flow.server.BootstrapPageResponse
Gets the request for which the generated bootstrap HTML will be the response.
getRequest() - Method in class com.vaadin.flow.server.InitialPageSettings
Get the initial request for the settings.
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.
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.
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 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.
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
 
getResolvedPath() - Method in class com.vaadin.flow.router.NavigationState
Get the resolved path details for this navigation state.
getResource(String) - Method in interface com.vaadin.flow.client.ClientResources
Get content of the resource in the client-side module.
getResource(String) - Static method in class com.vaadin.flow.client.ClientResourcesUtils
Get content of the resource in the client-side module.
getResource(String) - Method in class com.vaadin.flow.client.DefaultClientResources
 
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(URI) - Method in class com.vaadin.flow.server.StreamResourceRegistry
Get a registered resource for given URI.
getResource(Class<T>, URI) - Method in class com.vaadin.flow.server.StreamResourceRegistry
Get a registered resource of given type.
getResource(String, WebBrowser, AbstractTheme) - Method in class com.vaadin.flow.server.VaadinService
Returns a URL to the resource at the given Vaadin URI.
getResource(String, WebBrowser, AbstractTheme) - Method in class com.vaadin.flow.server.VaadinServletService
 
getResourceAsStream(String, WebBrowser, AbstractTheme) - Method in class com.vaadin.flow.server.VaadinService
Opens a stream to to the resource at the given Vaadin URI.
getResourceAsStream(String, WebBrowser, AbstractTheme) - Method in class com.vaadin.flow.server.VaadinServletService
 
getResourceRegistry() - Method in class com.vaadin.flow.server.VaadinSession
Get resource registry instance.
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.
getResponse() - Method in class com.vaadin.flow.server.BootstrapPageResponse
Gets the HTTP response that serves the bootstrap page.
getResponsiveSteps() - Method in class com.vaadin.flow.component.formlayout.FormLayout
Get the list of FormLayout.ResponsiveSteps used to configure this layout.
getResponsiveStepsJsonObject() - Method in class com.vaadin.flow.component.formlayout.GeneratedVaadinFormLayout
Description copied from corresponding location in WebComponent:
getResult() - Method in class com.vaadin.flow.data.binder.BindingValidationStatus
Gets the validation result if status is either BindingValidationStatus.Status.OK or BindingValidationStatus.Status.ERROR or an empty optional if status is BindingValidationStatus.Status.UNRESOLVED.
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() - 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
 
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.
getRootUrl() - Method in class com.vaadin.flow.server.PwaConfiguration
Gets the application root url.
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
 
getRounded() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getRoute() - Method in class com.vaadin.flow.component.applayout.AppLayoutMenuItem
 
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) - 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.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.
getRouteLayouts(String, Class<? extends Component>) - Method in class com.vaadin.flow.router.internal.AbstractRouteRegistry
 
getRouteLayouts(String, Class<? extends Component>) - Method in interface com.vaadin.flow.server.RouteRegistry
Get the layout chain for given navigation target on the targeted path.
getRouteLayouts(String, Class<? extends Component>) - Method in class com.vaadin.flow.server.SessionRouteRegistry
 
getRoutePath(Class<?>, Route) - Static method in class com.vaadin.flow.router.internal.RouteUtil
Get the actual route path including all parent layout RoutePrefix.
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
Gets the router used for navigating in this UI.
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.
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.
getRoutes() - Method in class com.vaadin.flow.router.Router
Deprecated.
getRoutes() - Method in class com.vaadin.flow.server.startup.RouteTarget
Get all registered targets for this routeTarget as a iterable.
getRoutesByParent() - Method in class com.vaadin.flow.router.Router
Deprecated.
No replacement.
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(String) - Method in class com.vaadin.flow.router.internal.ConfiguredRoutes
Get the RouteTarget stored for the given path.
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.
getRouteTargetType() - Method in class com.vaadin.flow.router.BeforeEvent
Get the route target for rerouting.
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.testbench.GridElement
Gets the tr element for the given row index.
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.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.ironlist.testbench.IronListElement
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.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
 
getSandbox() - Method in class com.vaadin.flow.component.html.IFrame
Gets the list of sandbox attribute values.
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
 
getScreenHeight() - Method in class com.vaadin.flow.server.WebBrowser
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.server.WebBrowser
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.
getScrollbar() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getScrollbar() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getSecond() - Method in class com.vaadin.flow.component.charts.model.DateTimeLabelFormats
 
getSecondaryComponent() - Method in class com.vaadin.flow.component.splitlayout.SplitLayout
Get the component currently set to the secondary split.
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
 
getSegments() - Method in class com.vaadin.flow.router.Location
Gets all the path segments of this location.
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.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.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.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.PlotOptionsTreemap
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
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
 
getSelectedIndex() - Method in class com.vaadin.flow.component.tabs.Tabs
Gets the zero-based index of the currently selected tab.
getSelectedItem() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox.SelectedItemChangeEvent
 
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.
getSelectedItemJsonObject() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
getSelectedItems() - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
 
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 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.
getSelectedMenuItem() - Method in class com.vaadin.flow.component.applayout.AppLayoutMenu
Gets the currently selected menu item.
getSelectedMenuItem() - Method in class com.vaadin.flow.component.applayout.testbench.AppLayoutMenuElement
 
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.
getSelectedTabElement() - Method in class com.vaadin.flow.component.tabs.testbench.TabsElement
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.
getSelectedText() - Method in class com.vaadin.flow.component.combobox.testbench.ComboBoxElement
 
getSelectedText() - Method in interface com.vaadin.flow.component.common.testbench.HasSelectByText
Gets the text of the currently selected option.
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.radiobutton.testbench.RadioButtonGroupElement
 
getSelectedText() - Method in class com.vaadin.flow.component.select.testbench.SelectElement
 
getSelectionEnd() - Method in class com.vaadin.flow.component.charts.events.ChartSelectionEvent
This value is undefined and shouldn't be considered if ChartModel.setZoomType(Dimension) was set to Dimension.Y
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 to Dimension.Y
getSelectorString() - Method in class com.vaadin.flow.component.contextmenu.GeneratedVaadinContextMenu
Description copied from corresponding location in WebComponent:
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
 
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.Navigator
 
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
 
getServerSyncId() - Method in class com.vaadin.flow.component.internal.UIInternals
Gets the server sync id.
getServerUnavailable() - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Error
 
getService() - Method in class com.vaadin.flow.server.communication.UidlWriter.ResolveContext
Gets the related Vaadin service.
getService() - Method in class com.vaadin.flow.server.DependencyFilter.FilterContext
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.
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
 
getServiceUrl(BootstrapHandler.BootstrapContext) - Static method in class com.vaadin.flow.server.BootstrapHandler
Gets the service URL as a URL relative to the request URI.
getServiceWorkerJs() - Method in class com.vaadin.flow.server.PwaRegistry
sw.js (service worker javascript) as String.
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.
getServletContext() - Method in class com.vaadin.flow.server.communication.JSR356WebsocketInitializer.FakeServletConfig
 
getServletName() - Method in class com.vaadin.flow.server.communication.JSR356WebsocketInitializer.FakeServletConfig
 
getServletRegistrations() - Method in class com.vaadin.flow.server.osgi.OSGiAccess.OSGiServletContext
 
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.BootstrapPageResponse
Gets the service session to which the rendered view belongs.
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.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.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.PlotOptionsTreemap
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
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
 
getShadowRoot() - Method in class com.vaadin.flow.dom.Element
Gets the shadow root of the element, if any.
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
 
getShadowRoot() - Method in class com.vaadin.flow.internal.nodefeature.ShadowRootData
 
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
 
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.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.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.PlotOptionsTreemap
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
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.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.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.PlotOptionsTreemap
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
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.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
 
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
 
getSizeBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getSizeByAbsoluteValue() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getSizeDouble() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
getSizes() - Method in class com.vaadin.flow.server.PwaIcon
Gets the value of the sizes attribute.
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.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.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.PlotOptionsTreemap
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
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.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
 
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
 
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(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.
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.
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 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.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.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
 
getSourceItem() - Method in class com.vaadin.flow.component.gridpro.GridPro.ItemPropertyChangedEvent
Gets an instance of edited item with the relations to the columns.
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
 
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
 
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.
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.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.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
 
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.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.component.polymertemplate.AbstractTemplate
Gets the state node for current template.
getStateNode() - Method in class com.vaadin.flow.internal.StateTree.BeforeClientResponseEntry
 
getStateNodeForProxy(Object) - Static method in class com.vaadin.flow.templatemodel.TemplateModelProxyHandler
Gets the state node that a proxy is bound to.
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.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.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.PlotOptionsTreemap
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
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.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
 
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.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.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.GeneratedVaadinNumberField
Description copied from corresponding location in WebComponent:
getStepDouble() - Method in class com.vaadin.flow.component.timepicker.GeneratedVaadinTimePicker
Description copied from corresponding location in WebComponent:
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.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.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.PlotOptionsTreemap
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
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.YAxis
 
getStreamVariable() - Method in class com.vaadin.flow.server.StreamReceiver
Get the StreamVariable for this stream receiver.
getStrike() - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
Gets the translated word for strike
getStringProperty(String, String) - Method in interface com.vaadin.flow.function.DeploymentConfiguration
getStrokeWidth() - Method in class com.vaadin.flow.component.charts.model.style.ButtonTheme
 
getStyle() - Method in class com.vaadin.flow.component.charts.model.HTMLLabelItem
 
getStyle() - Method in class com.vaadin.flow.component.charts.model.HTMLLabels
 
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.dom.Element
Gets the 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
 
getStyle() - Method in class com.vaadin.flow.internal.nodefeature.ElementStylePropertyMap
Returns a style instance for managing element inline styles.
getStyleSheetAnnotations(Class<? extends Component>) - Static method in class com.vaadin.flow.internal.AnnotationReader
Finds all StyleSheet annotations on the given Component class, its super classes and implemented interfaces.
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.
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.Configuration
 
getSuffixComponent() - Method in interface com.vaadin.flow.component.textfield.HasPrefixAndSuffix
Gets the component in the suffix slot of this field.
getSummary() - Method in class com.vaadin.flow.component.details.Details
Returns summary component which was set via Details.setSummary(Component) or Details.setSummaryText(String)
getSummary() - Method in class com.vaadin.flow.component.details.testbench.DetailsElement
Returns summary element
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
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.
getSupportedTypesString() - Static method in interface com.vaadin.flow.templatemodel.ModelType
Gets a string explaining the supported property types in model.
getSymbol() - Method in class com.vaadin.flow.component.charts.model.ContextButton
 
getSymbol() - Method in class com.vaadin.flow.component.charts.model.Marker
 
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
 
getSymbolStrokeWidth() - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
 
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
 
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.
getSynchronizedProperties() - Method in class com.vaadin.flow.component.internal.ComponentMetaData
Gets the properties that are marked to be synchronized and corresponding events.
getSynchronizedProperties() - Method in class com.vaadin.flow.dom.Element
getSynchronizedProperties(StateNode) - Method in interface com.vaadin.flow.dom.ElementStateProvider
Gets the names of the properties to synchronize from the client side to the server.
getSynchronizedProperties(StateNode) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
 
getSynchronizedProperties(StateNode) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
 
getSynchronizedProperties(StateNode) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
 
getSynchronizedProperties() - Method in class com.vaadin.flow.internal.nodefeature.SynchronizedPropertiesList
Creates a view into this list.
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.
getSynchronizedPropertyEvents() - Method in class com.vaadin.flow.dom.Element
getSynchronizedPropertyEvents(StateNode) - Method in interface com.vaadin.flow.dom.ElementStateProvider
Gets the event types which should trigger synchronization of properties from the client side to the server.
getSynchronizedPropertyEvents(StateNode) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
 
getSynchronizedPropertyEvents(StateNode) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
 
getSynchronizedPropertyEvents(StateNode) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
 
getSynchronizedPropertyEvents() - Method in class com.vaadin.flow.internal.nodefeature.SynchronizedPropertyEventsList
Creates a view into this list.
getSyncId() - Method in class com.vaadin.flow.server.communication.ServerRpcHandler.RpcRequest
Gets the sync id last seen by the client.
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.PropertyDeploymentConfiguration
Gets an system property value.
getTab(String) - Method in class com.vaadin.flow.component.tabs.testbench.TabsElement
Gets the index of the tab with the given text.
getTabElement(String) - Method in class com.vaadin.flow.component.tabs.testbench.TabsElement
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.
getTabThroughChartElements() - Method in class com.vaadin.flow.component.charts.model.KeyboardNavigation
 
getTag() - Method in class com.vaadin.flow.dom.Element
Gets the tag name for 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
 
getTag() - Method in class com.vaadin.flow.internal.nodefeature.ElementData
Gets the tag name of the element.
getTagName() - Method in class com.vaadin.testbench.TestBenchElement
 
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(List<String>) - Method in class com.vaadin.flow.server.startup.RouteTarget
Get route target for given segments.
getTargetRoute(Class<? extends Component>) - Method in class com.vaadin.flow.router.internal.ConfiguredRoutes
Get the route path 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.
getTargetRoutes() - Method in class com.vaadin.flow.router.internal.ConfigureRoutes
Override so that the getters use the correct target routes map for data.
getTargetString() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
Description copied from corresponding location in WebComponent:
getTargetUrl(Class<? extends Component>) - Method in class com.vaadin.flow.router.internal.AbstractRouteRegistry
 
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
 
getTemplateContent(Class<? extends PolymerTemplate<?>>, String, VaadinService) - Method in class com.vaadin.flow.component.polymertemplate.DefaultTemplateParser
 
getTemplateContent(Class<? extends PolymerTemplate<?>>, String, VaadinService) - Method in interface com.vaadin.flow.component.polymertemplate.TemplateParser
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.polymertemplate.TemplateParser.TemplateData
Gets the content of the template.
getTemplateElement() - Method in interface com.vaadin.flow.data.renderer.Rendering
Gets the <template> element associated with the rendering.
getTemplateForProperty(String, Rendering<SOURCE>) - Method in class com.vaadin.flow.data.renderer.BasicRenderer
Gets the template String for a given property.
getTemplateForProperty(String, Rendering<SOURCE>) - Method in class com.vaadin.flow.data.renderer.NativeButtonRenderer
 
getTemplatePropertyName(Rendering<SOURCE>) - Method in class com.vaadin.flow.data.renderer.BasicRenderer
Gets the name of the property to be transmitted and used inside the template.
getTestsInParallel() - Static method in class com.vaadin.testbench.Parameters
 
getTestSuitesInParallel() - Static method in class com.vaadin.testbench.Parameters
 
getText() - Method in class com.vaadin.flow.component.button.Button
Gets the text content of this button.
getText() - Method in class com.vaadin.flow.component.button.testbench.ButtonElement
 
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.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.notification.testbench.NotificationElement
 
getText() - Method in class com.vaadin.flow.component.Text
Gets the text of the component.
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
 
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.LabelStyle
 
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.server.BootstrapHandler.BootstrapContext
Gets the ThemeDefinition associated with the pageConfigurationHolder of this context, if any.
getTheme() - Method in class com.vaadin.flow.server.communication.UidlWriter.ResolveContext
Gets the theme used for resolving.
getTheme() - Method in class com.vaadin.flow.theme.ThemeDefinition
Gets the theme class.
getThemeColor() - Method in class com.vaadin.flow.server.PwaConfiguration
Gets the theme color of the application.
getThemedUrl(String, WebBrowser, AbstractTheme) - Method in class com.vaadin.flow.server.VaadinService
Checks if the given URL has a themed version.
getThemedUrl(String, WebBrowser, AbstractTheme) - Method in class com.vaadin.flow.server.VaadinServletService
 
getThemeFor(Class<?>, String) - Method in class com.vaadin.flow.component.UI
Gets the ThemeDefinition associated with the given navigation target, if any.
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.
getThemeNames() - Method in interface com.vaadin.flow.component.HasTheme
Gets the set of theme names used for this element.
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.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
 
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
 
getTimeoutDouble() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
Description copied from corresponding location in WebComponent:
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.server.WebBrowser
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.server.WebBrowser
Returns the browser-reported TimeZone offset in milliseconds from GMT.
getTitle() - Method in class com.vaadin.flow.component.applayout.AppLayoutMenuItem
Returns displayed AppLayoutMenuItem title
getTitle() - Method in class com.vaadin.flow.component.applayout.testbench.MenuItemElement
 
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.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.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.EmailField
Message to show to the user when validation fails.
getTitle() - Method in class com.vaadin.flow.component.textfield.NumberField
Message to show to the user when validation fails.
getTitle() - Method in class com.vaadin.flow.component.textfield.PasswordField
Message to show to the user when validation fails.
getTitle() - Method in class com.vaadin.flow.component.textfield.TextField
Message to show to the user when validation fails.
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
 
getTitleString() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Description copied from corresponding location in WebComponent:
getTo() - Method in class com.vaadin.flow.component.charts.model.Breaks
 
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.
getToolbar() - Method in class com.vaadin.flow.component.crud.testbench.CrudElement
Gets the toolbar content.
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.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.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.PlotOptionsTreemap
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
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.LabelStyle
 
getTop() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
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(Class<?>, String) - Static method in class com.vaadin.flow.router.internal.RouteUtil
Get the top most parent layout for navigation target according to the Route or RouteAlias annotation.
getTopWidth() - Method in class com.vaadin.flow.component.charts.model.Dial
 
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(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
Get the translation for key with given locale.
getTranslation(String, Locale, Object...) - Method in interface com.vaadin.flow.i18n.I18NProvider
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 a TreeDataProvider.
getTreeData() - Method in class com.vaadin.flow.data.provider.hierarchy.TreeDataProvider
Return the underlying hierarchical data of this provider.
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.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.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.PointOptions
 
getTwoWayBindingPaths() - Method in class com.vaadin.flow.component.polymertemplate.TemplateInitializer
Gets a set of two way binding paths encountered in the template.
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.Input
Gets the type of this input.
getType() - Method in class com.vaadin.flow.component.html.OrderedList
 
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.shared.ui.Dependency
Gets the type of the dependency.
getTypeDescription() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getTypeName() - Method in enum com.vaadin.flow.component.gridpro.EditorType
Gets the type name.
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.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.BootstrapPageResponse
Gets the UI that will be displayed on the generated bootstrap page.
getUI() - Method in class com.vaadin.flow.server.communication.AtmospherePushConnection
 
getUi() - Method in class com.vaadin.flow.server.InitialPageSettings
Get the target UI instance.
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.
getUniqueKeyProvider() - Method in class com.vaadin.flow.component.treegrid.TreeGrid
Gets 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
 
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.
getUnknown() - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.RemainingTime
Get unknown translation.
getUpColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
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
 
getUpdateQueueData() - Method in interface com.vaadin.flow.component.grid.GridArrayUpdater
Gets GridArrayUpdater.UpdateQueueData set for this array updater.
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, if any.
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(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.
getUriResolver() - Method in class com.vaadin.flow.server.BootstrapPageResponse
Gets the URI resolver utility.
getUris() - Method in class com.vaadin.flow.component.internal.ComponentMetaData.HtmlImportDependency
 
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.router.RouteBaseData
Get the full route url of Route.
getUrl(Class<? extends Component>) - Method in class com.vaadin.flow.router.RouteConfiguration
Get the registered url string for given navigation target.
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 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 Component>) - Method in class com.vaadin.flow.router.Router
Deprecated.
Url handling is moved to RouteConfiguration.getUrl(Class)
getUrl(Class<? extends C>, T) - Method in class com.vaadin.flow.router.Router
Deprecated.
getUrl(Class<? extends C>, List<T>) - Method in class com.vaadin.flow.router.Router
Deprecated.
getUrl() - Method in class com.vaadin.flow.shared.ui.Dependency
Gets the untranslated URL for the dependency.
getUrlBase(Class<? extends Component>) - Method in class com.vaadin.flow.router.RouteConfiguration
Return the url base without any url parameters.
getUrlBase(Class<? extends Component>) - Method in class com.vaadin.flow.router.Router
Deprecated.
Url base handling is moved to RouteConfiguration.getUrlBase(Class)
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.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
 
getUsername() - Method in class com.vaadin.flow.component.login.AbstractLogin.LoginEvent
 
getUsername() - Method in class com.vaadin.flow.component.login.LoginI18n.Form
 
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.
getUsesClass(Class<? extends PolymerTemplate<?>>, String) - Static method in class com.vaadin.flow.component.polymertemplate.TemplateInitializer
Looks for a component class with the given tag name among the classes used by the given polymer template class.
getUseUTC() - Method in class com.vaadin.flow.component.charts.model.Global
 
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.
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.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 com.vaadin.flow.component.html.IFrame.ImportanceType
 
getValue() - Method in enum com.vaadin.flow.component.html.IFrame.SandboxType
 
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.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 Delta format.
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.NumberField
Returns the current value of the number 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 interface com.vaadin.testbench.HasStringValueProperty
 
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.EmailField
Gets current value change mode of the component.
getValueChangeMode() - Method in class com.vaadin.flow.component.textfield.NumberField
Gets current value change mode of the component.
getValueChangeMode() - Method in class com.vaadin.flow.component.textfield.PasswordField
Gets current value change mode of the component.
getValueChangeMode() - Method in class com.vaadin.flow.component.textfield.TextArea
Gets current value change mode of the component.
getValueChangeMode() - Method in class com.vaadin.flow.component.textfield.TextField
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.
getValueDecimals() - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
 
getValueDecimals() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getValueDouble() - Method in class com.vaadin.flow.component.progressbar.GeneratedVaadinProgressBar
Description copied from corresponding location in WebComponent:
getValueEnd() - Method in class com.vaadin.flow.component.charts.events.ChartSelectionEvent
This value is undefined and shouldn't be considered if ChartModel.setZoomType(Dimension) was set to Dimension.X
getValuePrefix() - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
 
getValuePrefix() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getValueProvider() - Method in class com.vaadin.flow.data.renderer.BasicRenderer
 
getValueProviders() - Method in class com.vaadin.flow.data.renderer.Renderer
Gets the property mapped to ValueProviders in this renderer.
getValues() - Method in class com.vaadin.flow.component.charts.model.DataProviderSeries
Returns a list mappings between chart attributes(keys) and values.
getValueStart() - Method in class com.vaadin.flow.component.charts.events.ChartSelectionEvent
This value is undefined and shouldn't be considered if ChartModel.setZoomType(Dimension) was set to Dimension.X
getValueString() - Method in class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioButton
Description copied from corresponding location in WebComponent:
getValueString() - Method in class com.vaadin.flow.component.tabs.GeneratedVaadinTab
Description copied from corresponding location in WebComponent:
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 com.vaadin.flow.component.button.ButtonVariant
Gets the variant name.
getVariantName() - Method in enum com.vaadin.flow.component.checkbox.CheckboxGroupVariant
Gets the variant name.
getVariantName() - Method in enum com.vaadin.flow.component.crud.CrudVariant
Gets the variant name.
getVariantName() - Method in enum com.vaadin.flow.component.details.DetailsVariant
Gets the variant name.
getVariantName() - Method in enum com.vaadin.flow.component.grid.GridVariant
Gets the variant name.
getVariantName() - Method in enum com.vaadin.flow.component.progressbar.ProgressBarVariant
Gets the variant name.
getVariantName() - Method in enum com.vaadin.flow.component.radiobutton.RadioGroupVariant
Gets the variant name.
getVariantName() - Method in enum com.vaadin.flow.component.richtexteditor.RichTextEditorVariant
Gets the variant name.
getVariantName() - Method in enum com.vaadin.flow.component.splitlayout.SplitLayoutVariant
Gets the variant name.
getVariantName() - Method in enum com.vaadin.flow.component.tabs.TabsVariant
Gets the variant name.
getVariantName() - Method in enum com.vaadin.flow.component.tabs.TabVariant
Gets the variant name.
getVariantName() - Method in enum com.vaadin.flow.component.textfield.TextAreaVariant
Gets the variant name.
getVariantName() - Method in enum com.vaadin.flow.component.textfield.TextFieldVariant
Gets the variant name.
getVersion() - Method in class com.vaadin.flow.internal.UsageStatistics.UsageEntry
Gets the version string.
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
 
getView() - Method in interface com.vaadin.flow.component.crud.CrudEditor
Returns the user interface of an editor.
getViewDistance() - Method in class com.vaadin.flow.component.charts.model.Options3d
 
getViewport() - Method in class com.vaadin.flow.server.InitialPageSettings
Get the currently set viewport setting for this settings object.
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.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.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.PlotOptionsTreemap
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
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.
getVisiblePoints() - Method in class com.vaadin.flow.component.charts.testbench.ChartElement
 
getVMLRadialGradientURL() - Method in class com.vaadin.flow.component.charts.model.Global
 
getWebJarResourcePath(String) - Method in class com.vaadin.flow.server.webjar.WebJarServer
Gets web jar resource path if it exists.
getWebJarServer() - Method in class com.vaadin.flow.server.VaadinServlet
Gets the web jar server.
getWeek() - Method in class com.vaadin.flow.component.charts.model.DateTimeLabelFormats
 
getWeek() - Method in class com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n
Gets the translated word for week.
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.
getWeekdaysShort() - Method in class com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n
Gets the short names of the week days.
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.PlotOptionsErrorbar
 
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.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.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.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.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
 
getWindowHandle() - Method in class com.vaadin.testbench.TestBenchDriverProxy
 
getWindowHandles() - Method in class com.vaadin.testbench.TestBenchDriverProxy
 
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
 
getWrapMode() - Method in class com.vaadin.flow.component.orderedlayout.FlexLayout
Gets the current flex wrap mode of the layout.
getWrappedDriver() - Method in class com.vaadin.testbench.TestBenchDriverProxy
 
getWrappedElement() - Method in class com.vaadin.testbench.TestBenchElement
 
getWrappedModelType() - Method in class com.vaadin.flow.templatemodel.ConvertedModelType
Gets the model type describing the data actually stored in the model.
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(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() - Method in class com.vaadin.flow.server.VaadinServletRequest
 
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.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.testbench.screenshot.ErrorBlock
 
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(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
 
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.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.testbench.screenshot.ErrorBlock
 
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(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
 
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.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.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.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.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.PointOptions
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
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
 
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
 
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
 
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
 
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<T> - Class in com.vaadin.flow.component.grid
Server-side component for the <vaadin-grid> element.
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(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>) - 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(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.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.SelectionMode - Enum 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 with Grid.
GridContextMenu() - Constructor for class com.vaadin.flow.component.grid.contextmenu.GridContextMenu
Creates an empty context menu to be used with a Grid.
GridContextMenu(Grid<T>) - Constructor for class com.vaadin.flow.component.grid.contextmenu.GridContextMenu
Creates an empty context menu with the given target component.
GridContextMenu.GridContextMenuItemClickEvent<T> - Class in com.vaadin.flow.component.grid.contextmenu
Event that is fired when a GridMenuItem is clicked inside a GridContextMenu.
GridContributor - Class in com.vaadin.flow.component.grid.osgi
Grid connector and selection column resources registration.
GridContributor() - Constructor for class com.vaadin.flow.component.grid.osgi.GridContributor
 
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
 
GridMenuItem<T> - Class in com.vaadin.flow.component.grid.contextmenu
Item component used inside GridContextMenu and GridSubMenu.
GridMenuItem(GridContextMenu<T>, SerializableRunnable) - Constructor for class com.vaadin.flow.component.grid.contextmenu.GridMenuItem
Creates a new instance using the context menu and its reset callback.
GridMultiSelectionModel<T> - Interface in com.vaadin.flow.component.grid
Multiselection model interface for Grid.
GridMultiSelectionModel.SelectAllCheckboxVisibility - Enum 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(Class<E>) - Constructor for class com.vaadin.flow.component.gridpro.GridPro
Instantiates a new CrudGrid for the supplied bean type.
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.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 starts to edit 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
 
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.
GridTHTDElement - Class in com.vaadin.flow.component.grid.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 - 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.gridpro.testbench.GridTHTDElement
 
GridTRElement - Class in com.vaadin.flow.component.grid.testbench
A TestBench element representing a <tr> element in a grid.
GridTRElement() - Constructor for class com.vaadin.flow.component.grid.testbench.GridTRElement
 
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.gridpro.testbench.GridTRElement
 
GridVariant - Enum in com.vaadin.flow.component.grid
Set of theme variants applicable for vaadin-grid component.
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.
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.

H

H1 - Class in com.vaadin.flow.component.html
Component representing a <h1> element.
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.
H1 - Static variable in annotation type com.vaadin.flow.component.Tag
Tag for an <h1>.
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
 
H2 - Class in com.vaadin.flow.component.html
Component representing a <h2> element.
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.
H2 - Static variable in annotation type com.vaadin.flow.component.Tag
Tag for an <h2>.
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
 
H3 - Class in com.vaadin.flow.component.html
Component representing a <h3> element.
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.
H3 - Static variable in annotation type com.vaadin.flow.component.Tag
Tag for an <h3>.
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
 
H4 - Class in com.vaadin.flow.component.html
Component representing a <h4> element.
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.
H4 - Static variable in annotation type com.vaadin.flow.component.Tag
Tag for an <h4>.
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
 
H5 - Class in com.vaadin.flow.component.html
Component representing a <h5> element.
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.
H5 - Static variable in annotation type com.vaadin.flow.component.Tag
Tag for an <h5>.
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
 
H6 - Class in com.vaadin.flow.component.html
Component representing a <h6> element.
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.
H6 - Static variable in annotation type com.vaadin.flow.component.Tag
Tag for an <g6>.
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
 
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
 
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.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(UI, JsonObject) - Method in class com.vaadin.flow.server.communication.rpc.AbstractRpcInvocationHandler
 
handle(UI, JsonObject) - Method in class com.vaadin.flow.server.communication.rpc.NavigationRpcHandler
 
handle(UI, JsonObject) - Method in interface com.vaadin.flow.server.communication.rpc.RpcInvocationHandler
Handles RPC data invocationJson using ui as a context.
handleBinderValidationStatus(BinderValidationStatus<BEAN>) - Method in class com.vaadin.flow.data.binder.Binder
The default binder level status handler.
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.
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(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.
handleFieldValueChange(Binder.Binding<BEAN, ?>) - Method in class com.vaadin.flow.data.binder.Binder
Informs the Binder that a value in Binding was changed.
handleInitializedRegistry() - Method in class com.vaadin.flow.server.startup.ApplicationRouteRegistry
Handles an attempt to initialize already initialized route registry.
handleNode(StateNode, JsonObject) - Method in class com.vaadin.flow.server.communication.rpc.AbstractRpcInvocationHandler
Handle the RPC data invocationJson using target node as a context.
handleNode(StateNode, JsonObject) - Method in class com.vaadin.flow.server.communication.rpc.AttachExistingElementRpcHandler
 
handleNode(StateNode, JsonObject) - Method in class com.vaadin.flow.server.communication.rpc.AttachTemplateChildRpcHandler
 
handleNode(StateNode, JsonObject) - Method in class com.vaadin.flow.server.communication.rpc.EventRpcHandler
 
handleNode(StateNode, JsonObject) - Method in class com.vaadin.flow.server.communication.rpc.MapSyncRpcHandler
 
handleNode(StateNode, JsonObject) - Method in class com.vaadin.flow.server.communication.rpc.PublishedServerEventHandlerRpcHandler
 
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, StreamReceiver, String, String) - Method in class com.vaadin.flow.server.communication.StreamReceiverHandler
Handle reception of incoming stream from the client.
handleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.flow.server.communication.StreamRequestHandler
 
handleRequest(VaadinSession, VaadinRequest, VaadinResponse, StreamResource) - Method in class com.vaadin.flow.server.communication.StreamResourceHandler
Handle sending for a stream resource request.
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(VaadinRequest, VaadinResponse) - Method in class com.vaadin.flow.server.VaadinService
Handles the incoming request and writes the response into the response object.
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.
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.
handleValidationStatus(BindingValidationStatus<?>) - Method in class com.vaadin.flow.data.binder.Binder
Default BindingValidationStatusHandler functional method implementation.
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.
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
 
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.
hasAttribute(String) - Method in class com.vaadin.flow.dom.Element
Checks if the given attribute has been set.
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(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(StateNode, String) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
 
hasAttribute(Element) - Method in class com.vaadin.flow.dom.impl.StyleAttributeHandler
 
hasAttribute(String) - Method in class com.vaadin.testbench.TestBenchElement
Checks if the given attribute is present on the element.
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.
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) or Binder.writeBeanIfValid(Object).
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.
HasComponents - Interface in com.vaadin.flow.component
A component to which the user can add and remove child components.
hasControls() - Method in class com.vaadin.flow.component.textfield.NumberField
Set to true to display value increase/decrease controls.
hasControlsBoolean() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinNumberField
Description copied from corresponding location in WebComponent:
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
Interface that defines the contract of adding and removing multiple DataGenerators to a given object.
HasDataProvider<T> - Interface in com.vaadin.flow.data.binder
A generic interface for listing components that use a data provider for showing data.
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
Interface for navigation targets to resolve their title dynamically at runtime.
hasEditColumn(Grid) - Static method in class com.vaadin.flow.component.crud.Crud
Checks if an edit column has been added to the Grid using Crud.addEditColumn(Grid)
HasElement - Interface in com.vaadin.flow.component
Marker interface for any class which is based on an Element.
HasElementQuery - Interface in com.vaadin.testbench
 
HasEnabled - Interface in com.vaadin.flow.component
A generic interface for components and other user interface objects that may be enabled or disabled.
hasErrorParameter() - Method in class com.vaadin.flow.router.BeforeEvent
Check if we have an error parameter set for this navigation event.
HasErrorParameter<T extends Exception> - Interface in com.vaadin.flow.router
Interface for defining 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.
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.
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.
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.flow.component.charts.model.ChartType
 
hashCode() - Method in class com.vaadin.flow.component.grid.GridSortOrder
 
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.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.shared.ui.Dependency
 
hashCode() - Method in class com.vaadin.flow.shared.util.UniqueSerializable
 
hashCode() - Method in class com.vaadin.flow.templatemodel.TemplateModelProxyHandler.InterfaceProxy
 
hashCode() - Method in class com.vaadin.testbench.ElementQuery.AttributeMatch
 
hashCode() - Method in class com.vaadin.testbench.TestBenchElement
 
HasHierarchicalDataProvider<T> - Interface in com.vaadin.flow.data.provider.hierarchy
A generic interface for hierarchical listing components that use a data provider for showing data.
HashRepresentation(String) - Constructor for class com.vaadin.testbench.screenshot.ReferenceImageRepresentation.HashRepresentation
 
hasInitializers() - Method in class com.vaadin.flow.server.osgi.OSGiAccess
Checks whether the servlet initializers are discovered.
HasItem - Interface in com.vaadin.flow.component.charts.events
Indicates that an event has an associated item
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
Mixin interface for components that display a collection of items and can have additional components between the items.
HasItemsAndComponents.ItemComponent<T> - Interface in com.vaadin.flow.data.binder
Interface for components that are used inside an HasItemsAndComponents for representing a single item.
HasLabel - Interface in com.vaadin.flow.component.common.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.
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.
HasMenuItems - Interface in com.vaadin.flow.component.contextmenu
A common interface for components that can have MenuItems with click listeners inside them.
hasNavigationTargets() - Method in class com.vaadin.flow.server.startup.ApplicationRouteRegistry
Check if there are registered navigation targets in the registry.
hasNewConstants() - Method in class com.vaadin.flow.internal.ConstantPool
Checks if any new constants have been added to this constant pool since the last time ConstantPool.dumpConstants() was called.
hasNode(StateNode) - Method in interface com.vaadin.flow.internal.NodeOwner
Check if given node is registered to this node owner.
hasNode(StateNode) - Method in class com.vaadin.flow.internal.NullOwner
 
hasNode(StateNode) - Method in class com.vaadin.flow.internal.StateTree
 
HasOrderedComponents<T extends Component> - Interface in com.vaadin.flow.component
A component which the children components are ordered, so the index of each child matters for the layout.
HasPlaceholder - Interface in com.vaadin.flow.component.common.testbench
Implement by elements which support a placeholder, i.e.
HasPrefixAndSuffix - Interface in com.vaadin.flow.component.textfield
Mixin interface for text-field components that have prefix and suffix slots for inserting components.
hasProperty(String) - Method in class com.vaadin.flow.dom.Element
Checks whether this element has a property with the given name.
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 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.templatemodel.BeanModelType
Checks whether this bean type has a property with the 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.
HasSearchContext - Interface in com.vaadin.testbench
Interface for classes providing a SearchContext, i.e.
HasSelectByText - Interface in com.vaadin.flow.component.common.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) and HasSize.setHeight(String).
HasStringValueProperty - Interface in com.vaadin.testbench
 
HasStyle - Interface in com.vaadin.flow.component
Represents Component which has class attribute and inline styles.
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.
HasTheme - Interface in com.vaadin.flow.component
Represents Component which has theme attribute.
hasThemeName(String) - Method in interface com.vaadin.flow.component.HasTheme
Checks if the component has the given theme name.
hasTitleComponent() - Method in class com.vaadin.flow.component.login.testbench.LoginOverlayElement
Checks if anything was set into the title slot
HasUrlParameter<T> - Interface in com.vaadin.flow.router
Interface for defining url parameters for navigation targets for use in routing.
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.
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
An interface, denoting 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.
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(Component...) - Constructor for class com.vaadin.flow.component.html.Header
Creates a new header with the given child components.
Header() - Constructor for class com.vaadin.flow.component.login.LoginI18n.Header
 
HEADER - Static variable in annotation type com.vaadin.flow.component.Tag
Tag for an <header>.
HeaderRow - Class in com.vaadin.flow.component.grid
One row of HeaderRow.HeaderCells in a Grid.
HeaderRow.HeaderCell - Class in com.vaadin.flow.component.grid
A header cell in a Grid.
HEADSET_HOOK - Static variable in interface com.vaadin.flow.component.Key
The Headset Hook key.
HeartbeatHandler - Class in com.vaadin.flow.server.communication
Handles heartbeat requests.
HeartbeatHandler() - Constructor for class com.vaadin.flow.server.communication.HeartbeatHandler
 
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
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.
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(F, T) - Constructor for class com.vaadin.flow.data.provider.hierarchy.HierarchicalQuery
Constructs a new hierarchical query object with given filter and parent node.
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.
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_PROPERTY - Static variable in class com.vaadin.flow.component.charts.model.DataProviderSeries
 
highlight(T, boolean) - Method in interface com.vaadin.flow.router.HighlightAction
Performs the highlight action on the target.
HighlightAction<T> - Interface in com.vaadin.flow.router
An action to be performed to set the highlight state of the target.
HighlightActions - Class in com.vaadin.flow.router
A set of predefined HighlightActions.
HighlightCondition<T> - Interface in com.vaadin.flow.router
A condition to meet to determine the highlight state of the target.
HighlightConditions - Class in com.vaadin.flow.router
A set of predefined HighlightConditions.
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.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 - Static variable in interface com.vaadin.flow.component.Key
The Home or key.
HONEYDEW - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
HorizontalAlign - Enum 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
HorizontalLayout is a component container, which shows the subcomponents in the order of their addition (horizontally).
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
 
HOTPINK - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
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 type 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
 
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.
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.
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.
HtmlDependencyParser - Class in com.vaadin.flow.component.internal
Deprecated.
Due for removal because of additional cache layer
HtmlDependencyParser(String) - Constructor for class com.vaadin.flow.component.internal.HtmlDependencyParser
Deprecated.
Creates a new instance using the given uri as a root.
HtmlImport - Annotation Type in com.vaadin.flow.component.dependency
Annotation for defining HTML dependencies on a Component class.
HtmlImport.Container - Annotation Type in com.vaadin.flow.component.dependency
Internal annotation to enable use of multiple HtmlImport annotations.
HtmlImportParser - Class in com.vaadin.flow.component.internal
Helper for finding the HTML imports of a resource.
HTMLLabelItem - Class in com.vaadin.flow.component.charts.model
A HTML label that can be positioned anywhere in the chart area.
HTMLLabelItem(String) - Constructor for class com.vaadin.flow.component.charts.model.HTMLLabelItem
Constructs a HTMLLabelItem with the given HTML content
HTMLLabelItem(String, LabelStyle) - Constructor for class com.vaadin.flow.component.charts.model.HTMLLabelItem
Constructs a HTMLLabelItem with the given HTML content and style
HTMLLabels - Class in com.vaadin.flow.component.charts.model
HTML labels that can be positioned anywhere in the chart area.
HTMLLabels() - Constructor for class com.vaadin.flow.component.charts.model.HTMLLabels
 
HTMLLabels(HTMLLabelItem...) - Constructor for class com.vaadin.flow.component.charts.model.HTMLLabels
Constructs a HTMLLabels instance with the given label items
HTMLLabels(LabelStyle, HTMLLabelItem...) - Constructor for class com.vaadin.flow.component.charts.model.HTMLLabels
Constructs a HTMLLabels instance with a style shared for all the labels and the given label items
HtmlUtils - Class in com.vaadin.flow.internal
Helpers for HTML related aspects.
HYPER - Static variable in interface com.vaadin.flow.component.Key
The Hyper key.

I

I18N_PROVIDER - Static variable in class com.vaadin.flow.server.Constants
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() - 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(String, String) - Constructor for class com.vaadin.flow.component.icon.Icon
Creates an Icon component that displays the given icon from the given collection.
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 provided iconGenerator.
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 and itemLabelGenerator.
Id - Annotation Type in com.vaadin.flow.component.polymertemplate
Defines the id of an element to map to inside a PolymerTemplate.
ID - Static variable in class com.vaadin.flow.internal.nodefeature.NodeProperties
Key for id property.
id(String) - Method in class com.vaadin.testbench.ElementQuery
Executes a search for element with the given id.
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.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.
ie11() - Static method in class com.vaadin.testbench.parallel.BrowserUtil
Gets the capabilities for Internet Explorer 11
ifError(SerializableConsumer<String>) - Method in interface com.vaadin.flow.data.binder.Result
Applies the consumer if result is an error.
ifOk(SerializableConsumer<R>) - Method in interface com.vaadin.flow.data.binder.Result
Applies the consumer if result is not an error.
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 type com.vaadin.flow.component.Tag
Tag for an <iframe>.
IFrame.ImportanceType - Enum in com.vaadin.flow.component.html
Importance types.
IFrame.SandboxType - Enum in com.vaadin.flow.component.html
Sandbox types.
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(String, String) - Constructor for class com.vaadin.flow.component.html.Image
Creates an image with the given URL and an alternative text.
Image(AbstractStreamResource, String) - Constructor for class com.vaadin.flow.component.html.Image
Creates an image with the given stream resource and an alternative text.
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, String, double, Capabilities) - Method in class com.vaadin.testbench.screenshot.ImageComparison
Compare image [name] to image under /reference/.
imageEqualToReference(BufferedImage, BufferedImage, String, double) - Method in class com.vaadin.testbench.screenshot.ImageComparison
 
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
 
ImageProperties() - Constructor for class com.vaadin.testbench.screenshot.ImageUtil.ImageProperties
 
imagesSameSize(BufferedImage, BufferedImage) - Static method in class com.vaadin.testbench.screenshot.ImageUtil
Check canvas sizes and resize images to same size
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.
IMG - Static variable in annotation type com.vaadin.flow.component.Tag
Tag for an <img>.
ImmutableClassList - Class in com.vaadin.flow.dom.impl
A class list implementation which is immutable.
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
 
importBean(String, Object, Predicate<String>) - Method in interface com.vaadin.flow.templatemodel.TemplateModel
Import a bean properties passing the given filter to this template model.
importBeans(ModelList, List<T>, PropertyFilter) - Method in class com.vaadin.flow.templatemodel.ListModelType
Imports beans into a model list based on the properties in the item type of this model type.
importBeans(String, List<?>, Predicate<String>) - Method in interface com.vaadin.flow.templatemodel.TemplateModel
Imports a list of beans to this template model.
importProperties(ElementPropertyMap, Object, PropertyFilter) - Method in class com.vaadin.flow.templatemodel.BeanModelType
Imports properties from a bean into a model map based on the properties in this model type.
IN_MEMORY_CHILD - Static variable in class com.vaadin.flow.internal.nodefeature.NodeProperties
JsonObject in-memory type value for VirtualChildrenList.
Include - Annotation Type in com.vaadin.flow.templatemodel
Defines which properties to include when importing a bean into a template model.
incrementServerId() - Method in class com.vaadin.flow.component.internal.UIInternals
Increments the server sync id.
IndeterminateChangeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox.IndeterminateChangeEvent
 
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(StateNode) - Method in class com.vaadin.flow.internal.nodefeature.ElementChildrenList
 
indexOf(StateNode) - Method in class com.vaadin.flow.internal.nodefeature.ModelList
 
indexOf(T) - Method in class com.vaadin.flow.internal.nodefeature.NodeList
Gets the position of a value in the list.
indexOf(Object) - Method in class com.vaadin.flow.templatemodel.TemplateModelListProxy
 
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 the child.
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
 
INFO - Static variable in interface com.vaadin.flow.component.Key
Toggles the display of information about the currently selected content, program, or media.
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.
init(VaadinRequest) - Method in class com.vaadin.flow.component.UI
Initializes this UI.
init(VaadinService) - Method in class com.vaadin.flow.di.DefaultInstantiator
 
init(VaadinService) - Method in interface com.vaadin.flow.di.Instantiator
Initializes this instantiator.
init(ServletContext) - Method in class com.vaadin.flow.server.communication.JSR356WebsocketInitializer
Initializes Atmosphere for use with Vaadin servlets found in the given context.
init() - Method in class com.vaadin.flow.server.VaadinService
Initializes this service.
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(WebElement, TestBenchCommandExecutor) - Method in class com.vaadin.testbench.TestBenchElement
TestBenchElement initialization function.
init() - Method in class com.vaadin.testbench.TestBenchElement
This is run after initializing a TestBenchElement.
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.polymertemplate.TemplateInitializer
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.
initialize() - Method in interface com.vaadin.flow.data.provider.ArrayUpdater
Initialize the array.
initializeUI(UI, VaadinRequest) - Method in class com.vaadin.flow.router.Router
Enables navigation for a new UI instance.
InitialPageSettings - Class in com.vaadin.flow.server
Initial page settings class for modifying the bootstrap page.
InitialPageSettings(VaadinRequest, UI, AfterNavigationEvent, WebBrowser) - Constructor for class com.vaadin.flow.server.InitialPageSettings
Create new initial page settings object.
InitialPageSettings.Position - Enum in com.vaadin.flow.server
Append position enum.
InitialPageSettings.WrapMode - Enum in com.vaadin.flow.server
Content wrapping mode enum.
INJECT_BY_ID - Static variable in class com.vaadin.flow.internal.nodefeature.NodeProperties
JsonObject @id type value for VirtualChildrenList.
Inline - Annotation Type in com.vaadin.flow.component.page
Defines files to inline into the initial page.
Inline.Container - Annotation Type in com.vaadin.flow.component.page
Internal annotation to enable use of multiple Inline annotations.
Inline.Position - Enum in com.vaadin.flow.component.page
Inline position enum.
Inline.Wrapping - Enum 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
 
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
A class containing a number of static helper methods for implementing InMemoryDataProviders.
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.
INPUT - Static variable in annotation type 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.
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 - Static variable in interface com.vaadin.flow.component.Key
The Insert key, Ins.
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
 
insertChild(int, Element...) - Method in class com.vaadin.flow.dom.Node
Inserts the given child element(s) at the given position.
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.
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.
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).
Instantiator - Interface in com.vaadin.flow.di
Delegate for discovering, creating and managing instances of various types used by Flow.
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
 
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.
intercept(Object, Method, Object[]) - Method in class com.vaadin.flow.templatemodel.TemplateModelProxyHandler
Processes a method invocation on a Byte buddy proxy instance and returns the result.
InterfaceProxy() - Constructor for class com.vaadin.flow.templatemodel.TemplateModelProxyHandler.InterfaceProxy
 
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 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 and Z keys.Labelled \| on a UK keyboard.
INTL_RO - Static variable in interface com.vaadin.flow.component.Key
Located between the / and right Shift keys.Labelled \ろ ( ro ) on a Japanese keyboard.
INTL_YEN - Static variable in interface com.vaadin.flow.component.Key
Located between the = and Backspace keys.Labelled ¥ ( yen ) on a Japanese keyboard.
intValue() - Method in enum 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(R, boolean) - Constructor for class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckboxGroup.InvalidChangeEvent
 
InvalidChangeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox.InvalidChangeEvent
 
InvalidChangeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker.InvalidChangeEvent
 
InvalidChangeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioGroup.InvalidChangeEvent
 
InvalidChangeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect.InvalidChangeEvent
 
InvalidChangeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea.InvalidChangeEvent
 
InvalidChangeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.textfield.GeneratedVaadinTextField.InvalidChangeEvent
 
InvalidChangeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.timepicker.GeneratedVaadinTimePicker.InvalidChangeEvent
 
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.
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.
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.
InvalidTemplateModelException - Exception in com.vaadin.flow.templatemodel
Exception thrown when encountering an invalid type in a template model.
InvalidTemplateModelException(String, Throwable) - Constructor for exception com.vaadin.flow.templatemodel.InvalidTemplateModelException
Creates a new exception with the given message and cause.
InvalidTemplateModelException(String) - Constructor for exception com.vaadin.flow.templatemodel.InvalidTemplateModelException
Creates a new exception with the given message.
InvalidUIDLSecurityKeyException() - Constructor for exception com.vaadin.flow.server.communication.ServerRpcHandler.InvalidUIDLSecurityKeyException
Default constructor for the exception.
invoke(Object, Method, Method, Object[]) - Method in class com.vaadin.testbench.DriverInvocationHandler
 
invokeExplosively(Object, Object...) - Method in class com.vaadin.testbench.parallel.ParallelRunner.TBMethod
 
IPAddress - Class in com.vaadin.testbench
 
IPAddress() - Constructor for class com.vaadin.testbench.IPAddress
 
IronIcon - Class in com.vaadin.flow.component.icon
Server side component for iron-icon element to display an icon.
IronIcon(String, String) - Constructor for class com.vaadin.flow.component.icon.IronIcon
Creates an Icon component that displays the given icon from the given collection.
IronList<T> - Class in com.vaadin.flow.component.ironlist
Component that encapsulates the functionality of the <iron-list> webcomponent.
IronList() - Constructor for class com.vaadin.flow.component.ironlist.IronList
Creates an empty list.
IronListContributor - Class in com.vaadin.flow.component.ironlist.osgi
Iron list connector and styles resources registration.
IronListContributor() - Constructor for class com.vaadin.flow.component.ironlist.osgi.IronListContributor
 
IronListElement - Class in com.vaadin.flow.component.ironlist.testbench
A TestBench element representing an <iron-list> element.
IronListElement() - Constructor for class com.vaadin.flow.component.ironlist.testbench.IronListElement
 
IronResizeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout.IronResizeEvent
 
isAllowCustomValue() - Method in class com.vaadin.flow.component.combobox.ComboBox
If true, the user can input a value that is not present in the items list.
isAllowCustomValueBoolean() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
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.
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.
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 given value and the required type.
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
 
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.
isAttached() - Method in class com.vaadin.flow.internal.StateNode
Checks whether this node is attached to a state tree.
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.ComboBox
Get the state for the auto-focus property of the combobox.
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.EmailField
Specify that this control should have input focus when the page loads.
isAutofocus() - Method in class com.vaadin.flow.component.textfield.NumberField
Specify that this control should have input focus when the page loads.
isAutofocus() - Method in class com.vaadin.flow.component.textfield.PasswordField
Specify that this control should have input focus when the page loads.
isAutofocus() - Method in class com.vaadin.flow.component.textfield.TextArea
Specify that this control should have input focus when the page loads.
isAutofocus() - Method in class com.vaadin.flow.component.textfield.TextField
Specify that this control should have input focus when the page loads.
isAutofocusBoolean() - Method in class com.vaadin.flow.component.button.GeneratedVaadinButton
Description copied from corresponding location in WebComponent:
isAutofocusBoolean() - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox
Description copied from corresponding location in WebComponent:
isAutofocusBoolean() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
This property is not synchronized automatically from the client side, so the returned value may not be the same as in client side.
isAutofocusBoolean() - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
Description copied from corresponding location in WebComponent:
isAutofocusBoolean() - Method in class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioButton
Description copied from corresponding location in WebComponent:
isAutofocusBoolean() - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Description copied from corresponding location in WebComponent:
isAutofocusBoolean() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
Description copied from corresponding location in WebComponent:
isAutofocusBoolean() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Description copied from corresponding location in WebComponent:
isAutofocusBoolean() - Method in class com.vaadin.flow.component.timepicker.GeneratedVaadinTimePicker
Description copied from corresponding location in WebComponent:
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.
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.textfield.EmailField
Specifies if the field value gets automatically selected when the field gains focus.
isAutoselect() - Method in class com.vaadin.flow.component.textfield.NumberField
Specifies if the field value gets automatically selected when the field gains focus.
isAutoselect() - Method in class com.vaadin.flow.component.textfield.PasswordField
Specifies if the field value gets automatically selected when the field gains focus.
isAutoselect() - Method in class com.vaadin.flow.component.textfield.TextArea
Specifies if the field value gets automatically selected when the field gains focus.
isAutoselect() - Method in class com.vaadin.flow.component.textfield.TextField
Specifies if the field value gets automatically selected when the field gains focus.
isAutoselectBoolean() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
Description copied from corresponding location in WebComponent:
isAutoselectBoolean() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Description copied from corresponding location in WebComponent:
isAutoUpload() - Method in class com.vaadin.flow.component.upload.Upload
Get the auto upload status.
isBasicType(Type) - Static method in class com.vaadin.flow.templatemodel.BasicComplexModelType
Checks whether the type is a basic supported type.
isBean(Type) - Static method in class com.vaadin.flow.templatemodel.BeanModelType
Checks if the given type can be handled as a bean in a model.
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.
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
 
isCaptureScreenshotOnFailure() - Static method in class com.vaadin.testbench.Parameters
Deprecated.
This does nothing, use ScreenshotOnFailureRule
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.
isChecked() - Method in class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioButton.CheckedChangeEvent
 
isCheckedBoolean() - Method in class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioButton
Description copied from corresponding location in WebComponent:
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(Capabilities) - Static method in class com.vaadin.testbench.parallel.BrowserUtil
 
isChrome() - Method in class com.vaadin.testbench.TestBenchElement
Checks if the current test is running on Chrome.
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.
isClearButtonVisible() - Method in class com.vaadin.flow.component.textfield.EmailField
Gets the visibility state of the button which clears the email field.
isClearButtonVisible() - Method in class com.vaadin.flow.component.textfield.NumberField
Gets the visibility state of the button which clears the number field.
isClearButtonVisible() - Method in class com.vaadin.flow.component.textfield.PasswordField
Gets the visibility state of the button which clears the password field.
isClearButtonVisible() - Method in class com.vaadin.flow.component.textfield.TextArea
Gets the visibility state of the button which clears the text area.
isClearButtonVisible() - Method in class com.vaadin.flow.component.textfield.TextField
Gets the visibility state of the button which clears the text field.
isClearButtonVisibleBoolean() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
Description copied from corresponding location in WebComponent:
isClearButtonVisibleBoolean() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Description copied from corresponding location in WebComponent:
isClientSideInitialized() - Method in class com.vaadin.flow.internal.ExecutionContext
Gets whether the client side is being initialized as part of the server response.
isCloseIdleSessions() - Method in interface com.vaadin.flow.function.DeploymentConfiguration
Returns whether a 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 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.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.
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.
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.
isCookiesDisabledNotificationEnabled() - Method in class com.vaadin.flow.server.SystemMessages
Checks if "cookies disabled" notifications should be shown to the end user.
isCsrfTokenValid(VaadinSession, String) - Static method in class com.vaadin.flow.server.VaadinService
Verifies that the given CSRF token (aka double submit cookie) is valid for the given session.
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.
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
 
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.
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.
isDialogModal() - Method in interface com.vaadin.flow.component.ReconnectDialogConfiguration
Checks the modality of the dialog.
isDialogModal() - Method in class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap
 
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.
isDisabledBoolean() - Method in class com.vaadin.flow.component.button.GeneratedVaadinButton
Description copied from corresponding location in WebComponent:
isDisabledBoolean() - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox
Description copied from corresponding location in WebComponent:
isDisabledBoolean() - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckboxGroup
Description copied from corresponding location in WebComponent:
isDisabledBoolean() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
isDisabledBoolean() - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
Description copied from corresponding location in WebComponent:
isDisabledBoolean() - Method in class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioButton
Description copied from corresponding location in WebComponent:
isDisabledBoolean() - Method in class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioGroup
Description copied from corresponding location in WebComponent:
isDisabledBoolean() - Method in class com.vaadin.flow.component.richtexteditor.GeneratedVaadinRichTextEditor
Description copied from corresponding location in WebComponent:
isDisabledBoolean() - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Description copied from corresponding location in WebComponent:
isDisabledBoolean() - Method in class com.vaadin.flow.component.tabs.GeneratedVaadinTab
Description copied from corresponding location in WebComponent:
isDisabledBoolean() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
Description copied from corresponding location in WebComponent:
isDisabledBoolean() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Description copied from corresponding location in WebComponent:
isDisabledBoolean() - Method in class com.vaadin.flow.component.timepicker.GeneratedVaadinTimePicker
Description copied from corresponding location in WebComponent:
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.
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 a DomEvent.
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.server.WebBrowser
Returns whether daylight saving time (DST) is currently in effect in the region of the browser or not.
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
 
isEditorOpen() - Method in class com.vaadin.flow.component.crud.testbench.CrudElement
Checks if an editor overlay is open
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.startup.RouteTarget
Check if this RouteTarget is empty.
isEmptySelectionAllowed() - Method in class com.vaadin.flow.component.select.Select
Returns whether the user is allowed to select nothing.
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.Tab
If false, the user cannot interact with this element.
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 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.
isEnabledSelf() - Method in class com.vaadin.flow.internal.StateNode
Returns the enabled state only for this node.
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.
isEs5AdapterNeeded() - Method in class com.vaadin.flow.server.WebBrowser
Checks if the browser needs `custom-elements-es5-adapter.js` to be loaded.
isEs5AdapterNeeded() - Method in class com.vaadin.flow.shared.BrowserDetails
Checks if the browser needs `custom-elements-es5-adapter.js` to be loaded.
isEs6Supported() - Method in class com.vaadin.flow.server.WebBrowser
Checks if the browser supports ECMAScript 6, based on the user agent.
isEs6Supported() - Method in class com.vaadin.flow.shared.BrowserDetails
Checks if the browser supports ECMAScript 6, based on the user agent.
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.
isExporting() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
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(Capabilities) - Static method in class com.vaadin.testbench.parallel.BrowserUtil
 
isFirefox() - Method in class com.vaadin.testbench.TestBenchElement
Checks if the current test is running on Firefox.
isForgotPasswordButtonVisible() - Method in class com.vaadin.flow.component.login.AbstractLogin
Returns whether the forgot password button is visible or not
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.
isFrozen() - Method in class com.vaadin.flow.component.grid.GridSelectionColumn
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.
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.
isGridLayout() - Method in class com.vaadin.flow.component.ironlist.IronList
Gets whether this list is rendered in a grid layout instead of a linear list.
isHeightByRows() - Method in class com.vaadin.flow.component.grid.Grid
Gets whether grid's height is defined by the number of its rows.
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.
isIE(Capabilities) - Static method in class com.vaadin.testbench.parallel.BrowserUtil
 
isIE(Capabilities, int) - Static method in class com.vaadin.testbench.parallel.BrowserUtil
 
isIE() - Method in class com.vaadin.testbench.TestBenchElement
Checks if the current test is running on Internet Explorer.
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.checkbox.GeneratedVaadinCheckbox.IndeterminateChangeEvent
 
isIndeterminate() - Method in class com.vaadin.flow.component.progressbar.ProgressBar
Get the indeterminate state of the progressbar
isIndeterminateBoolean() - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox
Description copied from corresponding location in WebComponent:
isIndeterminateBoolean() - Method in class com.vaadin.flow.component.progressbar.GeneratedVaadinProgressBar
Description copied from corresponding location in WebComponent:
isInitialAttach() - Method in class com.vaadin.flow.component.AttachEvent
Checks whether this is the first time the component has been attached.
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
 
isInstallPromptEnabled() - Method in class com.vaadin.flow.server.PwaConfiguration
Is install prompt resources injection enabled.
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.checkbox.CheckboxGroup
 
isInvalid() - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckboxGroup.InvalidChangeEvent
 
isInvalid() - Method in class com.vaadin.flow.component.combobox.ComboBox
Gets the validity of the combobox output.
isInvalid() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox.InvalidChangeEvent
 
isInvalid() - Method in class com.vaadin.flow.component.customfield.CustomField
This property is set to true when the control value is invalid.
isInvalid() - Method in class com.vaadin.flow.component.datepicker.DatePicker
Gets the validity of the datepicker output.
isInvalid() - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker.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.radiobutton.GeneratedVaadinRadioGroup.InvalidChangeEvent
 
isInvalid() - Method in class com.vaadin.flow.component.radiobutton.RadioButtonGroup
 
isInvalid() - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect.InvalidChangeEvent
 
isInvalid() - Method in class com.vaadin.flow.component.select.Select
Gets whether the select is currently in invalid state.
isInvalid() - Method in class com.vaadin.flow.component.textfield.EmailField
 
isInvalid() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea.InvalidChangeEvent
 
isInvalid() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField.InvalidChangeEvent
 
isInvalid() - Method in class com.vaadin.flow.component.textfield.NumberField
 
isInvalid() - Method in class com.vaadin.flow.component.textfield.PasswordField
 
isInvalid() - Method in class com.vaadin.flow.component.textfield.TextArea
 
isInvalid() - Method in class com.vaadin.flow.component.textfield.TextField
 
isInvalid() - Method in class com.vaadin.flow.component.timepicker.GeneratedVaadinTimePicker.InvalidChangeEvent
 
isInvalid() - Method in class com.vaadin.flow.component.timepicker.TimePicker
Gets the validity of the time picker output.
isInvalidBoolean() - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckboxGroup
Description copied from corresponding location in WebComponent:
isInvalidBoolean() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
isInvalidBoolean() - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
Description copied from corresponding location in WebComponent:
isInvalidBoolean() - Method in class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioGroup
Description copied from corresponding location in WebComponent:
isInvalidBoolean() - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Description copied from corresponding location in WebComponent:
isInvalidBoolean() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
Description copied from corresponding location in WebComponent:
isInvalidBoolean() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Description copied from corresponding location in WebComponent:
isInvalidBoolean() - Method in class com.vaadin.flow.component.timepicker.GeneratedVaadinTimePicker
Description copied from corresponding location in WebComponent:
isIOS() - Method in class com.vaadin.flow.server.WebBrowser
Tests if the browser is run in iOS.
isIOS() - Method in class com.vaadin.flow.shared.BrowserDetails
Tests if the browser is run in iOS.
isIPad() - Method in class com.vaadin.flow.server.WebBrowser
Tests if the browser is run on IPad.
isIPad() - Method in class com.vaadin.flow.shared.BrowserDetails
Tests 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.
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.
isList(Type) - Static method in class com.vaadin.flow.templatemodel.ListModelType
Checks if the given type will be handled as a list of beans in the model.
isLoadingBoolean() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
isLocalWebDriverUsed() - Static method in class com.vaadin.testbench.Parameters
 
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.
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.GeneratedVaadinUpload.MaxFilesReachedChangeEvent
 
isMaxFilesReached() - Method in class com.vaadin.flow.component.upload.testbench.UploadElement
Checks whether the maximum number of files has been uploaded.
isMaxFilesReachedBoolean() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
Description copied from corresponding location in WebComponent:
isMaxValueIncluded() - Method in class com.vaadin.flow.data.validator.RangeValidator
Returns whether the maximum value is part of the accepted range.
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.
isMinValueIncluded() - Method in class com.vaadin.flow.data.validator.RangeValidator
Returns whether the minimum value is part of the accepted range.
isModifier(Key) - Static method in interface com.vaadin.flow.component.Key
Returns whether the specified key is a modifier or not.
isMultiSort() - Method in class com.vaadin.flow.component.grid.Grid
Gets whether multiple column sorting is enabled on the client-side.
isNegativeColor() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
isNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
isNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
isNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
isNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
isNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
isNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
isNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
isNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
isNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
isNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
isNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
isNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
isNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
isNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
isNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
isNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
isNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
isNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
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.
isNoAutoBoolean() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
Description copied from corresponding location in WebComponent:
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
 
isNodropBoolean() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
Description copied from corresponding location in WebComponent:
isNotObjectMethod(Method) - Static method in class com.vaadin.flow.internal.ReflectTools
Returns whether the given method is NOT declared in Object .
isOk() - Method in class com.vaadin.flow.data.binder.BinderValidationStatus
Gets whether validation for the binder passed or not.
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.notification.testbench.NotificationElement
Checks whether the notification is shown.
isOpened() - Method in class com.vaadin.flow.component.combobox.ComboBox
Gets the states of the drop-down.
isOpened() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox.OpenedChangeEvent
 
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.GeneratedVaadinContextMenu.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.GeneratedVaadinDatePicker.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.GeneratedVaadinDialog.OpenedChangeEvent
 
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.GeneratedVaadinNotification.OpenedChangeEvent
 
isOpened() - Method in class com.vaadin.flow.component.notification.Notification
Description copied from corresponding location in WebComponent:
isOpened() - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect.OpenedChangeEvent
 
isOpened() - Method in class com.vaadin.flow.component.select.testbench.SelectElement
 
isOpenedBoolean() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
isOpenedBoolean() - Method in class com.vaadin.flow.component.contextmenu.GeneratedVaadinContextMenu
Description copied from corresponding location in WebComponent:
isOpenedBoolean() - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
Description copied from corresponding location in WebComponent:
isOpenedBoolean() - Method in class com.vaadin.flow.component.dialog.GeneratedVaadinDialog
Description copied from corresponding location in WebComponent:
isOpenedBoolean() - Method in class com.vaadin.flow.component.notification.GeneratedVaadinNotification
Description copied from corresponding location in WebComponent:
isOpenedBoolean() - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Description copied from corresponding location in WebComponent:
isOpenOnClick() - Method in class com.vaadin.flow.component.contextmenu.ContextMenuBase
Gets whether the context menu can be opened via left click.
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
 
isPadding() - Method in interface com.vaadin.flow.component.orderedlayout.ThemableLayout
Shows if padding theme setting is applied to the component.
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.
isPasswordVisibleBoolean() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinPasswordField
Description copied from corresponding location in WebComponent:
isPathRegistered(String) - Method in class com.vaadin.flow.router.RouteConfiguration
Check if there is a registered target for the given path.
isPopupOpen() - Method in class com.vaadin.flow.component.combobox.testbench.ComboBoxElement
Checks whether the popup with options 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.
isPreventInvalidInput() - Method in class com.vaadin.flow.component.combobox.ComboBox
Determines whether preventing the user from inputing invalid value.
isPreventInvalidInput() - Method in class com.vaadin.flow.component.textfield.EmailField
When set to true, user is prevented from typing a value that conflicts with the given pattern.
isPreventInvalidInput() - Method in class com.vaadin.flow.component.textfield.NumberField
When set to true, user is prevented from typing a value that conflicts with the given pattern.
isPreventInvalidInput() - Method in class com.vaadin.flow.component.textfield.PasswordField
When set to true, user is prevented from typing a value that conflicts with the given pattern.
isPreventInvalidInput() - Method in class com.vaadin.flow.component.textfield.TextArea
When set to true, user is prevented from typing a value that conflicts with the given pattern.
isPreventInvalidInput() - Method in class com.vaadin.flow.component.textfield.TextField
When set to true, user is prevented from typing a value that conflicts with the given pattern.
isPreventInvalidInputBoolean() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
isPreventInvalidInputBoolean() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
Description copied from corresponding location in WebComponent:
isPreventInvalidInputBoolean() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Description copied from corresponding location in WebComponent:
isPreventInvalidInputBoolean() - Method in class com.vaadin.flow.component.timepicker.GeneratedVaadinTimePicker
Description copied from corresponding location in WebComponent:
isProductionMode() - Method in interface com.vaadin.flow.function.DeploymentConfiguration
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.PropertyDeploymentConfiguration
 
isProxy(Object) - Static method in class com.vaadin.flow.templatemodel.TemplateModelProxyHandler
Checks if the given object is a proxy created by this class.
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
 
isReadonlyBoolean() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
This property is not synchronized automatically from the client side, so the returned value may not be the same as in client side.
isReadonlyBoolean() - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
Description copied from corresponding location in WebComponent:
isReadonlyBoolean() - Method in class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioGroup
Description copied from corresponding location in WebComponent:
isReadonlyBoolean() - Method in class com.vaadin.flow.component.richtexteditor.GeneratedVaadinRichTextEditor
Description copied from corresponding location in WebComponent:
isReadonlyBoolean() - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Description copied from corresponding location in WebComponent:
isReadonlyBoolean() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
Description copied from corresponding location in WebComponent:
isReadonlyBoolean() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Description copied from corresponding location in WebComponent:
isReadonlyBoolean() - Method in class com.vaadin.flow.component.timepicker.GeneratedVaadinTimePicker
Description copied from corresponding location in WebComponent:
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.
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.
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, ServletHelper.RequestType) - Static method in class com.vaadin.flow.server.ServletHelper
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.ComboBox
Determines whether the combobox is marked as input required.
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.PasswordField
Specifies that the user must fill in a value.
isRequired() - Method in class com.vaadin.flow.component.textfield.TextArea
Specifies that the user must fill in a value.
isRequired() - Method in class com.vaadin.flow.component.textfield.TextField
Specifies that the user must fill in a value.
isRequired() - Method in class com.vaadin.flow.component.timepicker.TimePicker
Determines whether the time picker is marked as input required.
isRequiredBoolean() - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckboxGroup
Description copied from corresponding location in WebComponent:
isRequiredBoolean() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
isRequiredBoolean() - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
Description copied from corresponding location in WebComponent:
isRequiredBoolean() - Method in class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioGroup
Description copied from corresponding location in WebComponent:
isRequiredBoolean() - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Description copied from corresponding location in WebComponent:
isRequiredBoolean() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
Description copied from corresponding location in WebComponent:
isRequiredBoolean() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Description copied from corresponding location in WebComponent:
isRequiredBoolean() - Method in class com.vaadin.flow.component.timepicker.GeneratedVaadinTimePicker
Description copied from corresponding location in WebComponent:
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
 
isResourceAvailable(String, WebBrowser, AbstractTheme) - 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.
isRevealButtonHiddenBoolean() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinPasswordField
Description copied from corresponding location in WebComponent:
isRevealButtonVisible() - Method in class com.vaadin.flow.component.textfield.PasswordField
Set to false to hide the eye icon which toggles the password visibility.
isRouteRegistered(Class<? extends Component>) - Method in class com.vaadin.flow.router.RouteConfiguration
Check if the route is available as a registered target.
isRowInView(int) - Method in class com.vaadin.flow.component.ironlist.testbench.IronListElement
Checks if the given row is in the visible viewport.
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
 
isSafariOrIOS() - Method in class com.vaadin.flow.shared.BrowserDetails
Tests if the browser is Safari or runs on IOS (covering also Chrome on iOS).
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 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).
isSelected() - Method in class com.vaadin.flow.component.charts.model.DataSeriesItem
Checks whether or not the item is selected.
isSelected(T) - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
 
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(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() - Method in class com.vaadin.testbench.TestBenchElement
 
isSelectedBoolean() - Method in class com.vaadin.flow.component.tabs.GeneratedVaadinTab
Description copied from corresponding location in WebComponent:
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
 
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.
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
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.
isShortcutActive() - Method in class com.vaadin.flow.component.ShortcutRegistration
Is the shortcut active on the current UI.
isShowWeekNumbersBoolean() - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
Description copied from corresponding location in WebComponent:
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.
isStaticResourceRequest(HttpServletRequest) - Method in interface com.vaadin.flow.server.StaticFileHandler
Checks if a static resource can be found for the requested path.
isStaticResourceRequest(HttpServletRequest) - Method in class com.vaadin.flow.server.StaticFileServer
 
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.
isSubsetOf(Range) - Method in class com.vaadin.flow.internal.Range
Checks whether this range is a subset of another range.
isSupportedClass(Class<?>) - Method in class com.vaadin.flow.component.polymertemplate.PolymerTemplate
Check if the given Class type is found in the Model.
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 PolymerTemplate (by being mapped by an Id annotation), or if it was created directly.
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
 
isTooOldToFunctionProperly() - Method in class com.vaadin.flow.server.WebBrowser
Checks if the browser is so old that it simply won't work with a Vaadin application.
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.server.WebBrowser
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 is false.
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.
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.
isValid() - Method in class com.vaadin.flow.component.crud.BinderCrudEditor
 
isValid() - Method in interface com.vaadin.flow.component.crud.CrudEditor
Checks whether the data entered into an editor is valid.
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(T) - Method in class com.vaadin.flow.data.validator.RangeValidator
Returns whether the given value lies in the valid range.
isValid(String) - Method in class com.vaadin.flow.data.validator.RegexpValidator
Returns whether the given string matches the regular expression.
isValidAttributeName(String) - Static method in class com.vaadin.flow.dom.ElementUtil
Checks if the given attribute name 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.
isValidValueType(Serializable) - Static method in class com.vaadin.flow.internal.nodefeature.AbstractPropertyMap
Checks if the given value is of a supported type.
isVerticalScrollingEnabled() - Method in class com.vaadin.flow.component.grid.Grid
Gets whether the vertical scrolling on the Grid web component is enabled.
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.dom.Element
Gets the element visibility value.
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
 
isVisible() - Method in class com.vaadin.flow.internal.nodefeature.ElementData
Get element visibility.
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
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.
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.
isWithCredentialsBoolean() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
Description copied from corresponding location in WebComponent:
isXsrfProtectionEnabled() - Method in interface com.vaadin.flow.function.DeploymentConfiguration
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
 
ItemClickEvent<T> - Class in com.vaadin.flow.component.grid
Event fired when a Grid item is clicked.
ItemClickEvent(Grid<T>, boolean, 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.
ItemDoubleClickEvent<T> - Class in com.vaadin.flow.component.grid
Event fired when a Grid item is double clicked.
ItemDoubleClickEvent(Grid<T>, boolean, 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.
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.
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, boolean, boolean) - Constructor for class com.vaadin.flow.component.charts.events.internal.ItemSlicedEvent
Constructs the event.
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) - Constructor for class com.vaadin.flow.component.charts.events.internal.ItemSlicedEvent
Constructs the event with animated transition, redraws the chart
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.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

JavaScript - Annotation Type in com.vaadin.flow.component.dependency
Annotation for defining JavaScript dependencies on a Component class.
JavaScript.Container - Annotation Type in com.vaadin.flow.component.dependency
Internal annotation to enable use of multiple JavaScript annotations.
JavaScriptInvocation(String, Serializable...) - Constructor for class com.vaadin.flow.component.internal.UIInternals.JavaScriptInvocation
Creates a new invocation.
JavaScriptSemantics - Class in com.vaadin.flow.internal
Helpers for replicating JavaScript semantics in Java.
join(Collection<FooterRow.FooterCell>) - Method in class com.vaadin.flow.component.grid.FooterRow
 
join(Grid.Column<?>...) - Method in class com.vaadin.flow.component.grid.HeaderRow
Joins the cells corresponding the given columns in the row.
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(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.
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
Methods 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
 
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 its ServletContext.
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.

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 - Interface in com.vaadin.flow.component
An interface to represent keyboard keys.
key(T) - Method in interface com.vaadin.flow.data.provider.DataKeyMapper
Gets the key for data object.
key(V) - Method in class com.vaadin.flow.data.provider.KeyMapper
Gets key for an object.
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.
KEY_A - Static variable in interface com.vaadin.flow.component.Key
a on a US keyboard.Labelled q 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 - 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.Labelled a 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.Labelled z 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.Labelled z on a QWERTZ (e.g., German) keyboard.
KEY_Z - Static variable in interface com.vaadin.flow.component.Key
z on a US keyboard.Labelled w on an AZERTY (e.g., French) keyboard, and y on a QWERTZ (e.g., German) keyboard.
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 KeyboardEvents.
KeyEventListener(ComponentEventListener<E>, Key, KeyModifier...) - Constructor for class com.vaadin.flow.component.KeyEventListener
Create a listener which will delegate to listener only if key is the target key.
KeyLocation - Enum in com.vaadin.flow.component
Enumeration of 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(ValueProvider<V, Object>) - Constructor for class com.vaadin.flow.data.provider.KeyMapper
Constructs a new mapper.
KeyMapper() - Constructor for class com.vaadin.flow.data.provider.KeyMapper
Constructs a new mapper with trivial identifierGetter
KeyModifier - Enum in com.vaadin.flow.component
Enumeration of 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() - Constructor for class com.vaadin.flow.component.charts.model.Label
 
Label(String) - Constructor for class com.vaadin.flow.component.charts.model.Label
 
Label - Class in com.vaadin.flow.component.html
Component representing a <label> element.
Label() - Constructor for class com.vaadin.flow.component.html.Label
Creates a new empty 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 type com.vaadin.flow.component.Tag
Tag for an <label>.
LABEL_ATTRIBUTE - Static variable in class com.vaadin.flow.component.select.Select
 
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
 
LabelStyle - Class in com.vaadin.flow.component.charts.model.style
Style options for CSS styling
LabelStyle() - Constructor for class com.vaadin.flow.component.charts.model.style.LabelStyle
 
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
last() - Method in class com.vaadin.testbench.ElementQuery
Executes the search 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.
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
 
LayoutDirection - Enum in com.vaadin.flow.component.charts.model
The layout of the legend items.
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
 
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
 
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
 
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.
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
 
LI - Static variable in annotation type com.vaadin.flow.component.Tag
Tag for an <li>.
LIGHT - Static variable in class com.vaadin.flow.theme.lumo.Lumo
 
LIGHT - Static variable in class com.vaadin.flow.theme.material.Material
 
LIGHTBLUE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
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
 
LINE - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
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
 
LINK - Static variable in interface com.vaadin.flow.component.Key
Opens content linked to the current program, if available and possible.
LINKED_TO_PREVIOUS - Static variable in class com.vaadin.flow.component.charts.model.AreaOptions
 
LIST_PROGRAM - Static variable in interface com.vaadin.flow.component.Key
Lists the current program.
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
Server-side component for the vaadin-list-box element.
ListBox() - Constructor for class com.vaadin.flow.component.listbox.ListBox
 
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 for Collections.
ListDataProvider(Collection<T>) - Constructor for class com.vaadin.flow.data.provider.ListDataProvider
Constructs a new ListDataProvider.
ListenerPriority - Annotation Type in com.vaadin.flow.router
This annotation sets the priority of execution on BeforeEnterListeners, BeforeLeaveListeners and AfterNavigationListeners.
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
 
ListModelType<T> - Class in com.vaadin.flow.templatemodel
A model type corresponding to a list of bean types.
ListModelType(ComplexModelType<T>) - Constructor for class com.vaadin.flow.templatemodel.ListModelType
Creates a new list model type with the given bean model type.
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(String) - Constructor for class com.vaadin.flow.component.charts.model.ListSeries
Constructs a ListSeries with the given series name.
ListSeries(Number...) - Constructor for class com.vaadin.flow.component.charts.model.ListSeries
Constructs a ListSeries with the given array of values.
ListSeries(Collection<Number>) - Constructor for class com.vaadin.flow.component.charts.model.ListSeries
Constructs a ListSeries with the given collection of values.
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.
LIVE_CONTENT - Static variable in interface com.vaadin.flow.component.Key
Toggles a display listing currently available live content or programs.
LOAD_ES5_ADAPTERS - Static variable in class com.vaadin.flow.server.Constants
Configuration name for loading the ES5 adapters.
loadBasicTypes(Function<Class<?>, M>) - Static method in class com.vaadin.flow.templatemodel.AbstractBasicModelType
 
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
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.
LoadMode - Enum in com.vaadin.flow.shared.ui
Class that determines a way that dependency is loaded.
loadSession(WrappedSession) - Method in class com.vaadin.flow.server.VaadinService
Called when the VaadinSession should be loaded from the underlying HTTP session.
LocalDateRenderer<SOURCE> - Class in com.vaadin.flow.data.renderer
A template 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>, 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.
LocalDateRenderer(ValueProvider<SOURCE, LocalDate>, DateTimeFormatter) - Constructor for class com.vaadin.flow.data.renderer.LocalDateRenderer
Creates a new LocalDateRenderer.
LocalDateRenderer(ValueProvider<SOURCE, LocalDate>, DateTimeFormatter, String) - Constructor for class com.vaadin.flow.data.renderer.LocalDateRenderer
Creates a new LocalDateRenderer.
LocalDateTimeRenderer<SOURCE> - Class in com.vaadin.flow.data.renderer
A template 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>, DateTimeFormatter) - Constructor for class com.vaadin.flow.data.renderer.LocalDateTimeRenderer
Creates a new LocalDateTimeRenderer.
LocalDateTimeRenderer(ValueProvider<SOURCE, LocalDateTime>, 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 and Date.
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 and Date.
LocalDateToDateConverter(ZoneId) - Constructor for class com.vaadin.flow.data.converter.LocalDateToDateConverter
Creates a new converter using the given time zone.
LocalDateToDateConverter() - Constructor for class com.vaadin.flow.data.converter.LocalDateToDateConverter
Creates a new converter using the system's default time zone.
LocalDriver - Class in com.vaadin.testbench.parallel.setup
 
LocalDriver() - Constructor for class com.vaadin.testbench.parallel.setup.LocalDriver
 
localeChange(LocaleChangeEvent) - Method in interface com.vaadin.flow.i18n.LocaleChangeObserver
Method called 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(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.
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.
LOCK - Static variable in interface com.vaadin.flow.component.Key
Locks or unlocks the currently selected content or program.
lock() - Method in class com.vaadin.flow.server.VaadinSession
Locks this session to protect its data from concurrent access.
lockSession(WrappedSession) - Method in class com.vaadin.flow.server.VaadinService
Locks the given session for this service instance.
log(String) - Method in class com.vaadin.flow.server.osgi.OSGiAccess.OSGiServletContext
 
LOG_OFF - Static variable in interface com.vaadin.flow.component.Key
The LogOff key.
LoginEvent(AbstractLogin, boolean, String, String) - Constructor for class com.vaadin.flow.component.login.AbstractLogin.LoginEvent
 
LoginForm - Class in com.vaadin.flow.component.login
Server-side component for the <vaadin-login-form> component.
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
 
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
 
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.
LOW_PROPERTY - Static variable in class com.vaadin.flow.component.charts.model.DataProviderSeries
 
Lumo - Class in com.vaadin.flow.theme.lumo
Lumo component theme class implementation.
Lumo() - Constructor for class com.vaadin.flow.theme.lumo.Lumo
 
LumoThemeDefinition - Class in com.vaadin.flow.theme.lumo
Lumo theme definition.
LumoThemeDefinition() - Constructor for class com.vaadin.flow.theme.lumo.LumoThemeDefinition
Creates a new instance of Lumo theme definition.

M

MAGENTA - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
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.
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 type 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.
manage() - Method in class com.vaadin.testbench.TestBenchDriverProxy
 
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.
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.
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.
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
 
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() - Method in class com.vaadin.flow.internal.StateNode
Marks this node as dirty.
markAsDirty(StateNode) - Method in class com.vaadin.flow.internal.StateTree
 
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(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.Marker
 
MarkerSymbol - Interface in com.vaadin.flow.component.charts.model
Interface for all marker symbols
MarkerSymbolEnum - Enum 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(String) - Method in interface com.vaadin.flow.component.Key
Checks if key is a printable representation for this instance.
matches(Key, KeyModifier...) - Method in class com.vaadin.flow.component.ShortcutEvent
Checks if the event matches the given Key and (optional) KeyModifiers.
Material - Class in com.vaadin.flow.theme.material
Material component theme class implementation.
Material() - Constructor for class com.vaadin.flow.theme.material.Material
 
max - Variable in class com.vaadin.flow.component.charts.model.Axis
 
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.
MaxFilesReachedChangeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.upload.GeneratedVaadinUpload.MaxFilesReachedChangeEvent
 
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.
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.
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
 
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
 
MenuItem - Class in com.vaadin.flow.component.contextmenu
Item component used inside ContextMenu and SubMenu.
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 ContextMenus.
MenuItemBase(C) - Constructor for class com.vaadin.flow.component.contextmenu.MenuItemBase
Default constructor
MenuItemClickEvent - Class in com.vaadin.flow.component.applayout
Event fired after AppLayoutMenuItem is clicked
MenuItemClickEvent(AppLayoutMenuItem, boolean) - Constructor for class com.vaadin.flow.component.applayout.MenuItemClickEvent
 
MenuItemElement - Class in com.vaadin.flow.component.applayout.testbench
 
MenuItemElement() - Constructor for class com.vaadin.flow.component.applayout.testbench.MenuItemElement
 
MenuManager<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
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.
META - Static variable in interface com.vaadin.flow.component.Key
The Meta key.
Meta - Annotation Type 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.Container - Annotation Type in com.vaadin.flow.component.page
Internal annotation to enable use of multiple Meta annotations.
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.
MetadataWriter - Class in com.vaadin.flow.server.communication
Serializes miscellaneous metadata to JSON.
MetadataWriter() - Constructor for class com.vaadin.flow.server.communication.MetadataWriter
 
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_ROUTER_LAYOUT - Static variable in class com.vaadin.flow.server.startup.AbstractAnnotationValidator
 
MIDNIGHTBLUE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
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 - Static variable in interface com.vaadin.flow.component.Key
-_ on a US keyboard.
MISTYROSE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
MOCCASIN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
MODE_CHANGE - Static variable in interface com.vaadin.flow.component.Key
The Mode Change key.
ModelDescriptor<T extends TemplateModel> - Class in com.vaadin.flow.templatemodel
Describes the model type of a template class.
ModelEncoder<D,E extends Serializable> - Interface in com.vaadin.flow.templatemodel
Interface for implementing type encodings in template models together with the Encode annotation.
ModelItem - Annotation Type in com.vaadin.flow.component.polymertemplate
Allows to receive Model class item from the client side instead of a index of an element in dom-repeat Polymer template section, or string representation.
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.
modelToApplication(Serializable) - Method in class com.vaadin.flow.templatemodel.BasicComplexModelType
 
modelToApplication(Serializable) - Method in class com.vaadin.flow.templatemodel.BasicModelType
 
modelToApplication(Serializable) - Method in class com.vaadin.flow.templatemodel.BeanModelType
 
modelToApplication(Serializable) - Method in class com.vaadin.flow.templatemodel.ConvertedModelType
 
modelToApplication(Serializable) - Method in class com.vaadin.flow.templatemodel.ListModelType
 
modelToApplication(Serializable) - Method in interface com.vaadin.flow.templatemodel.ModelType
Creates a representation of the provided model value that is intended for use in application code.
ModelType - Interface in com.vaadin.flow.templatemodel
A model type that can convert values between a representation suitable for users and a representation suitable for storage in a StateNode.
modifyBootstrapPage(BootstrapPageResponse) - Method in interface com.vaadin.flow.server.BootstrapListener
Lets this listener make changes to the overall HTML document that will be used as the initial HTML page, as well as the HTTP headers in the response serving the initial HTML.
modifyBootstrapPage(BootstrapPageResponse) - Method in class com.vaadin.flow.server.VaadinService
modifySerializer(SerializationConfig, BeanDescription, JsonSerializer<?>) - Method in class com.vaadin.flow.component.charts.model.serializers.DefaultBeanSerializerModifier
 
mostPermissive(DisabledUpdateMode, DisabledUpdateMode) - Static method in enum com.vaadin.flow.dom.DisabledUpdateMode
Gets the most permissive out of two update modes.
MouseEventDetails - Class in com.vaadin.flow.component.charts.events
Helper class to store and transfer mouse event details.
MouseEventDetails() - Constructor for class com.vaadin.flow.component.charts.events.MouseEventDetails
 
MouseEventDetails.MouseButton - Enum in com.vaadin.flow.component.charts.events
Constants for mouse buttons.
moveAfterSibling(T, T) - Method in class com.vaadin.flow.data.provider.hierarchy.TreeData
Moves an item to the position immediately after a sibling item.
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
 
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.
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.
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.

N

NAME - Static variable in interface com.vaadin.testbench.parallel.SauceLabsIntegration.CapabilityType
 
NAMING_CONVENTION - Static variable in annotation type com.vaadin.flow.router.Route
 
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 template renderer to create a clickable button.
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 ItemClickListener to receive events.
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 ItemClickListener to receive events.
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 type com.vaadin.flow.component.Tag
Tag for an <nav>.
NAVAJOWHITE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
navigate(Class<? extends Component>) - Method in class com.vaadin.flow.component.UI
Updates this UI to show the view corresponding to the given navigation target.
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(String) - Method in class com.vaadin.flow.component.UI
Updates this UI to show the view corresponding to the given location.
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(UI, Location, NavigationTrigger) - Method in class com.vaadin.flow.router.Router
Navigates the given UI to the given location.
navigate() - Method in class com.vaadin.testbench.TestBenchDriverProxy
 
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.
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.
NavigationHandler - Interface in com.vaadin.flow.router
Handles navigation to a location e.g.
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
Class containing 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 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
 
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.
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.
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.
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.
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<N extends Node<N>> - Class in com.vaadin.flow.dom
A class representing a node in the DOM.
Node(StateNode, ElementStateProvider) - Constructor for class com.vaadin.flow.dom.Node
Private constructor for initializing with an existing node and state provider.
NODE_TYPE - Static variable in class com.vaadin.flow.internal.JsonCodec
Type id for a complex type array containing an Element.
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.
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
Provides access to a NodeList as a Set.
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.
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 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_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.
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
 
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_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
 
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 Type in com.vaadin.flow.theme
Defines that the class shouldn't log for missing theme.
NOTIFICATION - Static variable in interface com.vaadin.flow.component.Key
The Notification key.
Notification - Class in com.vaadin.flow.component.notification
Server-side component for the vaadin-notification element.
Notification() - Constructor for class com.vaadin.flow.component.notification.Notification
Default constructor.
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(Component...) - Constructor for class com.vaadin.flow.component.notification.Notification
Creates a notification with given components inside.
Notification.Position - Enum 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
 
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.
notifyNavigationTarget(Component, NavigationEvent, BeforeEnterEvent, LocationChangeEvent) - Method in class com.vaadin.flow.router.internal.AbstractNavigationStateRenderer
Notified 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
 
NotSupported - Annotation Type in com.vaadin.flow.component
Methods annotated with NotSupported are mapped to the original webcomponent implementation, but not supported at Java level.
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.
NumberField - Class in com.vaadin.flow.component.textfield
Server-side component for the vaadin-number-field element.
NumberField() - Constructor for class com.vaadin.flow.component.textfield.NumberField
Constructs an empty NumberField.
NumberField(String) - Constructor for class com.vaadin.flow.component.textfield.NumberField
Constructs an empty NumberField with the given label.
NumberField(String, String) - Constructor for class com.vaadin.flow.component.textfield.NumberField
Constructs an empty NumberField with the given label and placeholder text.
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, 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.
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
 
NumberRenderer<SOURCE> - Class in com.vaadin.flow.data.renderer
A template 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>, 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.
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) - 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.
numberStream(JsonArray) - Static method in class com.vaadin.flow.internal.JsonUtils
Creates a double stream from a JSON array of numbers.
NUMPAD_0 - Static variable in interface com.vaadin.flow.component.Key
0 Ins on a keyboard 0 on a phone or remote control
NUMPAD_1 - Static variable in interface com.vaadin.flow.component.Key
1 End on a keyboard 1 or 1 QZ on a phone orremote control
NUMPAD_2 - Static variable in interface com.vaadin.flow.component.Key
2 ↓ on a keyboard 2 ABC on a phone or remote control
NUMPAD_3 - Static variable in interface com.vaadin.flow.component.Key
3 PgDn on a keyboard 3 DEF on a phone or remote control
NUMPAD_4 - Static variable in interface com.vaadin.flow.component.Key
4 ← on a keyboard 4 GHI on a phone or remote control
NUMPAD_5 - Static variable in interface com.vaadin.flow.component.Key
5 on a keyboard 5 JKL on a phone or remote control
NUMPAD_6 - Static variable in interface com.vaadin.flow.component.Key
6 → on a keyboard 6 MNO on a phone or remote control
NUMPAD_7 - Static variable in interface com.vaadin.flow.component.Key
7 Home on a keyboard 7 PQRS or 7 PRS on a phoneor remote control
NUMPAD_8 - Static variable in interface com.vaadin.flow.component.Key
8 ↑ on a keyboard 8 TUV on a phone or remote control
NUMPAD_9 - Static variable in interface com.vaadin.flow.component.Key
9 PgUp on a keyboard 9 WXYZ or 9 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 or AC (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 the 7 key and to the left of the 0 key.
NUMPAD_SUBTRACT - Static variable in interface com.vaadin.flow.component.Key
-

O

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 com.vaadin.flow.component.charts.events.MouseEventDetails.MouseButton
 
of(String, String...) - Static method in interface com.vaadin.flow.component.Key
Returns a Key instance for a printable representation of the key.
of(int) - Static method in enum com.vaadin.flow.component.KeyLocation
Returns the KeyLocation for location.
of(String) - Static method in enum com.vaadin.flow.component.KeyModifier
Returns the KeyModifier for key.
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 class com.vaadin.flow.data.renderer.TemplateRenderer
Creates a new TemplateRenderer based on the provided template.
of(String, C, C) - Static method in class com.vaadin.flow.data.validator.RangeValidator
Returns a RangeValidator comparing values of a Comparable type using their natural order.
ofCollection(Collection<T>) - Static method in interface com.vaadin.flow.data.provider.DataProvider
Creates a new data provider backed by a collection.
offlinePageCache() - Method in class com.vaadin.flow.server.PwaRegistry
Google Workbox cache resource String of offline page.
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 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
OhlcOptions - Class in com.vaadin.flow.component.charts.model
 
OhlcOptions() - Constructor for class com.vaadin.flow.component.charts.model.OhlcOptions
 
ok(R) - Static method in interface com.vaadin.flow.data.binder.Result
Returns a successful result wrapping the given value.
ok() - Static method in interface com.vaadin.flow.data.binder.ValidationResult
Returns a successful result.
OL - Static variable in annotation type com.vaadin.flow.component.Tag
Tag for an <ol>.
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_DEMAND - Static variable in interface com.vaadin.flow.component.Key
Opens the user interface for selecting on demand content or programs to watch.
onAttach(AttachEvent) - Method in class com.vaadin.flow.component.charts.Chart
 
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.datepicker.DatePicker
 
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.timepicker.TimePicker
 
onAttach(AttachEvent) - Method in class com.vaadin.flow.component.UI
Called after the UI is added to the session.
onAttach(ElementAttachEvent) - Method in interface com.vaadin.flow.dom.ElementAttachListener
Invoked when an element is attached to the UI.
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() - Method in class com.vaadin.flow.internal.StateNode
Called when this node has been attached to a state tree.
onClick(SOURCE) - Method in interface com.vaadin.flow.data.renderer.ClickableRenderer
Invoked when an item is clicked or tapped.
onComponentAttach(Component, boolean) - Static method in class com.vaadin.flow.component.ComponentUtil
Handles triggering the onAttach method and firing the AttachEvent 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 the DetachEvent for the given component right before it is detached from a UI.
onComponentEvent(T) - Method in interface com.vaadin.flow.component.ComponentEventListener
Invoked when a component event has been fired.
onComponentEvent(E) - Method in class com.vaadin.flow.component.KeyEventListener
 
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(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.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.
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
 
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.ironlist.IronList
 
onEnabledStateChanged(boolean) - Method in class com.vaadin.flow.component.listbox.ListBox
 
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
 
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 the tag name after the previousSibling.
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
Method called when an item is clicked or tapped in the target component.
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(Set<Class<?>>, ServletContext) - Method in class com.vaadin.flow.server.startup.AnnotationValidator
 
onStartup(Set<Class<?>>, ServletContext) - Method in class com.vaadin.flow.server.startup.ErrorNavigationTargetInitializer
 
onStartup(Set<Class<?>>, ServletContext) - Method in class com.vaadin.flow.server.startup.RouteRegistryInitializer
 
onStartup(Set<Class<?>>, ServletContext) - Method in class com.vaadin.flow.server.startup.ServletVerifier
 
onStateChange(AtmosphereResourceEvent) - Method in class com.vaadin.flow.server.communication.PushAtmosphereHandler
 
onUnregister(SerializableRunnable) - Method in interface com.vaadin.flow.dom.DomListenerRegistration
Adds a handler that will be run when this registration is removed.
open(int) - Method in class com.vaadin.flow.component.accordion.Accordion
Opens the panel at the specified index.
open(AccordionPanel) - Method in class com.vaadin.flow.component.accordion.Accordion
Opens the specified panel.
open(int) - Method in class com.vaadin.flow.component.accordion.testbench.AccordionElement
Opens the panel at the specified index.
open() - Method in class com.vaadin.flow.component.accordion.testbench.AccordionPanelElement
Opens the panel.
open() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
open() - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
Opens the dialog.
open() - Method in class com.vaadin.flow.component.contextmenu.GeneratedVaadinContextMenu
Description copied from corresponding location in WebComponent:
open() - Method in class com.vaadin.flow.component.datepicker.DatePicker
Opens the datepicker overlay.
open() - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
Description copied from corresponding location in WebComponent:
open() - Method in class com.vaadin.flow.component.dialog.Dialog
Opens the dialog.
OPEN - Static variable in interface com.vaadin.flow.component.Key
Opens an existing document or message.
open() - Method in class com.vaadin.flow.component.notification.GeneratedVaadinNotification
Description copied from corresponding location in WebComponent:
open() - Method in class com.vaadin.flow.component.notification.Notification
Opens the notification.
OPEN_PROPERTY - Static variable in class com.vaadin.flow.component.charts.model.DataProviderSeries
 
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(R, boolean) - Constructor for class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox.OpenedChangeEvent
 
OpenedChangeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.contextmenu.GeneratedVaadinContextMenu.OpenedChangeEvent
 
OpenedChangeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker.OpenedChangeEvent
 
OpenedChangeEvent(Details, boolean) - Constructor for class com.vaadin.flow.component.details.Details.OpenedChangeEvent
 
OpenedChangeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.dialog.GeneratedVaadinDialog.OpenedChangeEvent
 
OpenedChangeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.notification.GeneratedVaadinNotification.OpenedChangeEvent
 
OpenedChangeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect.OpenedChangeEvent
 
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.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
OPTION - Static variable in annotation type com.vaadin.flow.component.Tag
Tag for an <option>.
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 Type in com.vaadin.flow.router
Annotation to mark a Navigation url parameter as optional.
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
 
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(OrderedList.NumberingType) - Constructor for class com.vaadin.flow.component.html.OrderedList
Creates a new empty ordered list with the specified OrderedList.NumberingType.
OrderedList(ListItem...) - Constructor for class com.vaadin.flow.component.html.OrderedList
Creates a new ordered list with the given list items.
OrderedList.NumberingType - Enum 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
 
OSGiAccess - Class in com.vaadin.flow.server.osgi
Manages scanned classes inside OSGi container.
OSGiAccess.OSGiServletContext - Class in com.vaadin.flow.server.osgi
This is internal class and is not intended to be used.
OSGiServletContext() - Constructor for class com.vaadin.flow.server.osgi.OSGiAccess.OSGiServletContext
 
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
 

P

P - Static variable in annotation type com.vaadin.flow.component.Tag
Tag for an <p>.
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.ExecutionCanceler - Interface in com.vaadin.flow.component.page
Callback method for canceling executable javascript set with Page.executeJavaScript(String, Serializable...).
PAGE_DOWN - Static variable in interface com.vaadin.flow.component.Key
The Page Down (or PgDn) key.
PAGE_UP - Static variable in interface com.vaadin.flow.component.Key
The Page Up (or PgUp) key.
PageConfigurator - Interface in com.vaadin.flow.server
Interface for configuring the initial page contents.
PageTitle - Annotation Type in com.vaadin.flow.router
Defines the HTML page title for a navigation target.
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
 
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
 
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 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
 
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.
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
 
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<? extends ParallelTest>, String, String[]) - Constructor for class com.vaadin.testbench.parallel.ParallelTestSuite
 
ParallelTestSuite(Class<?>, Class<?>[]) - Constructor for class com.vaadin.testbench.parallel.ParallelTestSuite
 
ParameterDeserializer - Class in com.vaadin.flow.router
Parameter deserialization utility.
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
 
ParentLayout - Annotation Type in com.vaadin.flow.router
Defines the parent layout for components in routing hierarchy.
parseImports(String, Function<String, InputStream>, Function<String, String>, Consumer<String>) - Static method in class com.vaadin.flow.component.internal.HtmlImportParser
Parses the contents of the given resource and passes any found HTML imports to the given consumer.
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.
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.
PasswordField - Class in com.vaadin.flow.component.textfield
Server-side component for the vaadin-password-field element.
PasswordField() - Constructor for class com.vaadin.flow.component.textfield.PasswordField
Constructs an empty PasswordField.
PasswordField(String) - Constructor for class com.vaadin.flow.component.textfield.PasswordField
Constructs an empty PasswordField with the given 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(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, 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, 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 - Static variable in interface com.vaadin.flow.component.Key
Paste from the clipboard.
PathLookup<T> - Class in com.vaadin.flow.templatemodel
A map for items that are looked up by hierarchical keys made up of period separated strings.
PAUSE - Static variable in interface com.vaadin.flow.component.Key
The Pause key.
PAYLOAD - Static variable in class com.vaadin.flow.internal.nodefeature.NodeProperties
PEACHPUFF - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
PERIOD - Static variable in interface com.vaadin.flow.component.Key
.> on a US keyboard.
PERU - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
PIE - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
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.
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
 
PLAY - Static variable in interface com.vaadin.flow.component.Key
The Play key.
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.
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) - Constructor for class com.vaadin.flow.component.charts.model.PlotBand
 
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) - 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
 
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
 
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
 
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
 
PLUM - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
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) - Constructor for class com.vaadin.flow.component.charts.events.PointClickEvent
Constructs a PointClickEvent
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, String, int) - 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) - 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) - 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 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) - Constructor for class com.vaadin.flow.component.charts.events.PointRemoveEvent
 
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) - 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) - 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, 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
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.
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
POLYMER_SERVER_EVENT_HANDLERS - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
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
Methods which are published as event-handlers on the client side.
PolymerServerEventHandlers(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.PolymerServerEventHandlers
Creates a new meta information list for the given state node.
PolymerTemplate<M extends TemplateModel> - Class in com.vaadin.flow.component.polymertemplate
Component for an HTML element declared as a polymer component.
PolymerTemplate(TemplateParser) - Constructor for class com.vaadin.flow.component.polymertemplate.PolymerTemplate
Creates the component that is responsible for Polymer template functionality using the provided parser.
PolymerTemplate(TemplateParser, VaadinService) - Constructor for class com.vaadin.flow.component.polymertemplate.PolymerTemplate
Creates the component that is responsible for Polymer template functionality using the provided parser.
PolymerTemplate() - Constructor for class com.vaadin.flow.component.polymertemplate.PolymerTemplate
Creates the component that is responsible for Polymer template functionality.
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
 
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
 
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.
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 - Static variable in interface com.vaadin.flow.component.Key
The PowerOff or PowerDown key.
PRE - Static variable in annotation type com.vaadin.flow.component.Tag
Tag for an <pre>.
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.
prependComponents(T, Component...) - Method in class com.vaadin.flow.component.select.Select
 
prependComponents(T, Component...) - Method in interface com.vaadin.flow.data.binder.HasItemsAndComponents
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.
preventsDefault() - Method in class com.vaadin.flow.component.ShortcutRegistration
Deprecated.
PREVIOUS_CANDIDATE - Static variable in interface com.vaadin.flow.component.Key
The Previous Candidate key.
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 or PrtScr key.
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 - Static variable in interface com.vaadin.flow.component.Key
The Process key.
ProgressBar - Class in com.vaadin.flow.component.progressbar
Server-side component for the vaadin-progress-bar element.
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 to max, and an initial value of min.
ProgressBar(double, double, double) - Constructor for class com.vaadin.flow.component.progressbar.ProgressBar
Constructs a new object with a scale of min to max, and an initial value of value.
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 in com.vaadin.flow.component.progressbar
Set of theme variants applicable for vaadin-progress-bar component.
ProgressListener - Interface in com.vaadin.flow.component.upload
ProgressListener receives events to track progress of upload.
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.
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.
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.
PropertyChangeListener - Interface in com.vaadin.flow.dom
A listener for property change events.
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 given SortDirection.
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(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.
PropertyFilter - Class in com.vaadin.flow.templatemodel
Property name filter that supports composition for resolving sub properties.
PropertyFilter(Predicate<String>) - Constructor for class com.vaadin.flow.templatemodel.PropertyFilter
Creates a new unwrapped filter from the given predicate.
PropertyFilter(PropertyFilter, String, Predicate<String>) - Constructor for class com.vaadin.flow.templatemodel.PropertyFilter
Creates a new filter by combining a predicate with a filter for an outer scope.
PropertyFilter(PropertyFilter, String) - Constructor for class com.vaadin.flow.templatemodel.PropertyFilter
Creates a new filter by adapting a filter from an outer scope.
PropertyFilterDefinition - Class in com.vaadin.flow.data.binder
Class containing 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 Type in com.vaadin.flow.data.binder
Defines the custom property name to be bound to a field component using Binder.
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, 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.
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, 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, 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.
PROPS - Static variable in interface com.vaadin.flow.component.Key
The Props (Properties) key.
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
 
PURPLE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
Push - Annotation Type in com.vaadin.flow.component.page
Configures automatic server push for a root navigation target (or custom UI).
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(boolean) - Method in class com.vaadin.flow.server.communication.AtmospherePushConnection
Pushes pending state changes and client RPC calls to the client.
push() - Method in interface com.vaadin.flow.server.communication.PushConnection
Pushes pending state changes and client RPC calls to the client.
PUSH_ID_PARAMETER - Static variable in class com.vaadin.flow.shared.ApplicationConstants
Name of the parameter used to transmit the push connection identifier.
PUSH_URL_KEY - Static variable in class com.vaadin.flow.internal.nodefeature.PushConfigurationMap
 
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.
PushMode - Enum 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
 
PushOsgiStaticResource - Class in com.vaadin.flow.push.osgi
Push static resources registration.
PushOsgiStaticResource() - Constructor for class com.vaadin.flow.push.osgi.PushOsgiStaticResource
 
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, String) - Method in class com.vaadin.flow.component.page.History
Invokes history.pushState in the browser with the given parameters.
pushState(JsonValue, Location) - Method in class com.vaadin.flow.component.page.History
Invokes history.pushState in the browser with the given parameters.
put(String, Serializable, boolean) - Method in class com.vaadin.flow.internal.nodefeature.ElementPropertyMap
 
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.NodeMap
Stores a value with the given key, replacing any value previously stored with the same key.
PWA - Annotation Type in com.vaadin.flow.server
Defines application PWA properties.
PwaConfiguration - Class in com.vaadin.flow.server
Class that holds the configuration from the PWA annotation.
PwaConfiguration(PWA, ServletContext) - Constructor for class com.vaadin.flow.server.PwaConfiguration
 
PwaHandler - Class in com.vaadin.flow.server.communication
Handles serving of PWA resources.
PwaHandler(PwaRegistry) - Constructor for class com.vaadin.flow.server.communication.PwaHandler
Creates PwaHandler from PwaRegistry.
PwaIcon - Class in com.vaadin.flow.server
Implementation of icons used in PWA resources.
PwaIcon.Domain - Enum 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.
PYRAMID - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
PyramidOptions - Class in com.vaadin.flow.component.charts.model
 
PyramidOptions() - Constructor for class com.vaadin.flow.component.charts.model.PyramidOptions
 

Q

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(F) - Constructor for class com.vaadin.flow.data.provider.Query
Constructs a Query for all rows from 0 to Integer.MAX_VALUE with 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.
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
 
quit() - Method in class com.vaadin.testbench.TestBenchDriverProxy
 
QUOTE - Static variable in interface com.vaadin.flow.component.Key
'" on a US keyboard.

R

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
A single select component using radio buttons as options.
RadioButtonGroup() - Constructor for class com.vaadin.flow.component.radiobutton.RadioButtonGroup
 
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
 
RadioGroupVariant - Enum in com.vaadin.flow.component.radiobutton
Set of theme variants applicable for vaadin-radio-group component.
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 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(String) - Constructor for class com.vaadin.flow.component.charts.model.RangeSeries
Constructs a RangeSeries with the given name
RangeSeries(Number[]...) - Constructor for class com.vaadin.flow.component.charts.model.RangeSeries
Constructs a RangeSeries with the given values
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.
RC_LOW_BATTERY - Static variable in interface com.vaadin.flow.component.Key
A code sent when the remote control's battery is low.
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
 
readBean(BEAN) - Method in class com.vaadin.flow.data.binder.Binder
Reads the bound property values from the given bean to the corresponding fields.
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.
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.
ReadOnlyHasValue<V> - Class in com.vaadin.flow.data.binder
Generic HasValue to use any type of component with Vaadin data binding.
ReadOnlyHasValue(SerializableConsumer<V>, V) - Constructor for class com.vaadin.flow.data.binder.ReadOnlyHasValue
Creates new ReadOnlyHasValue
ReadOnlyHasValue(SerializableConsumer<V>) - Constructor for class com.vaadin.flow.data.binder.ReadOnlyHasValue
Creates new ReadOnlyHasValue with null as an empty value.
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
readResource(String) - Static method in class com.vaadin.flow.server.BootstrapHandler
 
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_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
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.
RED - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
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
 
refreshAll() - Method in class com.vaadin.flow.data.provider.AbstractDataProvider
 
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
 
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.
refreshItem(T) - Method in class com.vaadin.flow.data.provider.AbstractDataProvider
 
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
 
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.
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
 
registerChildren(T, List<T>) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchyMapper
Register parent and children items into inner structures.
registerEventHandlers(Renderer<T>, Element, Element, ValueProvider<String, T>) - Static method in class com.vaadin.flow.data.renderer.RendererUtil
Registers the event handlers associated to a TemplateRenderer, if any.
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.
reinitializeSession(VaadinRequest) - Static method in class com.vaadin.flow.server.VaadinService
Discards the current session and creates a new session with the same contents.
RejectEvent(ConfirmDialog, boolean) - Constructor for class com.vaadin.flow.component.confirmdialog.ConfirmDialog.RejectEvent
 
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.flow.component.page.Page
Reloads the page in the browser.
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.
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(AccordionPanel) - Method in class com.vaadin.flow.component.accordion.Accordion
Removes a panel.
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.button.GeneratedVaadinButton
Removes the given child components from this component.
remove(DataSeriesItem) - Method in class com.vaadin.flow.component.charts.model.DataSeries
Removes a given item and immediately removes it from the chart.
remove(Component...) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
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.datepicker.GeneratedVaadinDatePicker
Removes the given child components from this component.
remove(Component...) - Method in class com.vaadin.flow.component.dialog.Dialog
 
remove(Component...) - Method in class com.vaadin.flow.component.formlayout.FormLayout.FormItem
 
remove(Component...) - Method in class com.vaadin.flow.component.formlayout.GeneratedVaadinFormItem
Removes the given child components from this component.
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(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.notification.Notification
Remove the given components from this notification.
remove(Component...) - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
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() - Method in class com.vaadin.flow.component.ShortcutRegistration
Removes the ShortcutRegistration
remove(Component...) - Method in class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout
Removes the given child components from this component.
remove(Component...) - Method in class com.vaadin.flow.component.splitlayout.SplitLayout
 
remove(Component...) - Method in class com.vaadin.flow.component.tabs.Tabs
Removes the given child components from this component.
remove(Component...) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
Removes the given child components from this component.
remove(Component...) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Removes the given child components from this component.
remove(Component...) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
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(V) - Method in class com.vaadin.flow.data.provider.KeyMapper
Removes object from the mapper.
remove(String) - Method in class com.vaadin.flow.dom.impl.BasicElementStyle
 
remove(String) - Method in class com.vaadin.flow.dom.impl.ImmutableEmptyStyle
 
remove(Object) - Method in class com.vaadin.flow.dom.impl.ThemeListImpl
 
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(int) - Method in class com.vaadin.flow.internal.nodefeature.ElementChildrenList
 
remove(String) - Method in class com.vaadin.flow.internal.nodefeature.ElementPropertyMap
 
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(Object) - Method in class com.vaadin.flow.internal.nodefeature.NodeList.SetView
 
remove(String) - Method in class com.vaadin.flow.internal.nodefeature.NodeMap
Removes the value stored for the given key.
remove(int) - Method in class com.vaadin.flow.internal.nodefeature.StateNodeNodeList
 
remove(int) - Method in class com.vaadin.flow.internal.nodefeature.VirtualChildrenList
 
remove() - Method in interface com.vaadin.flow.internal.StateTree.ExecutionRegistration
Removes the associated task from the execution queue.
remove(Class<? extends Component>) - Method in class com.vaadin.flow.server.startup.RouteTarget
Remove target route from this RouteTarget.
remove() - Method in interface com.vaadin.flow.shared.Registration
Removes the associated listener from the event source.
remove(Object) - Method in class com.vaadin.flow.templatemodel.TemplateModelListProxy
 
remove(int) - Method in class com.vaadin.flow.templatemodel.TemplateModelListProxy
 
removeAll() - Method in class com.vaadin.flow.component.button.GeneratedVaadinButton
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.combobox.GeneratedVaadinComboBox
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.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.datepicker.GeneratedVaadinDatePicker
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.dialog.Dialog
 
removeAll() - Method in class com.vaadin.flow.component.formlayout.FormLayout.FormItem
 
removeAll() - Method in class com.vaadin.flow.component.formlayout.GeneratedVaadinFormItem
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.notification.Notification
Remove all the components from this notification.
removeAll() - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
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.select.Select
Removes all child components that are not items.
removeAll() - Method in class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout
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.splitlayout.SplitLayout
Removes the primary and the secondary components.
removeAll() - Method in class com.vaadin.flow.component.tabs.Tabs
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.textfield.GeneratedVaadinTextArea
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.textfield.GeneratedVaadinTextField
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.upload.GeneratedVaadinUpload
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.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(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
 
removeAllChildren() - Method in class com.vaadin.flow.dom.Node
Removes all child elements, including elements only present at the client-side.
removeAllColumns() - Method in class com.vaadin.flow.component.grid.Grid
Removes all columns from this Grid.
removeAllProperties() - Method in class com.vaadin.flow.internal.nodefeature.AbstractPropertyMap
Removes all properties.
removeAttribute(String) - Method in class com.vaadin.flow.dom.Element
Removes the given attribute.
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(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(StateNode, String) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
 
removeAttribute(Element) - Method in class com.vaadin.flow.dom.impl.StyleAttributeHandler
 
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.flow.data.binder.Binder
Removes (internally) the Binding from the bound properties map (if present) and from the list of Bindings.
removeBranding() - Method in class com.vaadin.flow.component.applayout.AppLayout
Clears the branding area
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
removeChangeListener(ConfigurationChangeListener) - Method in class com.vaadin.flow.component.charts.model.Configuration
Removes a change listener.
removeChild(StateNode, int) - Method in interface com.vaadin.flow.dom.ElementStateProvider
Removes the child at the given position.
removeChild(StateNode, Element) - Method in interface com.vaadin.flow.dom.ElementStateProvider
Removes the given child.
removeChild(StateNode, int) - Method in class com.vaadin.flow.dom.impl.AbstractNodeStateProvider
 
removeChild(StateNode, Element) - 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 class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
 
removeChild(Element...) - Method in class com.vaadin.flow.dom.Node
Removes the given child element(s).
removeChild(int) - Method in class com.vaadin.flow.dom.Node
Removes the child at the given index.
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.PlotOptionsFunnel
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.
removeContent() - Method in class com.vaadin.flow.component.applayout.AppLayout
Removes the displayed content.
removeDataGenerator(DataGenerator<T>) - Method in class com.vaadin.flow.component.grid.Grid
 
removeDataGenerator(DataGenerator<T>) - Method in class com.vaadin.flow.data.provider.CompositeDataGenerator
Removes the DataGenerator from the list, destroying its data.
removeDataGenerator(DataGenerator<T>) - Method in interface com.vaadin.flow.data.provider.HasDataGenerators
Deprecated.
Use the registration returned from HasDataGenerators.addDataGenerator(DataGenerator) instead.
removeEditColumn(Grid) - Static method in class com.vaadin.flow.component.crud.Crud
Removes the crud edit column from a grid
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.dom.Element
Removes this element from its parent.
removeHref() - Method in class com.vaadin.flow.component.html.Anchor
Removes href attribute.
removeItem(T) - Method in class com.vaadin.flow.data.provider.hierarchy.TreeData
Remove a given item from this structure.
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.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.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.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
removeLevel(Level) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
Removes first occurrence of level in levels array
removeMenu() - Method in class com.vaadin.flow.component.applayout.AppLayout
Remove the menu.
removeMenuItem(AppLayoutMenuItem) - Method in class com.vaadin.flow.component.applayout.AppLayoutMenu
Removes AppLayoutMenuItem from the menu
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(String) - Method in class com.vaadin.flow.dom.Element
Removes the given property.
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.internal.nodefeature.AbstractPropertyMap
Removes the given property.
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(String) - Method in class com.vaadin.flow.router.internal.AbstractRouteRegistry
 
removeRoute(String, 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 targetRoute completely from the configuration.
removeRoute(String) - Method in class com.vaadin.flow.router.internal.ConfigureRoutes
Remove route for given path.
removeRoute(String, Class<? extends Component>) - Method in class com.vaadin.flow.router.internal.ConfigureRoutes
Remove specific navigation target for given route.
removeRoute(Class<? extends Component>) - Method in class com.vaadin.flow.router.RouteConfiguration
Remove the given navigation target route registration.
removeRoute(String) - Method in class com.vaadin.flow.router.RouteConfiguration
Remove all registrations for given path.
removeRoute(String, Class<? extends Component>) - Method in class com.vaadin.flow.router.RouteConfiguration
Remove only the specified navigationTarget from the path and not the whole path if other targets exist for path.
removeRoute(Class<? extends Component>) - Method in interface com.vaadin.flow.server.RouteRegistry
Remove the given navigation target route registration.
removeRoute(String) - Method in interface com.vaadin.flow.server.RouteRegistry
Remove all registrations for given path.
removeRoute(String, Class<? extends Component>) - Method in interface com.vaadin.flow.server.RouteRegistry
Remove only the specified navigationTarget from the path and not the whole path if other targets exist for path.
removeRow(Row) - Method in class com.vaadin.flow.component.board.Board
Removes the given row from the board.
removeScannedClasses(Long) - Method in class com.vaadin.flow.server.osgi.OSGiAccess
Removes classes from the bundle identified by the bundleId.
removeSession(WrappedSession) - Method in class com.vaadin.flow.server.VaadinService
Called when the VaadinSession should be removed from the underlying HTTP session.
removeStop(Stop) - Method in class com.vaadin.flow.component.charts.model.YAxis
Removes first occurrence of stop in stops array
removeSynchronizedProperty(String) - Method in class com.vaadin.flow.dom.Element
removeSynchronizedPropertyEvent(String) - Method in class com.vaadin.flow.dom.Element
removeThemeName(String) - Method in interface com.vaadin.flow.component.HasTheme
Removes a theme name from this component.
removeThemeNames(String...) - Method in interface com.vaadin.flow.component.HasTheme
Removes one or more theme names from component.
removeThemeVariants(ButtonVariant...) - Method in class com.vaadin.flow.component.button.GeneratedVaadinButton
Removes theme variants from the component.
removeThemeVariants(CheckboxGroupVariant...) - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckboxGroup
Removes theme variants from the component.
removeThemeVariants(CrudVariant...) - Method in class com.vaadin.flow.component.crud.Crud
Removes theme variants from the component.
removeThemeVariants(DetailsVariant...) - Method in class com.vaadin.flow.component.details.Details
Removes theme variants from the component.
removeThemeVariants(GridVariant...) - Method in class com.vaadin.flow.component.grid.Grid
Removes theme variants from the component.
removeThemeVariants(ProgressBarVariant...) - Method in class com.vaadin.flow.component.progressbar.GeneratedVaadinProgressBar
Removes theme variants from the component.
removeThemeVariants(RadioGroupVariant...) - Method in class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioGroup
Removes theme variants from the component.
removeThemeVariants(RichTextEditorVariant...) - Method in class com.vaadin.flow.component.richtexteditor.GeneratedVaadinRichTextEditor
Removes theme variants from the component.
removeThemeVariants(SplitLayoutVariant...) - Method in class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout
Removes theme variants from the component.
removeThemeVariants(TabVariant...) - Method in class com.vaadin.flow.component.tabs.GeneratedVaadinTab
Removes theme variants from the component.
removeThemeVariants(TabsVariant...) - Method in class com.vaadin.flow.component.tabs.GeneratedVaadinTabs
Removes theme variants from the component.
removeThemeVariants(TextAreaVariant...) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
Removes theme variants from the component.
removeThemeVariants(TextFieldVariant...) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
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
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.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.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() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
render(Element, DataKeyMapper<SOURCE>) - Method in class com.vaadin.flow.component.grid.ColumnPathRenderer
 
render(Element, DataKeyMapper<SOURCE>, Element) - Method in class com.vaadin.flow.component.grid.ColumnPathRenderer
 
render(Element, DataKeyMapper<T>, Element) - Method in class com.vaadin.flow.component.grid.editor.EditorRenderer
 
render() - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Description copied from corresponding location in WebComponent:
render(Element, DataKeyMapper<SOURCE>, Element) - Method in class com.vaadin.flow.data.renderer.BasicRenderer
 
render(Element, DataKeyMapper<SOURCE>, Element) - Method in class com.vaadin.flow.data.renderer.ComponentRenderer
 
render(Element, DataKeyMapper<SOURCE>) - Method in class com.vaadin.flow.data.renderer.Renderer
Handles the rendering of the model objects by creating a new <template> element in the given container.
render(Element, DataKeyMapper<SOURCE>, Element) - Method in class com.vaadin.flow.data.renderer.Renderer
Handles the rendering of the model objects by using the given <template> element in the given container.
Renderer<SOURCE> - Class in com.vaadin.flow.data.renderer
Base class for all renderers - classes that take a given model object as input and outputs a set of elements that represents that item in the UI.
Renderer() - Constructor for class com.vaadin.flow.data.renderer.Renderer
Default constructor.
Renderer(String) - Constructor for class com.vaadin.flow.data.renderer.Renderer
Builds a renderer with the specified template.
RendererUtil - Class in com.vaadin.flow.data.renderer
Class used internally by components that support TemplateRenderer.
Rendering<SOURCE> - Interface in com.vaadin.flow.data.renderer
Interface that defines the context of a given Renderer when building the output elements.
RepeatIndex - Annotation Type in com.vaadin.flow.component.polymertemplate
Allows to receive index of an element in dom-repeat Polymer template section.
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
Replaces the component in the container with another one without changing position.
replaceState(JsonValue, String) - Method in class com.vaadin.flow.component.page.History
Invokes history.replaceState in the browser with the given parameters.
replaceState(JsonValue, Location) - Method in class com.vaadin.flow.component.page.History
Invokes history.replaceState in the browser with the given parameters.
REQUEST_TYPE_HEARTBEAT - Static variable in class com.vaadin.flow.shared.ApplicationConstants
Request type parameter value indicating a heartbeat 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.
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
 
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.
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 via HasValue.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 (via InputStreamFactory.createInputStream() will be done under session lock and it's safe to access application data within InputStream read methods.
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(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(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, 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.
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(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(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.
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.data.provider.DataCommunicator
Resets all the data.
reset() - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalDataCommunicator
Resets all the data.
resetZoom(boolean, boolean) - Method in interface com.vaadin.flow.component.charts.events.internal.ConfigurationChangeListener
Reset zoom level by setting axis extremes to null
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 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 in com.vaadin.flow.component.charts.model
What frame the button should be placed related to.
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(Class<?>, Route) - Static method in class com.vaadin.flow.router.internal.RouteUtil
Gets the effective route path value of the annotated class.
resolve(Class<?>, Route) - Static method in class com.vaadin.flow.router.Router
Deprecated.
resolve(ResolveRequest) - Method in interface com.vaadin.flow.router.RouteResolver
Resolves the given request to a new NavigationState.
resolveBeanAndRun(TemplateModel, String, BiFunction<BeanModelType<?>, ElementPropertyMap, R>) - Static method in class com.vaadin.flow.templatemodel.TemplateModelUtil
Resolves a bean model type and model map based on a model instance and passes those values to the provided callback.
ResolveContext(VaadinService, WebBrowser, AbstractTheme) - Constructor for class com.vaadin.flow.server.communication.UidlWriter.ResolveContext
Creates a new context.
resolveListAndRun(TemplateModel, String, BiFunction<ListModelType<?>, ModelList, R>) - Static method in class com.vaadin.flow.templatemodel.TemplateModelUtil
Resolves a list model type and a model list based on a model instance and passes those to the provided callback.
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(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, WebBrowser) - Method in class com.vaadin.flow.server.VaadinService
resolveResource(String, WebBrowser) - Method in class com.vaadin.flow.server.VaadinServletService
 
resolveType(String) - Method in class com.vaadin.flow.templatemodel.BeanModelType
Finds the model type denoted by the given model path.
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, String) - Method in class com.vaadin.flow.server.ServiceContextUriResolver
resolveVaadinUri(String, String, String) - Method in class com.vaadin.flow.shared.VaadinUriResolver
Translates a Vaadin URI to a URL that can be loaded by the browser.
ResponseWriter - Class in com.vaadin.flow.internal
The class that handles writing the response data into the response.
ResponseWriter() - Constructor for class com.vaadin.flow.internal.ResponseWriter
ResponseWriter(int) - Constructor for class com.vaadin.flow.internal.ResponseWriter
Deprecated.
This constructor is never used internally and might be removed.
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.
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.
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
 
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.
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.
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.
RichTextEditor - Class in com.vaadin.flow.component.richtexteditor
Server-side component for the <vaadin-rich-text-editor> component.
RichTextEditor() - Constructor for class com.vaadin.flow.component.richtexteditor.RichTextEditor
Constructs an empty RichTextEditor.
RichTextEditor(String) - Constructor for class com.vaadin.flow.component.richtexteditor.RichTextEditor
Constructs a RichTextEditor with the initial value
RichTextEditor(HasValue.ValueChangeListener<? super AbstractField.ComponentValueChangeEvent<RichTextEditor, String>>) - Constructor for class com.vaadin.flow.component.richtexteditor.RichTextEditor
Constructs an empty TextField with a value change listener.
RichTextEditor(String, 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 and an initial value.
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 in com.vaadin.flow.component.richtexteditor
Set of theme variants applicable for vaadin-rich-text-editor component.
ROMAJI - Static variable in interface com.vaadin.flow.component.Key
The Romaji key; selects the Roman character set.
ROSYBROWN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
Route - Annotation Type in com.vaadin.flow.router
Defines the route for components that function as navigation targets in routing.
RouteAlias - Annotation Type in com.vaadin.flow.router
Defines the route alias for components that function as navigation targets in routing.
RouteAlias.Container - Annotation Type 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.
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.
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.
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
 
RoutePrefix - Annotation Type 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_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 Routes on startup.
RouteRegistryInitializer() - Constructor for class com.vaadin.flow.server.startup.RouteRegistryInitializer
 
RouteResolver - Interface in com.vaadin.flow.router
Callback interface for resolving ResolveRequests to new NavigationStates.
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(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 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 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.
RouterUtil - Class in com.vaadin.flow.router.internal
Deprecated.
This is an internal class for Flow and should not be used outside. This is deprecated since 1.3 and will be removed in later versions of Flow.
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.
RouteTarget - Class in com.vaadin.flow.server.startup
Route target holder that handles getting the correct type of has parameter target.
RouteTarget(Class<? extends Component>) - Constructor for class com.vaadin.flow.server.startup.RouteTarget
Create a new Route target holder with the given target registered.
RouteTarget(Class<? extends Component>, boolean) - Constructor for class com.vaadin.flow.server.startup.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.
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
 
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_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_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_TYPE - Static variable in class com.vaadin.flow.shared.JsonConstants
Key holding the type in of messages sent from the client.
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.
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
 
runExecutionsBeforeClientResponse() - Method in class com.vaadin.flow.internal.StateTree
Called internally by the framework before the response is sent to the client.
RunLocally - Annotation Type 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.
RunOnHub - Annotation Type 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
safeEscapeForHtml(String) - Static method in class com.vaadin.flow.server.VaadinServlet
Deprecated.
As of 7.0. Will likely change or be removed in a future version
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 used by ParallelTest
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.
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.
SCATTER - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
schedule(Runnable) - Method in class com.vaadin.testbench.parallel.ParallelScheduler
 
SCREEN_MODE_NEXT - Static variable in interface com.vaadin.flow.component.Key
Cycles through the available screen display modes.
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.
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_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
 
scrollIntoView() - Method in class com.vaadin.testbench.TestBenchElement
Scrolls the element into the visible area of the browser window
scrollLeft(int) - Method in class com.vaadin.testbench.TestBenchElement
Sets the number of pixels that an element's content is scrolled to the left.
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.ironlist.testbench.IronListElement
Scrolls to the row with the given index.
SEAGREEN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
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_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
 
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 type com.vaadin.flow.component.Tag
Tag for an <section>.
Select - Class in com.vaadin.flow.component.charts.model
The appearance of the point marker when selected.
Select() - Constructor for class com.vaadin.flow.component.charts.model.Select
 
Select(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.Select
 
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(int) - Method in class com.vaadin.flow.component.grid.testbench.GridElement
Selects the row with the given index.
select() - Method in class com.vaadin.flow.component.grid.testbench.GridTRElement
Selects the row if it is not already selected.
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(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, 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, 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 - Static variable in interface com.vaadin.flow.component.Key
The Select key.
Select<T> - Class in com.vaadin.flow.component.select
A customizable drop-down select component similar to a native browser select.
Select() - Constructor for class com.vaadin.flow.component.select.Select
Constructs a select.
Select(T...) - Constructor for class com.vaadin.flow.component.select.Select
Constructs a select with the given items.
SELECT - Static variable in annotation type com.vaadin.flow.component.Tag
Tag for an <select>.
select(T...) - Method in interface com.vaadin.flow.data.selection.MultiSelect
Adds the given items to the set of currently selected items.
select(Iterable<T>) - Method in interface com.vaadin.flow.data.selection.MultiSelect
Adds the given items to the set of currently selected items.
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.
selectAll() - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
 
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.combobox.testbench.ComboBoxElement
 
selectByText(String) - Method in interface com.vaadin.flow.component.common.testbench.HasSelectByText
Selects the first option matching the given text.
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.radiobutton.testbench.RadioButtonGroupElement
 
selectByText(String) - Method in class com.vaadin.flow.component.select.testbench.SelectElement
 
SelectedChangeEvent(Tabs, boolean) - Constructor for class com.vaadin.flow.component.tabs.Tabs.SelectedChangeEvent
 
SelectedItemChangeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox.SelectedItemChangeEvent
 
SelectElement - Class in com.vaadin.flow.component.html.testbench
A TestBench element representing a <select> element.
SelectElement() - Constructor for class com.vaadin.flow.component.html.testbench.SelectElement
 
SelectElement - Class in com.vaadin.flow.component.select.testbench
Testbench Element API for vaadin-select.
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.
selectItemByIndex(int) - Method in class com.vaadin.flow.component.select.testbench.SelectElement
 
selectItems(T...) - Method in interface com.vaadin.flow.data.selection.SelectionModel.Multi
Adds the given items to the set of currently selected items.
selectMenuItem(AppLayoutMenuItem) - Method in class com.vaadin.flow.component.applayout.AppLayoutMenu
Selects a menu item.
SEMICOLON - Static variable in interface com.vaadin.flow.component.Key
;: on a US keyboard.
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.testbench.TestBenchElement
 
sendMessage(String) - Method in class com.vaadin.flow.server.communication.AtmospherePushConnection
Sends the given message to the current client.
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 also Serializable.
SerializableBiFunction<T,U,R> - Interface in com.vaadin.flow.function
A BiFunction that is also Serializable.
SerializableBiPredicate<T,U> - Interface in com.vaadin.flow.function
A BiPredicate that is also Serializable.
SerializableComparator<T> - Interface in com.vaadin.flow.function
A Comparator that is also Serializable.
SerializableConsumer<T> - Interface in com.vaadin.flow.function
A Consumer that is also Serializable.
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 also Serializable.
SerializableNodeList<T extends Serializable> - Class in com.vaadin.flow.internal.nodefeature
A list which contains Serializable values but not StateNodes.
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 also Serializable.
SerializableRunnable - Interface in com.vaadin.flow.function
A Runnable that is also Serializable.
SerializableSupplier<T> - Interface in com.vaadin.flow.function
A Supplier that is also Serializable.
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(T, BeanSerializerDelegator<T>, JsonGenerator, SerializerProvider) - Method in class com.vaadin.flow.component.charts.model.serializers.BeanSerializationDelegate
 
serialize(Object, JsonGenerator, SerializerProvider) - Method in class com.vaadin.flow.component.charts.model.serializers.BeanSerializerDelegator
 
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(Date, JsonGenerator, SerializerProvider) - Method in class com.vaadin.flow.component.charts.model.serializers.DateSerializer
 
serialize(Instant, JsonGenerator, SerializerProvider) - Method in class com.vaadin.flow.component.charts.model.serializers.InstantSerializer
 
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(SolidColor, JsonGenerator, SerializerProvider) - Method in class com.vaadin.flow.component.charts.model.serializers.SolidColorSerializer
 
serialize(Stop, JsonGenerator, SerializerProvider) - Method in class com.vaadin.flow.component.charts.model.serializers.StopSerializer
 
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
 
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) - 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
 
SERVER_SYNC_ID - Static variable in class com.vaadin.flow.shared.ApplicationConstants
The name of the parameter used to transmit the sync id.
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.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 or a file from a WebJar.
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.
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 a VaadinService 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(Throwable) - Constructor for exception com.vaadin.flow.server.ServiceException
Creates an exception which wraps the given throwable.
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.
serviceInit(ServiceInitEvent) - Method in interface com.vaadin.flow.server.VaadinServiceInitListener
Run when a VaadinService instance is initialized.
ServiceInitEvent - Class in com.vaadin.flow.server
Event fired to VaadinServiceInitListener when a VaadinService is being initialized.
ServiceInitEvent(VaadinService) - Constructor for class com.vaadin.flow.server.ServiceInitEvent
Creates a new service init event for a given VaadinService and the RequestHandler that will be used by the service.
SERVLET_PARAMETER_BROTLI - Static variable in class com.vaadin.flow.server.Constants
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.Constants
 
SERVLET_PARAMETER_DISABLE_XSRF_PROTECTION - Static variable in class com.vaadin.flow.server.Constants
 
SERVLET_PARAMETER_HEARTBEAT_INTERVAL - Static variable in class com.vaadin.flow.server.Constants
 
SERVLET_PARAMETER_PRODUCTION_MODE - Static variable in class com.vaadin.flow.server.Constants
 
SERVLET_PARAMETER_PUSH_MODE - Static variable in class com.vaadin.flow.server.Constants
 
SERVLET_PARAMETER_PUSH_SUSPEND_TIMEOUT_LONGPOLLING - Static variable in class com.vaadin.flow.server.Constants
 
SERVLET_PARAMETER_PUSH_URL - Static variable in class com.vaadin.flow.server.Constants
 
SERVLET_PARAMETER_REQUEST_TIMING - Static variable in class com.vaadin.flow.server.Constants
 
SERVLET_PARAMETER_SEND_URLS_AS_PARAMETERS - Static variable in class com.vaadin.flow.server.Constants
 
SERVLET_PARAMETER_SYNC_ID_CHECK - Static variable in class com.vaadin.flow.server.Constants
 
ServletContainerInitializerExtender - Class in com.vaadin.flow.server.osgi
Bundle activator which starts bundle tracker.
ServletContainerInitializerExtender() - Constructor for class com.vaadin.flow.server.osgi.ServletContainerInitializerExtender
 
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
 
ServletHelper - Class in com.vaadin.flow.server
Contains helper methods for VaadinServlet and generally for handling VaadinRequests.
ServletHelper.RequestType - Enum in com.vaadin.flow.server
Framework internal enum for tracking the type of a request.
servletInitialized() - Method in class com.vaadin.flow.server.VaadinServlet
 
ServletVerifier - Class in com.vaadin.flow.server.startup
Verify the servlet version on container initialization.
ServletVerifier() - Constructor for class com.vaadin.flow.server.startup.ServletVerifier
 
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(PropertyDescriptor<T, ?>, T) - Method in class com.vaadin.flow.component.Component
Sets the value of the given component property.
set(int, List<JsonValue>) - Method in class com.vaadin.flow.component.grid.Grid.UpdateQueue
 
set(HasElement, S) - Method in interface com.vaadin.flow.component.PropertyDescriptor
Sets the property value for the given component.
set(Element, S) - Method in interface com.vaadin.flow.component.PropertyDescriptor
Sets the property value for the given element.
set(int, List<JsonValue>) - Method in interface com.vaadin.flow.data.provider.ArrayUpdater.Update
Sets the items at the start position.
set(int, List<JsonValue>, String) - Method in interface com.vaadin.flow.data.provider.hierarchy.HierarchicalArrayUpdater.HierarchicalUpdate
Sets the items at the start position.
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, 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, boolean) - Method in interface com.vaadin.flow.dom.ThemeList
Sets or removes the given theme name, based on the set parameter.
set(Class<T>, T) - Static method in class com.vaadin.flow.internal.CurrentInstance
Sets the current instance of the given type.
set(String, String) - Method in class com.vaadin.flow.internal.nodefeature.ElementAttributeMap
Sets the given attribute to the given value.
set(int, T) - Method in class com.vaadin.flow.templatemodel.TemplateModelListProxy
 
setAbsoluteX(int) - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
 
setAbsoluteY(int) - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
 
setAccept(String) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
Description copied from corresponding location in WebComponent:
setAcceptedFileTypes(String...) - Method in class com.vaadin.flow.component.upload.Upload
Specify the types of files that the server accepts.
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.
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(VerticalAlign) - Method in class com.vaadin.flow.component.charts.model.AxisTitle
Alignment of the title relative to the axis values.
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.
setAlignCenter(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
Sets the translated word for alignCenter.
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 #setDefaultVerticalComponentAlignment(Alignment).
setAlignItems(FlexComponent.Alignment) - Method in class com.vaadin.flow.component.orderedlayout.VerticalLayout
This is the same as #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 element container inside the layout.
setAlignSelf(FlexComponent.Alignment, HasElement...) - Method in class com.vaadin.flow.component.orderedlayout.HorizontalLayout
This is the same as #setVerticalComponentAlignment(Alignment, Component...).
setAlignSelf(FlexComponent.Alignment, HasElement...) - Method in class com.vaadin.flow.component.orderedlayout.VerticalLayout
This is the same as #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.ComboBox
 
setAllowCustomValue(boolean) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
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.
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.
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.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.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.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.
setAlpha(Number) - Method in class com.vaadin.flow.component.charts.model.Options3d
One of the two rotation angles for the chart.
setAlt(String) - Method in class com.vaadin.flow.component.html.Image
Sets the alternate text for the image.
setAlternateGridColor(Boolean) - 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(Boolean) - 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(Boolean) - 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(Boolean) - 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.
setAltKey(boolean) - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
 
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.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.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.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.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.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.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 any RouteAlias that may be on the class.
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
 
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.GeneratedVaadinDialog
Description copied from corresponding location in WebComponent:
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.
setAttribute(String, String) - Method in class com.vaadin.flow.dom.Element
Sets the given attribute to the given value.
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(StateNode, String, String) - Method in interface com.vaadin.flow.dom.ElementStateProvider
Sets the given attribute to the given value.
setAttribute(StateNode, String, AbstractStreamResource) - Method in interface com.vaadin.flow.dom.ElementStateProvider
Sets the given attribute to the given StreamResource value.
setAttribute(StateNode, String, String) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
 
setAttribute(StateNode, String, AbstractStreamResource) - 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, AbstractStreamResource) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
 
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(StateNode, String, String) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
 
setAttribute(StateNode, String, AbstractStreamResource) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
 
setAttribute(Element, String) - Method in class com.vaadin.flow.dom.impl.StyleAttributeHandler
 
setAttribute(String, Object) - Method in class com.vaadin.flow.server.Attributes
Stores a value in this set.
setAttribute(Class<T>, T) - Method in class com.vaadin.flow.server.Attributes
Stores a value in this set.
setAttribute(String, Object) - Method in class com.vaadin.flow.server.osgi.OSGiAccess.OSGiServletContext
 
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(Class<T>, T) - 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.
setAutocapitalize(String) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
Description copied from corresponding location in WebComponent:
setAutocapitalize(String) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Description copied from corresponding location in WebComponent:
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(String) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
Description copied from corresponding location in WebComponent:
setAutocomplete(String) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Description copied from corresponding location in WebComponent:
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(String) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
Description copied from corresponding location in WebComponent:
setAutocorrect(String) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Description copied from corresponding location in WebComponent:
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.button.GeneratedVaadinButton
Description copied from corresponding location in WebComponent:
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.checkbox.GeneratedVaadinCheckbox
Description copied from corresponding location in WebComponent:
setAutofocus(boolean) - Method in class com.vaadin.flow.component.combobox.ComboBox
Set the combobox to be input focused when the page loads.
setAutofocus(boolean) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
 
setAutofocus(boolean) - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
Description copied from corresponding location in WebComponent:
setAutofocus(boolean) - Method in class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioButton
Description copied from corresponding location in WebComponent:
setAutofocus(boolean) - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Description copied from corresponding location in WebComponent:
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.EmailField
 
setAutofocus(boolean) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
Description copied from corresponding location in WebComponent:
setAutofocus(boolean) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Description copied from corresponding location in WebComponent:
setAutofocus(boolean) - Method in class com.vaadin.flow.component.textfield.NumberField
 
setAutofocus(boolean) - Method in class com.vaadin.flow.component.textfield.PasswordField
 
setAutofocus(boolean) - Method in class com.vaadin.flow.component.textfield.TextArea
 
setAutofocus(boolean) - Method in class com.vaadin.flow.component.textfield.TextField
 
setAutofocus(boolean) - Method in class com.vaadin.flow.component.timepicker.GeneratedVaadinTimePicker
Description copied from corresponding location in WebComponent:
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.
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.textfield.EmailField
Set to true to always have the field value automatically selected when the field gains focus, false otherwise.
setAutoselect(boolean) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
Description copied from corresponding location in WebComponent:
setAutoselect(boolean) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Description copied from corresponding location in WebComponent:
setAutoselect(boolean) - Method in class com.vaadin.flow.component.textfield.NumberField
Set to true to always have the field value automatically selected when the field gains focus, false otherwise.
setAutoselect(boolean) - Method in class com.vaadin.flow.component.textfield.PasswordField
Set to true to always have the field value automatically selected when the field gains focus, false otherwise.
setAutoselect(boolean) - Method in class com.vaadin.flow.component.textfield.TextArea
Set to true to always have the field value automatically selected when the field gains focus, false otherwise.
setAutoselect(boolean) - Method in class com.vaadin.flow.component.textfield.TextField
Set to true to always have the field value automatically selected when the field gains focus, false otherwise.
setAutoUpload(boolean) - Method in class com.vaadin.flow.component.upload.Upload
When false, it prevents uploads from triggering immediately upon adding file(s).
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.
setBackEndSorting(List<QuerySortOrder>) - Method in class com.vaadin.flow.data.provider.DataCommunicator
Sets the QuerySortOrders 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(Background...) - Method in class com.vaadin.flow.component.charts.model.Pane
An object, or array of objects, for backgrounds.
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.
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.
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.
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
 
setBlockquote(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
Sets the translated word for blockquote.
setBold(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
Sets the translated word for bold.
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.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.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.PlotOptionsWaterfall
The corner radius of the border surrounding each column or bar.
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.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.
setBoxSizing(BoxSizing) - Method in interface com.vaadin.flow.component.orderedlayout.ThemableLayout
Sets the box-sizing CSS property of the layout.
setBranding(Component) - Method in class com.vaadin.flow.component.applayout.AppLayout
Sets the component into branding area
setBranding(Element) - Method in class com.vaadin.flow.component.applayout.AppLayout
Sets the element into branding area
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.
setBrowserDefaultAllowed(boolean) - Method in class com.vaadin.flow.component.ShortcutRegistration
Set whether the default key behavior is allowed in the browser.
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
 
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
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.
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
 
setCalendar(String) - Method in class com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n
Sets the translated word for calendar.
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.
setCancel(String) - Method in class com.vaadin.flow.component.upload.UploadI18N
Set cancel translation.
setCancelable(boolean) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
Whether to show or hide 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.
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
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
setCapture(String) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
Description copied from corresponding location in WebComponent:
setCaptureScreenshotOnFailure(boolean) - Static method in class com.vaadin.testbench.Parameters
Deprecated.
This does nothing, use ScreenshotOnFailureRule
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(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, String) - Method in class com.vaadin.flow.component.charts.model.Pane
 
setCenter(String[]) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
The center of the series.
setCenter(String, String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
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, String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
setCenter(String[]) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
The center of the series.
setCenter(String, String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
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.PyramidOptions
 
setChangeDecimals(Number) - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
How many decimals to show for the point.change value when the series.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 the series.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.
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.GeneratedVaadinRadioButton
Description copied from corresponding location in WebComponent:
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.
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.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.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.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.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.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.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.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
setClassName(String) - Method in interface com.vaadin.flow.component.HasStyle
Sets the CSS class names of this component.
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 rows in this grid.
setClean(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
Sets the translated word for clean.
setClear(String) - Method in class com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n
Sets the translated word for clear.
setClearButtonVisible(boolean) - Method in class com.vaadin.flow.component.textfield.EmailField
Set to false to hide the clear button which clears the email field.
setClearButtonVisible(boolean) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
Description copied from corresponding location in WebComponent:
setClearButtonVisible(boolean) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Description copied from corresponding location in WebComponent:
setClearButtonVisible(boolean) - Method in class com.vaadin.flow.component.textfield.NumberField
Set to false to hide the clear button which clears the number field.
setClearButtonVisible(boolean) - Method in class com.vaadin.flow.component.textfield.PasswordField
Set to false to hide the clear button which clears the password field.
setClearButtonVisible(boolean) - Method in class com.vaadin.flow.component.textfield.TextArea
Set to false to hide the clear button which clears the text area.
setClearButtonVisible(boolean) - Method in class com.vaadin.flow.component.textfield.TextField
Set to false to hide the clear button which clears the text field.
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
setCloseOn(String) - Method in class com.vaadin.flow.component.contextmenu.GeneratedVaadinContextMenu
Description copied from corresponding location in WebComponent:
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.
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.Side
The color of the panel.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.style.LabelStyle
Sets the color CSS attribute.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.Top
The color of the panel.
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.icon.IronIcon
Sets the fill color of the icon.
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.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.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.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.
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(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.DataSeriesItem
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
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
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}.
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.
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.
setColumnKey(String, Grid.Column) - Method in class com.vaadin.flow.component.grid.Grid
Sets a user-defined identifier for given column.
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.TreeGrid(Class).
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.
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 using Grid.Column.setSortProperty(String[]).
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(StateNode, Component) - Method in interface com.vaadin.flow.dom.ElementStateProvider
Defines a mapping between the element and the given component.
setComponent(Element, Component) - Static method in class com.vaadin.flow.dom.ElementUtil
Defines a mapping between this element and the given Component.
setComponent(Component) - Method in class com.vaadin.flow.internal.nodefeature.ComponentMapping
Assigns the given component to this node.
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.
setComponentRendererTag(String) - Method in class com.vaadin.flow.data.renderer.ComponentRenderer
Sets the tag of the webcomponent used at the client-side to manage component rendering inside <template>.
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(Configuration) - Method in class com.vaadin.flow.component.charts.model.AbstractSeries
 
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.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
 
setConfirm(String) - Method in class com.vaadin.flow.component.crud.CrudI18n.Confirmations.Confirmation.Button
Sets the confirm text
setConfirm(CrudI18n.Confirmations) - Method in class com.vaadin.flow.component.crud.CrudI18n
Sets the confirmation dialogs
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
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
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.
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.
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.
setContainer(Element) - Method in class com.vaadin.flow.data.provider.ComponentDataGenerator
 
setContent(Component) - Method in class com.vaadin.flow.component.applayout.AppLayout
Sets the displayed content.
setContent(Element) - Method in class com.vaadin.flow.component.applayout.AppLayout
Sets the displayed content.
setContent(String) - Method in class com.vaadin.flow.component.crud.CrudI18n.Confirmations.Confirmation
Sets the main content in a dialog
setContent(Component) - Method in class com.vaadin.flow.component.details.Details
Sets the component content
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.
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.
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.
setCount(Number) - Method in class com.vaadin.flow.component.charts.model.RangeSelectorButton
Defines how many units of the defined type to use.
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.
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.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.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.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.
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.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.
setCtrlKey(boolean) - Method in class com.vaadin.flow.component.charts.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(VaadinSession) - Static method in class com.vaadin.flow.internal.CurrentInstance
Sets current instances for the VaadinSession 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.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(String) - Method in class com.vaadin.flow.component.charts.model.DataSeriesItem
Sets the cursor CSS attribute to be shown on mouse over
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.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.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.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.
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[], 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.DataSeries
Sets the data entries, first clearing the old ones.
setData(List<DataSeriesItem>) - Method in class com.vaadin.flow.component.charts.model.DataSeries
Sets the data to the provided list of data items.
setData(Number[]...) - Method in class com.vaadin.flow.component.charts.model.HeatSeries
Sets the numeric data for this series.
setData(Number...) - Method in class com.vaadin.flow.component.charts.model.ListSeries
Sets the values in the list series to the ones provided.
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.
setData(Collection<TreeSeriesItem>) - Method in class com.vaadin.flow.component.charts.model.TreeSeries
Set the list of TreeSeriesItem in this series.
setData(Component, String, Object) - Static method in class com.vaadin.flow.component.ComponentUtil
Stores a arbitrary value for the given component.
setData(Component, Class<T>, T) - Static method in class com.vaadin.flow.component.ComponentUtil
Stores a an instance of a specific type for the given component.
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.PlotOptionsArea
Options for the series data labels, appearing next to each data point.
setDataLabels(DataLabelsRange) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
Extended data labels for range series types.
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(DataLabelsRange) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
Extended data labels for range series types.
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.PlotOptionsColumn
Options for the series data labels, appearing next to each data point.
setDataLabels(DataLabelsRange) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
Extended data labels for range series types.
setDataLabels(DataLabelsFunnel) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
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.PlotOptionsPie
 
setDataLabels(DataLabelsFunnel) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
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.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.PointOptions
Specific data labels configuration for a series type
setDataLabels(DataLabelsFunnel) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
Specific data labels configuration for a series type
setDataProvider(DataProvider<T, ?>) - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
 
setDataProvider(DataProvider<T, String>) - Method in class com.vaadin.flow.component.combobox.ComboBox
Sets the data provider for this listing.
setDataProvider(DataProvider<T, C>, SerializableFunction<String, C>) - Method in class com.vaadin.flow.component.combobox.ComboBox
Sets the data provider and filter converter for this listing.
setDataProvider(ListDataProvider<T>) - Method in class com.vaadin.flow.component.combobox.ComboBox
Sets a list data provider as the data provider of this combo box.
setDataProvider(ComboBox.FetchItemsCallback<T>, SerializableFunction<String, Integer>) - Method in class com.vaadin.flow.component.combobox.ComboBox
Sets a CallbackDataProvider using the given fetch items callback and a size callback.
setDataProvider(ComboBox.ItemFilter<T>, ListDataProvider<T>) - Method in class com.vaadin.flow.component.combobox.ComboBox
Sets a list data provider with an item filter as the data provider of this combo box.
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
 
setDataProvider(DataProvider<T, ?>) - Method in class com.vaadin.flow.component.ironlist.IronList
 
setDataProvider(DataProvider<T, ?>) - Method in class com.vaadin.flow.component.listbox.ListBox
 
setDataProvider(DataProvider<T, ?>) - Method in class com.vaadin.flow.component.radiobutton.RadioButtonGroup
 
setDataProvider(DataProvider<T, ?>) - Method in class com.vaadin.flow.component.select.Select
 
setDataProvider(DataProvider<T, ?>) - Method in class com.vaadin.flow.component.treegrid.TreeGrid
 
setDataProvider(DataProvider<T, ?>) - Method in interface com.vaadin.flow.data.binder.HasDataProvider
Sets the data provider 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, 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>, F) - Method in class com.vaadin.flow.data.provider.DataCommunicator
Sets the current data provider for this DataCommunicator.
setDataProvider(HierarchicalDataProvider<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) - 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.
setDateHeader(String, long) - Method in class com.vaadin.flow.server.BootstrapPageResponse
Properly formats a timestamp as a date in a header that will be included in the HTTP response.
setDateHeader(String, long) - Method in interface com.vaadin.flow.server.VaadinResponse
Properly formats a timestamp as a date header.
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.
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.
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.
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.
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.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.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.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.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.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.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.
setDesiredCapabilities(DesiredCapabilities) - Method in class com.vaadin.testbench.parallel.ParallelTest
Sets the requested DesiredCapabilities (usually browser name and version)
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.
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.
setDialogGracePeriod(int) - Method in interface com.vaadin.flow.component.ReconnectDialogConfiguration
Sets the timeout (in milliseconds) between noticing a loss of connection and showing the dialog.
setDialogGracePeriod(int) - Method in class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap
 
setDialogModal(boolean) - Method in interface com.vaadin.flow.component.ReconnectDialogConfiguration
Sets the modality of the dialog.
setDialogModal(boolean) - Method in class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap
 
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
 
setDisabled(boolean) - Method in class com.vaadin.flow.component.button.GeneratedVaadinButton
Description copied from corresponding location in WebComponent:
setDisabled(boolean) - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox
Description copied from corresponding location in WebComponent:
setDisabled(boolean) - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckboxGroup
Description copied from corresponding location in WebComponent:
setDisabled(boolean) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
setDisabled(boolean) - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
Description copied from corresponding location in WebComponent:
setDisabled(boolean) - Method in class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioButton
Description copied from corresponding location in WebComponent:
setDisabled(boolean) - Method in class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioGroup
Description copied from corresponding location in WebComponent:
setDisabled(boolean) - Method in class com.vaadin.flow.component.richtexteditor.GeneratedVaadinRichTextEditor
Description copied from corresponding location in WebComponent:
setDisabled(boolean) - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Description copied from corresponding location in WebComponent:
setDisabled(boolean) - Method in class com.vaadin.flow.component.tabs.GeneratedVaadinTab
Description copied from corresponding location in WebComponent:
setDisabled(boolean) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
Description copied from corresponding location in WebComponent:
setDisabled(boolean) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Description copied from corresponding location in WebComponent:
setDisabled(boolean) - Method in class com.vaadin.flow.component.timepicker.GeneratedVaadinTimePicker
Description copied from corresponding location in WebComponent:
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.
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.
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.
setDropFiles(UploadI18N.DropFiles) - Method in class com.vaadin.flow.component.upload.UploadI18N
Set drop translation.
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.
setDuration(double) - Method in class com.vaadin.flow.component.notification.GeneratedVaadinNotification
Description copied from corresponding location in WebComponent:
setDuration(int) - Method in class com.vaadin.flow.component.notification.Notification
Description copied from corresponding location in WebComponent:
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.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
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.
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.
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.
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.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(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.component.tabs.Tab
If false, the user cannot interact with this element.
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.
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.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.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.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.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(String) - Method in class com.vaadin.flow.component.charts.model.Exporting
 
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.
setErrorHandler(ErrorHandler) - Method in class com.vaadin.flow.server.VaadinSession
Sets the session error handler.
setErrorMessage(String) - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
 
setErrorMessage(String) - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckboxGroup
Description copied from corresponding location in WebComponent:
setErrorMessage(String) - Method in class com.vaadin.flow.component.combobox.ComboBox
 
setErrorMessage(String) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
setErrorMessage(String) - Method in class com.vaadin.flow.component.customfield.CustomField
 
setErrorMessage(String) - Method in class com.vaadin.flow.component.datepicker.DatePicker
 
setErrorMessage(String) - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
Description copied from corresponding location in WebComponent:
setErrorMessage(String) - Method in interface com.vaadin.flow.component.HasValidation
Sets an error message to the component.
setErrorMessage(LoginI18n.ErrorMessage) - Method in class com.vaadin.flow.component.login.LoginI18n
 
setErrorMessage(String) - Method in class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioGroup
Description copied from corresponding location in WebComponent:
setErrorMessage(String) - Method in class com.vaadin.flow.component.radiobutton.RadioButtonGroup
 
setErrorMessage(String) - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Description copied from corresponding location in WebComponent:
setErrorMessage(String) - Method in class com.vaadin.flow.component.select.Select
Sets the error message to show to the user on invalid selection.
setErrorMessage(String) - Method in class com.vaadin.flow.component.textfield.EmailField
 
setErrorMessage(String) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
Description copied from corresponding location in WebComponent:
setErrorMessage(String) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Description copied from corresponding location in WebComponent:
setErrorMessage(String) - Method in class com.vaadin.flow.component.textfield.NumberField
 
setErrorMessage(String) - Method in class com.vaadin.flow.component.textfield.PasswordField
 
setErrorMessage(String) - Method in class com.vaadin.flow.component.textfield.TextArea
 
setErrorMessage(String) - Method in class com.vaadin.flow.component.textfield.TextField
 
setErrorMessage(String) - Method in class com.vaadin.flow.component.timepicker.GeneratedVaadinTimePicker
Description copied from corresponding location in WebComponent:
setErrorMessage(String) - Method in class com.vaadin.flow.component.timepicker.TimePicker
 
setErrorNavigationTargets(Set<Class<? extends Component>>) - Method in class com.vaadin.flow.server.startup.ApplicationRouteRegistry
Set error handler navigation targets.
setErrorParameter(BeforeEnterEvent, ErrorParameter<T>) - Method in interface com.vaadin.flow.router.HasErrorParameter
Method called before rendering the exception view.
setErrorParameter(BeforeEnterEvent, ErrorParameter<Exception>) - Method in class com.vaadin.flow.router.InternalServerError
 
setErrorParameter(BeforeEnterEvent, ErrorParameter<NotFoundException>) - Method in class com.vaadin.flow.router.RouteNotFoundError
 
setErrorRoute(Class<? extends Exception>, Class<? extends Component>) - Method in class com.vaadin.flow.router.internal.ConfigureRoutes
Set a error route to the configuration.
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.
setEventHandler(String, SerializableConsumer<SOURCE>) - Method in class com.vaadin.flow.data.renderer.Renderer
Sets an event handler for events from elements inside the template.
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.
setExporting(Boolean) - Method in class com.vaadin.flow.component.charts.model.Configuration
Sets whether to enable exporting
setExporting(Exporting) - Method in class com.vaadin.flow.component.charts.model.Configuration
Sets the exporting module settings.
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.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.
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(Date, Date) - Method in class com.vaadin.flow.component.charts.model.Axis
The minimum and maximum value of the axis as Date.
setExtremes(Number, Number, boolean) - Method in class com.vaadin.flow.component.charts.model.Axis
Sets the extremes at runtime.
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(Number, Number, boolean, boolean) - Method in class com.vaadin.flow.component.charts.model.Axis
Run-time modification of the axis extremes.
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
 
setFile(JsonObject) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUploadFile
 
setFileIsTooBig(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.Error
Set file too big translation.
setFilename(String) - Method in class com.vaadin.flow.component.charts.model.Exporting
The filename, without extension, to use for the exported chart.
setFiles(JsonArray) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
Description copied from corresponding location in WebComponent:
setFilter(String) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
setFilter(String) - Method in class com.vaadin.flow.component.combobox.testbench.ComboBoxElement
Sets the filter for the options in the popup.
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(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(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(ValueProvider<T, V>, SerializablePredicate<V>) - Method in interface com.vaadin.flow.data.provider.InMemoryDataProvider
Sets a filter for an item property.
setFilter(SerializablePredicate<T>) - Method in class com.vaadin.flow.data.provider.ListDataProvider
 
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.
setFilteredItems(JsonArray) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
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.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.
setFlexGrow(int) - Method in class com.vaadin.flow.component.grid.Grid.Column
Sets the flex grow ratio for this column.
setFlexGrow(double, HasElement...) - Method in interface com.vaadin.flow.component.orderedlayout.FlexComponent
Sets the flex grow property of the components inside the layout.
setFlexGrow(double) - Method in class com.vaadin.flow.component.tabs.Tab
Sets the flex grow property of this tab.
setFlexGrowForEnclosedTabs(double) - Method in class com.vaadin.flow.component.tabs.Tabs
Sets the flex grow property of all enclosed tabs.
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.
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.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.LabelStyle
Sets the font-family CSS attribute.
setFontSize(String) - Method in class com.vaadin.flow.component.charts.model.style.LabelStyle
Sets the font-size CSS attribute.
setFontWeight(FontWeight) - Method in class com.vaadin.flow.component.charts.model.style.LabelStyle
Sets the font-weight CSS attribute.
setFooter(String) - Method in class com.vaadin.flow.component.grid.Grid.Column
Sets a footer text to the column.
setFooter(Component) - Method in class com.vaadin.flow.component.grid.Grid.Column
Sets a footer component to the 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.
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
 
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
 
setFormDataName(String) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
Description copied from corresponding location in WebComponent:
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(Number) - Method in class com.vaadin.flow.component.charts.model.Breaks
The point where the break starts.
setFrom(Date) - Method in class com.vaadin.flow.component.charts.model.Breaks
Deprecated.
as of 4.0. Use #setPointStart(Instant)
setFrom(Instant) - Method in class com.vaadin.flow.component.charts.model.Breaks
 
setFrom(Number) - Method in class com.vaadin.flow.component.charts.model.PlotBand
The start position of the plot band in axis units.
setFrom(Date) - Method in class com.vaadin.flow.component.charts.model.PlotBand
Deprecated.
as of 4.0. Use #setPointStart(Instant)
setFrom(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotBand
 
setFrozen(boolean) - Method in class com.vaadin.flow.component.grid.GridSelectionColumn
Sets this column's frozen state.
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.
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.PointOptions
Together with gapSize, this option defines where to draw gaps in the graph.
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.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.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.
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
setGridLayout(boolean) - Method in class com.vaadin.flow.component.ironlist.IronList
Sets this list to be rendered as a grid.
setGridLineInterpolation(String) - Method in class com.vaadin.flow.component.charts.model.YAxis
Polar charts only.
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.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.
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.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.
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.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.
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.
setHasControls(boolean) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinNumberField
Description copied from corresponding location in WebComponent:
setHasControls(boolean) - Method in class com.vaadin.flow.component.textfield.NumberField
 
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(String) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
Sets confirmation dialog header text
setHeader(Component) - Method in class com.vaadin.flow.component.confirmdialog.ConfirmDialog
Sets confirmation dialog custom header element
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.grid.Grid.Column
Sets a header text to the column.
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(String, String) - Method in class com.vaadin.flow.server.BootstrapPageResponse
Sets a header value that will be added to the HTTP response.
setHeader(String, String) - Method in interface com.vaadin.flow.server.VaadinResponse
Sets the value of a generic response header.
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(JsonObject) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
Description copied from corresponding location in WebComponent:
setHeight(Number) - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
Pixel height of the buttons.
setHeight(String) - Method in class com.vaadin.flow.component.charts.model.ChartModel
An explicit height for the chart.
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(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(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.YAxis
The height of the Y axis.
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.
setHeightByRows(boolean) - Method in class com.vaadin.flow.component.grid.Grid
If true, the grid's height is defined by the number of its rows.
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.
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.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.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's HighlightCondition.
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 a AfterNavigationEvent occurs.
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.
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
 
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.
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.
setHtml(String) - Method in class com.vaadin.flow.component.charts.model.HTMLLabelItem
Sets the inner HTML or text for the label.
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(JsonObject) - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
Description copied from corresponding location in WebComponent:
setI18n(LoginI18n) - Method in class com.vaadin.flow.component.login.AbstractLogin
Sets the internationalized messages to be used by this instance.
setI18n(JsonArray) - Method in class com.vaadin.flow.component.richtexteditor.GeneratedVaadinRichTextEditor
Description copied from corresponding location in WebComponent:
setI18n(RichTextEditor.RichTextEditorI18n) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor
Sets the internationalization properties for this component.
setI18n(JsonObject) - Method in class com.vaadin.flow.component.timepicker.GeneratedVaadinTimePicker
Description copied from corresponding location in WebComponent:
setI18n(JsonObject) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
Description copied from corresponding location in WebComponent:
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.AppLayoutMenuItem
Sets icon
setIcon(Component) - Method in class com.vaadin.flow.component.button.Button
Sets the given component as the icon of this button.
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.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.
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
 
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.PlotOptionsTreemap
Whether to ignore hidden points when the layout algorithm runs.
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.
setImage(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
Sets the translated word for image.
setImage(BufferedImage) - Method in class com.vaadin.flow.server.PwaIcon
Sets the image presenting the icon.
setImportance(IFrame.ImportanceType) - Method in class com.vaadin.flow.component.html.IFrame
Sets the importance attribute to the specified IFrame.ImportanceType value.
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.checkbox.GeneratedVaadinCheckbox
Description copied from corresponding location in WebComponent:
setIndeterminate(boolean) - Method in class com.vaadin.flow.component.progressbar.GeneratedVaadinProgressBar
Description copied from corresponding location in WebComponent:
setIndeterminate(boolean) - Method in class com.vaadin.flow.component.progressbar.ProgressBar
 
setInitialPosition(LocalDate) - Method in class com.vaadin.flow.component.datepicker.DatePicker
Date which should be visible when there is no value selected.
setInitialPosition(String) - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
Description copied from corresponding location in WebComponent:
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.
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.
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 class com.vaadin.flow.component.checkbox.CheckboxGroup
 
setInvalid(boolean) - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckboxGroup
Description copied from corresponding location in WebComponent:
setInvalid(boolean) - Method in class com.vaadin.flow.component.combobox.ComboBox
 
setInvalid(boolean) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
setInvalid(boolean) - Method in class com.vaadin.flow.component.customfield.CustomField
This property is set to true when the control value is invalid.
setInvalid(boolean) - Method in class com.vaadin.flow.component.datepicker.DatePicker
 
setInvalid(boolean) - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
Description copied from corresponding location in WebComponent:
setInvalid(boolean) - Method in interface com.vaadin.flow.component.HasValidation
Sets the validity of the component input.
setInvalid(boolean) - Method in class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioGroup
Description copied from corresponding location in WebComponent:
setInvalid(boolean) - Method in class com.vaadin.flow.component.radiobutton.RadioButtonGroup
 
setInvalid(boolean) - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Description copied from corresponding location in WebComponent:
setInvalid(boolean) - Method in class com.vaadin.flow.component.select.Select
Sets the select to show as invalid state and display error message.
setInvalid(boolean) - Method in class com.vaadin.flow.component.textfield.EmailField
 
setInvalid(boolean) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
Description copied from corresponding location in WebComponent:
setInvalid(boolean) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Description copied from corresponding location in WebComponent:
setInvalid(boolean) - Method in class com.vaadin.flow.component.textfield.NumberField
 
setInvalid(boolean) - Method in class com.vaadin.flow.component.textfield.PasswordField
 
setInvalid(boolean) - Method in class com.vaadin.flow.component.textfield.TextArea
 
setInvalid(boolean) - Method in class com.vaadin.flow.component.textfield.TextField
 
setInvalid(boolean) - Method in class com.vaadin.flow.component.timepicker.GeneratedVaadinTimePicker
Description copied from corresponding location in WebComponent:
setInvalid(boolean) - Method in class com.vaadin.flow.component.timepicker.TimePicker
 
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, boolean) - Method in class com.vaadin.flow.component.crud.BinderCrudEditor
 
setItem(E) - Method in interface com.vaadin.flow.component.crud.CrudEditor
Sets an item to be edited.
setItem(E, boolean) - Method in interface com.vaadin.flow.component.crud.CrudEditor
Sets an item to be edited.
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<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.listbox.ListBox
Sets the item enabled predicate for this ListBox.
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.
setItemIdPath(String) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
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.combobox.ComboBox
Sets the item label generator that is used to produce the strings shown in the combo box for each item.
setItemLabelGenerator(ItemLabelGenerator<T>) - Method in class com.vaadin.flow.component.select.Select
Sets the item label generator.
setItemLabelPath(String) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
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(HTMLLabelItem...) - Method in class com.vaadin.flow.component.charts.model.HTMLLabels
Sets the label items
setItems(Collection<T>) - Method in class com.vaadin.flow.component.combobox.ComboBox
Sets the data items of this component provided as a collection.
setItems(ComboBox.ItemFilter<T>, Collection<T>) - Method in class com.vaadin.flow.component.combobox.ComboBox
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<T>, T...) - Method in class com.vaadin.flow.component.combobox.ComboBox
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(JsonArray) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
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(T...) - Method in interface com.vaadin.flow.data.binder.HasItems
Sets the data items of this listing.
setItems(Stream<T>) - Method in interface com.vaadin.flow.data.binder.HasItems
Sets the data items of this listing provided as a stream.
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(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(Collection<T>) - Method in interface com.vaadin.flow.data.provider.hierarchy.HasHierarchicalDataProvider
Sets the data items of this component provided as a collection.
setItems(Stream<T>) - Method in interface com.vaadin.flow.data.provider.hierarchy.HasHierarchicalDataProvider
Sets the data items of this component provided as a stream.
setItems(T...) - Method in interface com.vaadin.flow.data.provider.hierarchy.HasHierarchicalDataProvider
Sets the data items of this listing.
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
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.
setItemValuePath(String) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
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.
setJustifyContentMode(FlexComponent.JustifyContentMode) - Method in interface com.vaadin.flow.component.orderedlayout.FlexComponent
Gets the FlexComponent.JustifyContentMode used by this layout.
setKeepEditorOpen(boolean) - Method in class com.vaadin.flow.component.gridpro.GridPro
Sets the value of the webcomponent's property keepEditorOpen.
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 this DataCommunicator.
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.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.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.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(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
 
setLabel(String) - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckboxGroup
Description copied from corresponding location in WebComponent:
setLabel(String) - Method in class com.vaadin.flow.component.combobox.ComboBox
 
setLabel(String) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
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
 
setLabel(String) - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
Description copied from corresponding location in WebComponent:
setLabel(String) - Method in class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioGroup
Description copied from corresponding location in WebComponent:
setLabel(String) - Method in class com.vaadin.flow.component.radiobutton.RadioButtonGroup
 
setLabel(String) - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Description copied from corresponding location in WebComponent:
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.textfield.EmailField
 
setLabel(String) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
Description copied from corresponding location in WebComponent:
setLabel(String) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Description copied from corresponding location in WebComponent:
setLabel(String) - Method in class com.vaadin.flow.component.textfield.NumberField
 
setLabel(String) - Method in class com.vaadin.flow.component.textfield.PasswordField
 
setLabel(String) - Method in class com.vaadin.flow.component.textfield.TextArea
 
setLabel(String) - Method in class com.vaadin.flow.component.textfield.TextField
 
setLabel(String) - Method in class com.vaadin.flow.component.timepicker.GeneratedVaadinTimePicker
Description copied from corresponding location in WebComponent:
setLabel(String) - Method in class com.vaadin.flow.component.timepicker.TimePicker
 
setLabelAsHtml(String) - Method in class com.vaadin.flow.component.checkbox.Checkbox
Set the current label text of this checkbox with HTML formatting.
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
 
setLabels(Labels) - Method in class com.vaadin.flow.component.charts.model.Axis
The axis labels show the number or category for each tick.
setLabels(HTMLLabels) - Method in class com.vaadin.flow.component.charts.model.Configuration
Sets HTML labels that can be positioned anywhere in the chart area.
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.
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.
setLayout(LayoutDirection) - Method in class com.vaadin.flow.component.charts.model.Legend
The layout of the legend items.
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.LabelStyle
Sets the left CSS attribute
setLegend(Legend) - Method in class com.vaadin.flow.component.charts.model.Configuration
Sets the 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.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.PointOptions
The sequential index of the series within the legend.
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.
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.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.
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 or square.
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.
setLineHeight(Number) - Method in class com.vaadin.flow.component.charts.model.Legend
Line height for the legend items.
setLink(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
Sets the translated word for link.
setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
The ID of another series to link to.
setLinkedTo(Number) - Method in class com.vaadin.flow.component.charts.model.Axis
Index of another axis that this axis is linked 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.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.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.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.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.
setLinkedTo(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
Index of another axis that this axis is linked to.
setLinkedTo(XAxis) - Method in class com.vaadin.flow.component.charts.model.XAxis
 
setLinkedTo(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
Index of another axis that this axis is linked to.
setLinkedTo(YAxis) - Method in class com.vaadin.flow.component.charts.model.YAxis
 
setLinkedTo(Number) - Method in class com.vaadin.flow.component.charts.model.ZAxis
Index of another axis that this axis is linked to.
setLinkedTo(ZAxis) - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
setList(String) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Description copied from corresponding location in WebComponent:
setListBullet(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
Sets the translated word for listBullet.
setListenOn(JsonObject) - Method in class com.vaadin.flow.component.contextmenu.GeneratedVaadinContextMenu
Description copied from corresponding location in WebComponent:
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.
setLoading(boolean) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
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.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.
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.
setLowerQuartile(Number) - Method in class com.vaadin.flow.component.charts.model.BoxPlotItem
Sets the lower quartile of the item.
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
 
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, 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
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(boolean) - Method in interface com.vaadin.flow.component.orderedlayout.ThemableLayout
Toggles margin theme setting for the element.
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.PointOptions
Options for the point markers of line-like 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(Number) - Method in class com.vaadin.flow.component.charts.model.Axis
The maximum value of the axis.
setMax(Date) - Method in class com.vaadin.flow.component.charts.model.Axis
The maximum value of the axis as Date.
setMax(LocalDate) - Method in class com.vaadin.flow.component.datepicker.DatePicker
Sets the maximum date in the date picker.
setMax(double) - Method in class com.vaadin.flow.component.progressbar.GeneratedVaadinProgressBar
Description copied from corresponding location in WebComponent:
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.GeneratedVaadinNumberField
Description copied from corresponding location in WebComponent:
setMax(double) - Method in class com.vaadin.flow.component.textfield.NumberField
 
setMax(String) - Method in class com.vaadin.flow.component.timepicker.GeneratedVaadinTimePicker
Description copied from corresponding location in WebComponent:
setMax(String) - Method in class com.vaadin.flow.component.timepicker.TimePicker
Set the minimum values for the date picker.
setMaxAsString(String) - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
Description copied from corresponding location in WebComponent:
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.
setMaxFiles(double) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
Description copied from corresponding location in WebComponent:
setMaxFiles(int) - Method in class com.vaadin.flow.component.upload.Upload
Limit of files to upload, by default it is unlimited.
setMaxFileSize(double) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
Description copied from corresponding location in WebComponent:
setMaxFileSize(int) - Method in class com.vaadin.flow.component.upload.Upload
Specify the maximum file size in bytes allowed to upload.
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 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.
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(double) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
Description copied from corresponding location in WebComponent:
setMaxlength(double) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Description copied from corresponding location in WebComponent:
setMaxLength(int) - Method in class com.vaadin.flow.component.textfield.NumberField
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.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.
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.
setMaxThreads(int) - Static method in class com.vaadin.testbench.Parameters
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(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 interface com.vaadin.flow.component.HasSize
Sets the max-width of the component.
setMedian(Number) - Method in class com.vaadin.flow.component.charts.model.BoxPlotItem
Sets the median of the item.
setMedianWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
The pixel width of the median line.
setMenu(HasElement) - Method in class com.vaadin.flow.component.applayout.AppLayout
Sets the component to be placed in the menu slot.
setMenu(Element) - Method in class com.vaadin.flow.component.applayout.AppLayout
Sets the element to be placed in the menu slot.
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.
setMenuItems(AppLayoutMenuItem...) - Method in class com.vaadin.flow.component.applayout.AppLayoutMenu
Clears existing menu items and sets the new the arguments.
setMenuItems(ContextButtonMenuItem[]) - Method in class com.vaadin.flow.component.charts.model.ContextButton
A collection of config options for the menu items.
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
 
setMetaKey(boolean) - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
 
setMethod(String) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
Description copied from corresponding location in WebComponent:
setMin(Number) - Method in class com.vaadin.flow.component.charts.model.Axis
The minimum value of the axis.
setMin(Date) - Method in class com.vaadin.flow.component.charts.model.Axis
The minimum value of the axis as Date.
setMin(LocalDate) - Method in class com.vaadin.flow.component.datepicker.DatePicker
Sets the minimum date in the date picker.
setMin(double) - Method in class com.vaadin.flow.component.progressbar.GeneratedVaadinProgressBar
Description copied from corresponding location in WebComponent:
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.GeneratedVaadinNumberField
Description copied from corresponding location in WebComponent:
setMin(double) - Method in class com.vaadin.flow.component.textfield.NumberField
 
setMin(String) - Method in class com.vaadin.flow.component.timepicker.GeneratedVaadinTimePicker
Description copied from corresponding location in WebComponent:
setMin(String) - Method in class com.vaadin.flow.component.timepicker.TimePicker
Set the minimum values for the date picker.
setMinAsString(String) - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
Description copied from corresponding location in WebComponent:
setMinColor(Color) - Method in class com.vaadin.flow.component.charts.model.ColorAxis
Solid gauge only.
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 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(double) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
Description copied from corresponding location in WebComponent:
setMinlength(double) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Description copied from corresponding location in WebComponent:
setMinLength(int) - Method in class com.vaadin.flow.component.textfield.NumberField
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.
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.
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.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.
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(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
Minimum bubble size.
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.
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(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 interface com.vaadin.flow.component.HasSize
Sets the min-width of the component.
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.
setMultiSort(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.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 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.checkbox.GeneratedVaadinCheckbox
 
setName(String) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
setName(String) - Method in class com.vaadin.flow.component.datepicker.DatePicker
 
setName(String) - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
Description copied from corresponding location in WebComponent:
setName(String) - Method in class com.vaadin.flow.component.html.IFrame
Sets the name attribute.
setName(String) - Method in class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioButton
 
setName(String) - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Description copied from corresponding location in WebComponent:
setName(String) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
Description copied from corresponding location in WebComponent:
setName(String) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Description copied from corresponding location in WebComponent:
setName(String) - Method in class com.vaadin.flow.component.timepicker.GeneratedVaadinTimePicker
Description copied from corresponding location in WebComponent:
setNavigation(Navigation) - Method in class com.vaadin.flow.component.charts.model.Configuration
Set options for buttons and menus appearing in the exporting module.
setNavigation(LegendNavigation) - Method in class com.vaadin.flow.component.charts.model.Legend
Options for the paging or navigation appearing when the legend is overflown.
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 is true for this series.
setNavigatorOptions(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
Options for the corresponding navigator series if showInNavigator is true for this series.
setNavigatorOptions(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
Options for the corresponding navigator series if showInNavigator is true for this series.
setNavigatorOptions(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
Options for the corresponding navigator series if showInNavigator is true for this series.
setNavigatorOptions(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
Options for the corresponding navigator series if showInNavigator is true for this series.
setNavigatorOptions(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
Options for the corresponding navigator series if showInNavigator is true for this series.
setNavigatorOptions(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
Options for the corresponding navigator series if showInNavigator is true for this series.
setNavigatorOptions(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
Options for the corresponding navigator series if showInNavigator is true for this series.
setNavigatorOptions(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
Options for the corresponding navigator series if showInNavigator is true for this series.
setNavigatorOptions(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
Options for the corresponding navigator series if showInNavigator is true for this series.
setNavigatorOptions(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
Options for the corresponding navigator series if showInNavigator is true for this series.
setNavigatorOptions(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
Options for the corresponding navigator series if showInNavigator is true for this series.
setNavigatorOptions(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
Options for the corresponding navigator series if showInNavigator is true for this series.
setNavigatorOptions(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
Options for the corresponding navigator series if showInNavigator is true for this series.
setNavigatorOptions(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
Options for the corresponding navigator series if showInNavigator is true for this series.
setNavigatorOptions(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
Options for the corresponding navigator series if showInNavigator is true for this series.
setNavigatorOptions(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.PointOptions
Options for the corresponding navigator series if showInNavigator is true 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(boolean) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
Enable or disable the color for parts of the graph that are bellow threshold.
setNegativeColor(boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
Enable or disable the color for parts of the graph that are bellow PlotOptionsArea.getThreshold().
setNegativeColor(boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
Enable or disable the color for parts of the graph that are bellow PlotOptionsArearange.getThreshold().
setNegativeColor(boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
Enable or disable the color for parts of the graph that are bellow PlotOptionsAreaspline.getThreshold().
setNegativeColor(boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
Enable or disable the color for parts of the graph that are bellow #getThreshold().
setNegativeColor(boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
Enable or disable the color for parts of the graph that are bellow PlotOptionsBar.getThreshold().
setNegativeColor(boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
Enable or disable the color for parts of the graph that are bellow #getThreshold().
setNegativeColor(boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
Enable or disable the color for parts of the graph that are bellow PlotOptionsBubble.getThreshold().
setNegativeColor(boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
Enable or disable the color for parts of the graph that are bellow PlotOptionsCandlestick.getThreshold().
setNegativeColor(boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
Enable or disable the color for parts of the graph that are bellow PlotOptionsColumn.getThreshold().
setNegativeColor(boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
Enable or disable the color for parts of the graph that are bellow #getThreshold().
setNegativeColor(boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
Enable or disable the color for parts of the graph that are bellow PlotOptionsFlags.getThreshold().
setNegativeColor(boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
Enable or disable the color for parts of the graph that are bellow PlotOptionsGauge.getThreshold().
setNegativeColor(boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
Enable or disable the color for parts of the graph that are bellow PlotOptionsLine.getThreshold().
setNegativeColor(boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
Enable or disable the color for parts of the graph that are bellow PlotOptionsOhlc.getThreshold().
setNegativeColor(boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
Enable or disable the color for parts of the graph that are bellow #getThreshold().
setNegativeColor(boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
Enable or disable the color for parts of the graph that are bellow PlotOptionsScatter.getThreshold().
setNegativeColor(boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
Enable or disable the color for parts of the graph that are bellow PlotOptionsSeries.getThreshold().
setNegativeColor(boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
Enable or disable the color for parts of the graph that are bellow PlotOptionsSpline.getThreshold().
setNewItem(String) - Method in class com.vaadin.flow.component.crud.CrudI18n
Sets the new button and editor title text
setNoAuto(boolean) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
Description copied from corresponding location in WebComponent:
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.
setNodeIdPropertyName(String) - Method in class com.vaadin.flow.data.provider.ComponentDataGenerator
 
setNodrop(boolean) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
Description copied from corresponding location in WebComponent:
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.
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.
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.
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(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
The opacity of a point in treemap.
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.ComboBox
 
setOpened(boolean) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
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.datepicker.GeneratedVaadinDatePicker
Description copied from corresponding location in WebComponent:
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.dialog.GeneratedVaadinDialog
Description copied from corresponding location in WebComponent:
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.GeneratedVaadinNotification
Description copied from corresponding location in WebComponent:
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.generated.GeneratedVaadinSelect
Description copied from corresponding location in WebComponent:
setOpenOn(String) - Method in class com.vaadin.flow.component.contextmenu.GeneratedVaadinContextMenu
Description copied from corresponding location in WebComponent:
setOpenOnClick(boolean) - Method in class com.vaadin.flow.component.contextmenu.ContextMenuBase
Determines the way for opening the context menu.
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.
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.
setOrientation(String) - Method in class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout
Description copied from corresponding location in WebComponent:
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.
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.
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.
setPadding(Number) - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
When either the borderWidth or the backgroundColor 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 the backgroundColor 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 the backgroundColor 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 the backgroundColor 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.
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.
setPageSize(int) - Method in class com.vaadin.flow.component.combobox.ComboBox
Sets the page size, which is the number of items fetched at a time from the data provider.
setPageSize(double) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
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 dataprovider.
setPane(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
 
setPane(Pane) - Method in class com.vaadin.flow.component.charts.model.XAxis
 
setPane(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
 
setPane(Pane) - 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(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
 
setParameter(BeforeEvent, T) - Method in interface com.vaadin.flow.router.HasUrlParameter
Method that is called automatically when navigating to the target that implements this interface.
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(TreeSeriesItem) - Method in class com.vaadin.flow.component.charts.model.TreeSeriesItem
Set the parent of this node.
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.
setParent(StateNode) - Method in class com.vaadin.flow.internal.StateNode
Sets the parent node that this node belongs to.
setParentAnnotatedRoute(String, Class<? extends Component>) - Method in class com.vaadin.flow.router.RouteConfiguration
Register a navigation target on the specified path.
setParentLayouts(Class<? extends Component>, List<Class<? extends RouterLayout>>) - Method in class com.vaadin.flow.server.startup.RouteTarget
Set the parent layout chain for target component.
setParentRequestedRange(int, int, T) - Method in class com.vaadin.flow.data.provider.hierarchy.HierarchicalDataCommunicator
 
setPassword(String) - Method in class com.vaadin.flow.component.login.LoginI18n.Form
 
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
 
setPattern(String) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
setPattern(String) - Method in class com.vaadin.flow.component.textfield.EmailField
 
setPattern(String) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Description copied from corresponding location in WebComponent:
setPattern(String) - Method in class com.vaadin.flow.component.textfield.NumberField
 
setPattern(String) - Method in class com.vaadin.flow.component.textfield.PasswordField
 
setPattern(String) - Method in class com.vaadin.flow.component.textfield.TextField
 
setPattern(String) - Method in class com.vaadin.flow.component.timepicker.GeneratedVaadinTimePicker
Description copied from corresponding location in WebComponent:
setPayload(JsonValue) - Method in class com.vaadin.flow.internal.nodefeature.ElementData
Sets the payload data of the element.
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.ComboBox
 
setPlaceholder(String) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
setPlaceholder(String) - Method in class com.vaadin.flow.component.datepicker.DatePicker
 
setPlaceholder(String) - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
Description copied from corresponding location in WebComponent:
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.generated.GeneratedVaadinSelect
Description copied from corresponding location in WebComponent:
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.EmailField
 
setPlaceholder(String) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
Description copied from corresponding location in WebComponent:
setPlaceholder(String) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Description copied from corresponding location in WebComponent:
setPlaceholder(String) - Method in class com.vaadin.flow.component.textfield.NumberField
 
setPlaceholder(String) - Method in class com.vaadin.flow.component.textfield.PasswordField
 
setPlaceholder(String) - Method in class com.vaadin.flow.component.textfield.TextArea
 
setPlaceholder(String) - Method in class com.vaadin.flow.component.textfield.TextField
 
setPlaceholder(String) - Method in class com.vaadin.flow.component.timepicker.GeneratedVaadinTimePicker
Description copied from corresponding location in WebComponent:
setPlaceholder(String) - Method in class com.vaadin.flow.component.timepicker.TimePicker
 
setPlaceholderItem(T) - Method in class com.vaadin.flow.component.ironlist.IronList
Sets an item to be shown as placeholder in the list while the real data in being fetched from the server.
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.
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 class com.vaadin.flow.component.charts.model.Configuration
Sets component-wide default plot options.
setPlotOptions(AbstractPlotOptions) - Method in interface com.vaadin.flow.component.charts.model.Series
Sets the plot options for this specific series.
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.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.PlotOptionsTreemap
 
setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
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.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 and year.
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 and year.
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 and year.
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 and year.
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 and year.
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 and year.
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 and year.
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 and year.
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 and year.
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 and year.
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 and year.
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 and year.
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 and year.
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 and year.
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 and year.
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 and year.
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 and year.
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 and year.
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 and year.
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 and year.
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 and year.
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 and year.
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 and year.
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.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.
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.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.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.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(Date) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
Deprecated.
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
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(Date) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
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(Date) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
Deprecated.
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
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(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
Deprecated.
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
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(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
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(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
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(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
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(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
Deprecated.
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
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(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
Deprecated.
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
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(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
Deprecated.
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
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(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
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(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
Deprecated.
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
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(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
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(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
Deprecated.
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
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(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
Deprecated.
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
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(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
Deprecated.
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
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(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
Deprecated.
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
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(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
Deprecated.
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
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(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
Deprecated.
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
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(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
Deprecated.
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
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(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
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(Date) - Method in class com.vaadin.flow.component.charts.model.PointOptions
Deprecated.
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
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.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.
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.
setPosition(Position) - Method in class com.vaadin.flow.component.charts.model.Credits
Position configuration for the credits label.
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.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(float) - Method in class com.vaadin.flow.component.charts.model.Stop
 
setPosition(StylePosition) - Method in class com.vaadin.flow.component.charts.model.style.LabelStyle
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(String) - Method in class com.vaadin.flow.component.notification.GeneratedVaadinNotification
Description copied from corresponding location in WebComponent:
setPosition(Notification.Position) - Method in class com.vaadin.flow.component.notification.Notification
Set position of the notification.
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.textfield.HasPrefixAndSuffix
Adds the given component into this field before the content, replacing any existing prefix component.
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.
setPreventInvalidInput(boolean) - Method in class com.vaadin.flow.component.combobox.ComboBox
 
setPreventInvalidInput(boolean) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
setPreventInvalidInput(boolean) - Method in class com.vaadin.flow.component.textfield.EmailField
 
setPreventInvalidInput(boolean) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
Description copied from corresponding location in WebComponent:
setPreventInvalidInput(boolean) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Description copied from corresponding location in WebComponent:
setPreventInvalidInput(boolean) - Method in class com.vaadin.flow.component.textfield.NumberField
 
setPreventInvalidInput(boolean) - Method in class com.vaadin.flow.component.textfield.PasswordField
 
setPreventInvalidInput(boolean) - Method in class com.vaadin.flow.component.textfield.TextArea
 
setPreventInvalidInput(boolean) - Method in class com.vaadin.flow.component.textfield.TextField
 
setPreventInvalidInput(boolean) - Method in class com.vaadin.flow.component.timepicker.GeneratedVaadinTimePicker
Description copied from corresponding location in WebComponent:
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.
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, ValueProvider<SOURCE, ?>) - Method in class com.vaadin.flow.data.renderer.Renderer
Sets a property to be used inside the template.
setProperty(String, String) - Method in class com.vaadin.flow.dom.Element
Sets the given property to the given string value.
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(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, 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) - 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.ElementStylePropertyMap
 
setProperty(String, String) - Method in interface com.vaadin.testbench.HasPropertySettersGetters
Sets a JavaScript property of the given element.
setProperty(String, Boolean) - Method in interface com.vaadin.testbench.HasPropertySettersGetters
Sets a JavaScript property of the given element.
setProperty(String, Double) - Method in interface com.vaadin.testbench.HasPropertySettersGetters
Sets a JavaScript property of the given element.
setProperty(String, Integer) - 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
 
setProperty(String, Boolean) - Method in class com.vaadin.testbench.TestBenchElement
 
setProperty(String, Double) - Method in class com.vaadin.testbench.TestBenchElement
 
setProperty(String, Integer) - Method in class com.vaadin.testbench.TestBenchElement
 
setPropertyJson(String, JsonValue) - Method in class com.vaadin.flow.dom.Element
Sets the given property to the given JSON value.
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
 
setPushUrl(String) - Method in interface com.vaadin.flow.component.PushConfiguration
Sets the URL to use for push requests.
setPushUrl(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.
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.style.ButtonTheme
 
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.
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.
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 or max.
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 or max.
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.
setReadOnly(boolean) - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
 
setReadonly(boolean) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
 
setReadonly(boolean) - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
Description copied from corresponding location in WebComponent:
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.GeneratedVaadinRadioGroup
Description copied from corresponding location in WebComponent:
setReadOnly(boolean) - Method in class com.vaadin.flow.component.radiobutton.RadioButtonGroup
 
setReadonly(boolean) - Method in class com.vaadin.flow.component.richtexteditor.GeneratedVaadinRichTextEditor
Description copied from corresponding location in WebComponent:
setReadonly(boolean) - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Description copied from corresponding location in WebComponent:
setReadonly(boolean) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
Description copied from corresponding location in WebComponent:
setReadonly(boolean) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Description copied from corresponding location in WebComponent:
setReadonly(boolean) - Method in class com.vaadin.flow.component.timepicker.GeneratedVaadinTimePicker
Description copied from corresponding location in WebComponent:
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
 
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.
setReferences(NavigationHandler, NavigationEvent) - Method in class com.vaadin.flow.router.BeforeLeaveEvent.ContinueNavigationAction
Sets the navigation handler and the navigation event 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(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.
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
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.
setRenderer(Renderer<T>) - Method in class com.vaadin.flow.component.combobox.ComboBox
Sets the TemplateRenderer 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.ironlist.IronList
Sets a renderer for the items in the list, by using a ValueProvider.
setRenderer(Renderer<T>) - Method in class com.vaadin.flow.component.ironlist.IronList
Sets a renderer for the items in the list, by using a TemplateRenderer.
setRenderer(ComponentRenderer<? extends Component, T>) - Method in class com.vaadin.flow.component.listbox.ListBox
Sets the item renderer for this ListBox.
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.
setRepeat(Number) - Method in class com.vaadin.flow.component.charts.model.Breaks
Defines an interval after which the break appears again.
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
 
setRequired(boolean) - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
 
setRequired(boolean) - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckboxGroup
Description copied from corresponding location in WebComponent:
setRequired(boolean) - Method in class com.vaadin.flow.component.combobox.ComboBox
 
setRequired(boolean) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
setRequired(boolean) - Method in class com.vaadin.flow.component.datepicker.DatePicker
 
setRequired(boolean) - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
Description copied from corresponding location in WebComponent:
setRequired(boolean) - Method in class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioGroup
Description copied from corresponding location in WebComponent:
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.select.generated.GeneratedVaadinSelect
Description copied from corresponding location in WebComponent:
setRequired(boolean) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
Description copied from corresponding location in WebComponent:
setRequired(boolean) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Description copied from corresponding location in WebComponent:
setRequired(boolean) - Method in class com.vaadin.flow.component.textfield.PasswordField
 
setRequired(boolean) - Method in class com.vaadin.flow.component.textfield.TextArea
 
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.timepicker.GeneratedVaadinTimePicker
Description copied from corresponding location in WebComponent:
setRequired(boolean) - Method in class com.vaadin.flow.component.timepicker.TimePicker
 
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.combobox.ComboBox
 
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.ListBox
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.EmailField
 
setRequiredIndicatorVisible(boolean) - Method in class com.vaadin.flow.component.textfield.NumberField
 
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.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.
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.ServletHelper
Sets no cache headers to the specified response.
setResponsiveSteps(List<FormLayout.ResponsiveStep>) - Method in class com.vaadin.flow.component.formlayout.FormLayout
Configure the responsive steps used in this layout.
setResponsiveSteps(FormLayout.ResponsiveStep...) - Method in class com.vaadin.flow.component.formlayout.FormLayout
Configure the responsive steps used in this layout.
setResponsiveSteps(JsonObject) - Method in class com.vaadin.flow.component.formlayout.GeneratedVaadinFormLayout
Description copied from corresponding location in WebComponent:
setRevealButtonHidden(boolean) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinPasswordField
Description copied from corresponding location in WebComponent:
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.
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(String) - Method in class com.vaadin.flow.component.charts.model.Labels
 
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.
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(String) - Method in class com.vaadin.flow.component.applayout.AppLayoutMenuItem
Sets the route to be navigated to when this menu item is selected.
setRoute(String, Class<? extends Component>, List<Class<? extends RouterLayout>>) - Method in class com.vaadin.flow.router.internal.AbstractRouteRegistry
 
setRoute(String, Class<? extends Component>) - Method in class com.vaadin.flow.router.internal.ConfigureRoutes
Set a new RouteTarget for the given path.
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>, 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>, Class<? extends RouterLayout>...) - Method in class com.vaadin.flow.router.RouteConfiguration
Register a navigation target with specified path and given parent layout chain.
setRoute(Router, Class<? extends Component>) - Method in class com.vaadin.flow.router.RouterLink
Set the navigation target for this link.
setRoute(Router, Class<? extends C>, T) - Method in class com.vaadin.flow.router.RouterLink
Set the navigation target for this link.
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
 
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.SandboxTypes.
setSaveItem(String) - Method in class com.vaadin.flow.component.crud.CrudI18n
Sets the save button text
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.
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.
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.
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.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.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.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.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.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.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(boolean) - Method in class com.vaadin.flow.component.tabs.GeneratedVaadinTab
Description copied from corresponding location in WebComponent:
setSelected(boolean) - Method in class com.vaadin.flow.component.tabs.Tab
 
setSelectedIndex(int) - Method in class com.vaadin.flow.component.tabs.Tabs
Selects a tab based on its zero-based index.
setSelectedItem(JsonObject) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
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.
setSelectedTabIndex(int) - Method in class com.vaadin.flow.component.tabs.testbench.TabsElement
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.
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.
setSelector(String) - Method in class com.vaadin.flow.component.contextmenu.GeneratedVaadinContextMenu
Description copied from corresponding location in WebComponent:
setSeries(List<Series>) - Method in class com.vaadin.flow.component.charts.model.Configuration
Sets the actual series to append to the chart.
setSeries(Series...) - Method in class com.vaadin.flow.component.charts.model.Configuration
 
setSeries(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.Navigator
Options for the navigator series.
setSeriesDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.Accessibility
 
setServerUnavailable(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Error
 
setServletContainerInitializers(Collection<Class<? extends ServletContainerInitializer>>) - Method in class com.vaadin.flow.server.osgi.OSGiAccess
Sets the discovered servlet context initializer classes.
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.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.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.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.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.
setShadowRoot(StateNode) - Method in class com.vaadin.flow.internal.nodefeature.ShadowRootData
 
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(BackgroundShape) - Method in class com.vaadin.flow.component.charts.model.Background
Sets the current shape of the background.
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(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.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.
setShiftKey(boolean) - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
 
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.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.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.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.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.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.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.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.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.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.
setShowWeekNumbers(boolean) - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
Description copied from corresponding location in WebComponent:
setSide(Side) - Method in class com.vaadin.flow.component.charts.model.Frame
Note: As of v5.0.12, frame.left or frame.right should be used instead.
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(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(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(double) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
setSize(String) - Method in class com.vaadin.flow.component.icon.Icon
Sets the width and the height of the icon.
setSize(String) - Method in class com.vaadin.flow.component.icon.IronIcon
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%".
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.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.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.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.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?.
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.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.
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.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
 
setSortIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
The sort index of the point inside the treemap level.
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.
setSortOrderProvider(SortOrderProvider) - Method in class com.vaadin.flow.component.grid.Grid.Column
Sets the sort orders when sorting this column.
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(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.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.
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(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.
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.
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).
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(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(AbstractStreamResource) - Method in class com.vaadin.flow.component.html.Image
Sets the image URL with the URL of the given StreamResource.
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.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.
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.
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.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.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.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.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(UploadI18N.Uploading.Status) - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading
Set status translations.
setStatus(int) - Method in interface com.vaadin.flow.server.VaadinResponse
Sets the (http) status code for the response.
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.PlotOptionsErrorbar
The color of the stem, the vertical line extending from the box to the whiskers.
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(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(double) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinNumberField
Description copied from corresponding location in WebComponent:
setStep(double) - Method in class com.vaadin.flow.component.textfield.NumberField
 
setStep(double) - Method in class com.vaadin.flow.component.timepicker.GeneratedVaadinTimePicker
Description copied from corresponding location in WebComponent:
setStep(Duration) - Method in class com.vaadin.flow.component.timepicker.TimePicker
Sets the step property of the time picker using duration.
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.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.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.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.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.
setStrokeWidth(Number) - Method in class com.vaadin.flow.component.charts.model.style.ButtonTheme
 
setStyle(LabelStyle) - Method in class com.vaadin.flow.component.charts.model.HTMLLabelItem
Sets the CSS style for the label.
setStyle(LabelStyle) - Method in class com.vaadin.flow.component.charts.model.HTMLLabels
Sets the CSS style shared for all the labels.
setSubmit(String) - Method in class com.vaadin.flow.component.login.LoginI18n.Form
 
setSubscript(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
Sets the translated word for subscript.
setSubTitle(String) - Method in class com.vaadin.flow.component.charts.model.Configuration
Sets the subtitle to the given text
setSubTitle(Subtitle) - Method in class com.vaadin.flow.component.charts.model.Configuration
Sets the chart's subtitle
setSuffixComponent(Component) - Method in interface com.vaadin.flow.component.textfield.HasPrefixAndSuffix
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
setSummaryText(String) - Method in class com.vaadin.flow.component.details.Details
Creates a text wrapper and sets a summary via Details.setSummary(Component)
setSuperscript(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
Sets the translated word for superscript.
setSymbol(String) - Method in class com.vaadin.flow.component.charts.model.ContextButton
The symbol for the button.
setSymbol(MarkerSymbol) - Method in class com.vaadin.flow.component.charts.model.Marker
 
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.
setSymbolStrokeWidth(Number) - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
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(String) - Method in class com.vaadin.flow.component.html.Anchor
Sets the target window, tab or frame for this anchor.
setTarget(String) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
Description copied from corresponding location in WebComponent:
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(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.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(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.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.notification.Notification
Set the text of the notification with given String
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(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.LabelStyle
Sets the textShadow CSS attribute
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.DrillUpButton
A collection of attributes for the button.
setTheme(ButtonTheme) - Method in class com.vaadin.flow.component.charts.model.ResetZoomButton
A collection of attributes for the button.
setThemeName(String) - Method in interface com.vaadin.flow.component.HasTheme
Sets the theme names of 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.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.
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.
setTimeline(Boolean) - Method in class com.vaadin.flow.component.charts.Chart
Determines if the chart is a timeline chart or a normal chart.
setTimeout(double) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
Description copied from corresponding location in WebComponent:
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.
SETTINGS - Static variable in interface com.vaadin.flow.component.Key
Toggles display of the device's settings screen on and off.
setTitle(String) - Method in class com.vaadin.flow.component.applayout.AppLayoutMenuItem
Sets AppLayoutMenuItem title
setTitle(AxisTitle) - Method in class com.vaadin.flow.component.charts.model.Axis
The axis title, showing next to the axis line.
setTitle(String) - Method in class com.vaadin.flow.component.charts.model.Axis
 
setTitle(Title) - Method in class com.vaadin.flow.component.charts.model.Configuration
The main title of the chart.
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(LegendTitle) - Method in class com.vaadin.flow.component.charts.model.Legend
A title to be added on top of the legend.
setTitle(AxisTitle) - Method in class com.vaadin.flow.component.charts.model.XAxis
The axis title, showing next to the axis line.
setTitle(String) - Method in class com.vaadin.flow.component.charts.model.XAxis
 
setTitle(AxisTitle) - Method in class com.vaadin.flow.component.charts.model.YAxis
 
setTitle(String) - 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(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(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 via LoginOverlay.setTitle(String).
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.EmailField
 
setTitle(String) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Description copied from corresponding location in WebComponent:
setTitle(String) - Method in class com.vaadin.flow.component.textfield.NumberField
 
setTitle(String) - Method in class com.vaadin.flow.component.textfield.PasswordField
 
setTitle(String) - Method in class com.vaadin.flow.component.textfield.TextField
 
setTo(Number) - Method in class com.vaadin.flow.component.charts.model.Breaks
The point where the break ends.
setTo(Date) - Method in class com.vaadin.flow.component.charts.model.Breaks
Deprecated.
as of 4.0. Use #setPointStart(Instant)
setTo(Instant) - Method in class com.vaadin.flow.component.charts.model.Breaks
 
setTo(Number) - Method in class com.vaadin.flow.component.charts.model.PlotBand
The end position of the plot band in axis units.
setTo(Date) - Method in class com.vaadin.flow.component.charts.model.PlotBand
Deprecated.
as of 4.0. Use #setPointStart(Instant)
setTo(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotBand
 
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.
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(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(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.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.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.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.
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.LabelStyle
Sets the top CSS attribute
setTop(String) - Method in class com.vaadin.flow.component.charts.model.YAxis
The top position of the Y axis.
setTopWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Dial
The width of the top of the dial, closest to the perimeter.
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 given TreeData.
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.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.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.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(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 a type option.
setType(RangeSelectorTimespan) - Method in class com.vaadin.flow.component.charts.model.RangeSelectorButton
Defines the timespan for the button
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(String) - Method in class com.vaadin.flow.component.html.Input
Sets the type of this input.
setType(OrderedList.NumberingType) - Method in class com.vaadin.flow.component.html.OrderedList
 
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 is category.
setUniqueNames(Boolean) - Method in class com.vaadin.flow.component.charts.model.XAxis
Applies only when the axis type is category.
setUniqueNames(Boolean) - Method in class com.vaadin.flow.component.charts.model.YAxis
Applies only when the axis type is category.
setUniqueNames(Boolean) - Method in class com.vaadin.flow.component.charts.model.ZAxis
Applies only when the axis type is category.
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(List<String>) - Method in class com.vaadin.flow.component.upload.UploadI18N
Set unit translations.
setUnits(UploadI18N.Units) - 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.PlotOptionsOhlc
Line color for up points.
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
Uses RemoteDriver or LocalDriver to provide remote or local WebDriver to run tests on.
SetupDriver() - Constructor for class com.vaadin.testbench.parallel.setup.SetupDriver
 
setUploadButton(Component) - Method in class com.vaadin.flow.component.upload.Upload
Set the component as the actionable button inside the upload component, that starts the upload of the selected files.
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, String) - 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.
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
 
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
setUrlParameters(List<String>) - Method in class com.vaadin.flow.router.NavigationState
Set the list of strings that correspond to the raw string url parameters.
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.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.
setUsername(String) - Method in class com.vaadin.flow.component.login.LoginI18n.Form
 
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.
setValidationStatusHandler(BinderValidationStatusHandler<BEAN>) - Method in class com.vaadin.flow.data.binder.Binder
Sets the status handler to track form status changes.
setValue(T) - Method in class com.vaadin.flow.component.AbstractCompositeField
 
setValue(T) - Method in class com.vaadin.flow.component.AbstractField
 
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(T) - Method in class com.vaadin.flow.component.combobox.ComboBox
 
setValue(String) - Method in class com.vaadin.flow.component.datepicker.testbench.DatePickerElement
Sets the selected date as a string.
setValue(V) - Method in interface com.vaadin.flow.component.HasValue
Sets the value of this object.
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(T) - Method in class com.vaadin.flow.component.internal.AbstractFieldSupport
Delegate method for HasValue.setValue(Object).
setValue(double) - Method in class com.vaadin.flow.component.progressbar.GeneratedVaadinProgressBar
Description copied from corresponding location in WebComponent:
setValue(double) - Method in class com.vaadin.flow.component.progressbar.ProgressBar
Sets value to the progressbar.
setValue(String) - Method in class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioButton
Description copied from corresponding location in WebComponent:
setValue(String) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor
Sets the value of this editor.
setValue(String) - Method in class com.vaadin.flow.component.tabs.GeneratedVaadinTab
Description copied from corresponding location in WebComponent:
setValue(String) - Method in class com.vaadin.flow.component.textfield.EmailField
Sets the value of this email field.
setValue(Double) - Method in class com.vaadin.flow.component.textfield.NumberField
Sets the value of this number 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.EmailFieldElement
 
setValue(String) - Method in class com.vaadin.flow.component.textfield.testbench.NumberFieldElement
 
setValue(String) - Method in class com.vaadin.flow.component.textfield.testbench.PasswordFieldElement
 
setValue(String) - Method in class com.vaadin.flow.component.textfield.testbench.TextAreaElement
 
setValue(String) - Method in class com.vaadin.flow.component.textfield.testbench.TextFieldElement
 
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.TextField
Sets the value of this text field.
setValue(LocalTime) - Method in class com.vaadin.flow.component.timepicker.TimePicker
 
setValue(V) - Method in class com.vaadin.flow.data.binder.ReadOnlyHasValue
 
setValue(Set<T>) - Method in interface com.vaadin.flow.data.selection.MultiSelect
 
setValue(Serializable) - Method in class com.vaadin.flow.internal.nodefeature.BasicTypeValue
Sets the value of a basic type.
setValue(T) - Method in class com.vaadin.flow.internal.nodefeature.NodeValue
Sets the value of this feature.
setValue(String) - Method in interface com.vaadin.testbench.HasStringValueProperty
 
setValueChangeMode(ValueChangeMode) - Method in class com.vaadin.flow.component.richtexteditor.RichTextEditor
 
setValueChangeMode(ValueChangeMode) - Method in class com.vaadin.flow.component.textfield.EmailField
 
setValueChangeMode(ValueChangeMode) - Method in class com.vaadin.flow.component.textfield.NumberField
 
setValueChangeMode(ValueChangeMode) - Method in class com.vaadin.flow.component.textfield.PasswordField
 
setValueChangeMode(ValueChangeMode) - Method in class com.vaadin.flow.component.textfield.TextArea
 
setValueChangeMode(ValueChangeMode) - Method in class com.vaadin.flow.component.textfield.TextField
 
setValueChangeMode(ValueChangeMode) - Method in interface com.vaadin.flow.data.value.HasValueChangeMode
Sets new value change mode for the component.
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.
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.
setVerticalScrollingEnabled(boolean) - Method in class com.vaadin.flow.component.grid.Grid
Enables or disables the vertical scrolling on the Grid web component.
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.InitialPageSettings
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.charts.model.AbstractSeries
Control the visibility of the series.
setVisible(Boolean, 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.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.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.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.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) - Method in class com.vaadin.flow.component.Component
Sets the component visibility value.
setVisible(boolean) - Method in class com.vaadin.flow.dom.Element
Sets the element visibility value.
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.internal.nodefeature.ElementData
Set the visibility of the element.
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.
setWeek(String) - Method in class com.vaadin.flow.component.charts.model.DateTimeLabelFormats
Sets the format String for week resolution.
setWeek(String) - Method in class com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n
Sets the translated word for week.
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 on Saturday.
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 on sat.
setWeekNumbersVisible(boolean) - Method in class com.vaadin.flow.component.datepicker.DatePicker
Set the week number visible in the DatePicker.
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.PlotOptionsErrorbar
The line width of the whiskers, the horizontal lines marking low and high values.
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.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(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(Number) - Method in class com.vaadin.flow.component.charts.model.style.ButtonTheme
 
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%".
setWithCredentials(boolean) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
Description copied from corresponding location in WebComponent:
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.
setWrapMode(FlexLayout.WrapMode) - Method in class com.vaadin.flow.component.orderedlayout.FlexLayout
Gets the FlexLayout.WrapMode used by this layout.
setX(Number) - Method in class com.vaadin.flow.component.charts.model.AbstractSeriesItem
Sets the X value of this data item.
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.
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(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.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(int) - Method in class com.vaadin.testbench.screenshot.ErrorBlock
 
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.
setxValue(double) - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
 
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.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(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.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.
setY(int) - Method in class com.vaadin.testbench.screenshot.ErrorBlock
 
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.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(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.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.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.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.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.
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.
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.
SHADOW_ROOT - Static variable in class com.vaadin.flow.internal.nodefeature.NodeProperties
SHADOW_ROOT_DATA - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
SHADOW_ROOT_HOST - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
ShadowRoot - Class in com.vaadin.flow.dom
A class representing 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 elemement.
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 in com.vaadin.flow.component.charts.model
The name of a symbol to use for the border around the Datalabels or Tooltip.
SharedUtil - Class in com.vaadin.flow.shared.util
Misc internal utility methods used by both the server and the client package.
SharedUtil() - Constructor for class com.vaadin.flow.shared.util.SharedUtil
 
SharedUtil - Class in com.vaadin.testbench.internal
Copied from Flow to avoid a dependency.
SharedUtil() - Constructor for class com.vaadin.testbench.internal.SharedUtil
 
SHIFT - Static variable in interface com.vaadin.flow.component.Key
The Shift key.
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
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
 
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.
shouldHighlight(T, AfterNavigationEvent) - Method in interface com.vaadin.flow.router.HighlightCondition
Tests if the target should be highlighted based on the navigation event.
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.
show(String) - Static method in class com.vaadin.flow.component.notification.Notification
Shows a notification in the current page with given text.
showRouterLayoutContent(HasElement) - Method in class com.vaadin.flow.component.applayout.AbstractAppRouterLayout
 
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, String, Component, List<RouterLayout>) - Method in class com.vaadin.flow.component.internal.UIInternals
Shows a route target in the related UI.
Side - Class in com.vaadin.flow.component.charts.model
Note: As of v5.0.12, frame.left or frame.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
 
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 type com.vaadin.testbench.annotations.Attribute
Replaced by the simple class name of the element class, with any Element or PageObject suffix removed, and converted to dash-separated-format when used with either Attribute.contains() or Attribute.value(),
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.
size() - Method in class com.vaadin.flow.component.charts.model.DataSeries
 
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.
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(Query<T, SerializablePredicate<T>>) - Method in class com.vaadin.flow.data.provider.ListDataProvider
 
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() - Method in class com.vaadin.flow.templatemodel.TemplateModelListProxy
 
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
 
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.
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.
SolidColor - Class in com.vaadin.flow.component.charts.model.style
Solid (non gradient) colors
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.
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
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.
SortDirection - Enum 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.
SPACE - Static variable in interface com.vaadin.flow.component.Key
The space key, Space Bar.
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 type 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
 
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.
SPLINE - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
SPLIT_SCREEN_TOGGLE - Static variable in interface com.vaadin.flow.component.Key
Toggles split screen display mode on and off.
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
SplitLayout is a component based on the vaadin-split-layout Polymer element implementing a split layout for two content elements with a draggable splitter between them.
SplitLayout() - Constructor for class com.vaadin.flow.component.splitlayout.SplitLayout
Constructs an empty VaadinSplitLayout.
SplitLayout(Component, Component) - Constructor for class com.vaadin.flow.component.splitlayout.SplitLayout
Constructs a VaadinSplitLayout with the given initial components to set to the primary and secondary splits.
SplitLayout.Orientation - Enum in com.vaadin.flow.component.splitlayout
numeration of all available orientation for VaadinSplitLayout component
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 in com.vaadin.flow.component.splitlayout
Set of theme variants applicable for vaadin-split-layout component.
SplitterDragendEvent(R, boolean) - Constructor for class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout.SplitterDragendEvent
 
SPRINGGREEN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
Stacking - Enum 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
 
STANDBY - Static variable in interface com.vaadin.flow.component.Key
The Standby key; also known as Suspend or Sleep.
start(BundleContext) - Method in class com.vaadin.flow.server.osgi.ServletContainerInitializerExtender
 
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.
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(Class<? extends NodeFeature>...) - Constructor for class com.vaadin.flow.internal.StateNode
Creates a state node with the given feature types.
StateNode(StateNode) - Constructor for class com.vaadin.flow.internal.StateNode
Create a new instance using the same features as provided node declares.
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 StateNodes.
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.
StaticFileHandler - Interface in com.vaadin.flow.server
Handler for static files.
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(VaadinServletService) - Constructor for class com.vaadin.flow.server.StaticFileServer
Constructs a file server.
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
 
StepType - Enum in com.vaadin.flow.component.charts.model
Defines different step line types.
Stop - Class in com.vaadin.flow.component.charts.model
 
Stop(float) - Constructor for class com.vaadin.flow.component.charts.model.Stop
 
stop(BundleContext) - Method in class com.vaadin.flow.server.osgi.ServletContainerInitializerExtender
 
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
 
stopsPropagation() - Method in class com.vaadin.flow.component.ShortcutRegistration
Deprecated.
storeSession(VaadinSession, WrappedSession) - Method in class com.vaadin.flow.server.VaadinService
Called when the VaadinSession should be stored.
stream(JsonArray) - Static method in class com.vaadin.flow.internal.JsonUtils
Creates a stream from a JSON array.
stream() - Method in class com.vaadin.flow.internal.Range
Returns the range as a stream of integers.
StreamingEndEventImpl - Class in com.vaadin.flow.server.communication.streaming
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
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
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
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 for streamVariable as a data receiver.
StreamReceiverHandler - Class in com.vaadin.flow.server.communication
Handles StreamResource instances registered in VaadinSession.
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() returns true.
StreamRegistration - Interface in com.vaadin.flow.server
Stream registration result.
StreamRequestHandler - Class in com.vaadin.flow.server.communication
Handles StreamResource and StreamReceiver instances registered in VaadinSession.
StreamRequestHandler() - Constructor for class com.vaadin.flow.server.communication.StreamRequestHandler
 
StreamResource - Class in com.vaadin.flow.server
Represents dynamically generated data.
StreamResource(String, StreamResourceWriter) - Constructor for class com.vaadin.flow.server.StreamResource
Creates StreamResource instance using mandatory parameters name as a resource file name and output stream writer as a data producer.
StreamResource(String, InputStreamFactory) - Constructor for class com.vaadin.flow.server.StreamResource
Creates StreamResource instance using mandatory parameters name as a resource file name and input stream factory as a factory for data.
StreamResourceHandler - Class in com.vaadin.flow.server.communication
Handles StreamResource instances registered in VaadinSession.
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.
StreamVariable - Interface in com.vaadin.flow.server
StreamVariable is a special kind of variable whose value is streamed to an OutputStream provided by the StreamVariable.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 to StreamVariable starts.
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 to BigDecimal and back.
StringToBigDecimalConverter(String) - Constructor for class com.vaadin.flow.data.converter.StringToBigDecimalConverter
Creates a new converter instance with the given error message.
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.
StringToBigDecimalConverter(ErrorMessageProvider) - Constructor for class com.vaadin.flow.data.converter.StringToBigDecimalConverter
Creates a new converter instance with the given error message provider.
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.
StringToBigIntegerConverter - Class in com.vaadin.flow.data.converter
A converter that converts from String to BigInteger and back.
StringToBigIntegerConverter(String) - Constructor for class com.vaadin.flow.data.converter.StringToBigIntegerConverter
Creates a new converter instance with the given error message.
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.
StringToBigIntegerConverter(ErrorMessageProvider) - Constructor for class com.vaadin.flow.data.converter.StringToBigIntegerConverter
Creates a new converter instance with the given error message provider.
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.
StringToBooleanConverter - Class in com.vaadin.flow.data.converter
A converter that converts from String to Boolean and back.
StringToBooleanConverter(String) - Constructor for class com.vaadin.flow.data.converter.StringToBooleanConverter
Creates converter with default string representations - "true" and "false".
StringToBooleanConverter(ErrorMessageProvider) - Constructor for class com.vaadin.flow.data.converter.StringToBooleanConverter
Creates a new converter instance with the given error message provider.
StringToBooleanConverter(String, String, String) - Constructor for class com.vaadin.flow.data.converter.StringToBooleanConverter
Creates converter with custom string representation.
StringToBooleanConverter(String, String, ErrorMessageProvider) - Constructor for class com.vaadin.flow.data.converter.StringToBooleanConverter
Creates converter with custom string representation.
StringToDateConverter - Class in com.vaadin.flow.data.converter
A converter that converts from Date to String and back.
StringToDateConverter() - Constructor for class com.vaadin.flow.data.converter.StringToDateConverter
 
StringToDoubleConverter - Class in com.vaadin.flow.data.converter
A converter that converts from String to Double and back.
StringToDoubleConverter(String) - Constructor for class com.vaadin.flow.data.converter.StringToDoubleConverter
Creates a new converter instance with the given error message.
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(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.
StringToEnumDecoder - Class in com.vaadin.flow.server.communication.rpc
Decodes a JsonValue with JsonType.STRING type to Enum subclass type.
StringToEnumDecoder() - Constructor for class com.vaadin.flow.server.communication.rpc.StringToEnumDecoder
 
StringToFloatConverter - Class in com.vaadin.flow.data.converter
A converter that converts from String to Float and back.
StringToFloatConverter(String) - Constructor for class com.vaadin.flow.data.converter.StringToFloatConverter
Creates a new converter instance with the given error message.
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(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.
StringToIntegerConverter - Class in com.vaadin.flow.data.converter
A converter that converts from String to Integer and back.
StringToIntegerConverter(String) - Constructor for class com.vaadin.flow.data.converter.StringToIntegerConverter
Creates a new converter instance with the given error message.
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(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.
StringToLongConverter - Class in com.vaadin.flow.data.converter
A converter that converts from String to Long and back.
StringToLongConverter(String) - Constructor for class com.vaadin.flow.data.converter.StringToLongConverter
Creates a new converter instance with the given error message.
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(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.
StringToNumberDecoder - Class in com.vaadin.flow.server.communication.rpc
Decodes a JsonValue with JsonType.STRING type to Number subclass type.
StringToNumberDecoder() - Constructor for class com.vaadin.flow.server.communication.rpc.StringToNumberDecoder
 
STRONG - Static variable in annotation type com.vaadin.flow.component.Tag
Tag for an <strong>.
Style - Interface in com.vaadin.flow.dom
Provides inline styles for Elements.
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 to Element.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 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 Type in com.vaadin.flow.component.dependency
Annotation for defining style sheet dependencies on a Component class.
StyleSheet.Container - Annotation Type 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.
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
 
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.
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.
SUPER - Static variable in interface com.vaadin.flow.component.Key
The Super key.
supportedTypes - Static variable in class com.vaadin.flow.router.ParameterDeserializer
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 - Static variable in interface com.vaadin.flow.component.Key
This value matches DOM's KeyboardEvent's event.code.
suspend(AtmosphereResource) - Method in class com.vaadin.flow.server.communication.PushHandler
Suspends the given resource
switchTo() - Method in class com.vaadin.testbench.TestBenchDriverProxy
 
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.
Synchronize - Annotation Type 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.
SYNCHRONIZED_PROPERTIES - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
SYNCHRONIZED_PROPERTY_EVENTS - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
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.UidlRequestHandler
 
synchronizedHandleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.flow.server.SynchronizedRequestHandler
Identical to SynchronizedRequestHandler.handleRequest(VaadinSession, VaadinRequest, VaadinResponse) except the VaadinSession is locked before this is called and unlocked after this has completed.
synchronizedHandleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.flow.server.UnsupportedBrowserHandler
 
SynchronizedPropertiesList - Class in com.vaadin.flow.internal.nodefeature
List of synchronized properties for an element.
SynchronizedPropertiesList(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.SynchronizedPropertiesList
Creates a new synchronized properties list for the given node.
SynchronizedPropertyEventsList - Class in com.vaadin.flow.internal.nodefeature
List of synchronized property events for an element.
SynchronizedPropertyEventsList(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.SynchronizedPropertyEventsList
Creates a new synchronized property events list for the given node.
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.
synchronizeProperty(String, String) - Method in class com.vaadin.flow.dom.Element
synchronizeProperty(String, String, DisabledUpdateMode) - Method in class com.vaadin.flow.dom.Element
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 what SystemMessages 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.

T

TAB - Static variable in interface com.vaadin.flow.component.Key
Tab or
Tab - Class in com.vaadin.flow.component.tabs
Server-side component for the vaadin-tab element.
Tab() - Constructor for class com.vaadin.flow.component.tabs.Tab
Constructs a new object in its default state.
Tab(String) - Constructor for class com.vaadin.flow.component.tabs.Tab
Constructs a new object with the given label.
Tab(Component...) - Constructor for class com.vaadin.flow.component.tabs.Tab
Constructs a new object with child components.
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
 
Tabs - Class in com.vaadin.flow.component.tabs
Server-side component for the vaadin-tabs element.
Tabs() - Constructor for class com.vaadin.flow.component.tabs.Tabs
Constructs an empty new object 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.Orientation - Enum 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
 
TabsVariant - Enum in com.vaadin.flow.component.tabs
Set of theme variants applicable for vaadin-tabs component.
TabVariant - Enum in com.vaadin.flow.component.tabs
Set of theme variants applicable for vaadin-tab component.
Tag - Annotation Type in com.vaadin.flow.component
Defines the tag to use for the root element for a component created using the default Component constructor.
TAG - Static variable in class com.vaadin.flow.internal.nodefeature.NodeProperties
TAN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
TargetElement - Enum in com.vaadin.flow.component.page
Page target element enum for inlining during bootstrap creation.
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
 
TELETEXT - Static variable in interface com.vaadin.flow.component.Key
Toggles display of teletext, if available.
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.polymertemplate.TemplateParser.TemplateData
 
TemplateInitializer - Class in com.vaadin.flow.component.polymertemplate
Template initialization related logic (parse template, create sub-templates, inject elements by id).
TemplateInitializer(PolymerTemplate<?>, TemplateParser, VaadinService) - Constructor for class com.vaadin.flow.component.polymertemplate.TemplateInitializer
Creates a new initializer instance.
TemplateModel - Interface in com.vaadin.flow.templatemodel
Interface for a template model.
TemplateModelListProxy<T> - Class in com.vaadin.flow.templatemodel
A list implementation which uses a ModelList in a StateNode as the data source.
TemplateModelListProxy(StateNode, ComplexModelType<T>) - Constructor for class com.vaadin.flow.templatemodel.TemplateModelListProxy
Creates a new proxy for the given node and item type.
TemplateModelProxyHandler - Class in com.vaadin.flow.templatemodel
Invocation handler for TemplateModel proxy objects.
TemplateModelProxyHandler.InterfaceProxy - Class in com.vaadin.flow.templatemodel
Base type used for interface proxy types.
TemplateModelProxyHandler.ModelProxy - Interface in com.vaadin.flow.templatemodel
Gives access to the state node of a proxy instance.
TemplateModelUtil - Class in com.vaadin.flow.templatemodel
Utility class for mapping Bean values to TemplateModel values.
TemplateParser - Interface in com.vaadin.flow.component.polymertemplate
Template content parser.
TemplateParser.TemplateData - Class in com.vaadin.flow.component.polymertemplate
Wrapper for the parsing result.
TemplateRenderer<SOURCE> - Class in com.vaadin.flow.data.renderer
Helper class to create Renderer instances, with fluent API.
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.
test(T, String) - Method in interface com.vaadin.flow.component.combobox.ComboBox.ItemFilter
 
test(String) - Method in class com.vaadin.flow.templatemodel.PropertyFilter
 
TestBench - Class in com.vaadin.testbench
 
TestBench() - Constructor for class com.vaadin.testbench.TestBench
 
testBench() - Method in class com.vaadin.testbench.TestBenchTestCase
Convenience method the return TestBenchCommands for the default WebDriver instance.
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.TestBenchTestCase
 
TestCategory - Annotation Type 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.
TestNameSuffix - Annotation Type 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.
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 - Static variable in class com.vaadin.flow.internal.nodefeature.NodeProperties
TEXT_NODE - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
Id for TextNodeMap.
TextAlign - Enum in com.vaadin.flow.component.charts.model
The text alignment for the label.
TEXTAREA - Static variable in annotation type com.vaadin.flow.component.Tag
Tag for an <textarea>.
TextArea - Class in com.vaadin.flow.component.textfield
Server-side component for the vaadin-text-area element.
TextArea() - Constructor for class com.vaadin.flow.component.textfield.TextArea
Constructs an empty TextArea.
TextArea(String) - Constructor for class com.vaadin.flow.component.textfield.TextArea
Constructs an empty TextArea with the given label.
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, String) - Constructor for class com.vaadin.flow.component.textfield.TextArea
Constructs a TextArea with the given label, an initial value and placeholder text.
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, 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, 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.
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
 
TextAreaVariant - Enum in com.vaadin.flow.component.textfield
Set of theme variants applicable for vaadin-text-area component.
TextField - Class in com.vaadin.flow.component.textfield
Server-side component for the vaadin-text-field element.
TextField() - Constructor for class com.vaadin.flow.component.textfield.TextField
Constructs an empty TextField.
TextField(String) - Constructor for class com.vaadin.flow.component.textfield.TextField
Constructs an empty TextField with the given label.
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, String) - Constructor for class com.vaadin.flow.component.textfield.TextField
Constructs a TextField with the given label, an initial value and placeholder text.
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, 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, 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.
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
 
TextFieldVariant - Enum in com.vaadin.flow.component.textfield
Set of theme variants applicable for vaadin-text-field component.
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 and HorizontalLayout related to dynamic theme adjustment.
Theme - Annotation Type in com.vaadin.flow.theme
Defines that there is a theme to use and defines the theme handler implementation.
THEME_ATTRIBUTE_NAME - Static variable in class com.vaadin.flow.dom.impl.ThemeListImpl
 
ThemeDefinition - Class in com.vaadin.flow.theme
Holds all the settings needed to properly set a Theme in the application.
ThemeDefinition(Class<? extends AbstractTheme>, String) - Constructor for class com.vaadin.flow.theme.ThemeDefinition
Creates a definition with the given them class and variant.
ThemeDefinition(Theme) - Constructor for class com.vaadin.flow.theme.ThemeDefinition
Helper constructor that extracts the needed information from a Theme annotation.
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.
ThemeUtil - Class in com.vaadin.flow.theme
Utility class for getting default theme and navigation target theme.
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.
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.
TickmarkPlacement - Enum in com.vaadin.flow.component.charts.model
For categorized axes only.
TickPosition - Enum in com.vaadin.flow.component.charts.model
The position of the tick marks relative to the axis line.
TimePicker - Class in com.vaadin.flow.component.timepicker
An input component for selecting time of day, based on vaadin-time-picker web component.
TimePicker() - Constructor for class com.vaadin.flow.component.timepicker.TimePicker
Default constructor.
TimePicker(LocalTime) - Constructor for class com.vaadin.flow.component.timepicker.TimePicker
Convenience constructor to create a time picker with a pre-selected time.
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(HasValue.ValueChangeListener<AbstractField.ComponentValueChangeEvent<TimePicker, LocalTime>>) - Constructor for class com.vaadin.flow.component.timepicker.TimePicker
Convenience constructor to create a time picker with a ValueChangeListener.
TimePickerResource - Class in com.vaadin.flow.component.timepicker.osgi
Time picker connector resource registration.
TimePickerResource() - Constructor for class com.vaadin.flow.component.timepicker.osgi.TimePickerResource
 
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 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
 
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
 
toggle() - Method in class com.vaadin.flow.component.details.testbench.DetailsElement
Expands or collapses 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.
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(Date) - Static method in class com.vaadin.flow.component.charts.util.Util
Deprecated.
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.
toJSON(AbstractConfigurationObject) - Static method in class com.vaadin.flow.component.charts.util.ChartSerialization
 
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(ConstantPool) - Method in class com.vaadin.flow.internal.change.NodeChange
Serializes this change to JSON.
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 a JsonValue.
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() - Method in class com.vaadin.flow.shared.ui.Dependency
Converts the object into json representation.
toJson() - Method in class com.vaadin.flow.templatemodel.AbstractBasicModelType
 
toJson() - Method in class com.vaadin.flow.templatemodel.BeanModelType
 
toJson() - Method in class com.vaadin.flow.templatemodel.ConvertedModelType
 
toJson() - Method in class com.vaadin.flow.templatemodel.ListModelType
 
toJson() - Method in interface com.vaadin.flow.templatemodel.ModelType
Creates a JSON representation of this model type.
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.
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.
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() - Constructor for class com.vaadin.flow.component.charts.model.Tooltip
 
Tooltip(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.Tooltip
 
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
 
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.
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.
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 com.vaadin.flow.component.charts.model.AxisType
 
toString() - Method in enum com.vaadin.flow.component.charts.model.BackgroundShape
 
toString() - Method in class com.vaadin.flow.component.charts.model.ChartType
 
toString() - Method in enum com.vaadin.flow.component.charts.model.Compare
 
toString() - Method in enum com.vaadin.flow.component.charts.model.Cursor
 
toString() - Method in enum com.vaadin.flow.component.charts.model.Dimension
 
toString() - Method in enum com.vaadin.flow.component.charts.model.DrillUpButtonRelativeTo
 
toString() - Method in enum com.vaadin.flow.component.charts.model.ExportFileType
 
toString() - Method in enum com.vaadin.flow.component.charts.model.FlagShape
 
toString() - Method in enum com.vaadin.flow.component.charts.model.HorizontalAlign
 
toString() - Method in enum com.vaadin.flow.component.charts.model.IntervalUnit
 
toString() - Method in enum com.vaadin.flow.component.charts.model.LayoutDirection
 
toString() - Method in enum com.vaadin.flow.component.charts.model.MarkerSymbolEnum
 
toString() - Method in class com.vaadin.flow.component.charts.model.MarkerSymbolUrl
 
toString() - Method in enum com.vaadin.flow.component.charts.model.PanKey
 
toString() - Method in enum com.vaadin.flow.component.charts.model.PointPlacement
 
toString() - Method in enum com.vaadin.flow.component.charts.model.RangeSelectorTimespan
 
toString() - Method in enum com.vaadin.flow.component.charts.model.ResetZoomButtonRelativeTo
 
toString() - Method in enum com.vaadin.flow.component.charts.model.Shape
 
toString() - Method in enum com.vaadin.flow.component.charts.model.Stacking
 
toString() - Method in enum com.vaadin.flow.component.charts.model.StepType
 
toString() - Method in enum com.vaadin.flow.component.charts.model.style.FontWeight
 
toString() - Method in class com.vaadin.flow.component.charts.model.style.SolidColor
 
toString() - Method in enum com.vaadin.flow.component.charts.model.style.StylePosition
 
toString() - Method in enum com.vaadin.flow.component.charts.model.TextAlign
 
toString() - Method in enum com.vaadin.flow.component.charts.model.TickmarkPlacement
 
toString() - Method in enum com.vaadin.flow.component.charts.model.TickPosition
 
toString() - Method in enum com.vaadin.flow.component.charts.model.TimeUnit
 
toString() - Method in enum com.vaadin.flow.component.charts.model.TreeMapLayoutAlgorithm
 
toString() - Method in enum com.vaadin.flow.component.charts.model.TreeMapLayoutStartingDirection
 
toString() - Method in enum com.vaadin.flow.component.charts.model.VerticalAlign
 
toString() - Method in enum 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 com.vaadin.flow.component.formlayout.FormLayout.ResponsiveStep.LabelsPosition
 
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 class com.vaadin.flow.data.binder.BeanPropertySet
 
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.RouteAliasData
 
toString() - Method in class com.vaadin.flow.router.RouteData
 
toString() - Method in class com.vaadin.flow.shared.ui.Dependency
 
toString() - Method in class com.vaadin.flow.templatemodel.TemplateModelProxyHandler.InterfaceProxy
 
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.
translateUrl(String) - Method in interface com.vaadin.flow.theme.AbstractTheme
Translates the given url using the result of the AbstractTheme.getThemeUrl() theme method.
Transport - Enum in com.vaadin.flow.shared.ui
Transport modes for Push
TRANSPORT_KEY - Static variable in class com.vaadin.flow.internal.nodefeature.PushConfigurationMap
 
TreeData<T> - Class in com.vaadin.flow.data.provider.hierarchy
Class for representing 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
A grid component for displaying hierarchical tabular data.
TreeGrid() - Constructor for class com.vaadin.flow.component.treegrid.TreeGrid
Creates a new TreeGrid 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.
TreeGrid(HierarchicalDataProvider<T, ?>) - Constructor for class com.vaadin.flow.component.treegrid.TreeGrid
Creates a new TreeGrid using the given HierarchicalDataProvider, without support for creating columns based on property names.
TreeGridArrayUpdater - Interface in com.vaadin.flow.component.treegrid
Array update strategy aware class for TreeGrid.
TREEMAP - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
TreeMapLayoutAlgorithm - Enum in com.vaadin.flow.component.charts.model
The layout algorithm used by ChartType.TREEMAP charts.
TreeMapLayoutStartingDirection - Enum in com.vaadin.flow.component.charts.model
The direction where the layout algorithm will start drawing.
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, String) - 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, int) - Constructor for class com.vaadin.flow.component.charts.model.TreeSeriesItem
 
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.
tryServeWebJarResource(HttpServletRequest, HttpServletResponse) - Method in class com.vaadin.flow.server.webjar.WebJarServer
Searches for file requested in the webJars.
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.
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_ID_PARAMETER - Static variable in class com.vaadin.flow.shared.ApplicationConstants
Name of the parameter used to transmit UI ids back and forth.
UI_PARAMETER - Static variable in class com.vaadin.flow.server.VaadinSession
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
UI_PUSHCONFIGURATION_PARAMETERS - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
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, Throwable) - Constructor for exception com.vaadin.flow.component.UIDetachedException
Creates an instance of the exception using the given message and cause.
UIDetachedException(String) - Constructor for exception com.vaadin.flow.component.UIDetachedException
Creates an instance of the exception using the given message.
UIDetachedException(Throwable) - Constructor for exception com.vaadin.flow.component.UIDetachedException
Creates an instance of the exception using the given cause.
UIDL_KEY_EXECUTE - Static variable in class com.vaadin.flow.shared.JsonConstants
Key used for data related to Page.executeJavaScript(String, Serializable...) in UIDL messages.
UIDL_PATH - Static variable in class com.vaadin.flow.server.communication.UidlRequestHandler
 
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.
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.
uiInit(UIInitEvent) - Method in interface com.vaadin.flow.server.UIInitListener
Method called for a initialized UI.
UIInitEvent - Class in com.vaadin.flow.server
Event fired to UIInitListener when a UI 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.JavaScriptInvocation - Class in com.vaadin.flow.component.internal
A Page.executeJavaScript(String, Serializable...) invocation that has not yet been sent to the client.
UL - Static variable in annotation type com.vaadin.flow.component.Tag
Tag for an <ul>.
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 bound HasValue.
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.
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
 
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
 
unlock() - Method in class com.vaadin.flow.server.VaadinSession
Unlocks this session.
unlockSession(WrappedSession) - Method in class com.vaadin.flow.server.VaadinService
Releases the lock for the given session for this service instance.
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
 
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
 
unregister() - Method in interface com.vaadin.flow.server.StreamRegistration
Unregister StreamResource.
unregisterListener() - Method in class com.vaadin.flow.component.ComponentEvent
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.
UnsupportedBrowserHandler - Class in com.vaadin.flow.server
A RequestHandler that presents an informative page if the browser in use is unsupported.
UnsupportedBrowserHandler() - Constructor for class com.vaadin.flow.server.UnsupportedBrowserHandler
 
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.
updateActiveState() - Method in class com.vaadin.flow.internal.StateNode
Update "active"/"inactive" state of the node.
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.provider.ComponentDataGenerator
 
updateComponent(Component, SOURCE) - Method in class com.vaadin.flow.data.renderer.ComponentRenderer
Called when the item is updated.
updateFromClient(String, Serializable) - Method in class com.vaadin.flow.internal.nodefeature.NodeMap
Receives a value update from the client.
updatePageTitle(NavigationEvent, Component) - Static method in class com.vaadin.flow.router.internal.RouterUtil
Deprecated.
Updates the page title according to the currently visible component.
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.
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
 
updateRequestDetails(VaadinRequest) - Method in class com.vaadin.flow.server.WebBrowser
For internal use only.
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 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.
updateSelectionModeOnClient() - Method in class com.vaadin.flow.component.grid.Grid
 
updateSeries() - Method in class com.vaadin.flow.component.charts.model.AbstractSeries
 
updateStyles(JsonObject) - Method in class com.vaadin.flow.component.formlayout.GeneratedVaadinFormLayout
Description copied from corresponding location in WebComponent:
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, 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 - Class in com.vaadin.flow.component.upload
Server-side component for the vaadin-upload element.
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.
UploadAbortEvent(R, boolean, JsonObject, JsonObject, JsonObject) - Constructor for class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadAbortEvent
 
UploadBeforeEvent(R, boolean, JsonObject, JsonObject, JsonObject, JsonObject) - Constructor for class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadBeforeEvent
 
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
 
UploadErrorEvent(R, boolean, JsonObject, JsonObject, JsonObject) - Constructor for class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadErrorEvent
 
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.
uploadFiles(JsonObject) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
Description copied from corresponding location in WebComponent:
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.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.
UploadProgressEvent(R, boolean, JsonObject, JsonObject, JsonObject) - Constructor for class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadProgressEvent
 
UploadRequestEvent(R, boolean, JsonObject, JsonObject, JsonObject, JsonObject) - Constructor for class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadRequestEvent
 
UploadResponseEvent(R, boolean, JsonObject, JsonObject, JsonObject) - Constructor for class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadResponseEvent
 
UploadRetryEvent(R, boolean, JsonObject, JsonObject, JsonObject) - Constructor for class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadRetryEvent
 
UploadStartEvent(R, boolean, JsonObject, JsonObject, JsonObject) - Constructor for class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadStartEvent
 
UploadSuccessEvent(R, boolean, JsonObject, JsonObject, JsonObject) - Constructor for class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadSuccessEvent
 
upperCaseUnderscoreToHumanFriendly(String) - Static method in class com.vaadin.flow.internal.CaseUtil
Converts an UPPER_CASE_STRING to a human friendly format (Upper Case String).
URL_PARAMETER_CLOSE_APPLICATION - Static variable in class com.vaadin.flow.server.VaadinService
Deprecated.
As of 7.0.
URL_PARAMETER_RESTART_APPLICATION - Static variable in class com.vaadin.flow.server.VaadinService
Deprecated.
As of 7.0.
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.
USE_ORIGINAL_FRONTEND_RESOURCES - Static variable in class com.vaadin.flow.server.Constants
Configuration name for the parameter that determines if Flow should use bundled fragments or not.
useCompiledFrontendResources() - Method in interface com.vaadin.flow.function.DeploymentConfiguration
Determines if Flow should use compiled or original frontend resources.
Uses - Annotation Type in com.vaadin.flow.component.dependency
Marks that an annotated component implicitly uses another component.
Uses.Container - Annotation Type 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_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_STATIC_FILES_PATH - Static variable in class com.vaadin.flow.shared.ApplicationConstants
The prefix used for all internal static files, relative to context root.
VaadinBundleTracker - Class in com.vaadin.flow.server.osgi
Bundle tracker to discover all classes in active bundles.
VaadinBundleTracker(BundleContext) - Constructor for class com.vaadin.flow.server.osgi.VaadinBundleTracker
Creates a new instance of a bundle tracker.
VaadinIcon - Enum in com.vaadin.flow.component.icon
Enumeration of all icons in the Vaadin Icons collection.
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.
VaadinService - Class in com.vaadin.flow.server
An abstraction of the underlying technology, e.g.
VaadinService(DeploymentConfiguration) - Constructor for class com.vaadin.flow.server.VaadinService
Creates a new vaadin service based on a deployment configuration.
VaadinService() - Constructor for class com.vaadin.flow.server.VaadinService
Creates a service.
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
 
VaadinServletConfiguration - Annotation Type in com.vaadin.flow.server
Annotation for configuring subclasses of VaadinServlet.
VaadinServletConfiguration.InitParameterName - Annotation Type in com.vaadin.flow.server
Defines the init parameter name for methods in VaadinServletConfiguration.
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(VaadinServlet, DeploymentConfiguration) - Constructor for class com.vaadin.flow.server.VaadinServletService
Creates an instance connected to the given servlet and using the given configuration.
VaadinServletService() - Constructor for class com.vaadin.flow.server.VaadinServletService
Creates a servlet service.
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.
VaadinSessionState - Enum in com.vaadin.flow.server
The lifecycle state of a VaadinSession.
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
 
validate() - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckboxGroup
Description copied from corresponding location in WebComponent:
validate() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
Description copied from corresponding location in WebComponent:
validate(String) - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
Description copied from corresponding location in WebComponent:
validate() - Method in class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioGroup
Description copied from corresponding location in WebComponent:
validate() - Method in class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect
Description copied from corresponding location in WebComponent:
validate() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
Description copied from corresponding location in WebComponent:
validate() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
Description copied from corresponding location in WebComponent:
validate() - Method in class com.vaadin.flow.component.timepicker.GeneratedVaadinTimePicker
Description copied from corresponding location in WebComponent:
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(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() - 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 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
 
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 the classSet.
validatePwaClass(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(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.
Validator<T> - Interface in com.vaadin.flow.data.binder
A functional interface for validating user input or other potentially invalid data.
VALUE - Static variable in class com.vaadin.flow.internal.nodefeature.NodeProperties
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 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 Converters.
ValueContext() - Constructor for class com.vaadin.flow.data.binder.ValueContext
Constructor for ValueContext without a Locale.
ValueContext(Locale) - Constructor for class com.vaadin.flow.data.binder.ValueContext
Constructor for ValueContext without a Component.
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.
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(Set<T>, Set<T>) - Method in class com.vaadin.flow.component.checkbox.CheckboxGroup
 
valueEquals(T, T) - Method in class com.vaadin.flow.component.internal.AbstractFieldSupport
Delegate method corresponding to AbstractField.valueEquals(Object, Object).
valueOf(String) - Static method in enum com.vaadin.flow.component.button.ButtonVariant
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.events.MouseEventDetails.MouseButton
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.AxisDimension
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.AxisType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.BackgroundShape
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.Compare
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.Cursor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.Dimension
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.DrillUpButtonRelativeTo
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.ExportFileType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.FlagShape
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.HorizontalAlign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.IntervalUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.LayoutDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.MarkerSymbolEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.PanKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.PointPlacement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.RangeSelectorTimespan
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.ResetZoomButtonRelativeTo
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.Shape
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.Stacking
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.StepType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.style.FontWeight
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.style.StylePosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.TextAlign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.TickmarkPlacement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.TickPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.TimeUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.TreeMapLayoutAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.TreeMapLayoutStartingDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.VerticalAlign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.ZoneAxis
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.checkbox.CheckboxGroupVariant
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.cookieconsent.CookieConsent.Position
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.crud.CrudVariant
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.details.DetailsVariant
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.formlayout.FormLayout.ResponsiveStep.LabelsPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.grid.ColumnTextAlign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.grid.Grid.SelectionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.grid.GridMultiSelectionModel.SelectAllCheckboxVisibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.grid.GridVariant
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.gridpro.EditorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.html.IFrame.ImportanceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.html.IFrame.SandboxType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.html.OrderedList.NumberingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.icon.VaadinIcon
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.KeyLocation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.KeyModifier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.notification.Notification.Position
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.orderedlayout.BoxSizing
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.orderedlayout.FlexComponent.Alignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.orderedlayout.FlexComponent.JustifyContentMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.orderedlayout.FlexLayout.WrapMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.page.Inline.Position
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.page.Inline.Wrapping
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.page.TargetElement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.progressbar.ProgressBarVariant
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.radiobutton.RadioGroupVariant
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.richtexteditor.RichTextEditorVariant
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.splitlayout.SplitLayout.Orientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.splitlayout.SplitLayoutVariant
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.tabs.Tabs.Orientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.tabs.TabsVariant
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.tabs.TabVariant
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.textfield.Autocapitalize
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.textfield.Autocomplete
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.textfield.TextAreaVariant
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.textfield.TextFieldVariant
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.data.binder.BindingValidationStatus.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.data.binder.ErrorLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.data.provider.SortDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.data.value.ValueChangeMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.dom.DebouncePhase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.dom.DisabledUpdateMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.dom.NodeVisitor.ElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.router.NavigationTrigger
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.server.communication.AtmospherePushConnection.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.server.InitialPageSettings.Position
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.server.InitialPageSettings.WrapMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.server.PwaIcon.Domain
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.server.ServletHelper.RequestType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.server.VaadinSessionState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.shared.BrowserDetails.OperatingSystem
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.shared.communication.PushMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.shared.ui.Dependency.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.shared.ui.LoadMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.shared.ui.Transport
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.templatemodel.ClientUpdateMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.testbench.parallel.Browser
Returns the enum constant of this type 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 com.vaadin.flow.component.button.ButtonVariant
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.events.MouseEventDetails.MouseButton
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.AxisDimension
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.AxisType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.BackgroundShape
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.Compare
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.Cursor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.Dimension
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.DrillUpButtonRelativeTo
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.ExportFileType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.FlagShape
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.HorizontalAlign
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.IntervalUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.LayoutDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.MarkerSymbolEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.PanKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.PointPlacement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.RangeSelectorTimespan
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.ResetZoomButtonRelativeTo
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.Shape
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.Stacking
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.StepType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.style.FontWeight
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.style.StylePosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.TextAlign
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.TickmarkPlacement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.TickPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.TimeUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.TreeMapLayoutAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.TreeMapLayoutStartingDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.VerticalAlign
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.ZoneAxis
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.checkbox.CheckboxGroupVariant
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.cookieconsent.CookieConsent.Position
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.crud.CrudVariant
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.details.DetailsVariant
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.formlayout.FormLayout.ResponsiveStep.LabelsPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.grid.ColumnTextAlign
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.grid.Grid.SelectionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.grid.GridMultiSelectionModel.SelectAllCheckboxVisibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.grid.GridVariant
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.gridpro.EditorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.html.IFrame.ImportanceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.html.IFrame.SandboxType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.html.OrderedList.NumberingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.icon.VaadinIcon
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.KeyLocation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.KeyModifier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.notification.Notification.Position
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.orderedlayout.BoxSizing
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.orderedlayout.FlexComponent.Alignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.orderedlayout.FlexComponent.JustifyContentMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.orderedlayout.FlexLayout.WrapMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.page.Inline.Position
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.page.Inline.Wrapping
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.page.TargetElement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.progressbar.ProgressBarVariant
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.radiobutton.RadioGroupVariant
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.richtexteditor.RichTextEditorVariant
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.splitlayout.SplitLayout.Orientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.splitlayout.SplitLayoutVariant
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.tabs.Tabs.Orientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.tabs.TabsVariant
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.tabs.TabVariant
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.textfield.Autocapitalize
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.textfield.Autocomplete
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.textfield.TextAreaVariant
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.textfield.TextFieldVariant
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.data.binder.BindingValidationStatus.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.data.binder.ErrorLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.data.provider.SortDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.data.value.ValueChangeMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.dom.DebouncePhase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.dom.DisabledUpdateMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.dom.NodeVisitor.ElementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.router.NavigationTrigger
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.server.communication.AtmospherePushConnection.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.server.InitialPageSettings.Position
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.server.InitialPageSettings.WrapMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.server.PwaIcon.Domain
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.server.ServletHelper.RequestType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.server.VaadinSessionState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.shared.BrowserDetails.OperatingSystem
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.shared.communication.PushMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.shared.ui.Dependency.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.shared.ui.LoadMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.shared.ui.Transport
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.templatemodel.ClientUpdateMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.testbench.parallel.Browser
Returns an array containing the constants of this enum type, in the order they are declared.
valueUnbound(HttpSessionBindingEvent) - Method in class com.vaadin.flow.server.VaadinSession
 
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 url parameters is valid for the given navigation target.
verifyServletVersion() - Static method in class com.vaadin.flow.server.startup.ServletVerifier
Verify that the used servlet version is not too old.
Version - Class in com.vaadin.flow.server
Provides information about the current version of the framework.
Version() - Constructor for class com.vaadin.flow.server.Version
 
VerticalAlign - Enum 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
VerticalLayout is a component container, which shows the subcomponents in the order of their addition (vertically).
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
 
VIDEO_MODE_NEXT - Static variable in interface com.vaadin.flow.component.Key
Cycles through the available video modes.
Viewport - Annotation Type 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.
VIOLET - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
VIRTUAL_CHILDREN - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
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.
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.
VISIBLE - Static variable in class com.vaadin.flow.internal.nodefeature.NodeProperties
visit(StateNode, NodeVisitor) - Method in interface com.vaadin.flow.dom.ElementStateProvider
Visit the node applying visitor 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
 
visit(NodeVisitor.ElementType, Element) - Method in interface com.vaadin.flow.dom.NodeVisitor
Visit the element using provided element type.
visit(ShadowRoot) - Method in interface com.vaadin.flow.dom.NodeVisitor
Visit the shadow root.
visitDescendants(Node<?>, NodeVisitor) - Method in class com.vaadin.flow.dom.impl.AbstractNodeStateProvider
Apply the visitor for the descendants of the node.
visitNodeTree(Consumer<StateNode>) - Method in class com.vaadin.flow.internal.StateNode
Applies the visitor to this node and all its descendants.
VOICE_DIAL - Static variable in interface com.vaadin.flow.component.Key
The Voice Dial key.

W

waitForFirst() - Method in class com.vaadin.testbench.ElementQuery
Executes the search and returns the first result once at least once result is available.
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>, 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>) - 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>, long) - Method in class com.vaadin.testbench.TestBenchTestCase
Waits the given number of 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.
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.
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
 
WebBrowser - Class in com.vaadin.flow.server
Class that provides information about the web browser the user is using.
WebBrowser() - Constructor for class com.vaadin.flow.server.WebBrowser
 
WebJarServer - Class in com.vaadin.flow.server.webjar
Handles requests that may require webJars contents.
WebJarServer(DeploymentConfiguration) - Constructor for class com.vaadin.flow.server.webjar.WebJarServer
Creates a webJar server that is able to search webJars for files and return them.
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.
WHEAT - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
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
 
WIDGETSET_MISMATCH_INFO - Static variable in class com.vaadin.flow.server.communication.ServerRpcHandler
 
WildcardParameter - Annotation Type in com.vaadin.flow.router
Annotation to mark a Navigation url parameter as a wildcard allowing 0-N parameter parts to be bound for this url parameter.
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.
withBefores(FrameworkMethod, Object, Statement) - Method in class com.vaadin.testbench.parallel.ParallelRunner
 
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() - 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(SerializableBiFunction<Q, C, F>) - Method in class com.vaadin.flow.data.provider.hierarchy.AbstractHierarchicalDataProvider
 
withConfigurableFilter() - 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
 
withConfigurableFilter() - 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(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.
withConverter(Converter<TARGET, NEWTARGET>) - Method in class com.vaadin.flow.data.binder.Binder.BindingBuilderImpl
 
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.
withCtrl() - Method in class com.vaadin.flow.component.ShortcutRegistration
Fluently adds KeyModifier.CONTROL to the shortcut's modifiers.
withEventHandler(String, SerializableConsumer<SOURCE>) - Method in class com.vaadin.flow.data.renderer.TemplateRenderer
Sets an event handler for events from elements inside the template.
withFilterId(Object) - Method in class com.vaadin.flow.component.charts.model.serializers.BeanSerializerDelegator
 
withIgnorals(Set<String>) - Method in class com.vaadin.flow.component.charts.model.serializers.BeanSerializerDelegator
 
withLeaveObservers(Deque<BeforeLeaveHandler>) - Static method in class com.vaadin.flow.router.internal.Postpone
Set any remaining BeforeLeaveHandlers 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.
withMeta() - Method in class com.vaadin.flow.component.ShortcutRegistration
Fluently adds KeyModifier.META to the shortcut's modifiers.
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 BeforeEnterHandlers to be continued from.
withNullRepresentation(TARGET) - Method in interface com.vaadin.flow.data.binder.Binder.BindingBuilder
Maps binding value null to given null representation and back to null when converting back to model value.
withObjectIdWriter(ObjectIdWriter) - Method in class com.vaadin.flow.component.charts.model.serializers.BeanSerializerDelegator
 
withOnly(int) - Static method in class com.vaadin.flow.internal.Range
Creates a range object representing a single integer.
withPath(String) - Method in class com.vaadin.flow.router.NavigationStateBuilder
Assign the path that was used for determining the navigation target.
withProperty(String, ValueProvider<SOURCE, ?>) - Method in class com.vaadin.flow.data.renderer.TemplateRenderer
Sets a property to be used inside the template.
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 for Binder.bindInstanceFields(Object), Binder.bind(HasValue, String) and Binder.BindingBuilder.bind(String).
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(Class<? extends Component>, List<String>) - Method in class com.vaadin.flow.router.NavigationStateBuilder
Assigns the given navigation target with the given url parameter 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.
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 TARGET>) - Method in interface com.vaadin.flow.data.binder.Binder.BindingBuilder
Adds a validator to this binding.
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<? 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(Validator<? super TARGET>) - 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(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.
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.
WORKBOX_FOLDER - Static variable in class com.vaadin.flow.server.PwaRegistry
 
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.
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 a TestBenchElement.
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.
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.
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.
writeBrowserTooOldPage(VaadinRequest, VaadinResponse) - Method in class com.vaadin.flow.server.UnsupportedBrowserHandler
Writes a page encouraging the user to upgrade to a more current browser.
writeCacheHeaders(String, HttpServletResponse) - Method in class com.vaadin.flow.server.StaticFileServer
Writes cache headers for the file into the response.
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.
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_ATTRIBUTE - Static variable in class com.vaadin.flow.component.charts.model.DataProviderSeries
 
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
 

Y

Y_ATTRIBUTE - Static variable in class com.vaadin.flow.component.charts.model.DataProviderSeries
 
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
 
YELLOW - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
YELLOWGREEN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 

Z

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 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.
$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

Copyright © 2019. All rights reserved.