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-25
Class ScreenFieldArray
Parameters
Method addField
Syntax
public void addField (ScreenField field)
Description
This method is invoked once for each ScreenField object in the OCCURS clause.
Parameters
Method setADVISORY
Syntax
public void setADVISORY()
Description
Equivalent to the ADVISORY field-characteristic clause, as in:
OCCURS IN
columns-literal
COLUMNS ON
lines-literal
LINES
ADVISORY
Method setCONTROLLEDBY
Syntax
public void setCONTROLLEDBY (ScobolType controlObject)
Description
Equivalent to the CONTROLLED [BY] field-characteristic clause, as in:
OCCURS IN
columns-literal
COLUMNS ON
lines-literal
LINES
CONTROLLED [BY]
data-name-1
maxOccurs The value of
columns-literal
*
lines-literal
in the field-
characteristic clause OCCURS IN
columns-literal
COLUMNS ON
lines-literal
LINES.
dependingOn Corresponds to
data-name-1
in the field-characteristic clause
OCCURS IN
columns-literal
COLUMNS
ON
lines-literal
LINES
DEPENDING [ON]
data-name-1
.
This parameter can be null.
field A ScreenField object that is part of the OCCURS clause