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 PrimeFacesp:inputNumber.
-
-
Constructor Summary
Constructors Constructor Description InputNumber()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openqa.selenium.WebElementgetHiddenInput()org.openqa.selenium.WebElementgetInput()The input element reference.DoublegetValueToRender()StringgetWidgetValue()Gets the value stored using the widget JS method.voidsetValue(Serializable value)-
Methods inherited from class org.primefaces.selenium.component.base.AbstractInputComponent
clear, copyToClipboard, disable, enable, getAssignedLabel, getAssignedLabelText, isEnabled, isOnchangeAjaxified, pasteFromClipboard, selectAllText
-
Methods inherited from class org.primefaces.selenium.component.base.AbstractComponent
destroy, getWidgetByIdScript, getWidgetConfiguration, getWidgetConfigurationAsString, isAjaxified, isAjaxified
-
Methods inherited from class org.primefaces.selenium.AbstractPrimePageFragment
getElementLocator, getId, getRoot, getWebDriver, getWrappedElement, setElementLocator, setWebDriver
-
-
-
-
Method Detail
-
getInput
public org.openqa.selenium.WebElement getInput()
Description copied from class:AbstractInputComponentThe input element reference.- Overrides:
getInputin classAbstractInputComponent- Returns:
- the
WebElementrepresenting the input.
-
getHiddenInput
public org.openqa.selenium.WebElement getHiddenInput()
-
setValue
public void setValue(Serializable value)
-
getValueToRender
public Double getValueToRender()
-
getWidgetValue
public String getWidgetValue()
Gets the value stored using the widget JS method.- Returns:
- the widget's value
-
-