public class MultiSelectSuggestion extends Object implements Suggestion
| Modifier and Type | Field and Description |
|---|---|
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 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-2023 Atlassian. All Rights Reserved.