前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >use case of SAP CRM WebClient UI ON_NEW_FOCUS method

use case of SAP CRM WebClient UI ON_NEW_FOCUS method

作者头像
Jerry Wang
发布2019-07-09 18:09:24
3910
发布2019-07-09 18:09:24
举报

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:

clipboard1
clipboard1
clipboard2
clipboard2

Just click F5 to view how this event is handled:

clipboard3
clipboard3

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.

clipboard4
clipboard4

how to react on focus_change event?

clipboard5
clipboard5
clipboard6
clipboard6
clipboard7
clipboard7
clipboard8
clipboard8

Then our registered event handler on FOCUS_CHANGED will be triggered:

clipboard9
clipboard9
本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2019年07月06日,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • Created by Jerry Wang on Dec 09, 2014
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档