Uses of Class
com.vaadin.client.flow.collection.JsArray
-
-
Uses of JsArray in com.vaadin.client
Methods in com.vaadin.client that return JsArray Modifier and Type Method Description JsArray<String>ValueMap. getJSStringArray(String name)Gets the value with the given key as an string array.Methods in com.vaadin.client with parameters of type JsArray Modifier and Type Method Description static 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 JsArray Modifier and Type Method Description static 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 JsArray Modifier and Type Method Description protected 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 JsArray Modifier and Type Method Description JsArray<String>ServerEventObject. 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 JsArray Modifier and Type Method Description static <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<T>JsArray. clear()Clears the array.JsArray<V>JsMap. mapValues()Returns an array of the values in thisJsMap.JsArray<T>JsArray. splice(int index, int remove, T... add)Removes and adds a number of items at the given index.JsArray<T>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 Modifier and Type Method Description intJsArray. pushArray(JsArray<? extends T> values)Adds items to the end of this array.JsArray<T>JsArray. spliceArray(int index, int remove, JsArray<? extends T> add)Removes and adds a number of items at the given index. -
Uses of JsArray in com.vaadin.client.flow.collection.jre
Subclasses of JsArray in com.vaadin.client.flow.collection.jre Modifier and Type Class Description classJreJsArray<T>Deprecated.Only to be used for testingMethods in com.vaadin.client.flow.collection.jre that return JsArray Modifier and Type Method Description JsArray<T>JreJsArray. doSpliceArray(int index, int remove, JsArray<? extends T> add)Deprecated.JRE implementation of the finalspliceArray(int, int, JsArray)method.JsArray<T>JreJsArray. splice(int index, int remove, T... add)Deprecated.Methods in com.vaadin.client.flow.collection.jre with parameters of type JsArray Modifier and Type Method Description static <T> List<T>JreJsArray. asList(JsArray<T> array)Deprecated.Gets the values of this array as a list.JsArray<T>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 JsArray Modifier and Type Method Description JsArray<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 JsArray Constructor Description UpdatableModelProperties(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 JsArray Modifier and Type Method Description JsArray<?>ListSpliceEvent. getAdd()Gets an array of added items.JsArray<String>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 JsArray Modifier and Type Method Description voidNodeList. splice(int index, int remove, JsArray<?> add)Removes and adds a number of items at the given index.Constructors in com.vaadin.client.flow.nodefeature with parameters of type JsArray Constructor Description ListSpliceEvent(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 that return JsArray Modifier and Type Method Description static JsArray<Object>ClientJsonCodec. jsonArrayAsJsArray(elemental.json.JsonArray jsonArray)Converts a JSON array to a JS array.Methods in com.vaadin.client.flow.util with parameters of type JsArray Modifier and Type Method Description ObjectNativeFunction. apply(Object thisArg, JsArray<?> arguments)Invokes this function with a giventhisand arguments provided as an array.
-