Class SingleRowSelectionDragMode

All Implemented Interfaces:
IDragMode

public class SingleRowSelectionDragMode extends RowSelectionDragMode implements IDragMode
Selects the entire row when the mouse is dragged on the body. Only a single row is selected at a given time. This is the row the mouse is over.
See Also:
  • Constructor Details

    • SingleRowSelectionDragMode

      public SingleRowSelectionDragMode()
  • Method Details