com.atlassian.confluence.pageobjects.component.attachment
Class AttachmentRemovalConfirmationDialog

java.lang.Object
  extended by com.atlassian.confluence.pageobjects.component.attachment.AttachmentRemovalConfirmationDialog

public class AttachmentRemovalConfirmationDialog
extends java.lang.Object

AJS dialog for removing an attachment (version).

Since:
4.3

Constructor Summary
AttachmentRemovalConfirmationDialog(com.atlassian.pageobjects.elements.PageElement attachmentRow)
           
 
Method Summary
 java.lang.String body()
           
 void cancel()
           
 void confirm()
           
 java.lang.String title()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentRemovalConfirmationDialog

public AttachmentRemovalConfirmationDialog(com.atlassian.pageobjects.elements.PageElement attachmentRow)
Method Detail

title

public java.lang.String title()

body

public java.lang.String body()

confirm

public void confirm()

cancel

public void cancel()


Copyright © 2003-2014 Atlassian. All Rights Reserved.