|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.qbe.tree.DTree
public class DTree
The Class DTree.
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_NAME
The Constant DEFAULT_NAME. |
Constructor Summary | |
---|---|
DTree()
Instantiates a new d tree. |
|
DTree(java.lang.String treeName)
Instantiates a new d tree. |
Method Summary | |
---|---|
void |
addNode(java.lang.String id,
java.lang.String pid,
java.lang.String nname,
java.lang.String url,
java.lang.String title,
java.lang.String target,
java.lang.String icon,
java.lang.String iconOpen,
java.lang.String open,
java.lang.String onclick,
java.lang.String checkName,
java.lang.String checkValue,
java.lang.String checked)
Adds the node. |
protected void |
appendLineToScript(java.lang.String line)
Append line to script. |
protected void |
clearScript()
Clear script. |
void |
createTree()
Creates the tree. |
void |
createTree(java.lang.String treeName)
Creates the tree. |
protected java.lang.String |
getFooter()
Gets the footer. |
protected java.lang.String |
getHeader()
Gets the header. |
protected java.lang.String |
getName()
Gets the name. |
java.lang.String |
getTreeConstructorScript()
Gets the tree constructor script. |
protected void |
setName(java.lang.String name)
Sets the name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DEFAULT_NAME
Constructor Detail |
---|
public DTree()
public DTree(java.lang.String treeName)
treeName
- the tree nameMethod Detail |
---|
public void createTree()
IQbeTree
createTree
in interface IQbeTree
public void createTree(java.lang.String treeName)
IQbeTree
createTree
in interface IQbeTree
treeName
- the tree namepublic void addNode(java.lang.String id, java.lang.String pid, java.lang.String nname, java.lang.String url, java.lang.String title, java.lang.String target, java.lang.String icon, java.lang.String iconOpen, java.lang.String open, java.lang.String onclick, java.lang.String checkName, java.lang.String checkValue, java.lang.String checked)
IQbeTree
addNode
in interface IQbeTree
id
- the idpid
- the pidnname
- the nnameurl
- the urltitle
- the titletarget
- the targeticon
- the iconiconOpen
- the icon openopen
- the openonclick
- the onclickcheckName
- the check namecheckValue
- the check valuechecked
- the checkedprotected java.lang.String getHeader()
protected java.lang.String getFooter()
protected java.lang.String getName()
protected void setName(java.lang.String name)
name
- the new nameprotected void clearScript()
protected void appendLineToScript(java.lang.String line)
line
- the linepublic java.lang.String getTreeConstructorScript()
IQbeTree
getTreeConstructorScript
in interface IQbeTree
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |