com.atlassian.confluence.selenium.client
Class PropertyPanel

java.lang.Object
  extended by com.atlassian.confluence.selenium.client.PropertyPanel
Direct Known Subclasses:
ImagePropertyPanel, LinkPropertyPanel

public class PropertyPanel
extends Object

Represents the Property Panel that appears in the Rich Text Editor when certain elements like links and images are triggered.


Field Summary
protected  ConfluenceSeleniumClient client
           
static String PROPERTY_PANEL_SELECTOR
           
static String PROPERTY_PANEL_SHADOW_SELECTOR
           
protected  TinyMce tinyMce
           
 
Constructor Summary
protected PropertyPanel(TinyMce tinyMce)
           
 
Method Summary
 boolean isPresent()
           
 void waitUntilVisible()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tinyMce

protected final TinyMce tinyMce

client

protected ConfluenceSeleniumClient client

PROPERTY_PANEL_SELECTOR

public static final String PROPERTY_PANEL_SELECTOR
See Also:
Constant Field Values

PROPERTY_PANEL_SHADOW_SELECTOR

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

PropertyPanel

protected PropertyPanel(TinyMce tinyMce)
Method Detail

isPresent

public boolean isPresent()

waitUntilVisible

public void waitUntilVisible()


Copyright © 2003-2010 Atlassian. All Rights Reserved.