Purpose | Supports record binding. |
---|---|
Syntax | public interface RecordLink
|
Description | RecordLink supports record binding. When you use this interface with a Java object, the object's RelationView notifies RecordLink when the current record changes. |
See also | Record
RelationView |
Purpose | Initializes a Record object when you bind it to a RelationView. |
---|---|
Syntax | public abstract void init( )
|
Parameters | None. |
Description | Initializes a Record object when you bind it to a RelationView. |
Purpose | Indicates that a RelationView's current record has changed. |
---|---|
Syntax | public abstract void notifyRecordChange(Record currentRec) throws SQLException
|
Parameters | currentRec = Record object. |
Description | Indicates that a RelationView's current record has changed. |
Copyright © 1996 Symantec Corporation. All rights reserved.