Pathway/iTS Web Client Programming Manual (H06.03+, J06.03+)

Table Of Contents
Java Import Package Reference
HP NonStop Pathway/iTS Web Client Programming Manual520270-003
6-17
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)
controlObject Corresponds to
data-name-1
in the CONTROLLED [BY]
clause
fillChar Corresponds to the one-character
nonnumeric-literal
in
the FILL clause