org.chenillekit.tapestry.core.components
Class SlideShow

java.lang.Object
  extended by org.chenillekit.tapestry.core.components.SlideShow
All Implemented Interfaces:
ClientElement

@Import(library={"../Chenillekit.js","SlideShow.js"},
        stylesheet="SlideShow.css")
public class SlideShow
extends Object
implements ClientElement

A component for creating a slide show from a generic group of HTML elements on the client side.

Version:
$Id: SlideShow.java 674 2010-07-29 12:47:25Z homburgs $

Constructor Summary
SlideShow()
           
 
Method Summary
 String getClientId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SlideShow

public SlideShow()
Method Detail

getClientId

public String getClientId()
Specified by:
getClientId in interface ClientElement


Copyright © 2008-2010 ChenilleKit. All Rights Reserved.