MdDragSource class abstract

Interface for Widgets allowing to start a Drag and Drop Operation

Constructors

MdDragSource()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dragAcceptedFromTarget(MhDragState dragState, List droppedItems, bool removeItemsOnMove) → void
This function is called after the drop was accepted from the drop Target if it was no reorder but a drag and drop between different widgets. Here you can e.g. remove the dragged items if this was a "move" action, mark them as e.g. assigned or do whatever you need... If this was a copy action you can e.g. also just ignore this event.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited