org.wicketstuff.jquery.block
Class BlockOptions

java.lang.Object
  extended by org.wicketstuff.jquery.Options
      extended by org.wicketstuff.jquery.block.BlockOptions
All Implemented Interfaces:
Serializable

public class BlockOptions
extends Options

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.wicketstuff.jquery.Options
options_
 
Constructor Summary
BlockOptions()
           
 
Method Summary
 BlockOptions setCSS(Options css)
           
 BlockOptions setFadeIn(int ms)
           
 BlockOptions setFadeOut(int ms)
           
 BlockOptions setMessage(String message)
           
 BlockOptions setShowOverlay(boolean v)
           
 BlockOptions setTimeout(int ms)
           
 
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

BlockOptions

public BlockOptions()
Method Detail

setMessage

public BlockOptions setMessage(String message)

setCSS

public BlockOptions setCSS(Options css)

setFadeIn

public BlockOptions setFadeIn(int ms)

setFadeOut

public BlockOptions setFadeOut(int ms)

setTimeout

public BlockOptions setTimeout(int ms)

setShowOverlay

public BlockOptions setShowOverlay(boolean v)


Copyright © 2012. All Rights Reserved.