Class AlarmRowStyle


  • public class AlarmRowStyle
    extends java.lang.Object
    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 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()