Library | Module

Class pfcParameterSelectionOptions



Description

This class specifies the parameter selection options.



Property Summary

/* optional */ booleanAllowContextSelection
Whether or not to allow parameter selection from multiple contexts, or only from the invoking parameter owner.The default is to allow selection only from the invoking parameter owner.
/* optional */ booleanAllowMultipleSelections
Whether or not to allow multiple parameters to be selected from the dialog box, or only a single parameter. By default, it is true, and allows selection of multiple parameters.
/* optional */ pfcParameterSelectionContextsContexts
The parameter selection contexts.The default indicates that parameters may be selected from any context.
/* optional */ stringSelectButtonLabel
Label for the select button.The default is null.



Method Summary

static pfcParameterSelectionOptionsCreate ()
Creates a ParameterSelectionOptions object.



Property Detail


/* optional */ booleanAllowContextSelection

Whether or not to allow parameter selection from multiple contexts, or only from the invoking parameter owner.The default is to allow selection only from the invoking parameter owner.




/* optional */ booleanAllowMultipleSelections

Whether or not to allow multiple parameters to be selected from the dialog box, or only a single parameter. By default, it is true, and allows selection of multiple parameters.




/* optional */ pfcParameterSelectionContextsContexts

The parameter selection contexts.The default indicates that parameters may be selected from any context.




/* optional */ stringSelectButtonLabel

Label for the select button.The default is null.





Method Detail


static pfcParameterSelectionOptionsCreate ()

Creates a ParameterSelectionOptions object.
Returns: