Class AlarmTableCellStyleGenerator

  • All Implemented Interfaces:
    com.vaadin.v7.ui.Table.CellStyleGenerator, java.io.Serializable

    public class AlarmTableCellStyleGenerator
    extends java.lang.Object
    implements com.vaadin.v7.ui.Table.CellStyleGenerator
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getStyle​(com.vaadin.v7.ui.Table source, java.lang.Object itemId, java.lang.Object propertyId)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AlarmTableCellStyleGenerator

        public AlarmTableCellStyleGenerator()
    • Method Detail

      • getStyle

        public java.lang.String getStyle​(com.vaadin.v7.ui.Table source,
                                         java.lang.Object itemId,
                                         java.lang.Object propertyId)
        Specified by:
        getStyle in interface com.vaadin.v7.ui.Table.CellStyleGenerator