Package org.hippoecm.frontend.model.tree
Interface IJcrTreeNode
-
- All Superinterfaces:
org.apache.wicket.util.io.IClusterable
,org.apache.wicket.model.IDetachable
,Serializable
,TreeNode
- All Known Implementing Classes:
FolderTreeNode
,JcrTreeNode
public interface IJcrTreeNode extends TreeNode, org.apache.wicket.model.IDetachable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IJcrTreeNode
getChild(String name)
org.apache.wicket.model.IModel<Node>
getNodeModel()
-
Methods inherited from interface javax.swing.tree.TreeNode
children, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeaf
-
-
-
-
Method Detail
-
getNodeModel
org.apache.wicket.model.IModel<Node> getNodeModel()
-
getChild
IJcrTreeNode getChild(String name) throws RepositoryException
- Throws:
RepositoryException
-
-