public class IltSecStateModifierToolTipGraphic extends Object implements ilog.cpl.graphic.internal.IlpToolTipSourceGraphic
This tooltip graphic is meant to be assigned only to predefined business objects that carry state information. To obtain this behavior, you just need to register this class in your CSS configuration.
The following example illustrates how this configuration can be achieved for the network component.
object."ilog.tgo.model.IltObject/objectState" { toolTipGraphic: @+SecStateToolTipGraphic; } Subobject#SecStateToolTipGraphic { class: ilog.tgo.graphic.IltSecStateModifierToolTipGraphic; }Note: This class is only used as a value of the property
toolTipGraphic
in the CSS configuration.IlpToolTipManager
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.