|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--oracle.cabo.ui.composite.UINodeRenderer
Renderer used by composite UINode renderers to render content.
| Constructor Summary | |
UINodeRenderer()
|
|
| Method Summary | |
protected abstract UINode |
getRenderingUINode(RenderingContext context,
UINode node)
|
protected void |
postrender(RenderingContext context,
UINode node)
Called to render the portion after the contents. |
protected void |
prerender(RenderingContext context,
UINode node)
Called to render the portion before the contents. |
void |
render(RenderingContext context,
UINode node)
Render a UINode in a RenderingContext. |
static void |
renderInCompositeContext(RenderingContext context,
UINode node,
UINode renderingUINode)
|
protected void |
renderWithNode(RenderingContext context,
UINode node,
UINode renderingUINode)
|
protected boolean |
useGlobalCurrentDataObject(RenderingContext context)
If true, setting the current data object inside the template immediately "escapes" to the outside world. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public UINodeRenderer()
| Method Detail |
protected abstract UINode getRenderingUINode(RenderingContext context,
UINode node)
public void render(RenderingContext context,
UINode node)
throws java.io.IOException
render in interface Renderer
protected void prerender(RenderingContext context,
UINode node)
throws java.io.IOException
context - the rendering contextnode - the current UINode
protected void postrender(RenderingContext context,
UINode node)
throws java.io.IOException
context - the rendering contextnode - the current UINode
protected void renderWithNode(RenderingContext context,
UINode node,
UINode renderingUINode)
throws java.io.IOException
renderInCompositeContext(RenderingContext,UINode,UINode)
public static void renderInCompositeContext(RenderingContext context,
UINode node,
UINode renderingUINode)
throws java.io.IOException
context - the context that node is defined in.node - this is the node that will be used for data.renderingUINode - this UINode subtree will be used to do the actual
rendering (ie: this is the template UINode). It may pull attributes
and/or indexed/named children from node. It renders in its
own RenderingContext.protected boolean useGlobalCurrentDataObject(RenderingContext context)
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||