Interface DragDataCustomizer


public interface DragDataCustomizer
  • Method Summary

    Modifier and Type
    Method
    Description
    During a drag-and-drop interaction, this method returns the set of records being dragged out of the component.
  • Method Details

    • getDragData

      Record[] getDragData(DataBoundComponent source)
      During a drag-and-drop interaction, this method returns the set of records being dragged out of the component. In the default implementation, this is the list of currently selected records.

      This method is consulted by willAcceptDrop().

      Parameters:
      source - source component from which the records will be transferred
      Returns:
      Array of Records that are currently selected.