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

Java Import Package Reference
Compaq NonStop Pathway/iTS Web Client Programming Manual520270-001
6-10
Class ScreenField
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.
Package
pathway.its
Syntax
public pathway.its.ScreenField implements ScreenFieldIdentifier
Description
This class provides methods to set the various attributes associated with a screen field.
Member Summary
Data Members
public static final int ATTR_BELL
public static final int ATTR_BLINK
public static final int ATTR_DEFAULT
public static final int ATTR_HIDDEN
public static final int ATTR_MDTON
public static final int ATTR_OUTLINE
public static final int ATTR_PROTECTED
public static final int ATTR_RVIDEO
public static final int ATTR_UNDERLINE
public static final int CLEAR
public static final int SKIP
public static final int UPSHIFT_INPUT
public static final int UPSHIFT_INPUTOUTPUT
public static final int UPSHIFT_OUTPUT
Constructor
ScreenField()