com.atlassian.jira.pageobjects.components.userpicker
Class LegacyUserPicker

java.lang.Object
  extended by com.atlassian.jira.pageobjects.components.userpicker.LegacyPicker
      extended by com.atlassian.jira.pageobjects.components.userpicker.LegacyUserPicker
All Implemented Interfaces:
CustomField

public class LegacyUserPicker
extends LegacyPicker

Legacy user picker.

Since:
v5.0

Field Summary
 
Fields inherited from class com.atlassian.jira.pageobjects.components.userpicker.LegacyPicker
container, elementFinder, extendedFinder, field, form, pageBinder, pickerId, timeouts, trigger
 
Constructor Summary
LegacyUserPicker(com.atlassian.pageobjects.elements.PageElement form, String pickerId)
           
LegacyUserPicker(String pickerId)
           
 
Method Summary
 UserPickerPopup getPopup()
           
 UserPickerPopup openPopup()
           
 
Methods inherited from class com.atlassian.jira.pageobjects.components.userpicker.LegacyPicker
acceptActiveSuggestion, acceptUsingMouse, clearQuery, container, down, field, getActiveSuggestion, getSuggestions, getSuggestionWithId, getTrigger, getValue, hasActiveSuggestion, hasSuggestionWithId, isSuggestionsPresent, query, up
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LegacyUserPicker

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

LegacyUserPicker

public LegacyUserPicker(String pickerId)
Method Detail

openPopup

public UserPickerPopup openPopup()

getPopup

public UserPickerPopup getPopup()


Copyright © 2002-2013 Atlassian. All Rights Reserved.