org.equanda.tapestry5.components
Class TreeTable
java.lang.Object
org.equanda.tapestry5.base.TitleContent
org.equanda.tapestry5.components.TreeTable
@SupportsInformalParameters
@IncludeStylesheet(value="classpath:/org/equanda/tapestry5/resources/treetable.css")
@IncludeJavaScriptLibrary(value={"${tapestry.scriptaculous}/prototype.js","classpath:/org/equanda/tapestry5/resources/t5equanda.js"})
public class TreeTable
- extends TitleContent
TreeTable is a tapestry 5 component class. It is based upon sstree
- Author:
- Geert Mergan, Joachim Van der Auwera
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 |
TreeTable
public TreeTable()
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.
getFlatValue
public FlattenedTree getFlatValue()
setFlatValue
public void setFlatValue(FlattenedTree flatValue)
getList
public List<FlattenedTree> getList()
setList
public void setList(List<FlattenedTree> source)
getRowStyle
public String getRowStyle()
getFolderStyle
public String getFolderStyle()
Copyright © 2007-2009. All Rights Reserved.