Interface ActionHolder

All Known Subinterfaces:
ActionItem, ActionUserMenuItem
All Known Implementing Classes:
AbstractDropdownButton.ActionItemImpl, JmixUserMenu.ActionUserMenuItemImpl

public interface ActionHolder
Interface to be implemented by UI components or their sub-parts that have an action.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the Action associated with this object.
  • Method Details

    • getAction

      Action getAction()
      Returns the Action associated with this object.
      Returns:
      the associated action