Lines Matching refs:dragInfo
20 executeDrag(custom: CustomBuilder | DragItemInfo, dragInfo: DragInfo,callback:AsyncCallback\<DragEv…
33 | dragInfo | [DragInfo](#draginfo) | 是 | 拖拽信息。 …
83 let dragInfo: dragController.DragInfo = {
93 …dragController.executeDrag(()=>{this.DraggingBuilder()}, dragInfo, (err, eve) => { // 建议使用 this.ge…
126 executeDrag(custom: CustomBuilder | DragItemInfo, dragInfo: DragInfo): Promise\<DragEventParam>
139 | dragInfo | [DragInfo](#draginfo) | 是 | 拖拽信息。 …
213 let dragInfo: dragController.DragInfo = {
229 …dragController.executeDrag(dragItemInfo, dragInfo) // 建议使用 this.getUIContext().getDragController()…
279 createDragAction(customArray: Array<CustomBuilder \| DragItemInfo>, dragInfo: DragInfo): Drag…
294 | dragInfo | [DragInfo](#draginfo) | 是 | 拖拽信息。 …
372 let dragInfo: dragController.DragInfo = {
378 …this.dragAction = dragController.createDragAction(this.customBuilders, dragInfo) // 建议使用 this.getU…
452 let dragInfo: dragController.DragInfo = {
458 …ler.DragAction | null = dragController.createDragAction(customBuilders, dragInfo); // 建议使用 this.ge…
514 let dragInfo: dragController.DragInfo = {
520 …ler.DragAction | null = dragController.createDragAction(customBuilders, dragInfo); // 建议使用 this.ge…
576 let dragInfo: dragController.DragInfo = {
582 …ler.DragAction | null = dragController.createDragAction(customBuilders, dragInfo); // 建议使用 this.ge…
832 let dragInfo: dragController.DragInfo = {
844 }, dragInfo, (err , eve) => {