org.equanda.tapestry5.data
Interface Tree<NODE extends Tree>


public interface Tree<NODE extends Tree>

This interface must be implemented for each node in the tree to be displayed using the TreeTable component. You need to add the fields you want to display.

Author:
Geert Mergan

Method Summary
 List<NODE> getChildren()
           
 boolean isLeaf()
           
 void setChildren(List<NODE> children)
           
 

Method Detail

getChildren

List<NODE> getChildren()

setChildren

void setChildren(List<NODE> children)

isLeaf

boolean isLeaf()


Copyright © 2007-2009. All Rights Reserved.