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

Constructor Index

 o EmbeddedSFNode()
 o EmbeddedSFNode(EmbeddedNodeTreeContext)

Method Index

 o 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.
 o copy(Field)
 o getNodeTreeContext()

Constructors

 o EmbeddedSFNode
  public EmbeddedSFNode()
 o EmbeddedSFNode
  public EmbeddedSFNode(EmbeddedNodeTreeContext context)

Methods

 o getNodeTreeContext
  public NodeTreeContext getNodeTreeContext()
Overrides:
getNodeTreeContext in class Field
 o copy
  public void copy(Field f)
Overrides:
copy in class SFNode
 o 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