com.atlassian.jira.webtest.selenium.framework.core
Interface Cancelable<T extends PageObject>

Type Parameters:
T - type of this page object returned by cancel action
All Superinterfaces:
PageObject
All Known Subinterfaces:
SubmittableDialog
All Known Implementing Classes:
AbstractIssueDialog, AbstractSubmittableDialog, AddCommentDialog, AttachFileDialog, DeleteIssueLinkDialog, EditLabelsDialog, GenericDialog, LinkIssueDialog, LogWorkDialog, QuickCreateIssue, QuickCreateSubtask, WorkflowTransitionDialog

Deprecated. use Cancelable instead

@Deprecated
public interface Cancelable<T extends PageObject>
extends PageObject

A page object with ability to be cancelled (closed).

Since:
v4.2

Method Summary
 T cancel(CancelType cancelType)
          Deprecated. Cancel this element.
 
Methods inherited from interface com.atlassian.jira.webtest.selenium.framework.core.PageObject
assertReady
 

Method Detail

cancel

T cancel(CancelType cancelType)
Deprecated. 
Cancel this element.

Parameters:
cancelType - type of cancel action to perform
Returns:
this page object


Copyright © 2002-2013 Atlassian. All Rights Reserved.