it.com.atlassian.gadgets.pages.fields
Class MultiSelect

java.lang.Object
  extended by it.com.atlassian.gadgets.pages.fields.MultiSelect
All Implemented Interfaces:
UserPrefField

public class MultiSelect
extends Object
implements UserPrefField


Constructor Summary
MultiSelect(org.openqa.selenium.WebElement field)
           
 
Method Summary
 String getValue()
           
 UserPrefField set(String... values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiSelect

public MultiSelect(org.openqa.selenium.WebElement field)
Method Detail

set

public UserPrefField set(String... values)
Specified by:
set in interface UserPrefField

getValue

public String getValue()
Specified by:
getValue in interface UserPrefField


Copyright © 2014 Atlassian. All Rights Reserved.