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-29
Class ScreenFieldArray
Description
Equivalent to the UPSHIFT field-characteristic clause, as in:
OCCURS IN
columns-literal
COLUMNS ON
lines-literal
LINES
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:
OCCURS IN
columns-literal
COLUMNS ON
lines-literal
LINES
USER [CONVERSION]
numeric-literal
Parameters
Method setVALUE
Syntax
public void setVALUE (String initialValue)
Description
Equivalent to the VALUE field-characteristic clause, as in:
OCCURS IN
columns-literal
COLUMNS ON
lines-literal
LINES
VALUE
nonnumeric-literal
Parameters
i Must be ScreenFieldArray.UPSHIFT_INPUT,
ScreenFieldArray.UPSHIFT_OUTPUT, or
ScreenFieldArray.UPSHIFT_INPUTOUTPUT; otherwise, the
parameter is ignored
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