org.gnomekr.potron.web.tree
Class RootNode

java.lang.Object
  extended by org.apache.myfaces.custom.tree2.TreeNodeBase
      extended by org.gnomekr.potron.web.tree.RootNode
All Implemented Interfaces:
Serializable, org.apache.myfaces.custom.tree2.TreeNode

public class RootNode
extends org.apache.myfaces.custom.tree2.TreeNodeBase

RootNode.java

Version:
$Revision 1.1 $ $Date: 2005/07/20 17:41:28 $
Author:
Xavier Cho
See Also:
Serialized Form

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

ROOT_TYPE

public static final String ROOT_TYPE
See Also:
Constant Field Values
Constructor Detail

RootNode

public RootNode(List<Project> projects)
Method Detail

getChildren

public List<ProjectNode> getChildren()
Specified by:
getChildren in interface org.apache.myfaces.custom.tree2.TreeNode
Overrides:
getChildren in class org.apache.myfaces.custom.tree2.TreeNodeBase
See Also:
TreeNode.getChildren()


Copyright © 2000-2005 Gnome Korea. All Rights Reserved.