| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| /*optional*/ Boolean | GetAllowContextSelection
()
Get method for attribute "AllowContextSelection" 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*/ Boolean | GetAllowMultipleSelections
()
Get method for attribute "AllowMultipleSelections" 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*/ ParameterSelectionContexts | GetContexts
()
Get method for attribute "Contexts" The parameter selection contexts.The default indicates that parameters may be selected from any context. |
| /*optional*/ String | GetSelectButtonLabel
()
Get method for attribute "SelectButtonLabel" Label for the select button.The default is null. |
| void | SetAllowContextSelection
(
/*optional*/
Boolean value)
Set method for attribute "AllowContextSelection" 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. |
| void | SetAllowMultipleSelections
(
/*optional*/
Boolean value)
Set method for attribute "AllowMultipleSelections" 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. |
| void | SetContexts
(
/*optional*/
ParameterSelectionContexts value)
Set method for attribute "Contexts" The parameter selection contexts.The default indicates that parameters may be selected from any context. |
| void | SetSelectButtonLabel
(
/*optional*/
String value)
Set method for attribute "SelectButtonLabel" Label for the select button.The default is null. |
| Method Detail |
|---|
| GetContexts/SetContexts |
|---|
| /*optional*/ ParameterSelectionContexts | GetContexts | () |
| void | SetContexts | ( /*optional*/ ParameterSelectionContexts value) |
The parameter selection contexts.The default indicates that parameters may be selected from any context.
|
| GetAllowContextSelection/SetAllowContextSelection |
|---|
| /*optional*/ Boolean | GetAllowContextSelection | () |
| void | SetAllowContextSelection | ( /*optional*/ Boolean value) |
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.
|
| GetAllowMultipleSelections/SetAllowMultipleSelections |
|---|
| /*optional*/ Boolean | GetAllowMultipleSelections | () |
| void | SetAllowMultipleSelections | ( /*optional*/ Boolean value) |
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.
|
| GetSelectButtonLabel/SetSelectButtonLabel |
|---|
| /*optional*/ String | GetSelectButtonLabel | () |
| void | SetSelectButtonLabel | ( /*optional*/ String value) |
Label for the select button.The default is null.
|