Pathway/iTS Web Client Programming Manual (G06.24+)
Java Import Package Reference
Compaq NonStop Pathway/iTS Web Client Programming Manual—520270-001
6-28
Class HTMLHandler
UI Interaction Methods 
Method Constructor
Syntax
public HTMLHandler (Applet anApplet)
Description
Constructor for the HTML Handler class.
Parameters 
Method accept
Purpose
Gets the HTML field values and updates the corresponding working storage for the 
respective ScreenField objects.
accept() Equivalent to the SCREEN COBOL ACCEPT 
statement
clearInput() Equivalent to the SCREEN COBOL CLEAR 
INPUT statement 
display() Equivalent to the SCREEN COBOL DISPLAY 
statement
displayBase() Equivalent to the SCREEN COBOL DISPLAY 
BASE statement
displayOverlay() Equivalent to the SCREEN COBOL DISPLAY 
OVERLAY statement
displayOverlaySpaces() Equivalent to the SCREEN COBOL DISPLAY 
OVERLAY SPACES AT statement
resetAttribute() Equivalent to the SCREEN COBOL RESET 
ATTR statement
resetData() Equivalent to the SCREEN COBOL RESET 
DATA statement
setNewCursor() Equivalent to the SCREEN COBOL SET NEW-
CURSOR statement
turn() Equivalent to the SCREEN COBOL TURN 
statement
anApplet The instance of the applet object that is present in the 
control frame










