Visual Cafe Pro Language Reference Method index | Bottom

Interface: symantec.itools.db.pro.ListLink

Purpose Supports list binding.
Syntax public interface ListLink
extends Object
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

Method Index

Top | Bottom
init(ListBinder)
 o Initializes a list object when you bind it to a RelationView.
notifyListChange(ListBinder)
 o Indicates that the data in a list object's RelationView has changed.

Methods

Method index | Top | Bottom

Method: init

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.

Method: notifyListChange

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.

Method index | Top

Copyright © 1996 Symantec Corporation. All rights reserved.