Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.RuntimeCollective.webapps.bean.TreeExtension

Uses of TreeExtension in com.RuntimeCollective.webapps.bean
 

Methods in com.RuntimeCollective.webapps.bean that return TreeExtension
 TreeExtension TreeExtension.getParent()
          Get the Parent
 TreeExtension TreeExtension.getTopParent()
          Get the Parent at the top of the tree, recursively.
 TreeExtension TreeExtension.getChild(int position)
          Get the position-nth child from this TreeExtension.
static TreeExtension TreeExtension.getFor(EntityBean bean, java.lang.String treeName)
          Gets the TreeExtension for a particular bean and a particular treeName, if one exists.
 

Methods in com.RuntimeCollective.webapps.bean with parameters of type TreeExtension
 void TreeExtension.setParent(TreeExtension parent)
          Set the Parent - don't use this unless you really mean to; use parent.addChild() instead.
 void TreeExtension.removeChild(TreeExtension child)
          Remove a Child from this TreeExtension (all its positions, if more than one).
 void TreeExtension.addChild(TreeExtension child)
          Add a Child to this TreeExtension.
 int TreeExtension.getChildPosition(TreeExtension child)
          Get the position of a child.