Interface Action.Notifier

All Superinterfaces:
Action.Container, Serializable
All Known Implementing Classes:
ActionManager, Panel
Enclosing class:
Action

@Deprecated public static interface Action.Notifier extends Action.Container
Deprecated.
Not supported. See Classic Component Pack documentation in https://vaadin.com/docs/latest/flow/upgrading/legacy-component-pack for mitigation options.
  • Method Details

    • addAction

      @Deprecated <T extends Action & Action.Listener> void addAction(T action)
      Deprecated.
      Not supported. See Classic Component Pack documentation in https://vaadin.com/docs/latest/flow/upgrading/legacy-component-pack for mitigation options.
      Type Parameters:
      T - type
      Parameters:
      action - action
    • removeAction

      @Deprecated <T extends Action & Action.Listener> void removeAction(T action)
      Deprecated.
      Not supported. See Classic Component Pack documentation in https://vaadin.com/docs/latest/flow/upgrading/legacy-component-pack for mitigation options.
      Type Parameters:
      T - type
      Parameters:
      action - action