allValidValues

Specifies the valid values to display for the agent property.

Type

public java.lang.Object[] allValidValues
 

Notes

The allValidValues member variable contains a list of values with which to initialize the drop-down list of an agent property. From this drop-down list, the user can choose one (single cardinality) or more (multiple cardinality) values for the property.

If allValidValues specifies a list of values, Business Object Wizard displays these values in the drop-down list for any agent property whose isMultiple member variable is true. If isHidden is true and allValidValues is null, Business Object Wizard displays a sub-grid for users to specify values.

Note:
If the isMultiple member variable is false, the allValidValues member variable should be null.

For more information, see Choosing the type of display control.

Copyright IBM Corp. 1997, 2004