java.util.List<ValueDependent> |
Parameter.getEventParameters()
A list of parameter values that should be added when this Parameters event is triggered, uses ValueDependent so that we can locate values that are in
differing sections.
|
java.util.List<ValueDependent> |
ParameterImpl.getEventParameters() |
java.util.List<ValueDependent> |
Parameter.getValueDependencies()
Used if the Parameter we are setting up is dependent on something else
For Example If option 1 is select a datasource and option 2 is select a view
the views will be dependent on the datasource.
|
java.util.List<ValueDependent> |
ParameterImpl.getValueDependencies() |