org.equanda.tapestry5.data
Interface Tree


public interface Tree

This interface must be implemented by an object that must be rendered in a tapestry page using the TreeTable component.

Author:
Geert Mergan

Method Summary
 List<Tree> getChildren()
           
 String getLabel()
           
 boolean isLeaf()
           
 void setChildren(List<Tree> children)
           
 

Method Detail

getChildren

List<Tree> getChildren()

setChildren

void setChildren(List<Tree> children)

isLeaf

boolean isLeaf()

getLabel

String getLabel()


Copyright © 2007-2008. All Rights Reserved.