| Constructor and Description |
|---|
TextImpl() |
| Modifier and Type | Method and Description |
|---|---|
Text |
clear()
Clears this text content.
|
Integer |
getMaxLength()
Retrieves the the maximum number of characters allowed in this text field.
|
String |
getValue()
Retrieves the value of this text.
|
boolean |
isEnabled()
Retrieves whether this test is enabled or not.
|
boolean |
isReadOnly()
Retrieves whether this test is read-only or not.
|
Text |
sendKeys(CharSequence... keysToSend)
Types into this text.
|
click, doubleClickand, getAttribute, getCssValue, getId, getStyleClass, getTitle, isDisplayedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclick, doubleClickand, getAttribute, getCssValue, getId, getStyleClass, getTitle, isDisplayedpublic Integer getMaxLength()
TextgetMaxLength in interface Textpublic String getValue()
Textpublic boolean isEnabled()
Textpublic boolean isReadOnly()
TextisReadOnly in interface Textpublic Text sendKeys(CharSequence... keysToSend)
TextCopyright © 2013. All Rights Reserved.