public class LegacyPicker extends LegacyTriggerPicker
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.elements.PageElement |
container |
protected ExtendedElementFinder |
extendedFinder |
protected com.atlassian.pageobjects.PageBinder |
pageBinder |
protected com.atlassian.pageobjects.elements.timeout.Timeouts |
timeouts |
elementFinder, field, form, pickerId, trigger
Constructor and Description |
---|
LegacyPicker(com.atlassian.pageobjects.elements.PageElement form,
String pickerId) |
LegacyPicker(String pickerId) |
Modifier and Type | Method and Description |
---|---|
LegacyPicker |
acceptActiveSuggestion() |
LegacyPicker |
acceptUsingMouse(MultiSelectSuggestion suggestion) |
LegacyPicker |
clearQuery() |
protected com.atlassian.pageobjects.elements.PageElement |
container() |
LegacyPicker |
down(int steps) |
Suggestion |
getActiveSuggestion() |
com.atlassian.pageobjects.elements.query.TimedQuery<Iterable<Suggestion>> |
getSuggestions() |
Suggestion |
getSuggestionWithId(String substring) |
com.atlassian.pageobjects.elements.query.TimedCondition |
hasActiveSuggestion() |
com.atlassian.pageobjects.elements.query.TimedCondition |
hasSuggestionWithId(String substring) |
protected void |
init() |
com.atlassian.pageobjects.elements.query.TimedCondition |
isSuggestionsPresent() |
LegacyPicker |
query(String query) |
LegacyPicker |
up(int steps) |
field, getTrigger, getValue, root
@Inject protected com.atlassian.pageobjects.PageBinder pageBinder
@Inject protected com.atlassian.pageobjects.elements.timeout.Timeouts timeouts
@Inject protected ExtendedElementFinder extendedFinder
protected com.atlassian.pageobjects.elements.PageElement container
public LegacyPicker(@Nullable com.atlassian.pageobjects.elements.PageElement form, String pickerId)
public LegacyPicker(String pickerId)
protected void init()
init
in class LegacyTriggerPicker
protected com.atlassian.pageobjects.elements.PageElement container()
public com.atlassian.pageobjects.elements.query.TimedQuery<Iterable<Suggestion>> getSuggestions()
public com.atlassian.pageobjects.elements.query.TimedCondition hasActiveSuggestion()
public Suggestion getActiveSuggestion()
public com.atlassian.pageobjects.elements.query.TimedCondition isSuggestionsPresent()
public com.atlassian.pageobjects.elements.query.TimedCondition hasSuggestionWithId(String substring)
public Suggestion getSuggestionWithId(String substring)
public LegacyPicker query(String query)
public LegacyPicker clearQuery()
public LegacyPicker acceptUsingMouse(MultiSelectSuggestion suggestion)
public LegacyPicker acceptActiveSuggestion()
public LegacyPicker down(int steps)
public LegacyPicker up(int steps)
Copyright © 2002-2024 Atlassian. All Rights Reserved.