Library | Package Java Toolkit

Interface ParameterSelectionOptions

package com.ptc.pfc.pfcModelItem;

public interface ParameterSelectionOptions
  extends jxobject



Description

This class specifies the parameter selection options.



Method Summary
/*optional*/ BooleanGetAllowContextSelection ()
    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*/ BooleanGetAllowMultipleSelections ()
    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*/ ParameterSelectionContextsGetContexts ()
    Get method for attribute "Contexts"
    The parameter selection contexts.The default indicates that parameters may be selected from any context.
/*optional*/ StringGetSelectButtonLabel ()
    Get method for attribute "SelectButtonLabel"
    Label for the select button.The default is null.
voidSetAllowContextSelection ( /*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.
voidSetAllowMultipleSelections ( /*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.
voidSetContexts ( /*optional*/ ParameterSelectionContexts value)
    Set method for attribute "Contexts"
    The parameter selection contexts.The default indicates that parameters may be selected from any context.
voidSetSelectButtonLabel ( /*optional*/ String value)
    Set method for attribute "SelectButtonLabel"
    Label for the select button.The default is null.

Method Detail

GetContexts/SetContexts

/*optional*/ ParameterSelectionContextsGetContexts ()
voidSetContexts ( /*optional*/ ParameterSelectionContexts value)


    The parameter selection contexts.The default indicates that parameters may be selected from any context.
Manual References:
Dimensions and Parameters: Parameter Selection Options, Dimensions and Parameters: Parameter Selection Options



GetAllowContextSelection/SetAllowContextSelection

/*optional*/ BooleanGetAllowContextSelection ()
voidSetAllowContextSelection ( /*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.
Manual References:
Dimensions and Parameters: Parameter Selection Options



GetAllowMultipleSelections/SetAllowMultipleSelections

/*optional*/ BooleanGetAllowMultipleSelections ()
voidSetAllowMultipleSelections ( /*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.
Manual References:
Dimensions and Parameters: Parameter Selection Options



GetSelectButtonLabel/SetSelectButtonLabel

/*optional*/ StringGetSelectButtonLabel ()
voidSetSelectButtonLabel ( /*optional*/ String value)


    Label for the select button.The default is null.
Manual References:
Dimensions and Parameters: Parameter Selection Options