Class AlarmRowStyle
java.lang.Object
com.inductiveautomation.factorypmi.application.components.alarm.AlarmRowStyle
Holds an expression and a cell style. If the expression evaluates to true for the alarm event of a given row,
then the cell style will be applied
-
Constructor Summary
ConstructorsConstructorDescriptionAlarmRowStyle
(String source, Expression expression, com.jidesoft.grid.CellStyle style, AlarmRef ref, LoggerEx logger) -
Method Summary
Modifier and TypeMethodDescriptionboolean
applies
(AlarmEvent event) com.jidesoft.grid.CellStyle
getStyle()
-
Constructor Details
-
AlarmRowStyle
public AlarmRowStyle(String source, Expression expression, com.jidesoft.grid.CellStyle style, AlarmRef ref, LoggerEx logger)
-
-
Method Details
-
applies
-
getExpressionSource
-
getStyle
public com.jidesoft.grid.CellStyle getStyle()
-