Pathway/iTS Web Client Programming Manual (G06.24+)
Java Import Package Reference
Compaq NonStop Pathway/iTS Web Client Programming Manual—520270-001
6-34
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]
Parameters 
Method resetData
Purpose
Clears the corresponding HTML field values for a selected number of fields.
fieldIDs
An array of ScreenIdentifier objects; corresponds to 
screen-identifiers in the RESET ATTR statement
isTemporary
If true, corresponds to the presence (and if false, to the 
absence) of the TEMP clause of the RESET ATTR statement
dependingOn
If non-null, corresponds to the presence (and if null, to the 
absence) of the DEPENDING [ON] clause of the RESET 
ATTR statement
isShadowed
If true, corresponds to the presence (and if false, to the 
absence) of the SHADOWED clause of the RESET ATTR 
statement










