Interface WebMetricSortConfig

    • Method Detail

      • setMetric

        void setMetric​(WebMetric metric)
                throws java.lang.IllegalArgumentException
        This method is used to set the metric which is the target of the sort.
        Parameters:
        metric - The metric object which will be the target of the sort.
        Throws:
        java.lang.IllegalArgumentException - Thrown if the parameter is null or the given metric does not exist on the template.
        See Also:
        getMetric()
      • setElements

        void setElements​(java.lang.String... elementIDs)