Purpose | Supports list binding. |
---|---|
Syntax | public interface ListLink
|
Description | ListLink supports list binding which let the dbANYWHERE Server automatically load an object and keep it up to date with information from a RelationView. |
See also | ListBinder |
Purpose | Initializes a list object when you bind it to a RelationView. |
---|---|
Syntax | public abstract void init(ListBinder binder)
|
Parameters | binder = ListBinder object. |
Description | Initializes a list object when you bind it to a RelationView. |
Purpose | Indicates that the data in a list object's RelationView has changed. |
---|---|
Syntax | public abstract void notifyListChange(ListBinder binder) throws SQLException
|
Parameters | binder = ListBinder object. |
Description | Indicates that the data in a list object's RelationView has changed. |
Copyright © 1996 Symantec Corporation. All rights reserved.