setAllowUserValues(boolean allowValues)
Sets whether the user should be allowed to specify values in addition to those returned by the
value provider.
void
setValueProvider(com.sas.storage.valueprovider.ValueProviderInterface valueProvider)
Sets the value provider which will be used to determine the set of possible values for the prompt.
Sets the value provider which will be used to determine the set of possible values for the prompt.
This may be a dynamic value provider which reads from a dataset, or is may be a StaticValueProvider which
holds the possble set of values in memory.
Parameters:
valueProvider - the value provider which will be used to determine the set of possible values for the prompt.
setAllowUserValues
void setAllowUserValues(boolean allowValues)
Sets whether the user should be allowed to specify values in addition to those returned by the
value provider.
Parameters:
allowValues - whether the user should be allowed to specify values in addition to those returned by the
value provider.