com.atlassian.confluence.pageobjects.component.form
Class AutocompleteField

java.lang.Object
  extended by com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
      extended by com.atlassian.confluence.pageobjects.component.form.AutocompleteField
All Implemented Interfaces:
PageComponent

public class AutocompleteField
extends ConfluenceAbstractPageComponent

A form text field with an associated Autocomplete.


Field Summary
 
Fields inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
driver, frameExecutor, pageBinder, pageElementFinder, timeouts, waiter
 
Constructor Summary
AutocompleteField(com.atlassian.pageobjects.elements.PageElement element, com.atlassian.pageobjects.PageBinder pageBinder)
           
 
Method Summary
 java.lang.String getValue()
           
 void setValue(java.lang.String value)
          Sets a value for this text field by typing it.
 Autocomplete typeTextAndWaitForAutocomplete(java.lang.String parameterValue)
           
 
Methods inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
getComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutocompleteField

public AutocompleteField(com.atlassian.pageobjects.elements.PageElement element,
                         com.atlassian.pageobjects.PageBinder pageBinder)
Method Detail

setValue

public void setValue(java.lang.String value)
Sets a value for this text field by typing it.


typeTextAndWaitForAutocomplete

public Autocomplete typeTextAndWaitForAutocomplete(java.lang.String parameterValue)

getValue

public java.lang.String getValue()


Copyright © 2003-2014 Atlassian. All Rights Reserved.