真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

UI5使用Association和Aggregation方法是什么

這篇文章主要介紹“UI5使用Association和Aggregation方法是什么”,在日常操作中,相信很多人在UI5使用Association和Aggregation方法是什么問(wèn)題上存在疑惑,小編查閱了各式資料,整理出簡(jiǎn)單好用的操作方法,希望對(duì)大家解答”UI5使用Association和Aggregation方法是什么”的疑惑有所幫助!接下來(lái),請(qǐng)跟著小編一起來(lái)學(xué)習(xí)吧!

成都創(chuàng)新互聯(lián)公司2013年至今,先為花都等服務(wù)建站,花都等地企業(yè),進(jìn)行企業(yè)商務(wù)咨詢服務(wù)。為花都企業(yè)網(wǎng)站制作PC+手機(jī)+微官網(wǎng)三網(wǎng)同步一站式服務(wù)解決您的所有建站問(wèn)題。

UI5

UI5使用Association和Aggregation描述控件之間的關(guān)系。

Aggregation:parent和子控件在lifecycle上存在依賴關(guān)系:

When a ManagedObject is destroyed, all aggregated objects are destroyed as well and the object itself is removed from its parent. That is, aggregations won't contain destroyed objects or null/undefined.

比如UI5的轉(zhuǎn)盤控件Carousel: 一旦轉(zhuǎn)盤被析構(gòu),里面顯示的page當(dāng)然也沒(méi)有繼續(xù)存在的意義了,需要跟著被析構(gòu)。

UI5使用Association和Aggregation方法是什么

而Association描述了在lifecycle層面的一種soft dependency關(guān)系:

Managed associations also form a relationship between objects, but they don't define a lifecycle for the associated objects. They even can 'break' in the sense that an associated object might have been destroyed already although it is still referenced in an association.

最明顯的例子就是控件和其label的關(guān)系,比如button和label:技術(shù)上來(lái)說(shuō),可以彼此分開獨(dú)立存在。

UI5使用Association和Aggregation方法是什么

CRM

CRM的Genil model存在三種類型的relation,可以在doman CRM_RELATION_KIND里查看:

UI5使用Association和Aggregation方法是什么

UI5使用Association和Aggregation方法是什么

區(qū)別:

  • Association: Link between any kind of objects. Can also be defined across components with root or access object as target. 依賴關(guān)系最為loose的一種relation,可以用來(lái)連接跨model之間的節(jié)點(diǎn)。

  • Aggregation: Binds child objects to a root object. Only access and dependent objects can be aggregated. 只適用于同一模型的節(jié)點(diǎn)之間的關(guān)聯(lián)。

  • Composition: Like an aggregation, but composed child objects always exist. 特殊類型的Aggregation。目標(biāo)節(jié)點(diǎn)的Cardinality為1或者1..n

S/4HANA

只有兩種:association或者composition。Composition的含義同CRM里的aggregation,而association的含義同UI5和CRM中的association一致。

UI5使用Association和Aggregation方法是什么

C4C

只有兩種: association或者composition。C4C的這兩種relation多了一個(gè)限制:relation的目標(biāo)BO必須和源BO在同一個(gè)部署單元Deployment Unit,或者目標(biāo)BO位于Foundation部署單元內(nèi)。

Association的語(yǔ)法如下圖:

UI5使用Association和Aggregation方法是什么

association的multiplicity只支持[0,1]或者[1,1], 如果不顯式指定,默認(rèn)為[1,1].

C4C relation的一個(gè)特色是,一旦申明了一個(gè)子節(jié)點(diǎn)之后,系統(tǒng)會(huì)默認(rèn)生成一個(gè)對(duì)應(yīng)的composition。

下圖第4行代碼會(huì)自動(dòng)生成一個(gè)[0,n]的從root節(jié)點(diǎn)到Item節(jié)點(diǎn)的composition。

UI5使用Association和Aggregation方法是什么

到此,關(guān)于“UI5使用Association和Aggregation方法是什么”的學(xué)習(xí)就結(jié)束了,希望能夠解決大家的疑惑。理論與實(shí)踐的搭配能更好的幫助大家學(xué)習(xí),快去試試吧!若想繼續(xù)學(xué)習(xí)更多相關(guān)知識(shí),請(qǐng)繼續(xù)關(guān)注創(chuàng)新互聯(lián)網(wǎng)站,小編會(huì)繼續(xù)努力為大家?guī)?lái)更多實(shí)用的文章!


網(wǎng)站欄目:UI5使用Association和Aggregation方法是什么
URL地址:http://weahome.cn/article/psiccp.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部