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

A

AbstractJSO() - Constructor for class com.vaadin.client.communication.AtmospherePushConnection.AbstractJSO
JavaScriptObject constructor.
accept(V) - Method in interface com.vaadin.client.flow.collection.JsCollections.ForEachCallback
Receives one value.
accept(V, K) - Method in interface com.vaadin.client.flow.collection.JsMap.ForEachCallback
Receives one key-value pair.
add(JsonValue) - Method in class com.vaadin.client.communication.ServerRpcQueue
Adds an explicit RPC method invocation to the send queue.
add(int, Element) - Method in class com.vaadin.client.ExistingElementMap
Adds the id and the element to the mapping.
add(V) - Method in class com.vaadin.client.flow.collection.jre.JreJsSet
Deprecated.
 
add(V) - Method in class com.vaadin.client.flow.collection.JsSet
Adds a value to this set, overwriting any previous value if present.
add(String) - Method in interface com.vaadin.client.flow.dom.DomElement.DomTokenList
Adds token to the underlying string.
add(int, Object) - Method in class com.vaadin.client.flow.nodefeature.NodeList
Shorthand for adding the given item at the given index.
addBootstrapData(LinkedHashMap<String, Double>) - Method in interface com.vaadin.client.Profiler.ProfilerResultConsumer
 
addChangeListener(MapPropertyChangeListener) - Method in class com.vaadin.client.flow.nodefeature.MapProperty
Adds a listener that gets notified when the value of this property changes.
addDependency(ReactiveValue) - Method in class com.vaadin.client.flow.reactive.Computation
Adds a dependency to a reactive value.
addDomNodeSetListener(Function<StateNode, Boolean>) - Method in class com.vaadin.client.flow.StateNode
Adds a listener to get a notification when the DOM Node is set for this StateNode.
addEventCollector(ReactiveValueChangeListener) - Static method in class com.vaadin.client.flow.reactive.Reactive
Adds a reactive change listener that will be invoked whenever a reactive change event is fired from any reactive event router.
addFlushListener(FlushListener) - Static method in class com.vaadin.client.flow.reactive.Reactive
Adds a listener that will be invoked the next time Reactive.flush() is invoked.
addHandler(Event.Type<H>, H) - Method in class com.vaadin.client.gwt.com.google.web.bindery.event.shared.SimpleEventBus
 
addHandler(H) - Method in class com.vaadin.client.UILifecycle
Adds a state change event handler.
addHandlerToSource(Event.Type<H>, Object, H) - Method in class com.vaadin.client.gwt.com.google.web.bindery.event.shared.SimpleEventBus
 
addListener(L) - Method in class com.vaadin.client.flow.reactive.ReactiveEventRouter
Adds a listener to this event router.
addOnloadHandler(Element, ResourceLoader.ResourceLoadListener, ResourceLoader.ResourceLoadEvent) - Static method in class com.vaadin.client.ResourceLoader
Adds an onload listener to the given element, which should be a link or a script tag.
addPostFlushListener(FlushListener) - Static method in class com.vaadin.client.flow.reactive.Reactive
Adds a listener that will be invoked during the next Reactive.flush(), after all regular flush listeners have been invoked.
addProfilerData(Profiler.Node, List<Profiler.Node>) - Method in interface com.vaadin.client.Profiler.ProfilerResultConsumer
 
addPropertyAddListener(MapPropertyAddListener) - Method in class com.vaadin.client.flow.nodefeature.NodeMap
Adds a listener that is informed whenever a new property is added to this map.
addReactiveListener(ReactiveValueChangeListener) - Method in class com.vaadin.client.flow.reactive.ReactiveEventRouter
Adds a generic reactive change listener to this router.
addReactiveValueChangeListener(ReactiveValueChangeListener) - Method in class com.vaadin.client.flow.nodefeature.MapProperty
 
addReactiveValueChangeListener(ReactiveValueChangeListener) - Method in class com.vaadin.client.flow.nodefeature.NodeList
 
addReactiveValueChangeListener(ReactiveValueChangeListener) - Method in class com.vaadin.client.flow.nodefeature.NodeMap
 
addReactiveValueChangeListener(ReactiveValueChangeListener) - Method in interface com.vaadin.client.flow.reactive.ReactiveValue
Adds a listener that has a dependency to this value, and should be notified when this value changes.
addReadyListener(Element, Runnable) - Static method in class com.vaadin.client.PolymerUtils
Adds the listener which will be invoked when the polymerElement becomes "ready" meaning that it's method ready is called.
addRequestStartingHandler(RequestStartingEvent.Handler) - Method in class com.vaadin.client.communication.RequestResponseTracker
Adds a handler for RequestStartingEvents.
addResponseHandlingEndedHandler(ResponseHandlingEndedEvent.Handler) - Method in class com.vaadin.client.communication.RequestResponseTracker
Adds a handler for ResponseHandlingEndedEvents.
addResponseHandlingStartedHandler(ResponseHandlingStartedEvent.Handler) - Method in class com.vaadin.client.communication.RequestResponseTracker
Adds a handler for ResponseHandlingStartedEvents.
addSpliceListener(ListSpliceListener) - Method in class com.vaadin.client.flow.nodefeature.NodeList
Adds a listener that will be notified when the list structure changes.
addUnregisterListener(NodeUnregisterListener) - Method in class com.vaadin.client.flow.StateNode
Adds a listener that will be notified when this node is unregistered.
appendChild(Node) - Method in interface com.vaadin.client.flow.dom.DomNode
Insert a node as the last child node of this element.
ApplicationConfiguration - Class in com.vaadin.client
Application configuration data.
ApplicationConfiguration() - Constructor for class com.vaadin.client.ApplicationConfiguration
 
ApplicationConnection - Class in com.vaadin.client
Main class for an application / UI.
ApplicationConnection(ApplicationConfiguration) - Constructor for class com.vaadin.client.ApplicationConnection
Creates an application connection using the given configuration.
apply(Object, JsArray<?>) - Method in class com.vaadin.client.flow.util.NativeFunction
Invokes this function with a given this and arguments provided as an array.
array() - Static method in class com.vaadin.client.flow.collection.JsCollections
Creates a new JavaScript Array.
array(T...) - Static method in class com.vaadin.client.flow.collection.JsCollections
Creates a new JavaScript Array with the given contents.
asList(JsArray<T>) - Static method in class com.vaadin.client.flow.collection.jre.JreJsArray
Deprecated.
Gets the values of this array as a list.
AtmosphereConfiguration() - Constructor for class com.vaadin.client.communication.AtmospherePushConnection.AtmosphereConfiguration
JavaScriptObject constructor.
AtmospherePushConnection - Class in com.vaadin.client.communication
The default PushConnection implementation that uses Atmosphere for handling the communication channel.
AtmospherePushConnection(Registry) - Constructor for class com.vaadin.client.communication.AtmospherePushConnection
Creates a new instance connected to the given registry.
AtmospherePushConnection.AbstractJSO - Class in com.vaadin.client.communication
JavaScriptObject class with some helper methods to set and get primitive values.
AtmospherePushConnection.AtmosphereConfiguration - Class in com.vaadin.client.communication
Provides information from the Atmosphere configuration object.
AtmospherePushConnection.AtmosphereResponse - Class in com.vaadin.client.communication
Provides data from an Atmosphere response JavaScript object.
AtmospherePushConnection.FragmentedMessage - Class in com.vaadin.client.communication
Represents a message splitted into multiple fragments of maximum length AtmospherePushConnection.FragmentedMessage.FRAGMENT_LENGTH.
AtmospherePushConnection.State - Enum in com.vaadin.client.communication
Represents the connection state of a push connection.
AtmosphereResponse() - Constructor for class com.vaadin.client.communication.AtmospherePushConnection.AtmosphereResponse
JavaScriptObject constructor.
attachExistingElement(StateNode, Element, String, int) - Static method in class com.vaadin.client.ExecuteJavaScriptElementUtils
Calculate the data required for server side callback to attach existing element and send it to the server.

B

beforeNavigation(String, boolean) - Method in class com.vaadin.client.ScrollPositionHandler
Store scroll positions when there has been navigation triggered by a click on a link element.
bind(ConnectionStateHandler) - Static method in class com.vaadin.client.communication.ReconnectDialogConfiguration
Binds this ReconnectDialogConfiguration to the given ConnectionStateHandler so that ConnectionStateHandler.configurationUpdated() is run whenever a relevant part of ReconnectDialogConfiguration changes.
bind(StateNode, Node) - Static method in class com.vaadin.client.flow.binding.Binder
Bind the domNode to the stateNode.
bind(StateNode, Node) - Method in interface com.vaadin.client.flow.binding.BinderContext
Binds a DOM node for the given state node.
bind(StateNode, T, BinderContext) - Method in interface com.vaadin.client.flow.binding.BindingStrategy
Binds a DOM node to the stateNode using context to create and bind nodes of other types.
bind(StateNode, Element, BinderContext) - Method in class com.vaadin.client.flow.binding.SimpleElementBindingStrategy
 
bind(StateNode, Text, BinderContext) - Method in class com.vaadin.client.flow.binding.TextBindingStrategy
 
bind() - Method in class com.vaadin.client.flow.FragmentHandler
Adds a request response tracker to the given registry for making sure the fragment is handled correctly if the location has not been updated during the response.
bind(Registry, Element) - Static method in class com.vaadin.client.flow.RouterLinkHandler
Adds a click event listener for the given element for intercepting application navigation related click events and sending them to server.
bind() - Method in class com.vaadin.client.PopStateHandler
Start listening to popstate events and send them to the server.
Binder - Class in com.vaadin.client.flow.binding
Entry point for binding Node to state nodes.
BinderContext - Interface in com.vaadin.client.flow.binding
Binder context which is passed to the BindingStrategy instances enabling them to delegate the creation of any child nodes.
BindingStrategy<T extends elemental.dom.Node> - Interface in com.vaadin.client.flow.binding
Binding strategy/factory for StateNodes.
bindServerEventHandlerNames(Element, StateNode) - Static method in class com.vaadin.client.flow.binding.ServerEventHandlerBinder
Registers all the server event handler names found in the NodeFeatures.CLIENT_DELEGATE_HANDLERS feature in the state node as serverObject.<methodName>.
bindServerEventHandlerNames(Supplier<ServerEventObject>, StateNode, int) - Static method in class com.vaadin.client.flow.binding.ServerEventHandlerBinder
Registers all the server event handler names found in the feature with the featureId in the ServerEventObject object.
Bootstrapper - Class in com.vaadin.client.bootstrap
Handles bootstrapping of the application.
Bootstrapper() - Constructor for class com.vaadin.client.bootstrap.Bootstrapper
 
BrowserInfo - Class in com.vaadin.client
Provides a way to query information about web browser.

C

call(Object, Object...) - Method in class com.vaadin.client.flow.util.NativeFunction
Invokes this function with a given this and arguments provides as varargs.
clear() - Method in class com.vaadin.client.communication.ServerRpcQueue
Clears the queue.
clear() - Method in class com.vaadin.client.flow.collection.jre.JreJsMap
Deprecated.
 
clear() - Method in class com.vaadin.client.flow.collection.jre.JreJsSet
Deprecated.
 
clear() - Method in class com.vaadin.client.flow.collection.JsArray
Clears the array.
clear() - Method in class com.vaadin.client.flow.collection.JsMap
Removes all mappings from this map.
clear() - Method in class com.vaadin.client.flow.collection.JsSet
Removes all values from this set.
clear() - Method in class com.vaadin.client.flow.nodefeature.NodeList
Removes all the nodes from the list.
clearNodeData(T) - Method in class com.vaadin.client.flow.StateNode
Removes the object from the stored data.
ClientEngineLinker - Class in com.vaadin.flow.linker
Customized version of SingleScriptLinker which uses a modified version of the single script template ().
ClientEngineLinker() - Constructor for class com.vaadin.flow.linker.ClientEngineLinker
 
ClientJsonCodec - Class in com.vaadin.client.flow.util
Static helpers for encoding and decoding JSON.
cloneNode(boolean) - Method in interface com.vaadin.client.flow.dom.DomNode
Clone a Node, and optionally, all of its contents.
com.vaadin.client - package com.vaadin.client
 
com.vaadin.client.bootstrap - package com.vaadin.client.bootstrap
 
com.vaadin.client.communication - package com.vaadin.client.communication
 
com.vaadin.client.flow - package com.vaadin.client.flow
 
com.vaadin.client.flow.binding - package com.vaadin.client.flow.binding
 
com.vaadin.client.flow.collection - package com.vaadin.client.flow.collection
 
com.vaadin.client.flow.collection.jre - package com.vaadin.client.flow.collection.jre
 
com.vaadin.client.flow.dom - package com.vaadin.client.flow.dom
 
com.vaadin.client.flow.model - package com.vaadin.client.flow.model
 
com.vaadin.client.flow.nodefeature - package com.vaadin.client.flow.nodefeature
 
com.vaadin.client.flow.reactive - package com.vaadin.client.flow.reactive
 
com.vaadin.client.flow.util - package com.vaadin.client.flow.util
 
com.vaadin.client.gwt.com.google.web.bindery.event.shared - package com.vaadin.client.gwt.com.google.web.bindery.event.shared
 
com.vaadin.client.gwt.elemental.js.util - package com.vaadin.client.gwt.elemental.js.util
 
com.vaadin.flow.client.osgi - package com.vaadin.flow.client.osgi
 
com.vaadin.flow.linker - package com.vaadin.flow.linker
 
Command - Interface in com.vaadin.client
A generic command interface meant to be used for passing lambdas around.
Computation - Class in com.vaadin.client.flow.reactive
Automatically reruns Computation.doRecompute() whenever any reactive value used by it changes.
Computation() - Constructor for class com.vaadin.client.flow.reactive.Computation
Creates a new computation.
configurationUpdated() - Method in interface com.vaadin.client.communication.ConnectionStateHandler
Called when some part of the reconnect dialog configuration has been changed.
configurationUpdated() - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
 
ConnectionStateHandler - Interface in com.vaadin.client.communication
Handles problems and other events which occur during communication with the server.
Console - Class in com.vaadin.client
Helper class for using window.console.
ConstantPool - Class in com.vaadin.client.flow
Map of constant values received from the server.
ConstantPool() - Constructor for class com.vaadin.client.flow.ConstantPool
 
contains(String) - Method in interface com.vaadin.client.flow.dom.DomElement.DomTokenList
Returns whether the underlying string contains token.
containsKey(String) - Method in class com.vaadin.client.ValueMap
Checks if the map contains the given key.
convert(Function<Object, JsonValue>) - Method in class com.vaadin.client.flow.nodefeature.NodeFeature
Convert the feature values into a JsonValue using provided converter for the values stored in the feature (i.e.
convert(Function<Object, JsonValue>) - Method in class com.vaadin.client.flow.nodefeature.NodeList
 
convert(Function<Object, JsonValue>) - Method in class com.vaadin.client.flow.nodefeature.NodeMap
 
crazyJsCast(Object) - Static method in class com.vaadin.client.WidgetUtil
Anything in, anything out.
crazyJsoCast(Object) - Static method in class com.vaadin.client.WidgetUtil
Anything in, JSO out.
create(Registry) - Method in interface com.vaadin.client.communication.PushConnectionFactory
Creates a new PushConnection instance for the given registry.
create(StateNode) - Method in interface com.vaadin.client.flow.binding.BindingStrategy
Creates a DOM node for the node.
create(StateNode) - Method in class com.vaadin.client.flow.binding.SimpleElementBindingStrategy
 
create(StateNode) - Method in class com.vaadin.client.flow.binding.TextBindingStrategy
 
create(String...) - Static method in class com.vaadin.client.flow.util.NativeFunction
Creates a new function with the given parameters and implementation.
createAndBind(StateNode) - Method in interface com.vaadin.client.flow.binding.BinderContext
Creates and binds a DOM node for the given state node.
createConfig() - Method in class com.vaadin.client.communication.AtmospherePushConnection
Creates the default Atmosphere configuration object.
createJsonObject() - Static method in class com.vaadin.client.WidgetUtil
Creates a new JsonObject with the JavaScript prototype.
createJsonObjectWithoutPrototype() - Static method in class com.vaadin.client.WidgetUtil
Creates a new JsonObject without any JavaScript prototype at all.
createModelTree(Object) - Static method in class com.vaadin.client.PolymerUtils
Makes an attempt to convert an object into json.
createResponseHandler() - Method in class com.vaadin.client.communication.XhrConnection
 

D

Debouncer - Class in com.vaadin.client.flow.binding
Manages debouncing of events.
debug(Object) - Static method in class com.vaadin.client.Console
If not in production mode, logs the given message to the browser console using the debug log level.
decodeStateNode(StateTree, JsonValue) - Static method in class com.vaadin.client.flow.util.ClientJsonCodec
Decodes a value as a StateNode encoded on the server using JsonCodec.encodeWithTypeInfo(Object) if it's possible.
decodeWithoutTypeInfo(JsonValue) - Static method in class com.vaadin.client.flow.util.ClientJsonCodec
Decodes a value encoded on the server using JsonCodec.encodeWithoutTypeInfo(Object).
decodeWithTypeInfo(StateTree, JsonValue) - Static method in class com.vaadin.client.flow.util.ClientJsonCodec
Decodes a value encoded on the server using JsonCodec.encodeWithTypeInfo(Object).
DefaultConnectionStateHandler - Class in com.vaadin.client.communication
Default implementation of the connection state handler.
DefaultConnectionStateHandler(Registry) - Constructor for class com.vaadin.client.communication.DefaultConnectionStateHandler
Creates a new instance connected to the given registry.
DefaultConnectionStateHandler.Type - Enum in com.vaadin.client.communication
 
DefaultReconnectDialog - Class in com.vaadin.client.communication
The default implementation of the reconnect dialog
DefaultReconnectDialog() - Constructor for class com.vaadin.client.communication.DefaultReconnectDialog
Creates a new instance.
DefaultRegistry - Class in com.vaadin.client
A registry implementation used by ApplicationConnection.
DefaultRegistry(ApplicationConnection, ApplicationConfiguration) - Constructor for class com.vaadin.client.DefaultRegistry
Constructs a registry based on the given application connection and configuration references.
defineMethod(String, StateNode) - Method in class com.vaadin.client.flow.binding.ServerEventObject
Defines a method with the given name to be a callback to the server for the given state node.
defineProperty(Object, String, JsObject.PropertyDescriptor) - Static method in class com.vaadin.client.flow.util.JsObject
Adds a property to a JavaScript object.
delete(K) - Method in class com.vaadin.client.flow.collection.jre.JreJsMap
Deprecated.
 
delete(V) - Method in class com.vaadin.client.flow.collection.jre.JreJsSet
Deprecated.
 
delete(K) - Method in class com.vaadin.client.flow.collection.jre.JreJsWeakMap
Deprecated.
 
delete(K) - Method in class com.vaadin.client.flow.collection.JsMap
Removes the mapping for a given key.
delete(V) - Method in class com.vaadin.client.flow.collection.JsSet
Removes the given value from the set.
delete(K) - Method in interface com.vaadin.client.flow.collection.JsWeakMap
Removes the mapping for a given key.
deleteJsProperty(Object, String) - Static method in class com.vaadin.client.WidgetUtil
Removes a JavaScript property from an object.
DependencyLoader - Class in com.vaadin.client
Handles loading of dependencies (stylesheets and scripts) in the application.
DependencyLoader(Registry) - Constructor for class com.vaadin.client.DependencyLoader
Creates a new instance connected to the given registry.
disconnect(Command) - Method in class com.vaadin.client.communication.AtmospherePushConnection
 
disconnect(Command) - Method in interface com.vaadin.client.communication.PushConnection
Closes the push connection.
dispatch(RequestStartingEvent.Handler) - Method in class com.vaadin.client.communication.RequestStartingEvent
 
dispatch(ResponseHandlingEndedEvent.Handler) - Method in class com.vaadin.client.communication.ResponseHandlingEndedEvent
 
dispatch(ResponseHandlingStartedEvent.Handler) - Method in class com.vaadin.client.communication.ResponseHandlingStartedEvent
 
dispatch(UILifecycle.StateChangeHandler) - Method in class com.vaadin.client.UILifecycle.StateChangeEvent
 
dispatchEvent(L, E) - Method in class com.vaadin.client.flow.reactive.ReactiveEventRouter
Callback for dispatching an event to a listener.
doClear() - Method in class com.vaadin.client.flow.collection.jre.JreJsArray
Deprecated.
Internal method called to clear the array.
doEmitCompilation(TreeLogger, LinkerContext, CompilationResult, ArtifactSet) - Method in class com.vaadin.flow.linker.ClientEngineLinker
 
doGet(int) - Method in class com.vaadin.client.flow.collection.jre.JreJsArray
Deprecated.
JRE implementation of the final JsArray.get(int) method.
DomApi - Class in com.vaadin.client.flow.dom
Access point for DOM API.
DomApiImpl - Interface in com.vaadin.client.flow.dom
A DOM API abstraction layer to be used via DomApi.wrap(Node).
DomElement - Interface in com.vaadin.client.flow.dom
Element that has all methods from Element API that have been overridden in Polymer DOM module.
DomElement.DomTokenList - Interface in com.vaadin.client.flow.dom
A DOMTokenList java representation.
DomNode - Interface in com.vaadin.client.flow.dom
Node that has all methods from Node API that have been overridden in Polymer DOM module.
doRecompute() - Method in class com.vaadin.client.flow.reactive.Computation
Does the actual recomputation.
doReconnect(JsonObject) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
Re-sends the payload to the server (if not null) or re-sends a heartbeat request immediately.
doRemove(Event.Type<H>, Object, H) - Method in class com.vaadin.client.gwt.com.google.web.bindery.event.shared.SimpleEventBus
Deprecated.
required by legacy features in GWT's old HandlerManager
doSet(int, T) - Method in class com.vaadin.client.flow.collection.jre.JreJsArray
Deprecated.
JRE implementation of the final JsArray.set(int, Object) method.
doSpliceArray(int, int, JsArray<? extends T>) - Method in class com.vaadin.client.flow.collection.jre.JreJsArray
Deprecated.
JRE implementation of the final JsArray.spliceArray(int, int, JsArray) method.

E

emitSelectionScript(TreeLogger, LinkerContext, ArtifactSet) - Method in class com.vaadin.flow.linker.ClientEngineLinker
 
EnabledProfiler() - Constructor for class com.vaadin.client.Profiler.EnabledProfiler
 
encodeWithoutTypeInfo(Object) - Static method in class com.vaadin.client.flow.util.ClientJsonCodec
Helper for encoding any "primitive" value that is directly supported in JSON.
endRequest() - Method in class com.vaadin.client.communication.RequestResponseTracker
Marks that the current request has ended.
ENGINE_GECKO - Static variable in class com.vaadin.client.BrowserInfo
 
ENGINE_PRESTO - Static variable in class com.vaadin.client.BrowserInfo
 
ENGINE_TRIDENT - Static variable in class com.vaadin.client.BrowserInfo
 
ENGINE_WEBKIT - Static variable in class com.vaadin.client.BrowserInfo
 
ensureTriggered() - Method in class com.vaadin.client.LoadingIndicator
Triggers displaying of this loading indicator unless it's already visible or scheduled to be shown after a delay.
enter(String) - Static method in class com.vaadin.client.Profiler
Enters a named block.
enterChild(String, double) - Method in class com.vaadin.client.Profiler.Node
Creates a new child node or retrieves and existing child and updates its total time and hit count.
error(Object) - Static method in class com.vaadin.client.Console
If not in production mode, logs the given message to the browser console using the error log level.
ErrorMessage - Class in com.vaadin.client.bootstrap
Wraps a native javascript object containing fields for an error message
ErrorMessage() - Constructor for class com.vaadin.client.bootstrap.ErrorMessage
 
execute() - Method in interface com.vaadin.client.Command
Runs the given command.
execute(JsonArray) - Method in class com.vaadin.client.flow.ExecuteJavaScriptProcessor
Executes invocations received from the server.
ExecuteJavaScriptElementUtils - Class in com.vaadin.client
Utility class which handles javascript execution context (see ExecuteJavaScriptProcessor#getContextExecutionObject()).
ExecuteJavaScriptProcessor - Class in com.vaadin.client.flow
Processes the result of Page.executeJs(String, java.io.Serializable...) on the client.
ExecuteJavaScriptProcessor(Registry) - Constructor for class com.vaadin.client.flow.ExecuteJavaScriptProcessor
Creates a new processor with the given registry.
ExistingElementMap - Class in com.vaadin.client
Mapping between a server side node identifier which has been requested to attach existing client side element.
ExistingElementMap() - Constructor for class com.vaadin.client.ExistingElementMap
 

F

fillSelectionScriptTemplate(StringBuffer, TreeLogger, LinkerContext, ArtifactSet, CompilationResult) - Method in class com.vaadin.flow.linker.ClientEngineLinker
 
fireEvent(E) - Method in class com.vaadin.client.flow.reactive.ReactiveEventRouter
Fires an event to all listeners added to this router using ReactiveEventRouter.addListener(Object) or ReactiveEventRouter.addReactiveListener(ReactiveValueChangeListener) as well as all global event collectors added using Reactive.addEventCollector(ReactiveValueChangeListener).
fireEvent(Event<?>) - Method in class com.vaadin.client.gwt.com.google.web.bindery.event.shared.SimpleEventBus
 
fireEventFromSource(Event<?>, Object) - Method in class com.vaadin.client.gwt.com.google.web.bindery.event.shared.SimpleEventBus
 
fireReadyEvent(Element) - Static method in class com.vaadin.client.PolymerUtils
Fires the ready event for the polymerElement.
flush() - Method in class com.vaadin.client.communication.ServerRpcQueue
Triggers a send of server RPC and legacy variable changes to the server.
flush() - Method in interface com.vaadin.client.flow.reactive.FlushListener
Invoked on Reactive.flush().
flush() - Static method in class com.vaadin.client.flow.reactive.Reactive
Flushes all flush listeners and post flush listeners.
FlushListener - Interface in com.vaadin.client.flow.reactive
Listener that is invoked by Reactive.flush().
flushPropertyUpdates() - Method in class com.vaadin.client.InitialPropertiesHandler
Flushes collected property update queue (requested to be sent from the client to the server).
forEach(JsCollections.ForEachCallback<T>) - Method in class com.vaadin.client.flow.collection.jre.JreJsArray
Deprecated.
 
forEach(JsMap.ForEachCallback<K, V>) - Method in class com.vaadin.client.flow.collection.jre.JreJsMap
Deprecated.
 
forEach(JsCollections.ForEachCallback<V>) - Method in class com.vaadin.client.flow.collection.jre.JreJsSet
Deprecated.
 
forEach(JsCollections.ForEachCallback<T>) - Method in class com.vaadin.client.flow.collection.JsArray
Invokes the provided callback for each value in this array.
forEach(JsMap.ForEachCallback<K, V>) - Method in class com.vaadin.client.flow.collection.JsMap
Invokes the provided callback for each mapping in this map.
forEach(JsCollections.ForEachCallback<V>) - Method in class com.vaadin.client.flow.collection.JsSet
Invokes the provided callback for each value in this set.
forEach(JsCollections.ForEachCallback<Object>) - Method in class com.vaadin.client.flow.nodefeature.NodeList
Iterates all values in this list.
forEachFeature(JsMap.ForEachCallback<Double, NodeFeature>) - Method in class com.vaadin.client.flow.StateNode
Iterates all features in this node.
forEachProperty(JsMap.ForEachCallback<String, MapProperty>) - Method in class com.vaadin.client.flow.nodefeature.NodeMap
Iterates all properties in this map.
FragmentedMessage(String) - Constructor for class com.vaadin.client.communication.AtmospherePushConnection.FragmentedMessage
Creates a new instance based on the given message.
FragmentHandler - Class in com.vaadin.client.flow
Handler that makes sure that scroll to fragment and hash change event work when there has been navigation via router link to a path with fragment.
FragmentHandler(String, String, Registry) - Constructor for class com.vaadin.client.flow.FragmentHandler
Creates a new fragment handler.

G

get() - Static method in class com.vaadin.client.BrowserInfo
Singleton method to get BrowserInfo object.
get(Element) - Static method in class com.vaadin.client.flow.binding.ServerEventObject
Gets or creates element.$server for the given element.
get(K) - Method in class com.vaadin.client.flow.collection.jre.JreJsMap
Deprecated.
 
get(K) - Method in class com.vaadin.client.flow.collection.jre.JreJsWeakMap
Deprecated.
 
get(int) - Method in class com.vaadin.client.flow.collection.JsArray
Gets the item at the given index.
get(K) - Method in class com.vaadin.client.flow.collection.JsMap
Gets the value mapped for the given key.
get(K) - Method in interface com.vaadin.client.flow.collection.JsWeakMap
Gets the value mapped for the given key.
get(String) - Method in class com.vaadin.client.flow.ConstantPool
Gets the constant with a given key.
get(int) - Method in class com.vaadin.client.flow.nodefeature.NodeList
Gets the item at the given index.
get(String, Xhr.Callback) - Static method in class com.vaadin.client.gwt.elemental.js.util.Xhr
Send a GET request to the url and dispatch updates to the callback.
get(Window, String, Xhr.Callback) - Static method in class com.vaadin.client.gwt.elemental.js.util.Xhr
Send a GET request to the url and dispatch updates to the callback.
get(Class<T>) - Method in class com.vaadin.client.Registry
Gets an instance of the given type from the lookup table.
getAbsoluteUrl(String) - Static method in class com.vaadin.client.WidgetUtil
Resolve a relative URL to an absolute URL based on the current document's location.
getAdd() - Method in class com.vaadin.client.flow.nodefeature.ListSpliceEvent
Gets an array of added items.
getAlias() - Method in class com.vaadin.flow.client.osgi.OSGiClientStaticResource
 
getApplicationConfiguration() - Method in class com.vaadin.client.Registry
Gets the ApplicationConfiguration singleton.
getApplicationConnection() - Method in class com.vaadin.client.Registry
Gets the ApplicationConnection singleton.
getApplicationId() - Method in class com.vaadin.client.ApplicationConfiguration
Gets the id generated for the application.
getAsDebugJson(Object) - Method in class com.vaadin.client.flow.nodefeature.NodeFeature
Helper for getting a JSON representation of a child value.
getAssociatedType() - Method in class com.vaadin.client.communication.RequestStartingEvent
 
getAssociatedType() - Method in class com.vaadin.client.communication.ResponseHandlingEndedEvent
 
getAssociatedType() - Method in class com.vaadin.client.communication.ResponseHandlingStartedEvent
 
getAssociatedType() - Method in class com.vaadin.client.UILifecycle.StateChangeEvent
 
getAtmosphereJSVersion() - Method in class com.vaadin.client.ApplicationConfiguration
Gets the Atmosphere JavaScript version in use.
getAtmosphereJSVersion() - Method in class com.vaadin.client.bootstrap.JsoConfiguration
Gets the JS version used in the Atmosphere framework.
getAtmosphereVersion() - Method in class com.vaadin.client.ApplicationConfiguration
Gets the Atmosphere runtime version in use.
getAtmosphereVersion() - Method in class com.vaadin.client.bootstrap.JsoConfiguration
Gets the version of the Atmosphere framework.
getBaseRelativeUri(String, String) - Static method in class com.vaadin.client.URIResolver
Returns the given uri as relative to the given base uri.
getBooleanValue(String) - Method in class com.vaadin.client.communication.AtmospherePushConnection.AbstractJSO
Gets the given property value as a boolean.
getBrowserMajorVersion() - Method in class com.vaadin.client.BrowserInfo
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.client.BrowserInfo
Returns the browser minor version e.g., 5 for Firefox 3.5.
getCaption() - Method in class com.vaadin.client.bootstrap.ErrorMessage
 
getChildNodes() - Method in interface com.vaadin.client.flow.dom.DomNode
Returns the childNodes property.
getChildren() - Method in interface com.vaadin.client.flow.dom.DomElement
Returns the children property containing all child elements of the element, as a live collection.
getChildren() - Method in class com.vaadin.client.Profiler.Node
Gets the child nodes of this node.
getClassList() - Method in interface com.vaadin.client.flow.dom.DomElement
Returns the classList property.
getCommunicationMethodName() - Method in class com.vaadin.client.communication.MessageSender
Returns a human readable string representation of the method used to communicate with the server.
getConfig() - Method in class com.vaadin.client.communication.AtmospherePushConnection
 
getConfigBoolean(String) - Method in class com.vaadin.client.bootstrap.JsoConfiguration
Reads a configuration parameter as a boolean.
getConfigError(String) - Method in class com.vaadin.client.bootstrap.JsoConfiguration
Reads a configuration parameter as an ErrorMessage object.
getConfigInteger(String) - Method in class com.vaadin.client.bootstrap.JsoConfiguration
Reads a configuration parameter as an integer object.
getConfigString(String) - Method in class com.vaadin.client.bootstrap.JsoConfiguration
Reads a configuration parameter as a string.
getConfigStringArray(String) - Method in class com.vaadin.client.bootstrap.JsoConfiguration
Reads a configuration parameter as a String array.
getConfigValueMap(String) - Method in class com.vaadin.client.bootstrap.JsoConfiguration
Reads a configuration parameter as a ValueMap.
getConnectionStateHandler() - Method in class com.vaadin.client.Registry
Gets the ConnectionStateHandler singleton.
getConstantPool() - Method in class com.vaadin.client.Registry
Gets the ConstantPool singleton.
getContextRootUrl() - Method in class com.vaadin.client.ApplicationConfiguration
Gets the URL of the context root on the server.
getContextRootUrl() - Method in class com.vaadin.client.URIResolver
 
getCount() - Method in class com.vaadin.client.Profiler.Node
Gets the number of times this node has been entered.
getCsrfToken() - Method in class com.vaadin.client.communication.MessageHandler
Gets the token (aka double submit cookie) that the server uses to protect against Cross Site Request Forgery attacks.
getCurrentComputation() - Static method in class com.vaadin.client.flow.reactive.Reactive
Gets the currently active computation.
getCurrentLocationRelativeToBaseUri() - Static method in class com.vaadin.client.URIResolver
Returns the current document location as relative to the base uri of the document.
getCustomElement(Node, JsonArray) - Static method in class com.vaadin.client.PolymerUtils
Gets the custom element using path of indices starting from the root.
getDebugJson() - Method in class com.vaadin.client.flow.nodefeature.NodeFeature
Gets a JSON object representing the contents of this feature.
getDebugJson() - Method in class com.vaadin.client.flow.nodefeature.NodeList
 
getDebugJson() - Method in class com.vaadin.client.flow.nodefeature.NodeMap
 
getDebugJson() - Method in class com.vaadin.client.flow.StateNode
Gets a JSON object representing the contents of this node.
getDependencyLoader() - Method in class com.vaadin.client.Registry
Gets the DependencyLoader singleton.
getDescription() - Method in class com.vaadin.flow.linker.ClientEngineLinker
 
getDialogGracePeriod() - Method in class com.vaadin.client.communication.ReconnectDialogConfiguration
Gets the time in milliseconds to wait after noticing a loss of connection but before showing the reconnect dialog.
getDialogText(int) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
Gets the text to show in the reconnect dialog.
getDialogText() - Method in class com.vaadin.client.communication.ReconnectDialogConfiguration
Gets the text to show in the reconnect dialog.
getDialogTextGaveUp(int) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
Gets the text to show in the reconnect dialog after giving up (reconnect limit reached).
getDialogTextGaveUp() - Method in class com.vaadin.client.communication.ReconnectDialogConfiguration
Gets the text to show in the reconnect dialog when no longer trying to reconnect.
getDomElementById(Node, String) - Static method in class com.vaadin.client.PolymerUtils
Find the DOM element inside shadow root of the shadowRootParent.
getDomNode() - Method in class com.vaadin.client.flow.StateNode
Gets the DOM node associated with this state node.
getDomRoot(Node) - Static method in class com.vaadin.client.PolymerUtils
Returns the shadow root of the templateElement.
getElement(int) - Method in class com.vaadin.client.ExistingElementMap
Gets the element stored via the ExistingElementMap.add(int, Element) method by the given id.
getElement() - Method in class com.vaadin.client.LoadingIndicator
Returns the root element of the loading indicator.
getElementInShadowRootById(ShadowRoot, String) - Static method in class com.vaadin.client.PolymerUtils
Get the element by id from the shadow root provided.
getException() - Method in class com.vaadin.client.communication.XhrConnectionError
Returns the exception which caused the problem, if available.
getExecuteJavaScriptProcessor() - Method in class com.vaadin.client.Registry
Gets the ExecuteJavaScriptProcessor singleton.
getExistingElementMap() - Method in class com.vaadin.client.Registry
Gets the ExistingElementMap singleton.
getExportedWebComponents() - Method in class com.vaadin.client.ApplicationConfiguration
Gets the exported web components.
getFallbackTransport() - Method in class com.vaadin.client.communication.AtmospherePushConnection.AtmosphereConfiguration
Gets the fallback transport mechanism.
getFirstChild() - Method in interface com.vaadin.client.flow.dom.DomNode
Returns the firstChild property.
getFirstDelay() - Method in class com.vaadin.client.LoadingIndicator
Returns the delay (in ms) which must pass before the loading indicator moves into the "first" state and is shown to the user
getFirstElementChild() - Method in interface com.vaadin.client.flow.dom.DomElement
Returns the firstElementChild property.
getFrontendRootUrl() - Method in class com.vaadin.client.ApplicationConfiguration
Gets the base URL of the frontend components on the server.
getFrontendRootUrl() - Method in class com.vaadin.client.URIResolver
 
getGeckoVersion() - Method in class com.vaadin.client.BrowserInfo
Returns the Gecko version if the browser is Gecko based.
getHandler(Event.Type<H>, int) - Method in class com.vaadin.client.gwt.com.google.web.bindery.event.shared.SimpleEventBus
Deprecated.
required by legacy features in GWT's old HandlerManager
getHandlerCount(Event.Type<?>) - Method in class com.vaadin.client.gwt.com.google.web.bindery.event.shared.SimpleEventBus
Deprecated.
required by legacy features in GWT's old HandlerManager
getHeartbeat() - Method in class com.vaadin.client.Registry
Gets the Heartbeat singleton.
getHeartbeatInterval() - Method in class com.vaadin.client.ApplicationConfiguration
Gets the interval for heartbeat requests.
getId(Element) - Method in class com.vaadin.client.ExistingElementMap
Gets the id stored via the ExistingElementMap.add(int, Element) method by the given element.
getId() - Method in class com.vaadin.client.flow.nodefeature.NodeFeature
Gets the id of this feature.
getId() - Method in class com.vaadin.client.flow.StateNode
Gets the id of this state node.
getIndex() - Method in class com.vaadin.client.flow.nodefeature.ListSpliceEvent
Gets the start index of the changes.
getInitialPropertiesHandler() - Method in class com.vaadin.client.Registry
Gets the InitialPropertiesHandler singleton.
getInnerHTML() - Method in interface com.vaadin.client.flow.dom.DomElement
Returns the innerHTML property.
getInt(String) - Method in class com.vaadin.client.ValueMap
Gets the value with the given key as an integer.
getInterval() - Method in class com.vaadin.client.communication.Heartbeat
 
getIntValue(String) - Method in class com.vaadin.client.communication.AtmospherePushConnection.AbstractJSO
Gets the given property value as an int.
getJsProperty(Object, String) - Static method in class com.vaadin.client.WidgetUtil
Retrieves the value of a JavaScript property.
getJSStringArray(String) - Method in class com.vaadin.client.ValueMap
Gets the value with the given key as an string array.
getKeys(Object) - Static method in class com.vaadin.client.WidgetUtil
Gets all JavaScript property names of the given object.
getLastChild() - Method in interface com.vaadin.client.flow.dom.DomNode
Returns the lastChild property.
getLastElementChild() - Method in interface com.vaadin.client.flow.dom.DomElement
Returns the lastElementChild property.
getLastSeenServerSyncId() - Method in class com.vaadin.client.communication.MessageHandler
Gets the server id included in the last received response.
getLength() - Method in interface com.vaadin.client.flow.dom.DomElement.DomTokenList
Returns the length property.
getList(int) - Method in class com.vaadin.client.flow.StateNode
Gets the node list with the given id.
getLoadingIndicator() - Method in class com.vaadin.client.Registry
Gets the LoadingIndicator singleton.
getMap() - Method in class com.vaadin.client.flow.nodefeature.MapProperty
Gets the map that this property belongs to.
getMap(int) - Method in class com.vaadin.client.flow.StateNode
Gets the node map with the given id.
getMaxTimeSpent() - Method in class com.vaadin.client.Profiler.Node
Gets the maximum time spent for one invocation of this node, including time spent in sub nodes.
getMessage() - Method in class com.vaadin.client.bootstrap.ErrorMessage
 
getMessageHandler() - Method in class com.vaadin.client.Registry
Gets the MessageHandler singleton.
getMessageSender() - Method in class com.vaadin.client.Registry
Gets the MessageSender singleton.
getMethods() - Method in class com.vaadin.client.flow.binding.ServerEventObject
Gets the defined methods.
getMinTimeSpent() - Method in class com.vaadin.client.Profiler.Node
Gets the minimum time spent for one invocation of this node, including time spent in sub nodes.
getName() - Method in class com.vaadin.client.flow.nodefeature.MapProperty
Gets the name of this property.
getName() - Method in class com.vaadin.client.Profiler.Node
Gets the name of the node.
getNewValue() - Method in class com.vaadin.client.flow.nodefeature.MapPropertyChangeEvent
Gets the new property value.
getNextFragment() - Method in class com.vaadin.client.communication.AtmospherePushConnection.FragmentedMessage
Gets the following fragment and increments the internal fragment counter so the following call to this method will return the following fragment.
getNextSibling() - Method in interface com.vaadin.client.flow.dom.DomNode
Returns the nextSibling property.
getNode() - Method in class com.vaadin.client.flow.nodefeature.NodeFeature
Gets the node of this feature.
getNode() - Method in class com.vaadin.client.flow.NodeUnregisterEvent
Gets the unregistered node.
getNode(int) - Method in class com.vaadin.client.flow.StateTree
Finds the node with the given id.
getNodeData(Class<T>) - Method in class com.vaadin.client.flow.StateNode
Gets the object previously stored by the StateNode.setNodeData(Object) by its type.
getOldValue() - Method in class com.vaadin.client.flow.nodefeature.MapPropertyChangeEvent
Gets the old property value.
getOrCreate(Node, String, double) - Static method in class com.vaadin.client.flow.binding.Debouncer
Gets an existing debouncer or creates a new one associated with the given DOM node, identifier and debounce timeout.
getOrCreateExpression(String) - Static method in class com.vaadin.client.flow.binding.ServerEventObject
 
getOwnTime() - Method in class com.vaadin.client.Profiler.Node
Gets the total time spent in this node, excluding time spent in sub nodes.
getParameter(String, String) - Static method in class com.vaadin.client.bootstrap.LocationParser
Gets the value of the given parameter using the given search (query) string.
getParameters() - Method in class com.vaadin.client.communication.PushConfiguration
Gets all configured push parameters.
getParent() - Method in class com.vaadin.client.flow.StateNode
Get the parent StateNode if set.
getParentNode() - Method in interface com.vaadin.client.flow.dom.DomNode
Gets the parent node of this node.
getPath() - Method in class com.vaadin.flow.client.osgi.OSGiClientStaticResource
 
getPayload() - Method in class com.vaadin.client.communication.XhrConnectionError
Returns the payload which was sent to the server.
getPoller() - Method in class com.vaadin.client.Registry
Gets the Poller singleton.
getPreviousSibling() - Method in interface com.vaadin.client.flow.dom.DomNode
Returns the previousSibling property.
getProperty() - Method in class com.vaadin.client.flow.nodefeature.MapPropertyAddEvent
Gets the added property.
getProperty(String) - Method in class com.vaadin.client.flow.nodefeature.NodeMap
Gets the property with a given name, creating it if necessary.
getPropertyNames() - Method in class com.vaadin.client.flow.nodefeature.NodeMap
Gets all property names in this map.
getPushConfiguration() - Method in class com.vaadin.client.Registry
Gets the PushConfiguration singleton.
getPushId() - Method in class com.vaadin.client.communication.MessageHandler
Gets the push connection identifier for this session.
getPushUrl() - Method in class com.vaadin.client.communication.PushConfiguration
Gets the push URL configured on the server.
getReactiveValue() - Method in class com.vaadin.client.flow.reactive.ReactiveEventRouter
Gets the reactive value for which this router fires event.
getReconnectAttempts() - Method in class com.vaadin.client.communication.ReconnectDialogConfiguration
Gets the number of reconnect attempts that should be performed before giving up.
getReconnectDialogConfiguration() - Method in class com.vaadin.client.Registry
Gets the ReconnectDialogConfiguration singleton.
getReconnectInterval() - Method in class com.vaadin.client.communication.ReconnectDialogConfiguration
Gets the interval in milliseconds to wait between reconnect attempts.
getRegistry() - Method in class com.vaadin.client.flow.StateTree
Gets the Registry that this state tree belongs to.
getRelativeTimeMillis() - Static method in class com.vaadin.client.Profiler
Returns time relative to the particular page load time.
getRelativeTimeString(double) - Static method in class com.vaadin.client.Profiler
Returns a string, suitable for output to the user, containing the number of milliseconds which have elapsed since the given reference time.
getRemove() - Method in class com.vaadin.client.flow.nodefeature.ListSpliceEvent
Gets an array of removed items.
getRequestResponseTracker() - Method in class com.vaadin.client.Registry
Gets the RequestResponseTracker singleton.
getResource(String) - Method in class com.vaadin.flow.client.osgi.OsgiClientResources
 
getResourceData() - Method in class com.vaadin.client.ResourceLoader.ResourceLoadEvent
Gets the absolute url or content of the loaded resource or the JS expression that imports the resource.
getResourceLoader() - Method in class com.vaadin.client.Registry
Gets the ResourceLoader singleton.
getResourceLoader() - Method in class com.vaadin.client.ResourceLoader.ResourceLoadEvent
Gets the resource loader that has fired this event.
getResponseBody() - Method in class com.vaadin.client.communication.AtmospherePushConnection.AtmosphereResponse
Gets the response text.
getRootNode() - Method in class com.vaadin.client.flow.StateTree
Gets the root node of this tree.
getRunningApplications() - Static method in class com.vaadin.client.bootstrap.Bootstrapper
Gets a list of references to all running application instances.
getScrollPositionHandler() - Method in class com.vaadin.client.Registry
Gets the ScrollPositionHandler singleton.
getSecondDelay() - Method in class com.vaadin.client.LoadingIndicator
Returns the delay (in ms) which must pass before the loading indicator moves to its "second" state.
getSelectionScriptTemplate(TreeLogger, LinkerContext) - Method in class com.vaadin.flow.linker.ClientEngineLinker
 
getServerConnector() - Method in class com.vaadin.client.Registry
Gets the ServerConnector singleton.
getServerRpcQueue() - Method in class com.vaadin.client.Registry
Gets the ServerRpcQueue singleton.
getServiceUrl() - Method in class com.vaadin.client.ApplicationConfiguration
Gets the URL to the server-side VaadinService.
getServletVersion() - Method in class com.vaadin.client.ApplicationConfiguration
Gets the Vaadin servlet version in use.
getSessionExpiredError() - Method in class com.vaadin.client.ApplicationConfiguration
Gets the message used when a session expiration error occurs.
getSource() - Method in class com.vaadin.client.flow.nodefeature.ListSpliceEvent
 
getSource() - Method in class com.vaadin.client.flow.nodefeature.MapPropertyAddEvent
 
getSource() - Method in class com.vaadin.client.flow.nodefeature.MapPropertyChangeEvent
 
getSource() - Method in class com.vaadin.client.flow.reactive.InvalidateEvent
Gets the invalidated computation.
getSource() - Method in class com.vaadin.client.flow.reactive.ReactiveValueChangeEvent
Gets the reactive value from which this event originates.
getState() - Method in class com.vaadin.client.communication.AtmospherePushConnection.AtmosphereResponse
Gets the Atmosphere reported state.
getState() - Method in class com.vaadin.client.UILifecycle
Gets the state of the UI.
getStateTree() - Method in class com.vaadin.client.Registry
Gets the StateTree singleton.
getStatusCode() - Method in class com.vaadin.client.communication.AtmospherePushConnection.AtmosphereResponse
Gets the response status code.
getStrategies(Predicate<BindingStrategy<?>>) - Method in interface com.vaadin.client.flow.binding.BinderContext
Gets the strategies with a specific type T using filtering predicate.
getString(String) - Method in class com.vaadin.client.ValueMap
Gets the value with the given key as a string.
getStringRepresentation(String) - Method in class com.vaadin.client.Profiler.Node
 
getStringValue(String) - Method in class com.vaadin.client.communication.AtmospherePushConnection.AbstractJSO
Gets the given property value as a String.
getSyncToServerCommand(Object) - Method in class com.vaadin.client.flow.nodefeature.MapProperty
Sets the value of this property and returns a synch to server command.
getSystemErrorHandler() - Method in class com.vaadin.client.Registry
Gets the SystemErrorHandler singleton.
getTag(StateNode) - Method in interface com.vaadin.client.flow.binding.BindingStrategy
Gets the tag value from the NodeFeatures.ELEMENT_DATA feature for the node.
getTag(StateNode) - Static method in class com.vaadin.client.PolymerUtils
Gets the tag name of the node.
getTextContent() - Method in interface com.vaadin.client.flow.dom.DomNode
Returns the textContent property.
getThirdDelay() - Method in class com.vaadin.client.LoadingIndicator
Returns the delay (in ms) which must pass before the loading indicator moves to its "third" state.
getTimeSpent() - Method in class com.vaadin.client.Profiler.Node
Gets the total time spent in this node, including time spent in sub nodes.
getTransport() - Method in class com.vaadin.client.communication.AtmospherePushConnection.AtmosphereConfiguration
Gets the transport mechanism.
getTransport() - Method in class com.vaadin.client.communication.AtmospherePushConnection.AtmosphereResponse
Gets the transport reported by Atmosphere.
getTransportType() - Method in class com.vaadin.client.communication.AtmospherePushConnection
 
getTransportType() - Method in interface com.vaadin.client.communication.PushConnection
Returns a human readable string representation of the transport type used to communicate with the server.
getTree() - Method in class com.vaadin.client.flow.StateNode
Gets the state tree that this node belongs to.
getType() - Static method in class com.vaadin.client.communication.RequestStartingEvent
Gets the type of the event after ensuring the type has been created.
getType() - Static method in class com.vaadin.client.communication.ResponseHandlingEndedEvent
Gets the type of the event after ensuring the type has been created.
getType() - Static method in class com.vaadin.client.communication.ResponseHandlingStartedEvent
Gets the type of the event after ensuring the type has been created.
getType() - Static method in class com.vaadin.client.UILifecycle.StateChangeEvent
Gets the type of the event after ensuring the type has been created.
getUIDL() - Method in class com.vaadin.client.bootstrap.JsoConfiguration
Gets the initial UIDL from the bootstrap page.
getUIId() - Method in class com.vaadin.client.ApplicationConfiguration
Gets the UI id of the server-side UI associated with this client-side instance.
getUILifecycle() - Method in class com.vaadin.client.Registry
Gets the UILifecycle singleton.
getUiLifecycle() - Method in class com.vaadin.client.UILifecycle.StateChangeEvent
Gets the UILifecycle instance which triggered this event.
getUri() - Method in class com.vaadin.client.communication.XhrConnection
Retrieves the URI to use when sending RPCs to the server
getURIResolver() - Method in class com.vaadin.client.Registry
Gets the URIResolver singleton.
getUrl() - Method in class com.vaadin.client.bootstrap.ErrorMessage
 
getVaadinVersion() - Method in class com.vaadin.client.bootstrap.JsoConfiguration
Gets the version of the Vaadin framework used on the server.
getValue() - Method in class com.vaadin.client.flow.nodefeature.MapProperty
Gets the property value.
getValueMap(String) - Method in class com.vaadin.client.ValueMap
Gets the value with the given key as a map.
getValueOrDefault(int) - Method in class com.vaadin.client.flow.nodefeature.MapProperty
Returns the value, or the given defaultValue if the property does not have a value or the property value is null.
getValueOrDefault(boolean) - Method in class com.vaadin.client.flow.nodefeature.MapProperty
Returns the value, or the given defaultValue if the property does not have a value or the property value is null.
getValueOrDefault(String) - Method in class com.vaadin.client.flow.nodefeature.MapProperty
Returns the value, or the given defaultValue if the property does not have a value or the property value is null.
getWebkitVersion() - Method in class com.vaadin.client.BrowserInfo
Returns the WebKit version if the browser is WebKit based.
getXhr() - Method in class com.vaadin.client.communication.XhrConnectionError
Returns XMLHttpRequest which failed to reach the server.
getXhrConnection() - Method in class com.vaadin.client.Registry
Gets the XhrConnection singleton.
giveUp() - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
Called when we should give up trying to reconnect and let the user decide how to continue.

H

handleCommunicationError(String, int) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
Called when a communication error occurs and we cannot recover from it.
handleError(String) - Method in class com.vaadin.client.SystemErrorHandler
Shows the given error message if not running in production mode and logs it to the console if running in production mode.
handleError(Throwable) - Method in class com.vaadin.client.SystemErrorHandler
Shows an error message if not running in production mode and logs it to the console if running in production mode.
handleJSON(ValueMap) - Method in class com.vaadin.client.communication.MessageHandler
 
handleMessage(ValueMap) - Method in class com.vaadin.client.communication.MessageHandler
Handles a received UIDL JSON text, parsing it, and passing it on to the appropriate handlers, while logging timing information.
handlePropertyUpdate(MapProperty) - Method in class com.vaadin.client.InitialPropertiesHandler
Handles property update request before it's sent to the server via RPC.
handleRecoverableError(DefaultConnectionStateHandler.Type, JsonObject) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
Called whenever an error occurs in communication which should be handled by showing the reconnect dialog and retrying communication until successful again.
handleSessionExpiredError(String) - Method in class com.vaadin.client.SystemErrorHandler
Shows the session expiration notification.
handleUnauthorized(XhrConnectionError) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
 
handleUnrecoverableError(String, ErrorMessage) - Method in class com.vaadin.client.SystemErrorHandler
Shows an error notification for an error which is unrecoverable.
handleUnrecoverableError(String, String, String, String) - Method in class com.vaadin.client.SystemErrorHandler
Shows an error notification for an error which is unrecoverable, using the given parameters.
has(K) - Method in class com.vaadin.client.flow.collection.jre.JreJsMap
Deprecated.
 
has(V) - Method in class com.vaadin.client.flow.collection.jre.JreJsSet
Deprecated.
 
has(K) - Method in class com.vaadin.client.flow.collection.jre.JreJsWeakMap
Deprecated.
 
has(K) - Method in class com.vaadin.client.flow.collection.JsMap
Checks whether this map contains a mapping for the given key.
has(V) - Method in class com.vaadin.client.flow.collection.JsSet
Checks whether this set contains the given value.
has(K) - Method in interface com.vaadin.client.flow.collection.JsWeakMap
Checks whether this map contains a mapping for the given key.
has(String) - Method in class com.vaadin.client.flow.ConstantPool
Checks whether this constant pool contains a value for the given key.
hasActiveRequest() - Method in class com.vaadin.client.communication.RequestResponseTracker
Checks is there is an active UIDL request.
hasBeenCleared() - Method in class com.vaadin.client.flow.nodefeature.NodeList
Returns true if the list instance has been cleared at some point.
hasFeature(int) - Method in class com.vaadin.client.flow.StateNode
Checks whether this node has a feature with the given id.
hasJsProperty(Object, String) - Static method in class com.vaadin.client.WidgetUtil
Checks whether the provided object has or inherits a JavaScript property with the given name.
hasNextFragment() - Method in class com.vaadin.client.communication.AtmospherePushConnection.FragmentedMessage
Checks if there is another fragment which can be retrieved using AtmospherePushConnection.FragmentedMessage.getNextFragment() or if all fragments have been retrieved.
hasOwnJsProperty(Object, String) - Static method in class com.vaadin.client.WidgetUtil
Checks whether the provided object itself has a JavaScript property with the given name.
hasPropertyValue(String) - Method in class com.vaadin.client.flow.nodefeature.NodeMap
Checks if the given property is present and has a value.
hasTag(Node, String) - Static method in class com.vaadin.client.PolymerUtils
Checks whether the node has required tag.
hasValue() - Method in class com.vaadin.client.flow.nodefeature.MapProperty
Checks whether this property has a value.
hasWorkQueued() - Method in class com.vaadin.client.TrackingScheduler
Checks if there is work queued or currently being executed.
head(String, Xhr.Callback) - Static method in class com.vaadin.client.gwt.elemental.js.util.Xhr
Send a HEAD request to the url and dispatch updates to the callback.
head(Window, String, Xhr.Callback) - Static method in class com.vaadin.client.gwt.elemental.js.util.Xhr
Send a HEAD request to the url and dispatch updates to the callback.
Heartbeat - Class in com.vaadin.client.communication
Handles sending of heartbeats to the server and reacting to the response
Heartbeat(Registry) - Constructor for class com.vaadin.client.communication.Heartbeat
Creates a new instance connected to the given registry.
heartbeatException(XMLHttpRequest, Exception) - Method in interface com.vaadin.client.communication.ConnectionStateHandler
Called when an exception occurs during a Heartbeat request.
heartbeatException(XMLHttpRequest, Exception) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
 
heartbeatInvalidStatusCode(XMLHttpRequest) - Method in interface com.vaadin.client.communication.ConnectionStateHandler
Called when a heartbeat request returns a status code other than OK (200).
heartbeatInvalidStatusCode(XMLHttpRequest) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
 
heartbeatOk() - Method in interface com.vaadin.client.communication.ConnectionStateHandler
Called when a Heartbeat request succeeds.
heartbeatOk() - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
 
hide() - Method in class com.vaadin.client.communication.DefaultReconnectDialog
 
hide() - Method in interface com.vaadin.client.communication.ReconnectDialog
Hides the dialog from the user.
hide() - Method in class com.vaadin.client.LoadingIndicator
Hides the loading indicator (if visible).
hideDialog() - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
Called when the reconnect dialog should be hidden.

I

importFromJson(JsonObject) - Method in class com.vaadin.client.flow.ConstantPool
Imports new constants into this pool.
initialize() - Static method in class com.vaadin.client.Profiler
Initializes the profiler.
InitialPropertiesHandler - Class in com.vaadin.client
Handles server initial property values with the purpose to prevent change their values from the client side.
InitialPropertiesHandler(Registry) - Constructor for class com.vaadin.client.InitialPropertiesHandler
Creates a new instance connected to the given registry.
inlineHtml(String, ResourceLoader.ResourceLoadListener) - Method in class com.vaadin.client.ResourceLoader
Inlines an HTML import and notify a listener when the HTML import is loaded.
inlineScript(String, ResourceLoader.ResourceLoadListener) - Method in class com.vaadin.client.ResourceLoader
Inlines a script and notify a listener when the script is loaded.
inlineStyleSheet(String, ResourceLoader.ResourceLoadListener) - Method in class com.vaadin.client.ResourceLoader
Inlines a stylesheet and notify a listener when the stylesheet is loaded.
insertBefore(Node, Node) - Method in interface com.vaadin.client.flow.dom.DomNode
Inserts the first Node given in a parameter immediately before the second, child of this element, Node.
InvalidateEvent - Class in com.vaadin.client.flow.reactive
Event fired when a computation is invalidated.
InvalidateEvent(Computation) - Constructor for class com.vaadin.client.flow.reactive.InvalidateEvent
Creates a new event for computation.
InvalidateListener - Interface in com.vaadin.client.flow.reactive
Listens to invalidate events fired by a computation.
invoke(String[], JsArray<Object>, JsMap<Object, StateNode>) - Method in class com.vaadin.client.flow.ExecuteJavaScriptProcessor
Executes the actual invocation.
invokeWhenDefined(String, Runnable) - Static method in class com.vaadin.client.PolymerUtils
Invokes the runnable when the custom element with the given tagName is initialized (its DOM structure becomes available).
isActive() - Method in class com.vaadin.client.communication.AtmospherePushConnection
 
isActive() - Method in interface com.vaadin.client.communication.PushConnection
Checks whether this push connection is in a state where it can push messages to the server.
isActive(StateNode) - Method in class com.vaadin.client.flow.StateTree
Checks whether the node is active.
isAlwaysXhrToServer() - Method in class com.vaadin.client.communication.PushConfiguration
Checks if XHR should be used for client -> server messages even though we are using a bidirectional push transport such as websockets.
isAndroid() - Method in class com.vaadin.client.BrowserInfo
Checks if the browser is run on Android.
isAndroidWithBrokenScrollTop() - Method in class com.vaadin.client.BrowserInfo
Tests if this is an Android devices with a broken scrollTop implementation.
isApplicable(StateNode) - Method in interface com.vaadin.client.flow.binding.BindingStrategy
Returns true is the strategy is applicable to the node.
isApplicable(StateNode) - Method in class com.vaadin.client.flow.binding.SimpleElementBindingStrategy
 
isApplicable(StateNode) - Method in class com.vaadin.client.flow.binding.TextBindingStrategy
 
isApplyDefaultTheme() - Method in class com.vaadin.client.LoadingIndicator
Returns whether the default theming should be applied for the loading indicator or not.
isBidirectional() - Method in class com.vaadin.client.communication.AtmospherePushConnection
 
isBidirectional() - Method in interface com.vaadin.client.communication.PushConnection
Checks whether this push connection should be used for communication in both directions or if an XHR should be used for client to server communication.
isBound(StateNode) - Method in class com.vaadin.client.flow.ExecuteJavaScriptProcessor
 
isChrome() - Method in class com.vaadin.client.BrowserInfo
Checks if the browser is Chrome.
isClear() - Method in class com.vaadin.client.flow.nodefeature.ListSpliceEvent
Gets whether this event is a clear event.
isDialogModal() - Method in class com.vaadin.client.communication.ReconnectDialogConfiguration
Checks whether the reconnect dialog should be modal, i.e.
isDialogVisible() - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
Checks if the reconnect dialog is visible to the user.
isEdge() - Method in class com.vaadin.client.BrowserInfo
Checks if the browser is Edge.
isEmpty() - Method in class com.vaadin.client.communication.ServerRpcQueue
Checks if the queue is empty.
isEmpty() - Method in class com.vaadin.client.flow.collection.JsArray
Checks if the array is empty (length == 0).
isEmpty() - Method in class com.vaadin.client.flow.collection.JsMap
Checks if the map is empty (size == 0).
isEmpty() - Method in class com.vaadin.client.flow.collection.JsSet
Checks if the set is empty (size == 0).
isEnabled() - Static method in class com.vaadin.client.Profiler
Checks whether the profiling gathering is enabled.
isEs6Supported() - Method in class com.vaadin.client.BrowserInfo
Checks if the browser supports ECMAScript 6, based on the user agent.
isEventHandled(Event.Type<?>) - Method in class com.vaadin.client.gwt.com.google.web.bindery.event.shared.SimpleEventBus
Deprecated.
required by legacy features in GWT's old HandlerManager
isFirefox() - Method in class com.vaadin.client.BrowserInfo
Checks if the browser is Firefox.
isFlushPending() - Method in class com.vaadin.client.communication.ServerRpcQueue
Checks if a flush operation is pending.
isGecko() - Method in class com.vaadin.client.BrowserInfo
Checks if the browser using the Gecko engine.
isHigherPriorityThan(DefaultConnectionStateHandler.Type) - Method in enum com.vaadin.client.communication.DefaultConnectionStateHandler.Type
Checks if this type is of higher priority than the given type.
isIE() - Method in class com.vaadin.client.BrowserInfo
Checks if the browser is IE.
isImplEnabled() - Method in class com.vaadin.client.Profiler.EnabledProfiler
 
isImplEnabled() - Method in class com.vaadin.client.Profiler
Overridden in Profiler.EnabledProfiler to make Profiler.isEnabled() return true if GWT.create returns that class.
isInitialUidlHandled() - Method in class com.vaadin.client.communication.MessageHandler
Checks if the first UIDL has been handled.
isInsidePageNavigation(String, boolean) - Static method in class com.vaadin.client.flow.RouterLinkHandler
Checks whether the given path is for navigating inside the same page as the current one.
isInvalidated() - Method in class com.vaadin.client.flow.reactive.Computation
Checks whether this computation is invalidated.
isIOS() - Method in class com.vaadin.client.BrowserInfo
Checks if the browser is run on iOS.
isMessage() - Method in enum com.vaadin.client.communication.DefaultConnectionStateHandler.Type
 
isModal() - Method in class com.vaadin.client.communication.DefaultReconnectDialog
 
isModal() - Method in interface com.vaadin.client.communication.ReconnectDialog
Checks the modality of the dialog.
isOpera() - Method in class com.vaadin.client.BrowserInfo
Checks if the browser is Opera.
isPolymerElement(Element) - Static method in class com.vaadin.client.PolymerUtils
Checks whether the htmlNode is a polymer 2 element.
isPolymerMicroLoaded() - Static method in class com.vaadin.client.flow.dom.PolymerDomApiImpl
Checks whether the polymer-micro.html is loaded or not.
isProductionMode() - Method in class com.vaadin.client.ApplicationConfiguration
Checks if we are running in production mode.
isPushEnabled() - Method in class com.vaadin.client.communication.PushConfiguration
Checks if push is enabled.
isReady(Node) - Static method in class com.vaadin.client.PolymerUtils
Returns true if the DOM structure of the polymer custom element shadowRootParent is ready (meaning that it has shadow root and its shadow root may be queried for children referenced by id).
isRequestTiming() - Method in class com.vaadin.client.ApplicationConfiguration
Checks if request timing info should be made available.
isRunning() - Method in class com.vaadin.client.UILifecycle
Check if the state is UILifecycle.UIState.RUNNING.
isSafari() - Method in class com.vaadin.client.BrowserInfo
Checks if the browser is Safari.
isSafariOrIOS() - Method in class com.vaadin.client.BrowserInfo
Checks if the browser is Safari or runs on IOS (covering also Chrome on iOS).
isTerminated() - Method in class com.vaadin.client.UILifecycle
Check if the state is UILifecycle.UIState.TERMINATED.
isTouchDevice() - Method in class com.vaadin.client.BrowserInfo
Checks if the browser runs on a touch capable device.
isTrueish(Object) - Static method in class com.vaadin.client.WidgetUtil
Gets the boolean value of the provided value based on JavaScript semantics.
isUndefined(Object) - Static method in class com.vaadin.client.WidgetUtil
Checks if the given value is explicitly undefined.
isUnregistered() - Method in class com.vaadin.client.flow.StateNode
Checks whether this node has been unregistered.
isUpdatableProperty(String) - Method in class com.vaadin.client.flow.model.UpdatableModelProperties
Tests whether the property is updatable.
isUpdateInProgress() - Method in class com.vaadin.client.flow.StateTree
Returns whether this tree is currently being updated by TreeChangeProcessor.processChanges(StateTree, JsonArray).
isVisible() - Method in class com.vaadin.client.communication.DefaultReconnectDialog
 
isVisible() - Method in interface com.vaadin.client.communication.ReconnectDialog
Checks if the reconnect dialog is visible to the user.
isVisible(StateNode) - Method in class com.vaadin.client.flow.StateTree
Returns the visibility state of the node.
isVisible() - Method in class com.vaadin.client.LoadingIndicator
Returns whether or not the loading indicator is showing.
isWebComponentMode() - Method in class com.vaadin.client.ApplicationConfiguration
Checks whether the application is running as a web-component in the page.
isWebkit() - Method in class com.vaadin.client.BrowserInfo
Checks if the browser using the Webkit engine.
item(int) - Method in interface com.vaadin.client.flow.dom.DomElement.DomTokenList
Returns an item in the list by its index.

J

JreJsArray<T> - Class in com.vaadin.client.flow.collection.jre
Deprecated.
Only to be used for testing
JreJsArray(T...) - Constructor for class com.vaadin.client.flow.collection.jre.JreJsArray
Deprecated.
Creates a new array with the given values.
JreJsMap<K,V> - Class in com.vaadin.client.flow.collection.jre
Deprecated.
Should only be used for testing.
JreJsMap() - Constructor for class com.vaadin.client.flow.collection.jre.JreJsMap
Deprecated.
 
JreJsSet<V> - Class in com.vaadin.client.flow.collection.jre
Deprecated.
Should only be used for testing.
JreJsSet() - Constructor for class com.vaadin.client.flow.collection.jre.JreJsSet
Deprecated.
Creates a new empty JRE Set.
JreJsWeakMap<K,V> - Class in com.vaadin.client.flow.collection.jre
Deprecated.
Should only be used for testing.
JreJsWeakMap() - Constructor for class com.vaadin.client.flow.collection.jre.JreJsWeakMap
Deprecated.
 
JsArray<T> - Class in com.vaadin.client.flow.collection
Native JS Array interface with an alternative implementation for JRE usage.
JsArray() - Constructor for class com.vaadin.client.flow.collection.JsArray
Should not be directly created.
JsCollections - Class in com.vaadin.client.flow.collection
Factory for JavaScript collection implementations with support for alternative JRE implementations.
JsCollections.ForEachCallback<V> - Interface in com.vaadin.client.flow.collection
Functional interface for iterating all the entries in a JsSet or JsArray.
JsMap<K,V> - Class in com.vaadin.client.flow.collection
Native JS Map interface with an alternative implementation for JRE usage.
JsMap() - Constructor for class com.vaadin.client.flow.collection.JsMap
Creates a new instance.
JsMap.ForEachCallback<K,V> - Interface in com.vaadin.client.flow.collection
Functional interface for iterating all the entries in a JsMap.
JsObject - Class in com.vaadin.client.flow.util
JsInterop bridge to the JavaScript Object type.
JsObject() - Constructor for class com.vaadin.client.flow.util.JsObject
 
JsObject.PropertyDescriptor - Interface in com.vaadin.client.flow.util
A property descriptor that can be passed to JsObject.defineProperty(Object, String, PropertyDescriptor).
JsoConfiguration - Class in com.vaadin.client.bootstrap
Helper class for reading configuration options from the bootstrap javascript.
JsoConfiguration() - Constructor for class com.vaadin.client.bootstrap.JsoConfiguration
 
JSON_COMMUNICATION_PREFIX - Static variable in class com.vaadin.client.communication.MessageHandler
 
JSON_COMMUNICATION_SUFFIX - Static variable in class com.vaadin.client.communication.MessageHandler
 
jsonArrayAsJsArray(JsonArray) - Static method in class com.vaadin.client.flow.util.ClientJsonCodec
Converts a JSON array to a JS array.
JsSet<V> - Class in com.vaadin.client.flow.collection
Native JS Set interface with an alternative implementation for JRE usage.
JsSet() - Constructor for class com.vaadin.client.flow.collection.JsSet
Creates a new instance.
JsWeakMap<K,V> - Interface in com.vaadin.client.flow.collection
Native JS WeakMap interface with an alternative implementation for JRE usage.

L

lastProcessingTime - Variable in class com.vaadin.client.communication.MessageHandler
Holds the time spent rendering the last request.
leave(String) - Static method in class com.vaadin.client.Profiler
Leaves a named block.
leave(double) - Method in class com.vaadin.client.Profiler.Node
Marks the time spent in the child node.
length() - Method in class com.vaadin.client.flow.collection.jre.JreJsArray
Deprecated.
 
length() - Method in class com.vaadin.client.flow.collection.JsArray
Gets the current length of this array.
length() - Method in class com.vaadin.client.flow.nodefeature.NodeList
Gets the number of items in this list.
link(TreeLogger, LinkerContext, ArtifactSet, boolean) - Method in class com.vaadin.flow.linker.ClientEngineLinker
 
ListSpliceEvent - Class in com.vaadin.client.flow.nodefeature
Event fired when the structure of a NodeList changes.
ListSpliceEvent(NodeList, int, JsArray<?>, JsArray<?>, boolean) - Constructor for class com.vaadin.client.flow.nodefeature.ListSpliceEvent
Creates a new list splice event.
ListSpliceListener - Interface in com.vaadin.client.flow.nodefeature
Listener notified when the structure of a node list changes.
loadDependencies(JsMap<LoadMode, JsonArray>) - Method in class com.vaadin.client.DependencyLoader
Triggers loading of the given dependencies.
loadDynamicImport(String, ResourceLoader.ResourceLoadListener) - Method in class com.vaadin.client.ResourceLoader
Loads a dynamic import via the provided JS expression and reports the result via the resourceLoadListener.
loadHtml(String, ResourceLoader.ResourceLoadListener, boolean) - Method in class com.vaadin.client.ResourceLoader
Loads an HTML import and notify a listener when the HTML import is loaded.
LoadingIndicator - Class in com.vaadin.client
The loading indicator for Vaadin applications representation.
LoadingIndicator() - Constructor for class com.vaadin.client.LoadingIndicator
 
LoadingIndicatorConfigurator - Class in com.vaadin.client.communication
Observes the loading indicator configuration stored in the given node and configures the loading indicator accordingly.
loadJsModule(String, ResourceLoader.ResourceLoadListener, boolean, boolean) - Method in class com.vaadin.client.ResourceLoader
Load a script with type module and notify a listener when the script is loaded.
loadScript(String, ResourceLoader.ResourceLoadListener) - Method in class com.vaadin.client.ResourceLoader
Load a script and notify a listener when the script is loaded.
loadScript(String, ResourceLoader.ResourceLoadListener, boolean, boolean) - Method in class com.vaadin.client.ResourceLoader
Load a script and notify a listener when the script is loaded.
loadStylesheet(String, ResourceLoader.ResourceLoadListener) - Method in class com.vaadin.client.ResourceLoader
Load a stylesheet and notify a listener when the stylesheet is loaded.
LocationParser - Class in com.vaadin.client.bootstrap
Utility methods for parsing the document URL.
log(Object) - Static method in class com.vaadin.client.Console
If not in production mode, logs the given message to the browser console using the info log level.
logBootstrapTimings() - Static method in class com.vaadin.client.Profiler
Outputs the time passed since various events recorded in performance.timing if supported by the browser.
logTimings() - Static method in class com.vaadin.client.Profiler
Outputs the gathered profiling data to the debug console.

M

map() - Static method in class com.vaadin.client.flow.collection.JsCollections
Creates a new JavaScript Map.
MapProperty - Class in com.vaadin.client.flow.nodefeature
A property in a node map.
MapProperty(String, NodeMap) - Constructor for class com.vaadin.client.flow.nodefeature.MapProperty
Creates a new property.
MapPropertyAddEvent - Class in com.vaadin.client.flow.nodefeature
Event fired when a property is added to a NodeMap.
MapPropertyAddEvent(NodeMap, MapProperty) - Constructor for class com.vaadin.client.flow.nodefeature.MapPropertyAddEvent
Creates a new property add event.
MapPropertyAddListener - Interface in com.vaadin.client.flow.nodefeature
Listener notified when a property is added to a NodeMap.
MapPropertyChangeEvent - Class in com.vaadin.client.flow.nodefeature
Event fired when the value of a map property changes.
MapPropertyChangeEvent(MapProperty, Object, Object) - Constructor for class com.vaadin.client.flow.nodefeature.MapPropertyChangeEvent
Creates a new map property change event.
MapPropertyChangeListener - Interface in com.vaadin.client.flow.nodefeature
Listener notified when the value of a MapProperty changes.
mapValues() - Method in class com.vaadin.client.flow.collection.JsMap
Returns an array of the values in this JsMap.
mayBePolymerElement(Element) - Static method in class com.vaadin.client.PolymerUtils
Checks whether the htmlNode can turn into polymer 2 element later.
MessageHandler - Class in com.vaadin.client.communication
A MessageHandler is responsible for handling all incoming messages (JSON) from the server (state changes, RPCs and other updates) and ensuring that the connectors are updated accordingly.
MessageHandler(Registry) - Constructor for class com.vaadin.client.communication.MessageHandler
Creates a new instance connected to the given registry.
MessageSender - Class in com.vaadin.client.communication
MessageSender is responsible for sending messages to the server.
MessageSender(Registry) - Constructor for class com.vaadin.client.communication.MessageSender
Creates a new instance connected to the given registry.

N

NativeFunction - Class in com.vaadin.client.flow.util
JsInterop wrapper for interacting with the JavaScript Function type.
NativeFunction(String...) - Constructor for class com.vaadin.client.flow.util.NativeFunction
Creates a new function with the given parameters and implementation.
needsRebind(StateNode) - Static method in class com.vaadin.client.flow.binding.SimpleElementBindingStrategy
Checks whether the node needs re-bind.
Node(String) - Constructor for class com.vaadin.client.Profiler.Node
Create a new node with the given name.
NodeFeature - Class in com.vaadin.client.flow.nodefeature
Holder of the actual data in a state node.
NodeFeature(int, StateNode) - Constructor for class com.vaadin.client.flow.nodefeature.NodeFeature
Creates a new feature.
NodeList - Class in com.vaadin.client.flow.nodefeature
A state node feature that structures data as a list.
NodeList(int, StateNode) - Constructor for class com.vaadin.client.flow.nodefeature.NodeList
Creates a new list.
NodeMap - Class in com.vaadin.client.flow.nodefeature
A state node feature that structures data as a map.
NodeMap(int, StateNode) - Constructor for class com.vaadin.client.flow.nodefeature.NodeMap
Creates a new map feature.
nodeRegistered(StateNode) - Method in class com.vaadin.client.InitialPropertiesHandler
Notifies the handler about registered node.
NodeUnregisterEvent - Class in com.vaadin.client.flow
Event fired when a state node is unregistered.
NodeUnregisterEvent(StateNode) - Constructor for class com.vaadin.client.flow.NodeUnregisterEvent
Creates a new node unregister event.
NodeUnregisterListener - Interface in com.vaadin.client.flow
A listener that will be notified when a state node is unregistered.
notifyEventCollectors(ReactiveValueChangeEvent) - Static method in class com.vaadin.client.flow.reactive.Reactive
Fires a reactive change event to all registered event collectors.

O

observe(StateNode, LoadingIndicator) - Static method in class com.vaadin.client.communication.LoadingIndicatorConfigurator
Observes the given node for loading indicator configuration changes and configures the loading indicator singleton accordingly.
observe(StateNode, Poller) - Static method in class com.vaadin.client.communication.PollConfigurator
Observes the given node for poll configuration changes and configures the given poller accordingly.
onClientTimeout(AtmospherePushConnection.AtmosphereResponse) - Method in class com.vaadin.client.communication.AtmospherePushConnection
Called when the Atmosphere client side timeout occurs.
onClose(AtmospherePushConnection.AtmosphereResponse) - Method in class com.vaadin.client.communication.AtmospherePushConnection
Called when the push connection has been closed.
onConnect(AtmospherePushConnection.AtmosphereResponse) - Method in class com.vaadin.client.communication.AtmospherePushConnection
Called whenever a server push connection is established (or re-established).
onError(AtmospherePushConnection.AtmosphereResponse) - Method in class com.vaadin.client.communication.AtmospherePushConnection
Called if the push connection fails.
onError(ResourceLoader.ResourceLoadEvent) - Method in interface com.vaadin.client.ResourceLoader.ResourceLoadListener
Notifies this ResourceLoadListener that a resource could not be loaded, e.g.
onFail(XMLHttpRequest, Exception) - Method in class com.vaadin.client.communication.XhrConnection.XhrResponseHandler
 
onFail(XMLHttpRequest, Exception) - Method in interface com.vaadin.client.gwt.elemental.js.util.Xhr.Callback
Called when the request fails.
onInvalidate(InvalidateEvent) - Method in interface com.vaadin.client.flow.reactive.InvalidateListener
Invoked when an invalidate event is fired.
onLoad(ResourceLoader.ResourceLoadEvent) - Method in interface com.vaadin.client.ResourceLoader.ResourceLoadListener
Notifies this ResourceLoadListener that a resource has been loaded.
onMessage(AtmospherePushConnection.AtmosphereResponse) - Method in class com.vaadin.client.communication.AtmospherePushConnection
Called whenever a message is received by Atmosphere.
onModuleLoad() - Method in class com.vaadin.client.bootstrap.Bootstrapper
 
onNextInvalidate(InvalidateListener) - Method in class com.vaadin.client.flow.reactive.Computation
Adds an invalidate listener that will be invoked the next time this computation is invalidated.
onOpen(AtmospherePushConnection.AtmosphereResponse) - Method in class com.vaadin.client.communication.AtmospherePushConnection
 
onPopStateEvent(PopStateEvent, boolean) - Method in class com.vaadin.client.ScrollPositionHandler
Store scroll positions and restore scroll positions depending on the given pop state event.
onPropertyAdd(MapPropertyAddEvent) - Method in interface com.vaadin.client.flow.nodefeature.MapPropertyAddListener
Invoked when a property is added.
onPropertyChange(MapPropertyChangeEvent) - Method in interface com.vaadin.client.flow.nodefeature.MapPropertyChangeListener
Invoked when the value changes.
onReconnect(JavaScriptObject, AtmospherePushConnection.AtmosphereResponse) - Method in class com.vaadin.client.communication.AtmospherePushConnection
Called when the push connection has lost the connection to the server and will proceed to try to re-establish the connection.
onReopen(AtmospherePushConnection.AtmosphereResponse) - Method in class com.vaadin.client.communication.AtmospherePushConnection
 
onRequestStarting(RequestStartingEvent) - Method in interface com.vaadin.client.communication.RequestStartingEvent.Handler
Called when a request is starting.
onResponseHandlingEnded(ResponseHandlingEndedEvent) - Method in interface com.vaadin.client.communication.ResponseHandlingEndedEvent.Handler
Called when handling of a response ends.
onResponseHandlingStarted(ResponseHandlingStartedEvent) - Method in interface com.vaadin.client.communication.ResponseHandlingStartedEvent.Handler
Called when handling of a response starts.
onSplice(ListSpliceEvent) - Method in interface com.vaadin.client.flow.nodefeature.ListSpliceListener
Invoked when the structure of a node list changes.
onSuccess(XMLHttpRequest) - Method in class com.vaadin.client.communication.XhrConnection.XhrResponseHandler
 
onSuccess(XMLHttpRequest) - Method in interface com.vaadin.client.gwt.elemental.js.util.Xhr.Callback
Called when the request succeeds.
onTransportFailure() - Method in class com.vaadin.client.communication.AtmospherePushConnection
Called if the transport mechanism cannot be used and the fallback will be tried.
onUIStateChanged(UILifecycle.StateChangeEvent) - Method in interface com.vaadin.client.UILifecycle.StateChangeHandler
Triggered when state of a UI if changed.
onUnregister(NodeUnregisterEvent) - Method in interface com.vaadin.client.flow.NodeUnregisterListener
Invoked when a state node is unregistered.
onValueChange(ReactiveValueChangeEvent) - Method in class com.vaadin.client.flow.reactive.Computation
 
onValueChange(ReactiveValueChangeEvent) - Method in interface com.vaadin.client.flow.reactive.ReactiveValueChangeListener
Invoked when a reactive value has changed.
OsgiClientResources - Class in com.vaadin.flow.client.osgi
OSGi service to access to the client-side resources.
OsgiClientResources() - Constructor for class com.vaadin.flow.client.osgi.OsgiClientResources
 
OSGiClientStaticResource - Class in com.vaadin.flow.client.osgi
Client resources registration.
OSGiClientStaticResource() - Constructor for class com.vaadin.flow.client.osgi.OSGiClientStaticResource
 

P

parseJson(String) - Static method in class com.vaadin.client.communication.MessageHandler
Unwraps and parses the given JSON, originating from the server.
parseWrappedJson(String) - Static method in class com.vaadin.client.communication.MessageHandler
Parse the given wrapped JSON, received from the server, to a ValueMap.
poll() - Method in class com.vaadin.client.communication.Poller
Polls the server for changes.
PollConfigurator - Class in com.vaadin.client.communication
Observes the poll configuration stored in the given node and configures polling accordingly.
Poller - Class in com.vaadin.client.communication
Handles polling the server with a given interval.
Poller(Registry) - Constructor for class com.vaadin.client.communication.Poller
Creates a new instance using the given registry.
PolymerDomApiImpl - Class in com.vaadin.client.flow.dom
Implementation of DomApiImpl that uses the Polymer 's DOM API.
PolymerDomApiImpl() - Constructor for class com.vaadin.client.flow.dom.PolymerDomApiImpl
 
PolymerUtils - Class in com.vaadin.client
Utils class, intended to ease working with Polymer related code on a client side.
PopStateHandler - Class in com.vaadin.client
Handles popstate events and sends them to the server.
PopStateHandler(Registry) - Constructor for class com.vaadin.client.PopStateHandler
Creates a new popstate listener for delivering events to the server.
populateModelProperties(StateNode, JsArray<String>) - Static method in class com.vaadin.client.ExecuteJavaScriptElementUtils
Populate model properties: add them into NodeFeatures.ELEMENT_PROPERTIES NodeMap if they are not defined by the client-side element or send their client-side value to the server otherwise.
post(String, String, String, Xhr.Callback) - Static method in class com.vaadin.client.gwt.elemental.js.util.Xhr
Send a POST request to the url and dispatch updates to the callback.
post(Window, String, String, String, Xhr.Callback) - Static method in class com.vaadin.client.gwt.elemental.js.util.Xhr
Send a POST request to the url and dispatch updates to the callback.
preload() - Method in class com.vaadin.client.communication.DefaultReconnectDialog
 
preload() - Method in interface com.vaadin.client.communication.ReconnectDialog
Called once after initialization to allow the reconnect dialog to preload required resources, which might not be available when the server connection is gone.
processChange(StateTree, JsonObject) - Static method in class com.vaadin.client.flow.TreeChangeProcessor
Update a state tree based on a JSON change.
processChanges(StateTree, JsonArray) - Static method in class com.vaadin.client.flow.TreeChangeProcessor
Update a state tree based on a JSON array of changes.
Profiler - Class in com.vaadin.client
Lightweight profiling tool that can be used to collect profiling data with zero overhead unless enabled.
Profiler() - Constructor for class com.vaadin.client.Profiler
 
Profiler.EnabledProfiler - Class in com.vaadin.client
Enables the profiling via deferred binding.
Profiler.Node - Class in com.vaadin.client
A hierarchical representation of the time spent running a named block of code.
Profiler.ProfilerResultConsumer - Interface in com.vaadin.client
Provides access to data from the Profiler.
push(JsonObject) - Method in class com.vaadin.client.communication.AtmospherePushConnection
 
push(JsonObject) - Method in interface com.vaadin.client.communication.PushConnection
Pushes a message to the server.
push(T...) - Method in class com.vaadin.client.flow.collection.jre.JreJsArray
Deprecated.
 
push(T...) - Method in class com.vaadin.client.flow.collection.JsArray
Adds items to the end of this array.
pushArray(JsArray<? extends T>) - Method in class com.vaadin.client.flow.collection.JsArray
Adds items to the end of this array.
pushClientTimeout(PushConnection, JavaScriptObject) - Method in interface com.vaadin.client.communication.ConnectionStateHandler
Called when a client side timeout occurs before a push connection to the server completes.
pushClientTimeout(PushConnection, JavaScriptObject) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
 
pushClosed(PushConnection, JavaScriptObject) - Method in interface com.vaadin.client.communication.ConnectionStateHandler
Called when the push connection to the server is closed.
pushClosed(PushConnection, JavaScriptObject) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
 
PushConfiguration - Class in com.vaadin.client.communication
Provides the push configuration stored in the root node with an easier to use API.
PushConfiguration(Registry) - Constructor for class com.vaadin.client.communication.PushConfiguration
Creates a new instance connected to the given registry.
PushConnection - Interface in com.vaadin.client.communication
Represents the client-side endpoint of a bidirectional ("push") communication channel.
PushConnectionFactory - Interface in com.vaadin.client.communication
Factory for PushConnection.
pushError(PushConnection, JavaScriptObject) - Method in interface com.vaadin.client.communication.ConnectionStateHandler
Called when a fatal error fatal error occurs in the push connection.
pushError(PushConnection, JavaScriptObject) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
 
pushInvalidContent(PushConnection, String) - Method in interface com.vaadin.client.communication.ConnectionStateHandler
Called when invalid content (not JSON) was pushed from the server through the push connection.
pushInvalidContent(PushConnection, String) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
 
pushNotConnected(JsonObject) - Method in interface com.vaadin.client.communication.ConnectionStateHandler
Called when a message is to be sent to the server through the push channel but the push channel is not connected.
pushNotConnected(JsonObject) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
 
pushOk(PushConnection) - Method in interface com.vaadin.client.communication.ConnectionStateHandler
Called when the push connection to the server has been established.
pushOk(PushConnection) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
 
pushReconnectPending(PushConnection) - Method in interface com.vaadin.client.communication.ConnectionStateHandler
Called when the push connection has lost the connection to the server and will proceed to try to re-establish the connection.
pushReconnectPending(PushConnection) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
 
pushScriptLoadError(String) - Method in interface com.vaadin.client.communication.ConnectionStateHandler
Called when the required push script could not be loaded.
pushScriptLoadError(String) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
 

Q

querySelector(String) - Method in interface com.vaadin.client.flow.dom.DomElement
Returns the first Node which matches the specified selector string relative to the element.
querySelectorAll(String) - Method in interface com.vaadin.client.flow.dom.DomElement
Returns a non-live NodeList of all elements descended from this element and match the given group of CSS selectors.

R

Reactive - Class in com.vaadin.client.flow.reactive
Handles global features related to reactivity, such as keeping track of the current Computation, providing a lazy flush cycle and registering reactive event collectors.
ReactiveEventRouter<L,E extends ReactiveValueChangeEvent> - Class in com.vaadin.client.flow.reactive
Event router providing integration with reactive features in Reactive and Computation.
ReactiveEventRouter(ReactiveValue) - Constructor for class com.vaadin.client.flow.reactive.ReactiveEventRouter
Creates a new event router for a reactive value.
ReactiveValue - Interface in com.vaadin.client.flow.reactive
A reactive value fires reactive value change events when its value changes and registers itself as dependent on the current computation when the value is accessed.
ReactiveValueChangeEvent - Class in com.vaadin.client.flow.reactive
Event fired when a reactive value has changed.
ReactiveValueChangeEvent(ReactiveValue) - Constructor for class com.vaadin.client.flow.reactive.ReactiveValueChangeEvent
Creates a new event fired from a source.
ReactiveValueChangeListener - Interface in com.vaadin.client.flow.reactive
Listens to changes to a reactive value.
recompute() - Method in class com.vaadin.client.flow.reactive.Computation
Recomputes this computation.
ReconnectDialog - Interface in com.vaadin.client.communication
Represents reconnect dialog.
ReconnectDialogConfiguration - Class in com.vaadin.client.communication
Tracks the reconnect dialog configuration stored in the root node and provides it with an easier to use API.
ReconnectDialogConfiguration(Registry) - Constructor for class com.vaadin.client.communication.ReconnectDialogConfiguration
Creates a new instance using the given registry.
redirect(String) - Static method in class com.vaadin.client.WidgetUtil
Redirects the browser to the given url or refreshes the page if url is null
refresh() - Static method in class com.vaadin.client.WidgetUtil
Refreshes the browser.
registerCallback(String) - Static method in class com.vaadin.client.bootstrap.Bootstrapper
Registers the callback that the bootstrap javascript uses to start applications once the widgetset is loaded and all required information is available.
registerNode(StateNode) - Method in class com.vaadin.client.flow.StateTree
Registers a node with this tree.
registerRead() - Method in class com.vaadin.client.flow.reactive.ReactiveEventRouter
Registers access to the data for which this event router fires event.
registerUpdatableModelProperties(StateNode, JsArray<String>) - Static method in class com.vaadin.client.ExecuteJavaScriptElementUtils
Register the updatable model properties of the node.
Registry - Class in com.vaadin.client
A registry of singleton instances, such as ServerRpcQueue, which can be looked up based on their class.
Registry() - Constructor for class com.vaadin.client.Registry
Creates a new empty registry.
remove(int) - Method in class com.vaadin.client.ExistingElementMap
Remove the identifier and the associated element from the mapping.
remove(int) - Method in class com.vaadin.client.flow.collection.JsArray
Removes the item at the given index.
remove(T) - Method in class com.vaadin.client.flow.collection.JsArray
Removes the given item from the array.
remove(String) - Method in interface com.vaadin.client.flow.dom.DomElement.DomTokenList
Removes token from the underlying string.
removeAttribute(String) - Method in interface com.vaadin.client.flow.dom.DomElement
Removes an attribute from this node.
removeChild(Node) - Method in interface com.vaadin.client.flow.dom.DomNode
Removes a child node from the current node, which much be a child of the current node.
removeMethod(String) - Method in class com.vaadin.client.flow.binding.ServerEventObject
Removes a method with the given name.
removeValue() - Method in class com.vaadin.client.flow.nodefeature.MapProperty
Removes the value of this property so that MapProperty.hasValue() will return false and MapProperty.getValue() will return null until the next time MapProperty.setValue(Object) is run.
replaceChild(Node, Node) - Method in interface com.vaadin.client.flow.dom.DomNode
Replaces one child Node of the current one with the second one given in parameter.
reportStacktrace(Exception) - Static method in class com.vaadin.client.Console
Logs the stacktrace of an exception to the browser console.
RequestResponseTracker - Class in com.vaadin.client.communication
Tracks active server UIDL requests.
RequestResponseTracker(Registry) - Constructor for class com.vaadin.client.communication.RequestResponseTracker
Creates a new instance connected to the given registry.
RequestStartingEvent - Class in com.vaadin.client.communication
Event fired when a request starts.
RequestStartingEvent() - Constructor for class com.vaadin.client.communication.RequestStartingEvent
Creates a new event.
RequestStartingEvent.Handler - Interface in com.vaadin.client.communication
Handler for RequestStartingEvents.
requireHtmlImportsReady() - Method in class com.vaadin.client.DependencyLoader
Prevents eager dependencies from being considered as loaded until HTMLImports.whenReady has been run.
reset() - Static method in class com.vaadin.client.flow.reactive.Reactive
Resets Reactive to the initial state.
reset() - Static method in class com.vaadin.client.Profiler
Resets the collected profiler data.
resolveVaadinUri(String) - Method in class com.vaadin.client.URIResolver
Translates a Vaadin URI to a URL that can be loaded by the browser.
ResourceLoader - Class in com.vaadin.client
ResourceLoader lets you dynamically include external scripts and styles on the page and lets you know when the resource has been loaded.
ResourceLoader(Registry, boolean) - Constructor for class com.vaadin.client.ResourceLoader
Creates a new resource loader.
ResourceLoader.ResourceLoadEvent - Class in com.vaadin.client
Event fired when a resource has been loaded.
ResourceLoader.ResourceLoadListener - Interface in com.vaadin.client
Event listener that gets notified when a resource has been loaded.
ResourceLoadEvent(ResourceLoader, String) - Constructor for class com.vaadin.client.ResourceLoader.ResourceLoadEvent
Creates a new event.
ResponseHandlingEndedEvent - Class in com.vaadin.client.communication
Event fired when handling of a response ends.
ResponseHandlingEndedEvent() - Constructor for class com.vaadin.client.communication.ResponseHandlingEndedEvent
Creates an event object.
ResponseHandlingEndedEvent.Handler - Interface in com.vaadin.client.communication
ResponseHandlingStartedEvent - Class in com.vaadin.client.communication
Event fired when handling of a response starts.
ResponseHandlingStartedEvent() - Constructor for class com.vaadin.client.communication.ResponseHandlingStartedEvent
Creates an event object.
ResponseHandlingStartedEvent.Handler - Interface in com.vaadin.client.communication
resumeResponseHandling(Object) - Method in class com.vaadin.client.communication.MessageHandler
Resumes the rendering process once all locks have been removed.
resynchronize() - Method in class com.vaadin.client.communication.MessageSender
Resynchronize the client side, i.e.
RouterLinkHandler - Class in com.vaadin.client.flow
Handler for click events originating from application navigation link elements marked with .
runWhenDependenciesChange(Command) - Static method in class com.vaadin.client.flow.reactive.Reactive
Evaluates the given command whenever there is a change in any ReactiveValue used in the command.
runWhenEagerDependenciesLoaded(Command) - Static method in class com.vaadin.client.DependencyLoader
Adds a command to be run when all eager dependencies have finished loading.
runWhenHtmlImportsReady(Runnable) - Method in class com.vaadin.client.ResourceLoader
Sets the provided task to be run by HTMLImports.whenReady.
runWithComputation(Computation, Command) - Static method in class com.vaadin.client.flow.reactive.Reactive
Runs a task with the given computation set as Reactive.getCurrentComputation().

S

schedule() - Method in class com.vaadin.client.communication.Heartbeat
Updates the schedule of the heartbeat to match the set interval.
scheduleDeferred(Scheduler.ScheduledCommand) - Method in class com.vaadin.client.TrackingScheduler
 
scheduleReconnect(JsonObject) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
Called after a problem occurred.
ScrollPositionHandler - Class in com.vaadin.client
Handler for restoring scroll position when user navigates back / forward inside the application.
ScrollPositionHandler(Registry) - Constructor for class com.vaadin.client.ScrollPositionHandler
Creates a new instance connected to the given registry.
ScrollPositionHandler() - Constructor for class com.vaadin.client.ScrollPositionHandler
Default constructor to use in subclasses to override all functionality from this class.
searchForElementInShadowRoot(ShadowRoot, String) - Static method in class com.vaadin.client.PolymerUtils
Get first element by css query in the shadow root provided.
send() - Method in class com.vaadin.client.communication.Heartbeat
Sends a heartbeat to the server.
send(JsonArray, JsonObject) - Method in class com.vaadin.client.communication.MessageSender
Makes an UIDL request to the server.
send(JsonObject) - Method in class com.vaadin.client.communication.MessageSender
Sends an asynchronous or synchronous UIDL request to the server using the given URI.
send(JsonObject) - Method in class com.vaadin.client.communication.XhrConnection
Sends an asynchronous UIDL request to the server using the given URI.
sendEventMessage(StateNode, String, JsonObject) - Method in class com.vaadin.client.communication.ServerConnector
Sends an event message to the server.
sendEventMessage(int, String, JsonObject) - Method in class com.vaadin.client.communication.ServerConnector
Sends an event message to the server.
sendEventToServer(StateNode, String, JsonObject) - Method in class com.vaadin.client.flow.StateTree
Sends an event to the server.
sendExistingElementAttachToServer(StateNode, int, int, String, int) - Method in class com.vaadin.client.communication.ServerConnector
Sends a data for attach existing element server side callback.
sendExistingElementAttachToServer(StateNode, int, int, String, int) - Method in class com.vaadin.client.flow.StateTree
Sends a data for attach existing element server side callback.
sendExistingElementWithIdAttachToServer(StateNode, int, int, String) - Method in class com.vaadin.client.communication.ServerConnector
Sends a data for attach existing element with id server side callback.
sendExistingElementWithIdAttachToServer(StateNode, int, int, String) - Method in class com.vaadin.client.flow.StateTree
Sends a data for attach existing element with id server side callback.
sendInvocationsToServer() - Method in class com.vaadin.client.communication.MessageSender
Sends any pending invocations to the server if there is no request in progress and the application is running.
sendNavigationMessage(String, Object, boolean) - Method in class com.vaadin.client.communication.ServerConnector
Sends a navigation message to server.
sendNodePropertySyncToServer(MapProperty) - Method in class com.vaadin.client.flow.StateTree
Sends a map property sync to the server.
sendNodeSyncMessage(StateNode, int, String, Object) - Method in class com.vaadin.client.communication.ServerConnector
Sends a node value sync message to the server.
sendReturnChannelMessage(int, int, JsonArray) - Method in class com.vaadin.client.communication.ServerConnector
Sends a return channel message to the server.
sendServerNavigationEvent(Registry, String, Object, boolean) - Static method in class com.vaadin.client.flow.RouterLinkHandler
Notifies the server about navigation to the given location.
sendTemplateEventMessage(StateNode, String, JsonArray) - Method in class com.vaadin.client.communication.ServerConnector
Sends a template event message to the server.
sendTemplateEventToServer(StateNode, String, JsArray<?>) - Method in class com.vaadin.client.flow.StateTree
Sends a request to call server side method with methodName using argsArray as argument values.
ServerConnector - Class in com.vaadin.client.communication
Handles creating and sending messages to the server using ServerRpcQueue.
ServerConnector(Registry) - Constructor for class com.vaadin.client.communication.ServerConnector
Creates a new instance connected to the given registry.
ServerEventHandlerBinder - Class in com.vaadin.client.flow.binding
Binds and updates server object able to send notifications to the server.
ServerEventObject - Class in com.vaadin.client.flow.binding
A representation of a server object able to send notifications to the server.
ServerEventObject() - Constructor for class com.vaadin.client.flow.binding.ServerEventObject
JSO constructor.
ServerRpcQueue - Class in com.vaadin.client.communication
Manages the queue of server invocations (RPC) which are waiting to be sent to the server.
ServerRpcQueue(Registry) - Constructor for class com.vaadin.client.communication.ServerRpcQueue
Creates a new instance connected to the given registry.
set(K, V) - Method in class com.vaadin.client.flow.collection.jre.JreJsMap
Deprecated.
 
set(K, V) - Method in class com.vaadin.client.flow.collection.jre.JreJsWeakMap
Deprecated.
 
set(int, T) - Method in class com.vaadin.client.flow.collection.JsArray
Sets the item at the given index.
set() - Static method in class com.vaadin.client.flow.collection.JsCollections
Creates a new empty JavaScript Set.
set(JsSet<T>) - Static method in class com.vaadin.client.flow.collection.JsCollections
Creates a new JavaScript Set with the same contents as another set.
set(K, V) - Method in class com.vaadin.client.flow.collection.JsMap
Sets a value in this map, overwriting any previous mapping if present.
set(K, V) - Method in interface com.vaadin.client.flow.collection.JsWeakMap
Sets a value in this map, overwriting any previous mapping if present.
set(int, Object) - Method in class com.vaadin.client.flow.nodefeature.NodeList
Sets the value at the given index.
set(Class<T>, T) - Method in class com.vaadin.client.Registry
Stores an instance of the given type.
setApplicationId(String) - Method in class com.vaadin.client.ApplicationConfiguration
Sets the id generated for the application.
setApplyDefaultTheme(boolean) - Method in class com.vaadin.client.LoadingIndicator
Sets whether the default theming should be applied for the loading indicator or not.
setAtmosphereJSVersion(String) - Method in class com.vaadin.client.ApplicationConfiguration
Sets the Atmosphere JavaScript version in use.
setAtmosphereVersion(String) - Method in class com.vaadin.client.ApplicationConfiguration
Sets the Atmosphere runtime version in use.
setAttribute(String, String) - Method in interface com.vaadin.client.flow.dom.DomElement
Sets an attribute value for this node.
setBooleanValue(String, boolean) - Method in class com.vaadin.client.communication.AtmospherePushConnection.AbstractJSO
Sets the given property value as a boolean.
setClientToServerMessageId(int, boolean) - Method in class com.vaadin.client.communication.MessageSender
Used internally to update what id the server expects.
setContextRootUrl(String) - Method in class com.vaadin.client.ApplicationConfiguration
Sets the URL of the context root on the server.
setDomNode(Node) - Method in class com.vaadin.client.flow.StateNode
Sets the DOM node associated with this state node.
setExportedWebComponents(String[]) - Method in class com.vaadin.client.ApplicationConfiguration
Sets the exported web components.
setFallbackTransport(String) - Method in class com.vaadin.client.communication.AtmospherePushConnection.AtmosphereConfiguration
Sets the fallback transport mechanism to use.
setFirstDelay(int) - Method in class com.vaadin.client.LoadingIndicator
Sets the delay (in ms) which must pass before the loading indicator moves into the "first" state and is shown to the user
setFrontendRootUrl(String) - Method in class com.vaadin.client.ApplicationConfiguration
Sets the base URL of the frontend components on the server.
setHeartbeatInterval(int) - Method in class com.vaadin.client.ApplicationConfiguration
Sets the interval for heartbeat requests.
setIgnoreScrollRestorationOnNextPopStateEvent(boolean) - Method in class com.vaadin.client.ScrollPositionHandler
Tells this scroll handler that the next call to ScrollPositionHandler.onPopStateEvent(PopStateEvent, boolean) should not try to restore scroll position.
setInnerHTML(String) - Method in interface com.vaadin.client.flow.dom.DomElement
Sets the innerHTML property to the given string.
setInterval(int) - Method in class com.vaadin.client.communication.Heartbeat
Changes the heartbeatInterval in runtime and applies it.
setInterval(int) - Method in class com.vaadin.client.communication.Poller
Sets the polling interval.
setIntValue(String, int) - Method in class com.vaadin.client.communication.AtmospherePushConnection.AbstractJSO
Sets the given property value as an int.
setJsProperty(Object, String, Object) - Static method in class com.vaadin.client.WidgetUtil
Assigns a value as JavaScript property of an object.
setListValueByIndex(Element, String, int, JsonValue) - Static method in class com.vaadin.client.PolymerUtils
Sets new value for list element for specified htmlNode.
setModal(boolean) - Method in class com.vaadin.client.communication.DefaultReconnectDialog
 
setModal(boolean) - Method in interface com.vaadin.client.communication.ReconnectDialog
Sets the modality of the dialog.
setNextResponseSessionExpiredHandler(Command) - Method in class com.vaadin.client.communication.MessageHandler
Sets a temporary handler for session expiration.
setNodeData(T) - Method in class com.vaadin.client.flow.StateNode
Stores the object in the StateNode instance.
setParent(StateNode) - Method in class com.vaadin.client.flow.StateNode
Set the parent StateNode for this node.
setPayload(JsonObject) - Method in class com.vaadin.client.communication.XhrConnection.XhrResponseHandler
Sets the payload which was sent to the server.
setProductionMode(boolean) - Method in class com.vaadin.client.ApplicationConfiguration
Sets whether we are running in production mode.
setProductionMode(boolean) - Static method in class com.vaadin.client.Console
Changes logger behavior, making it skip all browser logging for production mode.
setProfilerResultConsumer(Profiler.ProfilerResultConsumer) - Static method in class com.vaadin.client.Profiler
Sets the profiler result consumer that is used to output the profiler data to the user.
setProperty(Element, String, Object) - Static method in class com.vaadin.client.PolymerUtils
Sets a property to an element by using the Polymer set method.
setPushEnabled(boolean) - Method in class com.vaadin.client.communication.MessageSender
Sets the status for the push connection.
setReconnecting(boolean) - Method in class com.vaadin.client.communication.DefaultReconnectDialog
 
setReconnecting(boolean) - Method in interface com.vaadin.client.communication.ReconnectDialog
Sets the reconnecting state, which is true if we are trying to re-establish a connection with the server.
setRequestTiming(boolean) - Method in class com.vaadin.client.ApplicationConfiguration
Sets whether request timing info should be made available.
setSecondDelay(int) - Method in class com.vaadin.client.LoadingIndicator
Sets the delay (in ms) which must pass before the loading indicator moves to its "second" state.
setServiceUrl(String) - Method in class com.vaadin.client.ApplicationConfiguration
Sets the URL to the server-side VaadinService.
setServletVersion(String) - Method in class com.vaadin.client.ApplicationConfiguration
Sets the Vaadin servlet version in use.
setSessionExpiredError(ErrorMessage) - Method in class com.vaadin.client.ApplicationConfiguration
Sets the message used when a session expiration error occurs.
setState(UILifecycle.UIState) - Method in class com.vaadin.client.UILifecycle
Sets the state of the UI to the given value.
setStringValue(String, String) - Method in class com.vaadin.client.communication.AtmospherePushConnection.AbstractJSO
Sets the given property value as a String.
setText(String) - Method in class com.vaadin.client.communication.DefaultReconnectDialog
 
setText(String) - Method in interface com.vaadin.client.communication.ReconnectDialog
Sets the main text shown in the dialog.
setTextContent(String) - Method in interface com.vaadin.client.flow.dom.DomNode
A setter for the childNodes property.
setThirdDelay(int) - Method in class com.vaadin.client.LoadingIndicator
Sets the delay (in ms) which must pass before the loading indicator moves to its "third" state.
setTransport(String) - Method in class com.vaadin.client.communication.AtmospherePushConnection.AtmosphereConfiguration
Sets the transport mechanism to use.
setUIId(int) - Method in class com.vaadin.client.ApplicationConfiguration
Sets the UI id of the server-side UI associated with this client-side instance.
setUpdateInProgress(boolean) - Method in class com.vaadin.client.flow.StateTree
Mark this tree as being updated.
setValue(Object) - Method in class com.vaadin.client.flow.nodefeature.MapProperty
Sets the property value.
setWebComponentMode(boolean) - Method in class com.vaadin.client.ApplicationConfiguration
Sets whether the application is running as a web-component in the page.
shift() - Method in class com.vaadin.client.flow.collection.jre.JreJsArray
Deprecated.
 
shift() - Method in class com.vaadin.client.flow.collection.JsArray
Removes and returns the first value from the array.
show() - Method in class com.vaadin.client.communication.DefaultReconnectDialog
 
show() - Method in interface com.vaadin.client.communication.ReconnectDialog
Shows the dialog to the user.
show() - Method in class com.vaadin.client.LoadingIndicator
Shows the loading indicator in its standard state and triggers timers for transitioning into the "second" and "third" states.
showDialog() - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
Called when the reconnect dialog should be shown.
showLoadingIndicator() - Method in class com.vaadin.client.communication.ServerRpcQueue
Checks if a loading indicator should be shown when the RPCs have been sent to the server and we are waiting for a response.
SimpleElementBindingStrategy - Class in com.vaadin.client.flow.binding
Binding strategy for a simple (not template) Element node.
SimpleElementBindingStrategy() - Constructor for class com.vaadin.client.flow.binding.SimpleElementBindingStrategy
 
SimpleEventBus - Class in com.vaadin.client.gwt.com.google.web.bindery.event.shared
Basic implementation of EventBus.
SimpleEventBus() - Constructor for class com.vaadin.client.gwt.com.google.web.bindery.event.shared.SimpleEventBus
Create an instance of the event bus.
size() - Method in class com.vaadin.client.communication.ServerRpcQueue
Returns the current size of the queue.
size() - Method in class com.vaadin.client.flow.collection.jre.JreJsMap
Deprecated.
 
size() - Method in class com.vaadin.client.flow.collection.jre.JreJsSet
Deprecated.
 
size() - Method in class com.vaadin.client.flow.collection.JsMap
Gets the number of entries in this map.
size() - Method in class com.vaadin.client.flow.collection.JsSet
Gets the number of values in this set.
splice(int, int, T...) - Method in class com.vaadin.client.flow.collection.jre.JreJsArray
Deprecated.
 
splice(int, int, T...) - Method in class com.vaadin.client.flow.collection.JsArray
Removes and adds a number of items at the given index.
splice(int, int) - Method in class com.vaadin.client.flow.nodefeature.NodeList
Removes a number of items at the given index.
splice(int, int, JsArray<?>) - Method in class com.vaadin.client.flow.nodefeature.NodeList
Removes and adds a number of items at the given index.
splice(Element, String, int, int, JsonArray) - Static method in class com.vaadin.client.PolymerUtils
Calls Polymer splice method on specified htmlNode.
spliceArray(int, int, JsArray<? extends T>) - Method in class com.vaadin.client.flow.collection.JsArray
Removes and adds a number of items at the given index.
start(ValueMap) - Method in class com.vaadin.client.ApplicationConnection
Starts this application.
startApplication(String) - Static method in class com.vaadin.client.bootstrap.Bootstrapper
Starts the application with a given id by reading the configuration options stored by the bootstrap javascript.
startRequest() - Method in class com.vaadin.client.communication.RequestResponseTracker
Marks that a new request has started.
StateChangeEvent(UILifecycle) - Constructor for class com.vaadin.client.UILifecycle.StateChangeEvent
Creates a new event connected to the given lifecycle instance.
StateNode - Class in com.vaadin.client.flow
A client-side representation of a server-side state node.
StateNode(int, StateTree) - Constructor for class com.vaadin.client.flow.StateNode
Creates a new state node.
StateTree - Class in com.vaadin.client.flow
A client-side representation of a server-side state tree.
StateTree(Registry) - Constructor for class com.vaadin.client.flow.StateTree
Creates a new instance connected to the given registry.
stop() - Method in class com.vaadin.client.flow.reactive.Computation
Stops this computation, so that it will no longer be recomputed.
storeNodeId(Node, int, String) - Static method in class com.vaadin.client.PolymerUtils
Store the StateNode.id into the polymer property under 'nodeId'
stringify(JsonObject) - Static method in class com.vaadin.client.WidgetUtil
When serializing the JsonObject we check the values for dom nodes and throw and exception if one is found as they should not be synced and may create cyclic dependencies.
stripJSONWrapping(String) - Static method in class com.vaadin.client.communication.MessageHandler
Strips the JSON wrapping from the given json string with wrapping.
sumUpTotals(Map<String, Profiler.Node>) - Method in class com.vaadin.client.Profiler.Node
 
suspendReponseHandling(Object) - Method in class com.vaadin.client.communication.MessageHandler
This method can be used to postpone rendering of a response for a short period of time (e.g.
syncToServer(Object) - Method in class com.vaadin.client.flow.nodefeature.MapProperty
Sets the value of this property and synchronizes the value to the server.
SystemErrorHandler - Class in com.vaadin.client
Handles system errors in the application.
SystemErrorHandler(Registry) - Constructor for class com.vaadin.client.SystemErrorHandler
Creates a new instance connected to the given registry.

T

TextBindingStrategy - Class in com.vaadin.client.flow.binding
Binding strategy for simple (not template) text Node.
TextBindingStrategy() - Constructor for class com.vaadin.client.flow.binding.TextBindingStrategy
 
toggle(String) - Method in interface com.vaadin.client.flow.dom.DomElement.DomTokenList
Removes token from string and returns false .
toJson() - Method in class com.vaadin.client.communication.ServerRpcQueue
Returns the current invocations as JSON.
toPrettyJson(JsonValue) - Static method in class com.vaadin.client.WidgetUtil
Converts a JSON value to a formatted string.
toString() - Method in class com.vaadin.client.Profiler.Node
 
totalProcessingTime - Variable in class com.vaadin.client.communication.MessageHandler
Holds the total time spent rendering requests during the lifetime of the session.
TrackingScheduler - Class in com.vaadin.client
Scheduler implementation which tracks and reports whether there is any work queued or currently being executed.
TrackingScheduler() - Constructor for class com.vaadin.client.TrackingScheduler
 
TreeChangeProcessor - Class in com.vaadin.client.flow
Updates a state tree based on changes in JSON format.
trigger(JsSet<String>, Consumer<String>) - Method in class com.vaadin.client.flow.binding.Debouncer
Informs this debouncer that an event has occurred.
trigger() - Method in class com.vaadin.client.LoadingIndicator
Triggers displaying of this loading indicator.

U

UIDL_REFRESH_TOKEN - Static variable in interface com.vaadin.client.communication.ConnectionStateHandler
A string that, if found in a non-JSON response to a UIDL request, will cause the browser to refresh the page.
UILifecycle - Class in com.vaadin.client
Manages the lifecycle of a UI.
UILifecycle() - Constructor for class com.vaadin.client.UILifecycle
 
UILifecycle.StateChangeEvent - Class in com.vaadin.client
Event triggered when the lifecycle state of a UI is changed.
UILifecycle.StateChangeHandler - Interface in com.vaadin.client
A listener for listening to UI lifecycle events.
UILifecycle.UIState - Enum in com.vaadin.client
Describes the state of a UI.
unregister() - Method in class com.vaadin.client.flow.StateNode
Unregisters this node, causing all registered node unregister listeners to be notified.
unregisterNode(StateNode) - Method in class com.vaadin.client.flow.StateTree
Unregisters a node from this tree.
UpdatableModelProperties - Class in com.vaadin.client.flow.model
The storage class for set of updatable model properties.
UpdatableModelProperties(JsArray<String>) - Constructor for class com.vaadin.client.flow.model.UpdatableModelProperties
Creates a new instance of storage class based on given properties.
updateApiImplementation() - Static method in class com.vaadin.client.flow.dom.DomApi
Updates the DOM API implementation used.
updateAttribute(Element, String, Object) - Static method in class com.vaadin.client.WidgetUtil
Updates the attribute value for the element to the given value.
updateDialog() - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
Called whenever a reconnect attempt fails to allow updating of dialog contents.
URIResolver - Class in com.vaadin.client
Client side URL resolver for vaadin protocols.
URIResolver(Registry) - Constructor for class com.vaadin.client.URIResolver
Creates a new instance connected to the given registry.

V

ValueMap - Class in com.vaadin.client
Old abstraction for a UIDL JSON message.
ValueMap() - Constructor for class com.vaadin.client.ValueMap
JSO constructor.
valueOf(String) - Static method in enum com.vaadin.client.communication.AtmospherePushConnection.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.client.communication.DefaultConnectionStateHandler.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.client.UILifecycle.UIState
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.vaadin.client.communication.AtmospherePushConnection.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.client.communication.DefaultConnectionStateHandler.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.client.UILifecycle.UIState
Returns an array containing the constants of this enum type, in the order they are declared.

W

warn(Object) - Static method in class com.vaadin.client.Console
If not in production mode, logs the given message to the browser console using the warning log level.
weakMap() - Static method in class com.vaadin.client.flow.collection.JsCollections
Creates a new JavaScript WeakMap.
WidgetUtil - Class in com.vaadin.client
Utility methods which are related to client side code only.
WidgetUtil() - Constructor for class com.vaadin.client.WidgetUtil
 
wrap(Node) - Static method in class com.vaadin.client.flow.dom.DomApi
Wraps the given DOM node to make it safe to invoke any of the methods from DomNode or DomElement.
wrap(Node) - Method in interface com.vaadin.client.flow.dom.DomApiImpl
Wraps the given DOM node to make it safe to invoke any of the methods from DomNode or DomElement.
wrap(Node) - Method in class com.vaadin.client.flow.dom.PolymerDomApiImpl
 
wrap(ReactiveValueChangeListener) - Method in class com.vaadin.client.flow.reactive.ReactiveEventRouter
Callback for wrapping a generic reactive change listener to an instance of the listener type natively supported by this event router.

X

Xhr - Class in com.vaadin.client.gwt.elemental.js.util
A Simpler way to use XMLHttpRequest.
Xhr() - Constructor for class com.vaadin.client.gwt.elemental.js.util.Xhr
 
Xhr.Callback - Interface in com.vaadin.client.gwt.elemental.js.util
Notifies when an XHR successfully completes, or errors out.
XhrConnection - Class in com.vaadin.client.communication
Provides a connection to the UIDL request handler on the server and knows how to send messages to that end point.
XhrConnection(Registry) - Constructor for class com.vaadin.client.communication.XhrConnection
Creates a new instance connected to the given registry.
XhrConnection.XhrResponseHandler - Class in com.vaadin.client.communication
Handles the response from the server by forwarding the received message to MessageHandler or failures to the appropriate method in ConnectionStateHandler.
XhrConnectionError - Class in com.vaadin.client.communication
XhrConnectionError provides detail about an error which occurred during an XHR request to the server.
XhrConnectionError(XMLHttpRequest, JsonObject, Exception) - Constructor for class com.vaadin.client.communication.XhrConnectionError
Creates a XhrConnectionError for the given request using the given payload.
xhrException(XhrConnectionError) - Method in interface com.vaadin.client.communication.ConnectionStateHandler
Called when an exception occurs during an XmlHttpRequest request to the server.
xhrException(XhrConnectionError) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
 
xhrInvalidContent(XhrConnectionError) - Method in interface com.vaadin.client.communication.ConnectionStateHandler
Called when invalid content (not JSON) was returned from the server as the result of an XmlHttpRequest request.
xhrInvalidContent(XhrConnectionError) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
 
xhrInvalidStatusCode(XhrConnectionError) - Method in interface com.vaadin.client.communication.ConnectionStateHandler
Called when invalid status code (not 200) was returned by the server as the result of an XmlHttpRequest.
xhrInvalidStatusCode(XhrConnectionError) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
 
xhrOk() - Method in interface com.vaadin.client.communication.ConnectionStateHandler
Called whenever a XmlHttpRequest to the server completes successfully.
xhrOk() - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
 
XhrResponseHandler() - Constructor for class com.vaadin.client.communication.XhrConnection.XhrResponseHandler
 
A B C D E F G H I J L M N O P Q R S T U V W X 
Skip navigation links

Copyright © 2000–2020 Vaadin Ltd. All rights reserved.