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.ClipboardData
getRowIndex
in interface Clipboard.ClipboardData
public int getColumnIndex()
Clipboard.ClipboardData
getColumnIndex
in interface Clipboard.ClipboardData
public org.drools.workbench.models.guided.dtable.shared.model.DTCellValue52 getValue()
Clipboard.ClipboardData
getValue
in interface Clipboard.ClipboardData
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.