public class LspsTextBox extends InputComponent
LspsTextBox does not work with date text boxes - use LspsDateTextBox instead.element| Constructor and Description |
|---|
LspsTextBox(TextFieldElement element) |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
Returns the current TextBox value.
|
void |
setValue(String value)
Sets a new TextBox value.
|
void |
sleep(long slp)
An additional sleep time - convenience method to be used when tests are unstable.
|
String |
toString() |
checkNotReadOnly, getLabel, isReadOnlyas, findAll, getErrorMessage, getHint, getId, getModelingId, isValid, isVisible, toHTML, toInnerHTML$, clickButton, contains, find, getDriver, waitForVaadinpublic String getValue()
public void setValue(String value)
read-only component fails.value - the new value.IllegalStateException - if the component is read-only.public void sleep(long slp)
slp - public String toString()
toString in class InputComponentCopyright © 2007-2018 Whitestein Technologies. All Rights Reserved.