org.xwiki.annotation.test.po
Class AnnotationsLabel

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

public class AnnotationsLabel
extends BaseElement

Implements the Annotation window that appears when selecting an annotation

Since:
4.2M1
Version:
$Id: fe5ef84f77f0b3255098f77c96a3c6b703266aa2 $

Constructor Summary
AnnotationsLabel()
           
 
Method Summary
 void deleteAnnotationById(String idText)
           
 void deleteAnnotationByText(String searchText)
           
 String getAnnotationAuthorById(String idText)
           
 String getAnnotationContentByText(String searchText)
           
 String getAnnotationIdByText(String searchText)
           
 String getAnnotationsAuthorByText(String searchText)
           
 
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

AnnotationsLabel

public AnnotationsLabel()
Method Detail

deleteAnnotationByText

public void deleteAnnotationByText(String searchText)

deleteAnnotationById

public void deleteAnnotationById(String idText)

getAnnotationsAuthorByText

public String getAnnotationsAuthorByText(String searchText)

getAnnotationAuthorById

public String getAnnotationAuthorById(String idText)

getAnnotationIdByText

public String getAnnotationIdByText(String searchText)

getAnnotationContentByText

public String getAnnotationContentByText(String searchText)


Copyright © 2004-2013 XWiki. All Rights Reserved.