See: Description
Interface | Description |
---|---|
IExtendedAttributes |
This interface defines the constant values used when working
with extended attributes.
|
IFieldAttrInfo |
This interface defines the field attribute interface.
|
IFieldData |
This interface defines the field data interface used by the resource
adapter.
|
IFieldInfo |
This interface defines the field information interface used by
an application to obtain the name, starting column, starting row,
starting position, or text of a field.
|
IScreenable |
This interface defines the screen interface used by the resource
adapter to build screen output, or obtain the fields it needs.
|
IScreenInfo |
This interface defines the screen information interface.
|
ITextAttrInfo |
This interface defines the text attribute field interface.
|
Exception | Description |
---|---|
BuildFieldException |
This exception is thrown to indicate that a failure occurs
when a field is being added to the screen record.
|
FieldNotFoundException |
This exception is thrown to indicate that a failure occurs
when trying to find the field.
|
FieldProtectedException |
This exception is thrown when an attempt is made to modify a field
which is protected.
|
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.
|
IndexOutOfBoundsException |
This exception is thrown when the specified field index is outside the
valid range for the ScreenRecord.
|
NameNotFoundException |
This exception is thrown to indicate that a failure occurs
when trying to find the named object.
|
ScreenException |
This exception is thrown to indicate that a failure occurs
while working with a Screen Record.
|