|
||||||||||
| 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.IlvInteractorRenderer
public abstract class IlvInteractorRenderer
The IlvInteractorRenderer is the base class for the interactor renderers.
This renderer generates an instance of the IlvInteractorProxy JavaScript proxy class.
| Field Summary |
|---|
| Fields inherited from class ilog.views.faces.dhtml.renderkit.IlvDHTMLRenderer |
|---|
scriptDescriptor |
| Constructor Summary | |
|---|---|
IlvInteractorRenderer()
Creates a new IlvInteractorRenderer instance. |
|
| Method Summary | |
|---|---|
void |
decode(FacesContext context,
UIComponent component)
The "Apply Request Values" phase of JSF life cycle implementation. |
protected void |
emitJSSetProperties(FacesContext ctx,
UIComponent component)
Emits the setting of the properties of the JavaScript object representation. |
void |
encodeEnd(FacesContext context,
UIComponent component)
This method is used in the "Render Response" phase of the JSF life cycle implementation. |
protected void |
resolveDependencies(UIComponent component,
IlvDependencyManager depManager)
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.IlvDHTMLRenderer |
|---|
emitJSCreation, emitJSToHTML, emitOnLoadHandler, emitResolvedDependencies, emitScriptsLoad, emitStateSavingHTMLObject, encodeBegin, getParameterMap, getScriptDescriptor, getScriptDescriptor, getTestParameterMap, renderAttributesDT, renderEndDT, renderStartDT, 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 IlvInteractorRenderer()
IlvInteractorRenderer instance.
| Method Detail |
|---|
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 emitJSSetProperties(FacesContext ctx,
UIComponent component)
throws IOException
emitJSSetProperties in class IlvDHTMLRendererctx - The current faces context.component - The component processed by this renderer.
IOException
public void decode(FacesContext context,
UIComponent component)
decode in class IlvDHTMLRenderer
protected void resolveDependencies(UIComponent component,
IlvDependencyManager depManager)
resolveDependencies in class IlvDHTMLRenderercomponent - The component processed by this renderer.depManager - The dependency manager.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||