Package honeycrm.client.view

Examples of honeycrm.client.view.FulltextSuggestOracle.clear()


  /**
   * Empty the current suggestion oracle and return it.
   */
  protected FulltextSuggestOracle emptySuggestOracle() {
    final FulltextSuggestOracle o = (FulltextSuggestOracle) getSuggestOracle();
    o.clear();
    return o;
  }

}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.