Interface Clipboard.ClipboardData

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getColumnIndex()
      Source Column index, relative to the first selection e.g. if (2, 3) is selected then (2, 4) has an index of 1.
      int getRowIndex()
      Source Row index, relative to the first selection e.g. if (2, 3) is selected then (3, 3) has an index of 1.
      org.drools.workbench.models.guided.dtable.shared.model.DTCellValue52 getValue()
      Source value.
    • Method Detail

      • getRowIndex

        int getRowIndex()
        Source Row index, relative to the first selection e.g. if (2, 3) is selected then (3, 3) has an index of 1.
        Returns:
      • getColumnIndex

        int getColumnIndex()
        Source Column index, relative to the first selection e.g. if (2, 3) is selected then (2, 4) has an index of 1.
        Returns:
      • getValue

        org.drools.workbench.models.guided.dtable.shared.model.DTCellValue52 getValue()
        Source value.
        Returns: