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

Packages that use ValueHolder
com.atlassian.jira.webtest.framework.component   
com.atlassian.jira.webtest.framework.component.fc   
com.atlassian.jira.webtest.framework.core.component   
com.atlassian.jira.webtest.framework.dialog   
com.atlassian.jira.webtest.framework.impl.selenium.component   
com.atlassian.jira.webtest.framework.impl.selenium.component.fc   
com.atlassian.jira.webtest.framework.impl.selenium.core.component   
com.atlassian.jira.webtest.framework.impl.selenium.dialog   
 

Uses of ValueHolder in com.atlassian.jira.webtest.framework.component
 

Subinterfaces of ValueHolder in com.atlassian.jira.webtest.framework.component
 interface AutoCompleteInput<P extends Localizable>
           Represents an auto-complete input, in which each key stroke causes rendering of an AjsDropdown instance containing suggestions on how to complete the input sequence.
 interface CommentInput
           Represents the comment input component in the JIRA UI.
 

Uses of ValueHolder in com.atlassian.jira.webtest.framework.component.fc
 

Subinterfaces of ValueHolder in com.atlassian.jira.webtest.framework.component.fc
 interface FcInput<I extends FcInput<I,F,S>,F extends FrotherControl<F,S,I>,S extends FcSuggestions<F>>
          Input component of the FrotherControl.
 interface FcLozenge
          Lozenge component of the Frother Control.
static interface IssuePicker.Input
           
 

Uses of ValueHolder in com.atlassian.jira.webtest.framework.core.component
 

Subinterfaces of ValueHolder in com.atlassian.jira.webtest.framework.core.component
 interface Input
          Represents an HTML input.
 

Uses of ValueHolder in com.atlassian.jira.webtest.framework.dialog
 

Subinterfaces of ValueHolder in com.atlassian.jira.webtest.framework.dialog
static interface DotDialog.DDInput
           
 

Uses of ValueHolder in com.atlassian.jira.webtest.framework.impl.selenium.component
 

Classes in com.atlassian.jira.webtest.framework.impl.selenium.component that implement ValueHolder
 class SeleniumAutoCompleteInput<T extends AutoCompleteInput<P>,P extends Localizable>
          Abstract Selenium implementation of AutoCompleteInput.
 class SeleniumCommentInput
          Selenium implementation of CommentInput.
 

Uses of ValueHolder in com.atlassian.jira.webtest.framework.impl.selenium.component.fc
 

Classes in com.atlassian.jira.webtest.framework.impl.selenium.component.fc that implement ValueHolder
 class AbstractSeleniumFcInput<I extends FcInput<I,F,S>,F extends FrotherControl<F,S,I>,S extends FcSuggestions<F>>
          Abstract implementation of FcSuggestions
 class SeleniumLozenge
          Selenium implementation of FcLozenge.
 

Uses of ValueHolder in com.atlassian.jira.webtest.framework.impl.selenium.core.component
 

Classes in com.atlassian.jira.webtest.framework.impl.selenium.core.component that implement ValueHolder
 class SeleniumInput
          Selenium implementation of Input.
 

Uses of ValueHolder in com.atlassian.jira.webtest.framework.impl.selenium.dialog
 

Classes in com.atlassian.jira.webtest.framework.impl.selenium.dialog that implement ValueHolder
 class SeleniumDDInput
          Implementation of AutoCompleteInput for the SeleniumDotDialog.
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.