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-43
Class FunctionKey
Parameters
Class FunctionKey
The FunctionKey class is the Java representation of the function keys in SCREEN
COBOL programs.
Package
pathway.its
Syntax
public pathway.its.FunctionKey
Description
This class encapsulates the SCREEN COBOL function key settings.
Member Summary
Constructor
FunctionKey()
Method Constructor
Syntax
public FunctionKey (String keyLabel,
int terminationStatusValue)
fieldIDs An array of ScreenIdentifier objects; corresponds to
screen-identifier
s in the TURN statement
isTemporary If true, corresponds to the presence (and if false, to the
absence) of the TEMP clause of the TURN statement
attrFlag If 0, implies the DYNAMIC clause of the TURN statement;
otherwise, the value is the ORed combination of attributes
from the DisplayAttribute class
dependingOn If non-null, corresponds to the presence (and if null, to the
absence) of the DEPENDING [ON] clause of the TURN
statement
isShadowed If true, corresponds to the presence (and if false, to the
absence) of the SHADOWED clause of the TURN
statement