|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.myfaces.custom.tree2.TreeNodeBase org.gnomekr.potron.web.tree.RootNode
public class RootNode
RootNode.java
Field Summary | |
---|---|
static String |
ROOT_TYPE
|
Constructor Summary | |
---|---|
RootNode(List<Project> projects)
|
Method Summary | |
---|---|
List<ProjectNode> |
getChildren()
|
Methods inherited from class org.apache.myfaces.custom.tree2.TreeNodeBase |
---|
getChildCount, getDescription, getIdentifier, getType, isLeaf, setDescription, setIdentifier, setLeaf, setType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String ROOT_TYPE
Constructor Detail |
---|
public RootNode(List<Project> projects)
Method Detail |
---|
public List<ProjectNode> getChildren()
getChildren
in interface org.apache.myfaces.custom.tree2.TreeNode
getChildren
in class org.apache.myfaces.custom.tree2.TreeNodeBase
TreeNode.getChildren()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |