Pathway/iTS Web Client Programming Manual (G06.24+)
Java Import Package Reference
Compaq NonStop Pathway/iTS Web Client Programming Manual—520270-001
6-26
Class ScreenFieldGroup
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)
Description
Adds a screen field array to this object.
Parameters
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
field
A previously instantiated ScreenFieldArray object (that is, a
screen field associated with an OCCURS clause) that is part of
this ScreenFieldGroup object