Class DefaultPluginFormThemeRetVal

    • Method Detail

      • getThemesById

        public Map<String,​IFormTheme> getThemesById()
        Description copied from interface: IPluginFormThemeRetVal
        Gets the form themes that the plugin provides for the given parameters. The key is the ID of the form theme and is used to identify the theme amongst all themes returned by the plugin. This ID must be unique only amongst the themes returned by an individual IPluginFormTheme instance. Different plugin could in principle return themes with the same ID.
        Specified by:
        getThemesById in interface IPluginFormThemeRetVal
        Returns:
        A map with all available form themes.