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

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

public class LegacyPickerSuggestion
extends Object
implements Suggestion

Represents the Suggestion implementation in the legacy pickers.

Since:
v5.2

Field Summary
protected  com.atlassian.pageobjects.elements.PageElement container
           
 
Constructor Summary
LegacyPickerSuggestion(com.atlassian.pageobjects.elements.PageElement container)
           
 
Method Summary
 Suggestion click()
           
 com.atlassian.pageobjects.elements.query.TimedQuery<String> getId()
           
 com.atlassian.pageobjects.elements.query.TimedQuery<String> getText()
           
 com.atlassian.pageobjects.elements.query.TimedCondition isActive()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

container

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

LegacyPickerSuggestion

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

click

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

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

getId

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


Copyright © 2002-2013 Atlassian. All Rights Reserved.