|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IQbeTree
Interface of classes that can build a java script dTree object. By contract class of this type have only to create the tree and build its structure. The iclusion of the dTree.js script and all of css files used to render it should be handled separatly by the caller.
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. |
void |
createTree()
Creates the tree. |
void |
createTree(java.lang.String treeName)
Creates the tree. |
java.lang.String |
getTreeConstructorScript()
Gets the tree constructor script. |
Method Detail |
---|
void createTree()
void createTree(java.lang.String treeName)
treeName
- the tree namevoid 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)
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 checkedjava.lang.String getTreeConstructorScript()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |