com.atlassian.jira.webtest.framework.core.component
Interface ValueHolder

All Known Subinterfaces:
AutoCompleteInput<P>, CommentInput, DotDialog.DDInput, FcInput<I,F,S>, FcLozenge, Input, IssuePicker.Input
All Known Implementing Classes:
AbstractSeleniumFcInput, SeleniumAutoCompleteInput, SeleniumCommentInput, SeleniumDDInput, SeleniumInput, SeleniumLozenge

public interface ValueHolder

A component that holds a single string value in it, e.g. HTML input.

Since:
v4.3

Method Summary
 TimedQuery<String> value()
          Get this component's current value
 

Method Detail

value

TimedQuery<String> value()
Get this component's current value

Returns:
query for the current value of this component


Copyright © 2002-2013 Atlassian. All Rights Reserved.