Uses of Interface
org.hippoecm.frontend.model.tree.IJcrTreeNode
Packages that use IJcrTreeNode
Package
Description
-
Uses of IJcrTreeNode in org.hippoecm.frontend.model.tree
Classes in org.hippoecm.frontend.model.tree that implement IJcrTreeNodeFields in org.hippoecm.frontend.model.tree declared as IJcrTreeNodeMethods in org.hippoecm.frontend.model.tree that return IJcrTreeNodeModifier and TypeMethodDescriptionResolve the child that corresponds to a particular name.Methods in org.hippoecm.frontend.model.tree that return types with arguments of type IJcrTreeNodeModifier and TypeMethodDescriptionprotected List<IJcrTreeNode>
JcrTreeNode.loadChildren()
Loads child tree nodes.Methods in org.hippoecm.frontend.model.tree with parameters of type IJcrTreeNodeModifier and TypeMethodDescriptionint
JcrTreeNameComparator.compare
(IJcrTreeNode o1, IJcrTreeNode o2) int
JcrTreeNodeComparator.compare
(IJcrTreeNode o1, IJcrTreeNode o2) Method parameters in org.hippoecm.frontend.model.tree with type arguments of type IJcrTreeNodeModifier and TypeMethodDescriptionprotected void
JcrTreeNode.sortChildTreeNodes
(List<IJcrTreeNode> childTreeNodes) Sort child tree nodes.Constructors in org.hippoecm.frontend.model.tree with parameters of type IJcrTreeNodeModifierConstructorDescriptionJcrTreeModel
(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) Constructor parameters in org.hippoecm.frontend.model.tree with type arguments of type IJcrTreeNodeModifierConstructorDescriptionJcrTreeNode
(org.apache.wicket.model.IModel<Node> nodeModel, IJcrTreeNode parent, Comparator<IJcrTreeNode> childComparator) -
Uses of IJcrTreeNode in org.hippoecm.frontend.plugins.standards.tree
Classes in org.hippoecm.frontend.plugins.standards.tree that implement IJcrTreeNodeMethod parameters in org.hippoecm.frontend.plugins.standards.tree with type arguments of type IJcrTreeNodeModifier and TypeMethodDescriptionprotected void
FolderTreeNode.sortChildTreeNodes
(List<IJcrTreeNode> childTreeNodes) Sort child tree nodes.Constructor parameters in org.hippoecm.frontend.plugins.standards.tree with type arguments of type IJcrTreeNodeModifierConstructorDescriptionFolderTreeNode
(JcrNodeModel model, DocumentListFilter filter, Comparator<IJcrTreeNode> subfolderComparator) Constructs a folder tree node usingmodel
,config
andsubfolderComparator
. -
Uses of IJcrTreeNode in org.hippoecm.frontend.plugins.standards.tree.icon
Methods in org.hippoecm.frontend.plugins.standards.tree.icon with parameters of type IJcrTreeNodeModifier and TypeMethodDescriptionboolean
AbstractJcrTreeNodeIconProvider.isVirtual
(IJcrTreeNode node) Checks if the wrapped jcr node is a virtual node -
Uses of IJcrTreeNode in org.hippoecm.frontend.widgets
Methods in org.hippoecm.frontend.widgets with parameters of type IJcrTreeNodeModifier and TypeMethodDescriptionboolean
JcrTree.isVirtual
(IJcrTreeNode node) Checks if the wrapped jcr node is a virtual node