com.atlassian.confluence.pageobjects.component.editor
Class ImagePropertyPanel

java.lang.Object
  extended by com.atlassian.confluence.pageobjects.component.editor.PropertyPanel
      extended by com.atlassian.confluence.pageobjects.component.editor.ImagePropertyPanel

public class ImagePropertyPanel
extends PropertyPanel


Nested Class Summary
static class ImagePropertyPanel.ImageSize
           
 
Field Summary
 
Fields inherited from class com.atlassian.confluence.pageobjects.component.editor.PropertyPanel
propertyPanelElement
 
Constructor Summary
ImagePropertyPanel()
           
 
Method Summary
 String getCustomSizeInputValue()
           
 boolean isBorderToggleOn()
           
 boolean isLargeSelected()
           
 boolean isMediumSelected()
           
 com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isPresent()
           
 boolean isSmallSelected()
           
 com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isVisible()
           
 ImagePropertiesDialog openImagePropertiesDialog()
           
 void setImageSize(int pixels)
           
 void setLarge()
           
 void setMedium()
           
 void setOriginal()
           
 void setSmall()
           
 void toggleBorder()
          Toggle the border of the image.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImagePropertyPanel

public ImagePropertyPanel()
Method Detail

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.