Uses of Class
org.enhydra.barracuda.core.comp.renderer.RenderStrategy

Packages that use RenderStrategy
org.enhydra.barracuda.core.comp   
org.enhydra.barracuda.core.comp.renderer   
 

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

Fields in org.enhydra.barracuda.core.comp declared as RenderStrategy
protected  RenderStrategy BComponent.rs
           
 

Methods in org.enhydra.barracuda.core.comp that return RenderStrategy
 RenderStrategy BComponent.getRenderStrategy()
          Get the render strategy for this component
 

Methods in org.enhydra.barracuda.core.comp with parameters of type RenderStrategy
 void BComponent.setRenderStrategy(RenderStrategy irs)
          Set the render strategy for this component and all its children.
 

Uses of RenderStrategy in org.enhydra.barracuda.core.comp.renderer
 

Fields in org.enhydra.barracuda.core.comp.renderer declared as RenderStrategy
static RenderStrategy RenderStrategy.SCRIPT_AS_NEEDED
           
static RenderStrategy RenderStrategy.NEVER_SCRIPT
           
static RenderStrategy RenderStrategy.CUSTOM_SCRIPT
           
static RenderStrategy RenderStrategy.DEFAULT_RENDER_STRATEGY
           
 



Copyright © 2003 BarracudaMVC.org All Rights Reserved.