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