dabo Commit
Revision 6375
Date: 2011-02-02 03:27:13 -0800 (Wed, 02 Feb 2011)
Author: Jacekk
Trac: http://trac.dabodev.com/changeset/6375
Changed:
U trunk/dabo/biz/dBizobj.py
Log:
The _CurrentCursorKey property added.
Diff:
Modified: trunk/dabo/biz/dBizobj.py
===================================================================
--- trunk/dabo/biz/dBizobj.py 2011-02-02 05:00:13 UTC (rev 6374)
+++ trunk/dabo/biz/dBizobj.py 2011-02-02 11:27:13 UTC (rev 6375)
@@ -2188,6 +2188,10 @@
self.createCursor()
+ def _getCurrentCursorKey(self):
+ return self.__currentCursorKey
+
+
def _getDataSource(self):
try:
return self._dataSource
@@ -2526,6 +2530,9 @@
_CurrentCursor = property(_getCurrentCursor, _setCurrentCursor, None,
_("The cursor object for the currently selected key
value. (dCursorMixin child)"))
+ _CurrentCursorKey = property(_getCurrentCursorKey, None, None,
+ _("The currently selected cursor key value. (read
only)"))
+
DataSource = property(_getDataSource, _setDataSource, None,
_("The title of the cursor. Used in resolving
DataSource references. (str)"))
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message:
http://leafe.com/archives/byMID/[email protected]