Uses of Class
com.vaadin.client.flow.StateTree
-
Packages that use StateTree Package Description com.vaadin.client com.vaadin.client.flow com.vaadin.client.flow.util -
-
Uses of StateTree in com.vaadin.client
Methods in com.vaadin.client that return StateTree Modifier and Type Method Description StateTreeRegistry. getStateTree()Gets theStateTreesingleton. -
Uses of StateTree in com.vaadin.client.flow
Methods in com.vaadin.client.flow that return StateTree Modifier and Type Method Description StateTreeStateNode. getTree()Gets the state tree that this node belongs to.Methods in com.vaadin.client.flow with parameters of type StateTree Modifier and Type Method Description static StateNodeTreeChangeProcessor. processChange(StateTree tree, elemental.json.JsonObject change)Update a state tree based on a JSON change.static JsSet<StateNode>TreeChangeProcessor. processChanges(StateTree tree, elemental.json.JsonArray changes)Update a state tree based on a JSON array of changes.Constructors in com.vaadin.client.flow with parameters of type StateTree Constructor Description StateNode(int id, StateTree tree)Creates a new state node. -
Uses of StateTree in com.vaadin.client.flow.util
Methods in com.vaadin.client.flow.util with parameters of type StateTree Modifier and Type Method Description static StateNodeClientJsonCodec. decodeStateNode(StateTree tree, elemental.json.JsonValue json)Decodes a value as aStateNodeencoded on the server usingJsonCodec.encodeWithTypeInfo(Object)if it's possible.static ObjectClientJsonCodec. decodeWithTypeInfo(StateTree tree, elemental.json.JsonValue json)Decodes a value encoded on the server usingJsonCodec.encodeWithTypeInfo(Object).
-