org.wicketstuff.jquery.cornerz
Class CornerzOptions

java.lang.Object
  extended by org.wicketstuff.jquery.Options
      extended by org.wicketstuff.jquery.cornerz.CornerzOptions
All Implemented Interfaces:
Serializable

public class CornerzOptions
extends Options

Author:
Edvin Syse
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.wicketstuff.jquery.Options
options_
 
Constructor Summary
CornerzOptions()
           
 
Method Summary
 CornerzOptions background(String background)
           
 CornerzOptions borderColor(String borderColor)
           
 CornerzOptions borderWidth(int borderWidth)
           
 CornerzOptions corners(String corners)
           
 CornerzOptions radius(int radius)
           
 
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

CornerzOptions

public CornerzOptions()
Method Detail

radius

public CornerzOptions radius(int radius)

borderWidth

public CornerzOptions borderWidth(int borderWidth)

background

public CornerzOptions background(String background)

borderColor

public CornerzOptions borderColor(String borderColor)

corners

public CornerzOptions corners(String corners)


Copyright © 2012. All Rights Reserved.