public interface TextInputComponent
| Modifier and Type | Method and Description |
|---|---|
TextInputComponent |
clear()
Clears this input.
|
int |
getIntValue()
Returns
int value of this input. |
String |
getStringValue()
Returns
String value of this input. |
TextInputComponent |
sendKeys(CharSequence text)
Fills in given text and returns actual component.
|
TextInputComponent clear()
TextInputComponent sendKeys(CharSequence text)
text - int getIntValue()
int value of this input.NumberFormatException - if the value of the input cannot be parsed as an integerString getStringValue()
String value of this input.Copyright © 2014 JBoss by Red Hat. All Rights Reserved.