com.atlassian.jira.pageobjects.components.fields
Class SuggestionGroup
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
SuggestionGroup
public SuggestionGroup(com.atlassian.pageobjects.elements.PageElement container)
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-2014 Atlassian. All Rights Reserved.