com.atlassian.confluence.pageobjects.component.dialog
Class WhatsNewDialog

java.lang.Object
  extended by com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
      extended by com.atlassian.confluence.pageobjects.component.dialog.AbstractDialog
          extended by com.atlassian.confluence.pageobjects.component.dialog.Dialog
              extended by com.atlassian.confluence.pageobjects.component.dialog.WhatsNewDialog
All Implemented Interfaces:
PageComponent

public class WhatsNewDialog
extends Dialog


Field Summary
static String ID
           
 
Fields inherited from class com.atlassian.confluence.pageobjects.component.dialog.AbstractDialog
id
 
Fields inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
driver, frameExecutor, pageBinder, pageElementFinder, timeouts, waiter
 
Constructor Summary
WhatsNewDialog()
           
 
Method Summary
 WhatsNewDialog checkDontShow()
           
 boolean isDontShowChecked()
           
 WhatsNewDialog uncheckDontShow()
           
 
Methods inherited from class com.atlassian.confluence.pageobjects.component.dialog.Dialog
clickButton, clickCancel, clickCancelAndWaitUntilClosed, clickLink, clickPageMenu, find, findAll, getTitle, hasButton, hasLink, hasPageMenu, isButtonDisabled
 
Methods inherited from class com.atlassian.confluence.pageobjects.component.dialog.AbstractDialog
getDialog, getHeight, getId, getWidth, isVisible, isVisibleTimed, pressEscape, pressEscapeOnly, waitForRemoval, waitUntilHidden, waitUntilVisible
 
Methods inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
getComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final String ID
See Also:
Constant Field Values
Constructor Detail

WhatsNewDialog

public WhatsNewDialog()
Method Detail

isDontShowChecked

public boolean isDontShowChecked()

checkDontShow

public WhatsNewDialog checkDontShow()

uncheckDontShow

public WhatsNewDialog uncheckDontShow()


Copyright © 2003–2015 Atlassian. All rights reserved.