Release Notes |
This document describes the main changes that have been made to JViews TGO since version 8.1.
Incompatibilities
General Changes
Library Changes
Modified Interfaces and Classes
ilog.cpl.graphic.views.IlpPolyPoints
ilog.cpl.datasource.IlpDataSource
ilog.cpl.datasource.IlpDefaultDataSource
ilog.cpl.interactor.IlpInteractorManagerSupport
ilog.cpl.tree.IlpAbstractTreeAdapter
ilog.tgo.faces.graph.dhtml.interactor.IltFacesGraphInteractor
ilog.tgo.faces.graph.dhtml.taglib.IltFacesGraphInteractorTag
Removed Interfaces and Classes
New Examples
Modified Examples
graphicRenderer
is no longer supported by the Table components.
useDefaultCellRenderer
is no longer supported by the Table components.
IlpDataSource
has been modified.
getRootObjects()
has been added.IltSystemInitializer
allows TGO library initialization on a separate thread, improving the parallelism
when starting up applications.TinyImage
that returns the tiny icon of a predefined business object.IltComponentUtilities
that returns the tiny icon of a predefined business object.DataSource
method to
retrieve all root objects.Position Layout
to help in laying out
expanded subnetworks.Expansion Strategy
for basic expansion
with no load on demand.ilog.cpl.graph.graphlayout.IlpSubnetworkPositionLayout
This simple layout implementation updates the position of expanded subnetworks. Refer to the class documentation for more details.
ilog.cpl.util.IlpStaticExpansionStrategy
This basic static expansion strategy can be used for expanding subnetworks when no load on demand is needed.
ilog.tgo.css.function.IltTinyImageFunction
Returns the image corresponding to the tiny representation of a predefined business object in the view.
ilog.tgo.swing.IltComponentUtilities
A utility class to retrieve an image that displays the graphical representation of an object in a view.
ilog.tgo.util.IltSystemInitializer
This utility class handles the JViews TGO static library initialization in parallel through the use of a worker thread. This replaces the mandatory call to
IltSystem.Init()
.
ilog.tgo.util.IltSystemInitializer.Initializer
This abstract class defines the basic initialization used by
ilog.tgo.util.IltSystemInitializer
and can also be customized to initialize custom resources.
ilog.cpl.graphic.view.IlpPolyPoints
Cloneable
.ilog.cpl.datasource.IlpDataSource
getRootObjects()
:
Returns the objects that have no parent information in the data source.
ilog.cpl.datasource.IlpDefaultDataSource
getRootObjects()
:
Returns the objects that have no parent information in the data source.
ilog.cpl.interactor.IlpInteractorManagerSupport
getManager()
:
Returns the interactor manager using this instance.
ilog.cpl.tree.IlpAbstractTreeAdapter
getObjectAttributeChangedFilter()
:
Returns the filter that defines which attribute value change notifications should be propagated to the tree model.
setObjectAttributeChangedFilter(IlpFilter)
:
Specifies a new filter that defines which attribute value change notifications should be propagated to the tree model.
notifyObjectAttributeChangedEvent(DataSourceObjectEvent)
:
Returns whether the event should be notified or not.
ilog.tgo.faces.graph.dhtml.interactor.IltFacesGraphInteractor
isPartialSubmit()
:
Returns the partialSubmit
property.
setPartialSubmit(boolean)
:
Sets the partialSubmit
property.
PARTIAL_SUBMIT_DEFAULT_VALUE
:
The default value for the partialSubmit
property.
ilog.tgo.faces.graph.dhtml.taglib.IltFacesGraphInteractorTag
getPartialSubmit()
:
Returns the partialSubmit
property.
setPartialSubmit(String)
:
Sets the partialSubmit
property.
ilog.tgo.graphic.IltClassLegends