Uses of Interface
com.atlassian.jira.webtest.framework.component.CommentInput

Packages that use CommentInput
com.atlassian.jira.webtest.framework.component   
com.atlassian.jira.webtest.framework.form.issueaction   
com.atlassian.jira.webtest.framework.impl.selenium.component   
com.atlassian.jira.webtest.framework.impl.selenium.dialog.issueaction   
com.atlassian.jira.webtest.framework.impl.selenium.form.issueaction   
 

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

Methods in com.atlassian.jira.webtest.framework.component that return CommentInput
 CommentInput CommentInput.toggleMode()
          Switch mode of this comment input.
 

Methods in com.atlassian.jira.webtest.framework.component that return types with arguments of type CommentInput
 TimedQuery<AjsDropdown.Item<CommentInput>> CommentInput.CommentVisibilityDropdown.allUsersItem()
           
 TimedQuery<AjsDropdown.Section<CommentInput>> CommentInput.CommentVisibilityDropdown.groupsSection()
           
 TimedQuery<AjsDropdown.Section<CommentInput>> CommentInput.CommentVisibilityDropdown.rolesSection()
           
 

Uses of CommentInput in com.atlassian.jira.webtest.framework.form.issueaction
 

Methods in com.atlassian.jira.webtest.framework.form.issueaction that return CommentInput
 CommentInput LinkIssueForm.comment()
          Comment input of this form
 

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

Classes in com.atlassian.jira.webtest.framework.impl.selenium.component that implement CommentInput
 class SeleniumCommentInput
          Selenium implementation of CommentInput.
 

Methods in com.atlassian.jira.webtest.framework.impl.selenium.component that return CommentInput
 CommentInput SeleniumCommentInput.toggleMode()
           
 

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

Methods in com.atlassian.jira.webtest.framework.impl.selenium.dialog.issueaction that return CommentInput
 CommentInput SeleniumLinkIssueDialog.comment()
           
 

Uses of CommentInput in com.atlassian.jira.webtest.framework.impl.selenium.form.issueaction
 

Methods in com.atlassian.jira.webtest.framework.impl.selenium.form.issueaction that return CommentInput
 CommentInput SeleniumLinkIssueForm.comment()
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.