Class NodeTableCellStyleGenerator

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

    public class NodeTableCellStyleGenerator
    extends java.lang.Object
    implements com.vaadin.v7.ui.Table.CellStyleGenerator
    See Also:
    Serialized Form
    • Constructor Detail

      • NodeTableCellStyleGenerator

        public NodeTableCellStyleGenerator()
    • Method Detail

      • getAlarmDao

        protected AlarmDao getAlarmDao()
      • setAlarmDao

        public void setAlarmDao​(AlarmDao alarmDao)
      • 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
      • getAlarm

        public OnmsAlarm getAlarm​(int nodeId)