public class LspsComboBox extends InputComponent
element| Constructor and Description |
|---|
LspsComboBox(ComboBoxElement element) |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
Return value of the combo box element.
|
void |
setValue(String text)
Input the given text to ComboBox and click on the suggestion if it
matches.
|
String |
toString() |
checkNotReadOnly, getLabel, isReadOnlyas, findAll, getErrorMessage, getHint, getId, getModelingId, isValid, isVisible, toHTML, toInnerHTML$, clickButton, contains, find, getDriver, waitForVaadinpublic void setValue(String text)
getValue() is always changed to given value, however invalid values (values not present in the suggestion list)
are rejected by the server.text - the text to set, not null.public String getValue()
public String toString()
toString in class InputComponentCopyright © 2007-2018 Whitestein Technologies. All Rights Reserved.