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

Java Import Package Reference
Compaq NonStop Pathway/iTS Web Client Programming Manual520270-001
6-30
Class HTMLHandler
Method clearInput
Purpose
Clears the HTML field values.
Syntax
public void clearInput()
Description
Equivalent to the SCREEN COBOL CLEAR INPUT statement.
Method display
Purpose
Displays the corresponding HTML field values for ScreenField objects.
Syntax
public void display (ScreenFieldIdentifier[] fieldIds)
public void display (ScreenFieldIdentifier[] fieldIds,
boolean isTemporary,
String literal,
Pic9 dependingOn)
public void display (ScreenFieldIdentifier[] fieldIds,
boolean isTemporary,
String literal,
boolean isShadowed)
Description
The first form of the syntax is equivalent to the SCREEN COBOL statement:
DISPLAY {screen-identifier},...
The second form is equivalent to the SCREEN COBOL statement:
DISPLAY [TEMP] [nonnumeric-literal IN] {screen-identifier},...
[DEPENDING [ON] identifier]
The third form is equivalent to the SCREEN COBOL statement:
DISPLAY [TEMP] [nonnumeric-literal IN] {screen-identifier},...
[SHADOWED]