com.atlassian.confluence.pageobjects.component.editor
Class ImagePropertyPanel
java.lang.Object
com.atlassian.confluence.pageobjects.component.editor.PropertyPanel
com.atlassian.confluence.pageobjects.component.editor.ImagePropertyPanel
public class ImagePropertyPanel
- extends PropertyPanel
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImagePropertyPanel
public ImagePropertyPanel()
setImageSize
public void setImageSize(int pixels)
getCustomSizeInputValue
public String getCustomSizeInputValue()
setSmall
public void setSmall()
setMedium
public void setMedium()
setLarge
public void setLarge()
setOriginal
public void setOriginal()
isSmallSelected
public boolean isSmallSelected()
isMediumSelected
public boolean isMediumSelected()
isLargeSelected
public boolean isLargeSelected()
openImagePropertiesDialog
public ImagePropertiesDialog openImagePropertiesDialog()
isVisible
public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isVisible()
isPresent
public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isPresent()
toggleBorder
public void toggleBorder()
- Toggle the border of the image.
- Since:
- 5.7
isBorderToggleOn
public boolean isBorderToggleOn()
- Returns:
- true if the property panel for border toggling is set to ON (that is, image should have a border)
- Since:
- 5.7
Copyright © 2003–2015 Atlassian. All rights reserved.