Uses of Interface
org.enhydra.barracuda.core.comp.ElementFactory

Packages that use ElementFactory
org.enhydra.barracuda.core.comp   
org.enhydra.barracuda.core.comp.renderer.html   
 

Uses of ElementFactory in org.enhydra.barracuda.core.comp
 

Methods in org.enhydra.barracuda.core.comp that return ElementFactory
 ElementFactory ViewContext.getElementFactory()
           
 ElementFactory View.getElementFactory()
           
 ElementFactory DefaultViewContext.getElementFactory()
          Get the underlying ElementFactory object (if it exists)
 ElementFactory DefaultView.getElementFactory()
          Get the element factory provided by this view
 

Uses of ElementFactory in org.enhydra.barracuda.core.comp.renderer.html
 

Methods in org.enhydra.barracuda.core.comp.renderer.html with parameters of type ElementFactory
protected  void HTMLListRenderer.addItemToList(Node node, ViewContext vc, ElementFactory ef, Object item, int depth)
           
 



Copyright © 2003 BarracudaMVC.org All Rights Reserved.