|
||||||||||
| 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
ilog.views.faces.dhtml.renderkit.IlvDHTMLViewRenderer
public abstract class IlvDHTMLViewRenderer
The IlvDHMLViewRenderer is the base class for DHTML renderers of JViews faces
components that represent a view.
The JavaScript proxy generated by this renderer is the IlvBasicViewProxy class.
| Field Summary |
|---|
| Fields inherited from class ilog.views.faces.dhtml.renderkit.IlvDHTMLRenderer |
|---|
scriptDescriptor |
| Constructor Summary | |
|---|---|
IlvDHTMLViewRenderer()
Creates a new IlvDHTMLViewRenderer instance. |
|
| Method Summary | |
|---|---|
protected IlvDHTMLRendererHelper |
createDHTMLHelper()
Creates the IlvDHTMLRendererHelper instance used to decode some properties
of the request. |
void |
decode(FacesContext context,
UIComponent component)
Implementation of the "Apply Values from Request" phase of the JSF life cycle. |
protected void |
emitJSSetProperties(FacesContext ctx,
UIComponent component)
Emits the setting of the properties of the JavaScript object representation. |
protected void |
encodeRecursive(FacesContext context,
UIComponent component)
Renders nested child components by invoking the encode methods on those components, but only when the rendered
property is true. |
protected void |
resolveDependencies(UIComponent component,
IlvDependencyManager dependencyManager)
Resolves the dependencies needed by this component or register listeners on the dependency manager if some dependencies cannot be resolved. |
| Methods inherited from class ilog.views.faces.dhtml.renderkit.IlvDHTMLSizedRenderer |
|---|
emitOnLoadHandler, encodeBegin, encodeEnd, getPlaceHolderId, getReferenceNodeRef, getReferencodeNodeRef, renderAttributesDT, renderEndDT, renderStartDT |
| Methods inherited from class ilog.views.faces.dhtml.renderkit.IlvDHTMLRenderer |
|---|
emitJSCreation, emitJSToHTML, emitResolvedDependencies, emitScriptsLoad, emitStateSavingHTMLObject, getParameterMap, getScriptDescriptor, getScriptDescriptor, getTestParameterMap, 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 IlvDHTMLViewRenderer()
IlvDHTMLViewRenderer instance.
| Method Detail |
|---|
protected IlvDHTMLRendererHelper createDHTMLHelper()
IlvDHTMLRendererHelper instance used to decode some properties
of the request.
IlvDHTMLRendererHelper instance.
protected void encodeRecursive(FacesContext context,
UIComponent component)
throws IOException
rendered
property is true.
IOException
public void decode(FacesContext context,
UIComponent component)
decode in class IlvDHTMLSizedRenderer
protected void emitJSSetProperties(FacesContext ctx,
UIComponent component)
throws IOException
emitJSSetProperties in class IlvDHTMLRendererctx - The current faces context.component - The component that is being rendered.
IOException
protected void resolveDependencies(UIComponent component,
IlvDependencyManager dependencyManager)
resolveDependencies in class IlvDHTMLRenderercomponent - The component processed by this renderer.dependencyManager - The dependency manager.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||