<sas: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 sas:TreeView tag.
Syntax
<sas:TreeNode name="java.lang.String"
[accessKey="java.lang.String"]
[defaultImageAltText="java.lang.String"]
[defaultImage="java.lang.String"]
[description="java.lang.String"]
[expanded="true|false"]
[expandedImageAltText="java.lang.String"]
[expandedImage="java.lang.String"]
[id="value"]
[instantiate="true|false"]
[ref="java.lang.String"]
[scope="page|request|session|application"]
[tabIndex="int"]
[target="java.lang.String"]
[text="java.lang.String"]
[title="java.lang.String"]
[URL="java.lang.String"] />
<sas:TreeNode name="java.lang.String"
[accessKey="java.lang.String"]
[defaultImageAltText="java.lang.String"]
[defaultImage="java.lang.String"]
[description="java.lang.String"]
[expanded="true|false"]
[expandedImageAltText="java.lang.String"]
[expandedImage="java.lang.String"]
[id="value"]
[instantiate="true|false"]
[ref="java.lang.String"]
[scope="page|request|session|application"]
[tabIndex="int"]
[target="java.lang.String"]
[text="java.lang.String"]
[title="java.lang.String"]
[URL="java.lang.String"]>
[<sas:TreeNode .../>]
[<sas:StyleMapKey .../>]
[<sas:SetProperty ...>
The value to set on the parent tag
</sas:SetProperty>]
[Additional <sas:TreeNode>, <sas:StyleMapKey>, <sas:SetProperty> tags...]
</sas:TreeNode>
Attributes
accessKey | key entry used as access key for link. |
---|---|
defaultImageAltText | alternate text for the image displayed in the viewer. |
defaultImage | the defaultImage String |
description | The description of the node |
expanded | the expanded state of the node |
expandedImageAltText | |
expandedImage | the expandedImage String |
id | Case-sensitive name used to identify the object instance. |
instantiate | Flag that, if true, indicates that a new instance of the underlying class should be loaded if one cannot be found in PageContext. Must be used with an id attribute. |
name | the name String |
ref | The variable String value that represents an object created earlier in the same scope. |
scope | The scope (or page context) within which the reference is available. |
tabIndex | the numeric order in which the tab key is used. |
target | |
text | the text String |
title | descriptive title of the URL link. |
URL | the URL String |
More Information
To view the documentation for the related TransformationBean, see com.sas.servlet.tbeans.models.TreeNodeInterface.
If you need to subclass the tag handler class for the sas:TreeNode tag, extend com.sas.taglib.servlet.tbeans.TreeNodeTag.