org.zeroexchange.web.components.form.tree
Interface TreeDateProvider<T>

All Superinterfaces:
Serializable

public interface TreeDateProvider<T>
extends Serializable

Author:
black

Method Summary
 DataSet<T> getChildDataSet(T parent)
          Returns children data set.
 String getTitle(T item)
          Returns the title for the specified item.
 

Method Detail

getChildDataSet

DataSet<T> getChildDataSet(T parent)
Returns children data set.


getTitle

String getTitle(T item)
Returns the title for the specified item.



Copyright © 2013. All Rights Reserved.