Class InputValue
- java.lang.Object
-
- org.uitnet.testing.smartfwk.core.validator.InputValue
-
public class InputValue extends Object
Input data for the components used on UI forms to fill the form element information.- Author:
- Madhav Krishna
-
-
Constructor Summary
Constructors Constructor Description InputValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputValueActiongetAction()TestDataBuildergetAutoValueInputs()NewTextLocationgetLocation()StringgetLocationAsStr()TextMatchMechanismgetSelectingOptionMatchMechanism()StringgetSelectingOptionMatchMechanismAsStr()StringgetToPo()booleangetTypeAfterClick()intgetTypeSpeedMspc()ObjectgetValue()InputValueTypegetValueType()StringgetValueTypeAsStr()intgetWaitTimeInMsAfterOp()voidsetAction(String action)voidsetAutoValueInputs(TestDataBuilder autoValueInputs)voidsetLocation(String location)voidsetSelectingOptionMatchMechanism(String selectingOptionMatchMechanism)voidsetToPo(String toPo)voidsetTypeAfterClick(Boolean typeAfterClick)voidsetTypeSpeedMspc(Integer typeSpeedMspc)voidsetValue(Object value)voidsetValueType(String valueType)voidsetWaitTimeInMsAfterOp(Integer waitTimeInMsAfterOp)
-
-
-
Method Detail
-
getAction
public InputValueAction getAction()
-
setAction
public void setAction(String action)
-
getValueTypeAsStr
public String getValueTypeAsStr()
-
getValueType
public InputValueType getValueType()
-
setValueType
public void setValueType(String valueType)
-
getValue
public Object getValue()
-
setValue
public void setValue(Object value)
-
getLocationAsStr
public String getLocationAsStr()
-
getLocation
public NewTextLocation getLocation()
-
setLocation
public void setLocation(String location)
-
getAutoValueInputs
public TestDataBuilder getAutoValueInputs()
-
setAutoValueInputs
public void setAutoValueInputs(TestDataBuilder autoValueInputs)
-
getSelectingOptionMatchMechanismAsStr
public String getSelectingOptionMatchMechanismAsStr()
-
getSelectingOptionMatchMechanism
public TextMatchMechanism getSelectingOptionMatchMechanism()
-
setSelectingOptionMatchMechanism
public void setSelectingOptionMatchMechanism(String selectingOptionMatchMechanism)
-
getToPo
public String getToPo()
-
setToPo
public void setToPo(String toPo)
-
getTypeSpeedMspc
public int getTypeSpeedMspc()
-
setTypeSpeedMspc
public void setTypeSpeedMspc(Integer typeSpeedMspc)
-
getTypeAfterClick
public boolean getTypeAfterClick()
-
setTypeAfterClick
public void setTypeAfterClick(Boolean typeAfterClick)
-
getWaitTimeInMsAfterOp
public int getWaitTimeInMsAfterOp()
-
setWaitTimeInMsAfterOp
public void setWaitTimeInMsAfterOp(Integer waitTimeInMsAfterOp)
-
-