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-13
HTML Screen Interaction Classes
Parameters
Side Effects
Sets the value of ScobolLib.terminationStatus.
HTML Screen Interaction Classes
The HTML screen interaction classes define the attributes and structures associated
with SCREEN COBOL screen fields and the SCREEN COBOL statements associated
with displaying and accepting screens.
Class ScreenFieldIdentifier
The ScreenFieldIdentifier class is an interface class for the ScreenField,
ScreenFieldArray, and ScreenFieldGroup classes.
Package
pathway.its
Syntax
public interface ScreenFieldIdentifier
Description
This interface class allows the API to treat objects of the classes ScreenField,
ScreenFieldArray, and ScreenFieldGroup polymorphically.
Class ScreenField
The ScreenField class is the Java representation of the SCREEN COBOL screen
fields.
replyCode Equivalent to
reply-code-value
in the YIELDS
clause of the SEND statement. If null, this is the same
as REPLY CODE OTHER.
terminationStatus The value to which
ScobolLib.terminationStatus is to be set when
the server’s reply code matches the value of
replyCode.
identifier An array of identifier values; equivalent to
identifier-2
in the YIELDS clause.