Uses of Interface
org.hippoecm.frontend.model.tree.IJcrTreeNode
-
Packages that use IJcrTreeNode Package Description org.hippoecm.frontend.model.tree org.hippoecm.frontend.plugins.standards.tree org.hippoecm.frontend.plugins.standards.tree.icon org.hippoecm.frontend.widgets -
-
Uses of IJcrTreeNode in org.hippoecm.frontend.model.tree
Classes in org.hippoecm.frontend.model.tree that implement IJcrTreeNode Modifier and Type Class Description class
JcrTreeNode
Fields in org.hippoecm.frontend.model.tree declared as IJcrTreeNode Modifier and Type Field Description protected IJcrTreeNode
ObservableTreeModel. root
Methods in org.hippoecm.frontend.model.tree that return IJcrTreeNode Modifier and Type Method Description IJcrTreeNode
IJcrTreeNode. getChild(String name)
IJcrTreeNode
JcrTreeNode. getChild(String name)
Resolve the child that corresponds to a particular name.Methods in org.hippoecm.frontend.model.tree that return types with arguments of type IJcrTreeNode Modifier and Type Method Description protected List<IJcrTreeNode>
JcrTreeNode. loadChildren()
Loads child tree nodes.Methods in org.hippoecm.frontend.model.tree with parameters of type IJcrTreeNode Modifier and Type Method Description int
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 IJcrTreeNode Modifier and Type Method Description protected void
JcrTreeNode. sortChildTreeNodes(List<IJcrTreeNode> childTreeNodes)
Sort child tree nodes.Constructors in org.hippoecm.frontend.model.tree with parameters of type IJcrTreeNode Constructor Description JcrTreeModel(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 IJcrTreeNode Constructor Description JcrTreeNode(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 IJcrTreeNode Modifier and Type Class Description class
FolderTreeNode
Method parameters in org.hippoecm.frontend.plugins.standards.tree with type arguments of type IJcrTreeNode Modifier and Type Method Description protected void
FolderTreeNode. sortChildTreeNodes(List<IJcrTreeNode> childTreeNodes)
Sort child tree nodes.Constructor parameters in org.hippoecm.frontend.plugins.standards.tree with type arguments of type IJcrTreeNode Constructor Description FolderTreeNode(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
Methods in org.hippoecm.frontend.plugins.standards.tree.icon with parameters of type IJcrTreeNode Modifier and Type Method Description boolean
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 IJcrTreeNode Modifier and Type Method Description boolean
JcrTree. isVirtual(IJcrTreeNode node)
Checks if the wrapped jcr node is a virtual node
-