Class CmsLocationSuggestOracle

java.lang.Object
com.google.gwt.user.client.ui.SuggestOracle
org.opencms.gwt.client.ui.input.location.CmsLocationSuggestOracle

public class CmsLocationSuggestOracle extends com.google.gwt.user.client.ui.SuggestOracle
A suggest oracle for locations based on the google maps API.

  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    The location suggestion data.

    Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.SuggestOracle

    com.google.gwt.user.client.ui.SuggestOracle.Callback, com.google.gwt.user.client.ui.SuggestOracle.Request, com.google.gwt.user.client.ui.SuggestOracle.Response, com.google.gwt.user.client.ui.SuggestOracle.Suggestion
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    requestSuggestions(com.google.gwt.user.client.ui.SuggestOracle.Request request, com.google.gwt.user.client.ui.SuggestOracle.Callback callback)
     

    Methods inherited from class com.google.gwt.user.client.ui.SuggestOracle

    isDisplayStringHTML, requestDefaultSuggestions

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • requestSuggestions

      public void requestSuggestions(com.google.gwt.user.client.ui.SuggestOracle.Request request, com.google.gwt.user.client.ui.SuggestOracle.Callback callback)
      Specified by:
      requestSuggestions in class com.google.gwt.user.client.ui.SuggestOracle
      See Also:
      • SuggestOracle.requestSuggestions(com.google.gwt.user.client.ui.SuggestOracle.Request, com.google.gwt.user.client.ui.SuggestOracle.Callback)