|
||||||||||
| PREV CLASS 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.maps.faces.dhtml.renderkit.IlvFacesLayerVisibilityToolRenderer
public class IlvFacesLayerVisibilityToolRenderer
This class is the DHTML renderer for a
IlvFacesLayerVisibilityTool
component.
This renderer generates a IlvFacesLayerVisibilityTool Javascript object.
| Field Summary |
|---|
| Fields inherited from class ilog.views.faces.dhtml.renderkit.IlvDHTMLRenderer |
|---|
scriptDescriptor |
| Constructor Summary | |
|---|---|
IlvFacesLayerVisibilityToolRenderer()
Creates a new IlvFacesLayerVisibilityToolRenderer instance. |
|
| Method Summary | |
|---|---|
void |
decode(FacesContext context,
UIComponent component)
Implements the "Apply Values from Request" phase of the JSF life cycle. |
protected void |
emitJSCreation(FacesContext facesContext,
UIComponent component)
Emits the JavaScript proxy declaration of the component that is rendered. |
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. |
static String |
getRendererType()
Returns the type of this renderer. |
IlvScriptDescriptor |
getScriptDescriptor()
Returns the script descriptor of this renderer. |
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.IlvDHTMLRenderer |
|---|
emitJSToHTML, emitOnLoadHandler, emitResolvedDependencies, emitScriptsLoad, emitStateSavingHTMLObject, encodeBegin, getParameterMap, 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 IlvFacesLayerVisibilityToolRenderer()
IlvFacesLayerVisibilityToolRenderer instance.
| Method Detail |
|---|
public IlvScriptDescriptor getScriptDescriptor()
IlvDHTMLRenderer
getScriptDescriptor in class IlvDHTMLRendererpublic static String getRendererType()
public void decode(FacesContext context,
UIComponent component)
decode in class IlvDHTMLRenderer
protected void resolveDependencies(UIComponent component,
IlvDependencyManager dependencyManager)
IlvDHTMLRenderer
resolveDependencies in class IlvDHTMLRenderercomponent - The component processed by this renderer.dependencyManager - The dependency manager.
protected void emitJSSetProperties(FacesContext ctx,
UIComponent component)
throws IOException
IlvDHTMLRenderer
emitJSSetProperties in class IlvDHTMLRendererctx - The current faces context.component - The component processed by this renderer.
IOException
protected void emitJSCreation(FacesContext facesContext,
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 IlvDHTMLRendererfacesContext - The current faces context.component - The component processed by this renderer.
IOException
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 NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||