sapui5控件回调参考

时间:2014-05-06 23:42:49

标签: sapui5

我已经经历了sapui5 developer guide几次,但我发现自己很难跟踪控件可以拥有的所有回调。

通常这些都是由框架调用的,因此在查看和编写控件时,了解保留/特殊的函数名称非常重要。

以下是参考列表的开头:

控制生命周期

  • 的init()
  • onBeforeRendering()
  • onAfterRendering()
  • 出口()

塞特斯/吸气剂

  • setProperty(oValue)
  • 的getProperty()

与汇总相关的回调

  • updateAggregation()
  • addAggregation()
  • removeAggregation()
  • removeAllAggregations()
  • destroyAggregation()

与事件相关的回调

  • fireEvent()
  • 的attachEvent()

与绑定相关的回调

  • bindProperty()
  • bindAggregation()

在这些项目符号示例中,将“Property”,“Aggregation”和“Event”替换为相关的元数据属性。

你能帮我填一下这个清单吗? 在设计自定义控件时非常有用。

2 个答案:

答案 0 :(得分:3)

我不确定你在追求什么,但你忘了包含单个最重要和最常用的函数组IMO,bindProperty / bindAggregation函数

答案 1 :(得分:2)

这是您的列表中的一些补充:

  • addAggregation()
  • removeAllAggregation()
  • destroyAggregation()