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-20
Class ScreenField
Parameters
Method setUPSHIFT
Syntax
public void setUPSHIFT (int i)
Description
Equivalent to the UPSHIFT field-characteristic clause, as in:
screen-field-name
[AT]
line-spec
,
column-spec
PIC [IS]
character-string
UPSHIFT { INPUT | OUTPUT | INPUT-OUTPUT }
Parameters
Method setUSERCONVERSION
Syntax
public void setUSERCONVERSION (int userCode,
Object contextObject)
Description
Equivalent to the USER [CONVERSION] field-characteristic clause, as in:
screen-field-name
[AT]
line-spec
,
column-spec
PIC [IS]
character-string
USER [CONVERSION]
numeric-literal
shadowByte Corresponds to
data-name-1
in the SHADOWED
[BY] clause
isReturnBitAlwaysSet Must be TRUE if the modified data tag (MDT) for the
screen field is set to ON; otherwise, must be FALSE
i Must be ScreenField.UPSHIFT_INPUT,
ScreenField.UPSHIFT_OUTPUT, or
ScreenField.UPSHIFT_INPUTOUTPUT; otherwise, the parameter is
ignored