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
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)
-
Constructor Details
-
InputValue
public InputValue()
-
-
Method Details
-
getAction
-
setAction
-
getValueTypeAsStr
-
getValueType
-
setValueType
-
getValue
-
setValue
-
getLocationAsStr
-
getLocation
-
setLocation
-
getAutoValueInputs
-
setAutoValueInputs
-
getSelectingOptionMatchMechanismAsStr
-
getSelectingOptionMatchMechanism
-
setSelectingOptionMatchMechanism
-
getToPo
-
setToPo
-
getTypeSpeedMspc
public int getTypeSpeedMspc() -
setTypeSpeedMspc
-
getTypeAfterClick
public boolean getTypeAfterClick() -
setTypeAfterClick
-
getWaitTimeInMsAfterOp
public int getWaitTimeInMsAfterOp() -
setWaitTimeInMsAfterOp
-