Interface I_CmsSimpleContextMenuEntry<T>

Type Parameters:
T - the item data type
All Known Implementing Classes:
CmsSitesTable.EditEntry, CmsSitesTable.ExportEntry

public interface I_CmsSimpleContextMenuEntry<T>
Interface for generic context menu entris.

  • Method Details

    • executeAction

      void executeAction(T context)
      Executes the entry action.

      Parameters:
      context - the item data
    • getTitle

      Returns the entry title for the given locale.

      Parameters:
      locale - the locale
      Returns:
      the title
    • getVisibility

      Returns the entry visibility matching the given item data.

      Parameters:
      context - the item data
      Returns:
      the visibility mode