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, isReadOnly
as, findAll, getErrorMessage, getHint, getId, getModelingId, isValid, isVisible, toHTML, toInnerHTML
$, clickButton, contains, find, getDriver, waitForVaadin
public 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 InputComponent
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.