Uses of Class
com.vaadin.client.flow.StateTree
Packages that use StateTree
-
Uses of StateTree in com.vaadin.client
Methods in com.vaadin.client that return StateTree -
Uses of StateTree in com.vaadin.client.flow
Methods in com.vaadin.client.flow that return StateTreeModifier and TypeMethodDescriptionStateNode.getTree()Gets the state tree that this node belongs to.Methods in com.vaadin.client.flow with parameters of type StateTreeModifier and TypeMethodDescriptionstatic StateNodeTreeChangeProcessor.processChange(StateTree tree, elemental.json.JsonObject change) Update a state tree based on a JSON change.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 -
Uses of StateTree in com.vaadin.client.flow.util
Methods in com.vaadin.client.flow.util with parameters of type StateTreeModifier and TypeMethodDescriptionstatic 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).