Package com.google.gwt.ajaxsearch.client.impl

Examples of com.google.gwt.ajaxsearch.client.impl.KeepCallback


          }
        });

    // If no keep label is explicity set, don't bother wiring up the callback.
    if (options.keepLabel != null) {
      KeepCallback keepCallback = new KeepCallback() {
        public void onKeep(Result result) {
          keepListeners.fireKeep(SearchControl.this, result);
        }
      };
View Full Code Here

TOP

Related Classes of com.google.gwt.ajaxsearch.client.impl.KeepCallback

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.