com.atlassian.jira.pageobjects.components
Class NoBrowseUsersUserPicker
java.lang.Object
com.atlassian.jira.pageobjects.components.MultiSelect
com.atlassian.jira.pageobjects.components.NoBrowseUsersUserPicker
public class NoBrowseUsersUserPicker
- extends MultiSelect
Simple extension of MultiSelect to implement the suggestion-free
user name picker used when the logged-in user does not have the
Browse User permission.
- Since:
- v5.1
Method Summary |
void |
add(String item)
Adds an item by typing it in and picking the first suggestion. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoBrowseUsersUserPicker
public NoBrowseUsersUserPicker(String id)
NoBrowseUsersUserPicker
public NoBrowseUsersUserPicker(String id,
com.google.common.base.Function<String,org.openqa.selenium.By> itemLocator)
add
public void add(String item)
- Adds an item by typing it in and picking the first suggestion. Assumes that the item passed in
will be used as the lozenge label
- Overrides:
add
in class MultiSelect
- Parameters:
item
- the item to add
Copyright © 2002-2012 Atlassian. All Rights Reserved.