public interface CascadableParameter<T> extends ScriptableParameter<T>
Modifier and Type | Method and Description |
---|---|
void |
doUpdate(String parameters)
Exposed to the UI.
|
List<Object> |
getChoicesForUI()
Evaluates a script and returns its result as a Map.
|
String |
getReferencedParameters()
Gets the list of referenced parameters.
|
getChoices
String getReferencedParameters()
List<Object> getChoicesForUI()
void doUpdate(String parameters)
parameters
- Comma separated list of parametersCopyright © 2016. All rights reserved.