org.equanda.tapestry5.components
Class TreeTable

java.lang.Object
  extended by org.equanda.tapestry5.base.TitleContent
      extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class org.equanda.tapestry5.base.TitleContent
TitleContent.TwoBlocks
 
Constructor Summary
TreeTable()
           
 
Method Summary
 FlattenedTree getFlatValue()
           
 String getFolderStyle()
           
 List<FlattenedTree> getList()
           
 String getRowStyle()
           
 boolean isUsingCookies()
          TitleContent provides a cookie-based mechanism to keep track of the component which is currently active.
 void setFlatValue(FlattenedTree flatValue)
           
 void setList(List<FlattenedTree> source)
           
 
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

TreeTable

public TreeTable()
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.

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.