public interface IltSecondaryStateCustomization
IltOSI
secondary states
IltBellcore
secondary states
IltSettings.setStyleSheets(String[])
.
Sets CT icon for applicable Bellcore and OSI secondary state objects.
The parameter ctIcon
is the CT icon to be set
setting."ilog.tgo.model.IltState"[name="Bellcore.SecState.Diagnostic"] { ctIcon: '@|image("icon1.png")'; ntIcon: '@|image("icon2.png")'; oosIcon: '@|image("icon3.png")'; } setting."ilog.tgo.model.IltState"[name="OSI.Availability.InTest"] { ctIcon: '@|image("icon1.png")'; ntIcon: '@|image("icon2.png")'; oosIcon: '@|image("icon3.png")'; }The same configuration can be achieved using the method
IltSettings.SetValue(Object, Object)
, as
illustrated below:
IltSettings.SetValue("Bellcore.SecState.Blocked.OOS.Icon", icon1); IltSettings.SetValue("Bellcore.SecState.Blocked.NT.Icon", icon2); IltSettings.SetValue("Bellcore.SecState.Blocked.CT.Icon", icon3);
Modifier and Type | Method and Description |
---|---|
Image |
getCtIcon()
Returns the CT icon for applicable Bellcore and OSI secondary state
objects.
|
Image |
getNtIcon()
Returns the NT icon for applicable Bellcore and OSI secondary state
objects.
|
Image |
getOosIcon()
Returns the OOS icon for applicable Bellcore and OSI secondary state
objects.
|
Image getCtIcon()
CSS settings:
setting."ilog.tgo.model.IltState"[name="Bellcore.SecState.Diagnostic"] { ctIcon: '@|image("icon1.png")'; } setting."ilog.tgo.model.IltState"[name="OSI.Availability.InTest"] { ctIcon: '@|image("icon1.png")'; }
Image getNtIcon()
CSS settings:
setting."ilog.tgo.model.IltState"[name="Bellcore.SecState.Diagnostic"] { ntIcon: '@|image("icon2.png")'; } setting."ilog.tgo.model.IltState"[name="OSI.Availability.InTest"] { ntIcon: '@|image("icon2.png")'; }
Image getOosIcon()
CSS settings:
setting."ilog.tgo.model.IltState"[name="Bellcore.SecState.Diagnostic"] { oosIcon: '@|image("icon3.png")'; } setting."ilog.tgo.model.IltState"[name="OSI.Availability.InTest"] { oosIcon: '@|image("icon3.png")'; }
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.