Package | Description |
---|---|
ilog.cpl.style |
Deprecated Provides classes and interfaces for handling styles (see
IlpStyle ). |
ilog.tgo.graphic |
Provides all the classes for handling the graphical representations of the telecom objects.
|
ilog.tgo.model |
Provides classes for telecom objects, states and alarms.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpAttributeStyleValueProvider
Deprecated.
The Style API has been replaced by the Cascading Style
Sheet mechanism. Refer to the User's Manual for further information.
|
class |
IlpBoundAttributeStyleValueProvider
Deprecated.
The Style API has been replaced by the Cascading Style
Sheet mechanism. Refer to the User's Manual for further information.
|
class |
IlpKeyStyleValueModifier
Deprecated.
The Style API has been replaced by the Cascading Style
Sheet mechanism. Refer to the User's Manual for further information.
|
class |
IlpRemoteStyleValueProvider
Deprecated.
The Style API has been replaced by the Cascading Style
Sheet mechanism. Refer to the User's Manual for further information.
|
class |
IlpStyleValueDefaultProvider
Deprecated.
The Style API has been replaced by the Cascading Style
Sheet mechanism. Refer to the User's Manual for further information.
|
class |
IlpStyleValueFormatter
Deprecated.
The Style API has been replaced by the Cascading Style
Sheet mechanism. Refer to the User's Manual for further information.
|
class |
IlpStyleValueMapper
Deprecated.
The Style API has been replaced by the Cascading Style
Sheet mechanism. Refer to the User's Manual for further information.
|
class |
IlpStyleValueModifier
Deprecated.
The Style API has been replaced by the Cascading Style
Sheet mechanism. Refer to the User's Manual for further information.
|
class |
IlpStyleValueTypeConverter
Deprecated.
The Style API has been replaced by the Cascading Style
Sheet mechanism. Refer to the User's Manual for further information.
|
Modifier and Type | Class and Description |
---|---|
class |
IltCollapseStyleValueProvider
Deprecated.
The style API has been replaced by the cascading style
sheet mechanism. If you use the style API to set the values of the keys
IltNetworkElement.IsCollapsed or
IltNetworkElement.ExpandOnNewAlarms , you should replace these
calls by the following CSS extract, using attribute selectors:
object."ilog.tgo.model.IltNetworkElement" { collapsed: true; } object."ilog.tgo.model.IltNetworkElement"[newAlarmHighestSeverity] { collapsed: false; }You can then customize the decorations that should be attached to the collapsed representation, using for example, alarmBalloonVisible
or alarmCountVisible , by adding these properties to the
appropriate selector. |
Modifier and Type | Class and Description |
---|---|
static class |
IltObject.ListPrimaryStateStyleValueProvider
Deprecated.
Styles have been replaced by CSS support.
|
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.