IltSettings.SetValue
. The property is identified as
the name of the secondary state that is being configured and the
type of configuration that is being performed. For example:
IltSettings.SetValue("SONET.Protection.Exercise.Icon", image)
defines the image used to represent the given protection in a link.@Deprecated public class IltSONETDefaultMapper extends ilog.tgo.mapper.state.IltStateSystemMapper
IltStateSystemMapper
for
the IltSONET
state system.Constructor and Description |
---|
IltSONETDefaultMapper()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static IltBaseStyle |
GetBaseStyle(IltSONET.State state)
Deprecated.
Base style and base style mapping have been replaced by
a CSS configuration. If you are interested in configuring your object
according to primary state information, please use a CSS instead.
The following CSS extract illustrates this kind of customization:
object."ilog.tgo.model.IltObject"["objectState.SONET.State"=Active] { background: yellow; } |
static Image |
GetProtectionMapping(IltSONET.Protection protection)
Deprecated.
Please use
IltSettings.GetValue instead, for
example,
IltSettings.GetValue("SONET.Protection.Exercise.Icon") . |
static void |
SetProtectionMapping(IltSONET.Protection protection,
Image icon)
Deprecated.
Please use
IltSettings.SetValue instead, for
example,
IltSettings.SetValue("SONET.Protection.Exercise.Icon", icon) . |
add, createPrimaryStateMapper, createSecondaryStateMapper, get, get, mapState, remove, setPrimaryStateMapperFactory, setPrimaryStateMapping, setSecondaryStateMapperFactory, setSecondaryStateMapping, setSecondaryStateMapping, setSecondaryStateMapping, setSecondaryStateMapping
@Deprecated public static IltBaseStyle GetBaseStyle(IltSONET.State state)
object."ilog.tgo.model.IltObject"["objectState.SONET.State"=Active] { background: yellow; }
IltSONET.State
@Deprecated public static void SetProtectionMapping(IltSONET.Protection protection, Image icon)
IltSettings.SetValue
instead, for
example,
IltSettings.SetValue("SONET.Protection.Exercise.Icon", icon)
.@Deprecated public static Image GetProtectionMapping(IltSONET.Protection protection)
IltSettings.GetValue
instead, for
example,
IltSettings.GetValue("SONET.Protection.Exercise.Icon")
.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.