public class MultiSelectSuggestion extends Object implements Suggestion
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<com.atlassian.pageobjects.elements.PageElement,MultiSelectSuggestion> |
BUILDER |
protected com.atlassian.pageobjects.elements.PageElement |
container |
| Constructor and Description |
|---|
MultiSelectSuggestion(com.atlassian.pageobjects.elements.PageElement container) |
| Modifier and Type | Method and Description |
|---|---|
Suggestion |
click() |
boolean |
equals(Object obj) |
String |
getAliasLabel() |
com.atlassian.pageobjects.elements.PageElement |
getContainer() |
com.atlassian.pageobjects.elements.query.TimedQuery<String> |
getId() |
String |
getMainLabel() |
com.atlassian.pageobjects.elements.query.TimedQuery<String> |
getText() |
int |
hashCode() |
com.atlassian.pageobjects.elements.query.TimedCondition |
isActive() |
String |
toString() |
public static final com.google.common.base.Function<com.atlassian.pageobjects.elements.PageElement,MultiSelectSuggestion> BUILDER
protected final com.atlassian.pageobjects.elements.PageElement container
public MultiSelectSuggestion(com.atlassian.pageobjects.elements.PageElement container)
public Suggestion click()
click in interface Suggestionpublic com.atlassian.pageobjects.elements.query.TimedQuery<String> getId()
public com.atlassian.pageobjects.elements.query.TimedCondition isActive()
isActive in interface Suggestionpublic com.atlassian.pageobjects.elements.query.TimedQuery<String> getText()
getText in interface Suggestionpublic com.atlassian.pageobjects.elements.PageElement getContainer()
getContainer in interface Suggestionpublic String getMainLabel()
public String getAliasLabel()
Copyright © 2002-2019 Atlassian. All Rights Reserved.