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

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

public class SuggestionGroup
extends Object
implements HasId

Represents a suggesytion group in the automcomplete dropdowns.

Since:
v5.1

Field Summary
protected  com.atlassian.pageobjects.elements.PageElement container
           
protected  com.atlassian.pageobjects.PageBinder pageBinder
           
protected  com.atlassian.pageobjects.elements.timeout.Timeouts timeouts
           
 
Constructor Summary
SuggestionGroup(com.atlassian.pageobjects.elements.PageElement container)
           
 
Method Summary
 com.atlassian.pageobjects.elements.query.TimedQuery<String> getId()
           
 com.atlassian.pageobjects.elements.query.TimedQuery<Iterable<Suggestion>> getSuggestions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timeouts

@Inject
protected com.atlassian.pageobjects.elements.timeout.Timeouts timeouts

pageBinder

@Inject
protected com.atlassian.pageobjects.PageBinder pageBinder

container

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

SuggestionGroup

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

getId

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

getSuggestions

public com.atlassian.pageobjects.elements.query.TimedQuery<Iterable<Suggestion>> getSuggestions()


Copyright © 2002-2013 Atlassian. All Rights Reserved.