|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.models.SimpleJSTreeNode
com.sas.models.TreeNode
public class SimpleJSTreeNode
SimpleJSTreeNode is used to populate the TreeControl transformation bean.
TreeControl,
Serialized Form| Field Summary | |
|---|---|
protected OrderedCollection |
children
Deprecated. |
protected java.lang.String |
defaultIcon
Deprecated. |
protected java.lang.String |
expandedIcon
Deprecated. |
protected java.lang.String |
link
Deprecated. |
protected java.lang.String |
name
Deprecated. |
protected java.lang.String |
text
Deprecated. |
| Constructor Summary | |
|---|---|
SimpleJSTreeNode()
Deprecated. |
|
SimpleJSTreeNode(java.lang.String name,
java.lang.String text,
java.lang.String link)
Deprecated. Constructor of JSTreeNode |
|
SimpleJSTreeNode(java.lang.String name,
java.lang.String text,
java.lang.String link,
java.lang.String defaultIcon,
java.lang.String expandedIcon)
Deprecated. Constructor of JSTreeNode |
|
| Method Summary | |
|---|---|
void |
addChild(SimpleJSTreeNode child)
Deprecated. Adds a node as a child node. |
SimpleJSTreeNode[] |
getChildren()
Deprecated. Returns an array containing all the children of this node |
java.lang.String |
getDefaultIcon()
Deprecated. Returns the name of the default icon. |
java.lang.String |
getExpandedIcon()
Deprecated. Returns the name of the expanded icon. |
StaticOrderedCollectionInterface |
getJSTreeNodes()
Deprecated. Returns the JavaScript that creates the JavaScript node objects needed to create the JavaScript tree control. |
java.lang.String |
getLink()
Deprecated. Returns the link associated with the node |
java.lang.String |
getName()
Deprecated. Returns the name of the Node |
java.lang.String |
getRootNodeName()
Deprecated. Returns then name of the Root Node |
java.lang.String |
getText()
Deprecated. Returns the text displayed for the node |
boolean |
removeChild(SimpleJSTreeNode child)
Deprecated. Remove an item from this collection. |
void |
setDefaultIcon(java.lang.String icon)
Deprecated. Sets the name of the default icon. |
void |
setExpandedIcon(java.lang.String icon)
Deprecated. Sets the name of the expanded icon. |
void |
setLink(java.lang.String link)
Deprecated. Sets the link associated with the node |
void |
setName(java.lang.String name)
Deprecated. Sets the name of the node |
void |
setText(java.lang.String text)
Deprecated. Sets the text displayed for the node |
| Field Detail |
|---|
protected java.lang.String name
protected java.lang.String text
protected java.lang.String link
protected java.lang.String defaultIcon
protected java.lang.String expandedIcon
protected OrderedCollection children
| Constructor Detail |
|---|
public SimpleJSTreeNode()
public SimpleJSTreeNode(java.lang.String name,
java.lang.String text,
java.lang.String link,
java.lang.String defaultIcon,
java.lang.String expandedIcon)
name - - name of the nodetext - - text to display in treelink - - link to associate with nodedefaultIcon - - icon to display when folder is closedexpandedIcon - - icon to display when folder is open
public SimpleJSTreeNode(java.lang.String name,
java.lang.String text,
java.lang.String link)
name - - name of the nodetext - - text to display in treelink - - link to associate with node| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
name - - name of the nodepublic java.lang.String getText()
public void setText(java.lang.String text)
text - - text displayed on the nodepublic java.lang.String getLink()
public void setLink(java.lang.String link)
the - link associated with the nodepublic java.lang.String getDefaultIcon()
public void setDefaultIcon(java.lang.String icon)
icon - - the name of the default icon.public java.lang.String getExpandedIcon()
public void setExpandedIcon(java.lang.String icon)
icon - - the name of the expanded icon.public void addChild(SimpleJSTreeNode child)
public boolean removeChild(SimpleJSTreeNode child)
public SimpleJSTreeNode[] getChildren()
public StaticOrderedCollectionInterface getJSTreeNodes()
throws java.io.IOException
getJSTreeNodes in interface com.sas.sasserver.jstree.JSTreeNodesInterfacejava.io.IOException - Thrown if the JavaScript statements cannot be written to the collection
used by the Java Script tree control.TreeControlpublic java.lang.String getRootNodeName()
getRootNodeName in interface com.sas.sasserver.jstree.JSTreeNodesInterface
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||