ModalTabMove
Extends:
Constructor Summary
| Public Constructor | ||
| public |
|
|
Member Summary
| Public Members | ||
| public |
dom: * |
|
| public |
dragcanvas: * |
|
| public |
dragevent: * |
|
| public |
dragimg: * |
|
| public |
|
|
| public |
dragtab: * |
|
| public |
droptarget: * |
|
| public |
|
|
| public |
|
|
| public |
mpos: * |
|
| public |
start_mpos: * |
|
| public |
tab: * |
|
| public |
tbar: * |
|
Method Summary
| Public Methods | ||
| public |
finish() |
|
| public |
on_keydown(e: *) |
|
| public |
on_pointercancel(e: *) |
|
| public |
on_pointerdown(e: *) |
|
| public |
on_pointerend(e: *) |
|
| public |
on_pointerenter(e: *) |
|
| public |
on_pointerenter(e: *) |
|
| public |
on_pointerleave(e: *) |
|
| public |
on_pointermove(e: *): * |
|
| public |
on_pointerstart(e: *) |
|
| public |
on_pointerup(e: *) |
|
| public |
popModal(): * |
|
| Private Methods | ||
| private |
_dragstate(e: *, x: *, y: *) |
|
| private |
_on_move(e: *, x: *, y: *) |
|
Public Constructors
public constructor() source
Public Members
public dom: * source
public dragcanvas: * source
public dragevent: * source
public dragimg: * source
public dragtab: * source
public droptarget: * source
public mpos: * source
public start_mpos: * source
public tab: * source
public tbar: * source
Public Methods
public finish() source
public on_keydown(e: *) source
Params:
| Name | Type | Attribute | Description |
| e | * |
public on_pointercancel(e: *) source
Params:
| Name | Type | Attribute | Description |
| e | * |
public on_pointerdown(e: *) source
Params:
| Name | Type | Attribute | Description |
| e | * |
public on_pointerend(e: *) source
Params:
| Name | Type | Attribute | Description |
| e | * |
public on_pointerenter(e: *) source
Params:
| Name | Type | Attribute | Description |
| e | * |
public on_pointerenter(e: *) source
Params:
| Name | Type | Attribute | Description |
| e | * |
public on_pointerleave(e: *) source
Params:
| Name | Type | Attribute | Description |
| e | * |
public on_pointerstart(e: *) source
Params:
| Name | Type | Attribute | Description |
| e | * |
public on_pointerup(e: *) source
Params:
| Name | Type | Attribute | Description |
| e | * |
Private Methods
private _dragstate(e: *, x: *, y: *) source
Params:
| Name | Type | Attribute | Description |
| e | * | ||
| x | * | ||
| y | * |
private _on_move(e: *, x: *, y: *) source
Params:
| Name | Type | Attribute | Description |
| e | * | ||
| x | * | ||
| y | * |
