- A - Static variable in annotation type com.vaadin.flow.component.Tag
-
Tag for an <a>
.
- AbstractAnnotationValidator - Class in com.vaadin.flow.server.startup
-
Validation class that contains common logic to checks that specific
annotations are not configured wrong.
- AbstractAnnotationValidator() - Constructor for class com.vaadin.flow.server.startup.AbstractAnnotationValidator
-
- AbstractAttachDetachEvent - Class in com.vaadin.flow.component.internal
-
- AbstractAttachDetachEvent(Component) - Constructor for class com.vaadin.flow.component.internal.AbstractAttachDetachEvent
-
Creates a new event with the given component as source.
- AbstractBackEndDataProvider<T,F> - Class in com.vaadin.flow.data.provider
-
Abstract base class for implementing back end data providers.
- AbstractBackEndDataProvider() - Constructor for class com.vaadin.flow.data.provider.AbstractBackEndDataProvider
-
- 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.
- 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.
- 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.
- 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
-
- 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.
- 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
-
- 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 - 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
-
- 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.
- 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.
- accessSession(VaadinSession, Command) - Method in class com.vaadin.flow.server.VaadinService
-
- accessSynchronously(Command) - Method in class com.vaadin.flow.component.UI
-
Locks the session of this UI and runs the provided command right away.
- accessSynchronously(Command) - Method in class com.vaadin.flow.server.VaadinSession
-
Locks this session and runs the provided Command right away.
- 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(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(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.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(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.
- 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.
- 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<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.
- 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.
- addClickListener(ComponentEventListener<ClickEvent<T>>) - Method in interface com.vaadin.flow.component.ClickNotifier
-
Adds a click listener to this component.
- addColumn(ValueProvider<T, ?>) - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a new text column to this
Grid
with a value provider.
- 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.
- addColumn(Renderer<T>) - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a new text column to this
Grid
with a renderer.
- 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 and
sorting properties.
- addColumn(String) - Method in class com.vaadin.flow.component.grid.Grid
-
Adds a new column for the given property name.
- 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
-
- 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.
- 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.
- 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
-
- 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 informs when the user wants to close the dialog by
clicking outside the dialog, or by pressing escape.
- addEventData(String) - Method in interface com.vaadin.flow.dom.DomListenerRegistration
-
Add a JavaScript expression for extracting event data.
- addEventListener(String, DomEventListener) - Method in class com.vaadin.flow.dom.Element
-
Adds an event listener for the given event type.
- addEventListener(String, DomEventListener, String...) - Method in class com.vaadin.flow.dom.Element
-
- addEventListener(StateNode, String, DomEventListener) - Method in interface com.vaadin.flow.dom.ElementStateProvider
-
Adds a DOM event listener.
- addEventListener(StateNode, String, DomEventListener) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
-
- addEventListener(StateNode, String, DomEventListener) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
-
- addEventListener(StateNode, String, DomEventListener) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
-
- 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.
- addFormItem(Component, String) - Method in class com.vaadin.flow.component.formlayout.FormLayout
-
Convenience method for creating and adding a new FormItem to this layout
that wraps the given field with a label.
- addFormItem(Component, Component) - Method in class com.vaadin.flow.component.formlayout.FormLayout
-
Convenience method for creating and adding a new FormItem to this layout
that wraps the given field with a component as its label.
- addGetParameter(String, String, String) - Static method in class com.vaadin.flow.shared.util.SharedUtil
-
Adds the given get parameter to the URI and returns the new URI.
- addGetParameter(String, String, int) - Static method in class com.vaadin.flow.shared.util.SharedUtil
-
Adds the given get parameter to the URI and returns the new URI.
- addGetParameters(String, String) - Static method in class com.vaadin.flow.shared.util.SharedUtil
-
Adds the get parameters to the uri and returns the new uri that contains
the parameters.
- 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
-
- 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.
- 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<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<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.
- 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.
- 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
-
- 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.
- 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.
- 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(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(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.
- 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.
- 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.
- 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<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<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
-
- 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(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.
- 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.
- addRoute(Class<? extends Component>) - Method in class com.vaadin.flow.server.startup.RouteTarget
-
Add a new route navigation target.
- addSelectedChangeListener(ComponentEventListener<Tabs.SelectedChangeEvent>) - Method in class com.vaadin.flow.component.tabs.Tabs
-
- addSelectedItemChangeListener(ComponentEventListener<GeneratedVaadinComboBox.SelectedItemChangeEvent<R>>) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
-
Adds a listener for selected-item-changed
events fired by the
webcomponent.
- addSelectionListener(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.
- 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.
- 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.
- 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
-
Adds the property whose value should automatically be synchronized from
the client side and updated in this
Element
.
- addSynchronizedProperty(String, DisabledUpdateMode) - Method in class com.vaadin.flow.dom.Element
-
Adds the property whose value should automatically be synchronized from
the client side and updated in this
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
-
Adds the event to use for property synchronization from the client side.
- 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.
- 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'.
- 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.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'.
- 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.
- 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
-
- 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
-
- AfterNavigationListener - Interface in com.vaadin.flow.router
-
- AfterNavigationObserver - Interface in com.vaadin.flow.router
-
Any com.vaadin.ui.Component
implementing this interface will be
informed when they have been attached to the UI and all navigation tasks have
resolved.
- AGAIN - Static variable in interface com.vaadin.flow.component.Key
-
The Again
key.
- AliasData(Class<? extends RouterLayout>, String) - Constructor for class com.vaadin.flow.router.RouteData.AliasData
-
Data class constructor.
- 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.
- 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
-
- 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.
- 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.
- 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.
- 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
-
- 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.
- ApplicationConstants - Class in com.vaadin.flow.shared
-
A utility class providing static constants.
- ApplicationConstants() - Constructor for class com.vaadin.flow.shared.ApplicationConstants
-
- 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.
- 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.
- 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.
- Aside - Class in com.vaadin.flow.component.html
-
Component representing a <aside>
element.
- Aside() - Constructor for class com.vaadin.flow.component.html.Aside
-
Creates a new empty aside.
- Aside(Component...) - Constructor for class com.vaadin.flow.component.html.Aside
-
Creates a new aside with the given child components.
- ASIDE - Static variable in annotation type com.vaadin.flow.component.Tag
-
Tag for an <aside>
.
- asMultiSelect() - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
-
- asMultiSelect() - Method in class com.vaadin.flow.component.grid.Grid
-
Use this grid as a multiselect in
Binder
.
- asMultiSelect() - Method in interface com.vaadin.flow.component.grid.GridMultiSelectionModel
-
Gets a wrapper to use this multiselection model as a multiselect in
Binder
.
- asRequired(String) - Method in interface com.vaadin.flow.data.binder.Binder.BindingBuilder
-
Sets the field to be required.
- asRequired() - Method in interface com.vaadin.flow.data.binder.Binder.BindingBuilder
-
Sets the field to be required.
- asRequired(ErrorMessageProvider) - Method in interface com.vaadin.flow.data.binder.Binder.BindingBuilder
-
Sets the field to be required.
- asRequired(Validator<TARGET>) - Method in interface com.vaadin.flow.data.binder.Binder.BindingBuilder
-
Sets the field to be required and delegates the required check to a
custom validator.
- asRequired(ErrorMessageProvider) - Method in class com.vaadin.flow.data.binder.Binder.BindingBuilderImpl
-
- asRequired(Validator<TARGET>) - Method in class com.vaadin.flow.data.binder.Binder.BindingBuilderImpl
-
- asSingleSelect() - Method in class com.vaadin.flow.component.grid.AbstractGridSingleSelectionModel
-
- asSingleSelect() - Method in class com.vaadin.flow.component.grid.Grid
-
Use this grid as a single select in
Binder
.
- asSingleSelect() - Method in interface com.vaadin.flow.component.grid.GridSingleSelectionModel
-
Gets a wrapper to use this single selection model as a single select in
Binder
.
- ATMOSPHERE_MISSING_ERROR - Static variable in class com.vaadin.flow.server.VaadinService
-
- AtmospherePushConnection - Class in com.vaadin.flow.server.communication
-
A
PushConnection
implementation using the Atmosphere push support
that is by default included in Vaadin.
- AtmospherePushConnection(UI) - Constructor for class com.vaadin.flow.server.communication.AtmospherePushConnection
-
Creates an instance connected to the given UI.
- AtmospherePushConnection.FragmentedMessage - Class in com.vaadin.flow.server.communication
-
Represents a message that can arrive as multiple fragments.
- AtmospherePushConnection.State - Enum in com.vaadin.flow.server.communication
-
- ATTACH_EXISTING_ELEMENT - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
-
- AttachEvent - Class in com.vaadin.flow.component
-
Event fired after a
Component
is attached to the UI.
- AttachEvent(Component, boolean) - Constructor for class com.vaadin.flow.component.AttachEvent
-
Creates a new attach event with the given component as source.
- attachExistingElement(StateNode, String, Element, ChildElementConsumer) - Method in interface com.vaadin.flow.dom.ElementStateProvider
-
Attaches a child element with the given tagName
which is the next
sibling for the previousSibling
.
- attachExistingElement(StateNode, String, Element, ChildElementConsumer) - Method in class com.vaadin.flow.dom.impl.AbstractNodeStateProvider
-
- attachExistingElement(StateNode, String, Element, ChildElementConsumer) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
-
- AttachExistingElementFeature - Class in com.vaadin.flow.internal.nodefeature
-
Temporary storage of data required to handle existing element attachment
callback from the client side.
- AttachExistingElementFeature(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.AttachExistingElementFeature
-
Creates a new instance for the given node.
- AttachExistingElementRpcHandler - Class in com.vaadin.flow.server.communication.rpc
-
RPC handler for a client-side response on attach existing element request.
- AttachExistingElementRpcHandler() - Constructor for class com.vaadin.flow.server.communication.rpc.AttachExistingElementRpcHandler
-
- AttachNotifier - Interface in com.vaadin.flow.component
-
Mixin interface for components that support adding attach listeners.
- attachPotentialChild(Object) - Method in class com.vaadin.flow.internal.nodefeature.NodeFeature
-
- attachShadow() - Method in class com.vaadin.flow.dom.Element
-
Attaches shadow root node.
- attachShadow(StateNode) - Method in interface com.vaadin.flow.dom.ElementStateProvider
-
Attaches the shadow root for the node
.
- attachShadow(StateNode) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
-
- attachShadow(StateNode) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
-
- attachShadow(StateNode) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
-
- AttachTemplateChildRpcHandler - Class in com.vaadin.flow.server.communication.rpc
-
RPC handler for a client-side response on attach existing element by id
request.
- AttachTemplateChildRpcHandler() - Constructor for class com.vaadin.flow.server.communication.rpc.AttachTemplateChildRpcHandler
-
- ATTN - Static variable in interface com.vaadin.flow.component.Key
-
The Attn
(Attention) key.
- attributes() - Method in class com.vaadin.flow.internal.nodefeature.ElementAttributeMap
-
Gets the attribute names.
- Attributes - Class in com.vaadin.flow.server
-
The
Attributes
class represents a set of attributes.
- Attributes() - Constructor for class com.vaadin.flow.server.Attributes
-
- attributeWithDefault(String, String) - Static method in class com.vaadin.flow.component.PropertyDescriptors
-
Creates a descriptor for an attribute of the component's root element
with a non-null default value.
- attributeWithDefault(String, String, boolean) - Static method in class com.vaadin.flow.component.PropertyDescriptors
-
Creates a descriptor for an attribute of the component's root element
with a non-null default value.
- AUDIO_BALANCE_LEFT - Static variable in interface com.vaadin.flow.component.Key
-
Adjusts audio balance toward the left.
- AUDIO_BALANCE_RIGHT - Static variable in interface com.vaadin.flow.component.Key
-
Adjusts audio balance toward the right.
- AUDIO_BASS_BOOST_DOWN - Static variable in interface com.vaadin.flow.component.Key
-
Reduces bass boosting or cycles downward through bass boost modes or
states.
- AUDIO_BASS_BOOST_TOGGLE - Static variable in interface com.vaadin.flow.component.Key
-
Toggles bass boosting on and off.
- AUDIO_BASS_BOOST_UP - Static variable in interface com.vaadin.flow.component.Key
-
Increases the amount of bass boosting, or cycles upward through a set of
bass boost modes or states.
- AUDIO_BASS_DOWN - Static variable in interface com.vaadin.flow.component.Key
-
Decreases the amount of bass.
- AUDIO_BASS_UP - Static variable in interface com.vaadin.flow.component.Key
-
Increases the amount of bass.
- AUDIO_FADER_FRONT - Static variable in interface com.vaadin.flow.component.Key
-
Adjusts the audio fader toward the front.
- AUDIO_FADER_REAR - Static variable in interface com.vaadin.flow.component.Key
-
Adjusts the audio fader toward the rear.
- AUDIO_SURROUND_MODE_NEXT - Static variable in interface com.vaadin.flow.component.Key
-
Selects the next available surround sound mode.
- AUDIO_TREBLE_DOWN - Static variable in interface com.vaadin.flow.component.Key
-
Decreases the amount of treble.
- AUDIO_TREBLE_UP - Static variable in interface com.vaadin.flow.component.Key
-
Increases the amount of treble.
- AUDIO_VOLUME_DOWN - Static variable in interface com.vaadin.flow.component.Key
-
Decreases the audio volume.
- AUDIO_VOLUME_MUTE - Static variable in interface com.vaadin.flow.component.Key
-
Mutes the audio.
- AUDIO_VOLUME_UP - Static variable in interface com.vaadin.flow.component.Key
-
Increases the audio volume.
- Autocapitalize - Enum in com.vaadin.flow.component.textfield
-
Capitalization options for the autocapitalize
attribute.
- AUTOCAPITALIZE_ATTRIBUTE - Static variable in interface com.vaadin.flow.component.textfield.HasAutocapitalize
-
Name of @{code autocapitalize} attribute.
- Autocomplete - Enum in com.vaadin.flow.component.textfield
-
Values for the autocomplete
attribute.
- AUTOCOMPLETE_ATTRIBUTE - Static variable in interface com.vaadin.flow.component.textfield.HasAutocomplete
-
Name of @{code autocomplete} attribute.
- AUTOCORRECT_ATTRIBUTE - Static variable in interface com.vaadin.flow.component.textfield.HasAutocorrect
-
Name of autocorrect
attribute.
- 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.
- 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.
- camelCaseToDashSeparated(String) - Static method in class com.vaadin.flow.shared.util.SharedUtil
-
Converts a camelCase string into dash ("-") separated.
- camelCaseToHumanFriendly(String) - Static method in class com.vaadin.flow.shared.util.SharedUtil
-
Converts a camelCaseString to a human friendly format (Camel case
string).
- CAMERA - Static variable in interface com.vaadin.flow.component.Key
-
The Camera
key; activates the camera.
- CAMERA_FOCUS - Static variable in interface com.vaadin.flow.component.Key
-
The Focus
key; focuses the camera.
- cancel() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
-
Description copied from corresponding location in WebComponent:
- CANCEL - Static variable in interface com.vaadin.flow.component.Key
-
The Cancel
key.
- 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
-
- canEncodeWithoutTypeInfo(Class<?>) - Static method in class com.vaadin.flow.internal.JsonCodec
-
- 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)
- CAPS_LOCK - Static variable in interface com.vaadin.flow.component.Key
-
The Caps Lock
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.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.
- 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.
- 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
-
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.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:
- 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.
- CLASS_LIST - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
-
- ClassAttributeHandler - Class in com.vaadin.flow.dom.impl
-
- ClassAttributeHandler() - Constructor for class com.vaadin.flow.dom.impl.ClassAttributeHandler
-
- ClassList - Interface in com.vaadin.flow.dom
-
Representation of the class names for an
Element
.
- clear() - Method in interface com.vaadin.flow.component.HasValue
-
Resets the value to the empty one.
- 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() - 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.templatemodel.TemplateModelListProxy
-
- clearAll() - Static method in class com.vaadin.flow.internal.CurrentInstance
-
Clears all current instances.
- clearAll() - Static method in class com.vaadin.flow.internal.ReflectionCache
-
Clears all mappings from all reflection caches.
- 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.
- clearPendingSendToClient() - Method in class com.vaadin.flow.component.internal.DependencyList
-
Clears the list of dependencies which should be sent to the client.
- click() - Method in class com.vaadin.flow.component.button.Button
-
Executes a click on this button at the client-side.
- 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<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 change event.
- ClickEvent(Component) - Constructor for class com.vaadin.flow.component.ClickEvent
-
Creates a new server-side click event with no additional information.
- 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.
- ClientUpdateMode - Enum in com.vaadin.flow.templatemodel
-
A mode for whether a model property may be updated from the client.
- close() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
-
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.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.
- CLOSED_CAPTION_TOGGLE - Static variable in interface com.vaadin.flow.component.Key
-
Toggles closed captioning on and off.
- 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).
- collectAfterNavigationObservers(UI) - Static method in class com.vaadin.flow.router.EventUtil
-
- collectBeforeEnterObservers(Collection<? extends HasElement>, Collection<? extends HasElement>) - Static method in class com.vaadin.flow.router.EventUtil
-
Collect before enter observer instances based on what will be attached
when a new view chain is applied.
- collectBeforeLeaveObservers(UI) - Static method in class com.vaadin.flow.router.EventUtil
-
- collectChanges(Consumer<NodeChange>) - Method in class com.vaadin.flow.internal.nodefeature.NodeFeature
-
Collects all changes that are recorded for this feature.
- collectChanges(Consumer<NodeChange>) - Method in class com.vaadin.flow.internal.nodefeature.NodeList
-
- collectChanges(Consumer<NodeChange>) - Method in class com.vaadin.flow.internal.nodefeature.NodeMap
-
- collectChanges(Consumer<NodeChange>) - Method in class com.vaadin.flow.internal.nodefeature.NodeValue
-
- collectChanges(Consumer<NodeChange>) - Method in class com.vaadin.flow.internal.nodefeature.ServerSideFeature
-
- collectChanges(Consumer<NodeChange>) - Method in class com.vaadin.flow.internal.StateNode
-
- collectChanges(Consumer<NodeChange>) - Method in class com.vaadin.flow.internal.StateTree
-
- collectDirtyNodes() - Method in class com.vaadin.flow.internal.StateTree
-
Gets all the nodes that have been marked 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
-
- 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_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.
- 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.
- com.vaadin.flow.component - package com.vaadin.flow.component
-
- com.vaadin.flow.component.button - package com.vaadin.flow.component.button
-
- com.vaadin.flow.component.checkbox - package com.vaadin.flow.component.checkbox
-
- com.vaadin.flow.component.combobox - package com.vaadin.flow.component.combobox
-
- com.vaadin.flow.component.datepicker - package com.vaadin.flow.component.datepicker
-
- com.vaadin.flow.component.dependency - package com.vaadin.flow.component.dependency
-
- com.vaadin.flow.component.dialog - package com.vaadin.flow.component.dialog
-
- com.vaadin.flow.component.formlayout - package com.vaadin.flow.component.formlayout
-
- com.vaadin.flow.component.grid - package com.vaadin.flow.component.grid
-
- com.vaadin.flow.component.html - package com.vaadin.flow.component.html
-
- com.vaadin.flow.component.icon - package com.vaadin.flow.component.icon
-
- com.vaadin.flow.component.internal - package com.vaadin.flow.component.internal
-
- com.vaadin.flow.component.ironlist - package com.vaadin.flow.component.ironlist
-
- com.vaadin.flow.component.listbox - package com.vaadin.flow.component.listbox
-
- com.vaadin.flow.component.notification - package com.vaadin.flow.component.notification
-
- com.vaadin.flow.component.orderedlayout - package com.vaadin.flow.component.orderedlayout
-
- com.vaadin.flow.component.page - package com.vaadin.flow.component.page
-
- com.vaadin.flow.component.polymertemplate - package com.vaadin.flow.component.polymertemplate
-
- com.vaadin.flow.component.progressbar - package com.vaadin.flow.component.progressbar
-
- com.vaadin.flow.component.radiobutton - package com.vaadin.flow.component.radiobutton
-
- com.vaadin.flow.component.splitlayout - package com.vaadin.flow.component.splitlayout
-
- com.vaadin.flow.component.tabs - package com.vaadin.flow.component.tabs
-
- com.vaadin.flow.component.textfield - package com.vaadin.flow.component.textfield
-
- 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.data.binder - package com.vaadin.flow.data.binder
-
- com.vaadin.flow.data.converter - package com.vaadin.flow.data.converter
-
- com.vaadin.flow.data.event - package com.vaadin.flow.data.event
-
- com.vaadin.flow.data.provider - package com.vaadin.flow.data.provider
-
- com.vaadin.flow.data.renderer - package com.vaadin.flow.data.renderer
-
- com.vaadin.flow.data.selection - package com.vaadin.flow.data.selection
-
- com.vaadin.flow.data.validator - package com.vaadin.flow.data.validator
-
- com.vaadin.flow.data.value - package com.vaadin.flow.data.value
-
- com.vaadin.flow.di - package com.vaadin.flow.di
-
- com.vaadin.flow.dom - package com.vaadin.flow.dom
-
- com.vaadin.flow.dom.impl - package com.vaadin.flow.dom.impl
-
- com.vaadin.flow.function - package com.vaadin.flow.function
-
- com.vaadin.flow.i18n - package com.vaadin.flow.i18n
-
- com.vaadin.flow.internal - package com.vaadin.flow.internal
-
- com.vaadin.flow.internal.change - package com.vaadin.flow.internal.change
-
- com.vaadin.flow.internal.nodefeature - package com.vaadin.flow.internal.nodefeature
-
- com.vaadin.flow.router - package com.vaadin.flow.router
-
- com.vaadin.flow.router.internal - package com.vaadin.flow.router.internal
-
- com.vaadin.flow.server - package com.vaadin.flow.server
-
- com.vaadin.flow.server.communication - package com.vaadin.flow.server.communication
-
- com.vaadin.flow.server.communication.rpc - package com.vaadin.flow.server.communication.rpc
-
- com.vaadin.flow.server.communication.streaming - package com.vaadin.flow.server.communication.streaming
-
- com.vaadin.flow.server.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
-
- combineFilters(Q, C) - Method in class com.vaadin.flow.data.provider.ConfigurableFilterDataProviderWrapper
-
Combines the configured filter and the filter from the query into one
filter instance that can be passed to the wrapped data provider.
- combineWith(Range) - Method in class com.vaadin.flow.internal.Range
-
Combines two ranges to create a range containing all values in both
ranges, provided there are no gaps between the ranges.
- ComboBox<T> - Class in com.vaadin.flow.component.combobox
-
Server-side component for the vaadin-combo-box
webcomponent.
- 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.
- Command - Interface in com.vaadin.flow.server
-
A generic command interface meant to be used for passing lambdas around.
- commit(int) - Method in interface com.vaadin.flow.data.provider.ArrayUpdater.Update
-
Commits changes for the given updateId
.
- commitJsonResponse(VaadinResponse, String) - Static method in class com.vaadin.flow.server.communication.UidlRequestHandler
-
Commit the JSON response.
- compareTo(RouteData.AliasData) - Method in class com.vaadin.flow.router.RouteData.AliasData
-
- compareTo(RouteData) - Method in class com.vaadin.flow.router.RouteData
-
- ComplexModelType<T> - Interface in com.vaadin.flow.templatemodel
-
A complex model type (represents either a list or a bean).
- Component - Class in com.vaadin.flow.component
-
A Component is a higher level abstraction of an
Element
or a
hierarchy of
Element
s.
- Component() - Constructor for class com.vaadin.flow.component.Component
-
Creates a component instance with an element created based on the
Tag
annotation of the sub class.
- Component(Element) - Constructor for class com.vaadin.flow.component.Component
-
Creates a component instance based on the given element.
- COMPONENT_MAPPING - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
-
- ComponentDataGenerator<T> - Class in com.vaadin.flow.data.provider
-
- ComponentDataGenerator(ComponentRenderer<? extends Component, T>, ValueProvider<T, String>) - Constructor for class com.vaadin.flow.data.provider.ComponentDataGenerator
-
Creates a new generator.
- ComponentEvent<T extends Component> - Class in com.vaadin.flow.component
-
- ComponentEvent(T, boolean) - Constructor for class com.vaadin.flow.component.ComponentEvent
-
Creates a new event using the given source and indicator whether the
event originated from the client side or the server side.
- ComponentEventBus - Class in com.vaadin.flow.component
-
- ComponentEventBus(Component) - Constructor for class com.vaadin.flow.component.ComponentEventBus
-
Creates an event bus for the given component.
- ComponentEventBusUtil - Class in com.vaadin.flow.component
-
- ComponentEventListener<T extends ComponentEvent<?>> - Interface in com.vaadin.flow.component
-
Generic listener for component events.
- componentFromElement(Element, Class<T>, boolean) - Static method in class com.vaadin.flow.component.ComponentUtil
-
Creates a new component instance using the given element, maps the
component to the element and optionally maps the element to the component
(if mapComponent
is true
).
- ComponentMapping - Class in com.vaadin.flow.internal.nodefeature
-
A server side only node feature for mapping a node to a component.
- ComponentMapping(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.ComponentMapping
-
Creates an instance of this node feature.
- ComponentMetaData - Class in com.vaadin.flow.component.internal
-
Immutable meta data related to a component class.
- ComponentMetaData(Class<? extends Component>) - Constructor for class com.vaadin.flow.component.internal.ComponentMetaData
-
Scans the given component class and creates a new instance based on found
annotations.
- ComponentMetaData.DependencyInfo - Class in com.vaadin.flow.component.internal
-
- ComponentMetaData.HtmlImportDependency - Class in com.vaadin.flow.component.internal
-
- ComponentMetaData.SynchronizedPropertyInfo - Class in com.vaadin.flow.component.internal
-
Synchronized properties defined for a
Component
class.
- ComponentRenderer<COMPONENT extends Component,SOURCE> - Class in com.vaadin.flow.data.renderer
-
Base class for all renderers that support arbitrary
Component
s.
- ComponentRenderer(SerializableSupplier<COMPONENT>, SerializableBiConsumer<COMPONENT, SOURCE>) - Constructor for class com.vaadin.flow.data.renderer.ComponentRenderer
-
Creates a new ComponentRenderer that uses the componentSupplier to
generate new
Component
instances, and the itemConsumer to set the
related items.
- ComponentRenderer(SerializableSupplier<COMPONENT>) - Constructor for class com.vaadin.flow.data.renderer.ComponentRenderer
-
Creates a new ComponentRenderer that uses the componentSupplier to
generate new
Component
instances.
- ComponentRenderer(SerializableFunction<SOURCE, COMPONENT>) - Constructor for class com.vaadin.flow.data.renderer.ComponentRenderer
-
Creates a new ComponentRenderer that uses the componentFunction to
generate new
Component
instances.
- ComponentRenderer() - Constructor for class com.vaadin.flow.data.renderer.ComponentRenderer
-
Default constructor, that can be used by subclasses which supports
different ways of creating components, other than those defined in the
other constructors.
- componentSet(T) - Method in class com.vaadin.flow.internal.nodefeature.AbstractServerHandlers
-
Called by
ComponentMapping
whenever a component instance has been
set for the node.
- ComponentUtil - Class in com.vaadin.flow.component
-
- ComponentValueChangeEvent(C, HasValue<?, V>, V, boolean) - Constructor for class com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent
-
Creates a new component value change event.
- COMPOSE - Static variable in interface com.vaadin.flow.component.Key
-
The Compose
key.
- compose(Map<String, T>, String) - Method in class com.vaadin.flow.templatemodel.PathLookup
-
Composes a new path lookup that contains all items of this path lookup
and all provided items supplemented with the provided path prefix.
- Composite<T extends Component> - Class in com.vaadin.flow.component
-
A composite encapsulates a
Component
tree to allow creation of new
components by composing existing components.
- Composite() - Constructor for class com.vaadin.flow.component.Composite
-
Creates a new composite.
- CompositeDataGenerator<T> - Class in com.vaadin.flow.data.provider
-
A
DataGenerator
that aggregates multiple DataGenerators and delegates
the data generation to them.
- CompositeDataGenerator() - Constructor for class com.vaadin.flow.data.provider.CompositeDataGenerator
-
- CompositionEndEvent - Class in com.vaadin.flow.component
-
The event when a composition is ended.
- CompositionEndEvent(Component, boolean, String, String) - Constructor for class com.vaadin.flow.component.CompositionEndEvent
-
Creates a new composition event.
- CompositionEndEvent(Component) - Constructor for class com.vaadin.flow.component.CompositionEndEvent
-
Creates a new server-side composition event with no additional
information.
- CompositionEvent - Class in com.vaadin.flow.component.internal
-
Abstract class for composition events.
- CompositionEvent(Component, boolean, String, String) - Constructor for class com.vaadin.flow.component.internal.CompositionEvent
-
Creates a new composition event.
- CompositionEvent(Component) - Constructor for class com.vaadin.flow.component.internal.CompositionEvent
-
Creates a new server-side composition event with no additional
information.
- CompositionNotifier - Interface in com.vaadin.flow.component
-
Mixin interface for components that support adding composition listeners to
the their root elements.
- CompositionStartEvent - Class in com.vaadin.flow.component
-
The event when a composition is started.
- CompositionStartEvent(Component, boolean, String, String) - Constructor for class com.vaadin.flow.component.CompositionStartEvent
-
Creates a new composition event.
- CompositionStartEvent(Component) - Constructor for class com.vaadin.flow.component.CompositionStartEvent
-
Creates a new server-side composition event with no additional
information.
- CompositionUpdateEvent - Class in com.vaadin.flow.component
-
The event when a composition is updated.
- CompositionUpdateEvent(Component, boolean, String, String) - Constructor for class com.vaadin.flow.component.CompositionUpdateEvent
-
Creates a new composition event.
- CompositionUpdateEvent(Component) - Constructor for class com.vaadin.flow.component.CompositionUpdateEvent
-
Creates a new server-side composition event with no additional
information.
- 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.
- 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.
- configurePage(InitialPageSettings) - Method in interface com.vaadin.flow.server.PageConfigurator
-
Configure the initial page settings when called.
- confirmUpdate(int) - Method in class com.vaadin.flow.data.provider.DataCommunicator
-
Confirm update with the given updateId
.
- 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(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.
- 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_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.
- contextDestroyed(ServletContextEvent) - Method in class com.vaadin.flow.server.communication.JSR356WebsocketInitializer
-
- 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.ServletDeployer
-
- CONTROL - Static variable in interface com.vaadin.flow.component.Key
-
The Control
, Ctrl
, or Ctl
key.
- 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.
- 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
-
- 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
-
- 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
-
- count(Query<T, F>) - Method in interface com.vaadin.flow.data.provider.CallbackDataProvider.CountCallback
-
Counts the number of available items based on a query.
- 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.
- createAnchor() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an <a>
element.
- createAnchor(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an <a>
with the given href
attribute.
- createAnchor(String, String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an <a>
element with the given href
attribute
and text content.
- createAndInitUI(Class<? extends UI>, VaadinRequest, VaadinResponse, VaadinSession) - Method in class com.vaadin.flow.server.BootstrapHandler
-
- 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 <br>
element.
- createButton() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a <button>
element.
- createButton(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a <button>
with the given text content.
- 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.
- createDeploymentConfiguration() - Method in class com.vaadin.flow.server.VaadinServlet
-
Creates a deployment configuration to be used for the creation of a
VaadinService
.
- createDeploymentConfiguration(Properties) - Method in class com.vaadin.flow.server.VaadinServlet
-
Creates a deployment configuration to be used for the creation of a
VaadinService
.
- createDiv() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a <div>
element.
- createDiv(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a <div>
with the given text content.
- createElement(String) - Method in class com.vaadin.flow.data.renderer.TextRenderer
-
Creates a new
Element
that represent the rendered
item
.
- createEmphasis() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an <em>
element.
- createEmphasis(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an <em>
element with the given text content.
- createEqualsFilter(ValueProvider<T, V>, V) - Static method in class com.vaadin.flow.data.provider.InMemoryDataProviderHelpers
-
Creates a predicate that compares equality of the given required value to
the value the given value provider obtains.
- createEvent(NavigationEvent, List<HasElement>) - Static method in class com.vaadin.flow.router.internal.RouterUtil
-
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 filename
- createHeading1() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an <h1>
element.
- createHeading1(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a <h1>
element with the given text content.
- createHeading2() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an <h2>
element.
- createHeading2(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a <h2>
element with the given text content.
- createHeading3() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an <h3>
element.
- createHeading3(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a <h3>
element with the given text content.
- createHeading4() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an <h4>
element.
- createHeading4(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a <h4>
element with the given text content.
- createHeading5() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an <h5>
element.
- createHeading5(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a <h5>
element with the given text content.
- createHeading6() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an <h6>
element.
- createHeading6(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a <h6>
element with the given text content.
- createHr() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an <hr>
element.
- createInitialValue(StateNode, String) - Method in class com.vaadin.flow.templatemodel.AbstractBasicModelType
-
- createInitialValue(StateNode, String) - Method in class com.vaadin.flow.templatemodel.BeanModelType
-
- createInitialValue(StateNode, String) - Method in class com.vaadin.flow.templatemodel.ConvertedModelType
-
- createInitialValue(StateNode, String) - Method in class com.vaadin.flow.templatemodel.ListModelType
-
- createInitialValue(StateNode, String) - Method in interface com.vaadin.flow.templatemodel.ModelType
-
Create initial value for the given property
and set it for the
node
.
- createInitialValues(StateNode) - Method in class com.vaadin.flow.templatemodel.BeanModelType
-
Creates initial values for the given node
using info from this
model type.
- createInput() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an <input>
element.
- createInput(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an <input>
element with the given type.
- createInputStream() - Method in interface com.vaadin.flow.server.InputStreamFactory
-
- createInstance(Class<T>) - Static method in class com.vaadin.flow.internal.ReflectTools
-
Creates an instance of the given class with a no-arg constructor.
- createInstantiator() - Method in class com.vaadin.flow.server.VaadinService
-
Creates an instantiator to use with this service.
- createKey() - Method in class com.vaadin.flow.data.provider.KeyMapper
-
Creates a key for a new item.
- createLabel() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an <label>
element.
- createLabel(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an <label>
element with the given text content.
- createListItem() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an <li>
element.
- createListItem(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an <li>
element with the given text content.
- 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.
- createOption() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an <option>
element.
- createOption(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an <option>
element with the given text content.
- createParagraph() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a <p>
element.
- createParagraph(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a <p>
element with the given text content.
- createParameterizedType(Class<?>, Type) - Static method in class com.vaadin.flow.internal.ReflectTools
-
Creates a parameterized type, e.g.
- createPreformatted() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a <pre>
element.
- createPreformatted(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a <pre>
element with the given text content.
- createProxyInstance(Class<T>, Class<?>) - Static method in class com.vaadin.flow.internal.ReflectTools
-
Creates an instance of the given proxyClass
with no-arg
constructor.
- createPushHandler(VaadinServletService) - Method in class com.vaadin.flow.server.communication.PushRequestHandler
-
Creates a push handler for this request handler.
- createRequestHandlers() - Method in class com.vaadin.flow.server.VaadinService
-
Called during initialization to add the request handlers for the service.
- createRequestHandlers() - Method in class com.vaadin.flow.server.VaadinServletService
-
- createRouterLink(String, String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates an <a>
element with the given href
attribute,
text content and the router link attribute.
- createRouteTarget(Class<T>, NavigationEvent) - Method in interface com.vaadin.flow.di.Instantiator
-
Creates an instance of a navigation target or router layout.
- createRpcHandler() - Method in class com.vaadin.flow.server.communication.UidlRequestHandler
-
Creates the ServerRpcHandler to use.
- createSelect() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a <select>
element.
- createServletService() - Method in class com.vaadin.flow.server.VaadinServlet
-
Creates a vaadin servlet service.
- createServletService(DeploymentConfiguration) - Method in class com.vaadin.flow.server.VaadinServlet
-
Creates a vaadin servlet service.
- createSessionExpiredJSON() - Static method in class com.vaadin.flow.server.VaadinService
-
Creates the JSON to send to the client when the session has expired.
- createShadowRootNode(StateNode) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
-
Create a new shadow root node for the given element node
.
- createSortingComparator() - Method in class com.vaadin.flow.component.grid.Grid
-
Creates a comparator for grid to sort rows.
- createSortOrder(Grid.Column<T>, SortDirection) - Method in class com.vaadin.flow.component.grid.GridSortOrderBuilder
-
- createSortOrder(String, SortDirection) - Method in class com.vaadin.flow.data.provider.QuerySortOrderBuilder
-
- createSortOrder(V, SortDirection) - Method in class com.vaadin.flow.data.provider.SortOrderBuilder
-
Creates a sort order object with the given parameters.
- createSpan() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a <span>
element.
- createSpan(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a <span>
element with the given text content.
- createStateNode(String) - Static method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
-
Creates a compatible element state node using the given tag
.
- createStateNode(String) - Static method in class com.vaadin.flow.dom.impl.BasicTextElementStateProvider
-
Creates a compatible text state node using the given text.
- createStrong() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a <strong>
element.
- createStrong(String) - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a <strong>
element with the given text content.
- createText(String) - Static method in class com.vaadin.flow.dom.Element
-
Creates a text node with the given text.
- createTextarea() - Static method in interface com.vaadin.flow.dom.ElementFactory
-
Creates a <textarea>
element.
- createUidl(UI, boolean) - Method in class com.vaadin.flow.server.communication.UidlWriter
-
Creates a JSON object containing all pending changes to the given UI.
- 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 <ul>
element.
- createUnresolvedStatus(Binder<BEAN>) - Static method in class com.vaadin.flow.data.binder.BinderValidationStatus
-
Convenience method for creating a unresolved validation status for the
given binder.
- createUnresolvedStatus(Binder.Binding<?, TARGET>) - Static method in class com.vaadin.flow.data.binder.BindingValidationStatus
-
- createVaadinRequest(HttpServletRequest) - Method in class com.vaadin.flow.server.VaadinServlet
-
Creates a Vaadin request for a http servlet request.
- createVaadinSession(VaadinRequest) - Method in class com.vaadin.flow.server.VaadinService
-
Creates a new Vaadin session for this service and request.
- createValueContext() - Method in class com.vaadin.flow.data.binder.Binder.BindingImpl
-
Creates a value context from the current state of the binding and its
field.
- createValueProviderFilter(ValueProvider<T, V>, SerializablePredicate<V>) - Static method in class com.vaadin.flow.data.provider.InMemoryDataProviderHelpers
-
Creates a new predicate from the given predicate and value provider.
- 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.
- CustomAttribute - Class in com.vaadin.flow.dom.impl
-
Callback for handling attributes with special semantics.
- CustomAttribute() - Constructor for class com.vaadin.flow.dom.impl.CustomAttribute
-
- CustomElementNameValidator - Class in com.vaadin.flow.internal
-
- CustomElementNameValidator() - Constructor for class com.vaadin.flow.internal.CustomElementNameValidator
-
- 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).
- 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.
- FailedEvent - Class in com.vaadin.flow.component.upload
-
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
-
- FailedEvent(Upload, String, String, long) - Constructor for class com.vaadin.flow.component.upload.FailedEvent
-
- 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, SerializablePredicate<T>>) - Method in class com.vaadin.flow.data.provider.ListDataProvider
-
- 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.
- 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
-
- 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.
- 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.
- findErrorHandler(VaadinSession) - Static method in class com.vaadin.flow.server.ErrorEvent
-
Method for finding the error handler for the given session.
- 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).
- 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.
- FinishedEvent - Class in com.vaadin.flow.component.upload
-
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
-
- 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.
- 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
-
- fireUpdateProgress(long, long) - Method in class com.vaadin.flow.component.upload.Upload
-
Emits the progress event.
- 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).
- 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.
- 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.
- 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
-
- Focusable<T extends Component> - Interface in com.vaadin.flow.component
-
Interface with the methods implemented by components that can gain and lose
focus.
- 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".
- 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
-
- FooterRow.FooterCell - Class in com.vaadin.flow.component.grid
-
A footer cell in a Grid.
- 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
-
- forField(HasValue<?, FIELDVALUE>) - Method in class com.vaadin.flow.data.binder.Binder
-
Creates a new binding for the given field.
- forIdentifier(String) - Static method in enum com.vaadin.flow.dom.DebouncePhase
-
Gets the phase that corresponds to the given identifier character.
- forMemberField(HasValue<?, FIELDVALUE>) - Method in class com.vaadin.flow.data.binder.Binder
-
Creates a new binding for the given field.
- 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
-
- forward() - Method in class com.vaadin.flow.component.page.History
-
Navigates forward.
- FragmentedMessage(Reader) - Constructor for class com.vaadin.flow.server.communication.AtmospherePushConnection.FragmentedMessage
-
Creates a message by reading from the given reader.
- 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.
- 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.
- 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.
- FutureAccess - Class in com.vaadin.flow.server
-
- FutureAccess(VaadinSession, Command) - Constructor for class com.vaadin.flow.server.FutureAccess
-
Creates an instance for the given command.
- 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.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.
- 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
-
- 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
-
- 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.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
-
- 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
-
- 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
-
Constructor.
- GeneratedVaadinPasswordField(T, T, boolean) - Constructor for class com.vaadin.flow.component.textfield.GeneratedVaadinPasswordField
-
Constructor.
- GeneratedVaadinPasswordField(T, T, Class<P>, SerializableBiFunction<R, P, T>, SerializableBiFunction<R, T, P>) - Constructor for class com.vaadin.flow.component.textfield.GeneratedVaadinPasswordField
-
Constructor.
- 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.
- 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
-
Constructor.
- GeneratedVaadinTextArea(T, T, boolean) - Constructor for class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
-
Constructor.
- GeneratedVaadinTextArea(T, T, Class<P>, SerializableBiFunction<R, P, T>, SerializableBiFunction<R, T, P>) - Constructor for class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
-
Constructor.
- 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
-
Constructor.
- GeneratedVaadinTextField(T, T, boolean) - Constructor for class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
-
Constructor.
- GeneratedVaadinTextField(T, T, Class<P>, SerializableBiFunction<R, P, T>, SerializableBiFunction<R, T, P>) - Constructor for class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
-
Constructor.
- 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
-
- 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
-
- 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(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
-
- get(Class<? extends T>, boolean, PropertyFilterDefinition) - Static method in class com.vaadin.flow.data.binder.BeanPropertySet
-
- 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
-
- getAcceptedFileTypes() - Method in class com.vaadin.flow.component.upload.Upload
-
Gets 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:
- 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.
- 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.
- 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.
- 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.
- 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
-
- 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
-
- getAllSelectedItems() - Method in class com.vaadin.flow.data.selection.MultiSelectionEvent
-
- getAllSelectedItems() - Method in interface com.vaadin.flow.data.selection.SelectionEvent
-
Gets all the currently selected items.
- getAllSelectedItems() - Method in class com.vaadin.flow.data.selection.SingleSelectionEvent
-
- getAllSessions(HttpSession) - Static method in class com.vaadin.flow.server.VaadinSession
-
Retrieves all
VaadinSession
s which are stored in the given HTTP
session
- getAlt() - Method in class com.vaadin.flow.component.html.Image
-
Gets the alternate text for the image.
- 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.
- 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.DefaultDeploymentConfiguration
-
- 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.DefaultDeploymentConfiguration
-
Gets an application property value.
- getApplicationUrl(HttpServletRequest) - Method in class com.vaadin.flow.server.VaadinServlet
-
- 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
-
- 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 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.
- 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
-
- 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:
- getBackEndSorting() - Method in class com.vaadin.flow.data.provider.DataCommunicator
-
- 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
-
- getBean() - Method in class com.vaadin.flow.data.binder.Binder
-
- 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.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.
- 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.
- 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
-
- 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.
- 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.
- 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.
- 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 class com.vaadin.flow.component.ClickEvent
-
Gets the id of the pressed mouse button.
- 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.
- 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(StateNode) - Method in class com.vaadin.flow.internal.nodefeature.AttachExistingElementFeature
-
Gets callback of the registered node
.
- 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.
- getCancelingRelativePath(String) - Static method in class com.vaadin.flow.server.ServletHelper
-
Gets a relative path that cancels the provided path.
- 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:
- getCaughtException() - Method in class com.vaadin.flow.router.ErrorParameter
-
Gets the originally caught exception.
- 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.
- 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() - 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.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.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.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 interface com.vaadin.flow.component.HasStyle
-
Gets the CSS class names for this component.
- getClassNames() - Method in interface com.vaadin.flow.component.HasStyle
-
Gets the set of CSS class names used for this element.
- getClassType(Class<?>) - Static method in class com.vaadin.flow.router.ParameterDeserializer
-
Get the parameter type class.
- 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.
- 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.
- getColumnByKey(String) - Method in class com.vaadin.flow.component.grid.Grid
-
- getColumnLayers() - Method in class com.vaadin.flow.component.grid.Grid
-
- getColumns() - Method in class com.vaadin.flow.component.grid.Grid
-
- 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.
- 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.
- 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
-
- getConfiguration() - Method in class com.vaadin.flow.server.VaadinSession
-
Gets the configuration for this session.
- getConnecting() - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Status
-
Get connecting translation.
- 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.
- 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.Composite
-
Gets the content of the composite, i.e.
- getContentLength() - Method in class com.vaadin.flow.component.upload.FailedEvent
-
Gets the number of uploaded bytes.
- getContentLength() - Method in class com.vaadin.flow.component.upload.FinishedEvent
-
Gets 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
-
- getContentLength() - Method in interface com.vaadin.flow.server.StreamVariable.StreamingEvent
-
Get the content length.
- getContentLength() - Method in interface com.vaadin.flow.server.VaadinRequest
-
- 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.
- 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.
- 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.
- 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.
- 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.
- 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
-
- getCustomMessage() - Method in class com.vaadin.flow.router.ErrorParameter
-
Get the set custom message.
- 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.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.
- 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
-
- getDataProvider() - Method in class com.vaadin.flow.component.combobox.ComboBox
-
- 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.data.provider.DataCommunicator
-
Gets the current data provider from this DataCommunicator.
- getDataProviderSize() - Method in class com.vaadin.flow.data.provider.DataCommunicator
-
Getter method for finding the size of DataProvider.
- 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.
- getDecodedType() - Method in interface com.vaadin.flow.templatemodel.ModelEncoder
-
Get the decoded type of this encoder.
- 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.
- getDependencies(VaadinService, Class<? extends Component>) - Static method in class com.vaadin.flow.component.ComponentUtil
-
- 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
-
- 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.
- getDescriptor() - Method in class com.vaadin.flow.data.binder.AbstractBeanPropertyDefinition
-
Gets the property descriptor of this instance.
- 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
-
- 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.
- 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
-
- 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.
- 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.
- getDropFiles() - Method in class com.vaadin.flow.component.upload.UploadI18N
-
Get drop translation.
- getDropLabel() - Method in class com.vaadin.flow.component.upload.Upload
-
Gets the component set as the drop label, if any.
- getDropLabelIcon() - Method in class com.vaadin.flow.component.upload.Upload
-
Gets 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:
- 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 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.
- 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
-
- 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
.
- 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.
- 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.upload.UploadI18N
-
Get error translations.
- getError() - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading
-
Get upload error translations.
- 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.combobox.ComboBox
-
Gets the current error message from the combobox.
- 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.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 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.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.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:
- getErrorNavigationTarget(Exception) - Method in class com.vaadin.flow.server.startup.RouteRegistry
-
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.
- 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
-
- 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.
- 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
-
- getExpression() - Method in class com.vaadin.flow.component.internal.UIInternals.JavaScriptInvocation
-
Gets the JavaScript expression to invoke.
- 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.
- 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.upload.FinishedEvent
-
Gets 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
-
Gets 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(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 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.
- getFilteredItems() - Method in class com.vaadin.flow.component.combobox.ComboBox
-
Gets the list of items which were filtered by the user input.
- getFilteredItemsJsonArray() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
-
Description copied from corresponding location in WebComponent:
- 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:
- 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
-
- 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.
- 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
-
- 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
-
- getFormDataNameString() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
-
Description copied from corresponding location in WebComponent:
- 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.
- 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.
- 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.grid.Grid.AbstractGridExtension
-
Gets the Grid this extension extends.
- getHandledExceptionType() - Method in class com.vaadin.flow.server.startup.RouteRegistry.ErrorTargetEntry
-
Gets the exception type handled by the navigation target.
- 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
-
- 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(String) - Method in interface com.vaadin.flow.server.VaadinRequest
-
Gets the value of a request header, e.g.
- 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
-
- 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:
- 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.
- 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.
- getHeld() - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Status
-
Get held translation.
- getHighlightAction() - Method in class com.vaadin.flow.router.RouterLink
-
- getHighlightCondition() - Method in class com.vaadin.flow.router.RouterLink
-
- 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.
- 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.
- 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.
- 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.
- getHtmlImportUri() - Method in class com.vaadin.flow.component.polymertemplate.TemplateParser.TemplateData
-
Gets the
HtmlImport
uri where the template is declared.
- 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
.
- 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.upload.Upload
-
Gets the internationalization object previously set for this component.
- 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.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.button.Button
-
Gets the component that is defined as the icon of this button.
- 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.
- getIgnorePackageNamesStartingWith() - Method in class com.vaadin.flow.data.binder.PropertyFilterDefinition
-
Returns a list of package name prefixes to ignore.
- getImplementingComponents(Stream<Element>, Class<T>) - Static method in class com.vaadin.flow.router.EventUtil
-
Collect elements with Component implementing listener of type T.
- getIncorrectFileType() - Method in class com.vaadin.flow.component.upload.UploadI18N.Error
-
Get translation for incorrect file type.
- getIndex() - Method in class com.vaadin.flow.internal.change.AbstractListChange
-
Gets the index of the change.
- 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.DefaultDeploymentConfiguration
-
- 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.Query
-
Gets the comparator for sorting in-memory data.
- 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.
- 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.
- getInstance() - Static method in class com.vaadin.flow.component.polymertemplate.DefaultTemplateParser
-
- getInstance(ServletContext) - Static method in class com.vaadin.flow.server.startup.RouteRegistry
-
Gets the route registry for the given servlet context.
- getInstances() - Static method in class com.vaadin.flow.internal.CurrentInstance
-
- getInstantiator() - Method in class com.vaadin.flow.server.VaadinService
-
Gets the instantiator used by this service.
- 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.
- getInvocationHandlers() - Method in class com.vaadin.flow.server.communication.ServerRpcHandler
-
- 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
-
- 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.
- 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.combobox.ComboBox
-
Gets the item label generator that is used to produce the strings shown
in the combo box for each item.
- 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.
- 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:
- getItemType() - Method in class com.vaadin.flow.templatemodel.ListModelType
-
Gets the item type.
- 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.
- 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.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
-
- getKeyMapper() - Method in class com.vaadin.flow.data.provider.DataCommunicator
-
- 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.checkbox.Checkbox
-
Get the current label text.
- getLabel() - Method in class com.vaadin.flow.component.combobox.ComboBox
-
Gets the label of the combobox.
- getLabel() - Method in class com.vaadin.flow.component.datepicker.DatePicker
-
Gets the label of the datepicker.
- 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.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.
- 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.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:
- 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.
- getLeaveObservers() - Method in class com.vaadin.flow.router.internal.Postpone
-
- getLimit() - Method in class com.vaadin.flow.data.provider.Query
-
Gets the limit of items to fetch.
- 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:
- 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.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
-
- 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 default 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
-
- 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.
- 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
-
- getLongPollingSuspendTimeout() - Method in class com.vaadin.flow.server.communication.PushHandler
-
Gets the timeout used for suspend calls when using long polling.
- 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.
- getMany() - Method in class com.vaadin.flow.component.upload.UploadI18N.SingleMulti
-
- 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.
- getMaxAsStringString() - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
-
Description copied from corresponding location in WebComponent:
- getMaxDouble() - Method in class com.vaadin.flow.component.progressbar.GeneratedVaadinProgressBar
-
Description copied from corresponding location in WebComponent:
- getMaxFiles() - Method in class com.vaadin.flow.component.upload.Upload
-
Gets 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
-
Gets 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:
- 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.PasswordField
-
Description copied from corresponding location in WebComponent:
- 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.