Interface RepositoryWidgetResources


public interface RepositoryWidgetResources
Additional API for Widget Developer to work with resources through velocity
Since:
3.10.2
  • Method Summary

    Modifier and Type
    Method
    Description
    Provides Scripted HighChart resource from file with fileName located in resources folder.
  • Method Details

    • scriptedChart

      @NotNull RepositoryWidgetScriptedChart scriptedChart(@NotNull String fileName)
      Provides Scripted HighChart resource from file with fileName located in resources folder.
      Parameters:
      fileName - name of file with HighChart script. Paths with subfolders are not allowed.
      Returns:
      scripted chart resource object