public class IlvGanttHitmapSupport extends Object
IlvGanttHitmapSupport
is used to support hitmap for gantt.Constructor and Description |
---|
IlvGanttHitmapSupport()
Creates a
IlvGanttHitmapSupport . |
Modifier and Type | Method and Description |
---|---|
IlvHierarchyChart |
getHierarchyChart()
Gets the hierarchy chart.
|
IlvHitmapDefinition |
getHitmapDefinition()
Gets the
IlvHitmapDefinition instance. |
void |
handleRequest(javax.servlet.http.HttpServletResponse response,
IlvServletRequestParameters params)
Handle hitmap generation request.
|
void |
setHierarchyChart(IlvHierarchyChart hierarchyChart)
Sets the hierarchy chart.
|
void |
setHitmapDefinition(String className)
Sets the class name of the hitmap definition.
|
void |
setSheetHitmapRunnable(IlvServletRunnable runnable)
Sets the sheet hitmap runnable for generating hitmap for gantt sheet view.
|
void |
setTableHitmapRunnable(IlvServletRunnable runnable)
Sets the table hitmap runnable for generating hitmap for gantt table view.
|
public IlvGanttHitmapSupport()
IlvGanttHitmapSupport
.public void setSheetHitmapRunnable(IlvServletRunnable runnable)
runnable
- The IlvServletRunnable
object.public void setTableHitmapRunnable(IlvServletRunnable runnable)
runnable
- The IlvServletRunnable
object.public IlvHierarchyChart getHierarchyChart()
IlvHierarchyChart
.public IlvHitmapDefinition getHitmapDefinition()
IlvHitmapDefinition
instance.public void handleRequest(javax.servlet.http.HttpServletResponse response, IlvServletRequestParameters params) throws IOException, javax.servlet.ServletException
response
- The HttpServletResponse
object.params
- The IlvServletRequestParameters
IOException
javax.servlet.ServletException
public void setHierarchyChart(IlvHierarchyChart hierarchyChart)
hierarchyChart
- the IlvHierarchyChart
component.public void setHitmapDefinition(String className)
IlvHitmapDefinition
.className
- The class name of the hitmap definition.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.