Java Step Processor UI Toolkit Parameters

This topic describes the system fields supported by the different Java Step Processor UI Toolkit beans (controls). While you can add other system fields to your customized Java Step Processor and Launch Step Processors, system field information other than that listed here is ignored.

Note For additional information, see the Java Step Processor UI Toolkit JavaDoc reference documentation.

The "PARAM_" constants are defined in the IVWPanelComponent class. The "PARAM_" constants map to the associated "F_" string value (shown below).

Some Java Step Processor UI Toolkit controls support only one parameter, like the VWComboBox control, or a small set of the parameters, like the VWButton control. The IVWPanelComponent interface provides support for creating user-defined fields for the VWCheckBox, VWLabel, VWTextArea, VWTextField controls.

The following sections list the parameters supported by each control and are separated by control type:

The VWButton control supports the following parameters:

The VWComboBox control supports the following parameter:

The VWCheckBox, VWLabel, VWTextArea, VWTextField controls support the following parameters:

Refer to the Java Step Processor UI Toolkit JavaDoc reference documentation for more information on using these values with the appropriate controls.