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 Details

    • InputValue

      public InputValue()
  • Method Details

    • 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)