com.atlassian.jira.pageobjects.components
Class NoBrowseUsersUserPicker

java.lang.Object
  extended by com.atlassian.jira.pageobjects.components.MultiSelect
      extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class com.atlassian.jira.pageobjects.components.MultiSelect
MultiSelect.Item
 
Constructor Summary
NoBrowseUsersUserPicker(String id)
           
NoBrowseUsersUserPicker(String id, com.google.common.base.Function<String,org.openqa.selenium.By> itemLocator)
           
 
Method Summary
 void add(String item)
          Adds an item by typing it in and picking the first suggestion.
 
Methods inherited from class com.atlassian.jira.pageobjects.components.MultiSelect
clear, getItemByName, getItems, getTextArea, hasItem, hasItems, initialize, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoBrowseUsersUserPicker

public NoBrowseUsersUserPicker(String id)

NoBrowseUsersUserPicker

public NoBrowseUsersUserPicker(String id,
                               com.google.common.base.Function<String,org.openqa.selenium.By> itemLocator)
Method Detail

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.