public interface IltNetworkElementFunctionCustomization
IltNetworkElementFunctionCustomization
specifies the properties
that can be customized for an
IltNetworkElement.Function
using CSS.
The following extract illustrates how a family can
be configured using CSS. The cascading style sheets are loaded
using the method IltSettings.setStyleSheets(String[])
.
setting."ilog.tgo.model.IltNetworkElement.Function"[name="Switch"] { icon: '@|image("icon1.png")'; }The same configuration can be achieved using the method
IltSettings.SetValue(Object, Object)
, as
illustrated below:
IltSettings.SetValue("NetworkElement.Function.Switch.Icon", icon);
Modifier and Type | Method and Description |
---|---|
Image |
getIcon()
Returns the icon for applicable telecom objects.
|
Image getIcon()
setting."ilog.tgo.model.IltNetworkElement.Function"[name="Switch"] { icon: '@|image("icon1.png")'; }
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.