Interface StaticFormTheme.IFormThemeInheritanceModeProvider

  • Enclosing class:
    StaticFormTheme

    public static interface StaticFormTheme.IFormThemeInheritanceModeProvider
    Provider for the inheritance mode of a file in a form theme. The fallback provider gets used when no inheritance mode was specified for a file. See also EFormThemeFileInheritanceMode.
    Since:
    8.3.0
    Author:
    XIMA MEDIA GmbH
    • Method Detail

      • getInheritanceMode

        EFormThemeFileInheritanceMode getInheritanceMode​(String context,
                                                         String filePath)
        Finds the inheritance mode for a file in a form theme.
        Parameters:
        context - The resource context of the file, see EFormThemeResourceContext for well-known contexts.
        filePath - The path of the file.
        Returns:
        The inheritance mode for the file.