Release Notes |
This document describes the main changes that have been made to JViews TGO since version 8.7.
Incompatibilities
General Changes
Library Changes
Example Changes
All you need to know about ILMT and how to enable it is in this document. ILMT helps Passport Advantage clients determine their full and subcapacity PVU licensing requirements.
public
to protected
:
ilog.cpl.table.IlpTableResizeMode.TableResizeModeArrayEditor.getEnumInfo()
:
Update access level to comply with protected
abstract method
getEnumInfo()
ilog.cpl.table.IlpTableResizeMode.TableResizeModeEditor.getEnumInfo()
:
Update access level to comply with protected
abstract method
getEnumInfo()
ilog.cpl.table.selection.IlpTableSelectionMode.TableSelectionModeArrayEditor.getEnumInfo()
:
Update access level to comply with protected
abstract method
getEnumInfo()
ilog.cpl.table.selection.IlpTableSelectionMode.TableSelectionModeEditor.getEnumInfo()
:
Update access level to comply with protected
abstract method
getEnumInfo()
ilog.cpl.graphic.IlpObjectFrameType.ObjectFrameTypeArrayEditor.getEnumInfo()
:
Update access level to comply with protected
abstract method
getEnumInfo()
ilog.cpl.graphic.IlpObjectFrameType.ObjectFrameTypeEditor.getEnumInfo()
:
Update access level to comply with protected
abstract method
getEnumInfo()
ilog.cpl.graphic.IlpSelectionFocusMode.SelectionFocusModeArrayEditor.getEnumInfo()
:
Update access level to comply with protected
abstract method
getEnumInfo()
ilog.cpl.graphic.IlpSelectionFocusMode.SelectionFocusModeEditor.getEnumInfo()
:
Update access level to comply with protected
abstract method
getEnumInfo()
ilog.tgo.graphic.IltLinkPort.LinkPortArrayEditor.getEnumInfo()
:
Update access level to comply with protected
abstract method
getEnumInfo()
ilog.tgo.graphic.IltLinkPort.LinkPortEditor.getEnumInfo()
:
Update access level to comply with protected
abstract method
getEnumInfo()
ilog.tgo.graphic.graphlayout.labellayout.IltLabelLayoutConstants.LabelLayoutConstantsArrayEditor.getEnumInfo()
:
Update access level to comply with protected
abstract method
getEnumInfo()
ilog.tgo.graphic.graphlayout.labellayout.IltLabelLayoutConstants.LabelLayoutConstantsEditor.getEnumInfo()
:
Update access level to comply with protected
abstract method
getEnumInfo()
ilog.cpl.graphic.views.IlpManagerView
IlSynchronizationStrategy
.
IlpManagerView(IlpGraphicView, IlvManager, IlvTransformer, IlSynchronizationContext, boolean)
:
A Constructor that takes an IlSynchronizationContext
as a parameter, which allows better control over multi-threading.
ilog.tgo.faces.network.dhtml.component.IltFacesDHTMLNetworkView
setAccessible(boolean)
:
Sets the accessible
property, which controls whether the accessibility features are enabled or disabled.
isAccessible()
:
Returns whether the accessible
property is true
or false
.
ilog.tgo.faces.equipment.dhtml.component.IltFacesDHTMLEquipmentView
setAccessible(boolean)
:
Sets the accessible
property, which controls whether the accessibility features are enabled or disabled.
isAccessible()
:
Returns whether the accessible
property is true
or false
.
faces/jsf-integration-monitoring
has been updated
to better integrate and synchronize the JViews TGO data model (data sources) with the MyFaces tree and table components.faces/jsf-integration-equipment-viewer
has been
updated to support multiple browser pages opened simultaneously.