Class AddressView

Summary

The AddressView class is a list of Address instances constituting a view into the address book database.

Superclasses:
Object

Package:
addressbook
File:
addressdb.icn
Methods:
addIRecord, addRecord, gen, load

Methods inherited from Object:
Type, className, clone, equals, fieldNames, genMethods, getField, get_class, get_class_name, get_id, hasField, hasMethod, hash_code, instanceOf, invoke, is_instance, setField, to_string

Fields:
aList

Source code.

Details
Constructor

AddressView(recs)

Parameter:
recs
currently ignored!

The constructor takes a list of (database) records and converts each into the internal model of an address.

Methods:

addIRecord(rec)

Parameter:
rec
GUI record to load

Add an address from a (GUI) record.


addRecord(rec)

Parameter:
rec
database record to load

Add an address from a (database) record.


gen()

Generates:
all the addresses


load(recs)

Parameter:
recs
source of database records to load

Load from a list of (database) records.


Fields:
aList


This page produced by UniDoc on 2021/04/15 @ 23:59:53.