- AbstractJSO() - Constructor for class com.vaadin.client.communication.AtmospherePushConnection.AbstractJSO
-
JavaScriptObject constructor.
- accept(V) - Method in interface com.vaadin.client.flow.collection.JsCollections.ForEachCallback
-
Receives one value.
- accept(V, K) - Method in interface com.vaadin.client.flow.collection.JsMap.ForEachCallback
-
Receives one key-value pair.
- add(JsonValue) - Method in class com.vaadin.client.communication.ServerRpcQueue
-
Adds an explicit RPC method invocation to the send queue.
- add(int, Element) - Method in class com.vaadin.client.ExistingElementMap
-
Adds the id and the element to the mapping.
- add(V) - Method in class com.vaadin.client.flow.collection.jre.JreJsSet
-
Deprecated.
- add(V) - Method in class com.vaadin.client.flow.collection.JsSet
-
Adds a value to this set, overwriting any previous value if present.
- add(String) - Method in interface com.vaadin.client.flow.dom.DomElement.DomTokenList
-
Adds token to the underlying string.
- add(int, Object) - Method in class com.vaadin.client.flow.nodefeature.NodeList
-
Shorthand for adding the given item at the given index.
- addBootstrapData(LinkedHashMap<String, Double>) - Method in interface com.vaadin.client.Profiler.ProfilerResultConsumer
-
- addChangeListener(MapPropertyChangeListener) - Method in class com.vaadin.client.flow.nodefeature.MapProperty
-
Adds a listener that gets notified when the value of this property
changes.
- addDependency(ReactiveValue) - Method in class com.vaadin.client.flow.reactive.Computation
-
Adds a dependency to a reactive value.
- addDomNodeSetListener(Function<StateNode, Boolean>) - Method in class com.vaadin.client.flow.StateNode
-
Adds a listener to get a notification when the DOM Node is set for this
StateNode.
- addEventCollector(ReactiveValueChangeListener) - Static method in class com.vaadin.client.flow.reactive.Reactive
-
Adds a reactive change listener that will be invoked whenever a reactive
change event is fired from any reactive event router.
- addFlushListener(FlushListener) - Static method in class com.vaadin.client.flow.reactive.Reactive
-
- addHandler(Event.Type<H>, H) - Method in class com.vaadin.client.gwt.com.google.web.bindery.event.shared.SimpleEventBus
-
- addHandler(H) - Method in class com.vaadin.client.UILifecycle
-
Adds a state change event handler.
- addHandlerToSource(Event.Type<H>, Object, H) - Method in class com.vaadin.client.gwt.com.google.web.bindery.event.shared.SimpleEventBus
-
- addListener(L) - Method in class com.vaadin.client.flow.reactive.ReactiveEventRouter
-
Adds a listener to this event router.
- addOnloadHandler(Element, ResourceLoader.ResourceLoadListener, ResourceLoader.ResourceLoadEvent) - Static method in class com.vaadin.client.ResourceLoader
-
Adds an onload listener to the given element, which should be a link or a
script tag.
- addPostFlushListener(FlushListener) - Static method in class com.vaadin.client.flow.reactive.Reactive
-
Adds a listener that will be invoked during the next
Reactive.flush(),
after all regular flush listeners have been invoked.
- addProfilerData(Profiler.Node, List<Profiler.Node>) - Method in interface com.vaadin.client.Profiler.ProfilerResultConsumer
-
- addPropertyAddListener(MapPropertyAddListener) - Method in class com.vaadin.client.flow.nodefeature.NodeMap
-
Adds a listener that is informed whenever a new property is added to this
map.
- addReactiveListener(ReactiveValueChangeListener) - Method in class com.vaadin.client.flow.reactive.ReactiveEventRouter
-
Adds a generic reactive change listener to this router.
- addReactiveValueChangeListener(ReactiveValueChangeListener) - Method in class com.vaadin.client.flow.nodefeature.MapProperty
-
- addReactiveValueChangeListener(ReactiveValueChangeListener) - Method in class com.vaadin.client.flow.nodefeature.NodeList
-
- addReactiveValueChangeListener(ReactiveValueChangeListener) - Method in class com.vaadin.client.flow.nodefeature.NodeMap
-
- addReactiveValueChangeListener(ReactiveValueChangeListener) - Method in interface com.vaadin.client.flow.reactive.ReactiveValue
-
Adds a listener that has a dependency to this value, and should be
notified when this value changes.
- addReadyListener(Element, Runnable) - Static method in class com.vaadin.client.PolymerUtils
-
Adds the listener which will be invoked when the
polymerElement becomes "ready" meaning that it's method
ready is called.
- addRequestStartingHandler(RequestStartingEvent.Handler) - Method in class com.vaadin.client.communication.RequestResponseTracker
-
- addResponseHandlingEndedHandler(ResponseHandlingEndedEvent.Handler) - Method in class com.vaadin.client.communication.RequestResponseTracker
-
- addResponseHandlingStartedHandler(ResponseHandlingStartedEvent.Handler) - Method in class com.vaadin.client.communication.RequestResponseTracker
-
- addSpliceListener(ListSpliceListener) - Method in class com.vaadin.client.flow.nodefeature.NodeList
-
Adds a listener that will be notified when the list structure changes.
- addUnregisterListener(NodeUnregisterListener) - Method in class com.vaadin.client.flow.StateNode
-
Adds a listener that will be notified when this node is unregistered.
- appendChild(Node) - Method in interface com.vaadin.client.flow.dom.DomNode
-
Insert a node as the last child node of this element.
- ApplicationConfiguration - Class in com.vaadin.client
-
Application configuration data.
- ApplicationConfiguration() - Constructor for class com.vaadin.client.ApplicationConfiguration
-
- ApplicationConnection - Class in com.vaadin.client
-
Main class for an application / UI.
- ApplicationConnection(ApplicationConfiguration) - Constructor for class com.vaadin.client.ApplicationConnection
-
Creates an application connection using the given configuration.
- apply(Object, JsArray<?>) - Method in class com.vaadin.client.flow.util.NativeFunction
-
Invokes this function with a given this and arguments
provided as an array.
- array() - Static method in class com.vaadin.client.flow.collection.JsCollections
-
Creates a new JavaScript Array.
- array(T...) - Static method in class com.vaadin.client.flow.collection.JsCollections
-
Creates a new JavaScript Array with the given contents.
- asList(JsArray<T>) - Static method in class com.vaadin.client.flow.collection.jre.JreJsArray
-
Deprecated.
Gets the values of this array as a list.
- AtmosphereConfiguration() - Constructor for class com.vaadin.client.communication.AtmospherePushConnection.AtmosphereConfiguration
-
JavaScriptObject constructor.
- AtmospherePushConnection - Class in com.vaadin.client.communication
-
The default
PushConnection implementation that uses Atmosphere for
handling the communication channel.
- AtmospherePushConnection(Registry) - Constructor for class com.vaadin.client.communication.AtmospherePushConnection
-
Creates a new instance connected to the given registry.
- AtmospherePushConnection.AbstractJSO - Class in com.vaadin.client.communication
-
JavaScriptObject class with some helper methods to set and get primitive
values.
- AtmospherePushConnection.AtmosphereConfiguration - Class in com.vaadin.client.communication
-
Provides information from the Atmosphere configuration object.
- AtmospherePushConnection.AtmosphereResponse - Class in com.vaadin.client.communication
-
Provides data from an Atmosphere response JavaScript object.
- AtmospherePushConnection.FragmentedMessage - Class in com.vaadin.client.communication
-
- 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.
- get() - Static method in class com.vaadin.client.BrowserInfo
-
Singleton method to get BrowserInfo object.
- get(Element) - Static method in class com.vaadin.client.flow.binding.ServerEventObject
-
Gets or creates element.$server for the given element.
- get(K) - Method in class com.vaadin.client.flow.collection.jre.JreJsMap
-
Deprecated.
- get(K) - Method in class com.vaadin.client.flow.collection.jre.JreJsWeakMap
-
Deprecated.
- get(int) - Method in class com.vaadin.client.flow.collection.JsArray
-
Gets the item at the given index.
- get(K) - Method in class com.vaadin.client.flow.collection.JsMap
-
Gets the value mapped for the given key.
- get(K) - Method in interface com.vaadin.client.flow.collection.JsWeakMap
-
Gets the value mapped for the given key.
- get(String) - Method in class com.vaadin.client.flow.ConstantPool
-
Gets the constant with a given key.
- get(int) - Method in class com.vaadin.client.flow.nodefeature.NodeList
-
Gets the item at the given index.
- get(String, Xhr.Callback) - Static method in class com.vaadin.client.gwt.elemental.js.util.Xhr
-
Send a GET request to the url and dispatch updates to the
callback.
- get(Window, String, Xhr.Callback) - Static method in class com.vaadin.client.gwt.elemental.js.util.Xhr
-
Send a GET request to the url and dispatch updates to the
callback.
- get(Class<T>) - Method in class com.vaadin.client.Registry
-
Gets an instance of the given type from the lookup table.
- getAbsoluteUrl(String) - Static method in class com.vaadin.client.WidgetUtil
-
Resolve a relative URL to an absolute URL based on the current document's
location.
- getAdd() - Method in class com.vaadin.client.flow.nodefeature.ListSpliceEvent
-
Gets an array of added items.
- getAlias() - Method in class com.vaadin.flow.client.osgi.OSGiClientStaticResource
-
- getApplicationConfiguration() - Method in class com.vaadin.client.Registry
-
- getApplicationConnection() - Method in class com.vaadin.client.Registry
-
- getApplicationId() - Method in class com.vaadin.client.ApplicationConfiguration
-
Gets the id generated for the application.
- getAsDebugJson(Object) - Method in class com.vaadin.client.flow.nodefeature.NodeFeature
-
Helper for getting a JSON representation of a child value.
- getAssociatedType() - Method in class com.vaadin.client.communication.RequestStartingEvent
-
- getAssociatedType() - Method in class com.vaadin.client.communication.ResponseHandlingEndedEvent
-
- getAssociatedType() - Method in class com.vaadin.client.communication.ResponseHandlingStartedEvent
-
- getAssociatedType() - Method in class com.vaadin.client.UILifecycle.StateChangeEvent
-
- getAtmosphereJSVersion() - Method in class com.vaadin.client.ApplicationConfiguration
-
Gets the Atmosphere JavaScript version in use.
- getAtmosphereJSVersion() - Method in class com.vaadin.client.bootstrap.JsoConfiguration
-
Gets the JS version used in the Atmosphere framework.
- getAtmosphereVersion() - Method in class com.vaadin.client.ApplicationConfiguration
-
Gets the Atmosphere runtime version in use.
- getAtmosphereVersion() - Method in class com.vaadin.client.bootstrap.JsoConfiguration
-
Gets the version of the Atmosphere framework.
- getBaseRelativeUri(String, String) - Static method in class com.vaadin.client.URIResolver
-
Returns the given uri as relative to the given base uri.
- getBooleanValue(String) - Method in class com.vaadin.client.communication.AtmospherePushConnection.AbstractJSO
-
Gets the given property value as a boolean.
- getBrowserMajorVersion() - Method in class com.vaadin.client.BrowserInfo
-
Returns the browser major version e.g., 3 for Firefox 3.5, 4 for Chrome
4, 8 for Internet Explorer 8.
- getBrowserMinorVersion() - Method in class com.vaadin.client.BrowserInfo
-
Returns the browser minor version e.g., 5 for Firefox 3.5.
- getCaption() - Method in class com.vaadin.client.bootstrap.ErrorMessage
-
- getChildNodes() - Method in interface com.vaadin.client.flow.dom.DomNode
-
Returns the childNodes property.
- getChildren() - Method in interface com.vaadin.client.flow.dom.DomElement
-
Returns the children property containing all child elements
of the element, as a live collection.
- getChildren() - Method in class com.vaadin.client.Profiler.Node
-
Gets the child nodes of this node.
- getClassList() - Method in interface com.vaadin.client.flow.dom.DomElement
-
Returns the classList property.
- getCommunicationMethodName() - Method in class com.vaadin.client.communication.MessageSender
-
Returns a human readable string representation of the method used to
communicate with the server.
- getConfig() - Method in class com.vaadin.client.communication.AtmospherePushConnection
-
- getConfigBoolean(String) - Method in class com.vaadin.client.bootstrap.JsoConfiguration
-
Reads a configuration parameter as a boolean.
- getConfigError(String) - Method in class com.vaadin.client.bootstrap.JsoConfiguration
-
- 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
-
- getConstantPool() - Method in class com.vaadin.client.Registry
-
- getContextRootUrl() - Method in class com.vaadin.client.ApplicationConfiguration
-
Gets the URL of the context root on the server.
- getContextRootUrl() - Method in class com.vaadin.client.URIResolver
-
- getCount() - Method in class com.vaadin.client.Profiler.Node
-
Gets the number of times this node has been entered.
- getCsrfToken() - Method in class com.vaadin.client.communication.MessageHandler
-
Gets the token (aka double submit cookie) that the server uses to protect
against Cross Site Request Forgery attacks.
- getCurrentComputation() - Static method in class com.vaadin.client.flow.reactive.Reactive
-
Gets the currently active computation.
- getCurrentLocationRelativeToBaseUri() - Static method in class com.vaadin.client.URIResolver
-
Returns the current document location as relative to the base uri of the
document.
- getCustomElement(Node, JsonArray) - Static method in class com.vaadin.client.PolymerUtils
-
Gets the custom element using path of indices starting from the
root.
- getDebugJson() - Method in class com.vaadin.client.flow.nodefeature.NodeFeature
-
Gets a JSON object representing the contents of this feature.
- getDebugJson() - Method in class com.vaadin.client.flow.nodefeature.NodeList
-
- getDebugJson() - Method in class com.vaadin.client.flow.nodefeature.NodeMap
-
- getDebugJson() - Method in class com.vaadin.client.flow.StateNode
-
Gets a JSON object representing the contents of this node.
- getDependencyLoader() - Method in class com.vaadin.client.Registry
-
- getDescription() - Method in class com.vaadin.flow.linker.ClientEngineLinker
-
- getDialogGracePeriod() - Method in class com.vaadin.client.communication.ReconnectDialogConfiguration
-
Gets the time in milliseconds to wait after noticing a loss of connection
but before showing the reconnect dialog.
- getDialogText(int) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
-
Gets the text to show in the reconnect dialog.
- getDialogText() - Method in class com.vaadin.client.communication.ReconnectDialogConfiguration
-
Gets the text to show in the reconnect dialog.
- getDialogTextGaveUp(int) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
-
Gets the text to show in the reconnect dialog after giving up (reconnect
limit reached).
- getDialogTextGaveUp() - Method in class com.vaadin.client.communication.ReconnectDialogConfiguration
-
Gets the text to show in the reconnect dialog when no longer trying to
reconnect.
- getDomElementById(Node, String) - Static method in class com.vaadin.client.PolymerUtils
-
Find the DOM element inside shadow root of the shadowRootParent.
- getDomNode() - Method in class com.vaadin.client.flow.StateNode
-
Gets the DOM node associated with this state node.
- getDomRoot(Node) - Static method in class com.vaadin.client.PolymerUtils
-
Returns the shadow root of the templateElement.
- getElement(int) - Method in class com.vaadin.client.ExistingElementMap
-
- getElement() - Method in class com.vaadin.client.LoadingIndicator
-
Returns the root element of the loading indicator.
- getElementInShadowRootById(ShadowRoot, String) - Static method in class com.vaadin.client.PolymerUtils
-
Get the element by id from the shadow root provided.
- getException() - Method in class com.vaadin.client.communication.XhrConnectionError
-
Returns the exception which caused the problem, if available.
- getExecuteJavaScriptProcessor() - Method in class com.vaadin.client.Registry
-
- getExistingElementMap() - Method in class com.vaadin.client.Registry
-
- getExportedWebComponents() - Method in class com.vaadin.client.ApplicationConfiguration
-
Gets the exported web components.
- getFallbackTransport() - Method in class com.vaadin.client.communication.AtmospherePushConnection.AtmosphereConfiguration
-
Gets the fallback transport mechanism.
- getFirstChild() - Method in interface com.vaadin.client.flow.dom.DomNode
-
Returns the firstChild property.
- getFirstDelay() - Method in class com.vaadin.client.LoadingIndicator
-
Returns the delay (in ms) which must pass before the loading indicator
moves into the "first" state and is shown to the user
- getFirstElementChild() - Method in interface com.vaadin.client.flow.dom.DomElement
-
Returns the firstElementChild property.
- getFrontendRootUrl() - Method in class com.vaadin.client.ApplicationConfiguration
-
Gets the base URL of the frontend components on the server.
- getFrontendRootUrl() - Method in class com.vaadin.client.URIResolver
-
- getGeckoVersion() - Method in class com.vaadin.client.BrowserInfo
-
Returns the Gecko version if the browser is Gecko based.
- getHandler(Event.Type<H>, int) - Method in class com.vaadin.client.gwt.com.google.web.bindery.event.shared.SimpleEventBus
-
- getHandlerCount(Event.Type<?>) - Method in class com.vaadin.client.gwt.com.google.web.bindery.event.shared.SimpleEventBus
-
- getHeartbeat() - Method in class com.vaadin.client.Registry
-
- getHeartbeatInterval() - Method in class com.vaadin.client.ApplicationConfiguration
-
Gets the interval for heartbeat requests.
- getId(Element) - Method in class com.vaadin.client.ExistingElementMap
-
- getId() - Method in class com.vaadin.client.flow.nodefeature.NodeFeature
-
Gets the id of this feature.
- getId() - Method in class com.vaadin.client.flow.StateNode
-
Gets the id of this state node.
- getIndex() - Method in class com.vaadin.client.flow.nodefeature.ListSpliceEvent
-
Gets the start index of the changes.
- getInitialPropertiesHandler() - Method in class com.vaadin.client.Registry
-
- getInnerHTML() - Method in interface com.vaadin.client.flow.dom.DomElement
-
Returns the innerHTML property.
- getInt(String) - Method in class com.vaadin.client.ValueMap
-
Gets the value with the given key as an integer.
- getInterval() - Method in class com.vaadin.client.communication.Heartbeat
-
- getIntValue(String) - Method in class com.vaadin.client.communication.AtmospherePushConnection.AbstractJSO
-
Gets the given property value as an int.
- getJsProperty(Object, String) - Static method in class com.vaadin.client.WidgetUtil
-
Retrieves the value of a JavaScript property.
- getJSStringArray(String) - Method in class com.vaadin.client.ValueMap
-
Gets the value with the given key as an string array.
- getKeys(Object) - Static method in class com.vaadin.client.WidgetUtil
-
Gets all JavaScript property names of the given object.
- getLastChild() - Method in interface com.vaadin.client.flow.dom.DomNode
-
Returns the lastChild property.
- getLastElementChild() - Method in interface com.vaadin.client.flow.dom.DomElement
-
Returns the lastElementChild property.
- getLastSeenServerSyncId() - Method in class com.vaadin.client.communication.MessageHandler
-
Gets the server id included in the last received response.
- getLength() - Method in interface com.vaadin.client.flow.dom.DomElement.DomTokenList
-
Returns the length property.
- getList(int) - Method in class com.vaadin.client.flow.StateNode
-
Gets the node list with the given id.
- getLoadingIndicator() - Method in class com.vaadin.client.Registry
-
- getMap() - Method in class com.vaadin.client.flow.nodefeature.MapProperty
-
Gets the map that this property belongs to.
- getMap(int) - Method in class com.vaadin.client.flow.StateNode
-
Gets the node map with the given id.
- getMaxTimeSpent() - Method in class com.vaadin.client.Profiler.Node
-
Gets the maximum time spent for one invocation of this node,
including time spent in sub nodes.
- getMessage() - Method in class com.vaadin.client.bootstrap.ErrorMessage
-
- getMessageHandler() - Method in class com.vaadin.client.Registry
-
- getMessageSender() - Method in class com.vaadin.client.Registry
-
- getMethods() - Method in class com.vaadin.client.flow.binding.ServerEventObject
-
Gets the defined methods.
- getMinTimeSpent() - Method in class com.vaadin.client.Profiler.Node
-
Gets the minimum time spent for one invocation of this node,
including time spent in sub nodes.
- getName() - Method in class com.vaadin.client.flow.nodefeature.MapProperty
-
Gets the name of this property.
- getName() - Method in class com.vaadin.client.Profiler.Node
-
Gets the name of the node.
- getNewValue() - Method in class com.vaadin.client.flow.nodefeature.MapPropertyChangeEvent
-
Gets the new property value.
- getNextFragment() - Method in class com.vaadin.client.communication.AtmospherePushConnection.FragmentedMessage
-
Gets the following fragment and increments the internal fragment
counter so the following call to this method will return the
following fragment.
- getNextSibling() - Method in interface com.vaadin.client.flow.dom.DomNode
-
Returns the nextSibling property.
- getNode() - Method in class com.vaadin.client.flow.nodefeature.NodeFeature
-
Gets the node of this feature.
- getNode() - Method in class com.vaadin.client.flow.NodeUnregisterEvent
-
Gets the unregistered node.
- getNode(int) - Method in class com.vaadin.client.flow.StateTree
-
Finds the node with the given id.
- getNodeData(Class<T>) - Method in class com.vaadin.client.flow.StateNode
-
- 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
-
- getParentNode() - Method in interface com.vaadin.client.flow.dom.DomNode
-
Gets the parent node of this node.
- getPath() - Method in class com.vaadin.flow.client.osgi.OSGiClientStaticResource
-
- getPayload() - Method in class com.vaadin.client.communication.XhrConnectionError
-
Returns the payload which was sent to the server.
- getPoller() - Method in class com.vaadin.client.Registry
-
- getPreviousSibling() - Method in interface com.vaadin.client.flow.dom.DomNode
-
Returns the previousSibling property.
- getProperty() - Method in class com.vaadin.client.flow.nodefeature.MapPropertyAddEvent
-
Gets the added property.
- getProperty(String) - Method in class com.vaadin.client.flow.nodefeature.NodeMap
-
Gets the property with a given name, creating it if necessary.
- getPropertyNames() - Method in class com.vaadin.client.flow.nodefeature.NodeMap
-
Gets all property names in this map.
- getPushConfiguration() - Method in class com.vaadin.client.Registry
-
- getPushId() - Method in class com.vaadin.client.communication.MessageHandler
-
Gets the push connection identifier for this session.
- getPushUrl() - Method in class com.vaadin.client.communication.PushConfiguration
-
Gets the push URL configured on the server.
- getReactiveValue() - Method in class com.vaadin.client.flow.reactive.ReactiveEventRouter
-
Gets the reactive value for which this router fires event.
- getReconnectAttempts() - Method in class com.vaadin.client.communication.ReconnectDialogConfiguration
-
Gets the number of reconnect attempts that should be performed before
giving up.
- getReconnectDialogConfiguration() - Method in class com.vaadin.client.Registry
-
- getReconnectInterval() - Method in class com.vaadin.client.communication.ReconnectDialogConfiguration
-
Gets the interval in milliseconds to wait between reconnect attempts.
- getRegistry() - Method in class com.vaadin.client.flow.StateTree
-
Gets the
Registry that this state tree belongs to.
- getRelativeTimeMillis() - Static method in class com.vaadin.client.Profiler
-
Returns time relative to the particular page load time.
- getRelativeTimeString(double) - Static method in class com.vaadin.client.Profiler
-
Returns a string, suitable for output to the user, containing the number
of milliseconds which have elapsed since the given reference time.
- getRemove() - Method in class com.vaadin.client.flow.nodefeature.ListSpliceEvent
-
Gets an array of removed items.
- getRequestResponseTracker() - Method in class com.vaadin.client.Registry
-
- getResource(String) - Method in class com.vaadin.flow.client.osgi.OsgiClientResources
-
- getResourceData() - Method in class com.vaadin.client.ResourceLoader.ResourceLoadEvent
-
Gets the absolute url or content of the loaded resource or the JS
expression that imports the resource.
- getResourceLoader() - Method in class com.vaadin.client.Registry
-
- getResourceLoader() - Method in class com.vaadin.client.ResourceLoader.ResourceLoadEvent
-
Gets the resource loader that has fired this event.
- getResponseBody() - Method in class com.vaadin.client.communication.AtmospherePushConnection.AtmosphereResponse
-
Gets the response text.
- getRootNode() - Method in class com.vaadin.client.flow.StateTree
-
Gets the root node of this tree.
- getRunningApplications() - Static method in class com.vaadin.client.bootstrap.Bootstrapper
-
Gets a list of references to all running application instances.
- getScrollPositionHandler() - Method in class com.vaadin.client.Registry
-
- getSecondDelay() - Method in class com.vaadin.client.LoadingIndicator
-
Returns the delay (in ms) which must pass before the loading indicator
moves to its "second" state.
- getSelectionScriptTemplate(TreeLogger, LinkerContext) - Method in class com.vaadin.flow.linker.ClientEngineLinker
-
- getServerConnector() - Method in class com.vaadin.client.Registry
-
- getServerRpcQueue() - Method in class com.vaadin.client.Registry
-
- getServiceUrl() - Method in class com.vaadin.client.ApplicationConfiguration
-
Gets the URL to the server-side VaadinService.
- getServletVersion() - Method in class com.vaadin.client.ApplicationConfiguration
-
Gets the Vaadin servlet version in use.
- getSessionExpiredError() - Method in class com.vaadin.client.ApplicationConfiguration
-
Gets the message used when a session expiration error occurs.
- getSource() - Method in class com.vaadin.client.flow.nodefeature.ListSpliceEvent
-
- getSource() - Method in class com.vaadin.client.flow.nodefeature.MapPropertyAddEvent
-
- getSource() - Method in class com.vaadin.client.flow.nodefeature.MapPropertyChangeEvent
-
- getSource() - Method in class com.vaadin.client.flow.reactive.InvalidateEvent
-
Gets the invalidated computation.
- getSource() - Method in class com.vaadin.client.flow.reactive.ReactiveValueChangeEvent
-
Gets the reactive value from which this event originates.
- getState() - Method in class com.vaadin.client.communication.AtmospherePushConnection.AtmosphereResponse
-
Gets the Atmosphere reported state.
- getState() - Method in class com.vaadin.client.UILifecycle
-
Gets the state of the UI.
- getStateTree() - Method in class com.vaadin.client.Registry
-
- getStatusCode() - Method in class com.vaadin.client.communication.AtmospherePushConnection.AtmosphereResponse
-
Gets the response status code.
- getStrategies(Predicate<BindingStrategy<?>>) - Method in interface com.vaadin.client.flow.binding.BinderContext
-
Gets the strategies with a specific type T using filtering
predicate.
- getString(String) - Method in class com.vaadin.client.ValueMap
-
Gets the value with the given key as a string.
- getStringRepresentation(String) - Method in class com.vaadin.client.Profiler.Node
-
- getStringValue(String) - Method in class com.vaadin.client.communication.AtmospherePushConnection.AbstractJSO
-
Gets the given property value as a String.
- getSyncToServerCommand(Object) - Method in class com.vaadin.client.flow.nodefeature.MapProperty
-
Sets the value of this property and returns a synch to server command.
- getSystemErrorHandler() - Method in class com.vaadin.client.Registry
-
- getTag(StateNode) - Method in interface com.vaadin.client.flow.binding.BindingStrategy
-
- getTag(StateNode) - Static method in class com.vaadin.client.PolymerUtils
-
Gets the tag name of the node.
- getTextContent() - Method in interface com.vaadin.client.flow.dom.DomNode
-
Returns the textContent property.
- getThirdDelay() - Method in class com.vaadin.client.LoadingIndicator
-
Returns the delay (in ms) which must pass before the loading indicator
moves to its "third" state.
- getTimeSpent() - Method in class com.vaadin.client.Profiler.Node
-
Gets the total time spent in this node, including time spent in sub
nodes.
- getTransport() - Method in class com.vaadin.client.communication.AtmospherePushConnection.AtmosphereConfiguration
-
Gets the transport mechanism.
- getTransport() - Method in class com.vaadin.client.communication.AtmospherePushConnection.AtmosphereResponse
-
Gets the transport reported by Atmosphere.
- getTransportType() - Method in class com.vaadin.client.communication.AtmospherePushConnection
-
- getTransportType() - Method in interface com.vaadin.client.communication.PushConnection
-
Returns a human readable string representation of the transport type used
to communicate with the server.
- getTree() - Method in class com.vaadin.client.flow.StateNode
-
Gets the state tree that this node belongs to.
- getType() - Static method in class com.vaadin.client.communication.RequestStartingEvent
-
Gets the type of the event after ensuring the type has been created.
- getType() - Static method in class com.vaadin.client.communication.ResponseHandlingEndedEvent
-
Gets the type of the event after ensuring the type has been created.
- getType() - Static method in class com.vaadin.client.communication.ResponseHandlingStartedEvent
-
Gets the type of the event after ensuring the type has been created.
- getType() - Static method in class com.vaadin.client.UILifecycle.StateChangeEvent
-
Gets the type of the event after ensuring the type has been created.
- getUIDL() - Method in class com.vaadin.client.bootstrap.JsoConfiguration
-
Gets the initial UIDL from the bootstrap page.
- getUIId() - Method in class com.vaadin.client.ApplicationConfiguration
-
Gets the UI id of the server-side UI associated with this client-side
instance.
- getUILifecycle() - Method in class com.vaadin.client.Registry
-
- getUiLifecycle() - Method in class com.vaadin.client.UILifecycle.StateChangeEvent
-
Gets the
UILifecycle instance which triggered this event.
- getUri() - Method in class com.vaadin.client.communication.XhrConnection
-
Retrieves the URI to use when sending RPCs to the server
- getURIResolver() - Method in class com.vaadin.client.Registry
-
- getUrl() - Method in class com.vaadin.client.bootstrap.ErrorMessage
-
- getVaadinVersion() - Method in class com.vaadin.client.bootstrap.JsoConfiguration
-
Gets the version of the Vaadin framework used on the server.
- getValue() - Method in class com.vaadin.client.flow.nodefeature.MapProperty
-
Gets the property value.
- getValueMap(String) - Method in class com.vaadin.client.ValueMap
-
Gets the value with the given key as a map.
- getValueOrDefault(int) - Method in class com.vaadin.client.flow.nodefeature.MapProperty
-
Returns the value, or the given defaultValue if the property does not
have a value or the property value is null.
- getValueOrDefault(boolean) - Method in class com.vaadin.client.flow.nodefeature.MapProperty
-
Returns the value, or the given defaultValue if the property does not
have a value or the property value is null.
- getValueOrDefault(String) - Method in class com.vaadin.client.flow.nodefeature.MapProperty
-
Returns the value, or the given defaultValue if the property does not
have a value or the property value is null.
- getWebkitVersion() - Method in class com.vaadin.client.BrowserInfo
-
Returns the WebKit version if the browser is WebKit based.
- getXhr() - Method in class com.vaadin.client.communication.XhrConnectionError
-
Returns XMLHttpRequest which failed to reach the server.
- getXhrConnection() - Method in class com.vaadin.client.Registry
-
- giveUp() - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
-
Called when we should give up trying to reconnect and let the user decide
how to continue.
- handleCommunicationError(String, int) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
-
Called when a communication error occurs and we cannot recover from it.
- handleError(String) - Method in class com.vaadin.client.SystemErrorHandler
-
Shows the given error message if not running in production mode and logs
it to the console if running in production mode.
- handleError(Throwable) - Method in class com.vaadin.client.SystemErrorHandler
-
Shows an error message if not running in production mode and logs it to
the console if running in production mode.
- handleJSON(ValueMap) - Method in class com.vaadin.client.communication.MessageHandler
-
- handleMessage(ValueMap) - Method in class com.vaadin.client.communication.MessageHandler
-
Handles a received UIDL JSON text, parsing it, and passing it on to the
appropriate handlers, while logging timing information.
- handlePropertyUpdate(MapProperty) - Method in class com.vaadin.client.InitialPropertiesHandler
-
Handles property update request before it's sent to the server
via RPC.
- handleRecoverableError(DefaultConnectionStateHandler.Type, JsonObject) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
-
Called whenever an error occurs in communication which should be handled
by showing the reconnect dialog and retrying communication until
successful again.
- handleSessionExpiredError(String) - Method in class com.vaadin.client.SystemErrorHandler
-
Shows the session expiration notification.
- handleUnauthorized(XhrConnectionError) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
-
- handleUnrecoverableError(String, ErrorMessage) - Method in class com.vaadin.client.SystemErrorHandler
-
Shows an error notification for an error which is unrecoverable.
- handleUnrecoverableError(String, String, String, String) - Method in class com.vaadin.client.SystemErrorHandler
-
Shows an error notification for an error which is unrecoverable, using
the given parameters.
- has(K) - Method in class com.vaadin.client.flow.collection.jre.JreJsMap
-
Deprecated.
- has(V) - Method in class com.vaadin.client.flow.collection.jre.JreJsSet
-
Deprecated.
- has(K) - Method in class com.vaadin.client.flow.collection.jre.JreJsWeakMap
-
Deprecated.
- has(K) - Method in class com.vaadin.client.flow.collection.JsMap
-
Checks whether this map contains a mapping for the given key.
- has(V) - Method in class com.vaadin.client.flow.collection.JsSet
-
Checks whether this set contains the given value.
- has(K) - Method in interface com.vaadin.client.flow.collection.JsWeakMap
-
Checks whether this map contains a mapping for the given key.
- has(String) - Method in class com.vaadin.client.flow.ConstantPool
-
Checks whether this constant pool contains a value for the given key.
- hasActiveRequest() - Method in class com.vaadin.client.communication.RequestResponseTracker
-
Checks is there is an active UIDL request.
- hasBeenCleared() - Method in class com.vaadin.client.flow.nodefeature.NodeList
-
Returns true if the list instance has been cleared at some point.
- hasFeature(int) - Method in class com.vaadin.client.flow.StateNode
-
Checks whether this node has a feature with the given id.
- hasJsProperty(Object, String) - Static method in class com.vaadin.client.WidgetUtil
-
Checks whether the provided object has or inherits a JavaScript property
with the given name.
- hasNextFragment() - Method in class com.vaadin.client.communication.AtmospherePushConnection.FragmentedMessage
-
- hasOwnJsProperty(Object, String) - Static method in class com.vaadin.client.WidgetUtil
-
Checks whether the provided object itself has a JavaScript property with
the given name.
- hasPropertyValue(String) - Method in class com.vaadin.client.flow.nodefeature.NodeMap
-
Checks if the given property is present and has a value.
- hasTag(Node, String) - Static method in class com.vaadin.client.PolymerUtils
-
Checks whether the node has required tag.
- hasValue() - Method in class com.vaadin.client.flow.nodefeature.MapProperty
-
Checks whether this property has a value.
- hasWorkQueued() - Method in class com.vaadin.client.TrackingScheduler
-
Checks if there is work queued or currently being executed.
- head(String, Xhr.Callback) - Static method in class com.vaadin.client.gwt.elemental.js.util.Xhr
-
Send a HEAD request to the url and dispatch updates to the
callback.
- head(Window, String, Xhr.Callback) - Static method in class com.vaadin.client.gwt.elemental.js.util.Xhr
-
Send a HEAD request to the url and dispatch updates to the
callback.
- Heartbeat - Class in com.vaadin.client.communication
-
Handles sending of heartbeats to the server and reacting to the response
- Heartbeat(Registry) - Constructor for class com.vaadin.client.communication.Heartbeat
-
Creates a new instance connected to the given registry.
- heartbeatException(XMLHttpRequest, Exception) - Method in interface com.vaadin.client.communication.ConnectionStateHandler
-
Called when an exception occurs during a
Heartbeat request.
- heartbeatException(XMLHttpRequest, Exception) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
-
- heartbeatInvalidStatusCode(XMLHttpRequest) - Method in interface com.vaadin.client.communication.ConnectionStateHandler
-
Called when a heartbeat request returns a status code other than OK
(200).
- heartbeatInvalidStatusCode(XMLHttpRequest) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
-
- heartbeatOk() - Method in interface com.vaadin.client.communication.ConnectionStateHandler
-
- heartbeatOk() - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
-
- hide() - Method in class com.vaadin.client.communication.DefaultReconnectDialog
-
- hide() - Method in interface com.vaadin.client.communication.ReconnectDialog
-
Hides the dialog from the user.
- hide() - Method in class com.vaadin.client.LoadingIndicator
-
Hides the loading indicator (if visible).
- hideDialog() - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
-
Called when the reconnect dialog should be hidden.
- importFromJson(JsonObject) - Method in class com.vaadin.client.flow.ConstantPool
-
Imports new constants into this pool.
- initialize() - Static method in class com.vaadin.client.Profiler
-
Initializes the profiler.
- InitialPropertiesHandler - Class in com.vaadin.client
-
Handles server initial property values with the purpose to prevent change
their values from the client side.
- InitialPropertiesHandler(Registry) - Constructor for class com.vaadin.client.InitialPropertiesHandler
-
Creates a new instance connected to the given registry.
- inlineHtml(String, ResourceLoader.ResourceLoadListener) - Method in class com.vaadin.client.ResourceLoader
-
Inlines an HTML import and notify a listener when the HTML import is
loaded.
- inlineScript(String, ResourceLoader.ResourceLoadListener) - Method in class com.vaadin.client.ResourceLoader
-
Inlines a script and notify a listener when the script is loaded.
- inlineStyleSheet(String, ResourceLoader.ResourceLoadListener) - Method in class com.vaadin.client.ResourceLoader
-
Inlines a stylesheet and notify a listener when the stylesheet is loaded.
- insertBefore(Node, Node) - Method in interface com.vaadin.client.flow.dom.DomNode
-
Inserts the first Node given in a parameter immediately before the
second, child of this element, Node.
- InvalidateEvent - Class in com.vaadin.client.flow.reactive
-
Event fired when a computation is invalidated.
- InvalidateEvent(Computation) - Constructor for class com.vaadin.client.flow.reactive.InvalidateEvent
-
Creates a new event for computation.
- InvalidateListener - Interface in com.vaadin.client.flow.reactive
-
Listens to invalidate events fired by a computation.
- invoke(String[], JsArray<Object>, JsMap<Object, StateNode>) - Method in class com.vaadin.client.flow.ExecuteJavaScriptProcessor
-
Executes the actual invocation.
- invokeWhenDefined(String, Runnable) - Static method in class com.vaadin.client.PolymerUtils
-
Invokes the runnable when the custom element with the given
tagName is initialized (its DOM structure becomes available).
- isActive() - Method in class com.vaadin.client.communication.AtmospherePushConnection
-
- isActive() - Method in interface com.vaadin.client.communication.PushConnection
-
Checks whether this push connection is in a state where it can push
messages to the server.
- isActive(StateNode) - Method in class com.vaadin.client.flow.StateTree
-
Checks whether the node is active.
- isAlwaysXhrToServer() - Method in class com.vaadin.client.communication.PushConfiguration
-
Checks if XHR should be used for client -> server messages even though
we are using a bidirectional push transport such as websockets.
- isAndroid() - Method in class com.vaadin.client.BrowserInfo
-
Checks if the browser is run on Android.
- isAndroidWithBrokenScrollTop() - Method in class com.vaadin.client.BrowserInfo
-
Tests if this is an Android devices with a broken scrollTop
implementation.
- isApplicable(StateNode) - Method in interface com.vaadin.client.flow.binding.BindingStrategy
-
Returns true is the strategy is applicable to the node.
- isApplicable(StateNode) - Method in class com.vaadin.client.flow.binding.SimpleElementBindingStrategy
-
- isApplicable(StateNode) - Method in class com.vaadin.client.flow.binding.TextBindingStrategy
-
- isApplyDefaultTheme() - Method in class com.vaadin.client.LoadingIndicator
-
Returns whether the default theming should be applied for the loading indicator or not.
- isBidirectional() - Method in class com.vaadin.client.communication.AtmospherePushConnection
-
- isBidirectional() - Method in interface com.vaadin.client.communication.PushConnection
-
Checks whether this push connection should be used for communication in
both directions or if an XHR should be used for client to server
communication.
- isBound(StateNode) - Method in class com.vaadin.client.flow.ExecuteJavaScriptProcessor
-
- isChrome() - Method in class com.vaadin.client.BrowserInfo
-
Checks if the browser is Chrome.
- isClear() - Method in class com.vaadin.client.flow.nodefeature.ListSpliceEvent
-
Gets whether this event is a clear event.
- isDialogModal() - Method in class com.vaadin.client.communication.ReconnectDialogConfiguration
-
Checks whether the reconnect dialog should be modal, i.e.
- isDialogVisible() - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
-
Checks if the reconnect dialog is visible to the user.
- isEdge() - Method in class com.vaadin.client.BrowserInfo
-
Checks if the browser is Edge.
- isEmpty() - Method in class com.vaadin.client.communication.ServerRpcQueue
-
Checks if the queue is empty.
- isEmpty() - Method in class com.vaadin.client.flow.collection.JsArray
-
Checks if the array is empty (length == 0).
- isEmpty() - Method in class com.vaadin.client.flow.collection.JsMap
-
Checks if the map is empty (size == 0).
- isEmpty() - Method in class com.vaadin.client.flow.collection.JsSet
-
Checks if the set is empty (size == 0).
- isEnabled() - Static method in class com.vaadin.client.Profiler
-
Checks whether the profiling gathering is enabled.
- isEs6Supported() - Method in class com.vaadin.client.BrowserInfo
-
Checks if the browser supports ECMAScript 6, based on the user agent.
- isEventHandled(Event.Type<?>) - Method in class com.vaadin.client.gwt.com.google.web.bindery.event.shared.SimpleEventBus
-
- isFirefox() - Method in class com.vaadin.client.BrowserInfo
-
Checks if the browser is Firefox.
- isFlushPending() - Method in class com.vaadin.client.communication.ServerRpcQueue
-
Checks if a flush operation is pending.
- isGecko() - Method in class com.vaadin.client.BrowserInfo
-
Checks if the browser using the Gecko engine.
- isHigherPriorityThan(DefaultConnectionStateHandler.Type) - Method in enum com.vaadin.client.communication.DefaultConnectionStateHandler.Type
-
Checks if this type is of higher priority than the given type.
- isIE() - Method in class com.vaadin.client.BrowserInfo
-
Checks if the browser is IE.
- isImplEnabled() - Method in class com.vaadin.client.Profiler.EnabledProfiler
-
- isImplEnabled() - Method in class com.vaadin.client.Profiler
-
- isInitialUidlHandled() - Method in class com.vaadin.client.communication.MessageHandler
-
Checks if the first UIDL has been handled.
- isInsidePageNavigation(String, boolean) - Static method in class com.vaadin.client.flow.RouterLinkHandler
-
Checks whether the given path is for navigating inside the same page as
the current one.
- isInvalidated() - Method in class com.vaadin.client.flow.reactive.Computation
-
Checks whether this computation is invalidated.
- isIOS() - Method in class com.vaadin.client.BrowserInfo
-
Checks if the browser is run on iOS.
- isMessage() - Method in enum com.vaadin.client.communication.DefaultConnectionStateHandler.Type
-
- isModal() - Method in class com.vaadin.client.communication.DefaultReconnectDialog
-
- isModal() - Method in interface com.vaadin.client.communication.ReconnectDialog
-
Checks the modality of the dialog.
- isOpera() - Method in class com.vaadin.client.BrowserInfo
-
Checks if the browser is Opera.
- isPolymerElement(Element) - Static method in class com.vaadin.client.PolymerUtils
-
Checks whether the htmlNode is a polymer 2 element.
- isPolymerMicroLoaded() - Static method in class com.vaadin.client.flow.dom.PolymerDomApiImpl
-
Checks whether the polymer-micro.html is loaded or not.
- isProductionMode() - Method in class com.vaadin.client.ApplicationConfiguration
-
Checks if we are running in production mode.
- isPushEnabled() - Method in class com.vaadin.client.communication.PushConfiguration
-
Checks if push is enabled.
- isReady(Node) - Static method in class com.vaadin.client.PolymerUtils
-
Returns true if the DOM structure of the polymer custom element
shadowRootParent is ready (meaning that it has shadow root and
its shadow root may be queried for children referenced by id).
- isRequestTiming() - Method in class com.vaadin.client.ApplicationConfiguration
-
Checks if request timing info should be made available.
- isRunning() - Method in class com.vaadin.client.UILifecycle
-
- isSafari() - Method in class com.vaadin.client.BrowserInfo
-
Checks if the browser is Safari.
- isSafariOrIOS() - Method in class com.vaadin.client.BrowserInfo
-
Checks if the browser is Safari or runs on IOS (covering also Chrome on
iOS).
- isTerminated() - Method in class com.vaadin.client.UILifecycle
-
- isTouchDevice() - Method in class com.vaadin.client.BrowserInfo
-
Checks if the browser runs on a touch capable device.
- isTrueish(Object) - Static method in class com.vaadin.client.WidgetUtil
-
Gets the boolean value of the provided value based on JavaScript
semantics.
- isUndefined(Object) - Static method in class com.vaadin.client.WidgetUtil
-
Checks if the given value is explicitly undefined.
- isUnregistered() - Method in class com.vaadin.client.flow.StateNode
-
Checks whether this node has been unregistered.
- isUpdatableProperty(String) - Method in class com.vaadin.client.flow.model.UpdatableModelProperties
-
Tests whether the property is updatable.
- isUpdateInProgress() - Method in class com.vaadin.client.flow.StateTree
-
- isVisible() - Method in class com.vaadin.client.communication.DefaultReconnectDialog
-
- isVisible() - Method in interface com.vaadin.client.communication.ReconnectDialog
-
Checks if the reconnect dialog is visible to the user.
- isVisible(StateNode) - Method in class com.vaadin.client.flow.StateTree
-
Returns the visibility state of the node.
- isVisible() - Method in class com.vaadin.client.LoadingIndicator
-
Returns whether or not the loading indicator is showing.
- isWebComponentMode() - Method in class com.vaadin.client.ApplicationConfiguration
-
Checks whether the application is running as a web-component in the page.
- isWebkit() - Method in class com.vaadin.client.BrowserInfo
-
Checks if the browser using the Webkit engine.
- item(int) - Method in interface com.vaadin.client.flow.dom.DomElement.DomTokenList
-
Returns an item in the list by its index.
- 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
-
- PolymerDomApiImpl() - Constructor for class com.vaadin.client.flow.dom.PolymerDomApiImpl
-
- PolymerUtils - Class in com.vaadin.client
-
Utils class, intended to ease working with Polymer related code on a client
side.
- PopStateHandler - Class in com.vaadin.client
-
Handles popstate events and sends them to the server.
- PopStateHandler(Registry) - Constructor for class com.vaadin.client.PopStateHandler
-
Creates a new popstate listener for delivering events to the
server.
- populateModelProperties(StateNode, JsArray<String>) - Static method in class com.vaadin.client.ExecuteJavaScriptElementUtils
-
Populate model
properties: add them into
NodeFeatures.ELEMENT_PROPERTIES
NodeMap if they are
not defined by the client-side element or send their client-side value to
the server otherwise.
- post(String, String, String, Xhr.Callback) - Static method in class com.vaadin.client.gwt.elemental.js.util.Xhr
-
Send a POST request to the url and dispatch updates to the
callback.
- post(Window, String, String, String, Xhr.Callback) - Static method in class com.vaadin.client.gwt.elemental.js.util.Xhr
-
Send a POST request to the url and dispatch updates to the
callback.
- preload() - Method in class com.vaadin.client.communication.DefaultReconnectDialog
-
- preload() - Method in interface com.vaadin.client.communication.ReconnectDialog
-
Called once after initialization to allow the reconnect dialog to preload
required resources, which might not be available when the server
connection is gone.
- processChange(StateTree, JsonObject) - Static method in class com.vaadin.client.flow.TreeChangeProcessor
-
Update a state tree based on a JSON change.
- processChanges(StateTree, JsonArray) - Static method in class com.vaadin.client.flow.TreeChangeProcessor
-
Update a state tree based on a JSON array of changes.
- Profiler - Class in com.vaadin.client
-
Lightweight profiling tool that can be used to collect profiling data with
zero overhead unless enabled.
- Profiler() - Constructor for class com.vaadin.client.Profiler
-
- Profiler.EnabledProfiler - Class in com.vaadin.client
-
Enables the profiling via deferred binding.
- Profiler.Node - Class in com.vaadin.client
-
A hierarchical representation of the time spent running a named block of
code.
- Profiler.ProfilerResultConsumer - Interface in com.vaadin.client
-
Provides access to data from the
Profiler.
- push(JsonObject) - Method in class com.vaadin.client.communication.AtmospherePushConnection
-
- push(JsonObject) - Method in interface com.vaadin.client.communication.PushConnection
-
Pushes a message to the server.
- push(T...) - Method in class com.vaadin.client.flow.collection.jre.JreJsArray
-
Deprecated.
- push(T...) - Method in class com.vaadin.client.flow.collection.JsArray
-
Adds items to the end of this array.
- pushArray(JsArray<? extends T>) - Method in class com.vaadin.client.flow.collection.JsArray
-
Adds items to the end of this array.
- pushClientTimeout(PushConnection, JavaScriptObject) - Method in interface com.vaadin.client.communication.ConnectionStateHandler
-
Called when a client side timeout occurs before a push connection to the
server completes.
- pushClientTimeout(PushConnection, JavaScriptObject) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
-
- pushClosed(PushConnection, JavaScriptObject) - Method in interface com.vaadin.client.communication.ConnectionStateHandler
-
Called when the push connection to the server is closed.
- pushClosed(PushConnection, JavaScriptObject) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
-
- PushConfiguration - Class in com.vaadin.client.communication
-
Provides the push configuration stored in the root node with an easier to use
API.
- PushConfiguration(Registry) - Constructor for class com.vaadin.client.communication.PushConfiguration
-
Creates a new instance connected to the given registry.
- PushConnection - Interface in com.vaadin.client.communication
-
Represents the client-side endpoint of a bidirectional ("push") communication
channel.
- PushConnectionFactory - Interface in com.vaadin.client.communication
-
- 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
-
- Reactive - Class in com.vaadin.client.flow.reactive
-
Handles global features related to reactivity, such as keeping track of the
current
Computation, providing a lazy flush cycle and registering
reactive event collectors.
- ReactiveEventRouter<L,E extends ReactiveValueChangeEvent> - Class in com.vaadin.client.flow.reactive
-
- ReactiveEventRouter(ReactiveValue) - Constructor for class com.vaadin.client.flow.reactive.ReactiveEventRouter
-
Creates a new event router for a reactive value.
- ReactiveValue - Interface in com.vaadin.client.flow.reactive
-
A reactive value fires reactive value change events when its value changes
and registers itself as dependent on the current computation when the value
is accessed.
- ReactiveValueChangeEvent - Class in com.vaadin.client.flow.reactive
-
Event fired when a reactive value has changed.
- ReactiveValueChangeEvent(ReactiveValue) - Constructor for class com.vaadin.client.flow.reactive.ReactiveValueChangeEvent
-
Creates a new event fired from a source.
- ReactiveValueChangeListener - Interface in com.vaadin.client.flow.reactive
-
Listens to changes to a reactive value.
- recompute() - Method in class com.vaadin.client.flow.reactive.Computation
-
Recomputes this computation.
- ReconnectDialog - Interface in com.vaadin.client.communication
-
Represents reconnect dialog.
- ReconnectDialogConfiguration - Class in com.vaadin.client.communication
-
Tracks the reconnect dialog configuration stored in the root node and
provides it with an easier to use API.
- ReconnectDialogConfiguration(Registry) - Constructor for class com.vaadin.client.communication.ReconnectDialogConfiguration
-
Creates a new instance using the given registry.
- redirect(String) - Static method in class com.vaadin.client.WidgetUtil
-
Redirects the browser to the given url or refreshes the page if url is
null
- refresh() - Static method in class com.vaadin.client.WidgetUtil
-
Refreshes the browser.
- registerCallback(String) - Static method in class com.vaadin.client.bootstrap.Bootstrapper
-
Registers the callback that the bootstrap javascript uses to start
applications once the widgetset is loaded and all required information is
available.
- registerNode(StateNode) - Method in class com.vaadin.client.flow.StateTree
-
Registers a node with this tree.
- registerRead() - Method in class com.vaadin.client.flow.reactive.ReactiveEventRouter
-
Registers access to the data for which this event router fires event.
- registerUpdatableModelProperties(StateNode, JsArray<String>) - Static method in class com.vaadin.client.ExecuteJavaScriptElementUtils
-
Register the updatable model properties of the node.
- Registry - Class in com.vaadin.client
-
A registry of singleton instances, such as
ServerRpcQueue, which can
be looked up based on their class.
- Registry() - Constructor for class com.vaadin.client.Registry
-
Creates a new empty registry.
- remove(int) - Method in class com.vaadin.client.ExistingElementMap
-
Remove the identifier and the associated element from the mapping.
- remove(int) - Method in class com.vaadin.client.flow.collection.JsArray
-
Removes the item at the given index.
- remove(T) - Method in class com.vaadin.client.flow.collection.JsArray
-
Removes the given item from the array.
- remove(String) - Method in interface com.vaadin.client.flow.dom.DomElement.DomTokenList
-
Removes token from the underlying string.
- removeAttribute(String) - Method in interface com.vaadin.client.flow.dom.DomElement
-
Removes an attribute from this node.
- removeChild(Node) - Method in interface com.vaadin.client.flow.dom.DomNode
-
Removes a child node from the current node, which much be a child of the
current node.
- removeMethod(String) - Method in class com.vaadin.client.flow.binding.ServerEventObject
-
Removes a method with the given name.
- removeValue() - Method in class com.vaadin.client.flow.nodefeature.MapProperty
-
- 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
-
- requireHtmlImportsReady() - Method in class com.vaadin.client.DependencyLoader
-
Prevents eager dependencies from being considered as loaded until
HTMLImports.whenReady has been run.
- reset() - Static method in class com.vaadin.client.flow.reactive.Reactive
-
Resets Reactive to the initial state.
- reset() - Static method in class com.vaadin.client.Profiler
-
Resets the collected profiler data.
- resolveVaadinUri(String) - Method in class com.vaadin.client.URIResolver
-
Translates a Vaadin URI to a URL that can be loaded by the browser.
- ResourceLoader - Class in com.vaadin.client
-
ResourceLoader lets you dynamically include external scripts and styles on
the page and lets you know when the resource has been loaded.
- ResourceLoader(Registry, boolean) - Constructor for class com.vaadin.client.ResourceLoader
-
Creates a new resource loader.
- ResourceLoader.ResourceLoadEvent - Class in com.vaadin.client
-
Event fired when a resource has been loaded.
- ResourceLoader.ResourceLoadListener - Interface in com.vaadin.client
-
Event listener that gets notified when a resource has been loaded.
- ResourceLoadEvent(ResourceLoader, String) - Constructor for class com.vaadin.client.ResourceLoader.ResourceLoadEvent
-
Creates a new event.
- ResponseHandlingEndedEvent - Class in com.vaadin.client.communication
-
Event fired when handling of a response ends.
- ResponseHandlingEndedEvent() - Constructor for class com.vaadin.client.communication.ResponseHandlingEndedEvent
-
Creates an event object.
- ResponseHandlingEndedEvent.Handler - Interface in com.vaadin.client.communication
-
- ResponseHandlingStartedEvent - Class in com.vaadin.client.communication
-
Event fired when handling of a response starts.
- ResponseHandlingStartedEvent() - Constructor for class com.vaadin.client.communication.ResponseHandlingStartedEvent
-
Creates an event object.
- ResponseHandlingStartedEvent.Handler - Interface in com.vaadin.client.communication
-
- resumeResponseHandling(Object) - Method in class com.vaadin.client.communication.MessageHandler
-
Resumes the rendering process once all locks have been removed.
- resynchronize() - Method in class com.vaadin.client.communication.MessageSender
-
Resynchronize the client side, i.e.
- RouterLinkHandler - Class in com.vaadin.client.flow
-
Handler for click events originating from application navigation link
elements marked with .
- runWhenDependenciesChange(Command) - Static method in class com.vaadin.client.flow.reactive.Reactive
-
Evaluates the given command whenever there is a change in any
ReactiveValue used in the command.
- runWhenEagerDependenciesLoaded(Command) - Static method in class com.vaadin.client.DependencyLoader
-
Adds a command to be run when all eager dependencies have finished
loading.
- runWhenHtmlImportsReady(Runnable) - Method in class com.vaadin.client.ResourceLoader
-
Sets the provided task to be run by HTMLImports.whenReady.
- runWithComputation(Computation, Command) - Static method in class com.vaadin.client.flow.reactive.Reactive
-
- schedule() - Method in class com.vaadin.client.communication.Heartbeat
-
Updates the schedule of the heartbeat to match the set interval.
- scheduleDeferred(Scheduler.ScheduledCommand) - Method in class com.vaadin.client.TrackingScheduler
-
- scheduleReconnect(JsonObject) - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
-
Called after a problem occurred.
- ScrollPositionHandler - Class in com.vaadin.client
-
Handler for restoring scroll position when user navigates back / forward
inside the application.
- ScrollPositionHandler(Registry) - Constructor for class com.vaadin.client.ScrollPositionHandler
-
Creates a new instance connected to the given registry.
- ScrollPositionHandler() - Constructor for class com.vaadin.client.ScrollPositionHandler
-
Default constructor to use in subclasses to override all functionality
from this class.
- searchForElementInShadowRoot(ShadowRoot, String) - Static method in class com.vaadin.client.PolymerUtils
-
Get first element by css query in the shadow root provided.
- send() - Method in class com.vaadin.client.communication.Heartbeat
-
Sends a heartbeat to the server.
- send(JsonArray, JsonObject) - Method in class com.vaadin.client.communication.MessageSender
-
Makes an UIDL request to the server.
- send(JsonObject) - Method in class com.vaadin.client.communication.MessageSender
-
Sends an asynchronous or synchronous UIDL request to the server using the
given URI.
- send(JsonObject) - Method in class com.vaadin.client.communication.XhrConnection
-
Sends an asynchronous UIDL request to the server using the given URI.
- sendEventMessage(StateNode, String, JsonObject) - Method in class com.vaadin.client.communication.ServerConnector
-
Sends an event message to the server.
- sendEventMessage(int, String, JsonObject) - Method in class com.vaadin.client.communication.ServerConnector
-
Sends an event message to the server.
- sendEventToServer(StateNode, String, JsonObject) - Method in class com.vaadin.client.flow.StateTree
-
Sends an event to the server.
- sendExistingElementAttachToServer(StateNode, int, int, String, int) - Method in class com.vaadin.client.communication.ServerConnector
-
Sends a data for attach existing element server side callback.
- sendExistingElementAttachToServer(StateNode, int, int, String, int) - Method in class com.vaadin.client.flow.StateTree
-
Sends a data for attach existing element server side callback.
- sendExistingElementWithIdAttachToServer(StateNode, int, int, String) - Method in class com.vaadin.client.communication.ServerConnector
-
Sends a data for attach existing element with id server side callback.
- sendExistingElementWithIdAttachToServer(StateNode, int, int, String) - Method in class com.vaadin.client.flow.StateTree
-
Sends a data for attach existing element with id server side callback.
- sendInvocationsToServer() - Method in class com.vaadin.client.communication.MessageSender
-
Sends any pending invocations to the server if there is no request in
progress and the application is running.
- sendNavigationMessage(String, Object, boolean) - Method in class com.vaadin.client.communication.ServerConnector
-
Sends a navigation message to server.
- sendNodePropertySyncToServer(MapProperty) - Method in class com.vaadin.client.flow.StateTree
-
Sends a map property sync to the server.
- sendNodeSyncMessage(StateNode, int, String, Object) - Method in class com.vaadin.client.communication.ServerConnector
-
Sends a node value sync message to the server.
- sendReturnChannelMessage(int, int, JsonArray) - Method in class com.vaadin.client.communication.ServerConnector
-
Sends a return channel message to the server.
- sendServerNavigationEvent(Registry, String, Object, boolean) - Static method in class com.vaadin.client.flow.RouterLinkHandler
-
Notifies the server about navigation to the given location.
- sendTemplateEventMessage(StateNode, String, JsonArray) - Method in class com.vaadin.client.communication.ServerConnector
-
Sends a template event message to the server.
- sendTemplateEventToServer(StateNode, String, JsArray<?>) - Method in class com.vaadin.client.flow.StateTree
-
Sends a request to call server side method with methodName using
argsArray as argument values.
- ServerConnector - Class in com.vaadin.client.communication
-
Handles creating and sending messages to the server using
ServerRpcQueue.
- ServerConnector(Registry) - Constructor for class com.vaadin.client.communication.ServerConnector
-
Creates a new instance connected to the given registry.
- ServerEventHandlerBinder - Class in com.vaadin.client.flow.binding
-
Binds and updates server object able to send notifications to the server.
- ServerEventObject - Class in com.vaadin.client.flow.binding
-
A representation of a server object able to send notifications to the server.
- ServerEventObject() - Constructor for class com.vaadin.client.flow.binding.ServerEventObject
-
JSO constructor.
- ServerRpcQueue - Class in com.vaadin.client.communication
-
Manages the queue of server invocations (RPC) which are waiting to be sent to
the server.
- ServerRpcQueue(Registry) - Constructor for class com.vaadin.client.communication.ServerRpcQueue
-
Creates a new instance connected to the given registry.
- set(K, V) - Method in class com.vaadin.client.flow.collection.jre.JreJsMap
-
Deprecated.
- set(K, V) - Method in class com.vaadin.client.flow.collection.jre.JreJsWeakMap
-
Deprecated.
- set(int, T) - Method in class com.vaadin.client.flow.collection.JsArray
-
Sets the item at the given index.
- set() - Static method in class com.vaadin.client.flow.collection.JsCollections
-
Creates a new empty JavaScript Set.
- set(JsSet<T>) - Static method in class com.vaadin.client.flow.collection.JsCollections
-
Creates a new JavaScript Set with the same contents as another set.
- set(K, V) - Method in class com.vaadin.client.flow.collection.JsMap
-
Sets a value in this map, overwriting any previous mapping if present.
- set(K, V) - Method in interface com.vaadin.client.flow.collection.JsWeakMap
-
Sets a value in this map, overwriting any previous mapping if present.
- set(int, Object) - Method in class com.vaadin.client.flow.nodefeature.NodeList
-
Sets the value at the given index.
- set(Class<T>, T) - Method in class com.vaadin.client.Registry
-
Stores an instance of the given type.
- setApplicationId(String) - Method in class com.vaadin.client.ApplicationConfiguration
-
Sets the id generated for the application.
- setApplyDefaultTheme(boolean) - Method in class com.vaadin.client.LoadingIndicator
-
Sets whether the default theming should be applied for the loading indicator or not.
- setAtmosphereJSVersion(String) - Method in class com.vaadin.client.ApplicationConfiguration
-
Sets the Atmosphere JavaScript version in use.
- setAtmosphereVersion(String) - Method in class com.vaadin.client.ApplicationConfiguration
-
Sets the Atmosphere runtime version in use.
- setAttribute(String, String) - Method in interface com.vaadin.client.flow.dom.DomElement
-
Sets an attribute value for this node.
- setBooleanValue(String, boolean) - Method in class com.vaadin.client.communication.AtmospherePushConnection.AbstractJSO
-
Sets the given property value as a boolean.
- setClientToServerMessageId(int, boolean) - Method in class com.vaadin.client.communication.MessageSender
-
Used internally to update what id the server expects.
- setContextRootUrl(String) - Method in class com.vaadin.client.ApplicationConfiguration
-
Sets the URL of the context root on the server.
- setDomNode(Node) - Method in class com.vaadin.client.flow.StateNode
-
Sets the DOM node associated with this state node.
- setExportedWebComponents(String[]) - Method in class com.vaadin.client.ApplicationConfiguration
-
Sets the exported web components.
- setFallbackTransport(String) - Method in class com.vaadin.client.communication.AtmospherePushConnection.AtmosphereConfiguration
-
Sets the fallback transport mechanism to use.
- setFirstDelay(int) - Method in class com.vaadin.client.LoadingIndicator
-
Sets the delay (in ms) which must pass before the loading indicator moves
into the "first" state and is shown to the user
- setFrontendRootUrl(String) - Method in class com.vaadin.client.ApplicationConfiguration
-
Sets the base URL of the frontend components on the server.
- setHeartbeatInterval(int) - Method in class com.vaadin.client.ApplicationConfiguration
-
Sets the interval for heartbeat requests.
- setIgnoreScrollRestorationOnNextPopStateEvent(boolean) - Method in class com.vaadin.client.ScrollPositionHandler
-
- setInnerHTML(String) - Method in interface com.vaadin.client.flow.dom.DomElement
-
Sets the innerHTML property to the given string.
- setInterval(int) - Method in class com.vaadin.client.communication.Heartbeat
-
Changes the heartbeatInterval in runtime and applies it.
- setInterval(int) - Method in class com.vaadin.client.communication.Poller
-
Sets the polling interval.
- setIntValue(String, int) - Method in class com.vaadin.client.communication.AtmospherePushConnection.AbstractJSO
-
Sets the given property value as an int.
- setJsProperty(Object, String, Object) - Static method in class com.vaadin.client.WidgetUtil
-
Assigns a value as JavaScript property of an object.
- setListValueByIndex(Element, String, int, JsonValue) - Static method in class com.vaadin.client.PolymerUtils
-
Sets new value for list element for specified htmlNode.
- setModal(boolean) - Method in class com.vaadin.client.communication.DefaultReconnectDialog
-
- setModal(boolean) - Method in interface com.vaadin.client.communication.ReconnectDialog
-
Sets the modality of the dialog.
- setNextResponseSessionExpiredHandler(Command) - Method in class com.vaadin.client.communication.MessageHandler
-
Sets a temporary handler for session expiration.
- setNodeData(T) - Method in class com.vaadin.client.flow.StateNode
-
- setParent(StateNode) - Method in class com.vaadin.client.flow.StateNode
-
- setPayload(JsonObject) - Method in class com.vaadin.client.communication.XhrConnection.XhrResponseHandler
-
Sets the payload which was sent to the server.
- setProductionMode(boolean) - Method in class com.vaadin.client.ApplicationConfiguration
-
Sets whether we are running in production mode.
- setProductionMode(boolean) - Static method in class com.vaadin.client.Console
-
Changes logger behavior, making it skip all browser logging for
production mode.
- setProfilerResultConsumer(Profiler.ProfilerResultConsumer) - Static method in class com.vaadin.client.Profiler
-
Sets the profiler result consumer that is used to output the profiler
data to the user.
- setProperty(Element, String, Object) - Static method in class com.vaadin.client.PolymerUtils
-
Sets a property to an element by using the Polymer set method.
- setPushEnabled(boolean) - Method in class com.vaadin.client.communication.MessageSender
-
Sets the status for the push connection.
- setReconnecting(boolean) - Method in class com.vaadin.client.communication.DefaultReconnectDialog
-
- setReconnecting(boolean) - Method in interface com.vaadin.client.communication.ReconnectDialog
-
Sets the reconnecting state, which is true if we are trying to
re-establish a connection with the server.
- setRequestTiming(boolean) - Method in class com.vaadin.client.ApplicationConfiguration
-
Sets whether request timing info should be made available.
- setSecondDelay(int) - Method in class com.vaadin.client.LoadingIndicator
-
Sets the delay (in ms) which must pass before the loading indicator moves
to its "second" state.
- setServiceUrl(String) - Method in class com.vaadin.client.ApplicationConfiguration
-
Sets the URL to the server-side VaadinService.
- setServletVersion(String) - Method in class com.vaadin.client.ApplicationConfiguration
-
Sets the Vaadin servlet version in use.
- setSessionExpiredError(ErrorMessage) - Method in class com.vaadin.client.ApplicationConfiguration
-
Sets the message used when a session expiration error occurs.
- setState(UILifecycle.UIState) - Method in class com.vaadin.client.UILifecycle
-
Sets the state of the UI to the given value.
- setStringValue(String, String) - Method in class com.vaadin.client.communication.AtmospherePushConnection.AbstractJSO
-
Sets the given property value as a String.
- setText(String) - Method in class com.vaadin.client.communication.DefaultReconnectDialog
-
- setText(String) - Method in interface com.vaadin.client.communication.ReconnectDialog
-
Sets the main text shown in the dialog.
- setTextContent(String) - Method in interface com.vaadin.client.flow.dom.DomNode
-
A setter for the childNodes property.
- setThirdDelay(int) - Method in class com.vaadin.client.LoadingIndicator
-
Sets the delay (in ms) which must pass before the loading indicator moves
to its "third" state.
- setTransport(String) - Method in class com.vaadin.client.communication.AtmospherePushConnection.AtmosphereConfiguration
-
Sets the transport mechanism to use.
- setUIId(int) - Method in class com.vaadin.client.ApplicationConfiguration
-
Sets the UI id of the server-side UI associated with this client-side
instance.
- setUpdateInProgress(boolean) - Method in class com.vaadin.client.flow.StateTree
-
Mark this tree as being updated.
- setValue(Object) - Method in class com.vaadin.client.flow.nodefeature.MapProperty
-
Sets the property value.
- setWebComponentMode(boolean) - Method in class com.vaadin.client.ApplicationConfiguration
-
Sets whether the application is running as a web-component in the page.
- shift() - Method in class com.vaadin.client.flow.collection.jre.JreJsArray
-
Deprecated.
- shift() - Method in class com.vaadin.client.flow.collection.JsArray
-
Removes and returns the first value from the array.
- show() - Method in class com.vaadin.client.communication.DefaultReconnectDialog
-
- show() - Method in interface com.vaadin.client.communication.ReconnectDialog
-
Shows the dialog to the user.
- show() - Method in class com.vaadin.client.LoadingIndicator
-
Shows the loading indicator in its standard state and triggers timers for
transitioning into the "second" and "third" states.
- showDialog() - Method in class com.vaadin.client.communication.DefaultConnectionStateHandler
-
Called when the reconnect dialog should be shown.
- showLoadingIndicator() - Method in class com.vaadin.client.communication.ServerRpcQueue
-
Checks if a loading indicator should be shown when the RPCs have been
sent to the server and we are waiting for a response.
- SimpleElementBindingStrategy - Class in com.vaadin.client.flow.binding
-
Binding strategy for a simple (not template) Element node.
- SimpleElementBindingStrategy() - Constructor for class com.vaadin.client.flow.binding.SimpleElementBindingStrategy
-
- SimpleEventBus - Class in com.vaadin.client.gwt.com.google.web.bindery.event.shared
-
Basic implementation of EventBus.
- SimpleEventBus() - Constructor for class com.vaadin.client.gwt.com.google.web.bindery.event.shared.SimpleEventBus
-
Create an instance of the event bus.
- size() - Method in class com.vaadin.client.communication.ServerRpcQueue
-
Returns the current size of the queue.
- size() - Method in class com.vaadin.client.flow.collection.jre.JreJsMap
-
Deprecated.
- size() - Method in class com.vaadin.client.flow.collection.jre.JreJsSet
-
Deprecated.
- size() - Method in class com.vaadin.client.flow.collection.JsMap
-
Gets the number of entries in this map.
- size() - Method in class com.vaadin.client.flow.collection.JsSet
-
Gets the number of values in this set.
- splice(int, int, T...) - Method in class com.vaadin.client.flow.collection.jre.JreJsArray
-
Deprecated.
- splice(int, int, T...) - Method in class com.vaadin.client.flow.collection.JsArray
-
Removes and adds a number of items at the given index.
- splice(int, int) - Method in class com.vaadin.client.flow.nodefeature.NodeList
-
Removes a number of items at the given index.
- splice(int, int, JsArray<?>) - Method in class com.vaadin.client.flow.nodefeature.NodeList
-
Removes and adds a number of items at the given index.
- splice(Element, String, int, int, JsonArray) - Static method in class com.vaadin.client.PolymerUtils
-
Calls Polymer splice method on specified htmlNode.
- spliceArray(int, int, JsArray<? extends T>) - Method in class com.vaadin.client.flow.collection.JsArray
-
Removes and adds a number of items at the given index.
- start(ValueMap) - Method in class com.vaadin.client.ApplicationConnection
-
Starts this application.
- startApplication(String) - Static method in class com.vaadin.client.bootstrap.Bootstrapper
-
Starts the application with a given id by reading the configuration
options stored by the bootstrap javascript.
- startRequest() - Method in class com.vaadin.client.communication.RequestResponseTracker
-
Marks that a new request has started.
- StateChangeEvent(UILifecycle) - Constructor for class com.vaadin.client.UILifecycle.StateChangeEvent
-
Creates a new event connected to the given lifecycle instance.
- StateNode - Class in com.vaadin.client.flow
-
A client-side representation of a server-side state node.
- StateNode(int, StateTree) - Constructor for class com.vaadin.client.flow.StateNode
-
Creates a new state node.
- StateTree - Class in com.vaadin.client.flow
-
A client-side representation of a server-side state tree.
- StateTree(Registry) - Constructor for class com.vaadin.client.flow.StateTree
-
Creates a new instance connected to the given registry.
- stop() - Method in class com.vaadin.client.flow.reactive.Computation
-
Stops this computation, so that it will no longer be recomputed.
- storeNodeId(Node, int, String) - Static method in class com.vaadin.client.PolymerUtils
-
Store the StateNode.id into the polymer property under 'nodeId'
- stringify(JsonObject) - Static method in class com.vaadin.client.WidgetUtil
-
When serializing the JsonObject we check the values for dom nodes and
throw and exception if one is found as they should not be synced and may
create cyclic dependencies.
- stripJSONWrapping(String) - Static method in class com.vaadin.client.communication.MessageHandler
-
Strips the JSON wrapping from the given json string with wrapping.
- sumUpTotals(Map<String, Profiler.Node>) - Method in class com.vaadin.client.Profiler.Node
-
- suspendReponseHandling(Object) - Method in class com.vaadin.client.communication.MessageHandler
-
This method can be used to postpone rendering of a response for a short
period of time (e.g.
- syncToServer(Object) - Method in class com.vaadin.client.flow.nodefeature.MapProperty
-
Sets the value of this property and synchronizes the value to the server.
- SystemErrorHandler - Class in com.vaadin.client
-
Handles system errors in the application.
- SystemErrorHandler(Registry) - Constructor for class com.vaadin.client.SystemErrorHandler
-
Creates a new instance connected to the given registry.