<sasads:TreeNode>

Used to create a TreeNode which are used within the TreeView node. The TreeView should only contain a single TreeNode in its body. A TreeNode can contain zero or more TreeNodes in its body.

This tag must be nested within a sasads:TreeView tag.

Syntax

<sasads:TreeNode name="java.lang.String"
   [defaultImage="java.lang.String"]
   [expanded="true|false"]
   [expandedImage="java.lang.String"]
   [id="value"]
   [instantiate="true|false"]
   [locale="java.util.Locale"]
   [ref="java.lang.String"]
   [scope="java.lang.String"]
   [text="java.lang.String"]
   [URL="java.lang.String"] />

<sasads:TreeNode name="java.lang.String"
   [defaultImage="java.lang.String"]
   [expanded="true|false"]
   [expandedImage="java.lang.String"]
   [id="value"]
   [instantiate="true|false"]
   [locale="java.util.Locale"]
   [ref="java.lang.String"]
   [scope="java.lang.String"]
   [text="java.lang.String"]
   [URL="java.lang.String"]>
      [<sasads:TreeNode .../>]
      [Additional <sasads:TreeNode> tags...]
</sasads:TreeNode>

Attributes

defaultImagethe defaultImage String
expandedthe expanded state of the node
expandedImagethe expandedImage String
idCase-sensitive name used to identify the object instance.
instantiate
locale
namethe name String
ref
scope
textthe text String
URLthe URL String

More Information

To view the documentation for the related InformationBean, see com.sas.models.TreeNodeInterface.

If you need to subclass the tag handler class for the sasads:TreeNode tag, extend com.sas.taglib.servlet.beans.TreeNodeTag.