Interface Clipboard.ClipboardData
-
- All Known Implementing Classes:
DefaultClipboard.ClipboardDataImpl
- Enclosing interface:
- Clipboard
public static interface Clipboard.ClipboardDataA single cell
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetColumnIndex()Source Column index, relative to the first selection e.g. if (2, 3) is selected then (2, 4) has an index of 1.intgetRowIndex()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.DTCellValue52getValue()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:
-
-