Uses of Class
to.etc.domui.component.lookup.ILookupControlInstance.AppendCriteriaResult

Packages that use ILookupControlInstance.AppendCriteriaResult
to.etc.domui.component.lookup   
 

Uses of ILookupControlInstance.AppendCriteriaResult in to.etc.domui.component.lookup
 

Methods in to.etc.domui.component.lookup that return ILookupControlInstance.AppendCriteriaResult
 ILookupControlInstance.AppendCriteriaResult EqLookupControlImpl.appendCriteria(QCriteria<?> crit)
           
abstract  ILookupControlInstance.AppendCriteriaResult AbstractLookupControlImpl.appendCriteria(QCriteria<?> crit)
           
 ILookupControlInstance.AppendCriteriaResult LookupNumberControl.appendCriteria(QCriteria<?> crit)
           
 ILookupControlInstance.AppendCriteriaResult ILookupControlInstance.appendCriteria(QCriteria<?> crit)
          Evaluate the contents of the input for this lookup line; if the user has added data there then add the values to the query.
protected  ILookupControlInstance.AppendCriteriaResult LookupNumberControl.appendCriteria(QCriteria<?> crit, QOperation op, T val)
           
static ILookupControlInstance.AppendCriteriaResult ILookupControlInstance.AppendCriteriaResult.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ILookupControlInstance.AppendCriteriaResult[] ILookupControlInstance.AppendCriteriaResult.values()
          Returns an array containing the constants of this enum type, in the order they are declared.