Interface AlarmListPanel.AlarmListController

Enclosing class:
AlarmListPanel

public static interface AlarmListPanel.AlarmListController
Bridge different types of config controllers for our needs
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
     
    default boolean
     
    default boolean
     
    default void
    Remove the local alarm config from the property set, reset the editor if applicable
  • Method Details

    • reset

      default void reset()
      Remove the local alarm config from the property set, reset the editor if applicable
    • isInherited

      default boolean isInherited()
    • isConfigInherited

      default boolean isConfigInherited()
    • isConfigExtended

      default boolean isConfigExtended()