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 SummaryConstructorsConstructorDescriptionAlarmRowStyle(String source, Expression expression, com.jidesoft.grid.CellStyle style, AlarmRef ref, LoggerEx logger) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleanapplies(AlarmEvent event) com.jidesoft.grid.CellStylegetStyle()
- 
Constructor Details- 
AlarmRowStylepublic AlarmRowStyle(String source, Expression expression, com.jidesoft.grid.CellStyle style, AlarmRef ref, LoggerEx logger) 
 
- 
- 
Method Details- 
applies
- 
getExpressionSource
- 
getStylepublic com.jidesoft.grid.CellStyle getStyle()
 
-