org.richfaces.demo.tree.model
Class Country
java.lang.Object
org.richfaces.demo.tree.model.NamedNode
org.richfaces.demo.tree.model.Country
- All Implemented Interfaces:
- Serializable, TreeNode
public class Country
- extends NamedNode
- implements TreeNode
- See Also:
- Serialized Form
Country
public Country()
getChildAt
public TreeNode getChildAt(int childIndex)
- Specified by:
getChildAt in interface TreeNode
getChildCount
public int getChildCount()
- Specified by:
getChildCount in interface TreeNode
getParent
public TreeNode getParent()
- Specified by:
getParent in interface TreeNode
getIndex
public int getIndex(TreeNode node)
- Specified by:
getIndex in interface TreeNode
getAllowsChildren
public boolean getAllowsChildren()
- Specified by:
getAllowsChildren in interface TreeNode
isLeaf
public boolean isLeaf()
- Specified by:
isLeaf in interface TreeNode
children
public Enumeration<Company> children()
- Specified by:
children in interface TreeNode
getCompanies
public List<Company> getCompanies()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.