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-21
Class ScreenField
Parameters
Method setVALUE
Syntax
public void setVALUE (String initialValue)
Description
Equivalent to the VALUE field-characteristic clause, as in:
screen-field-name
[AT]
line-spec
,
column-spec
PIC [IS]
character-string
VALUE
nonnumeric-literal
Parameters
Method setWhenAbsent
Syntax
public void setWhenAbsent (int whenAbsent)
Description
Equivalent to the WHEN ABSENT field-characteristic clause, as in:
screen-field-name
[AT]
line-spec
,
column-spec
PIC [IS]
character-string
USING
data-name-1
WHEN ABSENT { CLEAR | SKIP }
Parameters
Method setWhenBlank
Syntax
public void setWhenBlank (int whenBlank)
userCode Corresponds to the routine number (
numeric-literal
) in the
USER [CONVERSION] clause.
contextObject A user-defined object returned by calling
screenFieldObject.getcontextObject().
This parameter can be null.
initialValue Corresponds to
nonnumeric-literal
in the VALUE clause
whenAbsent Must be either CLEAR or SKIP