DragProxy
Drag proxies are helper classes that represent the object being dragged in some visual way. This is an abstract base with which particular drag proxy classes (such as, DragTipProxy are registered.
Derived classes the various template methods of this class to manage their particular form of visual feedback.
Configs
1
Configs
1Properties
7
Properties
7Functions
19
Functions
19Other
This template method is called when dragging is reset to null.
| Parameter | Type | Description |
|---|---|---|
drag | DragContext | The drag instance. |
This template method is called by the Draggable instance when the drag completes.
This sets the dragging config to null, which triggers the call to close.
| Parameter | Type | Description |
|---|---|---|
drag | DragContext | The drag instance. |
This template method is called by the Draggable instance as drag movement occurs.
| Parameter | Type | Description |
|---|---|---|
drag | DragContext | The drag instance. |
This template method is called by the Draggable instance when the drag officially starts.
This sets the dragging config to drag, which triggers the call to open.
| Parameter | Type | Description |
|---|---|---|
drag | DragContext | The drag instance. |
This template method is called when dragging is set to a non-null value.
| Parameter | Type | Description |
|---|---|---|
drag | DragContext | The drag instance. |