com.ideo.sweetdevria.taglib.tree
Interface ITreeTag
- All Known Implementing Classes:
- TreeNodeTag, TreeTag
public interface ITreeTag
Common interface for all tags related to the tree (TreeTag and TreeNodeTag)
Permit to link the node each other.
- Author:
- Julien Maupoux
Method Summary |
void |
addChild(NodeModel child)
Adds a node as a child of this current one |
addChild
void addChild(NodeModel child)
throws javax.servlet.jsp.JspException
- Adds a node as a child of this current one
- Parameters:
child
- the child node to add
- Throws:
javax.servlet.jsp.JspException
- if any error occurs
Copyright © 2010 Ideo Technologies. All Rights Reserved.