Interface I_CmsSimpleContextMenuEntry<T>

    • Method Detail

      • executeAction

        void executeAction​(T context)
        Executes the entry action.

        Parameters:
        context - the item data
      • getTitle

        java.lang.String getTitle​(java.util.Locale locale)
        Returns the entry title for the given locale.

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

        CmsMenuItemVisibilityMode getVisibility​(T context)
        Returns the entry visibility matching the given item data.

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