| Package | Description |
|---|---|
| com.vaadin.client | |
| com.vaadin.client.communication | |
| com.vaadin.client.flow | |
| com.vaadin.client.flow.collection | |
| com.vaadin.client.flow.collection.jre |
| Modifier and Type | Method and Description |
|---|---|
void |
DependencyLoader.loadDependencies(JsMap<LoadMode,elemental.json.JsonArray> clientDependencies)
Triggers loading of the given dependencies.
|
| Modifier and Type | Method and Description |
|---|---|
JsMap<String,String> |
PushConfiguration.getParameters()
Gets all configured push parameters.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ExecuteJavaScriptProcessor.invoke(String[] parameterNamesAndCode,
JsArray<Object> parameters,
JsMap<Object,StateNode> nodeParameters)
Executes the actual invocation.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JreJsMap<K,V>
Deprecated.
Should only be used for testing.
|
| Modifier and Type | Method and Description |
|---|---|
JsMap<K,V> |
JreJsMap.set(K key,
V value)
Deprecated.
|
Copyright © 2000–2020 Vaadin Ltd. All rights reserved.