org.xwiki.annotation.test.po
Class AnnotationsPane

java.lang.Object
  extended by org.xwiki.test.ui.po.BaseElement
      extended by org.xwiki.annotation.test.po.AnnotationsPane

public class AnnotationsPane
extends BaseElement

Pane that opens when you click on the Annotation menu entry.

Since:
4.2M1
Version:
$Id: a959f86d939a4978c5cfd0cc7370442311c00a5c $

Constructor Summary
AnnotationsPane()
           
 
Method Summary
 boolean checkIfShowAnnotationsCheckboxExists()
          Checks if the checkBox within AnnotationsPane is visible
 void clickHideAnnotations()
          Un-Checks the "Show Annotations" checkbox.
 void clickShowAnnotations()
          Checks the "Show Annotations" check box.
 void hideAnnotationsPane()
          Hides the annotations pane from the top of the page
 void showAnnotationsPane()
          Shows the annotations pane from the top of the page
 
Methods inherited from class org.xwiki.test.ui.po.BaseElement
executeJavascript, getDriver, getUtil, makeAlertDialogSilent, makeConfirmDialogSilent, makeElementVisible, makeElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilElementDisappears, waitUntilElementEndsWithAttributeValue, waitUntilElementHasAttributeValue, waitUntilElementHasTextContent, waitUntilElementIsVisible, waitUntilElementsAreVisible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationsPane

public AnnotationsPane()
Method Detail

showAnnotationsPane

public void showAnnotationsPane()
Shows the annotations pane from the top of the page


hideAnnotationsPane

public void hideAnnotationsPane()
Hides the annotations pane from the top of the page


clickShowAnnotations

public void clickShowAnnotations()
Checks the "Show Annotations" check box.


clickHideAnnotations

public void clickHideAnnotations()
Un-Checks the "Show Annotations" checkbox.


checkIfShowAnnotationsCheckboxExists

public boolean checkIfShowAnnotationsCheckboxExists()
Checks if the checkBox within AnnotationsPane is visible

Returns:
returns true if the Show Annotations checkbox is displayed


Copyright © 2004-2013 XWiki. All Rights Reserved.