ilog.tgo.css.function
Class IltSeverityColorFunction

java.lang.Object
  extended by ilog.tgo.css.function.IltAbstractSeverityColorFunction
      extended by ilog.tgo.css.function.IltSeverityColorFunction
All Implemented Interfaces:
IlpCSSFunction, Serializable

public class IltSeverityColorFunction
extends IltAbstractSeverityColorFunction

Returns the color corresponding to a given severity.

The function should be used as follows:


 labelBackgroundColor : '@|severityColor(@|highestNewSeverity())';
 labelBackgroundColor : '@|severityColor("Raw.Major")';
 labelBackgroundColor : '@|severityColor("Impact.MajorHigh")';
 

Since:
JTGO 4.0
See Also:
Serialized Form

Constructor Summary
IltSeverityColorFunction()
          Constructor.
 
Method Summary
 String getName()
          Retrieves the name of the function, which is "severityColor".
 
Methods inherited from class ilog.tgo.css.function.IltAbstractSeverityColorFunction
call, getDelimiters, returnDelimitersAsToken
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IltSeverityColorFunction

public IltSeverityColorFunction()
Constructor.

Method Detail

getName

public String getName()
Retrieves the name of the function, which is "severityColor".



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