|
||||||||||
| 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.diagrammer.faces.dhtml.renderkit.IlvFacesDiagrammerDataSourceRenderer
public class IlvFacesDiagrammerDataSourceRenderer
This class is the DHTML renderer for a IlvFacesDiagrammerDataSource component.
This renderer stores an instance of the wrapped diagrammer data source of the renderer component in the session.
IlvDiagrammerDataSource,
Serialized Form| Field Summary |
|---|
| Fields inherited from class ilog.views.faces.dhtml.renderkit.IlvDHTMLRenderer |
|---|
scriptDescriptor |
| Constructor Summary | |
|---|---|
IlvFacesDiagrammerDataSourceRenderer()
Creates a new IlvFacesDiagrammerDataSourceRenderer instance. |
|
| Method Summary | |
|---|---|
void |
decode(FacesContext context,
UIComponent component)
The "Apply Request Values" phase of JSF life cycle implementation. |
protected void |
emitJSCreation(FacesContext ctx,
UIComponent component)
Emits the JavaScript proxy declaration of the component that is rendered. |
void |
encodeEnd(FacesContext context,
UIComponent component)
This method is used in the "Render Response" phase of the JSF life cycle implementation. |
static String |
getRendererType()
Returns the type of this renderer. |
protected void |
resolveDependencies(UIComponent arg0,
IlvDependencyManager arg1)
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 |
|---|
emitJSSetProperties, 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 IlvFacesDiagrammerDataSourceRenderer()
IlvFacesDiagrammerDataSourceRenderer instance.
| Method Detail |
|---|
public static String getRendererType()
protected void resolveDependencies(UIComponent arg0,
IlvDependencyManager arg1)
resolveDependencies in class IlvDHTMLRendererarg0 - The component processed by this renderer.arg1 - The dependency manager.
protected void emitJSCreation(FacesContext ctx,
UIComponent component)
throws IOException
toHTML must NOT be generated here. The ID of
the JavaScript object must be the client ID of the component. It must be
called by the subclass.
emitJSCreation 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
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
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||