|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.tgo.css.function.IltSeverityIconFunction
public class IltSeverityIconFunction
Returns the icon corresponding to a given severity.
By default, only the impact alarm severities have icons registered.
However, you can either modify or register icons for all alarm
severities by calling
IltSettings.SetValue(Object,Object).
The function should be used as follows:
icon : '@|severityIcon(@|highestNewSeverity())';
icon : '@|severityIcon("Raw.Major")';
icon : '@|severityIcon("Impact.MajorHigh")';
IltSettings,
Serialized Form| Constructor Summary | |
|---|---|
IltSeverityIconFunction()
The default constructor |
|
| Method Summary | |
|---|---|
Object |
call(Object[] args,
Class type,
IlpContext appc,
IlpGraphicView view,
IlpRepresentationObject ro,
IlpAttribute attribute)
Called to execute the function. |
String |
getDelimiters()
Returns the delimiters of the function parameters. |
String |
getName()
Retrieves the name of the function. |
boolean |
returnDelimitersAsToken()
If the delimiters are also returned as a token, true is
returned. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IltSeverityIconFunction()
| Method Detail |
|---|
public String getName()
getName in interface IlpCSSFunctionpublic String getDelimiters()
getDelimiters in interface IlpCSSFunctionpublic boolean returnDelimitersAsToken()
true is
returned.
returnDelimitersAsToken in interface IlpCSSFunctionfalse is returned.
public Object call(Object[] args,
Class type,
IlpContext appc,
IlpGraphicView view,
IlpRepresentationObject ro,
IlpAttribute attribute)
call in interface IlpCSSFunctionargs - The function parameters.type - The expected type to be returned. It can be null.appc - The application context.view - The graphic view.ro - The current representation object.attribute - The business attribute.
String.IlvCSSFunction
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||