Package | Description |
---|---|
ilog.tgo.faces.equipment.dhtml.component |
Contains the JViews TGO Faces DHTML specific components that are needed in order to integrate the JViews TGO
IlpEquipment into JavaServer Faces. |
ilog.tgo.faces.graph.dhtml.servlet |
Contains the
Servlet related types needed in order to leverage and integrate the JViews TGO common graph based types as Faces components. |
ilog.tgo.faces.network.dhtml.component |
Contains the JViews TGO Faces DHTML specific components that are needed in order to integrate the JViews TGO
IlpNetwork into JavaServer Faces. |
ilog.views.diagrammer.faces.dhtml.component |
This package contains the JViews Diagrammer Faces DHTML component.
|
ilog.views.diagrammer.faces.dhtml.servlet |
This package contains the JViews Diagrammer Faces servlet classes to dynamically generate images representing the component.
|
ilog.views.faces.dhtml.component |
This package contains the base DHTML implementation of JViews JavaServer Faces components.
|
ilog.views.faces.dhtml.servlet |
This package contains the servlet, servlet support and actions to manage the image generation and interactions.
|
ilog.views.sdm.servlet |
Contains a specialized servlet that gives easy access to
the SDM facilities in thin-client mode.
|
ilog.views.servlet |
Generic Java Servlet to produce images from a JViews Manager.
|
Modifier and Type | Method and Description |
---|---|
IlvImageMapAreaGenerator |
IltFacesDHTMLEquipmentView.getImageMapGenerator()
Returns the image map generator.
|
Modifier and Type | Method and Description |
---|---|
void |
IltFacesDHTMLEquipmentView.setImageMapGenerator(IlvImageMapAreaGenerator imageMapGenerator)
Sets the image map generator.
|
Modifier and Type | Class and Description |
---|---|
class |
IltFacesImageMapAreaGenerator
This implementation generates an
AREA element for an image
map based on the graphic base of a representation object. |
Modifier and Type | Method and Description |
---|---|
protected IlvImageMapAreaGenerator |
IltFacesGraphServletSupport.getImageMapAreaGenerator(javax.servlet.http.HttpServletRequest request,
IlvGraphic obj,
IlvManagerView view,
IlvTransformer t)
Returns the area generator for the specified graphic object.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IltFacesGraphServletSupport.installImageMapAreaGenerator(IlvManager manager,
IlvImageMapAreaGenerator generator)
Deprecated.
Since JViews 8.1 use
IlvFacesManagerServletSupport.shouldGenerateImageMap(HttpServletRequest, IlvManagerLayer, IlvManagerView, IlvTransformer) } and/or
IltFacesGraphServletSupport.getImageMapAreaGenerator(HttpServletRequest, IlvGraphic, IlvManagerView, IlvTransformer) to filter the objects that will generate image map areas. |
Modifier and Type | Method and Description |
---|---|
IlvImageMapAreaGenerator |
IltFacesDHTMLNetworkView.getImageMapGenerator()
Returns the image map generator.
|
Modifier and Type | Method and Description |
---|---|
void |
IltFacesDHTMLNetworkView.setImageMapGenerator(IlvImageMapAreaGenerator imageMapGenerator)
Sets the image map generator.
|
Modifier and Type | Method and Description |
---|---|
IlvImageMapAreaGenerator |
IlvFacesDHTMLDiagrammerView.getImageMapGenerator()
Returns the image map generator.
|
IlvImageMapAreaGenerator |
IlvFacesDHTMLDashboardView.getImageMapGenerator()
Returns the image map generator.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvFacesDHTMLDiagrammerView.setImageMapGenerator(IlvImageMapAreaGenerator imageMapGenerator)
Sets the image map generator.
|
void |
IlvFacesDHTMLDashboardView.setImageMapGenerator(IlvImageMapAreaGenerator imageMapGenerator)
Sets the image map generator.
|
Modifier and Type | Method and Description |
---|---|
protected IlvImageMapAreaGenerator |
IlvFacesDiagrammerServletSupport.getImageMapAreaGenerator(javax.servlet.http.HttpServletRequest request)
Returns the current image map area generator.
|
protected IlvImageMapAreaGenerator |
IlvFacesDiagrammerServletSupport.getImageMapAreaGenerator(javax.servlet.http.HttpServletRequest request,
IlvGraphic obj,
IlvManagerView view,
IlvTransformer t)
Returns the area generator for the specified graphic object.
|
Modifier and Type | Method and Description |
---|---|
IlvImageMapAreaGenerator |
IlvFacesDHTMLViewSupportImpl.getImageMapGenerator()
Returns the image map generator.
|
IlvImageMapAreaGenerator |
IlvFacesDHTMLViewSupport.getImageMapGenerator()
Returns the image map generator.
|
IlvImageMapAreaGenerator |
IlvFacesDHTMLView.getImageMapGenerator()
Returns the imagemap generator.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvFacesDHTMLViewSupportImpl.setImageMapGenerator(IlvImageMapAreaGenerator imageMapGenerator)
Sets the image map generator.
|
void |
IlvFacesDHTMLViewSupport.setImageMapGenerator(IlvImageMapAreaGenerator imageMapGenerator)
Sets the image map generator.
|
void |
IlvFacesDHTMLView.setImageMapGenerator(IlvImageMapAreaGenerator imageMapGenerator)
Sets the imagemap generator.
|
Modifier and Type | Method and Description |
---|---|
protected IlvImageMapAreaGenerator |
IlvFacesManagerServletSupport.getImageMapAreaGenerator(javax.servlet.http.HttpServletRequest request,
IlvGraphic obj,
IlvManagerView view,
IlvTransformer t)
Returns the area generator for the specified graphic object.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlvFacesManagerServletSupport.installImageMapAreaGenerator(IlvManager manager,
IlvImageMapAreaGenerator generator)
Deprecated.
Since JViews 8.1 use
IlvFacesManagerServletSupport.shouldGenerateImageMap(HttpServletRequest, IlvManagerLayer, IlvManagerView, IlvTransformer) } and/or
IlvFacesManagerServletSupport.getImageMapAreaGenerator(HttpServletRequest, IlvGraphic, IlvManagerView, IlvTransformer) to filter the objects that will generate image map areas. |
Modifier and Type | Class and Description |
---|---|
class |
IlvSDMImageMapAreaGenerator
An object used to generate an AREA element of an image map.
|
Modifier and Type | Method and Description |
---|---|
protected IlvImageMapAreaGenerator |
IlvSDMServletSupport.getImageMapAreaGenerator()
Deprecated.
|
protected IlvImageMapAreaGenerator |
IlvSDMServletSupport.getImageMapAreaGenerator(javax.servlet.http.HttpServletRequest request)
Returns the current image map area generator.
|
Modifier and Type | Method and Description |
---|---|
protected IlvImageMapAreaGenerator |
IlvManagerServletSupport.getImageMapAreaGenerator(javax.servlet.http.HttpServletRequest request,
IlvGraphic obj,
IlvManagerView view,
IlvTransformer t)
Returns the area generator for the specified graphic object.
|
protected IlvImageMapAreaGenerator |
IlvManagerServlet.getImageMapAreaGenerator(javax.servlet.http.HttpServletRequest request,
IlvGraphic obj,
IlvManagerView view,
IlvTransformer t)
Returns the area generator for the specified graphic object.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.