|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IltSecondaryStateCustomization
This interface specifies the properties that can be customized for states using CSS. The following states can be configured:
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);
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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")';
}
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||