Interface CascadableParameter<T>

    • Method Detail

      • getReferencedParameters

        String getReferencedParameters()
        Gets the list of referenced parameters. If any of these parameters change in the UI we will update our current parameters.
        Returns:
        the referencedParameters
      • getChoicesForUI

        List<Object> getChoicesForUI()
        Evaluates a script and returns its result as a Map. List values are automatically handled and converted to Maps too.
        Returns:
        script result as Map
      • doUpdate

        void doUpdate​(String parameters)
        Exposed to the UI. Is triggered every time any of the referenced parameters gets updated.
        Parameters:
        parameters - Comma separated list of parameters