| Package | Description |
|---|---|
| com.vaadin.client.flow | |
| com.vaadin.client.flow.binding | |
| com.vaadin.client.flow.collection | |
| com.vaadin.client.flow.collection.jre |
| Modifier and Type | Method and Description |
|---|---|
static JsSet<StateNode> |
TreeChangeProcessor.processChanges(StateTree tree,
elemental.json.JsonArray changes)
Update a state tree based on a JSON array of changes.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Debouncer.trigger(JsSet<String> phases,
Consumer<String> command)
Informs this debouncer that an event has occurred.
|
| Modifier and Type | Method and Description |
|---|---|
JsSet<V> |
JsSet.add(V value)
Adds a value to this set, overwriting any previous value if present.
|
static <V> JsSet<V> |
JsCollections.set()
Creates a new empty JavaScript Set.
|
static <T> JsSet<T> |
JsCollections.set(JsSet<T> values)
Creates a new JavaScript Set with the same contents as another set.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> JsSet<T> |
JsCollections.set(JsSet<T> values)
Creates a new JavaScript Set with the same contents as another set.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JreJsSet<V>
Deprecated.
Should only be used for testing.
|
| Modifier and Type | Method and Description |
|---|---|
JsSet<V> |
JreJsSet.add(V value)
Deprecated.
|
Copyright © 2000–2025 Vaadin Ltd. All rights reserved.