ilog.tgo.resource.css
Interface IltNetworkElementFunctionCustomization


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);
 

Since:
JViews 7.5

Method Summary
 Image getIcon()
          Returns the icon for applicable telecom objects.
 

Method Detail

getIcon

Image getIcon()
Returns the icon for applicable telecom objects. See the CSS settings below for details.
 setting."ilog.tgo.model.IltNetworkElement.Function"[name="Switch"] {
    icon: '@|image("icon1.png")';
 }
 



Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.