Pathway/iTS Web Client Programming Manual (G06.24+)

Java Import Package Reference
Compaq NonStop Pathway/iTS Web Client Programming Manual520270-001
6-17
Class ScreenFieldArray
Method setWhenAbsent
Syntax
public void setWhenAbsent (int whenAbsent)
Description
Equivalent to the WHEN ABSENT field-characteristic clause, as in:
screen-field-name [AT] line-spec, column-spec
PIC [IS] character-string
USING data-name-1
WHEN ABSENT { CLEAR | SKIP }
Parameters
Method setWhenBlank
Syntax
public void setWhenBlank (int whenBlank)
Description
Equivalent to the WHEN BLANK field-characteristic clause, as in:
screen-field-name [AT] line-spec, column-spec
PIC [IS] character-string
USING data-name-1
WHEN BLANK { CLEAR | SKIP }
Parameters
Class ScreenFieldArray
The ScreenFieldArray class is the Java representation of the OCCURS clause for screen
fields.
Package
pathway.its
Syntax
public pathway.its.ScreenFieldArray implements
ScreenFieldIdentifier
whenAbsent
Must be either CLEAR or SKIP
whenBlank
Must be either CLEAR or SKIP