Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webengine.ui.json
Class JQueryTreeBuilder<T>

java.lang.Object
  extended by org.nuxeo.ecm.webengine.ui.json.JQueryTreeBuilder<T>
Direct Known Subclasses:
DocumentTreeBuilder

public abstract class JQueryTreeBuilder<T>
extends Object

Author:
Bogdan Stefanescu

Field Summary
static String CHILDREN
           
 
Constructor Summary
JQueryTreeBuilder()
           
 
Method Summary
 net.sf.json.JSONArray buildChildren(T parent)
           
 net.sf.json.JSONArray buildChildren(T parent, String[] path, int off)
           
 net.sf.json.JSONArray buildTree(String rootName, String path)
           
 net.sf.json.JSONArray buildTree(T root, String path)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CHILDREN

public static final String CHILDREN
See Also:
Constant Field Values
Constructor Detail

JQueryTreeBuilder

public JQueryTreeBuilder()
Method Detail

buildTree

public net.sf.json.JSONArray buildTree(String rootName,
                                       String path)

buildTree

public net.sf.json.JSONArray buildTree(T root,
                                       String path)

buildChildren

public net.sf.json.JSONArray buildChildren(T parent)

buildChildren

public net.sf.json.JSONArray buildChildren(T parent,
                                           String[] path,
                                           int off)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.