|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MultiSelectSuggestion | |
|---|---|
| com.atlassian.jira.pageobjects.components.fields | |
| com.atlassian.jira.pageobjects.components.userpicker | |
| Uses of MultiSelectSuggestion in com.atlassian.jira.pageobjects.components.fields |
|---|
| Fields in com.atlassian.jira.pageobjects.components.fields with type parameters of type MultiSelectSuggestion | |
|---|---|
static com.google.common.base.Function<com.atlassian.pageobjects.elements.PageElement,MultiSelectSuggestion> |
MultiSelectSuggestion.BUILDER
|
| Methods in com.atlassian.jira.pageobjects.components.fields that return MultiSelectSuggestion | |
|---|---|
MultiSelectSuggestion |
AutoComplete.getActiveSuggestion()
Gets active suggestion |
MultiSelectSuggestion |
QueryableDropdownSelect.getActiveSuggestion()
|
| Methods in com.atlassian.jira.pageobjects.components.fields that return types with arguments of type MultiSelectSuggestion | |
|---|---|
static org.hamcrest.Matcher<Iterable<MultiSelectSuggestion>> |
SuggestionMatchers.containsSuggestion(String mainLabel)
|
static org.hamcrest.Matcher<Iterable<MultiSelectSuggestion>> |
SuggestionMatchers.containsSuggestion(String mainLabel,
String alias)
|
List<MultiSelectSuggestion> |
AutoComplete.getSuggestions()
Gets a list of suggestions visible in dropdown |
List<MultiSelectSuggestion> |
QueryableDropdownSelect.getSuggestions()
|
com.atlassian.pageobjects.elements.query.TimedQuery<MultiSelectSuggestion> |
AutoComplete.getTimedActiveSuggestion()
Gets active suggestion as a timed query |
com.atlassian.pageobjects.elements.query.TimedQuery<MultiSelectSuggestion> |
QueryableDropdownSelect.getTimedActiveSuggestion()
|
com.atlassian.pageobjects.elements.query.TimedQuery<Iterable<MultiSelectSuggestion>> |
AutoComplete.getTimedSuggestions()
Gets a list of suggestions visible in dropdown, as a timed query |
com.atlassian.pageobjects.elements.query.TimedQuery<Iterable<MultiSelectSuggestion>> |
QueryableDropdownSelect.getTimedSuggestions()
|
static org.hamcrest.Matcher<MultiSelectSuggestion> |
SuggestionMatchers.hasLabels(String mainLabel,
String alias)
|
static org.hamcrest.Matcher<MultiSelectSuggestion> |
SuggestionMatchers.hasMainLabel(String mainLabel)
|
static org.hamcrest.Matcher<List<MultiSelectSuggestion>> |
SuggestionMatchers.hasNoMatches()
|
static org.hamcrest.Matcher<Iterable<MultiSelectSuggestion>> |
SuggestionMatchers.hasNumberSuggestions(Integer numberSuggestions)
|
static org.hamcrest.Matcher<MultiSelectSuggestion> |
SuggestionMatchers.hasText(String text)
|
| Methods in com.atlassian.jira.pageobjects.components.fields with parameters of type MultiSelectSuggestion | |
|---|---|
AutoComplete |
AutoComplete.acceptUsingKeyboard(MultiSelectSuggestion suggestion)
Presses enter on specified suggestion |
AutoComplete |
QueryableDropdownSelect.acceptUsingKeyboard(MultiSelectSuggestion suggestion)
|
AutoComplete |
AutoComplete.acceptUsingMouse(MultiSelectSuggestion suggestion)
Selects specified suggestion using mouse click |
AutoComplete |
QueryableDropdownSelect.acceptUsingMouse(MultiSelectSuggestion suggestion)
|
| Uses of MultiSelectSuggestion in com.atlassian.jira.pageobjects.components.userpicker |
|---|
| Methods in com.atlassian.jira.pageobjects.components.userpicker with parameters of type MultiSelectSuggestion | |
|---|---|
LegacyPicker |
LegacyPicker.acceptUsingMouse(MultiSelectSuggestion suggestion)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||