Class SetChildNodes


  • public class SetChildNodes
    extends java.lang.Object
    Fired when backend wants to provide client with the missing DOM structure. This happens upon most of the calls requesting node ids.
    • Constructor Summary

      Constructors 
      Constructor Description
      SetChildNodes​(NodeId parentId, java.util.List<Node> nodes)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<Node> getNodes()
      Child nodes array.
      NodeId getParentId()
      Parent node id to populate with children.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SetChildNodes

        public SetChildNodes​(NodeId parentId,
                             java.util.List<Node> nodes)
    • Method Detail

      • getParentId

        public NodeId getParentId()
        Parent node id to populate with children.
      • getNodes

        public java.util.List<Node> getNodes()
        Child nodes array.