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
Modifier and Type Method Description IntegergetColumnIndex()RowSelectionMechanism.SelectionMechanismgetSelectionMechanism()
-
Constructor Details
-
RowSelectionMechanism
- 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 Details
-
getSelectionMechanism
-
getColumnIndex
-