net.sourceforge.smile.context
Class TreeFactoryImpl

java.lang.Object
  extended byjavax.faces.tree.TreeFactory
      extended bynet.sourceforge.smile.context.TreeFactoryImpl

public class TreeFactoryImpl
extends javax.faces.tree.TreeFactory

To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments


Constructor Summary
TreeFactoryImpl()
           
 
Method Summary
 javax.faces.tree.Tree getTree(javax.faces.context.FacesContext context, java.lang.String treeId)
          Returns a tree object, that is constructed, according to the treeId.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeFactoryImpl

public TreeFactoryImpl()
Method Detail

getTree

public javax.faces.tree.Tree getTree(javax.faces.context.FacesContext context,
                                     java.lang.String treeId)
                              throws javax.faces.FacesException
Returns a tree object, that is constructed, according to the treeId.

Throws:
javax.faces.FacesException
See Also:
TreeFactory.getTree(javax.faces.context.FacesContext, java.lang.String)