public class TreeChangeProcessor extends Object
| Modifier and Type | Method and Description |
|---|---|
static StateNode |
processChange(StateTree tree,
elemental.json.JsonObject change)
Update a state tree based on a JSON change.
|
static JsSet<StateNode> |
processChanges(StateTree tree,
elemental.json.JsonArray changes)
Update a state tree based on a JSON array of changes.
|
public static JsSet<StateNode> processChanges(StateTree tree, elemental.json.JsonArray changes)
tree - the tree to updatechanges - the JSON array of changeschangespublic static StateNode processChange(StateTree tree, elemental.json.JsonObject change)
tree - the tree to updatechange - the JSON changechangeCopyright © 2000–2019 Vaadin Ltd. All rights reserved.