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


Field Summary
 
Fields inherited from class com.atlassian.confluence.pageobjects.component.editor.PropertyPanel
propertyPanelElement
 
Constructor Summary
ImagePropertyPanel()
           
 
Method Summary
 boolean isVisible()
           
 ImagePropertiesDialog openImagePropertiesDialog()
           
 void setImageSize(int pixels)
           
 void setLarge()
           
 void setMedium()
           
 void setOriginal()
           
 void setSmall()
           
 
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)

setSmall

public void setSmall()

setMedium

public void setMedium()

setLarge

public void setLarge()

setOriginal

public void setOriginal()

openImagePropertiesDialog

public ImagePropertiesDialog openImagePropertiesDialog()

isVisible

public boolean isVisible()


Copyright © 2003-2014 Atlassian. All Rights Reserved.