Class InputMask

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

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

    • InputMask

      public InputMask()
  • Method Details

    • setValue

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

      public void setWidgetValue(Serializable value)
      Client side widget method to set the current value.
      Parameters:
      value - the value to set the input to
    • getWidgetValue

      public String getWidgetValue()
      Client side widget method to get the current value.
      Returns:
      the current value
    • getWidgetValueUnmasked

      public String getWidgetValueUnmasked()
      Client side widget method to get the unmasked value.
      Returns:
      the unmasked value
      Since:
      9.0