public class LspsMultiSelectList extends InputComponent
element| Constructor and Description |
|---|
LspsMultiSelectList(ListSelectElement element) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears the selection - makes all items deselected.
|
String[] |
getSelection()
Returns the current selection.
|
void |
select(String... text)
Makes given items selected.
|
String |
toString() |
checkNotReadOnly, getLabel, isReadOnlyas, findAll, getErrorMessage, getHint, getId, getModelingId, isValid, isVisible, toHTML, toInnerHTML$, clickButton, contains, find, getDriver, waitForVaadinpublic void select(String... text)
text - a list of item texts which are to be selected. Not null, may be empty.org.openqa.selenium.NoSuchElementException - if there is no item with given text.public String[] getSelection()
public void clear()
public String toString()
toString in class InputComponentCopyright © 2007-2018 Whitestein Technologies. All Rights Reserved.