net.sf.doolin.gui.field.tree
Interface Children

All Known Implementing Classes:
AbstractChildren, PropertyChildren

public interface Children

Children definition for a node.

Author:
Damien Coraboeuf

Method Summary
 Collection<?> getChildBeans(Object root)
          Computes the children objects from a parent
 String getId()
           
 

Method Detail

getChildBeans

Collection<?> getChildBeans(Object root)
Computes the children objects from a parent

Parameters:
root - Parent object
Returns:
List of children objects

getId

String getId()
Returns:
Node id for the children


Copyright © 2011. All Rights Reserved.