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-30
Class ScreenFieldGroup
Method setWhenAbsent
Syntax
public void setWhenAbsent (int whenAbsent)
Description
Equivalent to the WHEN ABSENT field-characteristic clause, as in:
OCCURS IN
columns-literal
COLUMNS ON
lines-literal
LINES
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:
OCCURS IN
columns-literal
COLUMNS ON
lines-literal
LINES
USING
data-name-1
WHEN BLANK { CLEAR | SKIP }
Parameters
Class ScreenFieldGroup
The ScreenFieldGroup class is the Java representation of a SCREEN COBOL screen
group.
Package
pathway.its
Syntax
public pathway.its.ScreenFieldGroup implements
ScreenFieldIdentifier
whenAbsent Must be either CLEAR or SKIP
whenBlank Must be either CLEAR or SKIP