ilog.tgo.css.function
Class IltSeverityColorFunction
java.lang.Object
ilog.tgo.css.function.IltAbstractSeverityColorFunction
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
|
Method Summary |
String |
getName()
Retrieves the name of the function, which is "severityColor". |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IltSeverityColorFunction
public IltSeverityColorFunction()
- Constructor.
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.