Created by Jerry Wang on Dec 09, 2014

It is very common to use get_next method of a collection wrapper instance, which will delegate to the corresponding method of bol collection instance:

use case of SAP CRM WebClient UI ON_NEW_FOCUS method
use case of SAP CRM WebClient UI ON_NEW_FOCUS method

Just click F5 to view how this event is handled:
use case of SAP CRM WebClient UI ON_NEW_FOCUS method
If we have hierarchical context node in a UI view, we set up connections among them in method CONNECT_NODES of context node class. Connections means if the focus on a parent node has changed, the focus of all dependent nodes registered via CONNECT_NODES will be refreshed automatically.
use case of SAP CRM WebClient UI ON_NEW_FOCUS method
how to react on focus_change event?
use case of SAP CRM WebClient UI ON_NEW_FOCUS method
use case of SAP CRM WebClient UI ON_NEW_FOCUS method
use case of SAP CRM WebClient UI ON_NEW_FOCUS method
use case of SAP CRM WebClient UI ON_NEW_FOCUS method

Then our registered event handler on FOCUS_CHANGED will be triggered:
use case of SAP CRM WebClient UI ON_NEW_FOCUS method

相关文章:

  • 2021-06-13
  • 2021-09-23
  • 2021-03-30
  • 2021-08-23
  • 2021-06-03
  • 2021-12-26
  • 2021-05-11
猜你喜欢
  • 2022-01-01
  • 2021-09-05
  • 2021-05-06
  • 2022-01-17
  • 2021-09-07
  • 2021-07-19
  • 2021-05-07
相关资源
相似解决方案