Package water.api.TypeaheadHandler

Examples of water.api.TypeaheadHandler.Typeahead


  //==========================
  // Custom adapters go here

  // Version&Schema-specific filling into the handler
  @Override public Typeahead createImpl() {
    Typeahead t = new Typeahead();
    t._src = src;
    t._limit = limit<=0 ? 1000 : limit;
    return t;
  }
View Full Code Here

TOP

Related Classes of water.api.TypeaheadHandler.Typeahead

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.