com.atlassian.jira.webtest.framework.impl.selenium.component.fc
Class IssuePickerSuggestions

java.lang.Object
  extended by com.atlassian.jira.webtest.framework.impl.selenium.core.SeleniumContextAware
      extended by com.atlassian.jira.webtest.framework.impl.selenium.core.AbstractSeleniumPageObject
          extended by com.atlassian.jira.webtest.framework.impl.selenium.core.AbstractLocatorBasedPageObject
              extended by com.atlassian.jira.webtest.framework.impl.selenium.core.component.AbstractSeleniumComponent<P>
                  extended by com.atlassian.jira.webtest.framework.impl.selenium.component.AbstractSeleniumDropdown<F>
                      extended by com.atlassian.jira.webtest.framework.impl.selenium.component.fc.AbstractFcSuggestions<IssuePicker,IssuePicker.Suggestions,IssuePicker.Input>
                          extended by com.atlassian.jira.webtest.framework.impl.selenium.component.fc.IssuePickerSuggestions
All Implemented Interfaces:
AjsDropdown<IssuePicker>, FcSuggestions<IssuePicker>, FrotherControlComponent<IssuePicker,IssuePicker.Suggestions,IssuePicker.Input>, IssuePicker.Suggestions, Component<IssuePicker>, Localizable, Openable<AjsDropdown<IssuePicker>>, PageObject

public class IssuePickerSuggestions
extends AbstractFcSuggestions<IssuePicker,IssuePicker.Suggestions,IssuePicker.Input>
implements IssuePicker.Suggestions

Selenium implementation of IssuePicker.Suggestions.

Since:
4.3

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.atlassian.jira.webtest.framework.component.AjsDropdown
AjsDropdown.CloseMode<PP extends PageObject>, AjsDropdown.Item<R extends PageObject>, AjsDropdown.Section<Q extends PageObject>
 
Field Summary
 
Fields inherited from class com.atlassian.jira.webtest.framework.impl.selenium.core.SeleniumContextAware
assertThat, client, context, timeouts
 
Constructor Summary
IssuePickerSuggestions(String fieldId, IssuePicker parent, SeleniumContext ctx)
           
 
Method Summary
 TimedQuery<IssuePicker.CountableSection> currentSearch()
           
 TimedCondition hasCurrentSearch()
           
 TimedCondition hasHistorySearch()
           
 TimedCondition hasSection(IssuePicker.Sections section)
           
 TimedCondition hasUserInputOption()
           
 TimedQuery<IssuePicker.CountableSection> historySearch()
           
 TimedQuery<AjsDropdown.Section<IssuePicker>> section(IssuePicker.Sections section)
           
 TimedQuery<AjsDropdown.Section<IssuePicker>> userInput()
           
 
Methods inherited from class com.atlassian.jira.webtest.framework.impl.selenium.component.fc.AbstractFcSuggestions
fc, isOpenableByContext, open
 
Methods inherited from class com.atlassian.jira.webtest.framework.impl.selenium.component.AbstractSeleniumDropdown
allSections, close, detector, hasItem, hasSection, isClosed, isOpen, isOpenable, item, itemCount, locator, section, selectedItem
 
Methods inherited from class com.atlassian.jira.webtest.framework.impl.selenium.core.component.AbstractSeleniumComponent
parent
 
Methods inherited from class com.atlassian.jira.webtest.framework.impl.selenium.core.AbstractLocatorBasedPageObject
isReady
 
Methods inherited from class com.atlassian.jira.webtest.framework.impl.selenium.core.AbstractSeleniumPageObject
body, conditions, css, forClass, id, jQuery, locatorFor, name, queries, waitFor, xpath
 
Methods inherited from class com.atlassian.jira.webtest.framework.impl.selenium.core.SeleniumContextAware
context
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.jira.webtest.framework.component.AjsDropdown
allSections, close, hasItem, hasSection, item, itemCount, section, selectedItem
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.component.Component
parent
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.Openable
isClosed, isOpen, isOpenable, open
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.Localizable
locator
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.PageObject
context, isReady
 
Methods inherited from interface com.atlassian.jira.webtest.framework.component.fc.FrotherControlComponent
fc
 

Constructor Detail

IssuePickerSuggestions

public IssuePickerSuggestions(String fieldId,
                              IssuePicker parent,
                              SeleniumContext ctx)
Method Detail

hasHistorySearch

public TimedCondition hasHistorySearch()
Specified by:
hasHistorySearch in interface IssuePicker.Suggestions

hasCurrentSearch

public TimedCondition hasCurrentSearch()
Specified by:
hasCurrentSearch in interface IssuePicker.Suggestions

hasUserInputOption

public TimedCondition hasUserInputOption()
Specified by:
hasUserInputOption in interface IssuePicker.Suggestions

hasSection

public TimedCondition hasSection(IssuePicker.Sections section)
Specified by:
hasSection in interface IssuePicker.Suggestions

historySearch

public TimedQuery<IssuePicker.CountableSection> historySearch()
Specified by:
historySearch in interface IssuePicker.Suggestions

currentSearch

public TimedQuery<IssuePicker.CountableSection> currentSearch()
Specified by:
currentSearch in interface IssuePicker.Suggestions

userInput

public TimedQuery<AjsDropdown.Section<IssuePicker>> userInput()
Specified by:
userInput in interface IssuePicker.Suggestions

section

public TimedQuery<AjsDropdown.Section<IssuePicker>> section(IssuePicker.Sections section)
Specified by:
section in interface IssuePicker.Suggestions


Copyright © 2002-2013 Atlassian. All Rights Reserved.