Release Notes

JViews Gantt Release Notes

This document describes the main changes that have been made to the JViews Gantt module since version 7.5.

Incompatibilities
General Changes
Library Changes
New Packages

New Interfaces and Classes

Modified Classes

Example Changes

Incompatibilities


General Changes

The main general changes of the JViews Gantt module are the following:

Library Changes

New Packages

ilog.views.gantt.graphic.timeindicator

This package contains the classes that render a time indicator in the Gantt sheet.

New Interfaces and Classes

ilog.views.gantt.faces.dhtml.component.IlvFacesGanttPropertyAccessor

The IlvFacesGanttPropertyAccessor class controls the access of the ilog.views.gantt.faces.dhtml.component.IlvFacesGanttSelectionManager to the properties of the selected objects for read or write operations and allows you to customize the handling of properties.

ilog.views.gantt.faces.dhtml.component.IlvFacesGanttSelectionManager

The IlvFacesGanttSelectionManager class allows you to configure the management and rendering of the lightweight selection.

ilog.views.gantt.faces.dhtml.interactor.IlvFacesGanttSelectInteractor

A Gantt specific implementation of IlvFacesSelectInteractor.

ilog.views.gantt.faces.dhtml.renderkit.IlvFacesGanttSelectInteractorRenderer

This class is the Gantt specific renderer for a IlvFacesSelectInteractor component.
This renderer generates an instance of the IlvGanttSelectInteractorProxy JavaScript proxy class.

ilog.views.gantt.faces.dhtml.renderkit.IlvFacesGanttSelectionManagerRenderer

This class is the renderer for an IlvFacesGanttSelectionManager component.

ilog.views.gantt.faces.dhtml.servlet.IlvFacesGanttSelectionSupport

This class is the IlvSelectionSupport implementation dedicated to the JavaServer Faces Gantt component.

ilog.views.gantt.faces.dhtml.servlet.IlvFacesGanttSheetSelectionSupport

This class is the IlvSelectionSupport implementation dedicated to the JavaServer Faces Gantt Sheet component.

ilog.views.gantt.faces.dhtml.servlet.IlvFacesGanttTableSelectionSupport

This class is the IlvSelectionSupport implementation dedicated to the JavaServer Faces Gantt Table component.

ilog.views.gantt.faces.dhtml.taglib.IlvFacesGanttSelectInteractorTag

This class defines the JSP custom tag handler for the IlvFacesGanttSelectInteractor component and its specific DHTML renderer.

ilog.views.gantt.faces.dhtml.taglib.IlvFacesGanttSelectionManagerTag

This class defines the JSP custom tag handler for the ilog.views.gantt.faces.dhtml.component.IlvFacesGanttSelectionManager component and its specific DHTML renderer.

ilog.views.gantt.graphic.IlvTimeIndicator

The IlvTimeIndicator class is used to represent a time in an IlvGanttSheet.

ilog.views.gantt.graphic.timeindicator.IlvCurrentTimeIndicator

The IlvCurrentTimeIndicator class is used to represent the current time in an ilog.views.gantt.graphic.IlvGanttSheet.

ilog.views.gantt.graphic.timeindicator.IlvFixedTimeIndicator

The IlvFixedTimeIndicator class is used to represent a specific time in an ilog.views.gantt.graphic.IlvGanttSheet.

ilog.views.gantt.graphic.timeindicator.IlvTimeIndicatorContext

The IlvTimeIndicatorContext class is used for painting the time indicators of the Gantt sheet on the screen.

ilog.views.gantt.property.IlvAbstractUserDefinedProperty

IlvAbstractUserDefinedProperty provides a common framework for accessing arbitrary user-defined properties of an IlvUserPropertyHolder through the generic IlvStringProperty interface.

ilog.views.gantt.property.IlvActivityUserDefinedProperty

IlvActivityUserDefinedProperty is an adapter that allows a user-defined property of an IlvGeneralActivity to be accessed through the generic IlvStringProperty interface.

ilog.views.gantt.property.IlvResourceUserDefinedProperty

IlvResourceUserDefinedProperty is an adapter that allows a user-defined property of an IlvGeneralResource to be accessed through the generic IlvStringProperty interface.

ilog.views.gantt.servlet.IlvGanttComponentSelectionSupport

Definition of shared selection support for Gantt chart components.

ilog.views.gantt.servlet.IlvGanttSelectionSupport

This class is the IlvSelectionSupport implementation dedicated to Gantt charts.

ilog.views.gantt.servlet.IlvGanttSheetSelectionSupport

This class is the IlvSelectionSupport implementation dedicated to the Gantt sheet diagram.

ilog.views.gantt.servlet.IlvGanttTableSelectionSupport

This class is the IlvSelectionSupport implementation dedicated to the Gantt table.

ilog.views.gantt.swing.IlvConfigurableTableColumn

IlvConfigurableTableColumn is a column definition that can be customized for rendering and editing a property of an IlvHierarchyNode, that is, an activity or a resource, in an IlvJTable.

Modified Classes

ilog.views.gantt.event.SelectionEvent

ilog.views.gantt.faces.IlvFacesGanttConstants

ilog.views.gantt.faces.component.IlvFacesHierarchyChartView

ilog.views.gantt.faces.dhtml.taglib.IlvFacesDHTMLHierarchyChartViewTag

ilog.views.gantt.graphic.IlvGanttSheet

ilog.views.gantt.model.IlvAbstractGanttModel

ilog.views.gantt.servlet.IlvGanttServletSupport

ilog.views.gantt.servlet.ServerActionEvent

ilog.views.gantt.swing.IlvJTable

ilog.views.gantt.swing.calendarview.IlvDayView

ilog.views.gantt.swing.calendarview.IlvHourlyActivitySheet



Example Changes