info.magnolia.ui.vaadin.gwt.client.jcrop
Class JCropState

java.lang.Object
  extended by com.vaadin.shared.communication.SharedState
      extended by com.vaadin.shared.JavaScriptExtensionState
          extended by info.magnolia.ui.vaadin.gwt.client.jcrop.JCropState
All Implemented Interfaces:
com.vaadin.shared.JavaScriptConnectorState, Serializable

public class JCropState
extends com.vaadin.shared.JavaScriptExtensionState

Shared state of JCrop extension.

See Also:
Serialized Form

Field Summary
 double aspectRatio
           
 String backgroundColor
           
 double backgroundOpacity
           
 boolean isValid
           
 boolean isVisible
           
 int maxHeight
           
 int maxWidth
           
 int minHeight
           
 int minWidth
           
 SelectionArea selection
           
 com.vaadin.shared.Connector selectionStatusComponent
           
 int trueHeight
           
 int trueWidth
           
 
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
 
Constructor Summary
JCropState()
           
 
Method Summary
 
Methods inherited from class com.vaadin.shared.JavaScriptExtensionState
getCallbackNames, getRpcInterfaces, setCallbackNames, setRpcInterfaces
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

aspectRatio

public double aspectRatio

minHeight

public int minHeight

maxHeight

public int maxHeight

minWidth

public int minWidth

maxWidth

public int maxWidth

trueHeight

public int trueHeight

trueWidth

public int trueWidth

backgroundColor

public String backgroundColor

backgroundOpacity

public double backgroundOpacity

isVisible

public boolean isVisible

selection

public SelectionArea selection

isValid

public boolean isValid

selectionStatusComponent

public com.vaadin.shared.Connector selectionStatusComponent
Constructor Detail

JCropState

public JCropState()


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.