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-39
Class HTMLHandler
Method resetAttribute
Purpose
Resets the HTML field attributes for a selected number of fields.
Syntax
public void resetAttribute (ScreenFieldIdentifier[] fieldIds,
boolean isTemporary)
public void resetAttribute (ScreenFieldIdentifier[] fieldIds,
boolean isTemporary,
ScobolType dependingOn)
public void resetAttribute (ScreenFieldIdentifier[] fieldIds,
boolean isTemporary,
boolean isShadowed)
Description
The first form of the syntax is equivalent to the SCREEN COBOL statement:
RESET ATTR {
screen-identifier
},...
The second form is equivalent to the SCREEN COBOL statement:
RESET [TEMP] ATTR {
screen-identifier
},... [DEPENDING [ON]]
identifier
The third form is equivalent to the SCREEN COBOL statement:
RESET [TEMP] ATTR {
screen-identifier
},... [SHADOWED]