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