Searched refs:paramsLambda (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/dialog/interfaces/ |
H A D | dialog.js | 82 if (typeof paramsLambda === 'function') { 83 this.paramsGenerator_ = paramsLambda; 300 let paramsLambda = () => { 383 let paramsLambda = () => { 1269 let paramsLambda = () => { 1791 let paramsLambda = () => { 1862 let paramsLambda = () => { 2077 let paramsLambda = () => { 2316 let paramsLambda = () => { 2940 let paramsLambda = () => { [all …]
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/ |
H A D | segmentbutton.js | 339 if (typeof paramsLambda === "function") { 340 this.paramsGenerator_ = paramsLambda; 446 if (typeof paramsLambda === "function") { 447 this.paramsGenerator_ = paramsLambda; 578 if (typeof paramsLambda === "function") { 579 this.paramsGenerator_ = paramsLambda; 748 if (typeof paramsLambda === "function") { 749 this.paramsGenerator_ = paramsLambda; 975 if (typeof paramsLambda === "function") { 976 this.paramsGenerator_ = paramsLambda; [all …]
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/filter/interfaces/ |
H A D | filter.js | 105 if (typeof paramsLambda === 'function') { 106 this.paramsGenerator_ = paramsLambda; 185 if (typeof paramsLambda === 'function') { 186 this.paramsGenerator_ = paramsLambda; 488 let paramsLambda = () => { 514 let paramsLambda = () => { 542 if (typeof paramsLambda === 'function') { 543 this.paramsGenerator_ = paramsLambda; 1253 if (typeof paramsLambda === 'function') { 1254 this.paramsGenerator_ = paramsLambda; [all …]
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/exceptionprompt/interfaces/ |
H A D | exceptionprompt.js | 37 constructor(parent, params, __localStorage, elmtId = -1, paramsLambda = undefined, extraInfo) { argument 39 if (typeof paramsLambda === 'function') { 40 this.paramsGenerator_ = paramsLambda;
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/chipgroup/interfaces/ |
H A D | chipgroup.js | 171 paramsLambda = undefined, argument 175 if (typeof paramsLambda === 'function') { 176 this.paramsGenerator_ = paramsLambda; 363 paramsLambda = undefined, argument 367 if (typeof paramsLambda === 'function') { 368 this.paramsGenerator_ = paramsLambda;
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/selectionmenu/interfaces/ |
H A D | selectionmenu.js | 126 constructor(parent, params, __localStorage, elmtId = -1, paramsLambda = undefined, extraInfo) { argument 128 if (typeof paramsLambda === 'function') { 129 this.paramsGenerator_ = paramsLambda; 788 let paramsLambda = () => { 799 componentCall.paramsGenerator_ = paramsLambda;
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/ |
H A D | chip.js | 293 let paramsLambda = () => { 318 componentCall.paramsGenerator_ = paramsLambda; 387 paramsLambda = undefined, argument 391 if (typeof paramsLambda === 'function') { 392 this.paramsGenerator_ = paramsLambda;
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/ |
H A D | treeview.js | 678 constructor(parent, params, __localStorage, elmtId = -1, paramsLambda = undefined, extraInfo) { argument 680 if (typeof paramsLambda === 'function') { 681 this.paramsGenerator_ = paramsLambda; 1432 let paramsLambda = () => { 1440 componentCall.paramsGenerator_ = paramsLambda; 3414 constructor(parent, params, __localStorage, elmtId = -1, paramsLambda = undefined, extraInfo) { argument 3416 if (typeof paramsLambda === 'function') { 3417 this.paramsGenerator_ = paramsLambda;
|