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-31
Class ScreenFieldGroup
Description
This class implements the equivalent of a SCREEN COBOL screen group. It is
essentially a container for all the screen field objects that are part of a screen group.
Member Summary
Constructor
ScreenFieldGroup()
Methods
Method Constructor
Syntax
public ScreenFieldGroup ()
Description
Constructs the equivalent of a SCREEN COBOL screen group.
Method addField
Syntax
public void addField (ScreenField field)
Description
Adds a screen field to this object.
Parameters
Method addFieldArray
Syntax
public void addFieldArray (ScreenFieldArray fieldArray)
addField() Adds a screen field to this object
addFieldArray() Adds a screen field array (that is, a screen field
associated with an OCCURS clause) to this object
field A previously instantiated ScreenField object that is part of this
ScreenFieldGroup object