com.atlassian.jira.pageobjects.components.fields
Class MultiSelectSuggestion

java.lang.Object
  extended by com.atlassian.jira.pageobjects.components.fields.MultiSelectSuggestion
All Implemented Interfaces:
Suggestion, HasId

public class MultiSelectSuggestion
extends Object
implements Suggestion

Since:
v4.4

Field Summary
static com.google.common.base.Function<com.atlassian.pageobjects.elements.PageElement,MultiSelectSuggestion> BUILDER
           
protected  com.atlassian.pageobjects.elements.PageElement container
           
 
Constructor Summary
MultiSelectSuggestion(com.atlassian.pageobjects.elements.PageElement container)
           
 
Method Summary
 Suggestion click()
           
 boolean equals(Object obj)
           
 String getAliasLabel()
           
 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()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

BUILDER

public static final com.google.common.base.Function<com.atlassian.pageobjects.elements.PageElement,MultiSelectSuggestion> BUILDER

container

protected final com.atlassian.pageobjects.elements.PageElement container
Constructor Detail

MultiSelectSuggestion

public MultiSelectSuggestion(com.atlassian.pageobjects.elements.PageElement container)
Method Detail

click

public Suggestion click()
Specified by:
click in interface Suggestion

getId

public com.atlassian.pageobjects.elements.query.TimedQuery<String> getId()
Specified by:
getId in interface HasId

isActive

public com.atlassian.pageobjects.elements.query.TimedCondition isActive()
Specified by:
isActive in interface Suggestion

getText

public com.atlassian.pageobjects.elements.query.TimedQuery<String> getText()
Specified by:
getText in interface Suggestion

getMainLabel

public String getMainLabel()

getAliasLabel

public String getAliasLabel()

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2002-2014 Atlassian. All Rights Reserved.