Package | Description |
---|---|
com.ibm.connector2.cics |
Provides classes for developing JEE applications.
|
com.ibm.connector2.screen |
Provides classes for developing JEE applications that use the
EPI screenable interface (These classes are not available in
the CICS Transaction Gateway Desktop Edition).
|
Modifier and Type | Method and Description |
---|---|
void |
EPIFieldRecord.appendText(java.lang.String text)
Append the given string to this field.
|
EPIFieldRecord |
EPIScreenRecord.getField(int index)
Returns a field at the given index.
|
void |
EPIFieldRecord.setText(java.lang.String text)
Set the text of the field to the given string.
|
Modifier and Type | Class and Description |
---|---|
class |
BuildFieldException
This exception is thrown to indicate that a failure occurs
when a field is being added to the screen record.
|
class |
FieldNotFoundException
This exception is thrown to indicate that a failure occurs
when trying to find the field.
|
class |
FieldProtectedException
This exception is thrown when an attempt is made to modify a field
which is protected.
|
class |
FieldTextOverflowException
This exception is thrown when the text being appended or set in a field
would cause the text of the field to exceed its maximum length.
|
class |
IndexOutOfBoundsException
This exception is thrown when the specified field index is outside the
valid range for the ScreenRecord.
|
class |
NameNotFoundException
This exception is thrown to indicate that a failure occurs
when trying to find the named object.
|
Modifier and Type | Method and Description |
---|---|
void |
IScreenable.buildField(IFieldData fieldData,
IFieldAttrInfo fieldAttrs,
ITextAttrInfo textAttrs)
Adds a field to the screen record.
|