<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
defaultImage | the defaultImage String |
|---|---|
expanded | the expanded state of the node |
expandedImage | the expandedImage String |
id | Case-sensitive name used to identify the object instance. |
instantiate | |
locale | |
name | the name String |
ref | |
scope | |
text | the text String |
URL | the 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.