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

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

public class AttachmentRemovalConfirmationDialog
extends Object

AJS dialog for removing an attachment (version).

Since:
4.3

Constructor Summary
AttachmentRemovalConfirmationDialog(com.atlassian.pageobjects.elements.PageElement attachmentRow)
           
 
Method Summary
 String body()
           
 void cancel()
           
 void confirm()
           
 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 String title()

body

public String body()

confirm

public void confirm()

cancel

public void cancel()


Copyright © 2003-2012 Atlassian. All Rights Reserved.