Class dnx.lr.EmbeddedSFNode
All Packages Class Hierarchy This Package Previous Next Index
Class dnx.lr.EmbeddedSFNode
java.lang.Object
|
+----dnx.util.DNXObject
|
+----dnx.lr.Field
|
+----dnx.lr.SFNode
|
+----dnx.lr.EmbeddedSFNode
- public class EmbeddedSFNode
- extends SFNode
-
EmbeddedSFNode()
-
-
EmbeddedSFNode(EmbeddedNodeTreeContext)
-
-
clone(Node)
- This is used, among other things, when a new node is created --
the fields representing the default values (which are stored in
the NodeDefinition) are cloned to produce the fields in a Node.
-
copy(Field)
-
-
getNodeTreeContext()
-
EmbeddedSFNode
public EmbeddedSFNode()
EmbeddedSFNode
public EmbeddedSFNode(EmbeddedNodeTreeContext context)
getNodeTreeContext
public NodeTreeContext getNodeTreeContext()
- Overrides:
- getNodeTreeContext in class Field
copy
public void copy(Field f)
- Overrides:
- copy in class SFNode
clone
public Object clone(Node owner)
- This is used, among other things, when a new node is created --
the fields representing the default values (which are stored in
the NodeDefinition) are cloned to produce the fields in a Node.
- Overrides:
- clone in class Field
All Packages Class Hierarchy This Package Previous Next Index