Class actuate.parameter.ConvertUtility
Description
actuate.parameter.ConvertUtility encodes an array of actuate.parameter.ParameterValue objects into an array of generic objects. For multi-clue or ad hoc parameters, use the array of generic objects as the input parameter for actuate.Viewer.setParameterValues.
Constructor
Syntax
Constructs a new ConvertUtility object.
Parameters
Array of actuate.parameter.ParameterValue objects to convert.
Function summary
Table 4-19 lists actuate.parameter.ConvertUtility functions.
Table 4-19 actuate.parameter.ConvertUtility functions convert( ) Converts locale-neutral parameter values to the user’s login locale.actuate.parameter.ConvertUtility.convert
Syntax
Converts the ParameterValues into an array of generic objects. The callback function takes the array as an argument.
Parameters
Function. The callback function to call after converting the results. The callback function must take the generic array of objects as an argument.
Example
This example stores the name-value pair array for myParamValues in a variable called nameValueArray.
actuate.parameter.ConvertUtility.convertDate
Syntax
Converts locale-neutral parameter values to the user’s login locale.
Parameters
Function. An optional function to call when this function completes. The callback function receives an array of actuate.parameter.ParameterValue objects as a parameter.
Example
This example converts the name-value pair array for myParamValues and stores the results in a variable called nameValueArray.
actuate.parameter.ConvertUtility.getParameterMap
Syntax
Returns the parameters as an associative array. This function makes the name of each parameter an object property and sets the value of that property to the associated parameter value.
Returns
Example
This example stores the associative array for myParamValues in a variable called nameValueArray.
actuate.parameter.ConvertUtility.getParameterValues
Syntax
Returns the array of ParameterValue objects.
Returns
Array of actuate.parameter.ParameterValue objects.
Example
This example stores the array of ParameterValue objects for myParamValues in a variable called paramValues.
(c) Copyright Actuate Corporation 2011 |
![]() |