Uses of Interface
org.hippoecm.frontend.model.tree.IJcrTreeNode
Package
Description
-
Uses of IJcrTreeNode in org.hippoecm.frontend.model.tree
Modifier and TypeMethodDescriptionResolve the child that corresponds to a particular name.Modifier and TypeMethodDescriptionprotected List<IJcrTreeNode>
JcrTreeNode.loadChildren()
Loads child tree nodes.Modifier and TypeMethodDescriptionint
JcrTreeNameComparator.compare
(IJcrTreeNode o1, IJcrTreeNode o2) int
JcrTreeNodeComparator.compare
(IJcrTreeNode o1, IJcrTreeNode o2) Modifier and TypeMethodDescriptionprotected void
JcrTreeNode.sortChildTreeNodes
(List<IJcrTreeNode> childTreeNodes) Sort child tree nodes.ModifierConstructorDescriptionJcrTreeModel
(IJcrTreeNode rootModel) JcrTreeNode
(org.apache.wicket.model.IModel<Node> nodeModel, IJcrTreeNode parent) JcrTreeNode
(org.apache.wicket.model.IModel<Node> nodeModel, IJcrTreeNode parent, Comparator<IJcrTreeNode> childComparator) ObservableTreeModel
(IJcrTreeNode rootModel) ModifierConstructorDescriptionJcrTreeNode
(org.apache.wicket.model.IModel<Node> nodeModel, IJcrTreeNode parent, Comparator<IJcrTreeNode> childComparator) -
Uses of IJcrTreeNode in org.hippoecm.frontend.plugins.standards.tree
Modifier and TypeMethodDescriptionprotected void
FolderTreeNode.sortChildTreeNodes
(List<IJcrTreeNode> childTreeNodes) Sort child tree nodes.ModifierConstructorDescriptionFolderTreeNode
(JcrNodeModel model, DocumentListFilter config, Comparator<IJcrTreeNode> subfolderComparator) Constructs a folder tree node usingmodel
,config
andsubfolderComparator
. -
Uses of IJcrTreeNode in org.hippoecm.frontend.plugins.standards.tree.icon
Modifier and TypeMethodDescriptionboolean
AbstractJcrTreeNodeIconProvider.isVirtual
(IJcrTreeNode node) Checks if the wrapped jcr node is a virtual node -
Uses of IJcrTreeNode in org.hippoecm.frontend.widgets
Modifier and TypeMethodDescriptionboolean
JcrTree.isVirtual
(IJcrTreeNode node) Checks if the wrapped jcr node is a virtual node