to.etc.domui.util
Interface IComboDataSet<T>

All Known Implementing Classes:
CriteriaComboDataSet, UndefinedComboDataSet

public interface IComboDataSet<T>

Factory to create the dataset for a combobox. Instance should create a list of combobox items in display order. Instances must be reentrant.

Author:
Frits Jalvingh Created on Jul 11, 2008

Method Summary
 java.util.List<T> getComboDataSet(UrlPage page)
           
 

Method Detail

getComboDataSet

@Nonnull
java.util.List<T> getComboDataSet(@Nonnull
                                          UrlPage page)
                                  throws java.lang.Exception
Throws:
java.lang.Exception