Class LegacyPickerSuggestion

java.lang.Object
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 Details

    • container

      protected final com.atlassian.pageobjects.elements.PageElement container
  • Constructor Details

    • LegacyPickerSuggestion

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

    • 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
    • getContainer

      public com.atlassian.pageobjects.elements.PageElement getContainer()
      Specified by:
      getContainer in interface Suggestion