Package org.adfemg.datacontrol.lov

Examples of org.adfemg.datacontrol.lov.QueryDescriptorImpl


  @Override
  protected QueryDescriptorImpl createQueryDescriptor(QueryModelImpl qmodel,
                                                      ConjunctionCriterionImpl crits,
                                                      ViewObject viewObject)
  {
    QueryDescriptorImpl retval = super.createQueryDescriptor(qmodel, crits, viewObject);
    // standaard wordt eerste kolom (code) gebruikt voor auto-complete terwijl
    // wij op de omschrijving willen zoeken
    retval.setAutoCompleteCriterion("title");
    return retval;
  }
View Full Code Here

TOP

Related Classes of org.adfemg.datacontrol.lov.QueryDescriptorImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.