org.wicketstuff.jquery.lightbox
Class LightboxOptions

java.lang.Object
  extended by org.wicketstuff.jquery.Options
      extended by org.wicketstuff.jquery.lightbox.LightboxOptions
All Implemented Interfaces:
Serializable

public class LightboxOptions
extends Options

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.wicketstuff.jquery.Options
options_
 
Constructor Summary
LightboxOptions()
           
 
Method Summary
 LightboxOptions fixedNavigation(boolean fixedNavigation)
           
 LightboxOptions imageBlank(String imageBlank)
           
 LightboxOptions imageBtnClose(String imageBtnClose)
           
 LightboxOptions imageBtnNext(String imageBtnNext)
           
 LightboxOptions imageBtnPrev(String imageBtnPrev)
           
 LightboxOptions imageLoading(String imageLoading)
           
 
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

LightboxOptions

public LightboxOptions()
Method Detail

fixedNavigation

public LightboxOptions fixedNavigation(boolean fixedNavigation)

imageLoading

public LightboxOptions imageLoading(String imageLoading)

imageBlank

public LightboxOptions imageBlank(String imageBlank)

imageBtnClose

public LightboxOptions imageBtnClose(String imageBtnClose)

imageBtnPrev

public LightboxOptions imageBtnPrev(String imageBtnPrev)

imageBtnNext

public LightboxOptions imageBtnNext(String imageBtnNext)


Copyright © 2012. All Rights Reserved.