Pathway/iTS Web Client Programming Manual (G06.24+)
Java Import Package Reference
Compaq NonStop Pathway/iTS Web Client Programming Manual—520270-001
6-13
Class ScreenField
Parameters
Method setCONVERTBLANKS
Syntax
public void setCONVERTBLANKS()
Description
Equivalent to the CONVERT BLANKS field-characteristic clause, as in:
screen-field-name [AT] line-spec, column-spec
PIC [IS] character-string
USER [CONVERSION] numeric-literal
CONVERT BLANKS
Method setFILL
Syntax
public void setFILL (char fillChar)
Description
Equivalent to the FILL field-characteristic clause, as in:
screen-field-name [AT] line-spec, column-spec
PIC [IS] character-string
FILL nonnumeric-literal
Parameters
Method setInitAttribute
Syntax
public void setInitAttribute (int attribute)
Description
This method sets the initial attributes of a screen field. For example, the SCREEN
COBOL data description entry
screen-field-name [AT] line-spec, column-spec
PIC [IS] character-string
PROTECTED, MDTON
controlObject
Corresponds to data-name-1 in the CONTROLLED [BY]
clause
fillChar
Corresponds to the one-character nonnumeric-literal in
the FILL clause