Uses of Class
com.vaadin.client.flow.collection.JsArray
Packages that use JsArray
Package
Description
-
Uses of JsArray in com.vaadin.client
Methods in com.vaadin.client that return JsArrayModifier and TypeMethodDescriptionValueMap.getJSStringArray(String name) Gets the value with the given key as an string array.Methods in com.vaadin.client with parameters of type JsArrayModifier and TypeMethodDescriptionstatic voidExecuteJavaScriptElementUtils.populateModelProperties(StateNode node, JsArray<String> properties) Populate modelproperties: 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.static voidExecuteJavaScriptElementUtils.registerUpdatableModelProperties(StateNode node, JsArray<String> properties) Register the updatable model properties of thenode. -
Uses of JsArray in com.vaadin.client.bootstrap
Methods in com.vaadin.client.bootstrap that return JsArrayModifier and TypeMethodDescriptionstatic JsArray<ApplicationConnection> Bootstrapper.getRunningApplications()Gets a list of references to all running application instances. -
Uses of JsArray in com.vaadin.client.flow
Methods in com.vaadin.client.flow with parameters of type JsArrayModifier and TypeMethodDescriptionprotected voidExecuteJavaScriptProcessor.invoke(String[] parameterNamesAndCode, JsArray<Object> parameters, JsMap<Object, StateNode> nodeParameters) Executes the actual invocation.voidStateTree.sendTemplateEventToServer(StateNode node, String methodName, JsArray<?> argsArray, int promiseId) Sends a request to call server side method withmethodNameusingargsArrayas argument values. -
Uses of JsArray in com.vaadin.client.flow.binding
Methods in com.vaadin.client.flow.binding that return JsArrayModifier and TypeMethodDescriptionServerEventObject.getMethods()Gets the defined methods.<T extends BindingStrategy<?>>
JsArray<T> BinderContext.getStrategies(Predicate<BindingStrategy<?>> predicate) Gets the strategies with a specific typeTusing filteringpredicate. -
Uses of JsArray in com.vaadin.client.flow.collection
Methods in com.vaadin.client.flow.collection that return JsArrayModifier and TypeMethodDescriptionstatic <T> JsArray<T> JsCollections.array()Creates a new JavaScript Array.static <T> JsArray<T> JsCollections.array(T... values) Creates a new JavaScript Array with the given contents.JsArray.clear()Clears the array.JsMap.mapValues()Returns an array of the values in thisJsMap.Removes and adds a number of items at the given index.JsArray.spliceArray(int index, int remove, JsArray<? extends T> add) Removes and adds a number of items at the given index.Methods in com.vaadin.client.flow.collection with parameters of type JsArray -
Uses of JsArray in com.vaadin.client.flow.collection.jre
Subclasses of JsArray in com.vaadin.client.flow.collection.jreMethods in com.vaadin.client.flow.collection.jre that return JsArrayModifier and TypeMethodDescriptionJreJsArray.doSpliceArray(int index, int remove, JsArray<? extends T> add) Deprecated.JRE implementation of the finalspliceArray(int, int, JsArray)method.Deprecated.Methods in com.vaadin.client.flow.collection.jre with parameters of type JsArrayModifier and TypeMethodDescriptionstatic <T> List<T> Deprecated.Gets the values of this array as a list.JreJsArray.doSpliceArray(int index, int remove, JsArray<? extends T> add) Deprecated.JRE implementation of the finalspliceArray(int, int, JsArray)method. -
Uses of JsArray in com.vaadin.client.flow.dom
Methods in com.vaadin.client.flow.dom that return JsArrayModifier and TypeMethodDescriptionJsArray<elemental.dom.Node> DomNode.getChildNodes()Returns thechildNodesproperty.JsArray<elemental.dom.Node> DomElement.querySelectorAll(String selectors) Returns a non-liveNodeListof all elements descended from this element and match the given group of CSS selectors. -
Uses of JsArray in com.vaadin.client.flow.model
Constructors in com.vaadin.client.flow.model with parameters of type JsArrayModifierConstructorDescriptionUpdatableModelProperties(JsArray<String> properties) Creates a new instance of storage class based on givenproperties. -
Uses of JsArray in com.vaadin.client.flow.nodefeature
Methods in com.vaadin.client.flow.nodefeature that return JsArrayModifier and TypeMethodDescriptionJsArray<?> ListSpliceEvent.getAdd()Gets an array of added items.NodeMap.getPropertyNames()Gets all property names in this map.JsArray<?> ListSpliceEvent.getRemove()Gets an array of removed items.Methods in com.vaadin.client.flow.nodefeature with parameters of type JsArrayModifier and TypeMethodDescriptionfinal voidRemoves and adds a number of items at the given index.Constructors in com.vaadin.client.flow.nodefeature with parameters of type JsArrayModifierConstructorDescriptionListSpliceEvent(NodeList source, int index, JsArray<?> remove, JsArray<?> add, boolean clear) Creates a new list splice event. -
Uses of JsArray in com.vaadin.client.flow.util
Methods in com.vaadin.client.flow.util with parameters of type JsArray