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 SummaryConstructors Constructor Description AlarmRowStyle(java.lang.String source, Expression expression, com.jidesoft.grid.CellStyle style, AlarmRef ref, LoggerEx logger)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanapplies(AlarmEvent event)java.lang.StringgetExpressionSource()com.jidesoft.grid.CellStylegetStyle()
 
- 
- 
- 
Constructor Detail- 
AlarmRowStylepublic AlarmRowStyle(java.lang.String source, Expression expression, com.jidesoft.grid.CellStyle style, AlarmRef ref, LoggerEx logger)
 
- 
 - 
Method Detail- 
appliespublic boolean applies(AlarmEvent event) 
 - 
getExpressionSourcepublic java.lang.String getExpressionSource() 
 - 
getStylepublic com.jidesoft.grid.CellStyle getStyle() 
 
- 
 
-