com.atlassian.jira.pageobjects.components.fields
Class SingleSelect

java.lang.Object
  extended by com.atlassian.jira.pageobjects.components.fields.SingleSelect

public class SingleSelect
extends Object

Since:
v4.4

Constructor Summary
SingleSelect(com.atlassian.pageobjects.elements.PageElement parent)
           
 
Method Summary
 SingleSelect clear()
           
 String getError()
           
 String getValue()
           
 boolean isAutocompleteDisabled()
           
 SingleSelect select(String value)
           
 SingleSelect type(CharSequence text)
          Type into this single select without any additional validation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleSelect

public SingleSelect(com.atlassian.pageobjects.elements.PageElement parent)
Method Detail

select

public SingleSelect select(String value)

getValue

public String getValue()

isAutocompleteDisabled

public boolean isAutocompleteDisabled()

clear

public SingleSelect clear()

type

public SingleSelect type(CharSequence text)
Type into this single select without any additional validation

Parameters:
text - text to type
Returns:
this single select instance

getError

public String getError()


Copyright © 2002-2012 Atlassian. All Rights Reserved.