Uses of Interface
com.vaadin.flow.internal.NodeOwner
-
Packages that use NodeOwner Package Description com.vaadin.flow.internal -
-
Uses of NodeOwner in com.vaadin.flow.internal
Classes in com.vaadin.flow.internal that implement NodeOwner Modifier and Type Class Description classNullOwnerA stateless singleton node owner that is used for nodes that have not yet been attached to a state tree.classStateTreeThe state tree that is synchronized with the client-side.Methods in com.vaadin.flow.internal that return NodeOwner Modifier and Type Method Description NodeOwnerStateNode. getOwner()Gets the node owner that this node currently belongs to.
-