org.codesmell.wicket.lightbox
Class LightBox2Config

java.lang.Object
  extended by org.codesmell.wicket.lightbox.LightBox2Config
All Implemented Interfaces:
java.io.Serializable

public class LightBox2Config
extends java.lang.Object
implements java.io.Serializable

LightBoxConfig essentially contains two Lists of Images to be displayed. The List of hidden images is optional.

Author:
Uwe Schäfer, (uwe@codesmell.org)
See Also:
Serialized Form

Constructor Summary
LightBox2Config(java.util.List<LightBoxImage> images)
           
LightBox2Config(java.util.List<LightBoxImage> images, java.util.List<HiddenLightBoxImage> hidden)
           
 
Method Summary
 java.util.List<HiddenLightBoxImage> getHidden()
           
 java.util.List<LightBoxImage> getImages()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LightBox2Config

public LightBox2Config(java.util.List<LightBoxImage> images)

LightBox2Config

public LightBox2Config(java.util.List<LightBoxImage> images,
                       java.util.List<HiddenLightBoxImage> hidden)
Parameters:
images2 -
hidden -
Method Detail

getImages

public java.util.List<LightBoxImage> getImages()

getHidden

public java.util.List<HiddenLightBoxImage> getHidden()


Copyright © 2008 The Codesmell Project. All Rights Reserved.