Class SetChildNodes


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

      • SetChildNodes

        public SetChildNodes()
    • Method Detail

      • getParentId

        public Integer getParentId()
        Parent node id to populate with children.
      • setParentId

        public void setParentId​(Integer parentId)
        Parent node id to populate with children.
      • getNodes

        public List<Node> getNodes()
        Child nodes array.
      • setNodes

        public void setNodes​(List<Node> nodes)
        Child nodes array.