com.ibm.team.fvt.tests.web
Class WebCKEditorSimpleElement

java.lang.Object
  extended by com.ibm.team.fvt.tests.web.WebPageElement
      extended by com.ibm.team.fvt.tests.web.WebElementWrapper
          extended by com.ibm.team.fvt.tests.web.WebCKEditorSimpleElement

public class WebCKEditorSimpleElement
extends WebElementWrapper

Class to handle a CKEditor simple element.

Following features are accessible in this page:

Following internal features are also defined or specialized by this page:


Field Summary
static org.openqa.selenium.By CKEDITOR_LOCATOR
           
 
Constructor Summary
WebCKEditorSimpleElement(WebPage page, WebBrowserElement element)
           
WebCKEditorSimpleElement(WebPage page, WebBrowserElement element, boolean parent)
           
 
Method Summary
 void setContent(java.lang.String text)
          Set the editor content with the given text.
 
Methods inherited from class com.ibm.team.fvt.tests.web.WebElementWrapper
getText
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CKEDITOR_LOCATOR

public static final org.openqa.selenium.By CKEDITOR_LOCATOR
Constructor Detail

WebCKEditorSimpleElement

public WebCKEditorSimpleElement(WebPage page,
                                WebBrowserElement element)

WebCKEditorSimpleElement

public WebCKEditorSimpleElement(WebPage page,
                                WebBrowserElement element,
                                boolean parent)
Method Detail

setContent

public void setContent(java.lang.String text)
Set the editor content with the given text.

Parameters:
text - The text to set the editor content with