org.equanda.tapestry5.components
Class Accordion
java.lang.Object
org.equanda.tapestry5.base.TitleContent
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
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 |
Accordion
public Accordion()
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.