public class LegacyPickerSuggestion extends Object implements Suggestion
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.elements.PageElement |
container |
Constructor and Description |
---|
LegacyPickerSuggestion(com.atlassian.pageobjects.elements.PageElement container) |
Modifier and Type | Method and Description |
---|---|
Suggestion |
click() |
com.atlassian.pageobjects.elements.PageElement |
getContainer() |
com.atlassian.pageobjects.elements.query.TimedQuery<String> |
getId() |
com.atlassian.pageobjects.elements.query.TimedQuery<String> |
getText() |
com.atlassian.pageobjects.elements.query.TimedCondition |
isActive() |
public LegacyPickerSuggestion(com.atlassian.pageobjects.elements.PageElement container)
public Suggestion click()
click
in interface Suggestion
public com.atlassian.pageobjects.elements.query.TimedCondition isActive()
isActive
in interface Suggestion
public com.atlassian.pageobjects.elements.query.TimedQuery<String> getText()
getText
in interface Suggestion
public com.atlassian.pageobjects.elements.query.TimedQuery<String> getId()
public com.atlassian.pageobjects.elements.PageElement getContainer()
getContainer
in interface Suggestion
Copyright © 2002-2018 Atlassian. All Rights Reserved.