Class RowSelectionMechanism
- java.lang.Object
-
- org.uitnet.testing.smartfwk.ui.core.objects.validator.mechanisms.RowSelectionMechanism
-
public class RowSelectionMechanism extends Object
- Author:
- Madhav Krishna
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRowSelectionMechanism.SelectionMechanism
-
Constructor Summary
Constructors Constructor Description RowSelectionMechanism(RowSelectionMechanism.SelectionMechanism mechanism)RowSelectionMechanism(RowSelectionMechanism.SelectionMechanism mechanism, Integer columnIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetColumnIndex()RowSelectionMechanism.SelectionMechanismgetSelectionMechanism()
-
-
-
Constructor Detail
-
RowSelectionMechanism
public RowSelectionMechanism(RowSelectionMechanism.SelectionMechanism mechanism)
- Parameters:
mechanism- Mechanism used to select the row in a grid or combobox.
-
RowSelectionMechanism
public RowSelectionMechanism(RowSelectionMechanism.SelectionMechanism mechanism, Integer columnIndex)
- Parameters:
mechanism- Mechanism used to select the row in a grid or combobox.columnIndex- Column index at which the selection mechanism will get applied.
-
-
Method Detail
-
getSelectionMechanism
public RowSelectionMechanism.SelectionMechanism getSelectionMechanism()
-
getColumnIndex
public Integer getColumnIndex()
-
-