org.equanda.tapestry5.components
Class Accordion

java.lang.Object
  extended by org.equanda.tapestry5.base.TitleContent
      extended by org.equanda.tapestry5.components.Accordion

@IncludeJavaScriptLibrary(value={"${tapestry.scriptaculous}/prototype.js","classpath:/org/equanda/tapestry5/resources/t5equanda.js"})
@SupportsInformalParameters
public class Accordion
extends TitleContent

Accordion component

Author:
Joachim Van der Auwera

Nested Class Summary
 
Nested classes/interfaces inherited from class org.equanda.tapestry5.base.TitleContent
TitleContent.TwoBlocks
 
Constructor Summary
Accordion()
           
 
Method Summary
 boolean isUsingCookies()
          TitleContent provides a cookie-based mechanism to keep track of the component which is currently active.
 
Methods inherited from class org.equanda.tapestry5.base.TitleContent
getActiveIndex, getId, getIndex, getPanel, getPanelCount, getPanels, getTitleIcon, setActiveIndex, setIndex, setPanel, setTitleIcon, setupRender
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Accordion

public Accordion()
Method Detail

isUsingCookies

public boolean isUsingCookies()
Description copied from class: TitleContent
TitleContent provides a cookie-based mechanism to keep track of the component which is currently active. Is the superclass going to use this cookie-based mechanism or not?

Specified by:
isUsingCookies in class TitleContent
Returns:
true if it will use the cookies, false otherwise.


Copyright © 2007-2009. All Rights Reserved.