public class RowSelectionMechanism extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RowSelectionMechanism.SelectionMechanism |
| Constructor and Description |
|---|
RowSelectionMechanism(RowSelectionMechanism.SelectionMechanism mechanism) |
RowSelectionMechanism(RowSelectionMechanism.SelectionMechanism mechanism,
Integer columnIndex) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getColumnIndex() |
RowSelectionMechanism.SelectionMechanism |
getSelectionMechanism() |
public RowSelectionMechanism(RowSelectionMechanism.SelectionMechanism mechanism)
mechanism - Mechanism used to select the row in a grid or combobox.public RowSelectionMechanism(RowSelectionMechanism.SelectionMechanism mechanism, Integer columnIndex)
mechanism - Mechanism used to select the row in a grid or combobox.columnIndex - Column index at which the selection mechanism will get
applied.public RowSelectionMechanism.SelectionMechanism getSelectionMechanism()
public Integer getColumnIndex()
Copyright © 2021. All rights reserved.