org.equanda.tapestry5.components
Class TreeTable

java.lang.Object
  extended by 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

Constructor Summary
TreeTable()
           
 
Method Summary
 org.apache.tapestry5.Block getContent()
           
 FlattenedTree getFlatValue()
           
 List<FlattenedTree> getList()
           
 void setContent(org.apache.tapestry5.Block content)
           
 void setFlatValue(FlattenedTree flatValue)
           
 void setList(List<FlattenedTree> source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeTable

public TreeTable()
Method Detail

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.