Class NodeLeaf

java.lang.Object
com.nt.udc.admin.client.gui.NodeLeaf
All Implemented Interfaces:
Serializable

public class NodeLeaf extends Object implements Serializable
This class defines the leaf for the tree. It defines a string to display as the name of the node, and the node type for use in dragging.
See Also:
  • Constructor Details

  • Method Details

    • isNode

      public boolean isNode()
    • getNodeType

      public DCNodeTypeIfc getNodeType()
    • isDisabled

      public boolean isDisabled()
    • getContextId

      public String getContextId()
    • toString

      public String toString()
      Overrides:
      toString in class Object