|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MultiSelectElement
Represents a standard multi-select HTML element.
| Method Summary | |
|---|---|
List<Option> |
getAllOptions()
All options |
List<Option> |
getSelected()
Selected options. |
MultiSelectElement |
select(Option option)
Add given option to the current selection. |
MultiSelectElement |
selectAll()
Add all options to the current selection. |
MultiSelectElement |
unselect(Option option)
Remove given option from the current selection |
MultiSelectElement |
unselectAll()
Remove all options from the current selection |
| Methods inherited from interface com.atlassian.pageobjects.elements.PageElement |
|---|
clear, click, find, findAll, getAttribute, getLocation, getSize, getTagName, getText, getValue, hasAttribute, hasClass, isEnabled, isPresent, isSelected, isVisible, javascript, select, timed, toggle, type, withTimeout |
| Methods inherited from interface com.atlassian.pageobjects.elements.PageElementFinder |
|---|
find, find, find, findAll, findAll, findAll |
| Method Detail |
|---|
List<Option> getAllOptions()
List<Option> getSelected()
MultiSelectElement select(Option option)
option - option to add
MultiSelectElement unselect(Option option)
option - option to remove
MultiSelectElement selectAll()
MultiSelectElement unselectAll()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||