Mercurial > libervia-backend
comparison frontends/sat_bridge_frontend/DBus.py @ 36:6491b7956c80
wix: Form submitting, first draft
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 14 Dec 2009 02:11:05 +1100 |
parents | d6b613764dd7 |
children | a61beb21d16d |
comparison
equal
deleted
inserted
replaced
35:c45deebb40a5 | 36:6491b7956c80 |
---|---|
98 return self.db_req_iface.launchAction(type, data) | 98 return self.db_req_iface.launchAction(type, data) |
99 | 99 |
100 def confirmationAnswer(self, id, accepted, data): | 100 def confirmationAnswer(self, id, accepted, data): |
101 return self.db_req_iface.confirmationAnswer(id, accepted, data) | 101 return self.db_req_iface.confirmationAnswer(id, accepted, data) |
102 | 102 |
103 def submitForm(self, target, data): | |
104 return self.db_req_iface.submitForm(target, data) | |
105 | |
103 def getProgress(self, id): | 106 def getProgress(self, id): |
104 return self.db_req_iface.getProgress(id) | 107 return self.db_req_iface.getProgress(id) |