- 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 temporary file
factory.
- AbstractFileBuffer(FileFactory) - Constructor for class com.vaadin.flow.component.upload.receivers.AbstractFileBuffer
-
Constructor taking in the file factory used to create upload
File
.
- AbstractGridExtension(Grid<T>) - Constructor for class com.vaadin.flow.component.grid.Grid.AbstractGridExtension
-
Constructs a new grid extension, extending the given grid.
- AbstractGridMultiSelectionModel<T> - Class in com.vaadin.flow.component.grid
-
Abstract implementation of a GridMultiSelectionModel.
- AbstractGridMultiSelectionModel(Grid<T>) - Constructor for class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
-
Constructor for passing a reference of the grid to this implementation.
- AbstractGridSingleSelectionModel<T> - Class in com.vaadin.flow.component.grid
-
Abstract implementation of a GridSingleSelectionModel.
- AbstractGridSingleSelectionModel(Grid<T>) - Constructor for class com.vaadin.flow.component.grid.AbstractGridSingleSelectionModel
-
Constructor for passing a reference of the grid to this implementation.
- 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.tabs.Tabs
-
- add(Component...) - Method in class com.vaadin.flow.component.UI
-
Adds the given components to the UI.
- add(String) - Method in class com.vaadin.flow.dom.impl.ImmutableClassList
-
- add(String) - Method in class com.vaadin.flow.dom.impl.ThemeListImpl
-
- add(int, StateNode) - Method in class com.vaadin.flow.internal.nodefeature.ElementChildrenList
-
- add(String, DomEventListener) - Method in class com.vaadin.flow.internal.nodefeature.ElementListenerMap
-
Add eventData for an event type.
- add(StateNode) - Method in class com.vaadin.flow.internal.nodefeature.ModelList
-
- add(int, StateNode) - Method in class com.vaadin.flow.internal.nodefeature.ModelList
-
- add(T) - Method in class com.vaadin.flow.internal.nodefeature.NodeList
-
Adds an item to the end of the list.
- add(int, T) - Method in class com.vaadin.flow.internal.nodefeature.NodeList
-
Inserts an item at the given index of the list.
- add(T) - Method in class com.vaadin.flow.internal.nodefeature.NodeList.SetView
-
- add(String, String[]) - Method in class com.vaadin.flow.internal.nodefeature.PolymerEventListenerMap
-
Adds a listener for a event created from a template method.
- add(int, T) - Method in class com.vaadin.flow.internal.nodefeature.SerializableNodeList
-
- add(int, StateNode) - Method in class com.vaadin.flow.internal.nodefeature.StateNodeNodeList
-
- add(String, DisabledUpdateMode) - Method in class com.vaadin.flow.internal.nodefeature.SynchronizedPropertiesList
-
Add the property
to the synchronized properties list.
- add(int, StateNode, String, String) - Method in class com.vaadin.flow.internal.nodefeature.VirtualChildrenList
-
Inserts an item supplied with payload data at the given index of the
list.
- add(int, StateNode, String, JsonValue) - Method in class com.vaadin.flow.internal.nodefeature.VirtualChildrenList
-
Inserts an item supplied with payload data at the given index of the
list.
- add(int, StateNode, String) - Method in class com.vaadin.flow.internal.nodefeature.VirtualChildrenList
-
Inserts an item supplied with payload type at the given index of the
list.
- add(int, T) - Method in class com.vaadin.flow.templatemodel.TemplateModelListProxy
-
- addAfterNavigationListener(AfterNavigationListener) - Method in class com.vaadin.flow.component.internal.UIInternals
-
Add a listener that will be informed when new components have been
attached and all navigation tasks have resolved.
- addAfterNavigationListener(AfterNavigationListener) - Method in class com.vaadin.flow.component.UI
-
Add a listener that will be informed when new components have been
attached and all navigation tasks have resolved.
- addAll(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 controls whether the dialog should be closed or not.
- 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
-
Callback executed after navigation has been executed.
- afterNavigation(AfterNavigationEvent) - Method in class com.vaadin.flow.router.RouterLink
-
- AfterNavigationEvent - Class in com.vaadin.flow.router
-
Event created 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 attached component implementing this interface will receive an event
after all navigation tasks have resolved.
- AGAIN - Static variable in interface com.vaadin.flow.component.Key
-
The Again
key.
- 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
-
Represents a clickable renderer.
- ClickableRenderer.ItemClickListener<SOURCE> - Interface in com.vaadin.flow.data.renderer
-
Listener that receives the clicked item (or tapped item, in touch
devices).
- ClickEvent<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.ServletContextListeners
-
- contextDestroyed(ServletContextEvent) - Method in class com.vaadin.flow.server.startup.ServletDeployer
-
- contextInitialized(ServletContextEvent) - Method in class com.vaadin.flow.server.communication.JSR356WebsocketInitializer
-
- contextInitialized(ServletContextEvent) - Method in class com.vaadin.flow.server.startup.ServletContextListeners
-
- contextInitialized(ServletContextEvent) - Method in class com.vaadin.flow.server.startup.ServletDeployer
-
- 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
-
Defines 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.
- createFile(String) - Method in class com.vaadin.flow.component.upload.receivers.TemporaryFileFactory
-
Create a new temporary file
- createFileOutputStream(String) - Method in class com.vaadin.flow.component.upload.receivers.AbstractFileBuffer
-
Create a file output stream for 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).
- 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.
- getBuildHash() - Static method in class com.vaadin.flow.server.Version
-
Gets the version's build hash.
- 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.
- getFileCountMax() - Method in class com.vaadin.flow.server.communication.StreamRequestHandler
-
Returns maximum file part count for upload.
- getFileData() - Method in class com.vaadin.flow.component.upload.receivers.FileBuffer
-
Get the file data object.
- getFileData() - Method in class com.vaadin.flow.component.upload.receivers.MemoryBuffer
-
Get the file data object.
- getFileData(String) - Method in class com.vaadin.flow.component.upload.receivers.MultiFileBuffer
-
Get file data for upload with file name
- getFileData(String) - Method in class com.vaadin.flow.component.upload.receivers.MultiFileMemoryBuffer
-
Get file data for upload with file name
- getFileDescriptor() - Method in class com.vaadin.flow.component.upload.receivers.FileBuffer
-
Get the output stream for file.
- getFileDescriptor(String) - Method in class com.vaadin.flow.component.upload.receivers.MultiFileBuffer
-
Get the output stream for file.
- getFileIsTooBig() - Method in class com.vaadin.flow.component.upload.UploadI18N.Error
-
Get translation for file too big.
- 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.
- getFileSizeMax() - Method in class com.vaadin.flow.server.communication.StreamRequestHandler
-
Returns maximum file size for upload.
- 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 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.TextField
-
Maximum number of characters (in Unicode code points) that the user can
enter.
- getMaxLength() - Method in class com.vaadin.flow.data.validator.StringLengthValidator
-
Gets the maximum permissible length of the string.
- getMaxlengthDouble() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
-
Description copied from corresponding location in WebComponent:
- getMaxlengthDouble() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
-
Description copied from corresponding location in WebComponent:
- getMaxNestingDepth() - Method in class com.vaadin.flow.data.binder.PropertyFilterDefinition
-
Returns the maximum amount of nesting levels for sub-properties.
- getMaxValue() - Method in class com.vaadin.flow.data.validator.RangeValidator
-
Gets the maximum value of the range.
- getMessage() - Method in class com.vaadin.flow.data.binder.BindingValidationStatus
-
- getMessage() - Method in interface com.vaadin.flow.data.binder.Result
-
Returns an Optional of the result message, or an empty Optional if none.
- getMessage(T) - Method in class com.vaadin.flow.data.validator.AbstractValidator
-
Returns the error message for the given value.
- getMessage(ConstraintViolation<?>, Locale) - Method in class com.vaadin.flow.data.validator.BeanValidator
-
Returns the interpolated error message for the given constraint violation
using the locale specified for this validator.
- getMessage(Reader) - Method in class com.vaadin.flow.server.communication.ServerRpcHandler
-
- getMethod() - Method in interface com.vaadin.flow.server.VaadinRequest
-
Returns the name of the HTTP method with which this request was made, for
example, GET, POST, or PUT.
- getMethodString() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
-
Description copied from corresponding location in WebComponent:
- getMIMEType() - Method in class com.vaadin.flow.component.upload.FinishedEvent
-
Gets the MIME Type of the file.
- getMimeType() - Method in class com.vaadin.flow.component.upload.receivers.FileData
-
Returns the mimeType of this file.
- getMIMEType() - Method in class com.vaadin.flow.component.upload.StartedEvent
-
Gets the MIME Type of the file.
- getMimeType() - Method in interface com.vaadin.flow.server.StreamVariable.StreamingEvent
-
Get the mime type for the stream.
- getMimeType(String) - Method in class com.vaadin.flow.server.VaadinService
-
Returns the MIME type of the specified file, or null if the MIME type is
not known.
- getMimeType(String) - Method in class com.vaadin.flow.server.VaadinServletService
-
- getMin() - Method in class com.vaadin.flow.component.datepicker.DatePicker
-
Gets the minimum date in the date picker.
- getMin() - Method in class com.vaadin.flow.component.progressbar.ProgressBar
-
Gets the minimum bound of the progressbar.
- getMinAsStringString() - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
-
Description copied from corresponding location in WebComponent:
- getMinDouble() - Method in class com.vaadin.flow.component.progressbar.GeneratedVaadinProgressBar
-
Description copied from corresponding location in WebComponent:
- getMinLength() - Method in class com.vaadin.flow.component.textfield.PasswordField
-
Minimum number of characters (in Unicode code points) that the user can
enter.
- getMinLength() - Method in class com.vaadin.flow.component.textfield.TextArea
-
Minimum number of characters (in Unicode code points) that the user can
enter.
- getMinLength() - Method in class com.vaadin.flow.component.textfield.TextField
-
Minimum number of characters (in Unicode code points) that the user can
enter.
- getMinLength() - Method in class com.vaadin.flow.data.validator.StringLengthValidator
-
Gets the minimum permissible length of the string.
- getMinlengthDouble() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
-
Description copied from corresponding location in WebComponent:
- getMinlengthDouble() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
-
Description copied from corresponding location in WebComponent:
- getMinorVersion() - Static method in class com.vaadin.flow.server.Version
-
Gets the minor version, y in x.y.z.qualifier.
- getMinValue() - Method in class com.vaadin.flow.data.validator.RangeValidator
-
Returns the minimum value of the range.
- getModel() - Method in class com.vaadin.flow.component.polymertemplate.AbstractTemplate
-
Returns the model of this template.
- getModel() - Method in class com.vaadin.flow.component.polymertemplate.PolymerTemplate
-
- getModel(StateNode) - Static method in class com.vaadin.flow.internal.nodefeature.ElementPropertyMap
-
Gets the model map for the given node.
- getModelType() - Method in class com.vaadin.flow.component.polymertemplate.AbstractTemplate
-
Gets the type of the template model to use with with this template.
- getModelType(Type) - Method in class com.vaadin.flow.component.polymertemplate.PolymerTemplate
-
Get the ModelType
for given class.
- getModelTypeForProxy(Object) - Static method in class com.vaadin.flow.templatemodel.TemplateModelProxyHandler
-
Gets the model type that a proxy instance is bound to.
- getModifiers() - Method in class com.vaadin.flow.component.internal.KeyboardEvent
-
- getMonthNames() - Method in class com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n
-
Gets the name of the months.
- getName() - Method in class com.vaadin.flow.component.datepicker.DatePicker
-
Gets the name of the DatePicker.
- getName() - Method in class com.vaadin.flow.data.binder.AbstractBeanPropertyDefinition
-
- getName() - Method in class com.vaadin.flow.data.binder.BeanPropertySet.NestedBeanPropertyDefinition
-
- getName() - Method in interface com.vaadin.flow.data.binder.PropertyDefinition
-
Gets the full name of this property.
- getName() - Method in class com.vaadin.flow.internal.UsageStatistics.UsageEntry
-
Gets the feature name.
- getName() - Method in class com.vaadin.flow.server.AbstractStreamResource
-
Get the resource name.
- getName() - Method in class com.vaadin.flow.server.StreamReceiver
-
- getName() - Method in class com.vaadin.flow.server.StreamResource
-
- getNames() - Method in class com.vaadin.flow.dom.impl.BasicElementStyle
-
- getNames() - Static method in class com.vaadin.flow.dom.impl.CustomAttribute
-
Gets an unmodifiable set of custom attribute names.
- getNames() - Method in class com.vaadin.flow.dom.impl.ImmutableEmptyStyle
-
- getNames() - Method in interface com.vaadin.flow.dom.Style
-
Gets the defined style property names.
- getNameString() - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox
-
This property is not synchronized automatically from the client side, so
the returned value may not be the same as in client side.
- getNameString() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
-
Description copied from corresponding location in WebComponent:
- getNameString() - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
-
Description copied from corresponding location in WebComponent:
- getNameString() - Method in class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioButton
-
This property is not synchronized automatically from the client side, so
the returned value may not be the same as in client side.
- getNameString() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
-
Description copied from corresponding location in WebComponent:
- getNameString() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
-
Description copied from corresponding location in WebComponent:
- getNaturalSortComparator(SortDirection) - Static method in class com.vaadin.flow.data.provider.InMemoryDataProviderHelpers
-
Gets the natural order comparator for the type argument, or the natural
order comparator reversed if the given sorting direction is
SortDirection.DESCENDING
.
- getNavigationListeners(Class<E>) - Method in class com.vaadin.flow.component.internal.UIInternals
-
Get all registered listeners for given navigation handler type.
- getNavigationListeners(Class<E>) - Method in class com.vaadin.flow.component.UI
-
Get all the registered listeners of the given navigation handler type.
- getNavigationObservers() - Method in class com.vaadin.flow.router.internal.Postpone
-
- getNavigationState() - Method in class com.vaadin.flow.router.internal.AbstractNavigationStateRenderer
-
Gets the targeted navigation state.
- getNavigationTarget() - Method in class com.vaadin.flow.router.BeforeEvent
-
Get the navigation target.
- getNavigationTarget() - Method in class com.vaadin.flow.router.NavigationState
-
Gets the navigation target of this state.
- getNavigationTarget() - Method in class com.vaadin.flow.router.RouteData
-
Get
Route
navigation target.
- getNavigationTarget() - Method in class com.vaadin.flow.server.startup.RouteRegistry.ErrorTargetEntry
-
Gets the navigation target type.
- getNavigationTarget(String) - Method in class com.vaadin.flow.server.startup.RouteRegistry
-
Gets the optional navigation target class for a given Location.
- getNavigationTarget(String, List<String>) - Method in class com.vaadin.flow.server.startup.RouteRegistry
-
Gets the optional navigation target class for a given Location matching
with path segments.
- getNewItems() - Method in class com.vaadin.flow.internal.change.ListAddChange
-
Gets the added items.
- getNewSelection() - Method in class com.vaadin.flow.data.selection.MultiSelectionEvent
-
Gets the new selection.
- getNextUIid() - Method in class com.vaadin.flow.server.VaadinSession
-
Creates a new unique id for a UI.
- getNode(StateNode) - Method in class com.vaadin.flow.dom.impl.AbstractNodeStateProvider
-
Gets the flyweight instance for the node
supported by the
provider.
- getNode(StateNode) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
-
- getNode(StateNode) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
-
- getNode() - Method in class com.vaadin.flow.dom.Node
-
Gets the node this element is connected to.
- getNode() - Method in class com.vaadin.flow.internal.change.NodeChange
-
Gets the changed node.
- getNode() - Method in class com.vaadin.flow.internal.nodefeature.NodeFeature
-
Gets the node that this feature belongs to.
- getNode() - Method in class com.vaadin.flow.server.StreamReceiver
-
Get the node that this stream receiver is linked to.
- getNodeById(int) - Method in class com.vaadin.flow.internal.StateTree
-
Finds a node with the given id.
- getNodeIdPropertyName() - Method in class com.vaadin.flow.data.provider.ComponentDataGenerator
-
- getNodeList() - Method in class com.vaadin.flow.internal.change.AbstractListChange
-
Gets a changed list.
- getOffset() - Method in class com.vaadin.flow.data.provider.Query
-
Gets the first index of items to fetch.
- getOldSelection() - Method in class com.vaadin.flow.data.selection.MultiSelectionEvent
-
Gets the old selection.
- getOldValue() - Method in class com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent
-
- getOldValue() - Method in interface com.vaadin.flow.component.HasValue.ValueChangeEvent
-
Returns the value of the source before this value change event
occurred.
- getOldValue() - Method in class com.vaadin.flow.dom.PropertyChangeEvent
-
Returns the value of the source before this value change event occurred.
- getOne() - Method in class com.vaadin.flow.component.upload.UploadI18N.SingleMulti
-
Get translation for single upload.
- getOperatingSystemMajorVersion() - Method in class com.vaadin.flow.shared.BrowserDetails
-
Returns the major version of the operating system.
- getOperatingSystemMinorVersion() - Method in class com.vaadin.flow.shared.BrowserDetails
-
Returns the minor version of the operating system.
- getOpposite() - Method in enum com.vaadin.flow.data.provider.SortDirection
-
Get the sort direction that is the direct opposite to this one.
- getOptionalValue() - Method in interface com.vaadin.flow.component.HasValue
-
Returns the current value of this object, wrapped in an Optional
.
- getOrCreate(Class<T>) - Method in class com.vaadin.flow.di.DefaultInstantiator
-
- getOrCreate(Class<T>) - Method in interface com.vaadin.flow.di.Instantiator
-
Provides an instance of any given type, this is an abstraction that
allows to make use of DI-frameworks from add-ons.
- getOrDefault(String, String) - Method in class com.vaadin.flow.internal.nodefeature.NodeMap
-
Gets the value corresponding to the given key, or the given default value
if no value is stored for the given key or the value is null.
- getOrDefault(String, int) - Method in class com.vaadin.flow.internal.nodefeature.NodeMap
-
Gets the value corresponding to the given key, or the given default value
if no value is stored for the given key or the value is null.
- getOrDefault(String, boolean) - Method in class com.vaadin.flow.internal.nodefeature.NodeMap
-
Gets the value corresponding to the given key, or the given default value
if no value is stored for the given key or the value is null.
- getOrientation() - Method in class com.vaadin.flow.component.splitlayout.SplitLayout
-
Get the orientation of the SplitLayout.
- getOrientation() - Method in class com.vaadin.flow.component.tabs.Tabs
-
Gets the orientation of this tab sheet.
- getOrientationString() - Method in class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout
-
Description copied from corresponding location in WebComponent:
- getOrThrow(SerializableFunction<String, ? extends X>) - Method in interface com.vaadin.flow.data.binder.Result
-
Return the value, if the result denotes success, otherwise throw an
exception to be created by the provided supplier.
- getOuterHTML() - Method in class com.vaadin.flow.dom.Element
-
Gets the outer HTML for the element.
- getOutputBuffer() - Method in class com.vaadin.flow.component.upload.receivers.FileData
-
Return the output buffer for this file data.
- getOutputBuffer(String) - Method in class com.vaadin.flow.component.upload.receivers.MultiFileMemoryBuffer
-
Get the output stream for file.
- getOutputStream() - Method in interface com.vaadin.flow.server.StreamVariable
-
- getOutputStream() - Method in interface com.vaadin.flow.server.VaadinResponse
-
Returns a OutputStream
for writing binary data in the
response.
- getOwner() - Method in class com.vaadin.flow.component.internal.UIInternals.JavaScriptInvocation
-
Gets the state node that this invocation belongs to, if any.
- getOwner() - Method in class com.vaadin.flow.internal.StateNode
-
Gets the node owner that this node currently belongs to.
- getPage() - Method in class com.vaadin.flow.component.UI
-
Gets the object representing the page on which this UI exists.
- getPageConfigurationAnnotation(Class<T>) - Method in class com.vaadin.flow.server.BootstrapHandler.BootstrapContext
-
Gets an annotation from the topmost class in the current navigation
target hierarchy.
- getPageConfigurationAnnotations(Class<T>) - Method in class com.vaadin.flow.server.BootstrapHandler.BootstrapContext
-
Gets a a list of annotations from the topmost class in the current
navigation target hierarchy.
- getPageSize() - Method in class com.vaadin.flow.component.grid.Grid
-
Gets the current page size, which is the number of items fetched at a
time from the dataprovider.
- getPageTitle() - Method in interface com.vaadin.flow.router.HasDynamicTitle
-
Gets the title of this navigation target.
- getParameter(String) - Method in interface com.vaadin.flow.component.PushConfiguration
-
Returns the given parameter, if set.
- getParameter(String) - Method in class com.vaadin.flow.internal.nodefeature.PushConfigurationMap
-
- getParameter(String) - Method in interface com.vaadin.flow.server.VaadinRequest
-
Gets the named request parameter This is typically a HTTP GET or POST
parameter, though other request types might have other ways of
representing parameters.
- getParameterMap() - Method in interface com.vaadin.flow.server.VaadinRequest
-
Gets all the parameters of the request.
- getParameterNames() - Method in interface com.vaadin.flow.component.PushConfiguration
-
Returns the parameters which have been defined.
- getParameterNames() - Method in class com.vaadin.flow.internal.nodefeature.PushConfigurationMap
-
- getParameters() - Method in class com.vaadin.flow.component.internal.UIInternals.JavaScriptInvocation
-
Gets the parameters to use when invoking the script.
- getParameters() - Method in class com.vaadin.flow.router.QueryParameters
-
Returns query parameters information with support for multiple values
corresponding to single parameter name.
- getParameters() - Method in class com.vaadin.flow.router.RouteData
-
Get
Route
url parameters if any.
- getParent() - Method in class com.vaadin.flow.component.Component
-
Gets the parent component of this component.
- getParent() - Method in class com.vaadin.flow.data.binder.BeanPropertySet.NestedBeanPropertyDefinition
-
- getParent() - Method in interface com.vaadin.flow.data.binder.PropertyDefinition
-
Gets the parent property of this property if this is a sub-property of
the property set.
- getParent() - Method in class com.vaadin.flow.dom.Element
-
Gets the parent element.
- getParent(StateNode) - Method in interface com.vaadin.flow.dom.ElementStateProvider
-
Gets the parent element.
- getParent(StateNode) - Method in class com.vaadin.flow.dom.impl.AbstractNodeStateProvider
-
- getParent(StateNode) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
-
- getParent(StateNode) - Method in class com.vaadin.flow.dom.impl.BasicTextElementStateProvider
-
- getParent(StateNode) - Method in class com.vaadin.flow.internal.nodefeature.AttachExistingElementFeature
-
Gets parent
Node
of the registered
node
.
- getParent() - Method in class com.vaadin.flow.internal.StateNode
-
Gets the parent node that this node belongs to.
- getParentLayout() - Method in class com.vaadin.flow.router.RouteData.AliasData
-
- getParentLayout() - Method in class com.vaadin.flow.router.RouteData
-
Get the parent layout of
Route
.
- getParentLayouts(Class<?>) - Static method in class com.vaadin.flow.router.internal.RouterUtil
-
Get parent layouts for navigation target
Route
annotation.
- getParentLayouts(Class<?>, String) - Static method in class com.vaadin.flow.router.internal.RouterUtil
-
Get parent layouts for navigation target according to the
Route
or
RouteAlias
annotation.
- getParentLayoutsForNonRouteTarget(Class<?>) - Static method in class com.vaadin.flow.router.internal.RouterUtil
-
Collect possible route parent layouts for a navigation target that is not
annotated with
Route
nor
RouteAlias
, but may still
contain
ParentLayout
.
- getParentNode() - Method in class com.vaadin.flow.dom.Node
-
Gets the parent node.
- getParentNode() - Method in class com.vaadin.flow.dom.ShadowRoot
-
- getParentUsingComposite(Composite<?>, Component) - Static method in class com.vaadin.flow.component.ComponentUtil
-
Gets the parent of the given component, which is inside the given
composite.
- getPath() - Static method in class com.vaadin.flow.component.upload.receivers.TempDirectory
-
- getPath() - Method in class com.vaadin.flow.router.Location
-
Gets the path of this location as a string.
- getPathInfo() - Method in interface com.vaadin.flow.server.VaadinRequest
-
Gets the path of the requested resource relative to the application.
- getPathWithQueryParameters() - Method in class com.vaadin.flow.router.Location
-
- getPattern() - Method in class com.vaadin.flow.component.combobox.ComboBox
-
Gets the valid input pattern
- getPattern() - Method in class com.vaadin.flow.component.textfield.PasswordField
-
A regular expression that the value is checked against.
- getPattern() - Method in class com.vaadin.flow.component.textfield.TextField
-
A regular expression that the value is checked against.
- getPatternString() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
-
Description copied from corresponding location in WebComponent:
- getPatternString() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
-
Description copied from corresponding location in WebComponent:
- getPayload() - Method in class com.vaadin.flow.internal.nodefeature.ElementData
-
Gets the payload data of the element.
- getPendingAccessQueue() - Method in class com.vaadin.flow.server.VaadinSession
-
- getPendingSendToClient() - Method in class com.vaadin.flow.component.internal.DependencyList
-
Returns a list of dependencies which should be sent to the client.
- getPhase() - Method in class com.vaadin.flow.dom.DomEvent
-
Gets the debounce phase for which this event is fired.
- getPlaceholder() - Method in class com.vaadin.flow.component.combobox.ComboBox
-
Gets the placeholder of the combobox.
- getPlaceholder() - Method in class com.vaadin.flow.component.datepicker.DatePicker
-
Gets the placeholder of the datepicker.
- getPlaceholder() - Method in class com.vaadin.flow.component.html.Input
-
Gets the placeholder text.
- getPlaceholder() - Method in class com.vaadin.flow.component.textfield.PasswordField
-
A hint to the user of what can be entered in the component.
- getPlaceholder() - Method in class com.vaadin.flow.component.textfield.TextArea
-
A hint to the user of what can be entered in the component.
- getPlaceholder() - Method in class com.vaadin.flow.component.textfield.TextField
-
A hint to the user of what can be entered in the component.
- getPlaceholderItem() - Method in class com.vaadin.flow.component.ironlist.IronList
-
Gets the placeholder item of this list, or null
if none has
been set.
- getPlaceholderString() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
-
Description copied from corresponding location in WebComponent:
- getPlaceholderString() - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
-
Description copied from corresponding location in WebComponent:
- getPlaceholderString() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
-
Description copied from corresponding location in WebComponent:
- getPlaceholderString() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
-
Description copied from corresponding location in WebComponent:
- getPollInterval() - Method in class com.vaadin.flow.component.UI
-
Returns the interval with which the UI polls the server.
- getPollInterval() - Method in class com.vaadin.flow.internal.nodefeature.PollConfigurationMap
-
Gets the poll interval.
- getPosition() - Method in class com.vaadin.flow.component.notification.Notification
-
Description copied from corresponding location in WebComponent:
- getPositionString() - Method in class com.vaadin.flow.component.notification.GeneratedVaadinNotification
-
Description copied from corresponding location in WebComponent:
- getPrefix() - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.RemainingTime
-
Get prefix translation.
- getPrefix() - Method in class com.vaadin.flow.templatemodel.PropertyFilter
-
Get the full path prefix of this property filter.
- getPrefixComponent() - Method in interface com.vaadin.flow.component.textfield.HasPrefixAndSuffix
-
Gets the component in the prefix slot of this field.
- getPreviousSibling(StateNode) - Method in class com.vaadin.flow.internal.nodefeature.AttachExistingElementFeature
-
Gets previous sibling of the registered node
.
- getPrimaryComponent() - Method in class com.vaadin.flow.component.splitlayout.SplitLayout
-
Get the component currently set to the primary split.
- getPrimitiveDefaultValue(Class<?>) - Static method in class com.vaadin.flow.internal.ReflectTools
-
Gets default value for given primitiveType
.
- getProcessing() - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Status
-
Get processing translation.
- getProgressEventInterval() - Method in class com.vaadin.flow.server.communication.StreamReceiverHandler
-
To prevent event storming, streaming progress events are sent in this
interval rather than every time the buffer is filled.
- getProperties() - Method in class com.vaadin.flow.data.binder.BeanPropertySet
-
- getProperties() - Method in interface com.vaadin.flow.data.binder.PropertySet
-
Gets all known properties as a stream.
- getProperty() - Method in class com.vaadin.flow.component.internal.ComponentMetaData.SynchronizedPropertyInfo
-
- getProperty(String) - Method in class com.vaadin.flow.data.binder.BeanPropertySet
-
- getProperty(String) - Method in interface com.vaadin.flow.data.binder.PropertySet
-
Gets the definition for the named property, or an empty optional if there
is no property with the given name.
- getProperty(String, String) - Method in class com.vaadin.flow.dom.Element
-
Gets the value of the given property as a string.
- getProperty(String) - Method in class com.vaadin.flow.dom.Element
-
Gets the value of the given property as a string.
- getProperty(String, boolean) - Method in class com.vaadin.flow.dom.Element
-
Gets the value of the given property as a boolean, or the given default
value if the underlying value is null
.
- getProperty(String, double) - Method in class com.vaadin.flow.dom.Element
-
Gets the value of the given property as a double, or the given default
value if the underlying value is null
- getProperty(String, int) - Method in class com.vaadin.flow.dom.Element
-
Gets the value of the given property as an integer, or the given default
value if the underlying value is null
- getProperty(StateNode, String) - Method in interface com.vaadin.flow.dom.ElementStateProvider
-
Gets the value of the given property.
- getProperty(StateNode, String) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
-
- getProperty(StateNode, String) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
-
- getProperty(StateNode, String) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
-
- getProperty(String) - Method in class com.vaadin.flow.internal.nodefeature.AbstractPropertyMap
-
Gets the value of the given property.
- getPropertyDescriptor(Class<?>, String) - Static method in class com.vaadin.flow.internal.BeanUtil
-
Returns the property descriptor for the property of the given name and
declaring class.
- getPropertyHolderType() - Method in class com.vaadin.flow.data.binder.AbstractBeanPropertyDefinition
-
- getPropertyHolderType() - Method in interface com.vaadin.flow.data.binder.PropertyDefinition
-
Gets the type of the class containing this property.
- getPropertyName() - Method in interface com.vaadin.flow.component.PropertyDescriptor
-
Gets the name of the property.
- getPropertyName() - Method in class com.vaadin.flow.dom.PropertyChangeEvent
-
Returns the property name.
- getPropertyName(Method) - Static method in class com.vaadin.flow.internal.ReflectTools
-
Parses the property name from the given getter or setter method.
- getPropertyNames() - Method in class com.vaadin.flow.dom.Element
-
Gets the defined property names.
- getPropertyNames(StateNode) - Method in interface com.vaadin.flow.dom.ElementStateProvider
-
Gets the defined property names.
- getPropertyNames(StateNode) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
-
- getPropertyNames(StateNode) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
-
- getPropertyNames(StateNode) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
-
- getPropertyNames() - Method in class com.vaadin.flow.internal.nodefeature.AbstractPropertyMap
-
Gets the property names.
- getPropertyNames() - Method in class com.vaadin.flow.templatemodel.BeanModelType
-
Gets the names of all properties in this bean type.
- getPropertyRaw(String) - Method in class com.vaadin.flow.dom.Element
-
Gets the raw property value without any value conversion.
- getPropertySet() - Method in class com.vaadin.flow.data.binder.AbstractBeanPropertyDefinition
-
- getPropertySet() - Method in interface com.vaadin.flow.data.binder.PropertyDefinition
-
- getPropertyType(Class<?>, String) - Static method in class com.vaadin.flow.internal.BeanUtil
-
Returns the type of the property with the given name and declaring class.
- getPropertyType(Method) - Static method in class com.vaadin.flow.internal.ReflectTools
-
Returns property type from the given getter or setter method.
- getPropertyType(String) - Method in class com.vaadin.flow.templatemodel.BeanModelType
-
Gets the type of the property with the given name.
- getProvidedLocales() - Method in interface com.vaadin.flow.i18n.I18NProvider
-
Get the locales that we have translations for.
- getProviderFeatures() - Method in class com.vaadin.flow.dom.impl.AbstractNodeStateProvider
-
Returns the features supported by the provider.
- getProviderFeatures() - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
-
- getProviderFeatures() - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
-
- getProxy(String, Class<T>) - Method in interface com.vaadin.flow.templatemodel.TemplateModel
-
Gets a proxy of the given part of the model as a bean of the given type.
- getProxyType() - Method in class com.vaadin.flow.templatemodel.BeanModelType
-
Gets the Class that proxies of this bean type should extend.
- getPushConfiguration() - Method in class com.vaadin.flow.component.UI
-
Retrieves the object used for configuring the push channel.
- getPushConfiguration() - Method in class com.vaadin.flow.server.InitialPageSettings
-
Returns the object used for configuring the push channel.
- getPushConnection() - Method in class com.vaadin.flow.component.internal.UIInternals
-
Returns the internal push connection object used by the related UI.
- getPushId() - Method in class com.vaadin.flow.server.VaadinSession
-
Gets the push connection identifier for this session.
- getPushMode() - Method in interface com.vaadin.flow.component.PushConfiguration
-
Returns the mode of bidirectional ("push") communication that is used.
- getPushMode() - Method in interface com.vaadin.flow.function.DeploymentConfiguration
-
Returns the mode of bidirectional ("push") client-server communication
that should be used.
- getPushMode() - Method in class com.vaadin.flow.internal.nodefeature.PushConfigurationMap
-
- getPushMode() - Method in class com.vaadin.flow.server.BootstrapHandler.BootstrapContext
-
Gets the push mode to use.
- getPushMode() - Method in class com.vaadin.flow.server.DefaultDeploymentConfiguration
-
Returns the mode of bidirectional ("push") client-server communication
that should be used.
- getPushUrl() - Method in interface com.vaadin.flow.component.PushConfiguration
-
Returns the URL to use for push requests.
- getPushURL() - Method in interface com.vaadin.flow.function.DeploymentConfiguration
-
Returns the URL that bidirectional ("push") client-server communication
should use.
- getPushUrl() - Method in class com.vaadin.flow.internal.nodefeature.PushConfigurationMap
-
- getPushURL() - Method in class com.vaadin.flow.server.DefaultDeploymentConfiguration
-
Returns the URL that bidirectional ("push") client-server communication
should use.
- getQueryParameter(String) - Method in class com.vaadin.flow.router.LocationChangeEvent
-
Gets first parameter that corresponds to specified parameterName
.
- getQueryParameters() - Method in class com.vaadin.flow.router.Location
-
Gets the request parameters used for current location.
- getQueryParameters() - Method in class com.vaadin.flow.router.LocationChangeEvent
-
Gets the query parameters used for navigation.
- getQueryParameters() - Method in class com.vaadin.flow.router.RouterLink
-
- getQueryString() - Method in class com.vaadin.flow.router.QueryParameters
-
Turns query parameters into query string that contains all parameter
names and their values.
- getRawJson() - Method in class com.vaadin.flow.server.communication.ServerRpcHandler.RpcRequest
-
Gets the entire request in JSON format, as it was received from the
client.
- getRawTimezoneOffset() - Method in class com.vaadin.flow.server.WebBrowser
-
Returns the browser-reported TimeZone offset in milliseconds from GMT
ignoring possible daylight saving adjustments that may be in effect in
the browser.
- getReadBytes() - Method in class com.vaadin.flow.component.upload.ProgressUpdateEvent
-
Get bytes transferred for this update.
- getReader() - Method in class com.vaadin.flow.server.communication.AtmospherePushConnection.FragmentedMessage
-
- getReader() - Method in interface com.vaadin.flow.server.VaadinRequest
-
Retrieves the body of the request as character data using a
BufferedReader
.
- getReason() - Method in class com.vaadin.flow.component.upload.FailedEvent
-
Gets the exception that caused the failure.
- getReceiver() - Method in class com.vaadin.flow.component.upload.Upload
-
Returns the current receiver.
- getReconnectAttempts() - Method in interface com.vaadin.flow.component.ReconnectDialogConfiguration
-
Gets the number of times to try to reconnect to the server before giving
up.
- getReconnectAttempts() - Method in class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap
-
- getReconnectDialogConfiguration() - Method in class com.vaadin.flow.component.UI
-
Retrieves the object used for configuring the reconnect dialog.
- getReconnectDialogConfiguration() - Method in class com.vaadin.flow.server.InitialPageSettings
-
Returns the configuration object for reconnect dialog.
- getReconnectInterval() - Method in interface com.vaadin.flow.component.ReconnectDialogConfiguration
-
Gets the interval (in milliseconds) between reconnect attempts.
- getReconnectInterval() - Method in class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap
-
- getRegisteredRoutes() - Method in class com.vaadin.flow.server.startup.RouteRegistry
-
Get the
RouteData
for all registered navigation targets.
- getRegistry() - Method in class com.vaadin.flow.router.Router
-
- getRemainingTime() - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading
-
Get remaining time translations.
- getRemoteAddr() - Method in interface com.vaadin.flow.server.VaadinRequest
-
Returns the IP address from which the request came.
- getRemoteHost() - Method in interface com.vaadin.flow.server.VaadinRequest
-
Returns the fully qualified name of the client or the last proxy that
sent the request.
- getRemotePort() - Method in interface com.vaadin.flow.server.VaadinRequest
-
Returns the Internet Protocol (IP) source port of the client or last
proxy that sent the request.
- getRemoteUser() - Method in interface com.vaadin.flow.server.VaadinRequest
-
Returns the login of the user making this request, if the user has been
authenticated, or null if the user has not been authenticated.
- getRemovedItem() - Method in class com.vaadin.flow.internal.change.ListRemoveChange
-
Gets the removed item.
- getRemovedSelection() - Method in class com.vaadin.flow.data.selection.MultiSelectionEvent
-
Gets the items that were removed from selection.
- getRenderedComponent(String) - Method in class com.vaadin.flow.data.provider.AbstractComponentDataGenerator
-
- getRequest() - Method in class com.vaadin.flow.server.BootstrapHandler.BootstrapContext
-
Gets the Vaadin/HTTP request.
- getRequest() - Method in class com.vaadin.flow.server.BootstrapPageResponse
-
Gets the request for which the generated bootstrap HTML will be the
response.
- getRequest() - Method in class com.vaadin.flow.server.InitialPageSettings
-
Get the initial request for the settings.
- getRequest() - Method in class com.vaadin.flow.server.SessionInitEvent
-
Gets the request that triggered the initialization.
- getRequest() - Method in class com.vaadin.flow.server.SystemMessagesInfo
-
Gets the request currently in progress.
- getRequestHandlers() - Method in class com.vaadin.flow.server.VaadinService
-
Returns the request handlers that are registered with this service.
- getRequestHandlers() - Method in class com.vaadin.flow.server.VaadinSession
-
Gets the request handlers that are registered to the session.
- getRequestSizeMax() - Method in class com.vaadin.flow.server.communication.StreamRequestHandler
-
Returns maximum request size for upload.
- getRequiredConfigurator() - Method in class com.vaadin.flow.data.binder.BeanValidationBinder
-
Gets field required indicator configuration logic.
- getRerouteTarget() - Method in class com.vaadin.flow.router.BeforeEvent
-
Gets the reroute target to use if the user should be rerouted to some
other view.
- getRerouteTarget() - Method in class com.vaadin.flow.router.LocationChangeEvent
-
Gets the reroute target to use if the user should be rerouted to some
other view.
- getResolvedPath() - Method in class com.vaadin.flow.router.NavigationState
-
Get the resolved path details for this navigation state.
- getResource() - Method in class com.vaadin.flow.server.communication.AtmospherePushConnection
-
- getResource() - Method in interface com.vaadin.flow.server.StreamRegistration
-
Get the stream resource whose registration result is represented by this
StreamRegistration
instance.
- getResource(URI) - Method in class com.vaadin.flow.server.StreamResourceRegistry
-
Get a registered resource for given URI
.
- getResource(Class<T>, URI) - Method in class com.vaadin.flow.server.StreamResourceRegistry
-
Get a registered resource of given type.
- getResource(String, WebBrowser, AbstractTheme) - Method in class com.vaadin.flow.server.VaadinService
-
Returns a URL to the resource at the given Vaadin URI.
- getResource(String, WebBrowser, AbstractTheme) - Method in class com.vaadin.flow.server.VaadinServletService
-
- getResourceAsStream(String, WebBrowser, AbstractTheme) - Method in class com.vaadin.flow.server.VaadinService
-
Opens a stream to to the resource at the given Vaadin URI.
- getResourceAsStream(String, WebBrowser, AbstractTheme) - Method in class com.vaadin.flow.server.VaadinServletService
-
- getResourceRegistry() - Method in class com.vaadin.flow.server.VaadinSession
-
Get resource registry instance.
- getResourceUri() - Method in interface com.vaadin.flow.server.StreamRegistration
-
- getResponse() - Method in class com.vaadin.flow.server.BootstrapHandler.BootstrapContext
-
Gets the Vaadin/HTTP response.
- getResponse() - Method in class com.vaadin.flow.server.BootstrapPageResponse
-
Gets the HTTP response that serves the bootstrap page.
- getResponsiveSteps() - Method in class com.vaadin.flow.component.formlayout.FormLayout
-
- getResponsiveStepsJsonObject() - Method in class com.vaadin.flow.component.formlayout.GeneratedVaadinFormLayout
-
Description copied from corresponding location in WebComponent:
- getResult() - Method in class com.vaadin.flow.data.binder.BindingValidationStatus
-
- getRevision() - Static method in class com.vaadin.flow.server.Version
-
Gets the revision, z in x.y.z.qualifier.
- getRootNode() - Method in class com.vaadin.flow.internal.StateTree
-
Gets the root node of this state tree.
- getRouteAliases() - Method in class com.vaadin.flow.router.RouteData
-
- getRouteAliasPath(Class<?>, RouteAlias) - Static method in class com.vaadin.flow.router.internal.RouterUtil
-
Get the actual route path including all parent layout
RoutePrefix
.
- getRoutePath(Class<?>, Route) - Static method in class com.vaadin.flow.router.internal.RouterUtil
-
Get the actual route path including all parent layout
RoutePrefix
.
- getRouter() - Method in class com.vaadin.flow.component.internal.UIInternals
-
Gets the router used for navigating in this UI, if the router was active
when this UI was initialized.
- getRouter() - Method in class com.vaadin.flow.component.UI
-
Gets the router used for navigating in this UI.
- getRouter() - Method in class com.vaadin.flow.router.internal.ResolveRequest
-
Gets the router that this request originates from.
- getRouter() - Method in class com.vaadin.flow.server.VaadinService
-
Gets the router used for UIs served by this service.
- getRouteRegistry() - Method in class com.vaadin.flow.server.VaadinService
-
Find a route registry to use for this service.
- getRouteRegistry() - Method in class com.vaadin.flow.server.VaadinServletService
-
- getRouterLayoutTypes(Class<? extends Component>) - Method in class com.vaadin.flow.router.internal.AbstractNavigationStateRenderer
-
Gets the router layout types to show for the given route target type,
starting from the parent layout immediately wrapping the route target
type.
- getRouterLayoutTypes(Class<? extends Component>) - Method in class com.vaadin.flow.router.internal.ErrorStateRenderer
-
Gets the router layout types to show for the given route target type,
starting from the parent layout immediately wrapping the route target
type.
- getRouterLayoutTypes(Class<? extends Component>) - Method in class com.vaadin.flow.router.internal.NavigationStateRenderer
-
- getRoutes() - Method in class com.vaadin.flow.router.Router
-
Get all available routes.
- getRoutesByParent() - Method in class com.vaadin.flow.router.Router
-
Get all available routes collected by parent layout.
- getRouteTargetChain() - Method in class com.vaadin.flow.router.LocationChangeEvent
-
Gets the chain of route targets that will be nested inside the UI,
starting from the most deeply nested component.
- getRouteTargetType() - Method in class com.vaadin.flow.router.BeforeEvent
-
Get the route target for rerouting.
- getRpcInvocationsData() - Method in class com.vaadin.flow.server.communication.ServerRpcHandler.RpcRequest
-
Gets the data to recreate the RPC as requested by the client side.
- getRpcType() - Method in class com.vaadin.flow.server.communication.rpc.AttachExistingElementRpcHandler
-
- getRpcType() - Method in class com.vaadin.flow.server.communication.rpc.AttachTemplateChildRpcHandler
-
- getRpcType() - Method in class com.vaadin.flow.server.communication.rpc.EventRpcHandler
-
- getRpcType() - Method in class com.vaadin.flow.server.communication.rpc.MapSyncRpcHandler
-
- getRpcType() - Method in class com.vaadin.flow.server.communication.rpc.NavigationRpcHandler
-
- getRpcType() - Method in class com.vaadin.flow.server.communication.rpc.PublishedServerEventHandlerRpcHandler
-
- getRpcType() - Method in interface com.vaadin.flow.server.communication.rpc.RpcInvocationHandler
-
Gets unique RPC type which this handler is applicable for.
- getScreenHeight() - Method in class com.vaadin.flow.server.WebBrowser
-
Gets the height of the screen in pixels.
- getScreenWidth() - Method in class com.vaadin.flow.server.WebBrowser
-
Gets the width of the screen in pixels.
- getScreenX() - Method in class com.vaadin.flow.component.ClickEvent
-
Gets the x coordinate of the click event, relative to the upper left
corner of the screen.
- getScreenY() - Method in class com.vaadin.flow.component.ClickEvent
-
Gets the y coordinate of the click event, relative to the upper left
corner of the screen.
- getSecondaryComponent() - Method in class com.vaadin.flow.component.splitlayout.SplitLayout
-
Get the component currently set to the secondary split.
- getSecondDelay() - Method in interface com.vaadin.flow.component.page.LoadingIndicatorConfiguration
-
Returns the delay before the loading indicator goes into the "second"
state.
- getSecondDelay() - Method in class com.vaadin.flow.internal.nodefeature.LoadingIndicatorConfigurationMap
-
- getSegments() - Method in class com.vaadin.flow.router.Location
-
Gets all the path segments of this location.
- getSelectAllCheckboxVisibility() - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
-
- getSelectAllCheckboxVisibility() - Method in interface com.vaadin.flow.component.grid.GridMultiSelectionModel
-
Gets the current mode for the select all checkbox visibility.
- getSelectedIndex() - Method in class com.vaadin.flow.component.tabs.Tabs
-
Gets the zero-based index of the currently selected tab.
- getSelectedItem() - Method in class com.vaadin.flow.component.grid.AbstractGridSingleSelectionModel
-
- getSelectedItem() - Method in interface com.vaadin.flow.data.selection.SelectionModel.Single
-
Returns the currently selected item, or an empty optional if no item
is selected.
- getSelectedItem() - Method in class com.vaadin.flow.data.selection.SingleSelectionEvent
-
Returns an optional of the item that was selected, or an empty optional
if a previously selected item was deselected.
- getSelectedItems() - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
-
- getSelectedItems() - Method in class com.vaadin.flow.component.grid.Grid
-
This method is a shorthand that delegates to the currently set selection
model.
- getSelectedItems() - Method in class com.vaadin.flow.component.grid.GridNoneSelectionModel
-
- getSelectedItems() - Method in interface com.vaadin.flow.data.selection.MultiSelect
-
Returns an immutable set of the currently selected items.
- getSelectedItems() - Method in interface com.vaadin.flow.data.selection.SelectionModel
-
Returns an immutable set of the currently selected items.
- getSelectedItems() - Method in interface com.vaadin.flow.data.selection.SelectionModel.Single
-
Returns a singleton set of the currently selected item or an empty
set if no item is selected.
- getSelectedTab() - Method in class com.vaadin.flow.component.tabs.Tabs
-
Gets the currently selected tab.
- getSelectionModel() - Method in class com.vaadin.flow.component.grid.Grid
-
Returns the selection model for this grid.
- getSelf() - Method in class com.vaadin.flow.dom.Element
-
- getSelf() - Method in class com.vaadin.flow.dom.Node
-
Gets the narrow typed reference to this object.
- getSelf() - Method in class com.vaadin.flow.dom.ShadowRoot
-
- getServerSyncId() - Method in class com.vaadin.flow.component.internal.UIInternals
-
Gets the server sync id.
- getServerUnavailable() - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Error
-
- getService() - Method in class com.vaadin.flow.server.communication.UidlWriter.ResolveContext
-
Gets the related Vaadin service.
- getService() - Method in class com.vaadin.flow.server.DependencyFilter.FilterContext
-
Gets the related Vaadin service.
- getService() - Method in class com.vaadin.flow.server.SessionDestroyEvent
-
Gets the Vaadin service from which the even originates.
- getService() - Method in class com.vaadin.flow.server.SessionInitEvent
-
Gets the Vaadin service from which this event originates.
- getService() - Method in class com.vaadin.flow.server.SystemMessagesInfo
-
Returns the service this SystemMessages request comes from.
- getService() - Method in interface com.vaadin.flow.server.VaadinRequest
-
Gets the vaadin service for the context of this request.
- getService() - Method in interface com.vaadin.flow.server.VaadinResponse
-
Gets the vaadin service for the context of this response.
- getService() - Method in class com.vaadin.flow.server.VaadinServlet
-
Gets the Vaadin service for this servlet.
- getService() - Method in class com.vaadin.flow.server.VaadinServletRequest
-
- getService() - Method in class com.vaadin.flow.server.VaadinServletResponse
-
- getService() - Method in class com.vaadin.flow.server.VaadinSession
-
- getServiceInitListeners() - Method in class com.vaadin.flow.di.DefaultInstantiator
-
- getServiceInitListeners() - Method in interface com.vaadin.flow.di.Instantiator
-
Gets all service init listeners to use.
- getServiceLoaderListeners(ClassLoader) - Static method in class com.vaadin.flow.di.DefaultInstantiator
-
- getServiceName() - Method in class com.vaadin.flow.server.VaadinService
-
Gets a unique name for this service.
- getServiceName() - Method in class com.vaadin.flow.server.VaadinServletService
-
- getServiceUrl(BootstrapHandler.BootstrapContext) - Static method in class com.vaadin.flow.server.BootstrapHandler
-
Gets the service URL as a URL relative to the request URI.
- getServlet() - Method in class com.vaadin.flow.server.VaadinServletService
-
Retrieves a reference to the servlet associated with this service.
- getServletContext() - Method in class com.vaadin.flow.server.communication.JSR356WebsocketInitializer.FakeServletConfig
-
- getServletName() - Method in class com.vaadin.flow.server.communication.JSR356WebsocketInitializer.FakeServletConfig
-
- getSession() - Method in class com.vaadin.flow.component.internal.AbstractAttachDetachEvent
-
Gets the session the component is attached to.
- getSession() - Method in class com.vaadin.flow.component.internal.UIInternals
-
Gets the VaadinSession to which the related UI is attached.
- getSession() - Method in class com.vaadin.flow.component.UI
-
Gets the VaadinSession to which this UI is attached.
- getSession() - Method in class com.vaadin.flow.server.BootstrapHandler.BootstrapContext
-
Gets the Vaadin session.
- getSession() - Method in class com.vaadin.flow.server.BootstrapPageResponse
-
Gets the service session to which the rendered view belongs.
- getSession() - Method in class com.vaadin.flow.server.SessionDestroyEvent
-
Gets the Vaadin service session that is no longer used.
- getSession() - Method in class com.vaadin.flow.server.SessionInitEvent
-
Gets the Vaadin service session that has been initialized.
- getSession() - Method in class com.vaadin.flow.server.VaadinSession
-
Gets the underlying session to which this service session is currently
associated.
- getSessionAttributeName() - Method in class com.vaadin.flow.server.VaadinService
-
Returns the name used for storing the VaadinSession in the underlying
HTTP session
- getSessionExpiredCaption() - Method in class com.vaadin.flow.server.SystemMessages
-
Gets the caption to show in a "session expired" notification.
- getSessionExpiredMessage() - Method in class com.vaadin.flow.server.SystemMessages
-
Gets the message to show in a "session expired" notification.
- getSessionExpiredURL() - Method in class com.vaadin.flow.server.SystemMessages
-
Gets the URL the user will be redirected to after dismissing a session
expired message.
- getSessionLock(WrappedSession) - Method in class com.vaadin.flow.server.VaadinService
-
Gets the lock instance used to lock the VaadinSession associated with the
given wrapped session.
- getSetter() - Method in class com.vaadin.flow.data.binder.BeanPropertySet.NestedBeanPropertyDefinition
-
- getSetter() - Method in interface com.vaadin.flow.data.binder.Binder.Binding
-
Gets the setter associated with this Binding.
- getSetter() - Method in class com.vaadin.flow.data.binder.Binder.BindingImpl
-
- getSetter() - Method in interface com.vaadin.flow.data.binder.PropertyDefinition
-
Gets an optional setter for storing a property value in a bean.
- getSetterMethods(Class<?>) - Static method in class com.vaadin.flow.internal.ReflectTools
-
Return all the setter methods from the given type.
- getShadowRoot() - Method in class com.vaadin.flow.dom.Element
-
Gets the shadow root of the element, if any.
- getShadowRoot(StateNode) - Method in interface com.vaadin.flow.dom.ElementStateProvider
-
Gets shadow root for the node
if it has been attached.
- getShadowRoot(StateNode) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
-
- getShadowRoot(StateNode) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
-
- getShadowRoot(StateNode) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
-
- getShadowRoot() - Method in class com.vaadin.flow.internal.nodefeature.ShadowRootData
-
- getSortComparator() - Method in interface com.vaadin.flow.data.provider.InMemoryDataProvider
-
Gets the current sort comparator of this data provider.
- getSortComparator() - Method in class com.vaadin.flow.data.provider.ListDataProvider
-
- getSorted() - Method in class com.vaadin.flow.component.grid.GridSortOrder
-
Gets the column this sorting information is attached to.
- getSorted() - Method in class com.vaadin.flow.data.provider.SortOrder
-
Sorting information.
- getSortingComparator() - Method in class com.vaadin.flow.data.provider.Query
-
Gets the optional comparator for sorting data.
- getSortOrder(SortDirection) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Gets the sort orders to use with back-end sorting for this column
when sorting in the given direction.
- getSortOrder() - Method in class com.vaadin.flow.data.event.SortEvent
-
Gets the sort order list.
- getSortOrders() - Method in class com.vaadin.flow.data.provider.Query
-
Gets the sorting for items to fetch.
- getSource() - Method in class com.vaadin.flow.component.ComponentEvent
-
- getSource() - Method in class com.vaadin.flow.component.page.History.HistoryStateChangeEvent
-
- getSource() - Method in class com.vaadin.flow.data.binder.StatusChangeEvent
-
- getSource() - Method in class com.vaadin.flow.data.provider.DataChangeEvent
-
- getSource() - Method in interface com.vaadin.flow.data.selection.SelectionEvent
-
The component on which the Event initially occurred.
- getSource() - Method in class com.vaadin.flow.data.selection.SingleSelectionEvent
-
The listing component on which the Event initially occurred.
- getSource() - Method in class com.vaadin.flow.dom.DomEvent
-
Returns the element on which the listener has been attached.
- getSource() - Method in class com.vaadin.flow.dom.ElementAttachEvent
-
- getSource() - Method in class com.vaadin.flow.dom.ElementDetachEvent
-
- getSource() - Method in class com.vaadin.flow.dom.PropertyChangeEvent
-
- getSource() - Method in class com.vaadin.flow.router.AfterNavigationEvent
-
- getSource() - Method in class com.vaadin.flow.router.BeforeEvent
-
- getSource() - Method in class com.vaadin.flow.router.LocationChangeEvent
-
- getSource() - Method in class com.vaadin.flow.router.NavigationEvent
-
- getSource() - Method in class com.vaadin.flow.server.ServiceDestroyEvent
-
- getSource() - Method in class com.vaadin.flow.server.ServiceInitEvent
-
- getSource() - Method in class com.vaadin.flow.server.SessionDestroyEvent
-
- getSource() - Method in class com.vaadin.flow.server.SessionInitEvent
-
- getSource() - Method in class com.vaadin.flow.server.UIInitEvent
-
- getSrc() - Method in class com.vaadin.flow.component.html.Image
-
Gets the image URL.
- getStalled() - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Status
-
Get stalled translation.
- getStart() - Method in class com.vaadin.flow.internal.Range
-
Returns the inclusive start point of this range.
- getState() - Method in class com.vaadin.flow.component.page.History.HistoryStateChangeEvent
-
Gets the history state value as JSON.
- getState() - Method in class com.vaadin.flow.server.communication.AtmospherePushConnection
-
Returns the state of this connection.
- getState() - Method in class com.vaadin.flow.server.VaadinSession
-
Returns the lifecycle state of this session.
- getStateNode() - Method in class com.vaadin.flow.component.polymertemplate.AbstractTemplate
-
Gets the state node for current template.
- getStateNode() - Method in class com.vaadin.flow.internal.StateTree.BeforeClientResponseEntry
-
- getStateNodeForProxy(Object) - Static method in class com.vaadin.flow.templatemodel.TemplateModelProxyHandler
-
Gets the state node that a proxy is bound to.
- getStateProvider() - Method in class com.vaadin.flow.dom.Node
-
Gets the state provider for this element.
- getStateProvider() - Method in class com.vaadin.flow.dom.ShadowRoot
-
- getStateTree() - Method in class com.vaadin.flow.component.internal.UIInternals
-
Gets the state tree of the related UI.
- getStaticResource(String) - Method in class com.vaadin.flow.server.VaadinService
-
Returns a URL to the static resource at the given URI or null if no file
found.
- getStaticResource(String) - Method in class com.vaadin.flow.server.VaadinServletService
-
- getStatus() - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading
-
Get status translations.
- getStatus() - Method in class com.vaadin.flow.data.binder.BindingValidationStatus
-
Gets status of the validation.
- getStatusCode() - Method in class com.vaadin.flow.router.LocationChangeEvent
-
Gets the HTTP status code that will be returned for the client if this
location change is an initial rendering request.
- getStatusLabel() - Method in class com.vaadin.flow.data.binder.Binder
-
Gets the status label or an empty optional if none has been set.
- getStreamVariable() - Method in class com.vaadin.flow.server.StreamReceiver
-
- getStringProperty(String, String) - Method in interface com.vaadin.flow.function.DeploymentConfiguration
-
- getStyle() - Method in interface com.vaadin.flow.component.HasStyle
-
Gets the style instance for managing inline styles for the element of
this component.
- getStyle() - Method in class com.vaadin.flow.dom.Element
-
Gets the style instance for managing element inline styles.
- getStyle(StateNode) - Method in interface com.vaadin.flow.dom.ElementStateProvider
-
Returns a style instance for managing element inline styles.
- getStyle(StateNode) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
-
- getStyle(StateNode) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
-
- getStyle(StateNode) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
-
- getStyle() - Method in class com.vaadin.flow.internal.nodefeature.ElementStylePropertyMap
-
Returns a style instance for managing element inline styles.
- getStyleSheetAnnotations(Class<? extends Component>) - Static method in class com.vaadin.flow.internal.AnnotationReader
-
Finds all
StyleSheet
annotations on the given
Component
class, its super classes and implemented interfaces.
- getSubLocation() - Method in class com.vaadin.flow.router.Location
-
Creates a new location without the first path segment.
- getSuffixComponent() - Method in interface com.vaadin.flow.component.textfield.HasPrefixAndSuffix
-
Gets the component in the suffix slot of this field.
- getSupportedTypesString() - Static method in interface com.vaadin.flow.templatemodel.ModelType
-
Gets a string explaining the supported property types in model.
- getSynchronizedProperties(Class<? extends Component>) - Static method in class com.vaadin.flow.component.ComponentUtil
-
Gets the synchronized property infos of the properties that are defined
declaratively for the given class with their RPC update mode.
- getSynchronizedProperties() - Method in class com.vaadin.flow.component.internal.ComponentMetaData
-
Gets the properties that are marked to be synchronized and corresponding
events.
- getSynchronizedProperties() - Method in class com.vaadin.flow.dom.Element
-
Gets the properties whose values should automatically be synchronized
from the client side and updated in this
Element
.
- getSynchronizedProperties(StateNode) - Method in interface com.vaadin.flow.dom.ElementStateProvider
-
Gets the names of the properties to synchronize from the client side to
the server.
- getSynchronizedProperties(StateNode) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
-
- getSynchronizedProperties(StateNode) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
-
- getSynchronizedProperties(StateNode) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
-
- getSynchronizedProperties() - Method in class com.vaadin.flow.internal.nodefeature.SynchronizedPropertiesList
-
Creates a view into this list.
- getSynchronizedPropertyEvents(Class<? extends Component>) - Static method in class com.vaadin.flow.component.ComponentUtil
-
Gets the name of the synchronized property event defined declaratively
for the given class.
- getSynchronizedPropertyEvents() - Method in class com.vaadin.flow.dom.Element
-
Gets the events to use for property synchronization from the client side.
- getSynchronizedPropertyEvents(StateNode) - Method in interface com.vaadin.flow.dom.ElementStateProvider
-
Gets the event types which should trigger synchronization of properties
from the client side to the server.
- getSynchronizedPropertyEvents(StateNode) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
-
- getSynchronizedPropertyEvents(StateNode) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
-
- getSynchronizedPropertyEvents(StateNode) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
-
- getSynchronizedPropertyEvents() - Method in class com.vaadin.flow.internal.nodefeature.SynchronizedPropertyEventsList
-
Creates a view into this list.
- getSyncId() - Method in class com.vaadin.flow.server.communication.ServerRpcHandler.RpcRequest
-
Gets the sync id last seen by the client.
- getSystemMessages(SystemMessagesInfo) - Method in class com.vaadin.flow.server.DefaultSystemMessagesProvider
-
- getSystemMessages(SystemMessagesInfo) - Method in interface com.vaadin.flow.server.SystemMessagesProvider
-
Gets the system messages to use in the given context.
- getSystemMessages(Locale, VaadinRequest) - Method in class com.vaadin.flow.server.VaadinService
-
Gets the system message to use for a specific locale.
- getSystemMessagesProvider() - Method in class com.vaadin.flow.server.VaadinService
-
Gets the system messages provider currently defined for this service.
- getSystemProperty(String) - Method in class com.vaadin.flow.server.DefaultDeploymentConfiguration
-
Gets an system property value.
- getTabIndex() - Method in interface com.vaadin.flow.component.Focusable
-
Gets the tabindex
in the component.
- getTag() - Method in class com.vaadin.flow.dom.Element
-
Gets the tag name for the element.
- getTag(StateNode) - Method in interface com.vaadin.flow.dom.ElementStateProvider
-
Gets the tag name for the given node.
- getTag(StateNode) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
-
- getTag(StateNode) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
-
- getTag(StateNode) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
-
- getTag() - Method in class com.vaadin.flow.internal.nodefeature.ElementData
-
Gets the tag name of the element.
- getTarget() - Method in class com.vaadin.flow.component.html.Anchor
-
Gets the target window, tab or frame name for this anchor.
- getTarget(List<String>) - Method in class com.vaadin.flow.server.startup.RouteTarget
-
Get route target for given segments.
- getTargetString() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
-
Description copied from corresponding location in WebComponent:
- getTargetUrl(Class<? extends Component>) - Method in class com.vaadin.flow.server.startup.RouteRegistry
-
Get the url string for given navigation target.
- getTemplateContent(Class<? extends PolymerTemplate<?>>, String, VaadinService) - Method in class com.vaadin.flow.component.polymertemplate.DefaultTemplateParser
-
- getTemplateContent(Class<? extends PolymerTemplate<?>>, String, VaadinService) - Method in interface com.vaadin.flow.component.polymertemplate.TemplateParser
-
Gets the template data which contains a JSOUP Element
representing the template content and the template uri.
- getTemplateElement() - Method in class com.vaadin.flow.component.polymertemplate.TemplateParser.TemplateData
-
Gets the content of the template.
- getTemplateElement() - Method in interface com.vaadin.flow.data.renderer.Rendering
-
Gets the <template>
element associated with the rendering.
- getTemplateForProperty(String, Rendering<SOURCE>) - Method in class com.vaadin.flow.data.renderer.BasicRenderer
-
Gets the template String for a given property.
- getTemplateForProperty(String, Rendering<SOURCE>) - Method in class com.vaadin.flow.data.renderer.NativeButtonRenderer
-
- getTemplatePropertyName(Rendering<SOURCE>) - Method in class com.vaadin.flow.data.renderer.BasicRenderer
-
Gets the name of the property to be transmitted and used inside the
template.
- getText() - Method in class com.vaadin.flow.component.button.Button
-
Gets the text content of this button.
- getText() - Method in interface com.vaadin.flow.component.HasText
-
Gets the text content of this component.
- getText() - Method in class com.vaadin.flow.component.Text
-
Gets the text of the component.
- getText() - Method in class com.vaadin.flow.dom.Element
-
Gets the text content of this element.
- getText() - Method in class com.vaadin.flow.internal.nodefeature.TextNodeMap
-
Gets the text of this node.
- getTextContent(StateNode) - Method in interface com.vaadin.flow.dom.ElementStateProvider
-
Gets the text content.
- getTextContent(StateNode) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
-
- getTextContent(StateNode) - Method in class com.vaadin.flow.dom.impl.BasicTextElementStateProvider
-
- getTextContent(StateNode) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
-
- getTextRecursively() - Method in class com.vaadin.flow.dom.Element
-
Gets the text content of this element tree.
- getTheme() - Method in class com.vaadin.flow.server.BootstrapHandler.BootstrapContext
-
Gets the
ThemeDefinition
associated with the
pageConfigurationHolder of this context, if any.
- getTheme() - Method in class com.vaadin.flow.server.communication.UidlWriter.ResolveContext
-
Gets the theme used for resolving.
- getTheme() - Method in class com.vaadin.flow.theme.ThemeDefinition
-
Gets the theme class.
- getThemedUrl(String, WebBrowser, AbstractTheme) - Method in class com.vaadin.flow.server.VaadinService
-
Checks if the given URL has a themed version.
- getThemedUrl(String, WebBrowser, AbstractTheme) - Method in class com.vaadin.flow.server.VaadinServletService
-
- getThemeFor(Class<?>, String) - Method in class com.vaadin.flow.component.UI
-
Gets the
ThemeDefinition
associated with the given navigation
target, if any.
- getThemeFor(Class<?>, String) - Method in class com.vaadin.flow.server.startup.RouteRegistry
-
Gets the
ThemeDefinition
associated with the given navigation
target, if any.
- getThemeFor(Class<?>) - Method in class com.vaadin.flow.server.startup.RouteTarget
-
Gets the theme that should be used for the given navigation target.
- getThemeList() - Method in interface com.vaadin.flow.component.orderedlayout.ThemableLayout
-
Gets the set of the theme names applied to the corresponding element in
theme
attribute.
- getThemeList() - Method in class com.vaadin.flow.dom.Element
-
Gets the set of the theme names applied to the corresponding element in
theme
attribute.
- getThemeName() - Method in interface com.vaadin.flow.component.HasTheme
-
Gets the theme names for this component.
- getThemeNames() - Method in interface com.vaadin.flow.component.HasTheme
-
Gets the set of theme names used for this element.
- getThemeUrl() - Method in interface com.vaadin.flow.theme.AbstractTheme
-
The url for the components themed version implementation.
- getThemeUrl() - Method in class com.vaadin.flow.theme.lumo.Lumo
-
- getThirdDelay() - Method in interface com.vaadin.flow.component.page.LoadingIndicatorConfiguration
-
Returns the delay before the loading indicator goes into the "third"
state.
- getThirdDelay() - Method in class com.vaadin.flow.internal.nodefeature.LoadingIndicatorConfigurationMap
-
- getThrowable() - Method in class com.vaadin.flow.server.ErrorEvent
-
Gets the contained throwable, the cause of the error.
- getTimeoutDouble() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
-
Description copied from corresponding location in WebComponent:
- getTimeZoneId() - Method in class com.vaadin.flow.server.WebBrowser
-
Returns the TimeZone Id (like "Europe/Helsinki") provided by the browser
(if the browser supports this feature).
- getTimezoneOffset() - Method in class com.vaadin.flow.server.WebBrowser
-
Returns the browser-reported TimeZone offset in milliseconds from GMT.
- getTitle() - Method in class com.vaadin.flow.component.HtmlComponent
-
Gets the title of this component.
- getTitle() - Method in class com.vaadin.flow.component.internal.UIInternals
-
- getTitle() - Method in class com.vaadin.flow.component.textfield.PasswordField
-
Message to show to the user when validation fails.
- getTitle() - Method in class com.vaadin.flow.component.textfield.TextField
-
Message to show to the user when validation fails.
- getTitleString() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
-
Description copied from corresponding location in WebComponent:
- getToday() - Method in class com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n
-
Gets the translated word for today
.
- getTooManyFiles() - Method in class com.vaadin.flow.component.upload.UploadI18N.Error
-
Too many files translation.
- getTopLevelName() - Method in class com.vaadin.flow.data.binder.BeanPropertySet.NestedBeanPropertyDefinition
-
- getTopLevelName() - Method in interface com.vaadin.flow.data.binder.PropertyDefinition
-
Gets the top level name of this property.
- getTopParentLayout(Class<?>, String) - Static method in class com.vaadin.flow.router.internal.RouterUtil
-
Get the top most parent layout for navigation target according to the
Route
or
RouteAlias
annotation.
- getTranslation(String, Object...) - Method in class com.vaadin.flow.component.Component
-
Get the translation for the component locale.
- getTranslation(String, Locale, Object...) - Method in class com.vaadin.flow.component.Component
-
Get the translation for key with given locale.
- getTranslation(String, Locale, Object...) - Method in interface com.vaadin.flow.i18n.I18NProvider
-
Get the translation for key with given locale.
- getTransport() - Method in interface com.vaadin.flow.component.PushConfiguration
-
Returns the primary transport type for push.
- getTransport() - Method in class com.vaadin.flow.internal.nodefeature.PushConfigurationMap
-
- getTrigger() - Method in class com.vaadin.flow.component.page.History.HistoryStateChangeEvent
-
Gets the type of user action that triggered this history change.
- getTrigger() - Method in class com.vaadin.flow.router.BeforeEvent
-
Gets the type of user action that triggered this location change.
- getTrigger() - Method in class com.vaadin.flow.router.LocationChangeEvent
-
Gets the type of user action that triggered this location change.
- getTrigger() - Method in class com.vaadin.flow.router.NavigationEvent
-
Gets the type of user action that triggered this navigation event.
- getTrueString(Locale) - Method in class com.vaadin.flow.data.converter.StringToBooleanConverter
-
Gets the locale-depended string representation for true.
- getTwoWayBindingPaths() - Method in class com.vaadin.flow.component.polymertemplate.TemplateInitializer
-
Gets a set of two way binding paths encountered in the template.
- getType() - Method in class com.vaadin.flow.component.html.Input
-
Gets the type of this input.
- getType() - Method in class com.vaadin.flow.component.html.OrderedList
-
- getType() - Method in class com.vaadin.flow.data.binder.AbstractBeanPropertyDefinition
-
- getType() - Method in interface com.vaadin.flow.data.binder.PropertyDefinition
-
Gets the type of this property.
- getType() - Method in class com.vaadin.flow.dom.DomEvent
-
Gets the type of the event.
- getType() - Method in class com.vaadin.flow.shared.ui.Dependency
-
Gets the type of the dependency.
- getUI() - Method in class com.vaadin.flow.component.Component
-
Gets the UI this component is attached to.
- getUI() - Method in class com.vaadin.flow.component.internal.AbstractAttachDetachEvent
-
Gets the UI the component is attached to.
- getUI() - Method in class com.vaadin.flow.component.internal.UIInternals
-
Gets the UI that this instance belongs to.
- getUI() - Method in class com.vaadin.flow.component.page.History
-
Gets the UI that this instance belongs to.
- getUI() - Method in class com.vaadin.flow.component.UI
-
- getUI() - Method in class com.vaadin.flow.internal.ExecutionContext
-
Gets the UI associated with the execution.
- getUI() - Method in class com.vaadin.flow.internal.StateTree
-
Gets the
UI
that this tree belongs to.
- getUI() - Method in class com.vaadin.flow.router.BeforeEvent
-
Gets the UI this navigation takes place inside.
- getUI() - Method in class com.vaadin.flow.router.LocationChangeEvent
-
Gets the UI in which the view is shown.
- getUI() - Method in class com.vaadin.flow.router.NavigationEvent
-
Gets the UI in which the navigation occurs.
- getUI() - Method in class com.vaadin.flow.server.BootstrapHandler.BootstrapContext
-
Gets the UI.
- getUI() - Method in class com.vaadin.flow.server.BootstrapPageResponse
-
Gets the UI that will be displayed on the generated bootstrap page.
- getUI() - Method in class com.vaadin.flow.server.communication.AtmospherePushConnection
-
- getUi() - Method in class com.vaadin.flow.server.InitialPageSettings
-
Get the target UI instance.
- getUI() - Method in class com.vaadin.flow.server.UIInitEvent
-
Get the initialized UI for this initialization event.
- getUIById(int) - Method in class com.vaadin.flow.server.VaadinSession
-
Returns a UI with the given id.
- getUIClass(VaadinRequest) - Static method in class com.vaadin.flow.server.BootstrapHandler
-
Returns the UI class mapped for servlet that handles the given request.
- getUIClassName() - Method in interface com.vaadin.flow.function.DeploymentConfiguration
-
Gets UI class configuration option value.
- getUIClassName() - Method in class com.vaadin.flow.server.AbstractDeploymentConfiguration
-
- getUIId() - Method in class com.vaadin.flow.component.UI
-
Gets the id of the UI, used to identify this UI within its application
when processing requests.
- getUIs() - Method in class com.vaadin.flow.server.VaadinSession
-
Gets all the UIs of this session.
- getUnexpectedServerError() - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Error
-
- getUnits() - Method in class com.vaadin.flow.component.upload.UploadI18N
-
Get unit translations.
- getUnknown() - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.RemainingTime
-
Get unknown translation.
- getUpdateMode() - Method in class com.vaadin.flow.component.internal.ComponentMetaData.SynchronizedPropertyInfo
-
- getUpdateMode(Method) - Method in class com.vaadin.flow.internal.nodefeature.AbstractServerHandlers
-
Returns method's RPC communication mode from the client side to the
server side when the element is disabled.
- getUpdateMode(Method) - Method in class com.vaadin.flow.internal.nodefeature.ClientCallableHandlers
-
- getUpdateMode(Method) - Method in class com.vaadin.flow.internal.nodefeature.PolymerServerEventHandlers
-
- getUpload() - Method in class com.vaadin.flow.component.upload.FinishedEvent
-
Uploads where the event occurred.
- getUpload() - Method in class com.vaadin.flow.component.upload.ProgressUpdateEvent
-
Uploads where the event occurred.
- getUpload() - Method in class com.vaadin.flow.component.upload.StartedEvent
-
Uploads where the event occurred.
- getUploadButton() - Method in class com.vaadin.flow.component.upload.Upload
-
Gets the component set as the upload button for the upload, if any.
- getUploading() - Method in class com.vaadin.flow.component.upload.UploadI18N
-
Get uploading translations.
- getURI(AbstractStreamResource) - Static method in class com.vaadin.flow.server.StreamResourceRegistry
-
Gets the URI for the given resource
.
- getUriResolver() - Method in class com.vaadin.flow.server.BootstrapHandler.BootstrapContext
-
Gets the URI resolver to use for bootstrap resources.
- getUriResolver() - Method in class com.vaadin.flow.server.BootstrapPageResponse
-
Gets the URI resolver utility.
- getUris() - Method in class com.vaadin.flow.component.internal.ComponentMetaData.HtmlImportDependency
-
- getUrl() - Method in class com.vaadin.flow.router.RouteData.AliasData
-
- getUrl() - Method in class com.vaadin.flow.router.RouteData
-
Get the full route url of
Route
.
- getUrl(Class<? extends Component>) - Method in class com.vaadin.flow.router.Router
-
Get the registered url string for given navigation target.
- getUrl(Class<? extends C>, T) - Method in class com.vaadin.flow.router.Router
-
Get the url string for given navigation target with the parameter in the
url.
- getUrl(Class<? extends C>, List<T>) - Method in class com.vaadin.flow.router.Router
-
Get the url string for given navigation target with the parameters in the
url.
- getUrl() - Method in class com.vaadin.flow.shared.ui.Dependency
-
Gets the untranslated URL for the dependency.
- getUrlBase(Class<? extends Component>) - Method in class com.vaadin.flow.router.Router
-
Return the url base without any url parameters.
- getUrlParameters() - Method in class com.vaadin.flow.router.NavigationState
-
Gets the list of strings that correspond to the raw string url
parameters.
- getUserPrincipal() - Method in interface com.vaadin.flow.server.VaadinRequest
-
Returns a java.security.Principal
object containing the name
of the current authenticated user.
- getUsesClass(Class<? extends PolymerTemplate<?>>, String) - Static method in class com.vaadin.flow.component.polymertemplate.TemplateInitializer
-
Looks for a component class with the given tag name among the classes
used by the given polymer template class.
- getValidationErrors() - Method in class com.vaadin.flow.data.binder.BinderValidationStatus
-
Gets both field and bean level validation errors.
- getValidationErrors() - Method in exception com.vaadin.flow.data.binder.ValidationException
-
Gets both field and bean level validation errors.
- getValidationResults() - Method in class com.vaadin.flow.data.binder.BindingValidationStatus
-
Gets all the validation results related to this binding validation
status.
- getValidationStatusHandler() - Method in interface com.vaadin.flow.data.binder.Binder.Binding
-
Gets the validation status handler for this Binding.
- getValidationStatusHandler() - Method in class com.vaadin.flow.data.binder.Binder.BindingImpl
-
- getValidationStatusHandler() - Method in class com.vaadin.flow.data.binder.Binder
-
Gets the status handler of this form.
- getValue() - Method in class com.vaadin.flow.component.AbstractCompositeField
-
- getValue() - Method in class com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent
-
- getValue() - Method in class com.vaadin.flow.component.AbstractField
-
- getValue() - Method in class com.vaadin.flow.component.combobox.ComboBox
-
- getValue() - Method in interface com.vaadin.flow.component.HasValue
-
Returns the current value of this object.
- getValue() - Method in interface com.vaadin.flow.component.HasValue.ValueChangeEvent
-
Returns the new value that triggered this value change event.
- getValue() - Method in class com.vaadin.flow.component.internal.AbstractFieldSupport
-
- getValue() - Method in class com.vaadin.flow.component.progressbar.ProgressBar
-
Gets the current value of the progressbar
- getValue() - Method in class com.vaadin.flow.component.textfield.PasswordField
-
Returns the current value of the password field.
- getValue() - Method in class com.vaadin.flow.component.textfield.TextArea
-
Returns the current value of the text area.
- getValue() - Method in class com.vaadin.flow.component.textfield.TextField
-
Returns the current value of the text field.
- getValue() - Method in class com.vaadin.flow.data.binder.ReadOnlyHasValue
-
- getValue() - Method in interface com.vaadin.flow.data.selection.MultiSelect
-
- getValue() - Method in class com.vaadin.flow.data.selection.MultiSelectionEvent
-
Gets the current selection.
- getValue() - Method in class com.vaadin.flow.dom.PropertyChangeEvent
-
Returns the new value that triggered this value change event.
- getValue() - Method in class com.vaadin.flow.internal.change.MapPutChange
-
Gets the new value.
- getValue() - Method in class com.vaadin.flow.internal.nodefeature.BasicTypeValue
-
Gets the value of a basic type.
- getValue() - Method in class com.vaadin.flow.internal.nodefeature.NodeValue
-
Gets the value of this feature.
- getValueChangeMode() - Method in class com.vaadin.flow.component.textfield.PasswordField
-
Gets current value change mode of the component.
- getValueChangeMode() - Method in class com.vaadin.flow.component.textfield.TextArea
-
Gets current value change mode of the component.
- getValueChangeMode() - Method in class com.vaadin.flow.component.textfield.TextField
-
Gets current value change mode of the component.
- getValueChangeMode() - Method in interface com.vaadin.flow.data.value.HasValueChangeMode
-
Gets current value change mode of the component.
- getValueDouble() - Method in class com.vaadin.flow.component.progressbar.GeneratedVaadinProgressBar
-
Description copied from corresponding location in WebComponent:
- getValueProvider() - Method in class com.vaadin.flow.data.renderer.BasicRenderer
-
- getValueProviders() - Method in class com.vaadin.flow.data.renderer.Renderer
-
- getValueString() - Method in class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioButton
-
Description copied from corresponding location in WebComponent:
- getValueString() - Method in class com.vaadin.flow.component.tabs.GeneratedVaadinTab
-
Description copied from corresponding location in WebComponent:
- getVariant() - Method in class com.vaadin.flow.theme.ThemeDefinition
-
Gets the variant of the theme.
- getVersion() - Method in class com.vaadin.flow.internal.UsageStatistics.UsageEntry
-
Gets the version string.
- getVerticalComponentAlignment(Component) - Method in class com.vaadin.flow.component.orderedlayout.HorizontalLayout
-
Gets the individual vertical alignment of a given component.
- getViewport() - Method in class com.vaadin.flow.server.InitialPageSettings
-
Get the currently set viewport setting for this settings object.
- getWebJarResourcePath(String) - Method in class com.vaadin.flow.server.webjar.WebJarServer
-
Gets web jar resource path if it exists.
- getWebJarServer() - Method in class com.vaadin.flow.server.VaadinServlet
-
Gets the web jar server.
- getWeek() - Method in class com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n
-
Gets the translated word for week
.
- getWeekdays() - Method in class com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n
-
Gets the name of the week days.
- getWeekdaysShort() - Method in class com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n
-
Gets the short names of the week days.
- getWidth() - Method in class com.vaadin.flow.component.dialog.Dialog
-
- getWidth() - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Gets the width of this column as a CSS-string.
- getWidth() - Method in interface com.vaadin.flow.component.HasSize
-
Gets the width defined for the component.
- getWrappedModelType() - Method in class com.vaadin.flow.templatemodel.ConvertedModelType
-
Gets the model type describing the data actually stored in the model.
- getWrappedSession() - Method in interface com.vaadin.flow.server.VaadinRequest
-
Gets the session associated with this request, creating a new if there is
no session.
- getWrappedSession(boolean) - Method in interface com.vaadin.flow.server.VaadinRequest
-
Gets the session associated with this request, optionally creating a new
if there is no session.
- getWrappedSession() - Method in class com.vaadin.flow.server.VaadinServletRequest
-
- getWrappedSession(boolean) - Method in class com.vaadin.flow.server.VaadinServletRequest
-
- getWriter() - Method in class com.vaadin.flow.server.StreamResource
-
Returns the stream resource writer.
- getWriter() - Method in interface com.vaadin.flow.server.VaadinResponse
-
Returns a PrintWriter
object that can send character text to
the client.
- go(int) - Method in class com.vaadin.flow.component.page.History
-
Navigates a number of steps forward or backward in the history.
- GO_BACK - Static variable in interface com.vaadin.flow.component.Key
-
The Back
button.
- GO_HOME - Static variable in interface com.vaadin.flow.component.Key
-
The Home
button, which takes the user to the phone's main
screen (usually an application launcher).
- Grid<T> - Class in com.vaadin.flow.component.grid
-
Server-side component for the <vaadin-grid>
element.
- Grid() - Constructor for class com.vaadin.flow.component.grid.Grid
-
Creates a new instance, with page size of 50.
- Grid(int) - Constructor for class com.vaadin.flow.component.grid.Grid
-
Creates a new instance, with the specified page size.
- Grid(Class<T>) - Constructor for class com.vaadin.flow.component.grid.Grid
-
Creates a new grid with an initial set of columns for each of the bean's
properties.
- Grid.AbstractGridExtension<T> - Class in com.vaadin.flow.component.grid
-
A helper base class for creating extensions for the Grid component.
- Grid.Column<T> - Class in com.vaadin.flow.component.grid
-
Server-side component for the <vaadin-grid-column>
element.
- Grid.SelectionMode - Enum in com.vaadin.flow.component.grid
-
Selection mode representing the built-in selection models in grid.
- GridMultiSelectionModel<T> - Interface in com.vaadin.flow.component.grid
-
Multiselection model interface for Grid.
- GridMultiSelectionModel.SelectAllCheckboxVisibility - Enum in com.vaadin.flow.component.grid
-
State for showing the select all checkbox in the grid's default header
row for the selection column.
- GridNoneSelectionModel<T> - Class in com.vaadin.flow.component.grid
-
Selection model implementation for disabling selection in Grid.
- GridNoneSelectionModel() - Constructor for class com.vaadin.flow.component.grid.GridNoneSelectionModel
-
- GridSelectionColumn - Class in com.vaadin.flow.component.grid
-
Server side implementation for the flow specific grid selection column.
- GridSelectionColumn(SerializableRunnable, SerializableRunnable) - Constructor for class com.vaadin.flow.component.grid.GridSelectionColumn
-
Constructs a new grid selection column configured to use the given
callbacks whenever the select all checkbox is toggled on the client side.
- GridSelectionModel<T> - Interface in com.vaadin.flow.component.grid
-
The server-side interface that controls Grid's selection state.
- GridSingleSelectionModel<T> - Interface in com.vaadin.flow.component.grid
-
Single selection model interface for Grid.
- GridSortOrder<T> - Class in com.vaadin.flow.component.grid
-
Sorting information for
Grid
.
- GridSortOrder(Grid.Column<T>, SortDirection) - Constructor for class com.vaadin.flow.component.grid.GridSortOrder
-
Construct sorting information for usage in a
Grid
.
- GridSortOrderBuilder<T> - Class in com.vaadin.flow.component.grid
-
Helper classes with fluent API for constructing
GridSortOrder
lists.
- GridSortOrderBuilder() - Constructor for class com.vaadin.flow.component.grid.GridSortOrderBuilder
-
- GROUP_FIRST - Static variable in interface com.vaadin.flow.component.Key
-
- GROUP_LAST - Static variable in interface com.vaadin.flow.component.Key
-
- GROUP_NEXT - Static variable in interface com.vaadin.flow.component.Key
-
- GROUP_PREVIOUS - Static variable in interface com.vaadin.flow.component.Key
-
- GUIDE - Static variable in interface com.vaadin.flow.component.Key
-
Toggles the display of the program or content guide.
- GUIDE_NEXT_DAY - Static variable in interface com.vaadin.flow.component.Key
-
If the guide is currently displayed, this button tells the guide to
display the next day's content.
- GUIDE_PREVIOUS_DAY - Static variable in interface com.vaadin.flow.component.Key
-
If the guide is currently displayed, this button tells the guide to
display the previous day's content.
- I18N_PROVIDER - Static variable in class com.vaadin.flow.server.Constants
-
I18N provider property.
- I18NProvider - Interface in com.vaadin.flow.i18n
-
I18N provider interface for internationalization usage.
- Icon - Class in com.vaadin.flow.component.icon
-
Component for displaying an icon from the
Vaadin Icons collection.
- Icon() - Constructor for class com.vaadin.flow.component.icon.Icon
-
Creates an Icon component that displays a Vaadin logo.
- Icon(VaadinIcon) - Constructor for class com.vaadin.flow.component.icon.Icon
-
Creates an Icon component that displays the given icon from
VaadinIcon
.
- Icon(String, String) - Constructor for class com.vaadin.flow.component.icon.Icon
-
Creates an Icon component that displays the given icon
from the
given collection
.
- IconRenderer<ITEM> - Class in com.vaadin.flow.data.renderer
-
A renderer that renders each item as a text following by an icon using
provided icon generator and label generator.
- IconRenderer(SerializableFunction<ITEM, ? extends Component>) - Constructor for class com.vaadin.flow.data.renderer.IconRenderer
-
Creates a new renderer instance using the default
ItemLabelGenerator
:
String::valueOf
and the provided
iconGenerator
.
- IconRenderer(SerializableFunction<ITEM, ? extends Component>, ItemLabelGenerator<ITEM>) - Constructor for class com.vaadin.flow.data.renderer.IconRenderer
-
Creates a new renderer instance using the provided iconGenerator
and itemLabelGenerator
.
- Id - Annotation Type in com.vaadin.flow.component.polymertemplate
-
- ID - Static variable in class com.vaadin.flow.internal.nodefeature.NodeProperties
-
Key for id property.
- identity() - Static method in interface com.vaadin.flow.data.converter.Converter
-
Returns a converter that returns its input as-is in both directions.
- identity() - Static method in interface com.vaadin.flow.function.SerializableFunction
-
Returns a function that always returns its input argument.
- identity() - Static method in interface com.vaadin.flow.function.ValueProvider
-
Returns a value provider that always returns its input argument.
- ifError(SerializableConsumer<String>) - Method in interface com.vaadin.flow.data.binder.Result
-
Applies the consumer
if result is an error.
- ifOk(SerializableConsumer<R>) - Method in interface com.vaadin.flow.data.binder.Result
-
Applies the consumer
if result is not an error.
- Image - Class in com.vaadin.flow.component.html
-
Component representing a <img>
element.
- Image() - Constructor for class com.vaadin.flow.component.html.Image
-
Creates a new empty image.
- Image(String, String) - Constructor for class com.vaadin.flow.component.html.Image
-
Creates an image with the given URL and an alternative text.
- Image(AbstractStreamResource, String) - Constructor for class com.vaadin.flow.component.html.Image
-
Creates an image with the given stream resource and an alternative text.
- IMG - Static variable in annotation type com.vaadin.flow.component.Tag
-
Tag for an <img>
.
- ImmutableClassList - Class in com.vaadin.flow.dom.impl
-
Immutable class list implementation.
- ImmutableClassList(Collection<String>) - Constructor for class com.vaadin.flow.dom.impl.ImmutableClassList
-
Creates a new immutable class list with the given values.
- ImmutableEmptyStyle - Class in com.vaadin.flow.dom.impl
-
A style implementation which is empty and immutable.
- ImmutableEmptyStyle() - Constructor for class com.vaadin.flow.dom.impl.ImmutableEmptyStyle
-
- importBean(String, Object, Predicate<String>) - Method in interface com.vaadin.flow.templatemodel.TemplateModel
-
Import a bean properties passing the given filter to this template model.
- importBeans(ModelList, List<T>, PropertyFilter) - Method in class com.vaadin.flow.templatemodel.ListModelType
-
Imports beans into a model list based on the properties in the item type
of this model type.
- importBeans(String, List<?>, Predicate<String>) - Method in interface com.vaadin.flow.templatemodel.TemplateModel
-
Imports a list of beans to this template model.
- importProperties(ElementPropertyMap, Object, PropertyFilter) - Method in class com.vaadin.flow.templatemodel.BeanModelType
-
Imports properties from a bean into a model map based on the properties
in this model type.
- IN_MEMORY_CHILD - Static variable in class com.vaadin.flow.internal.nodefeature.NodeProperties
-
- Include - Annotation Type in com.vaadin.flow.templatemodel
-
Defines which properties to include when importing a bean into a template
model.
- incrementServerId() - Method in class com.vaadin.flow.component.internal.UIInternals
-
Increments the server sync id.
- IndeterminateChangeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox.IndeterminateChangeEvent
-
- indexOf(Component) - Method in interface com.vaadin.flow.component.HasOrderedComponents
-
Returns the index of the given component.
- indexOf(StateNode) - Method in class com.vaadin.flow.internal.nodefeature.ElementChildrenList
-
- indexOf(StateNode) - Method in class com.vaadin.flow.internal.nodefeature.ModelList
-
- indexOf(T) - Method in class com.vaadin.flow.internal.nodefeature.NodeList
-
Gets the position of a value in the list.
- indexOf(Object) - Method in class com.vaadin.flow.templatemodel.TemplateModelListProxy
-
- indexOfChild(Element) - Method in class com.vaadin.flow.dom.Node
-
Returns the index of the specified child
in the children list, or
-1 if this list does not contain the child
.
- INFO - Static variable in interface com.vaadin.flow.component.Key
-
Toggles the display of information about the currently selected content,
program, or media.
- informLocaleChangeObservers(UI) - Static method in class com.vaadin.flow.router.EventUtil
-
Inform components connected to the given ui that implement
LocaleChangeObserver
about locale change.
- informLocaleChangeObservers(UI, List<HasElement>) - Static method in class com.vaadin.flow.router.EventUtil
-
- init(VaadinRequest) - Method in class com.vaadin.flow.component.UI
-
Initializes this UI.
- init(VaadinService) - Method in class com.vaadin.flow.di.DefaultInstantiator
-
- init(VaadinService) - Method in interface com.vaadin.flow.di.Instantiator
-
Initializes this instantiator.
- init(ServletContext) - Method in class com.vaadin.flow.server.communication.JSR356WebsocketInitializer
-
Initializes Atmosphere for use with Vaadin servlets found in the given
context.
- init() - Method in class com.vaadin.flow.server.VaadinService
-
Initializes this service.
- init(ServletConfig) - Method in class com.vaadin.flow.server.VaadinServlet
-
Called by the servlet container to indicate to a servlet that the servlet
is being placed into service.
- initAtmosphereForVaadinServlet(ServletRegistration, ServletContext) - Static method in class com.vaadin.flow.server.communication.JSR356WebsocketInitializer
-
Initializes Atmosphere for use with the given Vaadin servlet
- initChildElements() - Method in class com.vaadin.flow.component.polymertemplate.TemplateInitializer
-
Initializes child elements.
- initContent() - Method in class com.vaadin.flow.component.Composite
-
Called when the content of this composite is requested for the first
time.
- initialize() - Method in interface com.vaadin.flow.data.provider.ArrayUpdater
-
Initialize the array.
- initializeUI(UI, VaadinRequest) - Method in class com.vaadin.flow.router.Router
-
Enables navigation for a new UI instance.
- InitialPageSettings - Class in com.vaadin.flow.server
-
Initial page settings class for modifying the bootstrap page.
- InitialPageSettings(VaadinRequest, UI, AfterNavigationEvent, WebBrowser) - Constructor for class com.vaadin.flow.server.InitialPageSettings
-
Create new initial page settings object.
- InitialPageSettings.Position - Enum in com.vaadin.flow.server
-
Append position enum.
- InitialPageSettings.WrapMode - Enum in com.vaadin.flow.server
-
Content wrapping mode enum.
- INJECT_BY_ID - Static variable in class com.vaadin.flow.internal.nodefeature.NodeProperties
-
- Inline - Annotation Type in com.vaadin.flow.component.page
-
Defines files to inline into the initial page.
- Inline.Container - Annotation Type in com.vaadin.flow.component.page
-
Internal annotation to enable use of multiple
Inline
annotations.
- Inline.Position - Enum in com.vaadin.flow.component.page
-
Inline position enum.
- Inline.Wrapping - Enum in com.vaadin.flow.component.page
-
File content wrapping enum.
- InlineTargets - Class in com.vaadin.flow.server
-
Data holder class for collected
Inline
annotations to be added to the
initial page.
- InlineTargets() - Constructor for class com.vaadin.flow.server.InlineTargets
-
- InMemoryDataProvider<T> - Interface in com.vaadin.flow.data.provider
-
A mixin interface for in-memory data providers.
- InMemoryDataProviderHelpers - Class in com.vaadin.flow.data.provider
-
- Input - Class in com.vaadin.flow.component.html
-
Component representing an <input>
element.
- Input() - Constructor for class com.vaadin.flow.component.html.Input
-
Creates a new input without any specific type.
- INPUT - Static variable in annotation type com.vaadin.flow.component.Tag
-
Tag for an <input>
.
- InputEvent - Class in com.vaadin.flow.component
-
Event fired when the component has received any type of input (e.g.
- InputEvent(Component, boolean) - Constructor for class com.vaadin.flow.component.InputEvent
-
Creates a new input event.
- InputNotifier - Interface in com.vaadin.flow.component
-
Mixin interface for components that support adding input listeners to the
their root elements.
- InputStreamFactory - Interface in com.vaadin.flow.server
-
Creates input stream instances that provides the actual data of a
StreamResource
.
- INSERT - Static variable in interface com.vaadin.flow.component.Key
-
The Insert key, Ins
.
- insertChild(StateNode, int, Element) - Method in interface com.vaadin.flow.dom.ElementStateProvider
-
Inserts the given child at the given position.
- insertChild(StateNode, int, Element) - Method in class com.vaadin.flow.dom.impl.AbstractNodeStateProvider
-
- insertChild(StateNode, int, Element) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
-
- insertChild(int, Element...) - Method in class com.vaadin.flow.dom.Node
-
Inserts the given child element(s) at the given position.
- insertColumnLayer(int, List<AbstractColumn<?>>) - Method in class com.vaadin.flow.component.grid.Grid
-
Creates a new layer from the provided columns, inserts the layer into
given index and returns the new layer.
- inspectHierarchy(Element, Collection<Element>, Predicate<Element>) - Static method in class com.vaadin.flow.router.EventUtil
-
Collect all children for given node as a Element stream.
- INSTANT_REPLAY - Static variable in interface com.vaadin.flow.component.Key
-
Tells the device to perform an instant replay (typically some form of
jumping back a short amount of time then playing it again, possibly but
not usually in slow motion).
- Instantiator - Interface in com.vaadin.flow.di
-
Delegate for discovering, creating and managing instances of various types
used by Flow.
- IntegerRangeValidator - Class in com.vaadin.flow.data.validator
-
Validator for validating that an
Integer
is inside a given range.
- IntegerRangeValidator(String, Integer, Integer) - Constructor for class com.vaadin.flow.data.validator.IntegerRangeValidator
-
Creates a validator for checking that an Integer is within a given range.
- intercept(Object, Method, Object[]) - Method in class com.vaadin.flow.templatemodel.TemplateModelProxyHandler
-
Processes a method invocation on a Byte buddy proxy instance and returns
the result.
- InterfaceProxy() - Constructor for class com.vaadin.flow.templatemodel.TemplateModelProxyHandler.InterfaceProxy
-
- internalErrorCaption - Variable in class com.vaadin.flow.server.SystemMessages
-
- internalErrorMessage - Variable in class com.vaadin.flow.server.SystemMessages
-
- internalErrorNotificationEnabled - Variable in class com.vaadin.flow.server.SystemMessages
-
- internalErrorURL - Variable in class com.vaadin.flow.server.SystemMessages
-
- InternalRedirectHandler - Class in com.vaadin.flow.router.internal
-
Handles navigation by redirecting the user to some location in the
application.
- InternalRedirectHandler(Location) - Constructor for class com.vaadin.flow.router.internal.InternalRedirectHandler
-
Creates a new redirect handler for the provided location.
- InternalServerError - Class in com.vaadin.flow.router
-
This is a basic default error view shown on exceptions during navigation.
- InternalServerError() - Constructor for class com.vaadin.flow.router.InternalServerError
-
- interruptUpload() - Method in class com.vaadin.flow.component.upload.Upload
-
Interrupts the upload currently being received.
- intersects(Range) - Method in class com.vaadin.flow.internal.Range
-
Checks whether this range and another range are at least partially
covering the same values.
- intValue() - Method in enum com.vaadin.flow.data.binder.ErrorLevel
-
Integer representation of error severity for comparison.
- INVALID_ATMOSPHERE_VERSION_WARNING - Static variable in class com.vaadin.flow.server.VaadinService
-
- InvalidApplicationConfigurationException - Exception in com.vaadin.flow.server
-
Exception indicating that the application's routes have been configured
incorrectly.
- InvalidApplicationConfigurationException(String) - Constructor for exception com.vaadin.flow.server.InvalidApplicationConfigurationException
-
Constructs a new invalid route configuration runtime exception with the
specified detail message.
- invalidate() - Method in class com.vaadin.flow.server.WrappedHttpSession
-
- invalidate() - Method in interface com.vaadin.flow.server.WrappedSession
-
Invalidates this session then unbinds any objects bound to it.
- InvalidChangeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox.InvalidChangeEvent
-
- InvalidChangeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker.InvalidChangeEvent
-
- InvalidChangeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea.InvalidChangeEvent
-
- InvalidChangeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.textfield.GeneratedVaadinTextField.InvalidChangeEvent
-
- InvalidCustomElementNameException - Exception in com.vaadin.flow.server
-
Exception indicating that the custom-element name is invalid.
- InvalidCustomElementNameException(String) - Constructor for exception com.vaadin.flow.server.InvalidCustomElementNameException
-
Constructs a new invalid custom element name runtime exception with the
specified detail message.
- InvalidI18NConfigurationException - Exception in com.vaadin.flow.server
-
Exception indicating that the application's I18N localization has been
configured incorrectly.
- InvalidI18NConfigurationException(String) - Constructor for exception com.vaadin.flow.server.InvalidI18NConfigurationException
-
Constructs a new invalid I18N localization configuration runtime
exception with the specified detail message.
- InvalidI18NConfigurationException(String, Throwable) - Constructor for exception com.vaadin.flow.server.InvalidI18NConfigurationException
-
Constructs a new invalid I18N localization configuration runtime
exception with the specified detail message.
- InvalidRouteConfigurationException - Exception in com.vaadin.flow.server
-
Exception indicating that the application's routes have been configured
incorrectly.
- InvalidRouteConfigurationException(String) - Constructor for exception com.vaadin.flow.server.InvalidRouteConfigurationException
-
Constructs a new invalid route configuration runtime exception with the
specified detail message.
- InvalidRouteLayoutConfigurationException - Exception in com.vaadin.flow.server
-
Exception indicating that Route layouts configuration has problems.
- InvalidRouteLayoutConfigurationException(String) - Constructor for exception com.vaadin.flow.server.InvalidRouteLayoutConfigurationException
-
Constructs a new invalid Route parent layout configuration runtime
exception with the specified detail message.
- InvalidTemplateModelException - Exception in com.vaadin.flow.templatemodel
-
Exception thrown when encountering an invalid type in a template model.
- InvalidTemplateModelException(String, Throwable) - Constructor for exception com.vaadin.flow.templatemodel.InvalidTemplateModelException
-
Creates a new exception with the given message and cause.
- InvalidTemplateModelException(String) - Constructor for exception com.vaadin.flow.templatemodel.InvalidTemplateModelException
-
Creates a new exception with the given message.
- InvalidUIDLSecurityKeyException() - Constructor for exception com.vaadin.flow.server.communication.ServerRpcHandler.InvalidUIDLSecurityKeyException
-
Default constructor for the exception.
- IronIcon - Class in com.vaadin.flow.component.icon
-
Server side component for
iron-icon element
to display an icon.
- IronIcon(String, String) - Constructor for class com.vaadin.flow.component.icon.IronIcon
-
Creates an Icon component that displays the given icon
from the
given collection
.
- IronList<T> - Class in com.vaadin.flow.component.ironlist
-
Component that encapsulates the functionality of the <iron-list>
webcomponent.
- IronList() - Constructor for class com.vaadin.flow.component.ironlist.IronList
-
Creates an empty list.
- IronResizeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout.IronResizeEvent
-
- isAllowCustomValue() - Method in class com.vaadin.flow.component.combobox.ComboBox
-
If true
, the user can input a value that is not present in the
items list.
- isAllowCustomValueBoolean() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
-
Description copied from corresponding location in WebComponent:
- isAltKey() - Method in class com.vaadin.flow.component.ClickEvent
-
Checks whether the alt key was was down when the event was fired.
- isAndroid() - Method in class com.vaadin.flow.server.WebBrowser
-
Tests if the browser is run on Android.
- isAndroid() - Method in class com.vaadin.flow.shared.BrowserDetails
-
Tests if the browser is run on Android.
- isAnnotatedParameter(Class<?>, Class<? extends Annotation>) - Static method in class com.vaadin.flow.router.ParameterDeserializer
-
Check if the parameter value is annotated as OptionalParameter.
- isApplicable(JsonValue, Class<?>) - Method in class com.vaadin.flow.server.communication.rpc.DefaultRpcDecoder
-
- isApplicable(JsonValue, Class<?>) - Method in interface com.vaadin.flow.server.communication.rpc.RpcDecoder
-
Returns true
if the decoder is applicable for the given
value
and the required type
.
- isApplicable(JsonValue, Class<?>) - Method in class com.vaadin.flow.server.communication.rpc.StringToEnumDecoder
-
- isApplicable(JsonValue, Class<?>) - Method in class com.vaadin.flow.server.communication.rpc.StringToNumberDecoder
-
- isApplyDefaultTheme() - Method in interface com.vaadin.flow.component.page.LoadingIndicatorConfiguration
-
Returns whether the default theming is applied for the loading indicator,
making it visible for users.
- isApplyDefaultTheme() - Method in class com.vaadin.flow.internal.nodefeature.LoadingIndicatorConfigurationMap
-
- isAtmosphereAvailable() - Static method in class com.vaadin.flow.server.communication.JSR356WebsocketInitializer
-
Checks if Atmosphere is available on the classpath.
- isAtmosphereAvailable() - Method in class com.vaadin.flow.server.VaadinService
-
Checks whether Atmosphere is available for use.
- isAttached() - Method in class com.vaadin.flow.internal.StateNode
-
Checks whether this node is attached to a state tree.
- isAutocorrect() - Method in interface com.vaadin.flow.component.textfield.HasAutocorrect
-
Checks if the field has autocorrect
enabled.
- isAutofocus() - Method in class com.vaadin.flow.component.button.Button
-
Get the state for the auto-focus property of the button.
- isAutofocus() - Method in class com.vaadin.flow.component.checkbox.Checkbox
-
Get the state for the auto-focus property of the checkbox.
- isAutofocus() - Method in class com.vaadin.flow.component.combobox.ComboBox
-
Get the state for the auto-focus property of the combobox.
- isAutofocus() - Method in class com.vaadin.flow.component.textfield.PasswordField
-
Description copied from corresponding location in WebComponent:
- isAutofocus() - Method in class com.vaadin.flow.component.textfield.TextArea
-
Specify that this control should have input focus when the page loads.
- isAutofocus() - Method in class com.vaadin.flow.component.textfield.TextField
-
Specify that this control should have input focus when the page loads.
- isAutofocusBoolean() - Method in class com.vaadin.flow.component.button.GeneratedVaadinButton
-
Description copied from corresponding location in WebComponent:
- isAutofocusBoolean() - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox
-
Description copied from corresponding location in WebComponent:
- isAutofocusBoolean() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
-
This property is not synchronized automatically from the client side, so
the returned value may not be the same as in client side.
- isAutofocusBoolean() - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
-
Description copied from corresponding location in WebComponent:
- isAutofocusBoolean() - Method in class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioButton
-
Description copied from corresponding location in WebComponent:
- isAutofocusBoolean() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
-
Description copied from corresponding location in WebComponent:
- isAutofocusBoolean() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
-
Description copied from corresponding location in WebComponent:
- isAutoUpload() - Method in class com.vaadin.flow.component.upload.Upload
-
Gets the auto upload status.
- isBasicType(Type) - Static method in class com.vaadin.flow.templatemodel.BasicComplexModelType
-
Checks whether the type
is a basic supported type.
- isBean(Type) - Static method in class com.vaadin.flow.templatemodel.BeanModelType
-
Checks if the given type can be handled as a bean in a model.
- isChecked() - Method in class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioButton.CheckedChangeEvent
-
- isCheckedBoolean() - Method in class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioButton
-
Description copied from corresponding location in WebComponent:
- isCheckedException(Class<?>) - Static method in class com.vaadin.flow.internal.ReflectTools
-
Checks if the given exception class represents a checked exception.
- isChrome() - Method in class com.vaadin.flow.server.WebBrowser
-
Tests whether the user is using Chrome.
- isChrome() - Method in class com.vaadin.flow.shared.BrowserDetails
-
Tests if the browser is Chrome.
- isChromeOS() - Method in class com.vaadin.flow.server.WebBrowser
-
Tests if the browser is run on ChromeOS (e.g.
- isChromeOS() - Method in class com.vaadin.flow.shared.BrowserDetails
-
Tests if the browser is run on Chrome OS (e.g.
- isClientSideInitialized() - Method in class com.vaadin.flow.internal.ExecutionContext
-
Gets whether the client side is being initialized as part of the server
response.
- isCloseIdleSessions() - Method in interface com.vaadin.flow.function.DeploymentConfiguration
-
Returns whether a session should be closed when all its open UIs have
been idle for longer than its configured maximum inactivity time.
- isCloseIdleSessions() - Method in class com.vaadin.flow.server.DefaultDeploymentConfiguration
-
Returns whether a session should be closed when all its open UIs have
been idle for longer than its configured maximum inactivity time.
- isCloseOnEsc() - Method in class com.vaadin.flow.component.dialog.Dialog
-
Gets whether this dialog can be closed by hitting the esc-key or not.
- isCloseOnOutsideClick() - Method in class com.vaadin.flow.component.dialog.Dialog
-
Gets whether this dialog can be closed by clicking outside of it or not.
- isClosing() - Method in class com.vaadin.flow.component.UI
-
Returns whether this UI is marked as closed and is to be detached.
- isColumnReorderingAllowed() - Method in class com.vaadin.flow.component.grid.Grid
-
Returns whether column reordering is allowed.
- isComposing() - Method in class com.vaadin.flow.component.internal.KeyboardEvent
-
Checks whether the key event occurred as part of a composition session.
- isCompositeContent(Composite<?>, Component) - Static method in class com.vaadin.flow.component.ComponentUtil
-
Checks if the given component is inside a
Composite
chain, i.e.
- isConnected() - Method in class com.vaadin.flow.server.communication.AtmospherePushConnection
-
- isConnected() - Method in interface com.vaadin.flow.server.communication.PushConnection
-
Returns whether this connection is currently open.
- isCookiesDisabledNotificationEnabled() - Method in class com.vaadin.flow.server.SystemMessages
-
Checks if "cookies disabled" notifications should be shown to the end
user.
- isCsrfTokenValid(VaadinSession, String) - Static method in class com.vaadin.flow.server.VaadinService
-
Verifies that the given CSRF token (aka double submit cookie) is valid
for the given session.
- isCtrlKey() - Method in class com.vaadin.flow.component.ClickEvent
-
Checks whether the ctrl key was was down when the event was fired.
- isCustomElement(Element) - Static method in class com.vaadin.flow.dom.ElementUtil
-
Checks whether the given element is a custom element or not.
- isCustomElementName(String) - Static method in class com.vaadin.flow.internal.CustomElementNameValidator
-
Validate that given name is a valid Custom Element name.
- isDeselectAllowed() - Method in class com.vaadin.flow.component.grid.AbstractGridSingleSelectionModel
-
- isDeselectAllowed() - Method in interface com.vaadin.flow.data.selection.SelectionModel.Single
-
Gets whether it's allowed to deselect the selected row through the
UI.
- isDetailsVisible(T) - Method in class com.vaadin.flow.component.grid.Grid
-
Returns the visibility of details component for given item.
- isDetailsVisibleOnClick() - Method in class com.vaadin.flow.component.grid.Grid
-
Gets whether the item details are opened and closed by clicking the rows
or not.
- isDialogModal() - Method in interface com.vaadin.flow.component.ReconnectDialogConfiguration
-
Checks the modality of the dialog.
- isDialogModal() - Method in class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap
-
- isDirty() - Method in class com.vaadin.flow.component.internal.UIInternals
-
Checks if there are changes waiting to be sent to the client side.
- isDirty() - Method in class com.vaadin.flow.internal.StateTree
-
Checks if there are changes waiting to be sent to the client side.
- isDisabledBoolean() - Method in class com.vaadin.flow.component.button.GeneratedVaadinButton
-
Description copied from corresponding location in WebComponent:
- isDisabledBoolean() - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox
-
Description copied from corresponding location in WebComponent:
- isDisabledBoolean() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
-
Description copied from corresponding location in WebComponent:
- isDisabledBoolean() - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
-
Description copied from corresponding location in WebComponent:
- isDisabledBoolean() - Method in class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioButton
-
Description copied from corresponding location in WebComponent:
- isDisabledBoolean() - Method in class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioGroup
-
Description copied from corresponding location in WebComponent:
- isDisabledBoolean() - Method in class com.vaadin.flow.component.tabs.GeneratedVaadinTab
-
Description copied from corresponding location in WebComponent:
- isDisabledBoolean() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
-
Description copied from corresponding location in WebComponent:
- isDisabledBoolean() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
-
Description copied from corresponding location in WebComponent:
- isDisposed() - Method in class com.vaadin.flow.server.communication.streaming.StreamingStartEventImpl
-
Get if stream resource should be unregistered.
- isDomEventConstructor(Constructor<?>) - Static method in class com.vaadin.flow.component.ComponentEventBusUtil
-
- isDropAllowed() - Method in class com.vaadin.flow.component.upload.Upload
-
Gets whether file dropping is allowed or not.
- isDSTInEffect() - Method in class com.vaadin.flow.server.WebBrowser
-
Returns whether daylight saving time (DST) is currently in effect in the
region of the browser or not.
- isEdge() - Method in class com.vaadin.flow.server.WebBrowser
-
Tests whether the user is using Edge.
- isEdge() - Method in class com.vaadin.flow.shared.BrowserDetails
-
Tests if the browser is Edge.
- isEmpty() - Method in class com.vaadin.flow.component.AbstractCompositeField
-
- isEmpty() - Method in class com.vaadin.flow.component.AbstractField
-
- isEmpty() - Method in interface com.vaadin.flow.component.HasValue
-
Returns whether this HasValue
is considered to be empty.
- isEmpty() - Method in class com.vaadin.flow.dom.impl.ThemeListImpl
-
- isEmpty() - Method in class com.vaadin.flow.internal.change.ListAddChange
-
Returns whether this add operation still contains any new items.
- isEmpty() - Method in class com.vaadin.flow.internal.Range
-
Checks whether the range has no elements between the start and end.
- isEmpty() - Method in class com.vaadin.flow.server.Attributes
-
Returns true
if there are no attributes.
- isEnabled() - Method in interface com.vaadin.flow.component.HasEnabled
-
Returns whether the object is enabled or disabled.
- isEnabled() - Method in class com.vaadin.flow.component.tabs.Tab
-
If false
, the user cannot interact with this element.
- isEnabled() - Method in class com.vaadin.flow.dom.Element
-
Get the enabled state of the element.
- isEnabled() - Method in class com.vaadin.flow.internal.StateNode
-
Returns enabled state respecting ascendants state.
- isEnabled() - Method in enum com.vaadin.flow.shared.communication.PushMode
-
Checks whether the push mode is using push functionality
- isEnabledSelf() - Method in class com.vaadin.flow.internal.StateNode
-
Returns the enabled state only for this node.
- isError() - Method in class com.vaadin.flow.data.binder.BindingValidationStatus
-
Gets whether the validation failed or not.
- isError() - Method in interface com.vaadin.flow.data.binder.Result
-
Checks if the result denotes an error.
- isError() - Method in interface com.vaadin.flow.data.binder.ValidationResult
-
Checks if the result denotes an error.
- isEs5AdapterNeeded() - Method in class com.vaadin.flow.server.WebBrowser
-
Checks if the browser needs `custom-elements-es5-adapter.js` to be
loaded.
- isEs5AdapterNeeded() - Method in class com.vaadin.flow.shared.BrowserDetails
-
Checks if the browser needs `custom-elements-es5-adapter.js` to be
loaded.
- isEs6Supported() - Method in class com.vaadin.flow.server.WebBrowser
-
Checks if the browser supports ECMAScript 6, based on the user agent.
- isEs6Supported() - Method in class com.vaadin.flow.shared.BrowserDetails
-
Checks if the browser supports ECMAScript 6, based on the user agent.
- isFirefox() - Method in class com.vaadin.flow.server.WebBrowser
-
Tests whether the user is using Firefox.
- isFirefox() - Method in class com.vaadin.flow.shared.BrowserDetails
-
Tests if the browser is Firefox.
- isFromClient() - Method in class com.vaadin.flow.component.ComponentEvent
-
Checks if this event originated from the client side.
- isFromClient() - Method in interface com.vaadin.flow.component.HasValue.ValueChangeEvent
-
Checks if this event originated from the client side.
- isFromClient() - Method in interface com.vaadin.flow.data.selection.SelectionEvent
-
Checks if this event originated from the client side.
- isFrozen() - Method in class com.vaadin.flow.component.grid.GridSelectionColumn
-
Gets the this column's frozen state.
- isGecko() - Method in class com.vaadin.flow.shared.BrowserDetails
-
Tests if the browser is using the Gecko engine.
- isGetter(Method) - Static method in class com.vaadin.flow.internal.ReflectTools
-
Checks whether the given method is a valid getter according to JavaBeans
Specification.
- isGetterName(String, boolean) - Static method in class com.vaadin.flow.internal.ReflectTools
-
Checks whether the given method name is a valid getter name according to
the JavaBeans Specification.
- isGridLayout() - Method in class com.vaadin.flow.component.ironlist.IronList
-
Gets whether this list is rendered in a grid layout instead of a linear
list.
- isHeightByRows() - Method in class com.vaadin.flow.component.grid.Grid
-
Gets whether grid's height is defined by the number of its rows.
- isIconAfterText() - Method in class com.vaadin.flow.component.button.Button
-
Gets whether this button's icon is positioned after it's text content or
the other way around.
- isIE() - Method in class com.vaadin.flow.server.WebBrowser
-
Tests whether the user is using Internet Explorer.
- isIE() - Method in class com.vaadin.flow.shared.BrowserDetails
-
Tests if the browser is Internet Explorer.
- isInactive() - Method in class com.vaadin.flow.internal.StateNode
-
Checks whether the node is active.
- isIndeterminate() - Method in class com.vaadin.flow.component.checkbox.Checkbox
-
Get the indeterminate state of the checkbox.
- isIndeterminate() - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox.IndeterminateChangeEvent
-
- isIndeterminate() - Method in class com.vaadin.flow.component.progressbar.ProgressBar
-
Get the indeterminate state of the progressbar
- isIndeterminateBoolean() - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox
-
Description copied from corresponding location in WebComponent:
- isIndeterminateBoolean() - Method in class com.vaadin.flow.component.progressbar.GeneratedVaadinProgressBar
-
Description copied from corresponding location in WebComponent:
- isInitialAttach() - Method in class com.vaadin.flow.component.AttachEvent
-
Checks whether this is the first time the component has been attached.
- isInMemory() - Method in interface com.vaadin.flow.data.provider.BackEndDataProvider
-
- isInMemory() - Method in interface com.vaadin.flow.data.provider.DataProvider
-
Gets whether the DataProvider content all available in memory or does it
use some external backend.
- isInMemory() - Method in class com.vaadin.flow.data.provider.DataProviderWrapper
-
- isInMemory() - Method in interface com.vaadin.flow.data.provider.InMemoryDataProvider
-
- isInternalErrorNotificationEnabled() - Method in class com.vaadin.flow.server.SystemMessages
-
Checks if "internal error" notifications should be shown to the end user.
- isInterrupted() - Method in interface com.vaadin.flow.server.StreamVariable
-
If this method returns true while the content is being streamed the
handler is told to stop receiving the current upload.
- isInvalid() - Method in class com.vaadin.flow.component.combobox.ComboBox
-
Gets the validity of the combobox output.
- isInvalid() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox.InvalidChangeEvent
-
- isInvalid() - Method in class com.vaadin.flow.component.datepicker.DatePicker
-
Gets the validity of the datepicker output.
- isInvalid() - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker.InvalidChangeEvent
-
- isInvalid() - Method in interface com.vaadin.flow.component.HasValidation
-
Returns true
if component input is invalid, false
otherwise.
- isInvalid() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea.InvalidChangeEvent
-
- isInvalid() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField.InvalidChangeEvent
-
- isInvalid() - Method in class com.vaadin.flow.component.textfield.PasswordField
-
- isInvalid() - Method in class com.vaadin.flow.component.textfield.TextArea
-
- isInvalid() - Method in class com.vaadin.flow.component.textfield.TextField
-
- isInvalidBoolean() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
-
Description copied from corresponding location in WebComponent:
- isInvalidBoolean() - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
-
Description copied from corresponding location in WebComponent:
- isInvalidBoolean() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
-
Description copied from corresponding location in WebComponent:
- isInvalidBoolean() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
-
Description copied from corresponding location in WebComponent:
- isIOS() - Method in class com.vaadin.flow.server.WebBrowser
-
Tests if the browser is run in iOS.
- isIOS() - Method in class com.vaadin.flow.shared.BrowserDetails
-
Tests if the browser is run in iOS.
- isIPad() - Method in class com.vaadin.flow.server.WebBrowser
-
- isIPad() - Method in class com.vaadin.flow.shared.BrowserDetails
-
- isIPhone() - Method in class com.vaadin.flow.server.WebBrowser
-
Tests if the browser is run on IPhone.
- isIPhone() - Method in class com.vaadin.flow.shared.BrowserDetails
-
Tests if the browser is run on iPhone.
- isLinux() - Method in class com.vaadin.flow.server.WebBrowser
-
Tests whether the user is using Linux.
- isLinux() - Method in class com.vaadin.flow.shared.BrowserDetails
-
Tests if the browser is run on Linux.
- isList(Type) - Static method in class com.vaadin.flow.templatemodel.ListModelType
-
Checks if the given type will be handled as a list of beans in the model.
- isLoadingBoolean() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
-
Description copied from corresponding location in WebComponent:
- isMacOSX() - Method in class com.vaadin.flow.server.WebBrowser
-
Tests whether the user is using Mac OS X.
- isMacOSX() - Method in class com.vaadin.flow.shared.BrowserDetails
-
Tests if the browser is run on Mac OSX.
- isMargin() - Method in interface com.vaadin.flow.component.orderedlayout.ThemableLayout
-
Shows if margin
theme setting is applied to the component.
- isMaxFilesReached() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload.MaxFilesReachedChangeEvent
-
- isMaxFilesReachedBoolean() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
-
Description copied from corresponding location in WebComponent:
- isMaxValueIncluded() - Method in class com.vaadin.flow.data.validator.RangeValidator
-
Returns whether the maximum value is part of the accepted range.
- isMetaKey() - Method in class com.vaadin.flow.component.ClickEvent
-
Checks whether the meta key was was down when the event was fired.
- isMinValueIncluded() - Method in class com.vaadin.flow.data.validator.RangeValidator
-
Returns whether the minimum value is part of the accepted range.
- isMultiSort() - Method in class com.vaadin.flow.component.grid.Grid
-
Gets whether multiple column sorting is enabled on the client-side.
- isNew() - Method in class com.vaadin.flow.server.WrappedHttpSession
-
- isNew() - Method in interface com.vaadin.flow.server.WrappedSession
-
Returns true if the client does not yet know about the session or if the
client chooses not to join the session.
- isNoAutoBoolean() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
-
Description copied from corresponding location in WebComponent:
- isNodeValues() - Method in class com.vaadin.flow.internal.nodefeature.NodeList
-
Checks whether this list contains node values.
- isNodeValues() - Method in class com.vaadin.flow.internal.nodefeature.StateNodeNodeList
-
- isNodropBoolean() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
-
Description copied from corresponding location in WebComponent:
- isNotObjectMethod(Method) - Static method in class com.vaadin.flow.internal.ReflectTools
-
Returns whether the given method is
NOT declared in
Object
.
- isOk() - Method in class com.vaadin.flow.data.binder.BinderValidationStatus
-
Gets whether validation for the binder passed or not.
- isOpened() - Method in class com.vaadin.flow.component.combobox.ComboBox
-
Gets the states of the drop-down.
- isOpened() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox.OpenedChangeEvent
-
- isOpened() - Method in class com.vaadin.flow.component.datepicker.DatePicker
-
Gets the states of the drop-down for the datepicker
- isOpened() - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker.OpenedChangeEvent
-
- isOpened() - Method in class com.vaadin.flow.component.dialog.Dialog
-
Gets the open state from the dialog.
- isOpened() - Method in class com.vaadin.flow.component.dialog.GeneratedVaadinDialog.OpenedChangeEvent
-
- isOpened() - Method in class com.vaadin.flow.component.notification.GeneratedVaadinNotification.OpenedChangeEvent
-
- isOpened() - Method in class com.vaadin.flow.component.notification.Notification
-
Description copied from corresponding location in WebComponent:
- isOpenedBoolean() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
-
Description copied from corresponding location in WebComponent:
- isOpenedBoolean() - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
-
Description copied from corresponding location in WebComponent:
- isOpenedBoolean() - Method in class com.vaadin.flow.component.dialog.GeneratedVaadinDialog
-
Description copied from corresponding location in WebComponent:
- isOpenedBoolean() - Method in class com.vaadin.flow.component.notification.GeneratedVaadinNotification
-
Description copied from corresponding location in WebComponent:
- isOpera() - Method in class com.vaadin.flow.server.WebBrowser
-
Tests whether the user is using Opera.
- isOpera() - Method in class com.vaadin.flow.shared.BrowserDetails
-
Tests if the browser is Opera.
- isOtherSessionLocked(VaadinSession) - Static method in class com.vaadin.flow.server.VaadinService
-
Checks whether there might be some
VaadinSession
other than the
provided one for which the current thread holds a lock.
- isOutmostRow() - Method in class com.vaadin.flow.component.grid.FooterRow
-
- isOutmostRow() - Method in class com.vaadin.flow.component.grid.HeaderRow
-
- isPadding() - Method in interface com.vaadin.flow.component.orderedlayout.ThemableLayout
-
Shows if padding
theme setting is applied to the component.
- isPasswordVisibleBoolean() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinPasswordField
-
Description copied from corresponding location in WebComponent:
- isPostponed() - Method in class com.vaadin.flow.router.BeforeLeaveEvent
-
Checks whether this event was postponed.
- isPresto() - Method in class com.vaadin.flow.shared.BrowserDetails
-
Tests if the browser is using the Presto engine.
- isPreventInvalidInput() - Method in class com.vaadin.flow.component.combobox.ComboBox
-
Determines whether preventing the user from inputing invalid value.
- isPreventInvalidInput() - Method in class com.vaadin.flow.component.textfield.PasswordField
-
When set to true
, user is prevented from typing a value that
conflicts with the given pattern
.
- isPreventInvalidInput() - Method in class com.vaadin.flow.component.textfield.TextArea
-
When set to true
, user is prevented from typing a value that
conflicts with the given pattern
.
- isPreventInvalidInput() - Method in class com.vaadin.flow.component.textfield.TextField
-
When set to true
, user is prevented from typing a value that
conflicts with the given pattern
.
- isPreventInvalidInputBoolean() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
-
Description copied from corresponding location in WebComponent:
- isPreventInvalidInputBoolean() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
-
Description copied from corresponding location in WebComponent:
- isPreventInvalidInputBoolean() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
-
Description copied from corresponding location in WebComponent:
- isProductionMode() - Method in interface com.vaadin.flow.function.DeploymentConfiguration
-
Returns whether Vaadin is in production mode.
- isProductionMode() - Method in class com.vaadin.flow.server.BootstrapHandler.BootstrapContext
-
Checks if the application is running in production mode.
- isProductionMode() - Method in class com.vaadin.flow.server.DefaultDeploymentConfiguration
-
Returns whether Vaadin is in production mode.
- isProxy(Object) - Static method in class com.vaadin.flow.templatemodel.TemplateModelProxyHandler
-
Checks if the given object is a proxy created by this class.
- isReadOnly() - Method in interface com.vaadin.flow.component.HasValue
-
Returns whether this HasValue
is in read-only mode or not.
- isReadOnly() - Method in interface com.vaadin.flow.component.HasValueAndElement
-
- isReadOnly() - Method in class com.vaadin.flow.component.radiobutton.RadioButtonGroup
-
- isReadOnly() - Method in interface com.vaadin.flow.data.binder.Binder.Binding
-
Gets the current read-only status for this Binding.
- isReadOnly() - Method in class com.vaadin.flow.data.binder.Binder.BindingImpl
-
- isReadOnly() - Method in class com.vaadin.flow.data.binder.ReadOnlyHasValue
-
- isReadonlyBoolean() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
-
This property is not synchronized automatically from the client side, so
the returned value may not be the same as in client side.
- isReadonlyBoolean() - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
-
Description copied from corresponding location in WebComponent:
- isReadonlyBoolean() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
-
Description copied from corresponding location in WebComponent:
- isReadonlyBoolean() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
-
Description copied from corresponding location in WebComponent:
- isRepeat() - Method in class com.vaadin.flow.component.internal.KeyboardEvent
-
Checks whether the key has been pressed in a sustained manner.
- isReportedFeature(Class<? extends NodeFeature>) - Method in class com.vaadin.flow.internal.StateNode
-
Returns whether the featureType
should be reported to the client
even if it doesn't contain any data.
- isRequestTiming() - Method in interface com.vaadin.flow.function.DeploymentConfiguration
-
Returns whether the server provides timing info to the client.
- isRequestTiming() - Method in class com.vaadin.flow.server.DefaultDeploymentConfiguration
-
Returns whether the server provides timing info to the client.
- isRequestType(VaadinRequest, ServletHelper.RequestType) - Static method in class com.vaadin.flow.server.ServletHelper
-
Returns whether the given request is of the given type.
- isRequired() - Method in class com.vaadin.flow.component.combobox.ComboBox
-
Determines whether the combobox is marked as input required.
- isRequired() - Method in class com.vaadin.flow.component.datepicker.DatePicker
-
Determines whether the datepicker is marked as input required.
- isRequired() - Method in class com.vaadin.flow.component.textfield.PasswordField
-
Specifies that the user must fill in a value.
- isRequired() - Method in class com.vaadin.flow.component.textfield.TextArea
-
Specifies that the user must fill in a value.
- isRequired() - Method in class com.vaadin.flow.component.textfield.TextField
-
Specifies that the user must fill in a value.
- isRequiredBoolean() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
-
Description copied from corresponding location in WebComponent:
- isRequiredBoolean() - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
-
Description copied from corresponding location in WebComponent:
- isRequiredBoolean() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
-
Description copied from corresponding location in WebComponent:
- isRequiredBoolean() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
-
Description copied from corresponding location in WebComponent:
- isRequiredIndicatorVisible() - Method in interface com.vaadin.flow.component.HasValue
-
Checks whether the required indicator is visible.
- isRequiredIndicatorVisible() - Method in interface com.vaadin.flow.component.HasValueAndElement
-
- isRequiredIndicatorVisible() - Method in class com.vaadin.flow.data.binder.ReadOnlyHasValue
-
- isResourceAvailable(String, WebBrowser, AbstractTheme) - Method in class com.vaadin.flow.server.VaadinService
-
Checks if a resource is available at the given Vaadin URI.
- isResynchronize() - Method in class com.vaadin.flow.server.communication.ServerRpcHandler.RpcRequest
-
Checks if this is a request to resynchronize the client side.
- isRevealButtonHiddenBoolean() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinPasswordField
-
Description copied from corresponding location in WebComponent:
- isRevealButtonVisible() - Method in class com.vaadin.flow.component.textfield.PasswordField
-
Set to false
to hide the eye icon which toggles the password
visibility.
- isSafari() - Method in class com.vaadin.flow.server.WebBrowser
-
Tests whether the user is using Safari.
- isSafari() - Method in class com.vaadin.flow.shared.BrowserDetails
-
Tests if the browser is Safari.
- isSafariOrIOS() - Method in class com.vaadin.flow.shared.BrowserDetails
-
Tests if the browser is Safari or runs on IOS (covering also Chrome on
iOS).
- isScript(Element) - Static method in class com.vaadin.flow.dom.ElementUtil
-
Checks whether the given element is a script
or not.
- isSecure() - Method in interface com.vaadin.flow.server.VaadinRequest
-
Checks whether the request was made using a secure channel, e.g.
- isSecureConnection() - Method in class com.vaadin.flow.server.WebBrowser
-
Checks if the connection was established using HTTPS.
- isSelectAllCheckboxVisible() - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
-
- isSelectAllCheckboxVisible() - Method in interface com.vaadin.flow.component.grid.GridMultiSelectionModel
-
- isSelected(T) - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
-
- isSelected() - Method in class com.vaadin.flow.component.tabs.Tab
-
If true, the item is in selected state.
- isSelected(T) - Method in interface com.vaadin.flow.data.selection.MultiSelect
-
Returns whether the given item is currently selected.
- isSelected(T) - Method in interface com.vaadin.flow.data.selection.SelectionModel
-
Returns whether the given item is currently selected.
- isSelectedBoolean() - Method in class com.vaadin.flow.component.tabs.GeneratedVaadinTab
-
Description copied from corresponding location in WebComponent:
- isSelectionColumnFrozen() - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
-
- isSelectionColumnFrozen() - Method in interface com.vaadin.flow.component.grid.GridMultiSelectionModel
-
Gets the the selection column's frozen state.
- isSendUrlsAsParameters() - Method in interface com.vaadin.flow.function.DeploymentConfiguration
-
Returns whether the sending of URL's as GET and POST parameters in
requests with content-type application/x-www-form-urlencoded
is enabled or not.
- isSendUrlsAsParameters() - Method in class com.vaadin.flow.server.DefaultDeploymentConfiguration
-
Returns whether the sending of URL's as GET and POST parameters in
requests with content-type application/x-www-form-urlencoded
is enabled or not.
- isSessionExpiredNotificationEnabled() - Method in class com.vaadin.flow.server.SystemMessages
-
Checks if "session expired" notifications should be shown to the end
user.
- isSetter(Method) - Static method in class com.vaadin.flow.internal.ReflectTools
-
Checks whether the given method is a valid setter according to the
JavaBeans Specification.
- isSetterName(String) - Static method in class com.vaadin.flow.internal.ReflectTools
-
Checks whether the given method name is a valid setter name according to
the JavaBeans Specification.
- isShadowRoot(StateNode) - Static method in class com.vaadin.flow.dom.ShadowRoot
-
Checks whether the given node
is a shadow root node.
- isShiftKey() - Method in class com.vaadin.flow.component.ClickEvent
-
Checks whether the shift key was was down when the event was fired.
- isShowWeekNumbersBoolean() - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
-
Description copied from corresponding location in WebComponent:
- isSortable() - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Gets whether this column is sortable (e.g.
- isSpacing() - Method in interface com.vaadin.flow.component.orderedlayout.ThemableLayout
-
Shows if spacing
theme setting is applied to the component.
- isStaticResourceRequest(HttpServletRequest) - Method in class com.vaadin.flow.server.StaticFileServer
-
Checks if a static resource can be found for the requested path.
- isSubProperty() - Method in interface com.vaadin.flow.data.binder.PropertyDefinition
-
Gets whether this property belongs to some other property in the property
set, or directly to the property set.
- isSubsetOf(Range) - Method in class com.vaadin.flow.internal.Range
-
Checks whether this range is a subset of another range.
- isSupportedClass(Class<?>) - Method in class com.vaadin.flow.component.polymertemplate.PolymerTemplate
-
Check if the given Class type
is found in the Model.
- isSyncIdCheckEnabled() - Method in interface com.vaadin.flow.function.DeploymentConfiguration
-
Returns whether sync id checking is enabled.
- isSyncIdCheckEnabled() - Method in class com.vaadin.flow.server.DefaultDeploymentConfiguration
-
Returns whether sync id checking is enabled.
- isTemplateMapped() - Method in class com.vaadin.flow.component.Component
-
Gets whether this component was attached as part of a
PolymerTemplate
(by being mapped by an
Id
annotation), or
if it was created directly.
- isTextNode() - Method in class com.vaadin.flow.dom.Element
-
Checks whether this element represents a text node.
- isTextNode(StateNode) - Method in interface com.vaadin.flow.dom.ElementStateProvider
-
Checks if the state node represents a text node.
- isTextNode(StateNode) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
-
- isTextNode(StateNode) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
-
- isTextNode(StateNode) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
-
- isTooOldToFunctionProperly() - Method in class com.vaadin.flow.server.WebBrowser
-
Checks if the browser is so old that it simply won't work with a Vaadin
application.
- isTooOldToFunctionProperly() - Method in class com.vaadin.flow.shared.BrowserDetails
-
Checks if the browser is so old that it simply won't work.
- isTouchDevice() - Method in class com.vaadin.flow.server.WebBrowser
-
Checks if the browser supports touch events.
- isTrident() - Method in class com.vaadin.flow.shared.BrowserDetails
-
Tests if the browser is using the Trident engine.
- isTrueish(Object) - Static method in class com.vaadin.flow.internal.JavaScriptSemantics
-
Gets the boolean value of the provided value:
null
is false
.
- isUIActive(UI) - Method in class com.vaadin.flow.server.VaadinService
-
Returns whether the given UI is active (the client-side actively
communicates with the server) or whether it can be removed from the
session and eventually collected.
- isUploading() - Method in class com.vaadin.flow.component.upload.Upload
-
Is upload in progress.
- isUserInRole(String) - Method in interface com.vaadin.flow.server.VaadinRequest
-
Returns a boolean indicating whether the authenticated user is included
in the specified logical "role".
- isUserOriginated() - Method in class com.vaadin.flow.dom.PropertyChangeEvent
-
Returns whether this event was triggered by user interaction, on the
client side, or programmatically, on the server side.
- isVaadinServlet(ServletRegistration, ServletContext) - Method in class com.vaadin.flow.server.communication.JSR356WebsocketInitializer
-
Tries to determine if the given servlet registration refers to a Vaadin
servlet.
- isValid() - Method in class com.vaadin.flow.data.binder.Binder
-
Runs all currently configured field level validators, as well as all bean
level validators if a bean is currently set with
Binder.setBean(Object)
, and returns whether any of the validators
failed.
- isValid(T) - Method in class com.vaadin.flow.data.validator.RangeValidator
-
Returns whether the given value lies in the valid range.
- isValid(String) - Method in class com.vaadin.flow.data.validator.RegexpValidator
-
Returns whether the given string matches the regular expression.
- isValidAttributeName(String) - Static method in class com.vaadin.flow.dom.ElementUtil
-
Checks if the given attribute name is valid.
- isValidStylePropertyName(String) - Static method in class com.vaadin.flow.dom.ElementUtil
-
Checks if the given style property name is valid.
- isValidStylePropertyValue(String) - Static method in class com.vaadin.flow.dom.ElementUtil
-
Checks if the given style property value is valid.
- isValidTagName(String) - Static method in class com.vaadin.flow.dom.ElementUtil
-
Checks if the given tag name is valid.
- isValidValueType(Serializable) - Static method in class com.vaadin.flow.internal.nodefeature.AbstractPropertyMap
-
Checks if the given value is of a supported type.
- isVirtualChild() - Method in class com.vaadin.flow.dom.Node
-
Gets whether this element is a virtual child of its parent.
- isVisible() - Method in class com.vaadin.flow.component.Component
-
Gets the component visibility value.
- isVisible() - Method in class com.vaadin.flow.dom.Element
-
Gets the element visibility value.
- isVisible(StateNode) - Method in interface com.vaadin.flow.dom.ElementStateProvider
-
Gets the node
visibility.
- isVisible(StateNode) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
-
- isVisible(StateNode) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
-
- isVisible(StateNode) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
-
- isVisible() - Method in class com.vaadin.flow.internal.nodefeature.ElementData
-
Get element visibility.
- isVisible() - Method in class com.vaadin.flow.internal.StateNode
-
Checks (recursively towards the parent node) whether the node is
effectively visible.
- isWebKit() - Method in class com.vaadin.flow.shared.BrowserDetails
-
Tests if the browser is using the WebKit engine.
- isWeekNumbersVisible() - Method in class com.vaadin.flow.component.datepicker.DatePicker
-
Get the state of showWeekNumbers
property of the datepicker
- isWindows() - Method in class com.vaadin.flow.server.WebBrowser
-
Tests whether the user is using Windows.
- isWindows() - Method in class com.vaadin.flow.shared.BrowserDetails
-
Tests if the browser is run on Windows.
- isWindowsPhone() - Method in class com.vaadin.flow.server.WebBrowser
-
Tests whether the user is using Windows Phone.
- isWindowsPhone() - Method in class com.vaadin.flow.shared.BrowserDetails
-
Tests if the browser is run on Windows Phone.
- isWithCredentialsBoolean() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
-
Description copied from corresponding location in WebComponent:
- isXsrfProtectionEnabled() - Method in interface com.vaadin.flow.function.DeploymentConfiguration
-
Returns whether cross-site request forgery protection is enabled.
- isXsrfProtectionEnabled() - Method in class com.vaadin.flow.server.DefaultDeploymentConfiguration
-
Returns whether cross-site request forgery protection is enabled.
- ItemLabelGenerator<T> - Interface in com.vaadin.flow.component
-
- iterator() - Method in class com.vaadin.flow.dom.impl.ImmutableClassList
-
- iterator() - Method in class com.vaadin.flow.dom.impl.ThemeListImpl
-
- iterator() - Method in class com.vaadin.flow.internal.nodefeature.NodeList
-
Gets an iterator returning all items in this list.
- iterator() - Method in class com.vaadin.flow.internal.nodefeature.NodeList.SetView
-
- iterator() - Method in class com.vaadin.flow.internal.nodefeature.VirtualChildrenList
-
- RadioButtonGroup<T> - Class in com.vaadin.flow.component.radiobutton
-
A single select component using radio buttons as options.
- RadioButtonGroup() - Constructor for class com.vaadin.flow.component.radiobutton.RadioButtonGroup
-
- RANDOM_TOGGLE - Static variable in interface com.vaadin.flow.component.Key
-
Toggles random media (also known as "shuffle mode") on and off.
- Range - Class in com.vaadin.flow.internal
-
An immutable representation of a range, marked by start and end points.
- RangeValidator<T> - Class in com.vaadin.flow.data.validator
-
Verifies that a value is within the given range.
- RangeValidator(String, Comparator<? super T>, T, T) - Constructor for class com.vaadin.flow.data.validator.RangeValidator
-
Creates a new range validator of the given type.
- RC_LOW_BATTERY - Static variable in interface com.vaadin.flow.component.Key
-
A code sent when the remote control's battery is low.
- read(BEAN) - Method in interface com.vaadin.flow.data.binder.Binder.Binding
-
Reads the value from given item and stores it to the bound field.
- read(BEAN) - Method in class com.vaadin.flow.data.binder.Binder.BindingImpl
-
- readBean(BEAN) - Method in class com.vaadin.flow.data.binder.Binder
-
Reads the bound property values from the given bean to the corresponding
fields.
- readFromHttpSession(WrappedSession) - Method in class com.vaadin.flow.server.VaadinService
-
Performs the actual read of the VaadinSession from the underlying HTTP
session after sanity checks have been performed.
- readJson(JsonObject) - Method in class com.vaadin.flow.component.formlayout.FormLayout.ResponsiveStep
-
- readJson(JsonObject) - Method in interface com.vaadin.flow.component.JsonSerializable
-
Sets the JSON object data into the Java object.
- ReadOnlyHasValue<V> - Class in com.vaadin.flow.data.binder
-
Generic
HasValue
to use any type of component with Vaadin data
binding.
- ReadOnlyHasValue(SerializableConsumer<V>, V) - Constructor for class com.vaadin.flow.data.binder.ReadOnlyHasValue
-
Creates new ReadOnlyHasValue
- ReadOnlyHasValue(SerializableConsumer<V>) - Constructor for class com.vaadin.flow.data.binder.ReadOnlyHasValue
-
Creates new ReadOnlyHasValue
with null
as an empty value.
- readResource(String) - Static method in class com.vaadin.flow.server.BootstrapHandler
-
- receiveMessage(Reader) - Method in class com.vaadin.flow.server.communication.AtmospherePushConnection
-
Reads and buffers a (possibly partial) message.
- Receiver - Interface in com.vaadin.flow.component.upload
-
Interface that must be implemented by the upload receivers to provide the
Upload component an output stream to write the uploaded data.
- receiveUpload(String, String) - Method in interface com.vaadin.flow.component.upload.Receiver
-
Invoked when a new upload arrives.
- receiveUpload(String, String) - Method in class com.vaadin.flow.component.upload.receivers.FileBuffer
-
- receiveUpload(String, String) - Method in class com.vaadin.flow.component.upload.receivers.MemoryBuffer
-
- receiveUpload(String, String) - Method in class com.vaadin.flow.component.upload.receivers.MultiFileBuffer
-
- receiveUpload(String, String) - Method in class com.vaadin.flow.component.upload.receivers.MultiFileMemoryBuffer
-
- RECONNECT_ATTEMPTS_DEFAULT - Static variable in class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap
-
- RECONNECT_ATTEMPTS_KEY - Static variable in class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap
-
- RECONNECT_DIALOG_CONFIGURATION - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
-
- RECONNECT_INTERVAL_DEFAULT - Static variable in class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap
-
- RECONNECT_INTERVAL_KEY - Static variable in class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap
-
- ReconnectDialogConfiguration - Interface in com.vaadin.flow.component
-
Provides methods for configuring the reconnect dialog.
- ReconnectDialogConfigurationMap - Class in com.vaadin.flow.internal.nodefeature
-
Map for storing the reconnect dialog configuration for a UI.
- ReconnectDialogConfigurationMap(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap
-
Creates a new map for the given node.
- RECORD_SPEED_NEXT - Static variable in interface com.vaadin.flow.component.Key
-
Cycles among the available media recording speeds.
- REDO - Static variable in interface com.vaadin.flow.component.Key
-
Redo the last action.
- ReflectionCache<C,T> - Class in com.vaadin.flow.internal
-
A thread-safe cache for the result of doing some reflection lookup based on a
class.
- ReflectionCache(SerializableFunction<Class<C>, T>) - Constructor for class com.vaadin.flow.internal.ReflectionCache
-
Creates a new reflection cache with the given value provider.
- ReflectTools - Class in com.vaadin.flow.internal
-
An util class with helpers for reflection operations.
- ReflectTools() - Constructor for class com.vaadin.flow.internal.ReflectTools
-
- refresh(T) - Method in class com.vaadin.flow.component.grid.Grid.AbstractGridExtension
-
A helper method for refreshing the client-side representation of a
single data item.
- refresh(T) - Method in class com.vaadin.flow.data.provider.DataCommunicator
-
Informs the DataCommunicator that a data object has been updated.
- refresh(T) - Method in interface com.vaadin.flow.data.provider.DataKeyMapper
-
Updates any existing mappings of given data object.
- refresh(V) - Method in class com.vaadin.flow.data.provider.KeyMapper
-
- refreshAll() - Method in class com.vaadin.flow.data.provider.AbstractDataProvider
-
- refreshAll() - Method in interface com.vaadin.flow.data.provider.DataProvider
-
Refreshes all data based on currently available data in the underlying
provider.
- refreshAll() - Method in class com.vaadin.flow.data.provider.DataProviderWrapper
-
- refreshData(T) - Method in class com.vaadin.flow.data.provider.AbstractComponentDataGenerator
-
- refreshData(T) - Method in class com.vaadin.flow.data.provider.CompositeDataGenerator
-
- refreshData(T) - Method in interface com.vaadin.flow.data.provider.DataGenerator
-
Informs the DataGenerator
that a data object has been updated.
- refreshItem(T) - Method in class com.vaadin.flow.data.provider.AbstractDataProvider
-
- refreshItem(T) - Method in interface com.vaadin.flow.data.provider.DataProvider
-
Refreshes the given item.
- refreshItem(T) - Method in class com.vaadin.flow.data.provider.DataProviderWrapper
-
- refreshTransients(WrappedSession, VaadinService) - Method in class com.vaadin.flow.server.VaadinSession
-
Refreshes the transient fields of the session to ensure they are up to
date.
- RegexpValidator - Class in com.vaadin.flow.data.validator
-
A string validator comparing the string against a Java regular expression.
- RegexpValidator(String, String) - Constructor for class com.vaadin.flow.data.validator.RegexpValidator
-
Creates a validator for checking that the regular expression matches the
complete string to validate.
- RegexpValidator(String, String, boolean) - Constructor for class com.vaadin.flow.data.validator.RegexpValidator
-
Creates a validator for checking that the regular expression matches the
string to validate.
- register(Node<?>, Element, StateNode, ChildElementConsumer) - Method in class com.vaadin.flow.internal.nodefeature.AttachExistingElementFeature
-
Registers the data for the child
node requested as being attached
to an existing element.
- register(StateNode) - Method in interface com.vaadin.flow.internal.NodeOwner
-
Registers a node with this node owner.
- register(StateNode) - Method in class com.vaadin.flow.internal.NullOwner
-
- register(StateNode) - Method in class com.vaadin.flow.internal.StateTree
-
- registerEventHandlers(Renderer<T>, Element, Element, ValueProvider<String, T>) - Static method in class com.vaadin.flow.data.renderer.RendererUtil
-
- registerRenderedComponent(String, Component) - Method in class com.vaadin.flow.data.provider.AbstractComponentDataGenerator
-
Appends the component to the container and registers it for future use
during the lifecycle of the generator.
- registerResource(AbstractStreamResource) - Method in class com.vaadin.flow.server.StreamResourceRegistry
-
Registers a stream resource in the session and returns registration
handler.
- Registration - Interface in com.vaadin.flow.shared
-
A registration object for removing an event listener added to a source.
- reinitializeSession(VaadinRequest) - Static method in class com.vaadin.flow.server.VaadinService
-
Discards the current session and creates a new session with the same
contents.
- reload() - Method in class com.vaadin.flow.component.page.Page
-
Reloads the page in the browser.
- RemainingTime() - Constructor for class com.vaadin.flow.component.upload.UploadI18N.Uploading.RemainingTime
-
- remove(Component...) - Method in class com.vaadin.flow.component.button.GeneratedVaadinButton
-
Removes the given child components from this component.
- remove(Component...) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
-
Removes the given child components from this component.
- remove(Component...) - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
-
Removes the given child components from this component.
- remove(Component...) - Method in class com.vaadin.flow.component.dialog.Dialog
-
- remove(Component...) - Method in class com.vaadin.flow.component.formlayout.FormLayout.FormItem
-
- remove(Component...) - Method in class com.vaadin.flow.component.formlayout.GeneratedVaadinFormItem
-
Removes the given child components from this component.
- remove() - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
-
- remove() - Method in class com.vaadin.flow.component.grid.AbstractGridSingleSelectionModel
-
- remove() - Method in class com.vaadin.flow.component.grid.Grid.AbstractGridExtension
-
Remove this extension from its target.
- remove(Component...) - Method in interface com.vaadin.flow.component.HasComponents
-
Removes the given child components from this component.
- remove(Component...) - Method in class com.vaadin.flow.component.notification.Notification
-
Remove the given components from this notification.
- remove(Component...) - Method in class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout
-
Removes the given child components from this component.
- remove(Component...) - Method in class com.vaadin.flow.component.splitlayout.SplitLayout
-
- remove(Component...) - Method in class com.vaadin.flow.component.tabs.Tabs
-
Removes the given child components from this component.
- remove(Component...) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
-
Removes the given child components from this component.
- remove(Component...) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
-
Removes the given child components from this component.
- remove(Component...) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
-
Removes the given child components from this component.
- remove(T) - Method in interface com.vaadin.flow.data.provider.DataKeyMapper
-
Removes a data object from the key mapping.
- remove(V) - Method in class com.vaadin.flow.data.provider.KeyMapper
-
Removes object from the mapper.
- remove(String) - Method in class com.vaadin.flow.dom.impl.BasicElementStyle
-
- remove(String) - Method in class com.vaadin.flow.dom.impl.ImmutableEmptyStyle
-
- remove(Object) - Method in class com.vaadin.flow.dom.impl.ThemeListImpl
-
- remove(String) - Method in interface com.vaadin.flow.dom.Style
-
Removes the given style property if it has been set.
- remove(String) - Method in class com.vaadin.flow.internal.nodefeature.ElementAttributeMap
-
Removes the named attribute.
- remove(int) - Method in class com.vaadin.flow.internal.nodefeature.ElementChildrenList
-
- remove(String) - Method in class com.vaadin.flow.internal.nodefeature.ElementPropertyMap
-
- remove(int) - Method in class com.vaadin.flow.internal.nodefeature.ModelList
-
- remove(int) - Method in class com.vaadin.flow.internal.nodefeature.NodeList
-
Removes the item at the given index.
- remove(Object) - Method in class com.vaadin.flow.internal.nodefeature.NodeList.SetView
-
- remove(String) - Method in class com.vaadin.flow.internal.nodefeature.NodeMap
-
Removes the value stored for the given key.
- remove(int) - Method in class com.vaadin.flow.internal.nodefeature.StateNodeNodeList
-
- remove(int) - Method in class com.vaadin.flow.internal.nodefeature.VirtualChildrenList
-
- remove() - Method in interface com.vaadin.flow.internal.StateTree.ExecutionRegistration
-
Removes the associated task from the execution queue.
- remove() - Method in interface com.vaadin.flow.shared.Registration
-
Removes the associated listener from the event source.
- remove(Object) - Method in class com.vaadin.flow.templatemodel.TemplateModelListProxy
-
- remove(int) - Method in class com.vaadin.flow.templatemodel.TemplateModelListProxy
-
- removeAll() - Method in class com.vaadin.flow.component.button.GeneratedVaadinButton
-
Removes all contents from this component, this includes child components,
text content as well as child elements that have been added directly to
this component using the
Element
API.
- removeAll() - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
-
Removes all contents from this component, this includes child components,
text content as well as child elements that have been added directly to
this component using the
Element
API.
- removeAll() - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
-
Removes all contents from this component, this includes child components,
text content as well as child elements that have been added directly to
this component using the
Element
API.
- removeAll() - Method in class com.vaadin.flow.component.dialog.Dialog
-
- removeAll() - Method in class com.vaadin.flow.component.formlayout.FormLayout.FormItem
-
- removeAll() - Method in class com.vaadin.flow.component.formlayout.GeneratedVaadinFormItem
-
Removes all contents from this component, this includes child components,
text content as well as child elements that have been added directly to
this component using the
Element
API.
- removeAll() - Method in interface com.vaadin.flow.component.HasComponents
-
Removes all contents from this component, this includes child components,
text content as well as child elements that have been added directly to
this component using the
Element
API.
- removeAll() - Method in class com.vaadin.flow.component.notification.Notification
-
Remove all the components from this notification.
- removeAll() - Method in class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout
-
Removes all contents from this component, this includes child components,
text content as well as child elements that have been added directly to
this component using the
Element
API.
- removeAll() - Method in class com.vaadin.flow.component.splitlayout.SplitLayout
-
Removes the primary and the secondary components.
- removeAll() - Method in class com.vaadin.flow.component.tabs.Tabs
-
Removes all contents from this component, this includes child components,
text content as well as child elements that have been added directly to
this component using the
Element
API.
- removeAll() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
-
Removes all contents from this component, this includes child components,
text content as well as child elements that have been added directly to
this component using the
Element
API.
- removeAll() - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
-
Removes all contents from this component, this includes child components,
text content as well as child elements that have been added directly to
this component using the
Element
API.
- removeAll() - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
-
Removes all contents from this component, this includes child components,
text content as well as child elements that have been added directly to
this component using the
Element
API.
- removeAll() - Method in interface com.vaadin.flow.data.provider.DataKeyMapper
-
Removes all data objects from the key mapping.
- removeAll() - Method in class com.vaadin.flow.data.provider.KeyMapper
-
Removes all objects from the mapper.
- removeAll(Collection<?>) - Method in class com.vaadin.flow.dom.impl.ThemeListImpl
-
- removeAllChildren(StateNode) - Method in interface com.vaadin.flow.dom.ElementStateProvider
-
Removes all child elements.
- removeAllChildren(StateNode) - Method in class com.vaadin.flow.dom.impl.AbstractNodeStateProvider
-
- removeAllChildren(StateNode) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
-
- removeAllChildren() - Method in class com.vaadin.flow.dom.Node
-
Removes all child elements, including elements only present at the
client-side.
- removeAllProperties() - Method in class com.vaadin.flow.internal.nodefeature.AbstractPropertyMap
-
Removes all properties.
- removeAttribute(String) - Method in class com.vaadin.flow.dom.Element
-
Removes the given attribute.
- removeAttribute(StateNode, String) - Method in interface com.vaadin.flow.dom.ElementStateProvider
-
Removes the given attribute if it has been set.
- removeAttribute(StateNode, String) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
-
- removeAttribute(StateNode, String) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
-
- removeAttribute(Element) - Method in class com.vaadin.flow.dom.impl.ClassAttributeHandler
-
- removeAttribute(Element) - Method in class com.vaadin.flow.dom.impl.CustomAttribute
-
- removeAttribute(StateNode, String) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
-
- removeAttribute(Element) - Method in class com.vaadin.flow.dom.impl.StyleAttributeHandler
-
- removeAttribute(String) - Method in interface com.vaadin.flow.server.VaadinRequest
-
Removes an attribute from this request.
- removeAttribute(String) - Method in class com.vaadin.flow.server.WrappedHttpSession
-
- removeAttribute(String) - Method in interface com.vaadin.flow.server.WrappedSession
-
Removes the object bound with the specified name from this session.
- removeBean() - Method in class com.vaadin.flow.data.binder.Binder
-
Removes the currently set bean and clears bound fields.
- removeBinding(HasValue<?, ?>) - Method in class com.vaadin.flow.data.binder.Binder
-
Finds and removes all Bindings for the given field.
- removeBinding(Binder.Binding<BEAN, ?>) - Method in class com.vaadin.flow.data.binder.Binder
-
Removes the given Binding from this Binder.
- removeBinding(String) - Method in class com.vaadin.flow.data.binder.Binder
-
Finds and removes the Binding for the given property name.
- removeBindingInternal(Binder.Binding<BEAN, ?>) - Method in class com.vaadin.flow.data.binder.Binder
-
Removes (internally) the Binding
from the bound properties map
(if present) and from the list of Binding
s.
- removeChild(StateNode, int) - Method in interface com.vaadin.flow.dom.ElementStateProvider
-
Removes the child at the given position.
- removeChild(StateNode, Element) - Method in interface com.vaadin.flow.dom.ElementStateProvider
-
Removes the given child.
- removeChild(StateNode, int) - Method in class com.vaadin.flow.dom.impl.AbstractNodeStateProvider
-
- removeChild(StateNode, Element) - Method in class com.vaadin.flow.dom.impl.AbstractNodeStateProvider
-
- removeChild(StateNode, int) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
-
- removeChild(StateNode, Element) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
-
- removeChild(Element...) - Method in class com.vaadin.flow.dom.Node
-
Removes the given child element(s).
- removeChild(int) - Method in class com.vaadin.flow.dom.Node
-
Removes the child at the given index.
- removeClassName(String) - Method in interface com.vaadin.flow.component.HasStyle
-
Removes a CSS class name from this component.
- removeClassNames(String...) - Method in interface com.vaadin.flow.component.HasStyle
-
Removes one or more CSS class names from component.
- removeColumn(Grid.Column<T>) - Method in class com.vaadin.flow.component.grid.Grid
-
Removes a column from the Grid.
- removeColumnByKey(String) - Method in class com.vaadin.flow.component.grid.Grid
-
Removes a column with the given column key from the Grid.
- removeColumnLayer(ColumnLayer) - Method in class com.vaadin.flow.component.grid.Grid
-
Removes the given layer and moves the columns on the lower level to its
place.
- removeDataGenerator(DataGenerator<T>) - Method in class com.vaadin.flow.data.provider.CompositeDataGenerator
-
Removes the DataGenerator from the list, destroying its data.
- removeDataGenerator(DataGenerator<T>) - Method in interface com.vaadin.flow.data.provider.HasDataGenerators
-
- removeFromHttpSession(WrappedSession) - Method in class com.vaadin.flow.server.VaadinService
-
Performs the actual removal of the VaadinSession from the underlying HTTP
session after sanity checks have been performed
- removeFromParent() - Method in class com.vaadin.flow.dom.Element
-
Removes this element from its parent.
- removeHref() - Method in class com.vaadin.flow.component.html.Anchor
-
Removes href attribute.
- removeProperty(String) - Method in class com.vaadin.flow.dom.Element
-
Removes the given property.
- removeProperty(StateNode, String) - Method in interface com.vaadin.flow.dom.ElementStateProvider
-
Removes the given property if it has been set.
- removeProperty(StateNode, String) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
-
- removeProperty(StateNode, String) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
-
- removeProperty(StateNode, String) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
-
- removeProperty(String) - Method in class com.vaadin.flow.internal.nodefeature.AbstractPropertyMap
-
Removes the given property.
- removeRequestHandler(RequestHandler) - Method in class com.vaadin.flow.server.VaadinSession
-
Removes a request handler from the session.
- removeSession(WrappedSession) - Method in class com.vaadin.flow.server.VaadinService
-
Called when the VaadinSession should be removed from the underlying HTTP
session
- removeSynchronizedProperty(String) - Method in class com.vaadin.flow.dom.Element
-
- removeSynchronizedPropertyEvent(String) - Method in class com.vaadin.flow.dom.Element
-
- removeThemeName(String) - Method in interface com.vaadin.flow.component.HasTheme
-
Removes a theme name from this component.
- removeThemeNames(String...) - Method in interface com.vaadin.flow.component.HasTheme
-
Removes one or more theme names from component.
- removeUI(UI) - Method in class com.vaadin.flow.server.VaadinSession
-
Called by the framework to remove an UI instance from the session because
it has been closed.
- render(Element, DataKeyMapper<SOURCE>, Element) - Method in class com.vaadin.flow.data.renderer.BasicRenderer
-
- render(Element, DataKeyMapper<SOURCE>, Element) - Method in class com.vaadin.flow.data.renderer.ComponentRenderer
-
- render(Element, DataKeyMapper<SOURCE>) - Method in class com.vaadin.flow.data.renderer.Renderer
-
Handles the rendering of the model objects by creating a new
<template>
element in the given container.
- render(Element, DataKeyMapper<SOURCE>, Element) - Method in class com.vaadin.flow.data.renderer.Renderer
-
Handles the rendering of the model objects by using the given
<template>
element in the given container.
- Renderer<SOURCE> - Class in com.vaadin.flow.data.renderer
-
Base class for all renderers - classes that take a given model object as
input and outputs a set of elements that represents that item in the UI.
- Renderer() - Constructor for class com.vaadin.flow.data.renderer.Renderer
-
Default constructor.
- Renderer(String) - Constructor for class com.vaadin.flow.data.renderer.Renderer
-
Builds a renderer with the specified template.
- RendererUtil - Class in com.vaadin.flow.data.renderer
-
Contains helper methods to register events triggered by rendered templates.
- Rendering<SOURCE> - Interface in com.vaadin.flow.data.renderer
-
Defines the context of a given
Renderer
when building the output
elements.
- RepeatIndex - Annotation Type in com.vaadin.flow.component.polymertemplate
-
Allows to receive index of an element in dom-repeat Polymer template section.
- replace(Component, Component) - Method in interface com.vaadin.flow.component.HasOrderedComponents
-
Replaces the component in the container with another one without changing
position.
- replace(Component, Component) - Method in interface com.vaadin.flow.component.orderedlayout.FlexComponent
-
- replace(Component, Component) - Method in class com.vaadin.flow.component.tabs.Tabs
-
Replaces the component in the container with another one without changing
position.
- replaceState(JsonValue, String) - Method in class com.vaadin.flow.component.page.History
-
Invokes history.replaceState
in the browser with the given
parameters.
- replaceState(JsonValue, Location) - Method in class com.vaadin.flow.component.page.History
-
Invokes history.replaceState
in the browser with the given
parameters.
- REQUEST_TYPE_HEARTBEAT - Static variable in class com.vaadin.flow.shared.ApplicationConstants
-
Request type parameter value indicating a heartbeat request.
- REQUEST_TYPE_PARAMETER - Static variable in class com.vaadin.flow.shared.ApplicationConstants
-
Get parameter used in framework requests to identify the request type.
- REQUEST_TYPE_PUSH - Static variable in class com.vaadin.flow.shared.ApplicationConstants
-
Request type parameter value indicating a push request.
- REQUEST_TYPE_UIDL - Static variable in class com.vaadin.flow.shared.ApplicationConstants
-
Request type parameter value indicating a UIDL request.
- requestCanCreateSession(VaadinRequest) - Method in class com.vaadin.flow.server.VaadinService
-
Checks whether it's valid to create a new service session as a result of
the given request.
- requestCanCreateSession(VaadinRequest) - Method in class com.vaadin.flow.server.VaadinServletService
-
- requestEnd(VaadinRequest, VaadinResponse, VaadinSession) - Method in class com.vaadin.flow.server.VaadinService
-
Called after the framework has handled a request and the response has
been written.
- RequestHandler - Interface in com.vaadin.flow.server
-
Handler for producing a response to HTTP requests.
- requestStart(VaadinRequest, VaadinResponse) - Method in class com.vaadin.flow.server.VaadinService
-
Called before the framework starts handling a request.
- REQUIRED_ATMOSPHERE_RUNTIME_VERSION - Static variable in class com.vaadin.flow.server.Constants
-
- RequiredFieldConfigurator - Interface in com.vaadin.flow.data.binder
-
- RequiredFieldConfiguratorUtil - Class in com.vaadin.flow.data.binder
-
- requiresLock() - Method in interface com.vaadin.flow.server.InputStreamFactory
-
- rerouteTo(NavigationHandler, NavigationState) - Method in class com.vaadin.flow.router.BeforeEvent
-
Reroutes the navigation to use the provided navigation handler instead of
the currently used handler.
- rerouteTo(NavigationState) - Method in class com.vaadin.flow.router.BeforeEvent
-
Reroutes the navigation to the given navigation state.
- rerouteTo(Class<? extends Component>) - Method in class com.vaadin.flow.router.BeforeEvent
-
Reroutes the navigation to show the given component instead of the
component that is currently about to be displayed.
- rerouteTo(String) - Method in class com.vaadin.flow.router.BeforeEvent
-
Reroute to navigation component registered for given location string
instead of the component about to be displayed.
- rerouteTo(String, T) - Method in class com.vaadin.flow.router.BeforeEvent
-
Reroute to navigation component registered for given location string with
given route parameter instead of the component about to be displayed.
- rerouteTo(String, List<T>) - Method in class com.vaadin.flow.router.BeforeEvent
-
Reroute to navigation component registered for given location string with
given route parameters instead of the component about to be displayed.
- rerouteTo(NavigationHandler) - Method in class com.vaadin.flow.router.LocationChangeEvent
-
Reroutes the navigation to use the provided navigation handler instead of
the currently used handler.
- rerouteTo(NavigationState) - Method in class com.vaadin.flow.router.LocationChangeEvent
-
Reroutes the navigation to show the given component instead of the
component that is currently about to be displayed.
- rerouteToError(Class<? extends Exception>) - Method in class com.vaadin.flow.router.BeforeEvent
-
Reroute to error target for given exception without custom message.
- rerouteToError(Class<? extends Exception>, String) - Method in class com.vaadin.flow.router.BeforeEvent
-
Reroute to error target for given exception with given custom message.
- rerouteToError(Exception, String) - Method in class com.vaadin.flow.router.BeforeEvent
-
Reroute to error target for given exception with given custom message.
- reset() - Method in class com.vaadin.flow.data.provider.DataCommunicator
-
Resets all the data.
- resolve(ResolveRequest) - Method in class com.vaadin.flow.router.internal.DefaultRouteResolver
-
- resolve(Class<?>, Route) - Static method in class com.vaadin.flow.router.Router
-
Gets the effective route path value of the annotated class.
- resolve(ResolveRequest) - Method in interface com.vaadin.flow.router.RouteResolver
-
Resolves the given request to a new NavigationState.
- resolveBeanAndRun(TemplateModel, String, BiFunction<BeanModelType<?>, ElementPropertyMap, R>) - Static method in class com.vaadin.flow.templatemodel.TemplateModelUtil
-
Resolves a bean model type and model map based on a model instance and
passes those values to the provided callback.
- ResolveContext(VaadinService, WebBrowser, AbstractTheme) - Constructor for class com.vaadin.flow.server.communication.UidlWriter.ResolveContext
-
Creates a new context.
- resolveListAndRun(TemplateModel, String, BiFunction<ListModelType<?>, ModelList, R>) - Static method in class com.vaadin.flow.templatemodel.TemplateModelUtil
-
Resolves a list model type and a model list based on a model instance and
passes those to the provided callback.
- resolveModelList(String) - Method in class com.vaadin.flow.internal.nodefeature.ElementPropertyMap
-
Resolves the
ModelList
that the model path refers to.
- resolveModelMap(String) - Method in class com.vaadin.flow.internal.nodefeature.ElementPropertyMap
-
- resolveNavigationTarget(String, Map<String, String[]>) - Method in class com.vaadin.flow.router.Router
-
Resolve the navigation target for given path and parameter map using the
router routeResolver.
- resolvePageTitle(BootstrapHandler.BootstrapContext) - Static method in class com.vaadin.flow.server.BootstrapHandler
-
Resolves the initial page title for the given bootstrap context and
cancels any pending JS execution for it.
- ResolveRequest - Class in com.vaadin.flow.router.internal
-
An object used to encapsulate data used in resolving routing requests.
- ResolveRequest(Router, Location) - Constructor for class com.vaadin.flow.router.internal.ResolveRequest
-
Constructs a new ResolveRequest with the given Router and Location.
- resolveResource(String, WebBrowser) - Method in class com.vaadin.flow.server.VaadinService
-
- resolveResource(String, WebBrowser) - Method in class com.vaadin.flow.server.VaadinServletService
-
- resolveType(String) - Method in class com.vaadin.flow.templatemodel.BeanModelType
-
Finds the model type denoted by the given model path.
- resolveVaadinUri(String) - Method in class com.vaadin.flow.server.BootstrapHandler.BootstrapUriResolver
-
Translates a Vaadin URI to a URL that can be loaded by the browser.
- resolveVaadinUri(String, String) - Method in class com.vaadin.flow.server.ServiceContextUriResolver
-
- resolveVaadinUri(String, String, String) - Method in class com.vaadin.flow.shared.VaadinUriResolver
-
Translates a Vaadin URI to a URL that can be loaded by the browser.
- ResponseWriter - Class in com.vaadin.flow.internal
-
The class that handles writing the response data into the response.
- ResponseWriter() - Constructor for class com.vaadin.flow.internal.ResponseWriter
-
- ResponseWriter(int) - Constructor for class com.vaadin.flow.internal.ResponseWriter
-
Creates a response writer with custom buffer size.
- ResponsiveStep(String, int) - Constructor for class com.vaadin.flow.component.formlayout.FormLayout.ResponsiveStep
-
Constructs a ResponsiveStep with the given minimum width and number
of columns.
- ResponsiveStep(String, int, FormLayout.ResponsiveStep.LabelsPosition) - Constructor for class com.vaadin.flow.component.formlayout.FormLayout.ResponsiveStep
-
Constructs a ResponsiveStep with the given minimum width, number of
columns and label position.
- restoreBeanState(BEAN, Map<Binder.Binding<BEAN, ?>, Object>) - Method in class com.vaadin.flow.data.binder.Binder
-
Restores the state of the bean from the given values.
- restoreInstances(Map<Class<?>, CurrentInstance>) - Static method in class com.vaadin.flow.internal.CurrentInstance
-
Restores the given instances to the given values.
- restrictTo(Range) - Method in class com.vaadin.flow.internal.Range
-
Limits this range to be within the bounds of the provided range.
- Result<R> - Interface in com.vaadin.flow.data.binder
-
Represents the result of an operation that might fail, such as type
conversion.
- RESYNCHRONIZE_ID - Static variable in class com.vaadin.flow.shared.ApplicationConstants
-
The name of the parameter used for re-synchronizing.
- retainAll(Collection<?>) - Method in class com.vaadin.flow.dom.impl.ThemeListImpl
-
- RF_BYPASS - Static variable in interface com.vaadin.flow.component.Key
-
Toggles radio frequency (RF) input bypass mode on and off.
- rfc5987Encode(String) - Static method in class com.vaadin.flow.internal.EncodeUtil
-
Encodes the given string to UTF-8 value-chars
as defined in
RFC5987 for use in e.g.
- ROMAJI - Static variable in interface com.vaadin.flow.component.Key
-
The Romaji
key; selects the Roman character set.
- Route - Annotation Type in com.vaadin.flow.router
-
Defines the route for components that function as navigation targets in
routing.
- RouteAlias - Annotation Type in com.vaadin.flow.router
-
Defines the route alias for components that function as navigation targets in
routing.
- RouteAlias.Container - Annotation Type in com.vaadin.flow.router
-
Internal annotation to enable use of multiple
RouteAlias
annotations.
- RouteData - Class in com.vaadin.flow.router
-
Data collection of information for a specific registered route target.
- RouteData(Class<? extends RouterLayout>, String, List<Class<?>>, Class<? extends Component>) - Constructor for class com.vaadin.flow.router.RouteData
-
RouteData constructor.
- RouteData.AliasData - Class in com.vaadin.flow.router
-
Data class with information pertaining to the
RouteAlias
.
- RouteNotFoundError - Class in com.vaadin.flow.router
-
This is a basic default error view shown on routing exceptions.
- RouteNotFoundError() - Constructor for class com.vaadin.flow.router.RouteNotFoundError
-
- RoutePrefix - Annotation Type in com.vaadin.flow.router
-
Defines the route prefix that a Parent layout adds to a route when used in
the active view chain.
- Router - Class in com.vaadin.flow.router
-
The router takes care of serving content when the user navigates within a
site or an application.
- Router(RouteRegistry) - Constructor for class com.vaadin.flow.router.Router
-
- ROUTER_LINK_ATTRIBUTE - Static variable in class com.vaadin.flow.shared.ApplicationConstants
-
Attribute name for marking internal router link anchors.
- RouteRegistry - Class in com.vaadin.flow.server.startup
-
Registry for holding navigation target components found on servlet
initialization.
- RouteRegistry() - Constructor for class com.vaadin.flow.server.startup.RouteRegistry
-
Creates a new uninitialized route registry.
- RouteRegistry.ErrorTargetEntry - Class in com.vaadin.flow.server.startup
-
A pair of a navigation target for handling exceptions and the exception
type handled by the navigation target.
- RouteRegistryInitializer - Class in com.vaadin.flow.server.startup
-
Servlet initializer for collecting all available
Route
s on startup.
- RouteRegistryInitializer() - Constructor for class com.vaadin.flow.server.startup.RouteRegistryInitializer
-
- RouteResolver - Interface in com.vaadin.flow.router
-
- RouterLayout - Interface in com.vaadin.flow.router
-
Implementations of this interface represent a parent for a navigation target
components via the
Route.layout()
parameter.
- RouterLink - Class in com.vaadin.flow.router
-
A link that handles navigation internally using
Router
instead of
loading a new page in the browser.
- RouterLink() - Constructor for class com.vaadin.flow.router.RouterLink
-
Creates a new empty router link.
- RouterLink(String, Class<? extends Component>) - Constructor for class com.vaadin.flow.router.RouterLink
-
Creates a new router link for the given navigation target using the given
text.
- RouterLink(String, Class<? extends C>, T) - Constructor for class com.vaadin.flow.router.RouterLink
-
Creates a new router link for the given navigation target using the given
text and parameter.
- RouterLink(Router, String, Class<? extends Component>) - Constructor for class com.vaadin.flow.router.RouterLink
-
Creates a new router link for the given navigation target using the given
text.
- RouterLink(Router, String, Class<? extends C>, T) - Constructor for class com.vaadin.flow.router.RouterLink
-
Creates a new router link for the given navigation target using the given
text and parameter.
- RouterUtil - Class in com.vaadin.flow.router.internal
-
Utility class with methods for router layout handling.
- RouteTarget - Class in com.vaadin.flow.server.startup
-
Route target holder that handles getting the correct type of has parameter
target.
- RouteTarget(Class<? extends Component>) - Constructor for class com.vaadin.flow.server.startup.RouteTarget
-
Create a new Route target holder.
- RPC_ATTACH_ASSIGNED_ID - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Key used to hold assigned state node identifier for attach existing
element request.
- RPC_ATTACH_EXISTING_ELEMENT - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Type value for attach existing element server callback.
- RPC_ATTACH_EXISTING_ELEMENT_BY_ID - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Type value for attach existing element server callback.
- RPC_ATTACH_ID - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Key used to hold id of the element for attach existing element request.
- RPC_ATTACH_INDEX - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Key used to hold index of server side element for attach existing element
request.
- RPC_ATTACH_REQUESTED_ID - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Key used to hold requested state node identifier for attach existing
element request.
- RPC_ATTACH_TAG_NAME - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Key used to hold tag name for attach existing element request.
- RPC_EVENT_DATA - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Key holding the event data in event messages sent from the client.
- RPC_EVENT_TYPE - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Key holding the event type in event messages sent from the client.
- RPC_FEATURE - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Key used to hold the feature id when synchronizing node values.
- RPC_INVOCATIONS - Static variable in class com.vaadin.flow.shared.ApplicationConstants
-
The name of the parameter used to transmit RPC invocations
- RPC_NAVIGATION_LOCATION - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Key used to hold the location in a navigation message.
- RPC_NAVIGATION_ROUTERLINK - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Key used in navigation messages triggered by a router link.
- RPC_NAVIGATION_STATE - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Key used to hold the state in a navigation message.
- RPC_NODE - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Key holding the node in messages sent from the client.
- RPC_PROPERTY - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Key used to hold the name of the synchronized property.
- RPC_PROPERTY_VALUE - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Key used to hold the value of the synchronized property.
- RPC_PUBLISHED_SERVER_EVENT_HANDLER - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Type value for events sent from the client to an event handler published
on the server.
- RPC_TEMPLATE_EVENT_ARGS - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Key used to hold the argument values for server side method call.
- RPC_TEMPLATE_EVENT_METHOD_NAME - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Key used to hold the server side method name in template event messages
sent from the client.
- RPC_TYPE - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Key holding the type in of messages sent from the client.
- RPC_TYPE_EVENT - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Type value for events sent from the client.
- RPC_TYPE_MAP_SYNC - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Type value for model map synchronizations sent from the client.
- RPC_TYPE_NAVIGATION - Static variable in class com.vaadin.flow.shared.JsonConstants
-
Type value for navigation events from the client.
- RpcDecodeException - Exception in com.vaadin.flow.server.communication.rpc
-
Thrown if RPC method argument cannot be decoded to the required type.
- RpcDecodeException(String) - Constructor for exception com.vaadin.flow.server.communication.rpc.RpcDecodeException
-
Creates a new instance with the given message
.
- RpcDecodeException(Throwable) - Constructor for exception com.vaadin.flow.server.communication.rpc.RpcDecodeException
-
Creates a new instance with the given cause
.
- RpcDecoder - Interface in com.vaadin.flow.server.communication.rpc
-
Decoder of RPC method arguments (server-side methods invoked from the
client-side).
- RpcInvocationHandler - Interface in com.vaadin.flow.server.communication.rpc
-
RPC invocation handler interface.
- RpcRequest(String, VaadinRequest) - Constructor for class com.vaadin.flow.server.communication.ServerRpcHandler.RpcRequest
-
Creates an instance based on the given JSON received through the
given request.
- runExecutionsBeforeClientResponse() - Method in class com.vaadin.flow.internal.StateTree
-
Called internally by the framework before the response is sent to the
client.
- runPendingAccessTasks(VaadinSession) - Method in class com.vaadin.flow.server.VaadinService
-
- runWhenAttached(SerializableConsumer<UI>) - Method in class com.vaadin.flow.internal.StateNode
-
Runs the command when the node is attached to a UI.
- safeEscapeForHtml(String) - Static method in class com.vaadin.flow.server.VaadinServlet
-
- sameLocation() - Static method in class com.vaadin.flow.router.HighlightConditions
-
Highlight if the navigation path is the same as the target
RouterLink
.
- SAVE - Static variable in interface com.vaadin.flow.component.Key
-
Saves the current document or message.
- SCAN_CHANNELS_TOGGLE - Static variable in interface com.vaadin.flow.component.Key
-
Toggles the channel scan mode on and off; this is a mode which flips
through channels automatically until the user stops the scan.
- SCREEN_MODE_NEXT - Static variable in interface com.vaadin.flow.component.Key
-
Cycles through the available screen display modes.
- SCROLL_LOCK - Static variable in interface com.vaadin.flow.component.Key
-
The Scroll Lock
key.
- SECOND_DELAY_DEFAULT - Static variable in class com.vaadin.flow.internal.nodefeature.LoadingIndicatorConfigurationMap
-
- SECOND_DELAY_KEY - Static variable in class com.vaadin.flow.internal.nodefeature.LoadingIndicatorConfigurationMap
-
- Section - Class in com.vaadin.flow.component.html
-
Component representing a <section>
element.
- Section() - Constructor for class com.vaadin.flow.component.html.Section
-
Creates a new empty section.
- Section(Component...) - Constructor for class com.vaadin.flow.component.html.Section
-
Creates a new section with the given child components.
- SECTION - Static variable in annotation type com.vaadin.flow.component.Tag
-
Tag for an <section>
.
- select(T) - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
-
- select(T) - Method in class com.vaadin.flow.component.grid.AbstractGridSingleSelectionModel
-
- select(T) - Method in class com.vaadin.flow.component.grid.Grid
-
This method is a shorthand that delegates to the currently set selection
model.
- select(T) - Method in class com.vaadin.flow.component.grid.GridNoneSelectionModel
-
- SELECT - Static variable in interface com.vaadin.flow.component.Key
-
The Select
key.
- SELECT - Static variable in annotation type com.vaadin.flow.component.Tag
-
Tag for an <select>
.
- select(T...) - Method in interface com.vaadin.flow.data.selection.MultiSelect
-
Adds the given items to the set of currently selected items.
- select(T) - Method in interface com.vaadin.flow.data.selection.SelectionModel.Multi
-
Adds the given item to the set of currently selected items.
- select(T) - Method in interface com.vaadin.flow.data.selection.SelectionModel
-
Selects the given item.
- select(T) - Method in interface com.vaadin.flow.data.selection.SelectionModel.Single
-
Selects the given item.
- selectAll() - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
-
- selectAll() - Method in interface com.vaadin.flow.data.selection.SelectionModel.Multi
-
Selects all available the items.
- SelectedChangeEvent(Tabs, boolean) - Constructor for class com.vaadin.flow.component.tabs.Tabs.SelectedChangeEvent
-
- SelectedItemChangeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox.SelectedItemChangeEvent
-
- selectFromClient(T) - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
-
- selectFromClient(T) - Method in class com.vaadin.flow.component.grid.AbstractGridSingleSelectionModel
-
- selectFromClient(T) - Method in class com.vaadin.flow.component.grid.GridNoneSelectionModel
-
- selectFromClient(T) - Method in interface com.vaadin.flow.component.grid.GridSelectionModel
-
Handles the selection of an item that originates from the client.
- selectionChange(MultiSelectionEvent<C, T>) - Method in interface com.vaadin.flow.data.selection.MultiSelectionListener
-
Invoked when the selection has changed by the user or programmatically.
- selectionChange(SelectionEvent<C, T>) - Method in interface com.vaadin.flow.data.selection.SelectionListener
-
Invoked when the selection has changed.
- selectionChange(SingleSelectionEvent<C, T>) - Method in interface com.vaadin.flow.data.selection.SingleSelectionListener
-
Invoked when selection has been changed.
- SelectionEvent<C extends Component,T> - Interface in com.vaadin.flow.data.selection
-
A selection event that unifies the way to access to selection event for multi
selection and single selection components (in case when only one selected
item is required).
- SelectionListener<C extends Component,T> - Interface in com.vaadin.flow.data.selection
-
A listener for SelectionEvent
.
- SelectionModel<C extends Component,T> - Interface in com.vaadin.flow.data.selection
-
Models the selection logic of a Listing
component.
- SelectionModel.Multi<C extends Component,T> - Interface in com.vaadin.flow.data.selection
-
A selection model in which multiple items can be selected at the same
time.
- SelectionModel.Single<C extends Component,T> - Interface in com.vaadin.flow.data.selection
-
A selection model in which at most one item can be selected at a time.
- selectItems(T...) - Method in interface com.vaadin.flow.data.selection.SelectionModel.Multi
-
Adds the given items to the set of currently selected items.
- sendError(int, String) - Method in interface com.vaadin.flow.server.VaadinResponse
-
Sends an error response to the client using the specified status code and
clears the buffer.
- sendMessage(String) - Method in class com.vaadin.flow.server.communication.AtmospherePushConnection
-
Sends the given message to the current client.
- SEPARATOR - Static variable in interface com.vaadin.flow.component.Key
-
The numeric keypad's places separator character (in the United States,
this is a comma, but elsewhere it is frequently a period).
- SerializableBiConsumer<T,U> - Interface in com.vaadin.flow.function
-
- SerializableBiFunction<T,U,R> - Interface in com.vaadin.flow.function
-
- SerializableBiPredicate<T,U> - Interface in com.vaadin.flow.function
-
- SerializableComparator<T> - Interface in com.vaadin.flow.function
-
- SerializableConsumer<T> - Interface in com.vaadin.flow.function
-
- SerializableEventListener - Interface in com.vaadin.flow.function
-
Event listener interface that is serializable.
- SerializableFunction<T,R> - Interface in com.vaadin.flow.function
-
- SerializableNodeList<T extends Serializable> - Class in com.vaadin.flow.internal.nodefeature
-
- SerializableNodeList(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.SerializableNodeList
-
Creates a new list for the given node.
- SerializablePredicate<T> - Interface in com.vaadin.flow.function
-
- SerializableRunnable - Interface in com.vaadin.flow.function
-
- SerializableSupplier<T> - Interface in com.vaadin.flow.function
-
- SerializableTriConsumer<T,U,V> - Interface in com.vaadin.flow.function
-
- SERVER_SYNC_ID - Static variable in class com.vaadin.flow.shared.ApplicationConstants
-
The name of the parameter used to transmit the sync id.
- ServerRpcHandler - Class in com.vaadin.flow.server.communication
-
Handles a client-to-server message containing serialized RPC invocations.
- ServerRpcHandler() - Constructor for class com.vaadin.flow.server.communication.ServerRpcHandler
-
- ServerRpcHandler.InvalidUIDLSecurityKeyException - Exception in com.vaadin.flow.server.communication
-
Exception thrown then the security key sent by the client does not match
the expected one.
- ServerRpcHandler.RpcRequest - Class in com.vaadin.flow.server.communication
-
A data transfer object representing an RPC request sent by the client
side.
- ServerSideFeature - Class in com.vaadin.flow.internal.nodefeature
-
Abstract node feature that is only present on the server.
- ServerSideFeature(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.ServerSideFeature
-
Creates a new feature for the given node.
- serveStaticOrWebJarRequest(HttpServletRequest, HttpServletResponse) - Method in class com.vaadin.flow.server.VaadinServlet
-
Handles a request by serving a static file or a file from a WebJar.
- serveStaticResource(HttpServletRequest, HttpServletResponse) - Method in class com.vaadin.flow.server.StaticFileServer
-
Serves a static resource for the requested path if a resource can be
found.
- service(HttpServletRequest, HttpServletResponse) - Method in class com.vaadin.flow.server.VaadinServlet
-
Receives standard HTTP requests from the public service method and
dispatches them.
- ServiceContextUriResolver - Class in com.vaadin.flow.server
-
A URI resolver which resolves paths for loading through VaadinService
resource methods.
- ServiceContextUriResolver() - Constructor for class com.vaadin.flow.server.ServiceContextUriResolver
-
- serviceDestroy(ServiceDestroyEvent) - Method in interface com.vaadin.flow.server.ServiceDestroyListener
-
Invoked when a service is destroyed.
- ServiceDestroyEvent - Class in com.vaadin.flow.server
-
- ServiceDestroyEvent(VaadinService) - Constructor for class com.vaadin.flow.server.ServiceDestroyEvent
-
Creates a new event for the given service.
- ServiceDestroyListener - Interface in com.vaadin.flow.server
-
Listener that gets notified when the
VaadinService
to which it has
been registered is destroyed.
- ServiceException - Exception in com.vaadin.flow.server
-
- ServiceException(Throwable) - Constructor for exception com.vaadin.flow.server.ServiceException
-
Creates an exception which wraps the given throwable.
- ServiceException(String) - Constructor for exception com.vaadin.flow.server.ServiceException
-
Creates an exception which contains the given message.
- ServiceException(String, Throwable) - Constructor for exception com.vaadin.flow.server.ServiceException
-
Creates an exception which wraps the given throwable and contains the
given message.
- serviceInit(ServiceInitEvent) - Method in class com.vaadin.flow.server.startup.BundleFilterInitializer
-
- serviceInit(ServiceInitEvent) - Method in interface com.vaadin.flow.server.VaadinServiceInitListener
-
- ServiceInitEvent - Class in com.vaadin.flow.server
-
- ServiceInitEvent(VaadinService) - Constructor for class com.vaadin.flow.server.ServiceInitEvent
-
- SERVLET_PARAMETER_CLOSE_IDLE_SESSIONS - Static variable in class com.vaadin.flow.server.Constants
-
- SERVLET_PARAMETER_DISABLE_XSRF_PROTECTION - Static variable in class com.vaadin.flow.server.Constants
-
- SERVLET_PARAMETER_HEARTBEAT_INTERVAL - Static variable in class com.vaadin.flow.server.Constants
-
- SERVLET_PARAMETER_PRODUCTION_MODE - Static variable in class com.vaadin.flow.server.Constants
-
- SERVLET_PARAMETER_PUSH_MODE - Static variable in class com.vaadin.flow.server.Constants
-
- SERVLET_PARAMETER_PUSH_SUSPEND_TIMEOUT_LONGPOLLING - Static variable in class com.vaadin.flow.server.Constants
-
- SERVLET_PARAMETER_PUSH_URL - Static variable in class com.vaadin.flow.server.Constants
-
- SERVLET_PARAMETER_REQUEST_TIMING - Static variable in class com.vaadin.flow.server.Constants
-
- SERVLET_PARAMETER_SEND_URLS_AS_PARAMETERS - Static variable in class com.vaadin.flow.server.Constants
-
- SERVLET_PARAMETER_SYNC_ID_CHECK - Static variable in class com.vaadin.flow.server.Constants
-
- ServletContextListeners - Class in com.vaadin.flow.server.startup
-
All ServletContextListeners in Flow merged into one actual listener to be
able to control the order they are executed in.
- ServletContextListeners() - Constructor for class com.vaadin.flow.server.startup.ServletContextListeners
-
- ServletDeployer - Class in com.vaadin.flow.server.startup
-
Context listener that automatically registers a Vaadin servlet.
- ServletDeployer() - Constructor for class com.vaadin.flow.server.startup.ServletDeployer
-
- ServletHelper - Class in com.vaadin.flow.server
-
- ServletHelper.RequestType - Enum in com.vaadin.flow.server
-
Framework internal enum for tracking the type of a request.
- servletInitialized() - Method in class com.vaadin.flow.server.VaadinServlet
-
- ServletVerifier - Class in com.vaadin.flow.server.startup
-
Verify the servlet version on container initialization.
- ServletVerifier() - Constructor for class com.vaadin.flow.server.startup.ServletVerifier
-
- sessionDestroy(SessionDestroyEvent) - Method in interface com.vaadin.flow.server.SessionDestroyListener
-
Called when a Vaadin service session is no longer used.
- SessionDestroyEvent - Class in com.vaadin.flow.server
-
Event fired when a Vaadin service session is no longer in use.
- SessionDestroyEvent(VaadinService, VaadinSession) - Constructor for class com.vaadin.flow.server.SessionDestroyEvent
-
Creates a new event.
- SessionDestroyListener - Interface in com.vaadin.flow.server
-
A listener that gets notified when a Vaadin service session is no longer
used.
- sessionExpiredCaption - Variable in class com.vaadin.flow.server.SystemMessages
-
- SessionExpiredException - Exception in com.vaadin.flow.server
-
Exception indicating that the session has expired.
- SessionExpiredException() - Constructor for exception com.vaadin.flow.server.SessionExpiredException
-
- SessionExpiredHandler - Interface in com.vaadin.flow.server
-
A specialized RequestHandler which is capable of sending session expiration
messages to the user.
- sessionExpiredMessage - Variable in class com.vaadin.flow.server.SystemMessages
-
- sessionExpiredNotificationEnabled - Variable in class com.vaadin.flow.server.SystemMessages
-
- sessionExpiredURL - Variable in class com.vaadin.flow.server.SystemMessages
-
- sessionInit(SessionInitEvent) - Method in interface com.vaadin.flow.server.SessionInitListener
-
Invoked when a new Vaadin service session is initialized for that
service.
- SessionInitEvent - Class in com.vaadin.flow.server
-
Event gets fired when a new Vaadin service session is initialized for a
Vaadin service.
- SessionInitEvent(VaadinService, VaadinSession, VaadinRequest) - Constructor for class com.vaadin.flow.server.SessionInitEvent
-
Creates a new event.
- SessionInitListener - Interface in com.vaadin.flow.server
-
Event listener that can be registered to a
VaadinService
to get an
event when a new Vaadin service session is initialized for that service.
- SessionRequestHandler - Class in com.vaadin.flow.server.communication
-
Handles a request by passing it to each registered
RequestHandler
in
the session in turn until one produces a response.
- SessionRequestHandler() - Constructor for class com.vaadin.flow.server.communication.SessionRequestHandler
-
- set(PropertyDescriptor<T, ?>, T) - Method in class com.vaadin.flow.component.Component
-
Sets the value of the given component property.
- set(HasElement, S) - Method in interface com.vaadin.flow.component.PropertyDescriptor
-
Sets the property value for the given component.
- set(Element, S) - Method in interface com.vaadin.flow.component.PropertyDescriptor
-
Sets the property value for the given element.
- set(int, List<JsonValue>) - Method in interface com.vaadin.flow.data.provider.ArrayUpdater.Update
-
Sets the items
at the start
position.
- set(String, boolean) - Method in interface com.vaadin.flow.dom.ClassList
-
Sets or removes the given class name, based on the set
parameter.
- set(String, String) - Method in class com.vaadin.flow.dom.impl.BasicElementStyle
-
- set(String, String) - Method in class com.vaadin.flow.dom.impl.ImmutableEmptyStyle
-
- set(String, String) - Method in interface com.vaadin.flow.dom.Style
-
Sets the given style property to the given value.
- set(String, boolean) - Method in interface com.vaadin.flow.dom.ThemeList
-
Sets or removes the given theme name, based on the set
parameter.
- set(Class<T>, T) - Static method in class com.vaadin.flow.internal.CurrentInstance
-
Sets the current instance of the given type.
- set(String, String) - Method in class com.vaadin.flow.internal.nodefeature.ElementAttributeMap
-
Sets the given attribute to the given value.
- set(int, T) - Method in class com.vaadin.flow.templatemodel.TemplateModelListProxy
-
- setAccept(String) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
-
Description copied from corresponding location in WebComponent:
- setAcceptedFileTypes(String...) - Method in class com.vaadin.flow.component.upload.Upload
-
Specifies the types of files that the server accepts.
- setAddFiles(UploadI18N.AddFiles) - Method in class com.vaadin.flow.component.upload.UploadI18N
-
Set add files translations.
- setAlignItems(FlexComponent.Alignment) - Method in interface com.vaadin.flow.component.orderedlayout.FlexComponent
-
Sets the default alignment to be used by all components without
individual alignments inside the layout.
- setAlignItems(FlexComponent.Alignment) - Method in class com.vaadin.flow.component.orderedlayout.HorizontalLayout
-
This is the same as
#setDefaultVerticalComponentAlignment(Alignment)
.
- setAlignItems(FlexComponent.Alignment) - Method in class com.vaadin.flow.component.orderedlayout.VerticalLayout
-
This is the same as
#setDefaultHorizontalComponentAlignment(Alignment)
.
- setAlignSelf(FlexComponent.Alignment, HasElement...) - Method in interface com.vaadin.flow.component.orderedlayout.FlexComponent
-
Sets an alignment for individual element container inside the layout.
- setAlignSelf(FlexComponent.Alignment, HasElement...) - Method in class com.vaadin.flow.component.orderedlayout.HorizontalLayout
-
This is the same as
#setVerticalComponentAlignment(Alignment, Component...)
.
- setAlignSelf(FlexComponent.Alignment, HasElement...) - Method in class com.vaadin.flow.component.orderedlayout.VerticalLayout
-
This is the same as
#setHorizontalComponentAlignment(Alignment, Component...)
.
- setAllowCustomValue(boolean) - Method in class com.vaadin.flow.component.combobox.ComboBox
-
- setAllowCustomValue(boolean) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
-
Description copied from corresponding location in WebComponent:
- setAlt(String) - Method in class com.vaadin.flow.component.html.Image
-
Sets the alternate text for the image.
- setAppId(String) - Method in class com.vaadin.flow.component.internal.UIInternals
-
Sets the application id tied with this UI.
- setApplyDefaultTheme(boolean) - Method in interface com.vaadin.flow.component.page.LoadingIndicatorConfiguration
-
Sets whether the default theming is applied for the loading indicator.
- setApplyDefaultTheme(boolean) - Method in class com.vaadin.flow.internal.nodefeature.LoadingIndicatorConfigurationMap
-
- setAriaLabel(String) - Method in class com.vaadin.flow.component.checkbox.Checkbox
-
Set the accessibility label of this checkbox.
- setAttribute(String, String) - Method in class com.vaadin.flow.dom.Element
-
Sets the given attribute to the given value.
- setAttribute(String, boolean) - Method in class com.vaadin.flow.dom.Element
-
Sets the given attribute to the given boolean value.
- setAttribute(String, AbstractStreamResource) - Method in class com.vaadin.flow.dom.Element
-
- setAttribute(StateNode, String, String) - Method in interface com.vaadin.flow.dom.ElementStateProvider
-
Sets the given attribute to the given value.
- setAttribute(StateNode, String, AbstractStreamResource) - Method in interface com.vaadin.flow.dom.ElementStateProvider
-
- setAttribute(StateNode, String, String) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
-
- setAttribute(StateNode, String, AbstractStreamResource) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
-
- setAttribute(StateNode, String, String) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
-
- setAttribute(StateNode, String, AbstractStreamResource) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
-
- setAttribute(Element, String) - Method in class com.vaadin.flow.dom.impl.ClassAttributeHandler
-
- setAttribute(Element, String) - Method in class com.vaadin.flow.dom.impl.CustomAttribute
-
- setAttribute(StateNode, String, String) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
-
- setAttribute(StateNode, String, AbstractStreamResource) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
-
- setAttribute(Element, String) - Method in class com.vaadin.flow.dom.impl.StyleAttributeHandler
-
- setAttribute(String, Object) - Method in class com.vaadin.flow.server.Attributes
-
Stores a value in this set.
- setAttribute(Class<T>, T) - Method in class com.vaadin.flow.server.Attributes
-
Stores a value in this set.
- setAttribute(String, Object) - Method in interface com.vaadin.flow.server.VaadinRequest
-
Defines a request attribute.
- setAttribute(String, Object) - Method in class com.vaadin.flow.server.VaadinSession
-
Stores a value in this service session.
- setAttribute(Class<T>, T) - Method in class com.vaadin.flow.server.VaadinSession
-
Stores a value in this service session.
- setAttribute(String, Object) - Method in class com.vaadin.flow.server.WrappedHttpSession
-
- setAttribute(String, Object) - Method in interface com.vaadin.flow.server.WrappedSession
-
Saves an attribute value in this session.
- setAutocapitalize(String) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
-
Description copied from corresponding location in WebComponent:
- setAutocapitalize(String) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
-
Description copied from corresponding location in WebComponent:
- setAutocapitalize(Autocapitalize) - Method in interface com.vaadin.flow.component.textfield.HasAutocapitalize
-
Sets the
Autocapitalize
attribute for indicating whether the
value of this component can be automatically completed by the browser.
- setAutocomplete(String) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
-
Description copied from corresponding location in WebComponent:
- setAutocomplete(String) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
-
Description copied from corresponding location in WebComponent:
- setAutocomplete(Autocomplete) - Method in interface com.vaadin.flow.component.textfield.HasAutocomplete
-
Sets the
Autocomplete
attribute for indicating whether the value
of this component can be automatically completed by the browser.
- setAutocorrect(String) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
-
Description copied from corresponding location in WebComponent:
- setAutocorrect(String) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
-
Description copied from corresponding location in WebComponent:
- setAutocorrect(boolean) - Method in interface com.vaadin.flow.component.textfield.HasAutocorrect
-
Enable or disable autocorrect
for the field.
- setAutofocus(boolean) - Method in class com.vaadin.flow.component.button.Button
-
Set the button to be input focused when the page loads.
- setAutofocus(boolean) - Method in class com.vaadin.flow.component.button.GeneratedVaadinButton
-
Description copied from corresponding location in WebComponent:
- setAutofocus(boolean) - Method in class com.vaadin.flow.component.checkbox.Checkbox
-
Set the checkbox to be input focused when the page loads.
- setAutofocus(boolean) - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox
-
Description copied from corresponding location in WebComponent:
- setAutofocus(boolean) - Method in class com.vaadin.flow.component.combobox.ComboBox
-
Set the combobox to be input focused when the page loads.
- setAutofocus(boolean) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
-
- setAutofocus(boolean) - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
-
Description copied from corresponding location in WebComponent:
- setAutofocus(boolean) - Method in class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioButton
-
Description copied from corresponding location in WebComponent:
- setAutofocus(boolean) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
-
Description copied from corresponding location in WebComponent:
- setAutofocus(boolean) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
-
Description copied from corresponding location in WebComponent:
- setAutofocus(boolean) - Method in class com.vaadin.flow.component.textfield.PasswordField
-
- setAutofocus(boolean) - Method in class com.vaadin.flow.component.textfield.TextArea
-
- setAutofocus(boolean) - Method in class com.vaadin.flow.component.textfield.TextField
-
- setAutoUpload(boolean) - Method in class com.vaadin.flow.component.upload.Upload
-
When false
, it prevents uploads from triggering immediately
upon adding file(s).
- setBackEndSorting(List<QuerySortOrder>) - Method in class com.vaadin.flow.data.provider.DataCommunicator
-
- setBean(BEAN) - Method in class com.vaadin.flow.data.binder.Binder
-
Binds the given bean to all the fields added to this Binder.
- setBoxSizing(BoxSizing) - Method in interface com.vaadin.flow.component.orderedlayout.ThemableLayout
-
Sets the box-sizing
CSS property of the layout.
- setCacheTime(long) - Method in class com.vaadin.flow.server.AbstractStreamResource
-
Set cache time in millis.
- setCacheTime(long) - Method in interface com.vaadin.flow.server.VaadinResponse
-
Sets cache time in milliseconds, -1 means no cache at all.
- setCacheTime(long) - Method in class com.vaadin.flow.server.VaadinServletResponse
-
- setCalendar(String) - Method in class com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n
-
Sets the translated word for calendar
.
- setCancel(String) - Method in class com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n
-
Sets the translated word for cancel
.
- setCancel(String) - Method in class com.vaadin.flow.component.upload.UploadI18N
-
Set cancel translation.
- setCapture(String) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
-
Description copied from corresponding location in WebComponent:
- setChecked(boolean) - Method in class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioButton
-
Description copied from corresponding location in WebComponent:
- setChild(int, Element) - Method in class com.vaadin.flow.dom.Node
-
Replaces the child at the given position with the given child element.
- setClassLoader(ClassLoader) - Method in class com.vaadin.flow.server.VaadinService
-
Sets the class loader to use for loading classes loaded by name, e.g.
- setClassName(String) - Method in interface com.vaadin.flow.component.HasStyle
-
Sets the CSS class names of this component.
- setClassName(String, boolean) - Method in interface com.vaadin.flow.component.HasStyle
-
Sets or removes the given class name for this component.
- setClear(String) - Method in class com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n
-
Sets the translated word for clear
.
- setCloseOnEsc(boolean) - Method in class com.vaadin.flow.component.dialog.Dialog
-
Sets whether this dialog can be closed by hitting the esc-key or not.
- setCloseOnOutsideClick(boolean) - Method in class com.vaadin.flow.component.dialog.Dialog
-
Sets whether this dialog can be closed by clicking outside of it or not.
- setColor(String) - Method in class com.vaadin.flow.component.icon.Icon
-
Sets the fill color of the icon.
- setColor(String) - Method in class com.vaadin.flow.component.icon.IronIcon
-
Sets the fill color of the icon.
- setColumnKey(String, Grid.Column) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets a user-defined identifier for given column.
- setColumnReorderingAllowed(boolean) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets whether or not column reordering is allowed.
- setColumns(String...) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets the columns and their order based on the given properties.
- setComparator(Comparator<T>) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Sets a comparator to use with in-memory sorting with this column.
- setComparator(ValueProvider<T, V>) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Sets a comparator to use with in-memory sorting with this column
based on the return type of the given
ValueProvider
.
- setComponent(Component) - Method in class com.vaadin.flow.component.grid.FooterRow.FooterCell
-
- setComponent(Component) - Method in class com.vaadin.flow.component.grid.HeaderRow.HeaderCell
-
- setComponent(StateNode, Component) - Method in interface com.vaadin.flow.dom.ElementStateProvider
-
Defines a mapping between the element and the given component.
- setComponent(Element, Component) - Static method in class com.vaadin.flow.dom.ElementUtil
-
Defines a mapping between this element and the given
Component
.
- setComponent(Component) - Method in class com.vaadin.flow.internal.nodefeature.ComponentMapping
-
Assigns the given component to this node.
- setComponentRendererTag(String) - Method in class com.vaadin.flow.data.renderer.ComponentRenderer
-
Sets the tag of the webcomponent used at the client-side to manage
component rendering inside <template>
.
- setConfiguration(DeploymentConfiguration) - Method in class com.vaadin.flow.server.VaadinSession
-
- setConnecting(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Status
-
Set connecting translation.
- setContainer(Element) - Method in class com.vaadin.flow.data.provider.ComponentDataGenerator
-
- setContentLength(int) - Method in interface com.vaadin.flow.server.VaadinResponse
-
Sets the length of the content body in the response In HTTP servlets,
this method sets the HTTP Content-Length header.
- setContentType(String) - Method in class com.vaadin.flow.server.StreamResource
-
Set content type for the resource.
- setContentType(String) - Method in interface com.vaadin.flow.server.VaadinResponse
-
Sets the content type of this response.
- setContentTypeResolver(ContentTypeResolver) - Method in class com.vaadin.flow.server.StreamResource
-
Sets the resolver which is used to lookup the content type of the
resource.
- setContextRoot(String) - Method in class com.vaadin.flow.component.internal.UIInternals
-
Sets the relative path from the UI (servlet) path to the context root.
- setContinueNavigationAction(BeforeLeaveEvent.ContinueNavigationAction) - Method in class com.vaadin.flow.component.internal.UIInternals
-
- setCookiesDisabledCaption(String) - Method in class com.vaadin.flow.server.CustomizedSystemMessages
-
Sets the caption to show in an "cookies disabled" notification.
- setCookiesDisabledMessage(String) - Method in class com.vaadin.flow.server.CustomizedSystemMessages
-
Sets the message to show in a "cookies disabled" notification.
- setCookiesDisabledNotificationEnabled(boolean) - Method in class com.vaadin.flow.server.CustomizedSystemMessages
-
Sets whether a "cookies disabled" notification should be shown to the end
user.
- setCookiesDisabledURL(String) - Method in class com.vaadin.flow.server.CustomizedSystemMessages
-
Sets the URL the user will be redirected to after dismissing a
"cookies disabled" message.
- setCurrent(UI) - Static method in class com.vaadin.flow.component.UI
-
Sets the thread local for the current UI.
- setCurrent(UI) - Static method in class com.vaadin.flow.internal.CurrentInstance
-
Sets current instances for the UI and all related classes.
- setCurrent(VaadinSession) - Static method in class com.vaadin.flow.internal.CurrentInstance
-
Sets current instances for the
VaadinSession
and all related
classes.
- setCurrent(VaadinService) - Static method in class com.vaadin.flow.server.VaadinService
-
Sets the given Vaadin service as the current service.
- setCurrent(VaadinSession) - Static method in class com.vaadin.flow.server.VaadinSession
-
Sets the thread local for the current session.
- setCurrentInstances(VaadinRequest, VaadinResponse) - Method in class com.vaadin.flow.server.VaadinService
-
Sets the this Vaadin service as the current service and also sets the
current Vaadin request and Vaadin response.
- setData(Component, String, Object) - Static method in class com.vaadin.flow.component.ComponentUtil
-
Stores a arbitrary value for the given component.
- setData(Component, Class<T>, T) - Static method in class com.vaadin.flow.component.ComponentUtil
-
Stores a an instance of a specific type for the given component.
- setDataExpressions(Class<? extends ComponentEvent<?>>, LinkedHashMap<String, Class<?>>) - Method in class com.vaadin.flow.component.internal.EventDataCache
-
Stores the given data expressions for the given event type in the cache.
- setDataProvider(DataProvider<T, ?>) - Method in class com.vaadin.flow.component.combobox.ComboBox
-
- setDataProvider(DataProvider<T, ?>) - Method in class com.vaadin.flow.component.grid.Grid
-
- setDataProvider(DataProvider<T, ?>) - Method in class com.vaadin.flow.component.ironlist.IronList
-
- setDataProvider(DataProvider<T, ?>) - Method in class com.vaadin.flow.component.listbox.ListBox
-
- setDataProvider(DataProvider<T, ?>) - Method in class com.vaadin.flow.component.radiobutton.RadioButtonGroup
-
- setDataProvider(DataProvider<T, ?>) - Method in interface com.vaadin.flow.data.binder.HasDataProvider
-
Sets the data provider for this listing.
- setDataProvider(DataProvider<T, F>) - Method in interface com.vaadin.flow.data.binder.HasFilterableDataProvider
-
Sets the data provider for this listing.
- setDataProvider(DataProvider<T, C>, SerializableFunction<F, C>) - Method in interface com.vaadin.flow.data.binder.HasFilterableDataProvider
-
Sets the data provider and filter converter for this listing.
- setDataProvider(DataProvider<T, F>, F) - Method in class com.vaadin.flow.data.provider.DataCommunicator
-
Sets the current data provider for this DataCommunicator.
- setDateHeader(String, long) - Method in class com.vaadin.flow.server.BootstrapPageResponse
-
Properly formats a timestamp as a date in a header that will be included
in the HTTP response.
- setDateHeader(String, long) - Method in interface com.vaadin.flow.server.VaadinResponse
-
Properly formats a timestamp as a date header.
- setDefaultClassLoader() - Method in class com.vaadin.flow.server.VaadinService
-
Tries to acquire default class loader and sets it as a class loader for
this
VaadinService
if found.
- setDefaultHorizontalComponentAlignment(FlexComponent.Alignment) - Method in class com.vaadin.flow.component.orderedlayout.VerticalLayout
-
Sets the default horizontal alignment to be used by all components
without individual alignments inside the layout.
- setDefaultVerticalComponentAlignment(FlexComponent.Alignment) - Method in class com.vaadin.flow.component.orderedlayout.HorizontalLayout
-
Sets the default vertical alignment to be used by all components without
individual alignments inside the layout.
- setDeselectAllowed(boolean) - Method in class com.vaadin.flow.component.grid.AbstractGridSingleSelectionModel
-
- setDeselectAllowed(boolean) - Method in interface com.vaadin.flow.data.selection.SelectionModel.Single
-
Sets whether it's allowed to deselect the selected row through the
UI.
- setDetailsVisible(T, boolean) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets the visibility of details component for given item.
- setDetailsVisibleOnClick(boolean) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets whether the item details can be opened and closed by clicking the
rows or not.
- setDialogGracePeriod(int) - Method in interface com.vaadin.flow.component.ReconnectDialogConfiguration
-
Sets the timeout (in milliseconds) between noticing a loss of connection
and showing the dialog.
- setDialogGracePeriod(int) - Method in class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap
-
- setDialogModal(boolean) - Method in interface com.vaadin.flow.component.ReconnectDialogConfiguration
-
Sets the modality of the dialog.
- setDialogModal(boolean) - Method in class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap
-
- setDialogText(String) - Method in interface com.vaadin.flow.component.ReconnectDialogConfiguration
-
Sets the text to show in the reconnect dialog when trying to re-establish
the server connection.
- setDialogText(String) - Method in class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap
-
- setDialogTextGaveUp(String) - Method in interface com.vaadin.flow.component.ReconnectDialogConfiguration
-
- setDialogTextGaveUp(String) - Method in class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap
-
- setDisabled(boolean) - Method in class com.vaadin.flow.component.button.GeneratedVaadinButton
-
Description copied from corresponding location in WebComponent:
- setDisabled(boolean) - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox
-
Description copied from corresponding location in WebComponent:
- setDisabled(boolean) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
-
Description copied from corresponding location in WebComponent:
- setDisabled(boolean) - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
-
Description copied from corresponding location in WebComponent:
- setDisabled(boolean) - Method in class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioButton
-
Description copied from corresponding location in WebComponent:
- setDisabled(boolean) - Method in class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioGroup
-
Description copied from corresponding location in WebComponent:
- setDisabled(boolean) - Method in class com.vaadin.flow.component.tabs.GeneratedVaadinTab
-
Description copied from corresponding location in WebComponent:
- setDisabled(boolean) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
-
Description copied from corresponding location in WebComponent:
- setDisabled(boolean) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
-
Description copied from corresponding location in WebComponent:
- setDisabledUpdateMode(DisabledUpdateMode) - Method in interface com.vaadin.flow.dom.DomListenerRegistration
-
Configure whether this listener will be called even in cases when the
element is disabled.
- setDropAllowed(boolean) - Method in class com.vaadin.flow.component.upload.Upload
-
Define whether the element supports dropping files on it for uploading.
- setDropFiles(UploadI18N.DropFiles) - Method in class com.vaadin.flow.component.upload.UploadI18N
-
Set drop translation.
- setDropLabel(Component) - Method in class com.vaadin.flow.component.upload.Upload
-
Sets the component to show as a message to the user to drop files in the
upload component.
- setDropLabelIcon(Component) - Method in class com.vaadin.flow.component.upload.Upload
-
Sets the component to show as the drop label icon.
- setDuration(double) - Method in class com.vaadin.flow.component.notification.GeneratedVaadinNotification
-
Description copied from corresponding location in WebComponent:
- setDuration(int) - Method in class com.vaadin.flow.component.notification.Notification
-
Description copied from corresponding location in WebComponent:
- setElement(Component, Element) - Static method in class com.vaadin.flow.component.Component
-
Initializes the root element of a component.
- setEnabled(boolean) - Method in interface com.vaadin.flow.component.HasEnabled
-
Sets the UI object explicitly disabled or enabled.
- setEnabled(boolean) - Method in class com.vaadin.flow.component.tabs.Tab
-
If false
, the user cannot interact with this element.
- setEnabled(boolean) - Method in class com.vaadin.flow.dom.Element
-
Sets the enabled state of the element.
- setEnabled(boolean) - Method in class com.vaadin.flow.internal.StateNode
-
Enables/disables the node.
- setError(UploadI18N.Error) - Method in class com.vaadin.flow.component.upload.UploadI18N
-
Set error translations.
- setError(UploadI18N.Uploading.Error) - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading
-
Set upload error translations.
- setErrorHandler(ErrorHandler) - Method in class com.vaadin.flow.server.VaadinSession
-
Sets the session error handler.
- setErrorMessage(String) - Method in class com.vaadin.flow.component.combobox.ComboBox
-
- setErrorMessage(String) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
-
Description copied from corresponding location in WebComponent:
- setErrorMessage(String) - Method in class com.vaadin.flow.component.datepicker.DatePicker
-
- setErrorMessage(String) - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
-
Description copied from corresponding location in WebComponent:
- setErrorMessage(String) - Method in interface com.vaadin.flow.component.HasValidation
-
Sets an error message to the component.
- setErrorMessage(String) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
-
Description copied from corresponding location in WebComponent:
- setErrorMessage(String) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
-
Description copied from corresponding location in WebComponent:
- setErrorMessage(String) - Method in class com.vaadin.flow.component.textfield.PasswordField
-
- setErrorMessage(String) - Method in class com.vaadin.flow.component.textfield.TextArea
-
- setErrorMessage(String) - Method in class com.vaadin.flow.component.textfield.TextField
-
- setErrorNavigationTargets(Set<Class<? extends Component>>) - Method in class com.vaadin.flow.server.startup.RouteRegistry
-
Set error handler navigation targets.
- setErrorParameter(BeforeEnterEvent, ErrorParameter<T>) - Method in interface com.vaadin.flow.router.HasErrorParameter
-
Callback executed before rendering the exception view.
- setErrorParameter(BeforeEnterEvent, ErrorParameter<Exception>) - Method in class com.vaadin.flow.router.InternalServerError
-
- setErrorParameter(BeforeEnterEvent, ErrorParameter<NotFoundException>) - Method in class com.vaadin.flow.router.RouteNotFoundError
-
- setEventConstructor(Class<T>, Constructor<T>) - Method in class com.vaadin.flow.component.internal.EventDataCache
-
Stores the given DOM event constructor for the given event type in the
cache.
- setEventHandler(String, SerializableConsumer<SOURCE>) - Method in class com.vaadin.flow.data.renderer.Renderer
-
Sets an event handler for events from elements inside the template.
- setFallbackTransport(Transport) - Method in interface com.vaadin.flow.component.PushConfiguration
-
Sets the fallback transport type for push.
- setFallbackTransport(Transport) - Method in class com.vaadin.flow.internal.nodefeature.PushConfigurationMap
-
- setFile(JsonObject) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUploadFile
-
- setFileCountMax(long) - Method in class com.vaadin.flow.server.communication.StreamReceiverHandler
-
- setFileIsTooBig(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.Error
-
Set file too big translation.
- setFiles(JsonArray) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
-
Description copied from corresponding location in WebComponent:
- setFileSizeMax(long) - Method in class com.vaadin.flow.server.communication.StreamReceiverHandler
-
- setFilter(String) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
-
Description copied from corresponding location in WebComponent:
- setFilter(C) - Method in interface com.vaadin.flow.data.provider.ConfigurableFilterDataProvider
-
Sets the filter to use for all queries handled by this data provider.
- setFilter(C) - Method in class com.vaadin.flow.data.provider.ConfigurableFilterDataProviderWrapper
-
- setFilter(SerializablePredicate<T>) - Method in interface com.vaadin.flow.data.provider.InMemoryDataProvider
-
Sets a filter to be applied to all queries.
- setFilter(ValueProvider<T, V>, SerializablePredicate<V>) - Method in interface com.vaadin.flow.data.provider.InMemoryDataProvider
-
Sets a filter for an item property.
- setFilter(SerializablePredicate<T>) - Method in class com.vaadin.flow.data.provider.ListDataProvider
-
- setFilter(String) - Method in interface com.vaadin.flow.dom.DomListenerRegistration
-
Sets a JavaScript expression that is used for filtering events to this
listener.
- setFilterByValue(ValueProvider<T, V>, V) - Method in interface com.vaadin.flow.data.provider.InMemoryDataProvider
-
Sets a filter that requires an item property to have a specific value.
- setFilteredItems(T...) - Method in class com.vaadin.flow.component.combobox.ComboBox
-
- setFilteredItems(Collection<T>) - Method in class com.vaadin.flow.component.combobox.ComboBox
-
It sets the list of visible items in reaction of the input of the user.
- setFilteredItems(JsonArray) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
-
Description copied from corresponding location in WebComponent:
- setFirstDayOfWeek(int) - Method in class com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n
-
Sets the first day of the week.
- setFirstDelay(int) - Method in interface com.vaadin.flow.component.page.LoadingIndicatorConfiguration
-
Sets the delay before the loading indicator is shown.
- setFirstDelay(int) - Method in class com.vaadin.flow.internal.nodefeature.LoadingIndicatorConfigurationMap
-
- setFlexGrow(int) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Sets the flex grow ratio for this column.
- setFlexGrow(double, HasElement...) - Method in interface com.vaadin.flow.component.orderedlayout.FlexComponent
-
Sets the flex grow property of the components inside the layout.
- setFlexGrow(double) - Method in class com.vaadin.flow.component.tabs.Tab
-
Sets the flex grow property of this tab.
- setFlexGrowForEnclosedTabs(double) - Method in class com.vaadin.flow.component.tabs.Tabs
-
Sets the flex grow property of all enclosed tabs.
- setFooter(String) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Sets a footer text to the column.
- setFooter(Component) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Sets a footer component to the column.
- setFor(Component) - Method in class com.vaadin.flow.component.html.Label
-
Sets the component that this label describes.
- setFor(String) - Method in class com.vaadin.flow.component.html.Label
-
Sets the id of the component that this label describes.
- setForbidden(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Error
-
- setFormDataName(String) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
-
Description copied from corresponding location in WebComponent:
- setFrozen(boolean) - Method in class com.vaadin.flow.component.grid.GridSelectionColumn
-
Sets this column's frozen state.
- setGridLayout(boolean) - Method in class com.vaadin.flow.component.ironlist.IronList
-
Sets this list to be rendered as a grid.
- setHeader(String) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Sets a header text to the column.
- setHeader(Component) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Sets a header component to the column.
- setHeader(String, String) - Method in class com.vaadin.flow.server.BootstrapPageResponse
-
Sets a header value that will be added to the HTTP response.
- setHeader(String, String) - Method in interface com.vaadin.flow.server.VaadinResponse
-
Sets the value of a generic response header.
- setHeaders(JsonObject) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
-
Description copied from corresponding location in WebComponent:
- setHeight(String) - Method in class com.vaadin.flow.component.dialog.Dialog
-
- setHeight(String) - Method in interface com.vaadin.flow.component.HasSize
-
Sets the height of the component.
- setHeightByRows(boolean) - Method in class com.vaadin.flow.component.grid.Grid
-
If true
, the grid's height is defined by the number of its
rows.
- setHeld(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Status
-
Set held translation.
- setHighlightAction(HighlightAction<RouterLink>) - Method in class com.vaadin.flow.router.RouterLink
-
- setHighlightCondition(HighlightCondition<RouterLink>) - Method in class com.vaadin.flow.router.RouterLink
-
- setHistoryStateChangeHandler(History.HistoryStateChangeHandler) - Method in class com.vaadin.flow.component.page.History
-
Sets a handler that will be notified when the history state has changed.
- setHorizontalComponentAlignment(FlexComponent.Alignment, Component...) - Method in class com.vaadin.flow.component.orderedlayout.VerticalLayout
-
Sets a horizontal alignment for individual components inside the layout.
- setHref(String) - Method in class com.vaadin.flow.component.html.Anchor
-
Sets the URL that this anchor links to.
- setHref(AbstractStreamResource) - Method in class com.vaadin.flow.component.html.Anchor
-
Sets the URL that this anchor links to with the URL of the given
StreamResource
.
- setI18n(DatePicker.DatePickerI18n) - Method in class com.vaadin.flow.component.datepicker.DatePicker
-
Sets the internationalization properties for this component.
- setI18n(JsonObject) - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
-
Description copied from corresponding location in WebComponent:
- setI18n(JsonObject) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
-
Description copied from corresponding location in WebComponent:
- setI18n(UploadI18N) - Method in class com.vaadin.flow.component.upload.Upload
-
Sets the internationalization properties for this component.
- setIcon(Component) - Method in class com.vaadin.flow.component.button.Button
-
Sets the given component as the icon of this button.
- setIconAfterText(boolean) - Method in class com.vaadin.flow.component.button.Button
-
Sets whether this button's icon should be positioned after it's text
content or the other way around.
- setId(String) - Method in class com.vaadin.flow.component.Component
-
Sets the id of the root element of this component.
- setIdentifierGetter(ValueProvider<T, Object>) - Method in interface com.vaadin.flow.data.provider.DataKeyMapper
-
Takes identifier getter into use and updates existing mappings
- setIdentifierGetter(ValueProvider<V, Object>) - Method in class com.vaadin.flow.data.provider.KeyMapper
-
- setIncorrectFileType(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.Error
-
Set incorrect file type translation.
- setIndeterminate(boolean) - Method in class com.vaadin.flow.component.checkbox.Checkbox
-
Set the indeterminate state of the checkbox.
- setIndeterminate(boolean) - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox
-
Description copied from corresponding location in WebComponent:
- setIndeterminate(boolean) - Method in class com.vaadin.flow.component.progressbar.GeneratedVaadinProgressBar
-
Description copied from corresponding location in WebComponent:
- setIndeterminate(boolean) - Method in class com.vaadin.flow.component.progressbar.ProgressBar
-
- setInitialPosition(LocalDate) - Method in class com.vaadin.flow.component.datepicker.DatePicker
-
Date which should be visible when there is no value selected.
- setInitialPosition(String) - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
-
Description copied from corresponding location in WebComponent:
- setInMemorySorting(SerializableComparator<T>) - Method in class com.vaadin.flow.data.provider.DataCommunicator
-
Sets the
Comparator
to use with in-memory sorting.
- setInternalErrorCaption(String) - Method in class com.vaadin.flow.server.CustomizedSystemMessages
-
Sets the caption to show in an "internal error" notification.
- setInternalErrorMessage(String) - Method in class com.vaadin.flow.server.CustomizedSystemMessages
-
Sets the message to show in an "internal error" notification.
- setInternalErrorNotificationEnabled(boolean) - Method in class com.vaadin.flow.server.CustomizedSystemMessages
-
Sets whether an "internal error" notification should be shown to the end
user.
- setInternalErrorURL(String) - Method in class com.vaadin.flow.server.CustomizedSystemMessages
-
Sets the URL the user will be redirected to after dismissing an "internal
error" message.
- setInvalid(boolean) - Method in class com.vaadin.flow.component.combobox.ComboBox
-
- setInvalid(boolean) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
-
Description copied from corresponding location in WebComponent:
- setInvalid(boolean) - Method in class com.vaadin.flow.component.datepicker.DatePicker
-
- setInvalid(boolean) - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
-
Description copied from corresponding location in WebComponent:
- setInvalid(boolean) - Method in interface com.vaadin.flow.component.HasValidation
-
Sets the validity of the component input.
- setInvalid(boolean) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
-
Description copied from corresponding location in WebComponent:
- setInvalid(boolean) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
-
Description copied from corresponding location in WebComponent:
- setInvalid(boolean) - Method in class com.vaadin.flow.component.textfield.PasswordField
-
- setInvalid(boolean) - Method in class com.vaadin.flow.component.textfield.TextArea
-
- setInvalid(boolean) - Method in class com.vaadin.flow.component.textfield.TextField
-
- setItemDetailsRenderer(Renderer<T>) - Method in class com.vaadin.flow.component.grid.Grid
-
Set the renderer to use for displaying the item details rows in this
grid.
- setItemEnabledProvider(SerializablePredicate<T>) - Method in class com.vaadin.flow.component.listbox.ListBox
-
Sets the item enabled predicate for this ListBox.
- setItemEnabledProvider(SerializablePredicate<T>) - Method in class com.vaadin.flow.component.radiobutton.RadioButtonGroup
-
Sets the item enabled predicate for this radio button group.
- setItemLabelGenerator(ItemLabelGenerator<T>) - Method in class com.vaadin.flow.component.combobox.ComboBox
-
Sets the item label generator that is used to produce the strings shown
in the combo box for each item.
- setItems(JsonArray) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
-
Description copied from corresponding location in WebComponent:
- setItems(Collection<T>) - Method in interface com.vaadin.flow.data.binder.HasDataProvider
-
- setItems(Collection<T>) - Method in interface com.vaadin.flow.data.binder.HasItems
-
Sets the data items of this component provided as a collection.
- setItems(T...) - Method in interface com.vaadin.flow.data.binder.HasItems
-
Sets the data items of this listing.
- setItems(Stream<T>) - Method in interface com.vaadin.flow.data.binder.HasItems
-
Sets the data items of this listing provided as a stream.
- setJavaFieldValue(Object, Field, Object) - Static method in class com.vaadin.flow.internal.ReflectTools
-
Sets the value of a java field.
- setJustifyContentMode(FlexComponent.JustifyContentMode) - Method in interface com.vaadin.flow.component.orderedlayout.FlexComponent
-
- setKey(String) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Sets the user-defined identifier to map this column.
- setLabel(String) - Method in class com.vaadin.flow.component.checkbox.Checkbox
-
Set the current label text of this checkbox.
- setLabel(String) - Method in class com.vaadin.flow.component.combobox.ComboBox
-
- setLabel(String) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
-
Description copied from corresponding location in WebComponent:
- setLabel(String) - Method in class com.vaadin.flow.component.datepicker.DatePicker
-
- setLabel(String) - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
-
Description copied from corresponding location in WebComponent:
- setLabel(String) - Method in class com.vaadin.flow.component.tabs.Tab
-
Sets the label of this tab.
- setLabel(String) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
-
Description copied from corresponding location in WebComponent:
- setLabel(String) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
-
Description copied from corresponding location in WebComponent:
- setLabel(String) - Method in class com.vaadin.flow.component.textfield.PasswordField
-
- setLabel(String) - Method in class com.vaadin.flow.component.textfield.TextArea
-
- setLabel(String) - Method in class com.vaadin.flow.component.textfield.TextField
-
- setLabelAsHtml(String) - Method in class com.vaadin.flow.component.checkbox.Checkbox
-
Set the current label text of this checkbox with HTML
formatting.
- setLastHandledNavigation(Location) - Method in class com.vaadin.flow.component.internal.UIInternals
-
Set the latest navigation location for active navigation.
- setLastHeartbeatTimestamp(long) - Method in class com.vaadin.flow.component.internal.UIInternals
-
Sets the last heartbeat request timestamp for the related UI.
- setLastProcessedClientToServerId(int, byte[]) - Method in class com.vaadin.flow.component.internal.UIInternals
-
Sets the last processed server message id.
- setLastRequestDuration(long) - Method in class com.vaadin.flow.server.VaadinSession
-
Sets the time spent servicing the last request in the session and updates
the total time spent servicing requests in this session.
- setLastRequestTimestamp(long) - Method in class com.vaadin.flow.server.VaadinSession
-
Sets the time when the last UIDL request was serviced in this session.
- setList(String) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
-
Description copied from corresponding location in WebComponent:
- setLoading(boolean) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
-
Description copied from corresponding location in WebComponent:
- setLocale(Locale) - Method in class com.vaadin.flow.component.datepicker.DatePicker
-
Set the Locale for the Date Picker.
- setLocale(Locale) - Method in class com.vaadin.flow.component.UI
-
Sets the locale for this UI.
- setLocale(Locale) - Method in class com.vaadin.flow.server.VaadinSession
-
Sets the default locale for this session.
- setLongPollingSuspendTimeout(int) - Method in class com.vaadin.flow.server.communication.PushHandler
-
Sets the timeout used for suspend calls when using long polling.
- setMany(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.AddFiles
-
- setMany(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.DropFiles
-
- setMany(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.SingleMulti
-
- setMargin(boolean) - Method in interface com.vaadin.flow.component.orderedlayout.ThemableLayout
-
Toggles margin
theme setting for the element.
- setMax(LocalDate) - Method in class com.vaadin.flow.component.datepicker.DatePicker
-
Sets the maximum date in the date picker.
- setMax(double) - Method in class com.vaadin.flow.component.progressbar.GeneratedVaadinProgressBar
-
Description copied from corresponding location in WebComponent:
- setMax(double) - Method in class com.vaadin.flow.component.progressbar.ProgressBar
-
Sets the maximum bound of the progressbar.
- setMaxAsString(String) - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
-
Description copied from corresponding location in WebComponent:
- setMaxFiles(double) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
-
Description copied from corresponding location in WebComponent:
- setMaxFiles(int) - Method in class com.vaadin.flow.component.upload.Upload
-
Limit of files to upload, by default it is unlimited.
- setMaxFileSize(double) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
-
Description copied from corresponding location in WebComponent:
- setMaxFileSize(int) - Method in class com.vaadin.flow.component.upload.Upload
-
Specifies the maximum file size in bytes allowed to upload.
- setMaxInactiveInterval(int) - Method in class com.vaadin.flow.server.WrappedHttpSession
-
- setMaxInactiveInterval(int) - Method in interface com.vaadin.flow.server.WrappedSession
-
Specifies the time, in seconds, between client requests before the
servlet container will invalidate this session.
- setMaxlength(double) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
-
Description copied from corresponding location in WebComponent:
- setMaxlength(double) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
-
Description copied from corresponding location in WebComponent:
- setMaxLength(int) - Method in class com.vaadin.flow.component.textfield.PasswordField
-
Maximum number of characters (in Unicode code points) that the user can
enter.
- setMaxLength(int) - Method in class com.vaadin.flow.component.textfield.TextArea
-
Maximum number of characters (in Unicode code points) that the user can
enter.
- setMaxLength(int) - Method in class com.vaadin.flow.component.textfield.TextField
-
Maximum number of characters (in Unicode code points) that the user can
enter.
- setMaxLength(Integer) - Method in class com.vaadin.flow.data.validator.StringLengthValidator
-
Sets the maximum permissible length of the string.
- setMaxValue(T) - Method in class com.vaadin.flow.data.validator.RangeValidator
-
Sets the maximum value of the range.
- setMaxValueIncluded(boolean) - Method in class com.vaadin.flow.data.validator.RangeValidator
-
Sets whether the maximum value is part of the accepted range.
- setMethod(String) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
-
Description copied from corresponding location in WebComponent:
- setMin(LocalDate) - Method in class com.vaadin.flow.component.datepicker.DatePicker
-
Sets the minimum date in the date picker.
- setMin(double) - Method in class com.vaadin.flow.component.progressbar.GeneratedVaadinProgressBar
-
Description copied from corresponding location in WebComponent:
- setMin(double) - Method in class com.vaadin.flow.component.progressbar.ProgressBar
-
Sets the minimum bound of the progressbar
- setMinAsString(String) - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
-
Description copied from corresponding location in WebComponent:
- setMinlength(double) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
-
Description copied from corresponding location in WebComponent:
- setMinlength(double) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
-
Description copied from corresponding location in WebComponent:
- setMinLength(int) - Method in class com.vaadin.flow.component.textfield.PasswordField
-
Minimum number of characters (in Unicode code points) that the user can
enter.
- setMinLength(int) - Method in class com.vaadin.flow.component.textfield.TextArea
-
Minimum number of characters (in Unicode code points) that the user can
enter.
- setMinLength(int) - Method in class com.vaadin.flow.component.textfield.TextField
-
Minimum number of characters (in Unicode code points) that the user can
enter.
- setMinLength(Integer) - Method in class com.vaadin.flow.data.validator.StringLengthValidator
-
Sets the minimum permissible length.
- setMinValue(T) - Method in class com.vaadin.flow.data.validator.RangeValidator
-
Sets the minimum value of the range.
- setMinValueIncluded(boolean) - Method in class com.vaadin.flow.data.validator.RangeValidator
-
Sets whether the minimum value is part of the accepted range.
- setModelValue(T, boolean) - Method in class com.vaadin.flow.component.AbstractCompositeField
-
Updates the model value if the value has actually changed.
- setModelValue(T, boolean) - Method in class com.vaadin.flow.component.AbstractField
-
Updates the model value if the value has actually changed.
- setModelValue(T, boolean) - Method in class com.vaadin.flow.component.internal.AbstractFieldSupport
-
- setMonthNames(List<String>) - Method in class com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n
-
Sets the name of the months, starting from January and ending on
December.
- setMultiSort(boolean) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets whether multiple column sorting is enabled on the client-side.
- setName(String) - Method in class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox
-
- setName(String) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
-
Description copied from corresponding location in WebComponent:
- setName(String) - Method in class com.vaadin.flow.component.datepicker.DatePicker
-
- setName(String) - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
-
Description copied from corresponding location in WebComponent:
- setName(String) - Method in class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioButton
-
- setName(String) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
-
Description copied from corresponding location in WebComponent:
- setName(String) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
-
Description copied from corresponding location in WebComponent:
- setNavigationTarget(Class<? extends Component>) - Method in class com.vaadin.flow.router.NavigationState
-
Sets the navigation target of this state.
- setNavigationTargets(Set<Class<? extends Component>>) - Method in class com.vaadin.flow.server.startup.RouteRegistry
-
Registers a set of components as navigation targets.
- setNoAuto(boolean) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
-
Description copied from corresponding location in WebComponent:
- setNoCacheHeaders() - Method in interface com.vaadin.flow.server.VaadinResponse
-
Sets all conceivable headers that might prevent a response from being
stored in any caches.
- setNodeIdPropertyName(String) - Method in class com.vaadin.flow.data.provider.ComponentDataGenerator
-
- setNodrop(boolean) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
-
Description copied from corresponding location in WebComponent:
- setOne(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.AddFiles
-
- setOne(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.DropFiles
-
- setOne(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.SingleMulti
-
Set translation for single upload.
- setOpened(boolean) - Method in class com.vaadin.flow.component.combobox.ComboBox
-
- setOpened(boolean) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
-
Description copied from corresponding location in WebComponent:
- setOpened(boolean) - Method in class com.vaadin.flow.component.datepicker.DatePicker
-
Sets the opened property of the datepicker to open or close its overlay.
- setOpened(boolean) - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
-
Description copied from corresponding location in WebComponent:
- setOpened(boolean) - Method in class com.vaadin.flow.component.dialog.Dialog
-
Opens or closes the dialog.
- setOpened(boolean) - Method in class com.vaadin.flow.component.dialog.GeneratedVaadinDialog
-
Description copied from corresponding location in WebComponent:
- setOpened(boolean) - Method in class com.vaadin.flow.component.notification.GeneratedVaadinNotification
-
Description copied from corresponding location in WebComponent:
- setOpened(boolean) - Method in class com.vaadin.flow.component.notification.Notification
-
Opens or closes the notification.
- setOrientation(String) - Method in class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout
-
Description copied from corresponding location in WebComponent:
- setOrientation(SplitLayout.Orientation) - Method in class com.vaadin.flow.component.splitlayout.SplitLayout
-
Set the orientation of the SplitLayout.
- setOrientation(Tabs.Orientation) - Method in class com.vaadin.flow.component.tabs.Tabs
-
Sets the orientation of this tab sheet.
- setPadding(boolean) - Method in interface com.vaadin.flow.component.orderedlayout.ThemableLayout
-
Toggles padding
theme setting for the element.
- setPadding(boolean) - Method in class com.vaadin.flow.component.orderedlayout.VerticalLayout
-
Toggles padding
theme setting for the element.
- setPageSize(int) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets the page size, which is the number of items fetched at a time from
the dataprovider.
- setParameter(String, String) - Method in interface com.vaadin.flow.component.PushConfiguration
-
Sets the given parameter.
- setParameter(String, String) - Method in class com.vaadin.flow.internal.nodefeature.PushConfigurationMap
-
- setParameter(BeforeEvent, T) - Method in interface com.vaadin.flow.router.HasUrlParameter
-
Notifies about navigating to the target that implements this interface.
- setParent(StateNode) - Method in class com.vaadin.flow.internal.StateNode
-
Sets the parent node that this node belongs to.
- setPattern(String) - Method in class com.vaadin.flow.component.combobox.ComboBox
-
- setPattern(String) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
-
Description copied from corresponding location in WebComponent:
- setPattern(String) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
-
Description copied from corresponding location in WebComponent:
- setPattern(String) - Method in class com.vaadin.flow.component.textfield.PasswordField
-
- setPattern(String) - Method in class com.vaadin.flow.component.textfield.TextField
-
- setPayload(JsonValue) - Method in class com.vaadin.flow.internal.nodefeature.ElementData
-
Sets the payload data of the element.
- setPlaceholder(String) - Method in class com.vaadin.flow.component.combobox.ComboBox
-
- setPlaceholder(String) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
-
Description copied from corresponding location in WebComponent:
- setPlaceholder(String) - Method in class com.vaadin.flow.component.datepicker.DatePicker
-
- setPlaceholder(String) - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
-
Description copied from corresponding location in WebComponent:
- setPlaceholder(String) - Method in class com.vaadin.flow.component.html.Input
-
Sets the placeholder text that is shown if the input is empty.
- setPlaceholder(String) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
-
Description copied from corresponding location in WebComponent:
- setPlaceholder(String) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
-
Description copied from corresponding location in WebComponent:
- setPlaceholder(String) - Method in class com.vaadin.flow.component.textfield.PasswordField
-
- setPlaceholder(String) - Method in class com.vaadin.flow.component.textfield.TextArea
-
- setPlaceholder(String) - Method in class com.vaadin.flow.component.textfield.TextField
-
- setPlaceholderItem(T) - Method in class com.vaadin.flow.component.ironlist.IronList
-
Sets an item to be shown as placeholder in the list while the real data
in being fetched from the server.
- setPollInterval(int) - Method in class com.vaadin.flow.component.UI
-
Sets the interval with which the UI should poll the server to see if
there are any changes.
- setPollInterval(int) - Method in class com.vaadin.flow.internal.nodefeature.PollConfigurationMap
-
Sets the poll interval.
- setPosition(String) - Method in class com.vaadin.flow.component.notification.GeneratedVaadinNotification
-
Description copied from corresponding location in WebComponent:
- setPosition(Notification.Position) - Method in class com.vaadin.flow.component.notification.Notification
-
Set position of the notification.
- setPrefix(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.RemainingTime
-
Set prefix translation.
- setPrefixComponent(Component) - Method in interface com.vaadin.flow.component.textfield.HasPrefixAndSuffix
-
Adds the given component into this field before the content, replacing
any existing prefix component.
- setPresentationValue(T) - Method in class com.vaadin.flow.component.AbstractCompositeField
-
Updates the presentation of this field to display the provided value.
- setPresentationValue(T) - Method in class com.vaadin.flow.component.AbstractField
-
Updates the presentation of this field to display the provided value.
- setPresentationValue(T) - Method in class com.vaadin.flow.component.AbstractSinglePropertyField
-
- setPreventInvalidInput(boolean) - Method in class com.vaadin.flow.component.combobox.ComboBox
-
- setPreventInvalidInput(boolean) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
-
Description copied from corresponding location in WebComponent:
- setPreventInvalidInput(boolean) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
-
Description copied from corresponding location in WebComponent:
- setPreventInvalidInput(boolean) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
-
Description copied from corresponding location in WebComponent:
- setPreventInvalidInput(boolean) - Method in class com.vaadin.flow.component.textfield.PasswordField
-
- setPreventInvalidInput(boolean) - Method in class com.vaadin.flow.component.textfield.TextArea
-
- setPreventInvalidInput(boolean) - Method in class com.vaadin.flow.component.textfield.TextField
-
- setPrimaryStyle(String, String) - Method in class com.vaadin.flow.component.splitlayout.SplitLayout
-
Set a style to the component in the primary split.
- setProcessing(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Status
-
Set processing translation.
- setProperty(String, ValueProvider<SOURCE, ?>) - Method in class com.vaadin.flow.data.renderer.Renderer
-
Sets a property to be used inside the template.
- setProperty(String, String) - Method in class com.vaadin.flow.dom.Element
-
Sets the given property to the given string value.
- setProperty(String, boolean) - Method in class com.vaadin.flow.dom.Element
-
Sets the given property to the given boolean value.
- setProperty(String, double) - Method in class com.vaadin.flow.dom.Element
-
Sets the given property to the given numeric value.
- setProperty(StateNode, String, Serializable, boolean) - Method in interface com.vaadin.flow.dom.ElementStateProvider
-
Sets the given property to the given value.
- setProperty(StateNode, String, Serializable, boolean) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
-
- setProperty(StateNode, String, Serializable, boolean) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
-
- setProperty(StateNode, String, Serializable, boolean) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
-
- setProperty(String, Serializable, boolean) - Method in class com.vaadin.flow.internal.nodefeature.AbstractPropertyMap
-
Sets a property to the given value.
- setProperty(String, Serializable, boolean) - Method in class com.vaadin.flow.internal.nodefeature.ElementPropertyMap
-
- setProperty(String, Serializable) - Method in class com.vaadin.flow.internal.nodefeature.ElementPropertyMap
-
Sets a property to the given value.
- setProperty(String, Serializable, boolean) - Method in class com.vaadin.flow.internal.nodefeature.ElementStylePropertyMap
-
- setPropertyJson(String, JsonValue) - Method in class com.vaadin.flow.dom.Element
-
Sets the given property to the given JSON value.
- setPushConnection(PushConnection) - Method in class com.vaadin.flow.component.internal.UIInternals
-
Sets the internal push connection object used by the related UI.
- setPushConnectionFactory(PushConnectionFactory) - Method in interface com.vaadin.flow.component.PushConfiguration
-
Sets the factory that will be used to create new instances of
PushConnection
.
- setPushConnectionFactory(PushConnectionFactory) - Method in class com.vaadin.flow.internal.nodefeature.PushConfigurationMap
-
- setPushHandler(PushHandler) - Method in class com.vaadin.flow.server.communication.PushAtmosphereHandler
-
- setPushMode(PushMode) - Method in interface com.vaadin.flow.component.PushConfiguration
-
Sets the mode of bidirectional ("push") communication that should be
used.
- setPushMode(PushMode) - Method in class com.vaadin.flow.internal.nodefeature.PushConfigurationMap
-
- setPushUrl(String) - Method in interface com.vaadin.flow.component.PushConfiguration
-
Sets the URL to use for push requests.
- setPushUrl(String) - Method in class com.vaadin.flow.internal.nodefeature.PushConfigurationMap
-
- setQueryParameters(QueryParameters) - Method in class com.vaadin.flow.router.RouterLink
-
- setReadonly(boolean) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
-
- setReadonly(boolean) - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
-
Description copied from corresponding location in WebComponent:
- setReadOnly(boolean) - Method in interface com.vaadin.flow.component.HasValue
-
Sets the read-only mode of this HasValue
to given mode.
- setReadOnly(boolean) - Method in interface com.vaadin.flow.component.HasValueAndElement
-
- setReadOnly(boolean) - Method in class com.vaadin.flow.component.radiobutton.RadioButtonGroup
-
- setReadonly(boolean) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
-
Description copied from corresponding location in WebComponent:
- setReadonly(boolean) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
-
Description copied from corresponding location in WebComponent:
- setReadOnly(boolean) - Method in interface com.vaadin.flow.data.binder.Binder.Binding
-
Sets the read-only status on for this Binding.
- setReadOnly(boolean) - Method in class com.vaadin.flow.data.binder.Binder.BindingImpl
-
- setReadOnly(boolean) - Method in class com.vaadin.flow.data.binder.Binder
-
Sets the read only state to the given value for all currently bound
fields.
- setReadOnly(boolean) - Method in class com.vaadin.flow.data.binder.ReadOnlyHasValue
-
- setReceiver(Receiver) - Method in class com.vaadin.flow.component.upload.Upload
-
Set the receiver implementation that should be used for this upload
component.
- setReconnectAttempts(int) - Method in interface com.vaadin.flow.component.ReconnectDialogConfiguration
-
Sets the number of times to try to reconnect to the server before giving
up.
- setReconnectAttempts(int) - Method in class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap
-
- setReconnectInterval(int) - Method in interface com.vaadin.flow.component.ReconnectDialogConfiguration
-
Sets the interval (in milliseconds) between reconnect attempts.
- setReconnectInterval(int) - Method in class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap
-
- setReferences(NavigationHandler, NavigationEvent) - Method in class com.vaadin.flow.router.BeforeLeaveEvent.ContinueNavigationAction
-
Sets the navigation handler
and the navigation event
for this action.
- setRemainingTime(UploadI18N.Uploading.RemainingTime) - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading
-
Set remaining time translations.
- setRenderer(Renderer<T>) - Method in class com.vaadin.flow.component.combobox.ComboBox
-
Sets the TemplateRenderer responsible to render the individual items in
the list of possible choices of the ComboBox.
- setRenderer(ValueProvider<T, String>) - Method in class com.vaadin.flow.component.ironlist.IronList
-
Sets a renderer for the items in the list, by using a
ValueProvider
.
- setRenderer(Renderer<T>) - Method in class com.vaadin.flow.component.ironlist.IronList
-
- setRenderer(ComponentRenderer<? extends Component, T>) - Method in class com.vaadin.flow.component.listbox.ListBox
-
Sets the item renderer for this ListBox.
- setRenderer(ComponentRenderer<? extends Component, T>) - Method in class com.vaadin.flow.component.radiobutton.RadioButtonGroup
-
Sets the item renderer for this radio button group.
- setRequestedRange(int, int) - Method in class com.vaadin.flow.data.provider.DataCommunicator
-
Sets the requested range of data to be sent.
- setRequestSizeMax(long) - Method in class com.vaadin.flow.server.communication.StreamReceiverHandler
-
- setRequired(boolean) - Method in class com.vaadin.flow.component.combobox.ComboBox
-
- setRequired(boolean) - Method in class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox
-
Description copied from corresponding location in WebComponent:
- setRequired(boolean) - Method in class com.vaadin.flow.component.datepicker.DatePicker
-
- setRequired(boolean) - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
-
Description copied from corresponding location in WebComponent:
- setRequired(boolean) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea
-
Description copied from corresponding location in WebComponent:
- setRequired(boolean) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
-
Description copied from corresponding location in WebComponent:
- setRequired(boolean) - Method in class com.vaadin.flow.component.textfield.PasswordField
-
- setRequired(boolean) - Method in class com.vaadin.flow.component.textfield.TextArea
-
- setRequired(boolean) - Method in class com.vaadin.flow.component.textfield.TextField
-
Specifies that the user must fill in a value.
- setRequiredConfigurator(RequiredFieldConfigurator) - Method in class com.vaadin.flow.data.binder.BeanValidationBinder
-
- setRequiredIndicatorVisible(boolean) - Method in interface com.vaadin.flow.component.HasValue
-
Sets the required indicator visible or not.
- setRequiredIndicatorVisible(boolean) - Method in interface com.vaadin.flow.component.HasValueAndElement
-
- setRequiredIndicatorVisible(boolean) - Method in class com.vaadin.flow.component.listbox.ListBox
-
Not supported!
- setRequiredIndicatorVisible(boolean) - Method in class com.vaadin.flow.component.textfield.PasswordField
-
- setRequiredIndicatorVisible(boolean) - Method in class com.vaadin.flow.component.textfield.TextArea
-
- setRequiredIndicatorVisible(boolean) - Method in class com.vaadin.flow.component.textfield.TextField
-
- setRequiredIndicatorVisible(boolean) - Method in class com.vaadin.flow.data.binder.ReadOnlyHasValue
-
- setResolvedPath(String) - Method in class com.vaadin.flow.router.NavigationState
-
Set the path for the resolved navigation target.
- setResource(String, AbstractStreamResource) - Method in class com.vaadin.flow.internal.nodefeature.ElementAttributeMap
-
- setResponseNoCacheHeaders(BiConsumer<String, String>, BiConsumer<String, Long>) - Static method in class com.vaadin.flow.server.ServletHelper
-
Sets no cache headers to the specified response.
- setResponsiveSteps(List<FormLayout.ResponsiveStep>) - Method in class com.vaadin.flow.component.formlayout.FormLayout
-
Configure the responsive steps used in this layout.
- setResponsiveSteps(FormLayout.ResponsiveStep...) - Method in class com.vaadin.flow.component.formlayout.FormLayout
-
Configure the responsive steps used in this layout.
- setResponsiveSteps(JsonObject) - Method in class com.vaadin.flow.component.formlayout.GeneratedVaadinFormLayout
-
Description copied from corresponding location in WebComponent:
- setRevealButtonHidden(boolean) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinPasswordField
-
Description copied from corresponding location in WebComponent:
- setRevealButtonVisible(boolean) - Method in class com.vaadin.flow.component.textfield.PasswordField
-
Set to false
to hide the eye icon which toggles the password
visibility.
- setRoute(Router, Class<? extends Component>) - Method in class com.vaadin.flow.router.RouterLink
-
Set the navigation target for this link.
- setRoute(Router, Class<? extends C>, T) - Method in class com.vaadin.flow.router.RouterLink
-
Set the navigation target for this link.
- setSecondaryStyle(String, String) - Method in class com.vaadin.flow.component.splitlayout.SplitLayout
-
Set a style to the component in the secondary split.
- setSecondDelay(int) - Method in interface com.vaadin.flow.component.page.LoadingIndicatorConfiguration
-
Sets the delay before the loading indicator goes into the "second" state.
- setSecondDelay(int) - Method in class com.vaadin.flow.internal.nodefeature.LoadingIndicatorConfigurationMap
-
- setSelectAllCheckboxState(boolean) - Method in class com.vaadin.flow.component.grid.GridSelectionColumn
-
Sets the checked state of the select all checkbox on the client.
- setSelectAllCheckboxVisibility(GridMultiSelectionModel.SelectAllCheckboxVisibility) - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
-
- setSelectAllCheckboxVisibility(GridMultiSelectionModel.SelectAllCheckboxVisibility) - Method in interface com.vaadin.flow.component.grid.GridMultiSelectionModel
-
Sets the select all checkbox visibility mode.
- setSelectAllCheckBoxVisibility(boolean) - Method in class com.vaadin.flow.component.grid.GridSelectionColumn
-
Sets the visibility of the select all checkbox on the client.
- setSelected(boolean) - Method in class com.vaadin.flow.component.tabs.GeneratedVaadinTab
-
Description copied from corresponding location in WebComponent:
- setSelected(boolean) - Method in class com.vaadin.flow.component.tabs.Tab
-
- setSelectedIndex(int) - Method in class com.vaadin.flow.component.tabs.Tabs
-
Selects a tab based on its zero-based index.
- setSelectedItem(T) - Method in interface com.vaadin.flow.data.selection.SelectionModel.Single
-
Sets the current selection to the given item, or clears selection if
given null
.
- setSelectedTab(Tab) - Method in class com.vaadin.flow.component.tabs.Tabs
-
Selects the given tab.
- setSelectionColumnFrozen(boolean) - Method in class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
-
- setSelectionColumnFrozen(boolean) - Method in interface com.vaadin.flow.component.grid.GridMultiSelectionModel
-
Sets the selection column's frozen state.
- setSelectionMode(Grid.SelectionMode) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets the grid's selection mode.
- setSelectionModel(GridSelectionModel<T>, Grid.SelectionMode) - Method in class com.vaadin.flow.component.grid.Grid
-
Sets the selection model for the grid.
- setServerUnavailable(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Error
-
- setSession(VaadinSession) - Method in class com.vaadin.flow.component.internal.UIInternals
-
Sets the session to which the related UI is assigned.
- setSessionExpiredCaption(String) - Method in class com.vaadin.flow.server.CustomizedSystemMessages
-
Sets the caption to show in a "session expired" notification.
- setSessionExpiredMessage(String) - Method in class com.vaadin.flow.server.CustomizedSystemMessages
-
Sets the message to show in a "session expired" notification.
- setSessionExpiredNotificationEnabled(boolean) - Method in class com.vaadin.flow.server.CustomizedSystemMessages
-
Sets whether a "session expired" notification should be shown to the end
user.
- setSessionExpiredURL(String) - Method in class com.vaadin.flow.server.CustomizedSystemMessages
-
Sets the URL the user will be redirected to after dismissing a "session
expired" message.
- setShadowRoot(StateNode) - Method in class com.vaadin.flow.internal.nodefeature.ShadowRootData
-
- setShowWeekNumbers(boolean) - Method in class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker
-
Description copied from corresponding location in WebComponent:
- setSize(String) - Method in class com.vaadin.flow.component.icon.Icon
-
Sets the width and the height of the icon.
- setSize(String) - Method in class com.vaadin.flow.component.icon.IronIcon
-
Sets the width and the height of the icon.
- setSizeFull() - Method in interface com.vaadin.flow.component.HasSize
-
Sets the width and the height of the component to "100%".
- setSizeUndefined() - Method in interface com.vaadin.flow.component.HasSize
-
Removes the width and the height of the component.
- setSortable(boolean) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Sets whether the user can sort this column or not.
- setSortComparator(SerializableComparator<T>) - Method in interface com.vaadin.flow.data.provider.InMemoryDataProvider
-
Sets the comparator to use as the default sorting for this data provider.
- setSortComparator(SerializableComparator<T>) - Method in class com.vaadin.flow.data.provider.ListDataProvider
-
- setSortOrder(QuerySortOrder) - Method in interface com.vaadin.flow.data.provider.BackEndDataProvider
-
Sets a single sort order to use as the default sorting for this data
provider.
- setSortOrder(ValueProvider<T, V>, SortDirection) - Method in interface com.vaadin.flow.data.provider.InMemoryDataProvider
-
Sets the property and direction to use as the default sorting for this
data provider.
- setSortOrderProvider(SortOrderProvider) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Sets the sort orders when sorting this column.
- setSortOrders(List<QuerySortOrder>) - Method in class com.vaadin.flow.data.provider.AbstractBackEndDataProvider
-
- setSortOrders(List<QuerySortOrder>) - Method in interface com.vaadin.flow.data.provider.BackEndDataProvider
-
Sets a list of sort orders to use as the default sorting for this data
provider.
- setSortOrders(QuerySortOrderBuilder) - Method in interface com.vaadin.flow.data.provider.BackEndDataProvider
-
- setSortProperty(String...) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Sets strings describing back end properties to be used when sorting
this column.
- setSpacing(boolean) - Method in class com.vaadin.flow.component.orderedlayout.HorizontalLayout
-
Toggles spacing
theme setting for the element.
- setSpacing(boolean) - Method in interface com.vaadin.flow.component.orderedlayout.ThemableLayout
-
Toggles spacing
theme setting for the element.
- setSpacing(boolean) - Method in class com.vaadin.flow.component.orderedlayout.VerticalLayout
-
Toggles spacing
theme setting for the element.
- setSplitterPosition(double) - Method in class com.vaadin.flow.component.splitlayout.SplitLayout
-
Sets the relative position of the splitter in percentages.
- setSrc(String) - Method in class com.vaadin.flow.component.html.Image
-
Sets the image URL.
- setSrc(AbstractStreamResource) - Method in class com.vaadin.flow.component.html.Image
-
- setStalled(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Status
-
Set stalled translation.
- setState(VaadinSessionState) - Method in class com.vaadin.flow.server.VaadinSession
-
Sets the lifecycle state of this session.
- setStatus(UploadI18N.Uploading.Status) - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading
-
Set status translations.
- setStatus(int) - Method in interface com.vaadin.flow.server.VaadinResponse
-
Sets the (http) status code for the response.
- setStatusCode(int) - Method in class com.vaadin.flow.router.LocationChangeEvent
-
Sets the HTTP status code that will be returned for the client if this
location change is an initial rendering request.
- setStatusLabel(HasText) - Method in class com.vaadin.flow.data.binder.Binder
-
Sets the label to show the binder level validation errors not related to
any specific field.
- setSuffixComponent(Component) - Method in interface com.vaadin.flow.component.textfield.HasPrefixAndSuffix
-
Adds the given component into this field after the content, replacing any
existing suffix component.
- setSynchronizedEvent(String) - Method in class com.vaadin.flow.component.AbstractSinglePropertyField
-
Sets the name of the DOM event for which property values are synchronized
from the client to the server.
- setSystemMessagesProvider(SystemMessagesProvider) - Method in class com.vaadin.flow.server.VaadinService
-
Sets the system messages provider to use for getting system messages to
display to users of this service.
- setTabIndex(int) - Method in interface com.vaadin.flow.component.Focusable
-
Sets the tabindex
attribute in the component.
- setTag(String) - Method in class com.vaadin.flow.internal.nodefeature.ElementData
-
Sets the tag name of the element.
- setTarget(String) - Method in class com.vaadin.flow.component.html.Anchor
-
Sets the target window, tab or frame for this anchor.
- setTarget(String) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
-
Description copied from corresponding location in WebComponent:
- Setter<BEAN,FIELDVALUE> - Interface in com.vaadin.flow.data.binder
-
The function to write the field value to the bean property
- setText(String) - Method in class com.vaadin.flow.component.button.Button
-
Sets the given string as the text content of this component.
- setText(String) - Method in class com.vaadin.flow.component.grid.FooterRow.FooterCell
-
- setText(String) - Method in class com.vaadin.flow.component.grid.HeaderRow.HeaderCell
-
- setText(String) - Method in interface com.vaadin.flow.component.HasText
-
Sets the given string as the content of this component.
- setText(String) - Method in class com.vaadin.flow.component.notification.Notification
-
Set the text of the notification with given String
- setText(String) - Method in class com.vaadin.flow.component.Text
-
Sets the text of the component.
- setText(String) - Method in class com.vaadin.flow.dom.Element
-
Sets the text content of this element, replacing any existing children.
- setText(String) - Method in class com.vaadin.flow.internal.nodefeature.TextNodeMap
-
Sets the text of this node.
- setTextContent(StateNode, String) - Method in interface com.vaadin.flow.dom.ElementStateProvider
-
Sets the text content.
- setTextContent(StateNode, String) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
-
- setTextContent(StateNode, String) - Method in class com.vaadin.flow.dom.impl.BasicTextElementStateProvider
-
- setTextContent(StateNode, String) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
-
- setThemeFor(Class<?>, ThemeDefinition) - Method in class com.vaadin.flow.server.startup.RouteTarget
-
Sets the theme used by this RouteTarget for a given navigation target.
- setThemeName(String) - Method in interface com.vaadin.flow.component.HasTheme
-
Sets the theme names of this component.
- setThemeName(String, boolean) - Method in interface com.vaadin.flow.component.HasTheme
-
Sets or removes the given theme name for this component.
- setThirdDelay(int) - Method in interface com.vaadin.flow.component.page.LoadingIndicatorConfiguration
-
Sets the delay before the loading indicator goes into the "third" state.
- setThirdDelay(int) - Method in class com.vaadin.flow.internal.nodefeature.LoadingIndicatorConfigurationMap
-
- setTimeout(double) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
-
Description copied from corresponding location in WebComponent:
- SETTINGS - Static variable in interface com.vaadin.flow.component.Key
-
Toggles display of the device's settings screen on and off.
- setTitle(String) - Method in class com.vaadin.flow.component.HtmlComponent
-
Sets the title of this component.
- setTitle(String) - Method in class com.vaadin.flow.component.internal.UIInternals
-
- setTitle(String) - Method in class com.vaadin.flow.component.page.Page
-
Sets the page title.
- setTitle(String) - Method in class com.vaadin.flow.component.textfield.GeneratedVaadinTextField
-
Description copied from corresponding location in WebComponent:
- setTitle(String) - Method in class com.vaadin.flow.component.textfield.PasswordField
-
- setTitle(String) - Method in class com.vaadin.flow.component.textfield.TextField
-
- setToday(String) - Method in class com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n
-
Sets the translated word for today
.
- setTooManyFiles(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.Error
-
Set too many files error translation.
- setTransport(Transport) - Method in interface com.vaadin.flow.component.PushConfiguration
-
Sets the primary transport type for push.
- setTransport(Transport) - Method in class com.vaadin.flow.internal.nodefeature.PushConfigurationMap
-
- setTree(StateTree) - Method in class com.vaadin.flow.internal.StateNode
-
Sets the state tree that this node belongs to.
- setType(String) - Method in class com.vaadin.flow.component.html.Input
-
Sets the type of this input.
- setType(OrderedList.NumberingType) - Method in class com.vaadin.flow.component.html.OrderedList
-
- setUnexpectedServerError(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Error
-
- setUnits(List<String>) - Method in class com.vaadin.flow.component.upload.UploadI18N
-
Set unit translations.
- setUnknown(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.RemainingTime
-
Set unknown translation.
- setUpdateFromClientFilter(SerializablePredicate<String>) - Method in class com.vaadin.flow.internal.nodefeature.ElementPropertyMap
-
Sets a filter that will be used by for determining whether a property
maybe updated from the client.
- setUploadButton(Component) - Method in class com.vaadin.flow.component.upload.Upload
-
Sets the component as the actionable button inside the upload component,
that starts the upload of the selected files.
- setUploading(UploadI18N.Uploading) - Method in class com.vaadin.flow.component.upload.UploadI18N
-
Set uploading translations.
- setupPushConnectionFactory(PushConfiguration, BootstrapHandler.BootstrapContext) - Method in class com.vaadin.flow.server.BootstrapHandler
-
- setUrlParameters(List<String>) - Method in class com.vaadin.flow.router.NavigationState
-
Set the list of strings that correspond to the raw string url parameters.
- setValidationStatusHandler(BinderValidationStatusHandler<BEAN>) - Method in class com.vaadin.flow.data.binder.Binder
-
Sets the status handler to track form status changes.
- setValue(T) - Method in class com.vaadin.flow.component.AbstractCompositeField
-
- setValue(T) - Method in class com.vaadin.flow.component.AbstractField
-
- setValue(T) - Method in class com.vaadin.flow.component.combobox.ComboBox
-
- setValue(V) - Method in interface com.vaadin.flow.component.HasValue
-
Sets the value of this object.
- setValue(T) - Method in class com.vaadin.flow.component.internal.AbstractFieldSupport
-
- setValue(double) - Method in class com.vaadin.flow.component.progressbar.GeneratedVaadinProgressBar
-
Description copied from corresponding location in WebComponent:
- setValue(double) - Method in class com.vaadin.flow.component.progressbar.ProgressBar
-
Sets value to the progressbar.
- setValue(String) - Method in class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioButton
-
Description copied from corresponding location in WebComponent:
- setValue(String) - Method in class com.vaadin.flow.component.tabs.GeneratedVaadinTab
-
Description copied from corresponding location in WebComponent:
- setValue(String) - Method in class com.vaadin.flow.component.textfield.PasswordField
-
Sets the value of this password field.
- setValue(String) - Method in class com.vaadin.flow.component.textfield.TextArea
-
Sets the value of this text area.
- setValue(String) - Method in class com.vaadin.flow.component.textfield.TextField
-
Sets the value of this text field.
- setValue(V) - Method in class com.vaadin.flow.data.binder.ReadOnlyHasValue
-
- setValue(Set<T>) - Method in interface com.vaadin.flow.data.selection.MultiSelect
-
- setValue(Serializable) - Method in class com.vaadin.flow.internal.nodefeature.BasicTypeValue
-
Sets the value of a basic type.
- setValue(T) - Method in class com.vaadin.flow.internal.nodefeature.NodeValue
-
Sets the value of this feature.
- setValueChangeMode(ValueChangeMode) - Method in class com.vaadin.flow.component.textfield.PasswordField
-
- setValueChangeMode(ValueChangeMode) - Method in class com.vaadin.flow.component.textfield.TextArea
-
- setValueChangeMode(ValueChangeMode) - Method in class com.vaadin.flow.component.textfield.TextField
-
- setValueChangeMode(ValueChangeMode) - Method in interface com.vaadin.flow.data.value.HasValueChangeMode
-
Sets new value change mode for the component.
- setVerticalComponentAlignment(FlexComponent.Alignment, Component...) - Method in class com.vaadin.flow.component.orderedlayout.HorizontalLayout
-
Sets a vertical alignment for individual components inside the layout.
- SetView(NodeList<T>) - Constructor for class com.vaadin.flow.internal.nodefeature.NodeList.SetView
-
Creates a new view for the given list.
- setViewport(String) - Method in class com.vaadin.flow.server.InitialPageSettings
-
Set the viewport value.
- setVisible(boolean) - Method in class com.vaadin.flow.component.Component
-
Sets the component visibility value.
- setVisible(boolean) - Method in class com.vaadin.flow.dom.Element
-
Sets the element visibility value.
- setVisible(StateNode, boolean) - Method in interface com.vaadin.flow.dom.ElementStateProvider
-
Sets the node
visibility.
- setVisible(StateNode, boolean) - Method in class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
-
- setVisible(StateNode, boolean) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
-
- setVisible(StateNode, boolean) - Method in class com.vaadin.flow.dom.impl.ShadowRootStateProvider
-
- setVisible(boolean) - Method in class com.vaadin.flow.internal.nodefeature.ElementData
-
Set the visibility of the element.
- setWeek(String) - Method in class com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n
-
Sets the translated word for week
.
- setWeekdays(List<String>) - Method in class com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n
-
Sets the name of the week days, starting from Sunday
and
ending on Saturday
.
- setWeekdaysShort(List<String>) - Method in class com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n
-
Sets the short names of the week days, starting from sun
and
ending on sat
.
- setWeekNumbersVisible(boolean) - Method in class com.vaadin.flow.component.datepicker.DatePicker
-
Set the week number visible in the DatePicker.
- setWidth(String) - Method in class com.vaadin.flow.component.dialog.Dialog
-
- setWidth(String) - Method in class com.vaadin.flow.component.grid.Grid.Column
-
Sets the width of this column as a CSS-string.
- setWidth(String) - Method in interface com.vaadin.flow.component.HasSize
-
Sets the width of the component.
- setWithCredentials(boolean) - Method in class com.vaadin.flow.component.upload.GeneratedVaadinUpload
-
Description copied from corresponding location in WebComponent:
- sha256(String) - Static method in class com.vaadin.flow.internal.MessageDigestUtil
-
Calculates the SHA-256 hash of the UTF-16 representation of the given
string.
- SHADOW_ROOT - Static variable in class com.vaadin.flow.internal.nodefeature.NodeProperties
-
- SHADOW_ROOT_DATA - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
-
- SHADOW_ROOT_HOST - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
-
- ShadowRoot - Class in com.vaadin.flow.dom
-
Represents a shadow dom root of an element.
- ShadowRootData - Class in com.vaadin.flow.internal.nodefeature
-
Map of basic element information.
- ShadowRootData(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.ShadowRootData
-
Creates a new element data map for the given node.
- ShadowRootHost - Class in com.vaadin.flow.internal.nodefeature
-
Marker feature for a
StateNode
which is a shadow root for some
elemement.
- ShadowRootHost(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.ShadowRootHost
-
Creates a new instance of the feature for the given node
.
- ShadowRootStateProvider - Class in com.vaadin.flow.dom.impl
-
Implementation which handles shadow root nodes.
- ShadowRootStateProvider() - Constructor for class com.vaadin.flow.dom.impl.ShadowRootStateProvider
-
- SharedUtil - Class in com.vaadin.flow.shared.util
-
Misc internal utility methods used by both the server and the client package.
- SharedUtil() - Constructor for class com.vaadin.flow.shared.util.SharedUtil
-
- SHIFT - Static variable in interface com.vaadin.flow.component.Key
-
The Shift
key.
- ShortRangeValidator - Class in com.vaadin.flow.data.validator
-
Validator for validating that an
Short
is inside a given range.
- ShortRangeValidator(String, Short, Short) - Constructor for class com.vaadin.flow.data.validator.ShortRangeValidator
-
Creates a validator for checking that an Short is within a given range.
- shouldHighlight(T, AfterNavigationEvent) - Method in interface com.vaadin.flow.router.HighlightCondition
-
Tests if the target should be highlighted based on the navigation
event
.
- show(String, int, Notification.Position) - Static method in class com.vaadin.flow.component.notification.Notification
-
Shows a notification in the current page with given text, duration and
position.
- show(String) - Static method in class com.vaadin.flow.component.notification.Notification
-
Shows a notification in the current page with given text.
- showRouterLayoutContent(HasElement) - Method in interface com.vaadin.flow.router.RouterLayout
-
Shows the content of the layout which is the router target component
annotated with a
@Route
.
- showRouteTarget(Location, String, Component, List<RouterLayout>) - Method in class com.vaadin.flow.component.internal.UIInternals
-
Shows a route target in the related UI.
- simple(Map<String, String>) - Static method in class com.vaadin.flow.router.QueryParameters
-
Creates parameters from simple representation, where each parameter name
corresponds to a single value.
- SINGLE_CANDIDATE - Static variable in interface com.vaadin.flow.component.Key
-
The Single Candidate key.
- SingleMulti() - Constructor for class com.vaadin.flow.component.upload.UploadI18N.SingleMulti
-
- SingleSelect<C extends Component,T> - Interface in com.vaadin.flow.data.selection
-
Single selection component whose selection is treated as a value.
- SingleSelectionEvent<C extends Component,T> - Class in com.vaadin.flow.data.selection
-
Fired when the selection changes in a listing component.
- SingleSelectionEvent(C, SingleSelect<C, T>, T, boolean) - Constructor for class com.vaadin.flow.data.selection.SingleSelectionEvent
-
Creates a new selection change event in a component.
- SingleSelectionListener<C extends Component,T> - Interface in com.vaadin.flow.data.selection
-
A listener for listening to selection changes on a single selection
component.
- SIZE - Static variable in interface com.vaadin.flow.data.binder.RequiredFieldConfigurator
-
Configurator which is aware of Size annotation with
min()> 0
presence for a property where the size of the default
value is 0.
- size(Query<T, F>) - Method in class com.vaadin.flow.data.provider.AbstractBackEndDataProvider
-
- size(Query<T, F>) - Method in interface com.vaadin.flow.data.provider.DataProvider
-
Gets the amount of data in this DataProvider.
- size(Query<T, F>) - Method in class com.vaadin.flow.data.provider.DataProviderWrapper
-
- size(Query<T, SerializablePredicate<T>>) - Method in class com.vaadin.flow.data.provider.ListDataProvider
-
- size() - Method in class com.vaadin.flow.dom.impl.ImmutableClassList
-
- size() - Method in class com.vaadin.flow.dom.impl.ThemeListImpl
-
- size() - Method in class com.vaadin.flow.internal.nodefeature.ElementChildrenList
-
- size() - Method in class com.vaadin.flow.internal.nodefeature.ModelList
-
- size() - Method in class com.vaadin.flow.internal.nodefeature.NodeList.SetView
-
- size() - Method in class com.vaadin.flow.internal.nodefeature.NodeList
-
Gets the number of items in this list.
- size() - Method in class com.vaadin.flow.internal.nodefeature.VirtualChildrenList
-
- size() - Method in class com.vaadin.flow.templatemodel.TemplateModelListProxy
-
- sizeInBackEnd(Query<T, F>) - Method in class com.vaadin.flow.data.provider.AbstractBackEndDataProvider
-
Counts the number of items available in the back end.
- sizeInBackEnd(Query<T, F>) - Method in class com.vaadin.flow.data.provider.CallbackDataProvider
-
- SOFT1 - Static variable in interface com.vaadin.flow.component.Key
-
The first general-purpose virtual function key.
- SOFT2 - Static variable in interface com.vaadin.flow.component.Key
-
The second general-purpose virtual function key.
- SOFT3 - Static variable in interface com.vaadin.flow.component.Key
-
The third general-purpose virtual function key.
- SOFT4 - Static variable in interface com.vaadin.flow.component.Key
-
The fourth general-purpose virtual function key.
- SortDirection - Enum in com.vaadin.flow.data.provider
-
Describes sorting direction.
- SortEvent<T extends Component,S extends SortOrder<?>> - Class in com.vaadin.flow.data.event
-
- SortEvent(T, List<S>, boolean) - Constructor for class com.vaadin.flow.data.event.SortEvent
-
Creates a new sort order change event with a sort order list.
- SortEvent.SortNotifier<T extends Component,S extends SortOrder<?>> - Interface in com.vaadin.flow.data.event
-
The interface for adding and removing listeners for
SortEvents
.
- SortOrder<T> - Class in com.vaadin.flow.data.provider
-
Sorting information for one field.
- SortOrder(T, SortDirection) - Constructor for class com.vaadin.flow.data.provider.SortOrder
-
Constructs a field sorting information.
- SortOrderBuilder<T extends SortOrder<V>,V> - Class in com.vaadin.flow.data.provider
-
Base class for helper classes with fluent API for constructing sort order
lists.
- SortOrderBuilder() - Constructor for class com.vaadin.flow.data.provider.SortOrderBuilder
-
- SortOrderProvider - Interface in com.vaadin.flow.component.grid
-
Generates the sort orders when rows are sorted by a column.
- SPACE - Static variable in interface com.vaadin.flow.component.Key
-
The space key, Space Bar
.
- Span - Class in com.vaadin.flow.component.html
-
Component representing a <span>
element.
- Span() - Constructor for class com.vaadin.flow.component.html.Span
-
Creates a new empty span.
- Span(Component...) - Constructor for class com.vaadin.flow.component.html.Span
-
Creates a new span with the given child components.
- Span(String) - Constructor for class com.vaadin.flow.component.html.Span
-
Creates a new span with the given text.
- SPAN - Static variable in annotation type com.vaadin.flow.component.Tag
-
Tag for an <span>
.
- SPEECH_CORRECTION_LIST - Static variable in interface com.vaadin.flow.component.Key
-
Presents a list of possible corrections for a word which was incorrectly
identified.
- SPEECH_INPUT_TOGGLE - Static variable in interface com.vaadin.flow.component.Key
-
Toggles between dictation mode and command/control mode.
- SPELL_CHECK - Static variable in interface com.vaadin.flow.component.Key
-
Starts spell checking the current document.
- SPLIT_SCREEN_TOGGLE - Static variable in interface com.vaadin.flow.component.Key
-
Toggles split screen display mode on and off.
- splitAt(int) - Method in class com.vaadin.flow.internal.Range
-
Split the range into two at a certain integer.
- splitAtFromStart(int) - Method in class com.vaadin.flow.internal.Range
-
Split the range into two after a certain number of integers into the
range.
- splitCamelCase(String) - Static method in class com.vaadin.flow.shared.util.SharedUtil
-
Splits a camelCaseString into an array of words with the casing
preserved.
- SplitLayout - Class in com.vaadin.flow.component.splitlayout
-
SplitLayout
is a component based on the vaadin-split-layout
Polymer element implementing a split layout for two content elements with a
draggable splitter between them.
- SplitLayout() - Constructor for class com.vaadin.flow.component.splitlayout.SplitLayout
-
Constructs an empty VaadinSplitLayout.
- SplitLayout(Component, Component) - Constructor for class com.vaadin.flow.component.splitlayout.SplitLayout
-
Constructs a VaadinSplitLayout with the given initial components to set
to the primary and secondary splits.
- SplitLayout.Orientation - Enum in com.vaadin.flow.component.splitlayout
-
numeration of all available orientation for VaadinSplitLayout component
- SplitterDragendEvent(R, boolean) - Constructor for class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout.SplitterDragendEvent
-
- STANDBY - Static variable in interface com.vaadin.flow.component.Key
-
The Standby
key; also known as Suspend
or
Sleep
.
- StartedEvent - Class in com.vaadin.flow.component.upload
-
Upload.StartedEvent event is sent when the upload is started to received.
- StartedEvent(Upload, String, String, long) - Constructor for class com.vaadin.flow.component.upload.StartedEvent
-
- startsAfter(Range) - Method in class com.vaadin.flow.internal.Range
-
Checks whether this range starts after the end of another range.
- startsBefore(Range) - Method in class com.vaadin.flow.internal.Range
-
Checks whether this range starts before the start of another range.
- startUpdate(int) - Method in interface com.vaadin.flow.data.provider.ArrayUpdater
-
Starts update of an array.
- StateNode - Class in com.vaadin.flow.internal
-
A node in the state tree that is synchronized with the client-side.
- StateNode(Class<? extends NodeFeature>...) - Constructor for class com.vaadin.flow.internal.StateNode
-
Creates a state node with the given feature types.
- StateNode(StateNode) - Constructor for class com.vaadin.flow.internal.StateNode
-
Create a new instance using the same features as provided node
declares.
- StateNode(List<Class<? extends NodeFeature>>, Class<? extends NodeFeature>...) - Constructor for class com.vaadin.flow.internal.StateNode
-
Creates a state node with the given feature types and required features
that are always sent to the client side.
- StateNodeNodeList - Class in com.vaadin.flow.internal.nodefeature
-
- StateNodeNodeList(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.StateNodeNodeList
-
Creates a new list for the given node.
- StateTree - Class in com.vaadin.flow.internal
-
The state tree that is synchronized with the client-side.
- StateTree(UIInternals, Class<? extends NodeFeature>...) - Constructor for class com.vaadin.flow.internal.StateTree
-
Creates a new state tree with a set of features defined for the root
node.
- StateTree.BeforeClientResponseEntry - Class in com.vaadin.flow.internal
-
A task to be executed before the client response, together with an
execution sequence number and context object.
- StateTree.ExecutionRegistration - Interface in com.vaadin.flow.internal
-
A registration object for removing a task registered for execution before
the client response.
- StaticFileServer - Class in com.vaadin.flow.server
-
Handles sending of resources from the WAR root (web content) or
META-INF/resources in the case that
VaadinServlet
is mapped using
"/*".
- StaticFileServer(VaadinServletService) - Constructor for class com.vaadin.flow.server.StaticFileServer
-
Constructs a file server.
- Status() - Constructor for class com.vaadin.flow.component.upload.UploadI18N.Uploading.Status
-
- statusChange(BinderValidationStatus<BEAN>) - Method in interface com.vaadin.flow.data.binder.BinderValidationStatusHandler
-
Invoked when the validation status has changed in binder.
- statusChange(BindingValidationStatus<?>) - Method in interface com.vaadin.flow.data.binder.BindingValidationStatusHandler
-
Invoked when the validation status has changed in a binding.
- statusChange(StatusChangeEvent) - Method in interface com.vaadin.flow.data.binder.StatusChangeListener
-
Notifies the listener about status change event
.
- StatusChangeEvent - Class in com.vaadin.flow.data.binder
-
Binder status change event.
- StatusChangeEvent(Binder<?>, boolean) - Constructor for class com.vaadin.flow.data.binder.StatusChangeEvent
-
Create a new status change event for given binder
, storing
information of whether the change that triggered this event caused
validation errors.
- StatusChangeListener - Interface in com.vaadin.flow.data.binder
-
Listener interface for status change events from binder.
- STB_INPUT - Static variable in interface com.vaadin.flow.component.Key
-
Cycles among input modes on an external set-top box (STB).
- STB_POWER - Static variable in interface com.vaadin.flow.component.Key
-
Toggles on and off an external STB.
- storeSession(VaadinSession, WrappedSession) - Method in class com.vaadin.flow.server.VaadinService
-
Called when the VaadinSession should be stored.
- stream(JsonArray) - Static method in class com.vaadin.flow.internal.JsonUtils
-
Creates a stream from a JSON array.
- stream() - Method in class com.vaadin.flow.internal.Range
-
Returns the range as a stream of integers.
- StreamingEndEventImpl - Class in com.vaadin.flow.server.communication.streaming
-
- StreamingEndEventImpl(String, String, long) - Constructor for class com.vaadin.flow.server.communication.streaming.StreamingEndEventImpl
-
End event constructor.
- StreamingErrorEventImpl - Class in com.vaadin.flow.server.communication.streaming
-
- StreamingErrorEventImpl(String, String, long, long, Exception) - Constructor for class com.vaadin.flow.server.communication.streaming.StreamingErrorEventImpl
-
Streaming error event constructor.
- streamingFailed(StreamVariable.StreamingErrorEvent) - Method in interface com.vaadin.flow.server.StreamVariable
-
This method is called when the streaming has failed.
- streamingFinished(StreamVariable.StreamingEndEvent) - Method in interface com.vaadin.flow.server.StreamVariable
-
This method is called when the streaming has finished.
- StreamingProgressEventImpl - Class in com.vaadin.flow.server.communication.streaming
-
- StreamingProgressEventImpl(String, String, long, long) - Constructor for class com.vaadin.flow.server.communication.streaming.StreamingProgressEventImpl
-
Streaming progress event constructor.
- streamingStarted(StreamVariable.StreamingStartEvent) - Method in interface com.vaadin.flow.server.StreamVariable
-
This method is called when the streaming starts.
- StreamingStartEventImpl - Class in com.vaadin.flow.server.communication.streaming
-
- StreamingStartEventImpl(String, String, long) - Constructor for class com.vaadin.flow.server.communication.streaming.StreamingStartEventImpl
-
Streaming start event constructor.
- StreamReceiver - Class in com.vaadin.flow.server
-
Represents a receiver for data upload from the client.
- StreamReceiver(StateNode, String, StreamVariable) - Constructor for class com.vaadin.flow.server.StreamReceiver
-
Creates
StreamReceiver
instance for
streamVariable
as a
data receiver.
- StreamReceiverHandler - Class in com.vaadin.flow.server.communication
-
- StreamReceiverHandler() - Constructor for class com.vaadin.flow.server.communication.StreamReceiverHandler
-
- StreamReceiverHandler.UploadInterruptedException - Exception in com.vaadin.flow.server.communication
-
- StreamRegistration - Interface in com.vaadin.flow.server
-
Stream registration result.
- StreamRequestHandler - Class in com.vaadin.flow.server.communication
-
- StreamRequestHandler() - Constructor for class com.vaadin.flow.server.communication.StreamRequestHandler
-
- StreamResource - Class in com.vaadin.flow.server
-
Represents dynamically generated data.
- StreamResource(String, StreamResourceWriter) - Constructor for class com.vaadin.flow.server.StreamResource
-
Creates
StreamResource
instance using mandatory parameters
name
as a resource file name and output stream
writer
as
a data producer.
- StreamResource(String, InputStreamFactory) - Constructor for class com.vaadin.flow.server.StreamResource
-
Creates
StreamResource
instance using mandatory parameters
name
as a resource file name and input stream
factory
as
a factory for data.
- StreamResourceHandler - Class in com.vaadin.flow.server.communication
-
- StreamResourceHandler() - Constructor for class com.vaadin.flow.server.communication.StreamResourceHandler
-
- StreamResourceRegistry - Class in com.vaadin.flow.server
-
- StreamResourceRegistry(VaadinSession) - Constructor for class com.vaadin.flow.server.StreamResourceRegistry
-
Creates stream resource registry for provided session
.
- StreamResourceWriter - Interface in com.vaadin.flow.server
-
Output stream consumer.
- StreamVariable - Interface in com.vaadin.flow.server
-
- StreamVariable.StreamingEndEvent - Interface in com.vaadin.flow.server
-
- StreamVariable.StreamingErrorEvent - Interface in com.vaadin.flow.server
-
- StreamVariable.StreamingEvent - Interface in com.vaadin.flow.server
-
Streaming event interface.
- StreamVariable.StreamingProgressEvent - Interface in com.vaadin.flow.server
-
- StreamVariable.StreamingStartEvent - Interface in com.vaadin.flow.server
-
- StringLengthValidator - Class in com.vaadin.flow.data.validator
-
Verifies that the length of a string is within the given range.
- StringLengthValidator(String, Integer, Integer) - Constructor for class com.vaadin.flow.data.validator.StringLengthValidator
-
Creates a new StringLengthValidator with a given error message and
minimum and maximum length limits.
- StringToBigDecimalConverter - Class in com.vaadin.flow.data.converter
-
- StringToBigDecimalConverter(String) - Constructor for class com.vaadin.flow.data.converter.StringToBigDecimalConverter
-
Creates a new converter instance with the given error message.
- StringToBigDecimalConverter(BigDecimal, String) - Constructor for class com.vaadin.flow.data.converter.StringToBigDecimalConverter
-
Creates a new converter instance with the given presentation value for
empty string and error message.
- StringToBigDecimalConverter(ErrorMessageProvider) - Constructor for class com.vaadin.flow.data.converter.StringToBigDecimalConverter
-
Creates a new converter instance with the given error message provider.
- StringToBigDecimalConverter(BigDecimal, ErrorMessageProvider) - Constructor for class com.vaadin.flow.data.converter.StringToBigDecimalConverter
-
Creates a new converter instance with the given presentation value for
empty string and error message provider.
- StringToBigIntegerConverter - Class in com.vaadin.flow.data.converter
-
- StringToBigIntegerConverter(String) - Constructor for class com.vaadin.flow.data.converter.StringToBigIntegerConverter
-
Creates a new converter instance with the given error message.
- StringToBigIntegerConverter(BigInteger, String) - Constructor for class com.vaadin.flow.data.converter.StringToBigIntegerConverter
-
Creates a new converter instance with the given presentation value for
empty string and error message.
- StringToBigIntegerConverter(ErrorMessageProvider) - Constructor for class com.vaadin.flow.data.converter.StringToBigIntegerConverter
-
Creates a new converter instance with the given error message provider.
- StringToBigIntegerConverter(BigInteger, ErrorMessageProvider) - Constructor for class com.vaadin.flow.data.converter.StringToBigIntegerConverter
-
Creates a new converter instance with the given presentation value for
empty string and error message provider.
- StringToBooleanConverter - Class in com.vaadin.flow.data.converter
-
- StringToBooleanConverter(String) - Constructor for class com.vaadin.flow.data.converter.StringToBooleanConverter
-
Creates converter with default string representations - "true" and
"false".
- StringToBooleanConverter(ErrorMessageProvider) - Constructor for class com.vaadin.flow.data.converter.StringToBooleanConverter
-
Creates a new converter instance with the given error message provider.
- StringToBooleanConverter(String, String, String) - Constructor for class com.vaadin.flow.data.converter.StringToBooleanConverter
-
Creates converter with custom string representation.
- StringToBooleanConverter(String, String, ErrorMessageProvider) - Constructor for class com.vaadin.flow.data.converter.StringToBooleanConverter
-
Creates converter with custom string representation.
- StringToDateConverter - Class in com.vaadin.flow.data.converter
-
A converter that converts from
Date
to
String
and back.
- StringToDateConverter() - Constructor for class com.vaadin.flow.data.converter.StringToDateConverter
-
- StringToDoubleConverter - Class in com.vaadin.flow.data.converter
-
- StringToDoubleConverter(String) - Constructor for class com.vaadin.flow.data.converter.StringToDoubleConverter
-
Creates a new converter instance with the given error message.
- StringToDoubleConverter(Double, String) - Constructor for class com.vaadin.flow.data.converter.StringToDoubleConverter
-
Creates a new converter instance with the given presentation value for
empty string and error message.
- StringToDoubleConverter(ErrorMessageProvider) - Constructor for class com.vaadin.flow.data.converter.StringToDoubleConverter
-
Creates a new converter instance with the given error message provider.
- StringToDoubleConverter(Double, ErrorMessageProvider) - Constructor for class com.vaadin.flow.data.converter.StringToDoubleConverter
-
Creates a new converter instance with the given presentation value for
empty string and error message provider.
- StringToEnumDecoder - Class in com.vaadin.flow.server.communication.rpc
-
Decodes a
JsonValue
with
JsonType.STRING
type to
Enum
subclass type.
- StringToEnumDecoder() - Constructor for class com.vaadin.flow.server.communication.rpc.StringToEnumDecoder
-
- StringToFloatConverter - Class in com.vaadin.flow.data.converter
-
A converter that converts from
String
to
Float
and back.
- StringToFloatConverter(String) - Constructor for class com.vaadin.flow.data.converter.StringToFloatConverter
-
Creates a new converter instance with the given error message.
- StringToFloatConverter(Float, String) - Constructor for class com.vaadin.flow.data.converter.StringToFloatConverter
-
Creates a new converter instance with the given presentation value for
empty string and error message.
- StringToFloatConverter(ErrorMessageProvider) - Constructor for class com.vaadin.flow.data.converter.StringToFloatConverter
-
Creates a new converter instance with the given error message provider.
- StringToFloatConverter(Float, ErrorMessageProvider) - Constructor for class com.vaadin.flow.data.converter.StringToFloatConverter
-
Creates a new converter instance with the given presentation value for
empty string and error message provider.
- StringToIntegerConverter - Class in com.vaadin.flow.data.converter
-
- StringToIntegerConverter(String) - Constructor for class com.vaadin.flow.data.converter.StringToIntegerConverter
-
Creates a new converter instance with the given error message.
- StringToIntegerConverter(Integer, String) - Constructor for class com.vaadin.flow.data.converter.StringToIntegerConverter
-
Creates a new converter instance with the given presentation value for
empty string and error message.
- StringToIntegerConverter(ErrorMessageProvider) - Constructor for class com.vaadin.flow.data.converter.StringToIntegerConverter
-
Creates a new converter instance with the given error message provider.
- StringToIntegerConverter(Integer, ErrorMessageProvider) - Constructor for class com.vaadin.flow.data.converter.StringToIntegerConverter
-
Creates a new converter instance with the given presentation value for
empty string and error message provider.
- StringToLongConverter - Class in com.vaadin.flow.data.converter
-
A converter that converts from
String
to
Long
and back.
- StringToLongConverter(String) - Constructor for class com.vaadin.flow.data.converter.StringToLongConverter
-
Creates a new converter instance with the given error message.
- StringToLongConverter(Long, String) - Constructor for class com.vaadin.flow.data.converter.StringToLongConverter
-
Creates a new converter instance with the given presentation value for
empty string and error message.
- StringToLongConverter(ErrorMessageProvider) - Constructor for class com.vaadin.flow.data.converter.StringToLongConverter
-
Creates a new converter instance with the given error message provider.
- StringToLongConverter(Long, ErrorMessageProvider) - Constructor for class com.vaadin.flow.data.converter.StringToLongConverter
-
Creates a new converter instance with the given presentation value for
empty string and error message provider.
- StringToNumberDecoder - Class in com.vaadin.flow.server.communication.rpc
-
Decodes a
JsonValue
with
JsonType.STRING
type to
Number
subclass type.
- StringToNumberDecoder() - Constructor for class com.vaadin.flow.server.communication.rpc.StringToNumberDecoder
-
- STRONG - Static variable in annotation type com.vaadin.flow.component.Tag
-
Tag for an <strong>
.
- Style - Interface in com.vaadin.flow.dom
-
Provides inline styles for
Element
s.
- STYLE_COLOR - Static variable in class com.vaadin.flow.dom.ElementConstants
-
The style property for color.
- STYLE_HEIGHT - Static variable in class com.vaadin.flow.dom.ElementConstants
-
The style property for height.
- STYLE_WIDTH - Static variable in class com.vaadin.flow.dom.ElementConstants
-
The style property for width.
- StyleAttributeHandler - Class in com.vaadin.flow.dom.impl
-
- StyleAttributeHandler() - Constructor for class com.vaadin.flow.dom.impl.StyleAttributeHandler
-
- styleAttributeToProperty(String) - Static method in class com.vaadin.flow.dom.StyleUtil
-
Converts the given attribute style (dash-separated) into a property style
(camelCase).
- stylePropertyToAttribute(String) - Static method in class com.vaadin.flow.dom.StyleUtil
-
Converts the given property style (camelCase) into a attribute style
(dash-separated).
- StyleSheet - Annotation Type in com.vaadin.flow.component.dependency
-
Defines style sheet dependencies on a
Component
class.
- StyleSheet.Container - Annotation Type in com.vaadin.flow.component.dependency
-
Internal annotation to enable use of multiple
StyleSheet
annotations.
- StyleUtil - Class in com.vaadin.flow.dom
-
Utility methods for
Style
.
- SUBTITLE - Static variable in interface com.vaadin.flow.component.Key
-
Toggles the display of subtitles on and off if they're available.
- SUBTRACT - Static variable in interface com.vaadin.flow.component.Key
-
The numeric keypad's subtraction key, -.
- SucceededEvent - Class in com.vaadin.flow.component.upload
-
Upload.SucceededEvent event is sent when the upload is received successfully.
- SucceededEvent(Upload, String, String, long) - Constructor for class com.vaadin.flow.component.upload.SucceededEvent
-
- SUPER - Static variable in interface com.vaadin.flow.component.Key
-
The Super
key.
- supportedTypes - Static variable in class com.vaadin.flow.router.ParameterDeserializer
-
- supports(StateNode) - Method in interface com.vaadin.flow.dom.ElementStateProvider
-
Checks if the element state provider supports the given state node.
- supports(StateNode) - Method in class com.vaadin.flow.dom.impl.AbstractNodeStateProvider
-
- supports(StateNode) - Method in class com.vaadin.flow.dom.impl.BasicElementStateProvider
-
- supports(StateNode) - Method in class com.vaadin.flow.dom.impl.BasicTextElementStateProvider
-
- suspend(AtmosphereResource) - Method in class com.vaadin.flow.server.communication.PushHandler
-
Suspends the given resource
- SYMBOL - Static variable in interface com.vaadin.flow.component.Key
-
The Symbol
modifier key (found on certain virtual
keyboards).
- SYMBOL_LOCK - Static variable in interface com.vaadin.flow.component.Key
-
The Symbol Lock
key.
- Synchronize - Annotation Type in com.vaadin.flow.component
-
Annotates getters for which properties should be synchronized to the server.
- SYNCHRONIZED_PROPERTIES - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
-
- SYNCHRONIZED_PROPERTY_EVENTS - Static variable in class com.vaadin.flow.internal.nodefeature.NodeFeatures
-
- synchronizedHandleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.flow.server.BootstrapHandler
-
- synchronizedHandleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.flow.server.communication.HeartbeatHandler
-
Handles a heartbeat request for the given session.
- synchronizedHandleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.flow.server.communication.UidlRequestHandler
-
- synchronizedHandleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.flow.server.SynchronizedRequestHandler
-
- synchronizedHandleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.flow.server.UnsupportedBrowserHandler
-
- SynchronizedPropertiesList - Class in com.vaadin.flow.internal.nodefeature
-
List of synchronized properties for an element.
- SynchronizedPropertiesList(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.SynchronizedPropertiesList
-
Creates a new synchronized properties list for the given node.
- SynchronizedPropertyEventsList - Class in com.vaadin.flow.internal.nodefeature
-
List of synchronized property events for an element.
- SynchronizedPropertyEventsList(StateNode) - Constructor for class com.vaadin.flow.internal.nodefeature.SynchronizedPropertyEventsList
-
Creates a new synchronized property events list for the given node.
- SynchronizedRequestHandler - Class in com.vaadin.flow.server
-
RequestHandler which takes care of locking and unlocking of the VaadinSession
automatically.
- SynchronizedRequestHandler() - Constructor for class com.vaadin.flow.server.SynchronizedRequestHandler
-
- synchronizeProperty(String, String) - Method in class com.vaadin.flow.dom.Element
-
Synchronize the given property
's value when the given
eventType
occurs on this element on the client side.
- synchronizeProperty(String, String, DisabledUpdateMode) - Method in class com.vaadin.flow.dom.Element
-
Synchronize the given property
's value when the given
eventType
occurs on this element on the client side.
- SystemMessages - Class in com.vaadin.flow.server
-
Contains the system messages used to notify the user about various critical
situations that can occur.
- SystemMessagesInfo - Class in com.vaadin.flow.server
-
- SystemMessagesInfo(Locale, VaadinRequest, VaadinService) - Constructor for class com.vaadin.flow.server.SystemMessagesInfo
-
Creates an instance based on the given locale, request and service.
- SystemMessagesProvider - Interface in com.vaadin.flow.server
-
Gives out system messages based on Locale.