Pathway/iTS Web Client Programming Manual (G06.24+)

Java Import Package Reference
Compaq NonStop Pathway/iTS Web Client Programming Manual520270-001
6-38
Data-Type Classes
Description
This class encapsulates the SCREEN COBOL function key settings.
Member Summary
Constructor
FunctionKey()
Method Constructor
Syntax
public FunctionKey (String keyLabel,
int terminationStatusValue)
Description
Constructor for the FunctionKey class.
Parameters
Data-Type Classes
The SCREEN COBOL data-type classes encapsulate the storage and casting rules
associated with SCREEN COBOL alphanumeric (PIC X), numeric integer (PIC 9), and
numeric non-integer (PIC 9V and PIC 9P) data types.
Class ScobolType
Package
pathway.its
Syntax
public abstract pathway.its.ScobolType
Description
This abstract class is the super-class for all SCREEN COBOL data types implemented
in Java.
keyLabel
The literal that appears in the function-key drop-
down box on the HTML page
terminationStatusValue
The value to which
ScobolLib.terminationStatus is to be set
if this function key is selected during “accept”
processing