Class actuate.parameter.ConvertUtility
ConvertUtility Utility to encode multi-select values
Member of: actuate.parameter.
Constructor Attributes | Constructor Name and Description |
---|---|
actuate.parameter.ConvertUtility(aParamVals)
Utility to encode multi-select values
|
Method Attributes | Method Name and Description |
---|---|
convert(callback)
Convert the multi-select parameter values to encoded form (for sending to viewer component)
|
|
Return a list of ParameterValues as a map
|
|
Return a list of ParameterValues
|
Class Detail
actuate.parameter.ConvertUtility(aParamVals)
Utility to encode multi-select values
- Parameters:
- {Array} aParamVals
- An array of actuate.parameter.ParameterValue
Method Detail
{void} convert(callback)
Convert the multi-select parameter values to encoded form (for sending to viewer component)
- Parameters:
- {Function} callback
- function to pass control to after conversion (will be given an array of actuate.parameter.ParameterValue as argument)
- Returns:
- {void}
{Object} getParameterMap()
Return a list of ParameterValues as a map
- Returns:
- {Object} map[paramName] = paramValue
{Array} getParameterValues()
Return a list of ParameterValues
- Returns:
- {Array} An array of actuate.parameter.ParameterValue