-
public final class DOMEvent.SetChildNodesEvent extends DOMEvent
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 SetChildNodesEvent(Integer parentId, List<Node> nodes)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final List<Node>component2()final DOMEvent.SetChildNodesEventcopy(Integer parentId, List<Node> nodes)final IntegergetParentId()Parent node id to populate with children. final List<Node>getNodes()Child nodes array. -
-
Method Detail
-
component1
final Integer component1()
-
component2
final List<Node> component2()
-
copy
final DOMEvent.SetChildNodesEvent copy(Integer parentId, List<Node> nodes)
-
getParentId
final Integer getParentId()
Parent node id to populate with children.
-
-
-
-