public class LspsSingleSelectList extends InputComponent
element| Constructor and Description |
|---|
LspsSingleSelectList(ListSelectElement element) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Deprecated.
|
String |
getSelection()
Returns the current selection.
|
void |
select(String text)
Selects a single item with given text.
|
String |
toString() |
checkNotReadOnly, getLabel, isReadOnlyas, findAll, getErrorMessage, getHint, getId, getModelingId, isValid, isVisible, toHTML, toInnerHTML$, clickButton, contains, find, getDriver, waitForVaadinpublic void select(String text)
text - the text to select, not null.org.openqa.selenium.NoSuchElementException - if there is no item with given text.public String getSelection()
@Deprecated public void clear()
UnsupportedOperationException - alwayspublic String toString()
toString in class InputComponentCopyright © 2007-2018 Whitestein Technologies. All Rights Reserved.