public class ImagePropertyPanel extends PropertyPanel
Modifier and Type | Class and Description |
---|---|
static class |
ImagePropertyPanel.Size |
client, PROPERTY_PANEL_SELECTOR, PROPERTY_PANEL_SHADOW_SELECTOR, tinyMce
Constructor and Description |
---|
ImagePropertyPanel(TinyMce tinyMce,
String imageFileName) |
Modifier and Type | Method and Description |
---|---|
void |
clickBorderButton(boolean on) |
void |
clickLargeButton() |
LinkBrowser |
clickLink() |
void |
clickMediumButton() |
void |
clickOriginalButton() |
void |
clickSmallButton() |
int |
getAnchorImageHeight()
Returns the height of the property panel's anchor image.
|
int |
getTop()
Returns the CSS top position of the Property Panel element.
|
static ImagePropertyPanel |
launchFromClickOnImage(TinyMce tinyMce,
String imageFileName) |
void |
waitForAnchorImageHeight(int height)
Waits until the panel's anchor image is the expected height.
|
getPropertyPanelSelector, getTopOffset, isPresent, waitUntilHidden, waitUntilVisible
public static ImagePropertyPanel launchFromClickOnImage(TinyMce tinyMce, String imageFileName)
public void clickSmallButton()
public void clickMediumButton()
public void clickLargeButton()
public void clickOriginalButton()
public void clickBorderButton(boolean on)
public LinkBrowser clickLink()
public int getAnchorImageHeight()
public void waitForAnchorImageHeight(int height)
height
- expected heightpublic int getTop()
Copyright © 2003–2015 Atlassian. All rights reserved.