org.chenillekit.tapestry.core.components
Class SlidingPanel

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

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

diplays a panel that can open/close its content.

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

Constructor Summary
SlidingPanel()
           
 
Method Summary
 String getClientId()
          Returns a unique id for the element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SlidingPanel

public SlidingPanel()
Method Detail

getClientId

public String getClientId()
Returns a unique id for the element. This value will be unique for any given rendering of a page. This value is intended for use as the id attribute of the client-side element, and will be used with any DHTML/Ajax related JavaScript.

Specified by:
getClientId in interface ClientElement


Copyright © 2008-2010 ChenilleKit. All Rights Reserved.