Uses of Class
com.vaadin.flow.internal.StateTree
-
Packages that use StateTree Package Description com.vaadin.flow.component.internal com.vaadin.flow.internal -
-
Uses of StateTree in com.vaadin.flow.component.internal
Methods in com.vaadin.flow.component.internal that return StateTree Modifier and Type Method Description StateTreeUIInternals. getStateTree()Gets the state tree of the related UI. -
Uses of StateTree in com.vaadin.flow.internal
Methods in com.vaadin.flow.internal with parameters of type StateTree Modifier and Type Method Description protected voidStateNode. setTree(StateTree tree)Sets the state tree that this node belongs to.
-