Class DocumentTree
- java.lang.Object
-
- org.nuxeo.ecm.webengine.ui.tree.JSonTree
-
- org.nuxeo.ecm.webengine.ui.tree.document.DocumentTree
-
public class DocumentTree extends JSonTree
- Author:
- Bogdan Stefanescu
-
-
Constructor Summary
Constructors Constructor Description DocumentTree(WebContext ctx, DocumentModel rootDoc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Object
getInput(WebContext ctx)
protected ContentProvider
getProvider(WebContext ctx)
protected JSonTreeSerializer
getSerializer(WebContext ctx)
String
updateSelection(WebContext ctx)
-
Methods inherited from class org.nuxeo.ecm.webengine.ui.tree.JSonTree
enter, enter, getTree, getTreeAsJSONArray, toggle, updateSelection
-
-
-
-
Constructor Detail
-
DocumentTree
public DocumentTree(WebContext ctx, DocumentModel rootDoc)
-
-
Method Detail
-
updateSelection
public String updateSelection(WebContext ctx)
- Overrides:
updateSelection
in classJSonTree
-
getProvider
protected ContentProvider getProvider(WebContext ctx)
- Specified by:
getProvider
in classJSonTree
-
getSerializer
protected JSonTreeSerializer getSerializer(WebContext ctx)
- Specified by:
getSerializer
in classJSonTree
-
getInput
protected Object getInput(WebContext ctx)
-
-