Class InputText
- java.lang.Object
-
- org.primefaces.extensions.arquillian.component.base.AbstractComponent
-
- org.primefaces.extensions.arquillian.component.base.AbstractInputComponent
-
- org.primefaces.extensions.arquillian.component.InputText
-
- All Implemented Interfaces:
org.jboss.arquillian.graphene.GrapheneElement,org.jboss.arquillian.graphene.GrapheneElementAction,org.openqa.selenium.interactions.internal.Locatable,org.openqa.selenium.internal.WrapsElement,org.openqa.selenium.SearchContext,org.openqa.selenium.TakesScreenshot,org.openqa.selenium.WebElement
- Direct Known Subclasses:
InputNumber,InputTextarea
public abstract class InputText extends AbstractInputComponent
-
-
Field Summary
-
Fields inherited from class org.primefaces.extensions.arquillian.component.base.AbstractComponent
driver, root
-
-
Constructor Summary
Constructors Constructor Description InputText()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetValue()protected booleanisOnchangeAjaxified()voidsetValue(Serializable value)-
Methods inherited from class org.primefaces.extensions.arquillian.component.base.AbstractInputComponent
getAssignedLabel, getAssignedLabelText, getInput, isEnabled
-
Methods inherited from class org.primefaces.extensions.arquillian.component.base.AbstractComponent
getId, getRoot, getWidgetByIdScript
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.arquillian.graphene.GrapheneElement
findElement, findGrapheneElements, isPresent
-
Methods inherited from interface org.jboss.arquillian.graphene.GrapheneElementAction
doubleClick, writeIntoElement
-
-
-
-
Method Detail
-
isOnchangeAjaxified
protected boolean isOnchangeAjaxified()
-
getValue
public String getValue()
-
setValue
public void setValue(Serializable value)
-
-