|
|
|
|
|
|
|
|
|
get_address_values(self)
from the street urb, postcode field, return number, street, urb,
postcode list |
source code
|
|
|
get_org_values(self)
returns a dictionary of the widget controls contents |
source code
|
|
|
add_org(self,
org,
showPersons=True)
display an org in the list control, and show any dependent persons if
necessary. |
source code
|
|
|
|
|
|
|
load_all_orgs(self)
clears the list control, displays the example data, and then the real
data, from _helper.findAllOrganizations() |
source code
|
|
|
loadCurrentValues(self,
org)
parse an org into the edit widgets of gmContact |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
checkEnabledFields(self)
configure the edit widgets according to the type of org/person object |
source code
|
|
|
saveOrg(self)
transfer the widget's edit controls to a org/person object, and call
its save() function, then reload all the orgs, and their persons,
from the cache. |
source code
|
|
|
|
|
|