Interface Action.Handler

All Superinterfaces:
Serializable
All Known Implementing Classes:
ActionManager
Enclosing class:
Action

@Deprecated public static interface Action.Handler 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

    • getActions

      @Deprecated Action[] getActions(Object target, Object sender)
      Deprecated.
      Not supported. See Classic Component Pack documentation in https://vaadin.com/docs/latest/flow/upgrading/legacy-component-pack for mitigation options.
      Parameters:
      target - the target handler to list actions for. For item containers this is the item id.
      sender - the party that would be sending the actions. Most of this is the action container.
      Returns:
      empty list
    • handleAction

      @Deprecated void handleAction(Action action, Object sender, Object target)
      Deprecated.
      Not supported. See Classic Component Pack documentation in https://vaadin.com/docs/latest/flow/upgrading/legacy-component-pack for mitigation options.
      Parameters:
      action - the action to be handled.
      sender - the sender of the action. This is most often the action container.
      target - the target of the action. For item containers this is the item id.