AddressRecord

Incomplete documentation - sorry!

Note

Neil - please put some data in technical/class_headings/AddressRecord.rst

methods and attributes

class lib_openmolar.client.db_orm.client_address.AddressRecord(record=None)[source]

Bases: lib_openmolar.common.db_orm.insertable_record.InsertableRecord

A re-implementation of InsertableRecord which is self aware for editing purposes

__init__(record=None)[source]
details_html()[source]
editable_fields[source]

a property called by dialogs which edit this class hence the order is important! a list of tuples. item0 in the tuple is the field name used by the db item1 is the string displayed to the user. item3 is optional type

load_values(value_store)[source]

applies data gathered from a ui built on EditableFields to the object returns a tuple (Result (bool), ommisions (list of ommited fields))

Table Of Contents

Previous topic

AddressObjects

Next topic

AddressSelectionDialog