This topic lists the system fields supported by the different 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.
The "PARAM_" constants are defined in the IVWPanelComponent class. The "PARAM_" constants map to the associated "F_" string value (shown below).
Some 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 UI Toolkit APIs JavaDoc reference documentation for more information on using these values with the appropriate controls.