|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TemplateView | |
org.enhydra.barracuda.core.comp | |
org.enhydra.barracuda.core.comp.renderer |
Uses of TemplateView in org.enhydra.barracuda.core.comp |
Classes in org.enhydra.barracuda.core.comp that implement TemplateView | |
class |
DefaultTemplateView
This class provides the default implementation for a TemplateView. |
Uses of TemplateView in org.enhydra.barracuda.core.comp.renderer |
Methods in org.enhydra.barracuda.core.comp.renderer with parameters of type TemplateView | |
void |
TemplateHelper.render(BTemplate comp,
TemplateView view,
ViewContext vc)
This renders a BTemplate component into the specified TemplateView, for the given ViewCOntext |
protected void |
TemplateHelper.copyChildNodes(Node templateNode,
Node targetNode,
TemplateView view,
ViewContext vc,
int depth)
Copy nodes from the template to the target |
protected Node |
TemplateHelper.getNode(Node templateNode,
TemplateView view,
ViewContext vc,
int depth)
Given the specified templateNode, return the new Node to be rendered into the view |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |