On Tuesday, November 15, 2011 06:25:52 am Jacek Kałucki wrote: > Hi. > > I need a method that react to data context change in child data chain. > In parent bizobj I can use afterPointerMove() method, but there is no > similar method I could use in my child bizobj. > I of course can use something like > master.child.child.child.child.someMethod() and issue it from parent > object, but it's very inconvenient. > I can't use child afterRequery() method for this purpose because of > buffering, it's called only if data expires. > I need something happen after child setCurrentParent() and after > optional requery(), e.g. at the end of _resetChildrenParent() method. > What if we add a hook like afterParentCursorChange?
I doubt a hook can do any harm. But to be honest I don't see the need - I have never had to change something in a child after a parent pointer move. Johnf _______________________________________________ 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]
