Enum ResourceName

    • Enum Constant Detail

      • CHART

        public static final ResourceName CHART
        Script element id for CHART.JS source code.
      • DATE_TIME_ADAPTER

        public static final ResourceName DATE_TIME_ADAPTER
        Script element id for CHART.JS date time adapter.
      • DATE_TIME_LIBRARY

        public static final ResourceName DATE_TIME_LIBRARY
        Script element id for CHART.JS date time library.
      • CHARBA_HELPER

        public static final ResourceName CHARBA_HELPER
        Script element id for CHARBA helper.
      • DATALABELS_PLUGIN

        public static final ResourceName DATALABELS_PLUGIN
        Script element id for CHART.JS DATALABELS plugin.
      • ZOOM_PLUGIN

        public static final ResourceName ZOOM_PLUGIN
        Script element id for CHART.JS ZOOM plugin.
      • GRADIENT_PLUGIN

        public static final ResourceName GRADIENT_PLUGIN
        Script element id for CHART.JS GRADIENT plugin.
      • HAMMER_LIBRARY

        public static final ResourceName HAMMER_LIBRARY
        Script element id for HAMMER JS library.
      • LABELS_PLUGIN

        public static final ResourceName LABELS_PLUGIN
        Script element id for CHART.JS LABELS plugin.
      • ANNOTATION_PLUGIN

        public static final ResourceName ANNOTATION_PLUGIN
        Script element id for CHART.JS ANNOTATION plugin.
      • TREEMAP_CONTROLLER

        public static final ResourceName TREEMAP_CONTROLLER
        Script element id for CHART.JS TREEMAP controller.
      • SANKEY_CONTROLLER

        public static final ResourceName SANKEY_CONTROLLER
        Script element id for CHART.JS SANKEY controller.
      • MATRIX_CONTROLLER

        public static final ResourceName MATRIX_CONTROLLER
        Script element id for CHART.JS MATRIX controller.
      • GEO_CONTROLLER

        public static final ResourceName GEO_CONTROLLER
        Script element id for CHART.JS GEO controller.
      • ML_LIBRARY

        public static final ResourceName ML_LIBRARY
        Script element id for ML JS library.
      • TOAST_CSS_UTIL

        public static final ResourceName TOAST_CSS_UTIL
        CSS file to use in the Charba toast utility.
      • TOAST_JS_UTIL

        public static final ResourceName TOAST_JS_UTIL
        JS file to use in the Charba toast utility.
    • Method Detail

      • values

        public static ResourceName[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (ResourceName c : ResourceName.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static ResourceName valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • value

        public String value()
        Description copied from interface: Key
        Returns the name value of property
        Specified by:
        value in interface Key
        Returns:
        the name value of property