org.wicketstuff.jquery.crop
Class CropOptions

java.lang.Object
  extended by org.wicketstuff.jquery.Options
      extended by org.wicketstuff.jquery.crop.CropOptions
All Implemented Interfaces:
Serializable

public class CropOptions
extends Options

Author:
Edvin Syse
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.wicketstuff.jquery.Options
options_
 
Constructor Summary
CropOptions()
           
 
Method Summary
 CropOptions dragHandle(Boolean dragHandle)
           
 CropOptions maxBottom(int maxBottom)
           
 CropOptions maxHeight(int maxHeight)
           
 CropOptions maxRight(int maxRight)
           
 CropOptions maxWidth(int maxWidth)
           
 CropOptions minHeight(int minHeight)
           
 CropOptions minLeft(int minLeft)
           
 CropOptions minTop(int minTop)
           
 CropOptions minWidth(int minWidth)
           
 
Methods inherited from class org.wicketstuff.jquery.Options
get, get, set, set, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CropOptions

public CropOptions()
Method Detail

dragHandle

public CropOptions dragHandle(Boolean dragHandle)

minWidth

public CropOptions minWidth(int minWidth)

minHeight

public CropOptions minHeight(int minHeight)

maxWidth

public CropOptions maxWidth(int maxWidth)

maxHeight

public CropOptions maxHeight(int maxHeight)

minTop

public CropOptions minTop(int minTop)

minLeft

public CropOptions minLeft(int minLeft)

maxRight

public CropOptions maxRight(int maxRight)

maxBottom

public CropOptions maxBottom(int maxBottom)


Copyright © 2012. All Rights Reserved.