org.richfaces.demo.tree.model
Class Company
java.lang.Object
org.richfaces.demo.tree.model.NamedNode
org.richfaces.demo.tree.model.Company
- All Implemented Interfaces:
- Serializable, TreeNode
public class Company
- extends NamedNode
- implements TreeNode
- See Also:
- Serialized Form
Company
public Company()
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
setParent
public void setParent(Country country)
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 children()
- Specified by:
children in interface TreeNode
getCountry
public Country getCountry()
setCountry
public void setCountry(Country country)
getCds
public List<CD> getCds()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.