Package | Description |
---|---|
ilog.views.gantt.faces.dhtml.servlet |
This package contains the JViews Gantt Faces servlet classes to dynamically generate images representing the component.
|
ilog.views.gantt.servlet |
Provides a Java Servlet that can produce images from a Gantt or Schedule chart.
|
Modifier and Type | Method and Description |
---|---|
protected Map |
IlvFacesGanttServletSupport.getAdditionalCapabilities(IlvHierarchyChart chart,
IlvServletRequestParameters params)
Allows you to put additional capabilities to the capability request.
|
protected IlvHierarchyChart |
IlvFacesGanttServletSupport.getChart(javax.servlet.http.HttpServletRequest request,
IlvServletRequestParameters params)
Returns the chart used for the specified request.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlvGanttServletSupport.additionalBinaryCapabilities(IlvHierarchyChart chart,
IlvServletRequestParameters params,
DataOutputStream dataStream)
Deprecated.
since JViews 8.1 you must use
IlvGanttServletSupport.getAdditionalCapabilities(IlvHierarchyChart, IlvServletRequestParameters)
instead. |
protected void |
IlvGanttServletSupport.additionalTextCapabilities(IlvHierarchyChart chart,
IlvServletRequestParameters params,
PrintWriter writer)
Deprecated.
since JViews 8.1 you must use
IlvGanttServletSupport.getAdditionalCapabilities(IlvHierarchyChart, IlvServletRequestParameters)
instead. |
protected BufferedImage |
IlvGanttServletSupport.generateImage(IlvServletRequestParameters params)
Generates the requested image.
|
protected Map |
IlvGanttServletSupport.getAdditionalCapabilities(IlvHierarchyChart chart,
IlvServletRequestParameters params)
Allows you to put additional capabilities to the capability request.
|
protected abstract IlvHierarchyChart |
IlvGanttServletSupport.getChart(javax.servlet.http.HttpServletRequest request,
IlvServletRequestParameters params)
Returns the chart used for the specified request.
|
protected IlvTimeInterval |
IlvGanttServletSupport.getDataInterval(IlvHierarchyChart chart,
IlvServletRequestParameters params)
Returns the time interval of the chart's data model.
|
Object |
IlvGanttServletSupport.getObjectAt(IlvServletRequestParameters params,
int x,
int y)
Returns the object at the specified location inside a component.
|
void |
IlvGanttHitmapSupport.handleRequest(javax.servlet.http.HttpServletResponse response,
IlvServletRequestParameters params)
Handle hitmap generation request.
|
boolean |
IlvGanttServletSupport.isVerbose(IlvServletRequestParameters params)
Returns whether verbose mode is enabled.
|
protected void |
IlvGanttServletSupport.prepareChart(javax.servlet.http.HttpServletRequest request,
IlvHierarchyChart chart,
IlvServletRequestParameters params)
Allows you to prepare the chart contents before the
presentation is generated.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.