public class TextInputComponentImpl extends Object implements TextInputComponent
| Modifier and Type | Class and Description |
|---|---|
class |
TextInputComponentImpl.AdvancedTextInputInteractions |
| Constructor and Description |
|---|
TextInputComponentImpl() |
| Modifier and Type | Method and Description |
|---|---|
TextInputComponentImpl.AdvancedTextInputInteractions |
advanced() |
TextInputComponentImpl |
clear()
Clears this input.
|
int |
getIntValue()
Returns
int value of this input. |
String |
getStringValue()
Returns
String value of this input. |
TextInputComponentImpl |
sendKeys(CharSequence text)
Fills in given text and returns actual component.
|
public TextInputComponentImpl.AdvancedTextInputInteractions advanced()
public TextInputComponentImpl clear()
TextInputComponentclear in interface TextInputComponentpublic int getIntValue()
TextInputComponentint value of this input.getIntValue in interface TextInputComponentpublic String getStringValue()
TextInputComponentString value of this input.getStringValue in interface TextInputComponentpublic TextInputComponentImpl sendKeys(CharSequence text)
TextInputComponentsendKeys in interface TextInputComponentCopyright © 2014 JBoss by Red Hat. All Rights Reserved.