|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectto.etc.domui.component.input.CriteriaComboDataSet<T>
public class CriteriaComboDataSet<T>
A Combobox dataset provider which creates a dataset by using a QCriteria passed to it.
Constructor Summary | |
---|---|
CriteriaComboDataSet(QCriteria<T> query)
Create with the specified immutable QCriteria. |
Method Summary | |
---|---|
java.util.List<T> |
getComboDataSet(UrlPage page)
Execute the query and return the result. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CriteriaComboDataSet(@Nonnull QCriteria<T> query)
query
- Method Detail |
---|
public java.util.List<T> getComboDataSet(UrlPage page) throws java.lang.Exception
getComboDataSet
in interface IComboDataSet<T>
java.lang.Exception
IComboDataSet.getComboDataSet(to.etc.domui.dom.html.UrlPage)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |