public interface DragDataCustomizer
Modifier and Type | Method and Description |
---|---|
Record[] |
getDragData(DataBoundComponent source)
During a drag-and-drop interaction, this method returns the set of records being dragged
out of the component.
|
Record[] getDragData(DataBoundComponent source)
This method is consulted by
willAcceptDrop()
.
source
- source component from which the records will be transferredRecord
s that are currently selected.