Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
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(int, Element) - Method in class com.vaadin.client.ExistingElementMap
-
Adds the
idand theelementto the mapping. - add(int, Object) - Method in class com.vaadin.client.flow.nodefeature.NodeList
-
Shorthand for adding the given item at the given index.
- add(JsonValue) - Method in class com.vaadin.client.communication.ServerRpcQueue
-
Adds an explicit RPC method invocation to the send queue.
- add(String) - Method in interface com.vaadin.client.flow.dom.DomElement.DomTokenList
-
Adds
tokento the underlying string. - 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.
- 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.
- addReadyCallback(Element, String, Runnable) - Static method in class com.vaadin.client.ReactUtils
-
Add a callback to the react component that is called when the component initialization is ready for binding flow.
- addReadyListener(Element, Runnable) - Static method in class com.vaadin.client.PolymerUtils
-
Adds the
listenerwhich will be invoked when thepolymerElementbecomes "ready" meaning that it's methodreadyis called. - addReconnectionAttemptHandler(ReconnectionAttemptEvent.Handler) - Method in class com.vaadin.client.communication.RequestResponseTracker
-
Adds a handler for
ReconnectionAttemptEvents. - 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.
- ApplicationConnection.Styles - Class in com.vaadin.client
- apply(Object, JsArray<?>) - Method in class com.vaadin.client.flow.util.NativeFunction
-
Invokes this function with a given
thisand 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
PushConnectionimplementation 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
- bind(ConnectionStateHandler) - Static method in class com.vaadin.client.communication.ReconnectConfiguration
-
Binds this ReconnectDialogConfiguration to the given
ConnectionStateHandlerso thatConnectionStateHandler.configurationUpdated()is run whenever a relevant part ofReconnectConfigurationchanges. - bind(StateNode, Element, BinderContext) - Method in class com.vaadin.client.flow.binding.SimpleElementBindingStrategy
- bind(StateNode, Node) - Static method in class com.vaadin.client.flow.binding.Binder
-
Bind the
domNodeto thestateNode. - bind(StateNode, Node) - Method in interface com.vaadin.client.flow.binding.BinderContext
-
Binds a DOM node for the given state node.
- bind(StateNode, Text, BinderContext) - Method in class com.vaadin.client.flow.binding.TextBindingStrategy
- bind(StateNode, T, BinderContext) - Method in interface com.vaadin.client.flow.binding.BindingStrategy
-
Binds a DOM node to the
stateNodeusingcontextto create and bind nodes of other types. - 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
BindingStrategyinstances enabling them to delegate the creation of any child nodes. - BindingStrategy<T> - 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_HANDLERSfeature in the state node asserverObject.<methodName>. - bindServerEventHandlerNames(Supplier<ServerEventObject>, StateNode, int, boolean) - Static method in class com.vaadin.client.flow.binding.ServerEventHandlerBinder
-
Registers all the server event handler names found in the feature with the
featureIdin theServerEventObjectobject. - 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
thisand 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.
- clearLoadedResourceById(String) - Method in class com.vaadin.client.ResourceLoader
-
Clears a resource from the loaded resources set by its dependency ID.
- clearNodeData(T) - Method in class com.vaadin.client.flow.StateNode
-
Removes the
objectfrom the stored data. - clearPreviousDomValue() - Method in class com.vaadin.client.flow.nodefeature.MapProperty
-
Clears the previous DOM value of this property.
- ClientEngineLinker - Class in com.vaadin.flow.linker
-
Customized version of
SingleScriptLinkerwhich uses a modified version of the single script template ("com/vaadin/flow/linker/ClientEngineSingleScriptTemplate.js"). - 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.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
- CONNECT_PENDING - Enum constant in enum com.vaadin.client.communication.AtmospherePushConnection.State
-
Opening request has been sent, but still waiting for confirmation.
- CONNECTED - Enum constant in enum com.vaadin.client.communication.AtmospherePushConnection.State
-
Connection is open and ready to use.
- CONNECTED - Static variable in class com.vaadin.client.ConnectionIndicator
-
Application is connected to server: last transaction over the wire (XHR / heartbeat / endpoint call) was successful.
- CONNECTION_LOST - Static variable in class com.vaadin.client.ConnectionIndicator
-
Application has been permanently disconnected due to browser receiving the 'offline' event, or the server not being reached after a number of reconnect attempts.
- ConnectionIndicator - Class in com.vaadin.client
-
GWT interface to ConnectionIndicator.ts
- 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
JsonValueusing providedconverterfor the values stored in the feature (i.e. primitive types, StateNodes). - 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(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(Registry) - Method in interface com.vaadin.client.communication.PushConnectionFactory
-
Creates a new
PushConnectioninstance for the givenregistry. - 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
JsonObjectwith the JavaScript prototype. - createJsonObjectWithoutPrototype() - Static method in class com.vaadin.client.WidgetUtil
-
Creates a new
JsonObjectwithout 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
StateNodeencoded on the server usingJacksonCodec.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
JacksonCodec.encodeWithoutTypeInfo(Object). - decodeWithTypeInfo(StateTree, JsonValue) - Static method in class com.vaadin.client.flow.util.ClientJsonCodec
-
Decodes a value encoded on the server using
JacksonCodec.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
- 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, boolean) - 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(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(K) - Method in interface com.vaadin.client.flow.collection.JsWeakMap
-
Removes the mapping for a given key.
- delete(V) - Method in class com.vaadin.client.flow.collection.jre.JreJsSet
-
Deprecated.
- delete(V) - Method in class com.vaadin.client.flow.collection.JsSet
-
Removes the given value from the set.
- 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.
- DISCONNECT_PENDING - Enum constant in enum com.vaadin.client.communication.AtmospherePushConnection.State
-
Connection was disconnected while the connection was pending.
- DISCONNECTED - Enum constant in enum com.vaadin.client.communication.AtmospherePushConnection.State
-
Connection has been disconnected and should not be used any more.
- dispatch(ReconnectionAttemptEvent.Handler) - Method in class com.vaadin.client.communication.ReconnectionAttemptEvent
- 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
- ElementUtil - Class in com.vaadin.client
-
Utils class, intended to ease working with DOM elements on client side.
- 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
- 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.
- equals(Object, Object) - Static method in class com.vaadin.client.WidgetUtil
-
Checks whether the objects are equal either as Java objects (considering types and Java
Object.equals(Object)method) or as JS values. - equalsInJS(Object, Object) - Static method in class com.vaadin.client.WidgetUtil
-
Checks whether the objects are equal as JS values.
- 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(Event<?>) - Method in class com.vaadin.client.gwt.com.google.web.bindery.event.shared.SimpleEventBus
- 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)orReactiveEventRouter.addReactiveListener(ReactiveValueChangeListener)as well as all global event collectors added usingReactive.addEventCollector(ReactiveValueChangeListener). - 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.
- flushAll() - Static method in class com.vaadin.client.flow.binding.Debouncer
-
Flushes all pending changes.
- 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<Object>) - Method in class com.vaadin.client.flow.nodefeature.NodeList
-
Iterates all values in this list.
- forEach(JsCollections.ForEachCallback<T>) - Method in class com.vaadin.client.flow.collection.jre.JreJsArray
-
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(JsCollections.ForEachCallback<V>) - Method in class com.vaadin.client.flow.collection.jre.JreJsSet
-
Deprecated.
- forEach(JsCollections.ForEachCallback<V>) - Method in class com.vaadin.client.flow.collection.JsSet
-
Invokes the provided callback for each value in this set.
- forEach(JsMap.ForEachCallback<K, V>) - Method in class com.vaadin.client.flow.collection.jre.JreJsMap
-
Deprecated.
- forEach(JsMap.ForEachCallback<K, V>) - Method in class com.vaadin.client.flow.collection.JsMap
-
Invokes the provided callback for each mapping in this map.
- 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.
G
- get() - Static method in class com.vaadin.client.BrowserInfo
-
Singleton method to get BrowserInfo object.
- get(int) - Method in class com.vaadin.client.flow.collection.JsArray
-
Gets the item at the given index.
- get(int) - Method in class com.vaadin.client.flow.nodefeature.NodeList
-
Gets the item at the given index.
- get(Element) - Static method in class com.vaadin.client.flow.binding.ServerEventObject
-
Gets or creates
element. - get(Window, String, Xhr.Callback) - Static method in class com.vaadin.client.gwt.elemental.js.util.Xhr
-
Send a GET request to the
urland dispatch updates to thecallback. - get(Class<T>) - Method in class com.vaadin.client.Registry
-
Gets an instance of the given type from the lookup table.
- get(String) - Method in class com.vaadin.client.flow.ConstantPool
-
Gets the constant with a given key.
- get(String, Xhr.Callback) - Static method in class com.vaadin.client.gwt.elemental.js.util.Xhr
-
Send a GET request to the
urland dispatch updates to thecallback. - 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(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.
- 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.
- getApplicationConfiguration() - Method in class com.vaadin.client.Registry
-
Gets the
ApplicationConfigurationsingleton. - getApplicationConnection() - Method in class com.vaadin.client.Registry
-
Gets the
ApplicationConnectionsingleton. - 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.ReconnectionAttemptEvent
- 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.
- getAttempt() - Method in class com.vaadin.client.communication.ReconnectionAttemptEvent
-
Gets the number of the current reconnection attempt.
- 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
-
Deprecated.use a parsing library like ua-parser-js to parse the user agent from
BrowserInfo.getBrowserString() - getBrowserMinorVersion() - Method in class com.vaadin.client.BrowserInfo
-
Deprecated.use a parsing library like ua-parser-js to parse the user agent from
BrowserInfo.getBrowserString() - getCaption() - Method in class com.vaadin.client.bootstrap.ErrorMessage
- getChildNodes() - Method in interface com.vaadin.client.flow.dom.DomNode
-
Returns the
childNodesproperty. - getChildren() - Method in interface com.vaadin.client.flow.dom.DomElement
-
Returns the
childrenproperty 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
classListproperty. - 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
ErrorMessageobject. - 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
ConnectionStateHandlersingleton. - getConstantPool() - Method in class com.vaadin.client.Registry
-
Gets the
ConstantPoolsingleton. - 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 (synchronizer token pattern) that the server uses to protect against CSRF (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
pathof indices starting from theroot. - 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
DependencyLoadersingleton. - getDescription() - Method in class com.vaadin.flow.linker.ClientEngineLinker
- getDialogText() - Method in class com.vaadin.client.communication.ReconnectConfiguration
-
Deprecated.The API for configuring the connection indicator has changed.
- getDialogText(int) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
-
Gets the text to show in the reconnect dialog.
- getDialogTextGaveUp() - Method in class com.vaadin.client.communication.ReconnectConfiguration
-
Deprecated.The API for configuring the connection indicator has changed.
- 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).
- getDomElementById(Node, String) - Static method in class com.vaadin.client.PolymerUtils
-
Deprecated.This is Polymer specific. Use
ElementUtil.getElementById(Node, String)for the generic version - 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 givenid. - getElementById(Node, String) - Static method in class com.vaadin.client.ElementUtil
-
Searches the shadow root of the given context element for the given id or searches the light DOM if the element has no shadow root.
- getElementByName(Node, String) - Static method in class com.vaadin.client.ElementUtil
- getElementInShadowRootById(ShadowRoot, String) - Static method in class com.vaadin.client.PolymerUtils
-
Deprecated.This is not in use anywhere and can be removed
- 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
ExecuteJavaScriptProcessorsingleton. - getExistingElementMap() - Method in class com.vaadin.client.Registry
-
Gets the
ExistingElementMapsingleton. - 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
firstChildproperty. - getFirstElementChild() - Method in interface com.vaadin.client.flow.dom.DomElement
-
Returns the
firstElementChildproperty. - getGeckoVersion() - Method in class com.vaadin.client.BrowserInfo
-
Deprecated.use a parsing library like ua-parser-js to parse the user agent from
BrowserInfo.getBrowserString() - 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
Heartbeatsingleton. - getHeartbeatInterval() - Method in class com.vaadin.client.ApplicationConfiguration
-
Gets the interval for heartbeat requests.
- 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.
- getId(Element) - Method in class com.vaadin.client.ExistingElementMap
-
Gets the id stored via the
ExistingElementMap.add(int, Element)method by the givenelement. - getIfPresent(Node) - Static method in class com.vaadin.client.flow.binding.ServerEventObject
-
Gets or creates
element. - 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
InitialPropertiesHandlersingleton. - getInnerHTML() - Method in interface com.vaadin.client.flow.dom.DomElement
-
Returns the
innerHTMLproperty. - 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
-
Gets the heartbeat interval.
- 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
lastChildproperty. - getLastElementChild() - Method in interface com.vaadin.client.flow.dom.DomElement
-
Returns the
lastElementChildproperty. - 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
lengthproperty. - getList(int) - Method in class com.vaadin.client.flow.StateNode
-
Gets the node list with the given id.
- getLiveReloadBackend() - Method in class com.vaadin.client.ApplicationConfiguration
-
Gets the the live reload backend technology identifier.
- getLiveReloadUrl() - Method in class com.vaadin.client.ApplicationConfiguration
-
Gets the URL for the live reload websocket connection.
- getLocalItem(String) - Static method in class com.vaadin.client.StorageUtil
-
Gets an item value from the local storage.
- 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.
- getMaxMessageSuspendTimeout() - Method in class com.vaadin.client.ApplicationConfiguration
-
Gets the maximum message suspension delay.
- 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
MessageHandlersingleton. - getMessageSender() - Method in class com.vaadin.client.Registry
-
Gets the
MessageSendersingleton. - 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
nextSiblingproperty. - 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
StateNodeif set. - getParentNode() - Method in interface com.vaadin.client.flow.dom.DomNode
-
Gets the parent node of this node.
- 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
Pollersingleton. - getPreviousDomValue() - Method in class com.vaadin.client.flow.nodefeature.MapProperty
-
Returns previous DOM value of this property for detection of value modification by the user during the server round-trip.
- getPreviousSibling() - Method in interface com.vaadin.client.flow.dom.DomNode
-
Returns the
previousSiblingproperty. - 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
PushConfigurationsingleton. - getPushId() - Method in class com.vaadin.client.communication.MessageHandler
-
Gets the push connection identifier for this session.
- getPushServletMapping() - Method in class com.vaadin.client.communication.PushConfiguration
-
Gets the push servlet mapping configured or determined on the server.
- getQuerySelector() - Method in class com.vaadin.client.bootstrap.ErrorMessage
- 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.ReconnectConfiguration
-
Gets the number of reconnect attempts that should be performed before giving up.
- getReconnectConfiguration() - Method in class com.vaadin.client.Registry
-
Gets the
ReconnectConfigurationsingleton. - getReconnectInterval() - Method in class com.vaadin.client.communication.ReconnectConfiguration
-
Gets the interval in milliseconds to wait between reconnect attempts.
- getRegistry() - Method in class com.vaadin.client.flow.StateTree
-
Gets the
Registrythat 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
RequestResponseTrackersingleton. - 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
ResourceLoadersingleton. - 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.
- getSelectionScriptTemplate(TreeLogger, LinkerContext) - Method in class com.vaadin.flow.linker.ClientEngineLinker
- getServerConnector() - Method in class com.vaadin.client.Registry
-
Gets the
ServerConnectorsingleton. - getServerRpcQueue() - Method in class com.vaadin.client.Registry
-
Gets the
ServerRpcQueuesingleton. - 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.
- getSessionItem(String) - Static method in class com.vaadin.client.StorageUtil
-
Gets an item value from the session storage.
- 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.
- getSpringBootLiveReloadPort() - Method in class com.vaadin.client.ApplicationConfiguration
-
Gets the Spring boot live reload port.
- getState() - Method in class com.vaadin.client.communication.AtmospherePushConnection.AtmosphereResponse
-
Gets the Atmosphere reported state.
- getState() - Static method in class com.vaadin.client.ConnectionIndicator
-
Get the connection state.
- getState() - Method in class com.vaadin.client.UILifecycle
-
Gets the state of the UI.
- getStateNodeForDomNode(DomNode) - Method in class com.vaadin.client.flow.StateTree
-
Returns the state node in the tree for the given dom node or
nullif none found. - getStateTree() - Method in class com.vaadin.client.Registry
-
Gets the
StateTreesingleton. - 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
Tusing filteringpredicate. - 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
SystemErrorHandlersingleton. - getTag(StateNode) - Method in interface com.vaadin.client.flow.binding.BindingStrategy
-
Gets the tag value from the
NodeFeatures.ELEMENT_DATAfeature for thenode. - 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
textContentproperty. - 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.ReconnectionAttemptEvent
-
Gets the type of the event after ensuring the type has been created.
- 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.UILifecycle.StateChangeEvent
-
Gets the
UILifecycleinstance which triggered this event. - getUILifecycle() - Method in class com.vaadin.client.Registry
-
Gets the
UILifecyclesingleton. - 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
URIResolversingleton. - 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(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(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(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
-
Deprecated.use a parsing library like ua-parser-js to parse the user agent from
BrowserInfo.getBrowserString() - getWithCredentials(String, Xhr.Callback) - Static method in class com.vaadin.client.gwt.elemental.js.util.Xhr
-
Send a GET request to the
urlincluding credentials in XHR, and dispatch updates to thecallback. - getXhr() - Method in class com.vaadin.client.communication.XhrConnectionError
-
Returns
XMLHttpRequestwhich failed to reach the server. - getXhrConnection() - Method in class com.vaadin.client.Registry
-
Gets the
XhrConnectionsingleton. - giveUp() - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
-
Called when we should give up trying to reconnect and inform the user that the application is in CONNECTION_LOST state.
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
propertyupdate 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.
- handleUnrecoverableError(String, 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(String) - Method in class com.vaadin.client.flow.ConstantPool
-
Checks whether this constant pool contains a value for the given key.
- has(K) - Method in class com.vaadin.client.flow.collection.jre.JreJsMap
-
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(K) - Method in interface com.vaadin.client.flow.collection.JsWeakMap
-
Checks whether this map contains a mapping for the given key.
- has(V) - Method in class com.vaadin.client.flow.collection.jre.JreJsSet
-
Deprecated.
- has(V) - Method in class com.vaadin.client.flow.collection.JsSet
-
Checks whether this set contains the given value.
- 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
trueif 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.
- hasQueuedMessages() - Method in class com.vaadin.client.communication.MessageSender
- hasTag(Node, String) - Static method in class com.vaadin.client.ElementUtil
-
Checks whether the
nodehas requiredtag. - hasTag(Node, String) - Static method in class com.vaadin.client.PolymerUtils
-
Deprecated.Use the generic
ElementUtil.hasTag(Node, String)instead - 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(Window, String, Xhr.Callback) - Static method in class com.vaadin.client.gwt.elemental.js.util.Xhr
-
Send a HEAD request to the
urland dispatch updates to thecallback. - head(String, Xhr.Callback) - Static method in class com.vaadin.client.gwt.elemental.js.util.Xhr
-
Send a HEAD request to the
urland dispatch updates to thecallback. - 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.
- HEARTBEAT - Enum constant in enum com.vaadin.client.communication.DefaultConnectionStateHandler.Type
- heartbeatException(XMLHttpRequest, Exception) - Method in interface com.vaadin.client.communication.ConnectionStateHandler
-
Called when an exception occurs during a
Heartbeatrequest. - 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
Heartbeatrequest succeeds. - heartbeatOk() - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
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.
- INITIALIZING - Enum constant in enum com.vaadin.client.UILifecycle.UIState
- 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.
- inlineStyleSheet(String, ResourceLoader.ResourceLoadListener, String) - Method in class com.vaadin.client.ResourceLoader
-
Inline a stylesheet with a specific dependency ID for tracking.
- 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
runnablewhen the custom element with the giventagNameis initialized (its DOM structure becomes available). - isAbsoluteUrl(String) - Static method in class com.vaadin.client.WidgetUtil
-
Detects if an URL is absolute.
- 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
nodeis 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
-
Deprecated.use a parsing library like ua-parser-js to parse the user agent from
BrowserInfo.getBrowserString() - isAndroidWithBrokenScrollTop() - Method in class com.vaadin.client.BrowserInfo
-
Deprecated.use a parsing library like ua-parser-js to parse the user agent from
BrowserInfo.getBrowserString()and check version against known issues. - isApplicable(StateNode) - Method in interface com.vaadin.client.flow.binding.BindingStrategy
-
Returns
trueis the strategy is applicable to thenode. - isApplicable(StateNode) - Method in class com.vaadin.client.flow.binding.SimpleElementBindingStrategy
- isApplicable(StateNode) - Method in class com.vaadin.client.flow.binding.TextBindingStrategy
- 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
-
Deprecated.use a parsing library like ua-parser-js to parse the user agent from
BrowserInfo.getBrowserString() - isClear() - Method in class com.vaadin.client.flow.nodefeature.ListSpliceEvent
-
Gets whether this event is a
clearevent. - isDevToolsEnabled() - Method in class com.vaadin.client.ApplicationConfiguration
-
Gets if development tools should be added to the page.
- isEdge() - Method in class com.vaadin.client.BrowserInfo
-
Deprecated.use a parsing library like ua-parser-js to parse the user agent from
BrowserInfo.getBrowserString() - 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.
- 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
-
Deprecated.use a parsing library like ua-parser-js to parse the user agent from
BrowserInfo.getBrowserString() - isFlushPending() - Method in class com.vaadin.client.communication.ServerRpcQueue
-
Checks if a flush operation is pending.
- isGecko() - Method in class com.vaadin.client.BrowserInfo
-
Deprecated.use a parsing library like ua-parser-js to parse the user agent from
BrowserInfo.getBrowserString() - 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
-
Deprecated.use a parsing library like ua-parser-js to parse the user agent from
BrowserInfo.getBrowserString() - isImplEnabled() - Method in class com.vaadin.client.Profiler.EnabledProfiler
- isImplEnabled() - Method in class com.vaadin.client.Profiler
-
Overridden in
Profiler.EnabledProfilerto makeProfiler.isEnabled()return true if GWT.create returns that class. - isInitialized(Supplier<Element>) - Static method in class com.vaadin.client.ReactUtils
-
Check if the react element is initialized and functional.
- isInitialUidlHandled() - Method in class com.vaadin.client.communication.MessageHandler
-
Checks if the first UIDL has been handled.
- isInShadowRoot(Element) - Static method in class com.vaadin.client.PolymerUtils
-
Returns true if and only if the element has a shadow root ancestor.
- isInvalidated() - Method in class com.vaadin.client.flow.reactive.Computation
-
Checks whether this computation is invalidated.
- isLitElement(Node) - Static method in class com.vaadin.client.LitUtils
-
Checks if the given element is a LitElement.
- isMessage() - Method in enum com.vaadin.client.communication.DefaultConnectionStateHandler.Type
- isOpera() - Method in class com.vaadin.client.BrowserInfo
-
Deprecated.use a parsing library like ua-parser-js to parse the user agent from
BrowserInfo.getBrowserString() - isPolymerElement(Element) - Static method in class com.vaadin.client.PolymerUtils
-
Checks whether the
htmlNodeis 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
trueif the DOM structure of the polymer custom elementshadowRootParentis 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.
- isResync() - Method in class com.vaadin.client.flow.StateTree
-
Check if tree is resynchronizing after a
StateTree.prepareForResync() - isRunning() - Method in class com.vaadin.client.UILifecycle
-
Check if the state is
UILifecycle.UIState.RUNNING. - isSafari() - Method in class com.vaadin.client.BrowserInfo
-
Deprecated.use a parsing library like ua-parser-js to parse the user agent from
BrowserInfo.getBrowserString() - isSafariOrIOS() - Method in class com.vaadin.client.BrowserInfo
-
Deprecated.use a parsing library like ua-parser-js to parse the user agent from
BrowserInfo.getBrowserString() - isSameNode(Node) - Method in interface com.vaadin.client.flow.dom.DomNode
-
The isSameNode() method for Node objects is a legacy alias the for the === strict equality operator.
- 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
propertyis updatable. - isUpdateInProgress() - Method in class com.vaadin.client.flow.StateTree
-
Returns whether this tree is currently being updated by
TreeChangeProcessor.processChanges(StateTree, JsonArray). - isVisible(StateNode) - Method in class com.vaadin.client.flow.StateTree
-
Returns the visibility state of the
node. - 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
-
Deprecated.use a parsing library like ua-parser-js to parse the user agent from
BrowserInfo.getBrowserString() - 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
- 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
Objecttype. - 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
- 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(double) - Method in class com.vaadin.client.Profiler.Node
-
Marks the time spent in the child node.
- leave(String) - Static method in class com.vaadin.client.Profiler
-
Leaves a named block.
- 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
NodeListchanges. - 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.
- LitUtils - Class in com.vaadin.client
-
Utils class, intended to ease working with LitElement related code on client side.
- 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
expressionand reports the result via theresourceLoadListener. - 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.
- LOADING - Static variable in class com.vaadin.client.ConnectionIndicator
-
Application is connected and Flow is loading application state from the server, or Fusion is waiting for an endpoint call to return.
- 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.
- loadStylesheet(String, ResourceLoader.ResourceLoadListener, String) - Method in class com.vaadin.client.ResourceLoader
-
Load a stylesheet with a specific dependency ID for tracking.
- 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.
- MapProperty(String, NodeMap, boolean) - 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
MapPropertychanges. - 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
-
Deprecated.This is not in use anywhere and can be removed
- 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.
- MessageSender.ResynchronizationState - Enum in com.vaadin.client.communication
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
nodeneeds re-bind. - NO_OP - Static variable in class com.vaadin.client.flow.nodefeature.MapProperty
- 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.
- NOT_ACTIVE - Enum constant in enum com.vaadin.client.communication.MessageSender.ResynchronizationState
- 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) - 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. because the file could not be found or because the server did not respond.
- 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
- 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.
- onReconnectionAttempt(ReconnectionAttemptEvent) - Method in interface com.vaadin.client.communication.ReconnectionAttemptEvent.Handler
-
Called when handling of a reconnection attempt starts.
- 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.
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
DomApiImplthat 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.
- populateModelProperties(StateNode, JsArray<String>) - Static method in class com.vaadin.client.ExecuteJavaScriptElementUtils
-
Populate model
properties: add them into NodeFeatures.ELEMENT_PROPERTIESNodeMapif they are not defined by the client-side element or send their client-side value to the server otherwise. - 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
urland dispatch updates to thecallback. - post(String, String, String, Xhr.Callback) - Static method in class com.vaadin.client.gwt.elemental.js.util.Xhr
-
Send a POST request to the
urland dispatch updates to thecallback. - prepareForResync() - Method in class com.vaadin.client.flow.StateTree
-
Unregisters all nodes except root from this tree, and clears the root's features.
- 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.
- PUSH - Enum constant in enum com.vaadin.client.communication.DefaultConnectionStateHandler.Type
- 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
Nodewhich matches the specified selector string relative to the element. - querySelectorAll(String) - Method in interface com.vaadin.client.flow.dom.DomElement
-
Returns a non-live
NodeListof 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> - Class in com.vaadin.client.flow.reactive -
Event router providing integration with reactive features in
ReactiveandComputation. - 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.
- ReactUtils - Class in com.vaadin.client
-
Utils class, intended to ease working with React component related code on the client side.
- ReactUtils() - Constructor for class com.vaadin.client.ReactUtils
- recompute() - Method in class com.vaadin.client.flow.reactive.Computation
-
Recomputes this computation.
- ReconnectConfiguration - Class in com.vaadin.client.communication
-
Tracks the reconnect configuration stored in the root node and provides it with an easier to use API.
- ReconnectConfiguration(Registry) - Constructor for class com.vaadin.client.communication.ReconnectConfiguration
-
Creates a new instance using the given registry.
- RECONNECTING - Static variable in class com.vaadin.client.ConnectionIndicator
-
Application has been temporarily disconnected from the server because the last transaction over the wire (XHR / heartbeat / endpoint call) resulted in a network error, or the browser has received the 'online' event and needs to verify reconnection with the server.
- ReconnectionAttemptEvent - Class in com.vaadin.client.communication
-
Event fired when a reconnection attempt is requested.
- ReconnectionAttemptEvent(int) - Constructor for class com.vaadin.client.communication.ReconnectionAttemptEvent
-
Creates an event object.
- ReconnectionAttemptEvent.Handler - Interface in com.vaadin.client.communication
-
Handler for
ReconnectionAttemptEvents. - 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.
- rejectPromises() - Method in class com.vaadin.client.flow.binding.ServerEventObject
-
Reject all promises pending on this server object.
- 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(String) - Method in interface com.vaadin.client.flow.dom.DomElement.DomTokenList
-
Removes
tokenfrom the underlying string. - remove(T) - Method in class com.vaadin.client.flow.collection.JsArray
-
Removes the given item from the array.
- 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 returnfalseandMapProperty.getValue()will returnnulluntil the next timeMapProperty.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.whenReadyhas 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.
- reset() - Method in class com.vaadin.client.Registry
-
Deletes and recreates resettable instances of registry singletons.
- 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
-
Handler for
ResponseHandlingEndedEvents. - 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
-
Handler for
ResponseHandlingStartedEvents. - 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. reload all component hierarchy and state from the server
- RUNNING - Enum constant in enum com.vaadin.client.UILifecycle.UIState
- runWhenDependenciesChange(Command) - Static method in class com.vaadin.client.flow.reactive.Reactive
-
Evaluates the given command whenever there is a change in any
ReactiveValueused 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.
- searchForElementInShadowRoot(ShadowRoot, String) - Static method in class com.vaadin.client.PolymerUtils
-
Deprecated.This is not in use anywhere and can be removed
- 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.
- SEND_TO_SERVER - Enum constant in enum com.vaadin.client.communication.MessageSender.ResynchronizationState
- sendBeacon(String, String) - Static method in class com.vaadin.client.communication.MessageSender
- sendEventMessage(int, String, JsonObject) - Method in class com.vaadin.client.communication.ServerConnector
-
Sends an event message to the server.
- sendEventMessage(StateNode, 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.
- sendTemplateEventMessage(StateNode, String, JsonArray, int) - Method in class com.vaadin.client.communication.ServerConnector
-
Sends a template event message to the server.
- sendTemplateEventToServer(StateNode, String, JsArray<?>, int) - Method in class com.vaadin.client.flow.StateTree
-
Sends a request to call server side method with
methodNameusingargsArrayas argument values. - sendUnloadBeacon() - Method in class com.vaadin.client.communication.MessageSender
- 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() - Static method in class com.vaadin.client.flow.collection.JsCollections
-
Creates a new empty JavaScript Set.
- set(int, Object) - Method in class com.vaadin.client.flow.nodefeature.NodeList
-
Sets the value at the given index.
- set(int, T) - Method in class com.vaadin.client.flow.collection.JsArray
-
Sets the item at the given index.
- 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(Class<T>, Supplier<T>) - Method in class com.vaadin.client.Registry
-
Stores an instance of the given type.
- set(Class<T>, T) - Method in class com.vaadin.client.Registry
-
Stores an instance of the given type.
- set(String, Object) - Method in class com.vaadin.client.ApplicationConnection.Styles
- 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(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.
- setApplicationId(String) - Method in class com.vaadin.client.ApplicationConfiguration
-
Sets the id generated for the application.
- 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.
- setDevToolsEnabled(boolean) - Method in class com.vaadin.client.ApplicationConfiguration
-
Sets if development tools should be added to the page.
- 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.
- setHeartbeatInterval(int) - Method in class com.vaadin.client.ApplicationConfiguration
-
Sets the interval for heartbeat requests.
- setInnerHTML(String) - Method in interface com.vaadin.client.flow.dom.DomElement
-
Sets the
innerHTMLproperty 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. - setLiveReloadBackend(String) - Method in class com.vaadin.client.ApplicationConfiguration
-
Sets the live reload backend technology identifier.
- setLiveReloadUrl(String) - Method in class com.vaadin.client.ApplicationConfiguration
-
Sets the URL for the live reload websocket connection.
- setLocalItem(String, String) - Static method in class com.vaadin.client.StorageUtil
-
Sets an item value in the local storage.
- setMaxMessageSuspendTimeout(int) - Method in class com.vaadin.client.ApplicationConfiguration
-
Sets the maximum message suspension delay.
- 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
objectin theStateNodeinstance. - setParent(StateNode) - Method in class com.vaadin.client.flow.StateNode
-
Set the parent
StateNodefor this node. - setPayload(JsonObject) - Method in class com.vaadin.client.communication.XhrConnection.XhrResponseHandler
-
Sets the payload which was sent to the server.
- setPreviousDomValue(Object) - Method in class com.vaadin.client.flow.nodefeature.MapProperty
-
Stores previous DOM value of this property for detection of value modification by the user during the server round-trip.
- 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
setmethod. - setProperty(String, Object) - Static method in class com.vaadin.client.ConnectionIndicator
-
Set a property of the connection indicator component.
- setPushEnabled(boolean) - Method in class com.vaadin.client.communication.MessageSender
-
Sets the status for the push connection.
- setPushEnabled(boolean, boolean) - Method in class com.vaadin.client.communication.MessageSender
-
Sets the status for the push connection.
- setRequestTiming(boolean) - Method in class com.vaadin.client.ApplicationConfiguration
-
Sets whether request timing info should be made available.
- setResync(boolean) - Method in class com.vaadin.client.flow.StateTree
-
Set the resynchronization state for the StateTree.
- 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.
- setSessionItem(String, String) - Static method in class com.vaadin.client.StorageUtil
-
Sets an item value in the session storage.
- setSpringBootLiveReloadPort(String) - Method in class com.vaadin.client.ApplicationConfiguration
-
Sets the Spring boot live reload port.
- setState(UILifecycle.UIState) - Method in class com.vaadin.client.UILifecycle
-
Sets the state of the UI to the given value.
- setState(String) - Static method in class com.vaadin.client.ConnectionIndicator
-
Set the connection state to be displayed by the loading indicator.
- setStringValue(String, String) - Method in class com.vaadin.client.communication.AtmospherePushConnection.AbstractJSO
-
Sets the given property value as a String.
- setTextContent(String) - Method in interface com.vaadin.client.flow.dom.DomNode
-
A setter for the
childNodesproperty. - 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.
- 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)
Elementnode. - 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) - 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(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(Element, String, int, int, JsonArray) - Static method in class com.vaadin.client.PolymerUtils
-
Calls Polymer
splicemethod on specifiedhtmlNode. - 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.
- StorageUtil - Class in com.vaadin.client
-
Includes utility methods to interact with HTML storage API.
- 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.
- Styles() - Constructor for class com.vaadin.client.ApplicationConnection.Styles
- 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. to avoid the rendering process during animation).
- 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
- TERMINATED - Enum constant in enum com.vaadin.client.UILifecycle.UIState
- 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
tokenfrom string and returnsfalse. - 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
- TRANSPORT_KEY - Static variable in class com.vaadin.client.communication.AtmospherePushConnection
- TreeChangeProcessor - Class in com.vaadin.client.flow
-
Updates a state tree based on changes in JSON format.
- trigger(JsSet<String>, Consumer<String>, JsMap<String, Runnable>) - Method in class com.vaadin.client.flow.binding.Debouncer
-
Informs this debouncer that an event has occurred.
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, String) - Static method in class com.vaadin.client.WidgetUtil
-
Updates the
attributevalue for theelementto the givenvalue. - 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.communication.MessageSender.ResynchronizationState
-
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.communication.MessageSender.ResynchronizationState
-
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
- WAITING_FOR_RESPONSE - Enum constant in enum com.vaadin.client.communication.MessageSender.ResynchronizationState
- 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.
- whenRendered(Element, Runnable) - Static method in class com.vaadin.client.LitUtils
-
Invokes the
runnablewhen the given Lit element has been rendered at least once. - 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(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.
- 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
DomNodeorDomElement. - 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
DomNodeorDomElement. - wrap(Node) - Method in class com.vaadin.client.flow.dom.PolymerDomApiImpl
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 - Enum constant in enum com.vaadin.client.communication.DefaultConnectionStateHandler.Type
- 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
MessageHandleror failures to the appropriate method inConnectionStateHandler. - 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
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form