Class InputNumber

All Implemented Interfaces:
org.openqa.selenium.SearchContext, org.openqa.selenium.TakesScreenshot, org.openqa.selenium.WebElement, org.openqa.selenium.WrapsElement

public abstract class InputNumber extends InputText
Component wrapper for the PrimeFaces p:inputNumber.
  • Constructor Details

    • InputNumber

      public InputNumber()
  • Method Details

    • getInput

      public org.openqa.selenium.WebElement getInput()
      Description copied from class: AbstractInputComponent
      The input element reference.
      Overrides:
      getInput in class AbstractInputComponent
      Returns:
      the WebElement representing the input.
    • getHiddenInput

      public org.openqa.selenium.WebElement getHiddenInput()
    • setValue

      public void setValue(Serializable value)
      Overrides:
      setValue in class InputText
    • getValueToRender

      public Double getValueToRender()
    • getWidgetValue

      public String getWidgetValue()
      Gets the value stored using the widget JS method.
      Returns:
      the widget's value