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-42
Class HTMLHandler
Parameters
Method turn
Purpose
Changes the display attributes of a selected number of HTML fields.
Syntax
public void turn (ScreenFieldIdentifier[] fieldIds,
boolean isTemporary,
int attrFlag)
public void turn (ScreenFieldIdentifier[] fieldIds,
boolean isTemporary,
int attrFlag,
ScobolType dependingOn)
public void turn (ScreenFieldIdentifier[] fieldIds,
boolean isTemporary,
int attrFlag,
boolean isShadowed)
Description
The first form of the syntax is equivalent to the SCREEN COBOL statement:
TURN [TEMP] {...} IN {
screen-identifier
},...
The second form is equivalent to the SCREEN COBOL statement:
TURN [TEMP] {...} IN {
screen-identifier
},... [DEPENDING [ON]]
identifier
The third form is equivalent to the SCREEN COBOL statement:
TURN [TEMP] {...} IN {
screen-identifier
},... [SHADOWED]
fieldIDs An array of ScreenIdentifier objects; corresponds to
screen-identifier
s in the SET NEW-CURSOR
statement
dependingOn If non-null, corresponds to the presence (and if null, to the
absence) of the DEPENDING [ON] clause of the SET
NEW-CURSOR statement
isShadowed If true, corresponds to the presence (and if false, to the
absence) of the SHADOWED clause of the SET NEW-
CURSOR statement