public static class DefaultClipboard.ClipboardDataImpl extends Object implements Clipboard.ClipboardData
| Constructor and Description |
|---|
ClipboardDataImpl(int rowIndex,
int columnIndex,
org.drools.workbench.models.guided.dtable.shared.model.DTCellValue52 value) |
| Modifier and Type | Method and 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.
|
public ClipboardDataImpl(int rowIndex,
int columnIndex,
org.drools.workbench.models.guided.dtable.shared.model.DTCellValue52 value)
public int getRowIndex()
Clipboard.ClipboardDatagetRowIndex in interface Clipboard.ClipboardDatapublic int getColumnIndex()
Clipboard.ClipboardDatagetColumnIndex in interface Clipboard.ClipboardDatapublic org.drools.workbench.models.guided.dtable.shared.model.DTCellValue52 getValue()
Clipboard.ClipboardDatagetValue in interface Clipboard.ClipboardDataCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.