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

Java Import Package Reference
Compaq NonStop Pathway/iTS Web Client Programming Manual520270-001
6-25
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
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.
whenAbsent
Must be either CLEAR or SKIP
whenBlank
Must be either CLEAR or SKIP