|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.render.Renderer
ilog.views.faces.dhtml.renderkit.IlvDHTMLRenderer
ilog.views.faces.dhtml.renderkit.IlvDHTMLSizedRenderer
public abstract class IlvDHTMLSizedRenderer
The IlvDHTMLSizedRenderer is the base class for sized component renderers.
This renderer generates an instance of the IlvSizedViewProxy JavaScript proxy class.
| Field Summary |
|---|
| Fields inherited from class ilog.views.faces.dhtml.renderkit.IlvDHTMLRenderer |
|---|
scriptDescriptor |
| Constructor Summary | |
|---|---|
IlvDHTMLSizedRenderer()
Creates a new IlvDHTMLSizedRenderer instance. |
|
| Method Summary | |
|---|---|
void |
decode(FacesContext context,
UIComponent component)
The "Apply Request Values" phase of JSF life cycle implementation. |
protected void |
emitOnLoadHandler(FacesContext ctx,
UIComponent component)
Emits the JavaScript handlers on the onload event of the page. |
void |
encodeBegin(FacesContext context,
UIComponent component)
This method is used in the "Render Response" phase of the JSF life cycle implementation. |
void |
encodeEnd(FacesContext context,
UIComponent component)
This method is used in the "Render Response" phase of the JSF life cycle implementation. |
protected String |
getPlaceHolderId(FacesContext ctx,
UIComponent component)
Returns the DOM ID of the place holder node of this component. |
protected String |
getReferenceNodeRef(FacesContext ctx,
UIComponent component)
Returns the DOM ID of the reference node of this component. |
protected String |
getReferencodeNodeRef(FacesContext ctx,
UIComponent component)
Deprecated. Beginning with JViews 8.0 use getReferenceNodeRef(FacesContext, UIComponent) instead. |
protected void |
renderAttributesDT(FacesContext context,
UIComponent component,
ResponseWriter out)
Renders the tag attributes of the component representation during the design time. |
protected void |
renderEndDT(FacesContext context,
UIComponent component,
ResponseWriter out)
Closes the DIV opened in the renderStartDT method. |
protected void |
renderStartDT(FacesContext context,
UIComponent component,
ResponseWriter out)
Renders a DIV tag to represent the sized component in design time mode. |
| Methods inherited from class ilog.views.faces.dhtml.renderkit.IlvDHTMLRenderer |
|---|
emitJSCreation, emitJSSetProperties, emitJSToHTML, emitResolvedDependencies, emitScriptsLoad, emitStateSavingHTMLObject, getParameterMap, getScriptDescriptor, getScriptDescriptor, getTestParameterMap, resolveDependencies, resolveDependency, resolveDependency, resolveVBDependency, resolveVBDependency, setTestParameterMap |
| Methods inherited from class javax.faces.render.Renderer |
|---|
convertClientId, encodeChildren, getConvertedValue, getRendersChildren |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IlvDHTMLSizedRenderer()
IlvDHTMLSizedRenderer instance.
| Method Detail |
|---|
protected String getReferencodeNodeRef(FacesContext ctx,
UIComponent component)
getReferenceNodeRef(FacesContext, UIComponent) instead.
ctx - The current faces context.component - The component that being rendered.
protected String getReferenceNodeRef(FacesContext ctx,
UIComponent component)
ctx - The current faces context.component - The component that being rendered.
protected String getPlaceHolderId(FacesContext ctx,
UIComponent component)
ctx - The current faces context.component - The component that being rendered.
public void decode(FacesContext context,
UIComponent component)
decode in class IlvDHTMLRenderer
protected void renderStartDT(FacesContext context,
UIComponent component,
ResponseWriter out)
throws IOException
DIV tag to represent the sized component in design time mode.
renderStartDT in class IlvDHTMLRenderercontext - The current faces context.component - The component processed by this renderer.out - The response writer.
IOException
protected void renderEndDT(FacesContext context,
UIComponent component,
ResponseWriter out)
throws IOException
DIV opened in the renderStartDT method.
renderEndDT in class IlvDHTMLRenderercontext - The current faces context.component - The component processed by this renderer.out - The response writer.
IOException
protected void renderAttributesDT(FacesContext context,
UIComponent component,
ResponseWriter out)
throws IOException
encodeBegin method
if we are in design time mode.
renderAttributesDT in class IlvDHTMLRenderercontext - The current faces context.component - The component processed by this renderer.out - The response writer.
IOException
public void encodeBegin(FacesContext context,
UIComponent component)
throws IOException
UIComponent to the output stream or writer
associated with the response we are creating. Note that it is used at design time
only.
encodeBegin in class IlvDHTMLRendererIOException
public void encodeEnd(FacesContext context,
UIComponent component)
throws IOException
UIComponent. This key method tries to resolve
the dependencies and prepare the component for the emit methods.
encodeEnd in class IlvDHTMLRendererIOException
protected void emitOnLoadHandler(FacesContext ctx,
UIComponent component)
throws IOException
emitOnLoadHandler in class IlvDHTMLRendererctx - The current faces context.component - The component processed by this renderer.
IOException
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||