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-36
Class HTMLHandler
Parameters
Method displayBase
Purpose
Sets the context of the HTML page on which subsequent methods such as
display() and accept() work.
Syntax
public void displayBase (String htmlFilename,
String formName,
String frameName,
String selectCtrlName)
Description
This method is equivalent to the SCREEN COBOL statement DISPLAY BASE
base-
screen-name
. It must be called before calling display(). This method does not
display an HTML page; the actual display is done during the call to display().
fieldIDs An array of ScreenIdentifier objects; corresponds to
screen-identifier
s in the DISPLAY statement
isTemporary If true, corresponds to the presence (and if false, to the
absence) of the TEMP clause of the DISPLAY statement
literal If non-null, corresponds to the presence (and if null, to the
absence) of the IN clause of the DISPLAY statement
dependingOn If non-null, corresponds to the presence (and if null, to the
absence) of the DEPENDING [ON] clause of the DISPLAY
statement
isShadowed If true, corresponds to the presence (and if false, to the
absence) of the SHADOWED clause of the DISPLAY
statement