Uses of Class
com.vaadin.client.flow.collection.JsMap
-
Packages that use JsMap Package Description com.vaadin.client com.vaadin.client.communication com.vaadin.client.flow com.vaadin.client.flow.collection com.vaadin.client.flow.collection.jre -
-
Uses of JsMap in com.vaadin.client
Methods in com.vaadin.client with parameters of type JsMap Modifier and Type Method Description voidDependencyLoader. loadDependencies(JsMap<LoadMode,elemental.json.JsonArray> clientDependencies)Triggers loading of the given dependencies. -
Uses of JsMap in com.vaadin.client.communication
Methods in com.vaadin.client.communication that return JsMap Modifier and Type Method Description JsMap<String,String>PushConfiguration. getParameters()Gets all configured push parameters. -
Uses of JsMap in com.vaadin.client.flow
Methods in com.vaadin.client.flow with parameters of type JsMap Modifier and Type Method Description protected voidExecuteJavaScriptProcessor. invoke(String[] parameterNamesAndCode, JsArray<Object> parameters, JsMap<Object,StateNode> nodeParameters)Executes the actual invocation. -
Uses of JsMap in com.vaadin.client.flow.collection
Methods in com.vaadin.client.flow.collection that return JsMap Modifier and Type Method Description static <K,V>
JsMap<K,V>JsCollections. map()Creates a new JavaScript Map.JsMap<K,V>JsMap. set(K key, V value)Sets a value in this map, overwriting any previous mapping if present. -
Uses of JsMap in com.vaadin.client.flow.collection.jre
Subclasses of JsMap in com.vaadin.client.flow.collection.jre Modifier and Type Class Description classJreJsMap<K,V>Deprecated.Should only be used for testing.Methods in com.vaadin.client.flow.collection.jre that return JsMap Modifier and Type Method Description JsMap<K,V>JreJsMap. set(K key, V value)Deprecated.
-