|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.raritantechnologies.xml.owl.OwlTreeBuilder
| Field Summary |
| Fields inherited from interface com.raritantechnologies.utils.tree.ITreeBuilder |
TEMPLATE |
| Constructor Summary | |
OwlTreeBuilder()
|
|
| Method Summary | |
TreeRoot |
buildTree(RaritanPageContext pContext)
|
void |
initialize(org.w3c.dom.Element elem)
Initializes the object from an XML tag or element. |
TreeRoot |
refreshTree(TreeRoot tree,
RaritanPageContext pContext)
Method to enable dynamic or refreshable trees. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public OwlTreeBuilder()
| Method Detail |
public TreeRoot buildTree(RaritanPageContext pContext)
buildTree in interface ITreeBuilder
public TreeRoot refreshTree(TreeRoot tree,
RaritanPageContext pContext)
ITreeBuilderMethod to enable dynamic or refreshable trees. Static tree builders should implement this by returning the passed in tree object. Dynamic tree builders should implement this by returning the output of their buildTree( ) method or by pruning/growing the given tree as appropriate.
ITreeBuilders that support "lazy tree node evaluation" should use this method to determine which nodes in the tree need to be updated (TreeNode.needsUpdate( ) method returns true.
refreshTree in interface ITreeBuilderpublic void initialize(org.w3c.dom.Element elem)
IConfigurable
initialize in interface IConfigurable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||