java.lang.Object
com.atlassian.jira.pageobjects.components.userpicker.LegacyTriggerPicker
com.atlassian.jira.pageobjects.components.userpicker.LegacyPicker
All Implemented Interfaces:
CustomField
Direct Known Subclasses:
LegacyUserPicker

public class LegacyPicker extends LegacyTriggerPicker
The old user/group picker that shows up as a popup window, with autocomplete suggestions. Should go away but it won't any time soon...
Since:
v5.0
  • Field Details

    • pageBinder

      @Inject protected com.atlassian.pageobjects.PageBinder pageBinder
    • timeouts

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

      @Inject protected ExtendedElementFinder extendedFinder
    • container

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

    • LegacyPicker

      public LegacyPicker(@Nullable com.atlassian.pageobjects.elements.PageElement form, String pickerId)
    • LegacyPicker

      public LegacyPicker(String pickerId)
  • Method Details

    • init

      protected void init()
      Overrides:
      init in class LegacyTriggerPicker
    • container

      protected com.atlassian.pageobjects.elements.PageElement container()
    • getSuggestions

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

      public com.atlassian.pageobjects.elements.query.TimedCondition hasActiveSuggestion()
    • getActiveSuggestion

      public Suggestion getActiveSuggestion()
    • isSuggestionsPresent

      public com.atlassian.pageobjects.elements.query.TimedCondition isSuggestionsPresent()
    • hasSuggestionWithId

      public com.atlassian.pageobjects.elements.query.TimedCondition hasSuggestionWithId(String substring)
    • getSuggestionWithId

      public Suggestion getSuggestionWithId(String substring)
    • query

      public LegacyPicker query(String query)
    • clearQuery

      public LegacyPicker clearQuery()
    • acceptUsingMouse

      public LegacyPicker acceptUsingMouse(MultiSelectSuggestion suggestion)
    • acceptActiveSuggestion

      public LegacyPicker acceptActiveSuggestion()
    • down

      public LegacyPicker down(int steps)
    • up

      public LegacyPicker up(int steps)