Package | Description |
---|---|
ilog.views.chart.faces.servlet |
This package provides the main classes that allow to generate a image from a
chart.
|
ilog.views.chart.servlet |
Provides a Java Servlet that can produce images from an
IlvChart . |
Modifier and Type | Class and Description |
---|---|
class |
IlvFacesChartPopupAction
This servlet action handles the action triggered by a pop-up menu component in
IMAGE_SERVLET_CONTEXT . |
class |
IlvFacesChartSelectAction
This chart server action is executed out of the JSF lifecycle, in the image generating servlet.
|
Modifier and Type | Method and Description |
---|---|
protected IlvChartServerAction |
IlvFacesChartPopupSupport.createListener()
Returns a new instance of
IlvFacesChartPopupAction which can handle pop-up menu actions. |
Modifier and Type | Class and Description |
---|---|
class |
IlvOverviewAction
An
IlvChartServerAction that handles overview interactions. |
class |
IlvPanAction
A class to pan the chart area on the server side.
|
class |
IlvPickPointAction
A class to perform data point picking on the server side.
|
class |
IlvPopupChartServerAction
This action must be registered on the chart servlet support in order to support the pop-up menus.
|
class |
IlvZoomAction
An IlvChartServerAction implementation to zoom in or out a chart.
|
Modifier and Type | Method and Description |
---|---|
protected IlvChartServerAction |
IlvChartPopupMenuSupport.createListener()
Returns the server action listener that manages
the actions that come from the pop-up menu.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvChartServletSupport.addServerAction(String name,
IlvChartServerAction action)
Adds the specified
IlvChartServerAction to receive events when the named
action is requested from the client. |
void |
IlvChartServletSupport.removeServerAction(String name,
IlvChartServerAction action)
Removes the specified
IlvChartServerAction , so that it no longer
receives action events generated from the client. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.