Mercurial > libervia-backend
comparison sat_frontends/tools/xmlui.py @ 2597:9446f1ea9eac
core: discoFindByFeatures now return only available resources
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 25 May 2018 10:52:01 +0200 |
parents | 824ef7f64286 |
children | 56f94936df1e |
comparison
equal
deleted
inserted
replaced
2596:93d64ce7a429 | 2597:9446f1ea9eac |
---|---|
264 def user_action(self): | 264 def user_action(self): |
265 return "FROM_BACKEND" not in self.flags | 265 return "FROM_BACKEND" not in self.flags |
266 | 266 |
267 def _defaultCb(self, data, cb_id, profile): | 267 def _defaultCb(self, data, cb_id, profile): |
268 # TODO: when XMLUI updates will be managed, the _xmluiClose | 268 # TODO: when XMLUI updates will be managed, the _xmluiClose |
269 # must be called only if there is not update | 269 # must be called only if there is no update |
270 self._xmluiClose() | 270 self._xmluiClose() |
271 self.host.actionManager(data, profile=profile) | 271 self.host.actionManager(data, profile=profile) |
272 | 272 |
273 def _isAttrSet(self, name, node): | 273 def _isAttrSet(self, name, node): |
274 """Return widget boolean attribute status | 274 """Return widget boolean attribute status |