Interface I_CmsWorkplaceAction

    • Method Detail

      • getId

        java.lang.String getId()
        The action id.

        Returns:
        the action id
      • getTitle

        java.lang.String getTitle​(java.util.Locale locale)
        Returns the localized action title.

        Parameters:
        locale - the user's workplace locale
        Returns:
        the action title
      • isActive

        boolean isActive​(I_CmsDialogContext context)
        Checks whether this action should be active in the given dialog context.

        Parameters:
        context - the dialog context
        Returns:
        true if this action should be active in the given dialog context