| background |
Specifies the background color of the field. |
|
| blink |
Specifies whether the text in the field is flashing. |
false |
| class |
Specifies the functional tester class name. For example, HtmlTable is
the class name for a <Table> element. |
com.ibm.eNetwork.ECL.ECLField |
| endCol |
Specifies the last column of the field. |
|
| endRow |
Specifies the last row of the field. |
|
| foreground |
Specifies the foreground color of the field. |
java,awt,Color[r=0,g=0,b=0] |
| hidden |
Specifies whether the host field is hidden. |
|
| highIntensity |
Specifies whether the host field uses high intensity
colors. |
|
| length |
Specifies the length of the host field (number of characters). |
|
| modified |
Specifies whether the host field is modified. |
|
| numeric |
Specifies whether the host field is limited to numeric
input. |
|
| penDetectable |
Specifies whether the host field can be detected by
a light-pen device. |
|
| penSelectable |
Specifies whether the host field can be selected by
a light-pen device. |
|
| protected |
Specifies whether a user can add input in the host field. True indicates
that you cannot add input. |
|
| reverse |
Specifies whether the host field is displayed in reverse
video (switch foreground and background colors). |
|
| startCol |
Specifies the first column of the field. |
|
| startRow |
Specifies the first row of the field. |
|
| text |
Specifies the current text within the host field.
|
|
| underline |
Specifies whether the host field is underlined. |
|