Interface Action.Container

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

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

    • addActionHandler

      @Deprecated void addActionHandler(Action.Handler actionHandler)
      Deprecated.
      Not supported. See Classic Component Pack documentation in https://vaadin.com/docs/latest/flow/upgrading/legacy-component-pack for mitigation options.
      Parameters:
      actionHandler - the new handler to be added.
    • removeActionHandler

      @Deprecated void removeActionHandler(Action.Handler actionHandler)
      Deprecated.
      Not supported. See Classic Component Pack documentation in https://vaadin.com/docs/latest/flow/upgrading/legacy-component-pack for mitigation options.
      Parameters:
      actionHandler - the handler to be removed.