Package | Description |
---|---|
org.hippoecm.frontend.model.tree | |
org.hippoecm.frontend.plugins.standards.tree | |
org.hippoecm.frontend.plugins.standards.tree.icon | |
org.hippoecm.frontend.widgets |
Modifier and Type | Class and Description |
---|---|
class |
JcrTreeNode |
Modifier and Type | Field and Description |
---|---|
protected IJcrTreeNode |
ObservableTreeModel.root |
Modifier and Type | Method and Description |
---|---|
IJcrTreeNode |
JcrTreeNode.getChild(String name)
Resolve the child that corresponds to a particular name.
|
IJcrTreeNode |
IJcrTreeNode.getChild(String name) |
Modifier and Type | Method and Description |
---|---|
protected List<IJcrTreeNode> |
JcrTreeNode.loadChildren() |
Modifier and Type | Method and Description |
---|---|
int |
JcrTreeNodeComparator.compare(IJcrTreeNode o1,
IJcrTreeNode o2) |
Constructor and Description |
---|
JcrTreeModel(IJcrTreeNode rootModel) |
JcrTreeNode(org.apache.wicket.model.IModel<javax.jcr.Node> nodeModel,
IJcrTreeNode parent) |
JcrTreeNode(org.apache.wicket.model.IModel<javax.jcr.Node> nodeModel,
IJcrTreeNode parent,
Comparator<IJcrTreeNode> comparator) |
ObservableTreeModel(IJcrTreeNode rootModel) |
Constructor and Description |
---|
JcrTreeNode(org.apache.wicket.model.IModel<javax.jcr.Node> nodeModel,
IJcrTreeNode parent,
Comparator<IJcrTreeNode> comparator) |
Modifier and Type | Class and Description |
---|---|
class |
FolderTreeNode |
Modifier and Type | Method and Description |
---|---|
IJcrTreeNode |
FolderTreeNode.getChild(String name) |
Modifier and Type | Method and Description |
---|---|
protected List<IJcrTreeNode> |
FolderTreeNode.loadChildren() |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractJcrTreeNodeIconProvider.isVirtual(IJcrTreeNode node)
Checks if the wrapped jcr node is a virtual node
|
Modifier and Type | Method and Description |
---|---|
boolean |
JcrTree.isVirtual(IJcrTreeNode node)
Checks if the wrapped jcr node is a virtual node
|
Copyright © 2007–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.