com.atlassian.confluence.selenium.client
Class LinkPropertyPanel

java.lang.Object
  extended by com.atlassian.confluence.selenium.client.PropertyPanel
      extended by com.atlassian.confluence.selenium.client.LinkPropertyPanel

public class LinkPropertyPanel
extends PropertyPanel


Field Summary
 
Fields inherited from class com.atlassian.confluence.selenium.client.PropertyPanel
client, PROPERTY_PANEL_SELECTOR, PROPERTY_PANEL_SHADOW_SELECTOR, tinyMce
 
Method Summary
 LinkBrowser clickEditButton()
           
 void clickGotoLocationButton()
           
 void clickUnlinkButton()
           
 java.lang.String getGotoLocationButtonTooltip()
           
 boolean isEditButtonEnabled()
           
 boolean isGotoLocationButtonEnabled()
           
static LinkPropertyPanel launchFromClickOnLinkText(TinyMce tinyMce, java.lang.String linkText)
           
static LinkPropertyPanel launchFromClickOnSelector(TinyMce tinyMce, java.lang.String selector)
           
 
Methods inherited from class com.atlassian.confluence.selenium.client.PropertyPanel
getPropertyPanelSelector, getTopOffset, isPresent, waitUntilHidden, waitUntilVisible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

launchFromClickOnLinkText

public static LinkPropertyPanel launchFromClickOnLinkText(TinyMce tinyMce,
                                                          java.lang.String linkText)

launchFromClickOnSelector

public static LinkPropertyPanel launchFromClickOnSelector(TinyMce tinyMce,
                                                          java.lang.String selector)

clickGotoLocationButton

public void clickGotoLocationButton()

isGotoLocationButtonEnabled

public boolean isGotoLocationButtonEnabled()

getGotoLocationButtonTooltip

public java.lang.String getGotoLocationButtonTooltip()

clickEditButton

public LinkBrowser clickEditButton()

isEditButtonEnabled

public boolean isEditButtonEnabled()

clickUnlinkButton

public void clickUnlinkButton()


Copyright © 2003-2014 Atlassian. All Rights Reserved.