Package | Description |
---|---|
net.sf.jabb.util.bean.jstree | |
net.sf.jabb.web.action |
Modifier and Type | Field and Description |
---|---|
protected Collection<JsTreeNodeData> |
JsTreeNodeData.children |
Modifier and Type | Method and Description |
---|---|
Collection<JsTreeNodeData> |
JsTreeNodeData.getChildren() |
Modifier and Type | Method and Description |
---|---|
void |
JsTreeNodeData.setChildren(Collection<JsTreeNodeData> children) |
Modifier and Type | Method and Description |
---|---|
protected JsTreeNodeData |
VfsTreeAction.populateTreeNodeData(org.apache.commons.vfs2.FileObject file,
boolean noChild,
String relativePath)
It transforms FileObject into JsTreeNodeData.
|
protected JsTreeNodeData |
VfsTreeAction.populateTreeNodeData(org.apache.commons.vfs2.FileObject root,
org.apache.commons.vfs2.FileObject file)
Populate a node.
|
Modifier and Type | Method and Description |
---|---|
protected List<JsTreeNodeData> |
VfsTreeAction.getChildNodes(org.apache.commons.vfs2.FileObject rootFile,
String parentPath) |
Copyright © 2014. All Rights Reserved.