Class AlarmRowStyle
- java.lang.Object
 - 
- com.inductiveautomation.factorypmi.application.components.alarm.AlarmRowStyle
 
 
- 
public class AlarmRowStyle extends java.lang.ObjectHolds 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
Constructors Constructor Description AlarmRowStyle(java.lang.String source, Expression expression, com.jidesoft.grid.CellStyle style, AlarmRef ref, LoggerEx logger) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanapplies(AlarmEvent event)java.lang.StringgetExpressionSource()com.jidesoft.grid.CellStylegetStyle() 
 - 
 
- 
- 
Constructor Detail
- 
AlarmRowStyle
public AlarmRowStyle(java.lang.String source, Expression expression, com.jidesoft.grid.CellStyle style, AlarmRef ref, LoggerEx logger) 
 - 
 
- 
Method Detail
- 
applies
public boolean applies(AlarmEvent event)
 
- 
getExpressionSource
public java.lang.String getExpressionSource()
 
- 
getStyle
public com.jidesoft.grid.CellStyle getStyle()
 
 - 
 
 -