20212223242526272829
//========================== // 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; }