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 Suggestion
public com.atlassian.pageobjects.elements.query.TimedQuery<String> getId()
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.PageElement getContainer()
getContainer
in interface Suggestion
public String getMainLabel()
public String getAliasLabel()
Copyright © 2002-2015 Atlassian. All Rights Reserved.