Uses of Class
com.vaadin.client.flow.collection.JsSet
-
Packages that use JsSet Package Description com.vaadin.client.flow com.vaadin.client.flow.binding com.vaadin.client.flow.collection com.vaadin.client.flow.collection.jre -
-
Uses of JsSet in com.vaadin.client.flow
Methods in com.vaadin.client.flow that return JsSet Modifier and Type Method Description static JsSet<StateNode>TreeChangeProcessor. processChanges(StateTree tree, elemental.json.JsonArray changes)Update a state tree based on a JSON array of changes. -
Uses of JsSet in com.vaadin.client.flow.binding
Methods in com.vaadin.client.flow.binding with parameters of type JsSet Modifier and Type Method Description booleanDebouncer. trigger(JsSet<String> phases, Consumer<String> command)Informs this debouncer that an event has occurred. -
Uses of JsSet in com.vaadin.client.flow.collection
Methods in com.vaadin.client.flow.collection that return JsSet Modifier and Type Method 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.Methods in com.vaadin.client.flow.collection with parameters of type JsSet Modifier and Type Method Description static <T> JsSet<T>JsCollections. set(JsSet<T> values)Creates a new JavaScript Set with the same contents as another set. -
Uses of JsSet in com.vaadin.client.flow.collection.jre
Subclasses of JsSet in com.vaadin.client.flow.collection.jre Modifier and Type Class Description classJreJsSet<V>Deprecated.Should only be used for testing.Methods in com.vaadin.client.flow.collection.jre that return JsSet Modifier and Type Method Description JsSet<V>JreJsSet. add(V value)Deprecated.
-