public class ChildNodeInserted extends Object
DOMNodeInserted
eventConstructor | Description |
---|---|
ChildNodeInserted() |
Modifier and Type | Method | Description |
---|---|---|
Node |
getNode() |
Inserted node data.
|
Integer |
getParentNodeId() |
Id of the node that has changed.
|
Integer |
getPreviousNodeId() |
If of the previous siblint.
|
void |
setNode(Node node) |
Inserted node data.
|
void |
setParentNodeId(Integer parentNodeId) |
Id of the node that has changed.
|
void |
setPreviousNodeId(Integer previousNodeId) |
If of the previous siblint.
|
public Integer getParentNodeId()
public void setParentNodeId(Integer parentNodeId)
public Integer getPreviousNodeId()
public void setPreviousNodeId(Integer previousNodeId)
public Node getNode()
public void setNode(Node node)
Copyright © 2017, 2018–2018 WebFolder OÜ. All rights reserved.