|
||||||||||
| 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
ilog.views.faces.dhtml.renderkit.IlvFacesViewRenderer
ilog.views.diagrammer.faces.dhtml.renderkit.IlvFacesDiagrammerBaseRenderer
public abstract class IlvFacesDiagrammerBaseRenderer
This class is the base renderer of JViews Diagrammer based view renderers.
| Field Summary |
|---|
| Fields inherited from class ilog.views.faces.dhtml.renderkit.IlvDHTMLRenderer |
|---|
scriptDescriptor |
| Fields inherited from interface ilog.views.faces.IlvFrameworkConstants |
|---|
ACTION_NAME, AUTO_REFRESH, BOUNDING_BOX, CONSTRAINED_ON_CONTENTS, INTERACTOR, INTERACTOR_ID, MAX_ZOOM_LEVEL, MIN_ZOOM_LEVEL, NB_BUTTONS, ORIENTATION, ORIENTATION_HORIZONTAL, ORIENTATION_VERTICAL, PAN_FACTOR, STATIC_LAYERS_COUNT, TILE_SIZE, VISIBLE_LAYERS, ZOOM_FACTOR, ZOOM_LEVELS |
| Fields inherited from interface ilog.views.diagrammer.faces.IlvFacesDiagrammerConstants |
|---|
DASHBOARD_DIAGRAM, DATA_SOURCE, DATA_SOURCE_ID, DATA_URL, DIAGRAMMER, EDITABLE, INPUT_XSL, OUTPUT_XSL, PARAM_CSS, PARAM_XML, PROPERTY_ACCESSOR, STYLE_SHEETS |
| Fields inherited from interface ilog.views.faces.dhtml.IlvDHTMLFrameworkConstants |
|---|
SESSION_ID_PREFIX, STATE_URL, STATIC_LAYERS_COUNT_PARAM, TILE_MANAGER, UPDATE_INTERVAL |
| Constructor Summary | |
|---|---|
IlvFacesDiagrammerBaseRenderer()
Creates a new IlvFacesDiagrammerBaseRenderer instance. |
|
| Method Summary | |
|---|---|
protected void |
emitJSCreation(FacesContext context,
UIComponent component)
Emits the JavaScript proxy declaration of the component that is rendered. Warning: the 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. |
IlvScriptDescriptor |
getScriptDescriptor()
Returns the script descriptor of this renderer. This object describes all the scripts that need to be imported before being able to create the JavaScript representation of this component. |
IlvScriptDescriptor |
getScriptDescriptor(UIComponent component)
Returns the script descriptor of this component. This object describes all the scripts that need to be imported before being able to create the JavaScript representation of this component. |
protected IlvFacesTiledViewRenderer |
getTiledRenderer()
Returns the renderer of a tiled view. |
protected void |
installImageMapAreaGenerator(IlvFacesDHTMLViewSupport view)
Installs the image map generator specified on all the objects contained by the manager. |
protected void |
maybeSaveViewInsession(FacesContext context,
UIComponent component)
Deprecated. Beginning with JViews 7.5 use maybeSaveViewInSession(FacesContext, UIComponent)
instead. |
protected abstract void |
maybeSaveViewInSession(FacesContext context,
UIComponent component)
Stores in the session the bound SDM view instance to be displayed and the ID property as identifier if the view is not null. |
| Methods inherited from class ilog.views.faces.dhtml.renderkit.IlvFacesViewRenderer |
|---|
decode, emitJSSetProperties, getRendererType, getRendersChildren, isTiled, resolveDependencies |
| Methods inherited from class ilog.views.faces.dhtml.renderkit.IlvDHTMLViewRenderer |
|---|
createDHTMLHelper, encodeRecursive |
| 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 |
|---|
emitJSToHTML, emitResolvedDependencies, emitScriptsLoad, emitStateSavingHTMLObject, getParameterMap, getTestParameterMap, resolveDependency, resolveDependency, resolveVBDependency, resolveVBDependency, setTestParameterMap |
| Methods inherited from class javax.faces.render.Renderer |
|---|
convertClientId, encodeChildren, getConvertedValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IlvFacesDiagrammerBaseRenderer()
IlvFacesDiagrammerBaseRenderer instance.
| Method Detail |
|---|
protected IlvFacesTiledViewRenderer getTiledRenderer()
getTiledRenderer in class IlvFacesViewRendererpublic IlvScriptDescriptor getScriptDescriptor(UIComponent component)
getScriptDescriptor in class IlvFacesViewRenderercomponent - The component to render
public IlvScriptDescriptor getScriptDescriptor()
getScriptDescriptor in class IlvFacesViewRenderer
protected void emitJSCreation(FacesContext context,
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 IlvFacesViewRenderercontext - The current faces context.component - The component processed by this renderer.
IOException
protected void maybeSaveViewInsession(FacesContext context,
UIComponent component)
maybeSaveViewInSession(FacesContext, UIComponent)
instead.
null.
context - The current faces context.component - The component that is being rendered.
protected abstract void maybeSaveViewInSession(FacesContext context,
UIComponent component)
null.
context - The current faces context.component - The component that is being rendered.protected void installImageMapAreaGenerator(IlvFacesDHTMLViewSupport view)
installImageMapAreaGenerator in class IlvFacesViewRendererview - The view component.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||