org.equanda.tapestry5.components
Class TreeTable
java.lang.Object
org.equanda.tapestry5.components.TreeTable
@SupportsInformalParameters
@IncludeStylesheet(value="classpath:/org/equanda/tapestry5/resources/treetable.css")
@IncludeJavaScriptLibrary(value="classpath:/org/equanda/tapestry5/resources/treetable.js")
public class TreeTable
- extends Object
TreeTable is a tapestry 5 component class. It is based upon sstree
- Author:
- Geert Mergan, Joachim Van der Auwera
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TreeTable
public TreeTable()
getContent
public org.apache.tapestry5.Block getContent()
setContent
public void setContent(org.apache.tapestry5.Block content)
getFlatValue
public FlattenedTree getFlatValue()
setFlatValue
public void setFlatValue(FlattenedTree flatValue)
getList
public List<FlattenedTree> getList()
setList
public void setList(List<FlattenedTree> source)
Copyright © 2007-2008. All Rights Reserved.