Pathway/iTS Web Client Programming Manual (G06.24+)
Java Import Package Reference
Compaq NonStop Pathway/iTS Web Client Programming Manual—520270-001
6-21
Class ScreenFieldArray
Parameters
Method setCONVERTBLANKS
Syntax
public void setCONVERTBLANKS()
Description
Equivalent to the CONVERT BLANKS field-characteristic clause, as in:
OCCURS IN columns-literal COLUMNS ON lines-literal LINES
USER [CONVERSION] numeric-literal
CONVERT BLANKS
Method setFILL
Syntax
public void setFILL (char fillChar)
Description
Equivalent to the FILL field-characteristic clause, as in:
OCCURS IN columns-literal COLUMNS ON lines-literal LINES
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 clause
OCCURS IN columns-literal COLUMNS ON lines-literal LINES
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