java.lang.Object
com.google.gwt.user.client.ui.SuggestOracle
de.knightsoftnet.mtwidgets.client.ui.widget.oracle.BicOracle
All Implemented Interfaces:
HasSetBicMapSharedConstants

public class BicOracle extends com.google.gwt.user.client.ui.SuggestOracle implements HasSetBicMapSharedConstants
suggest oracle of BIC suggest widget.
Author:
Manfred Tremmel
  • Nested Class Summary

    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
    default constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    final boolean
     
    final void
    requestSuggestions(com.google.gwt.user.client.ui.SuggestOracle.Request request, com.google.gwt.user.client.ui.SuggestOracle.Callback callback)
     
    void
    setBicMapSharedConstants(de.knightsoftnet.validators.shared.data.BicMapSharedConstants bicMapSharedConstants)
     

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

    requestDefaultSuggestions

    Methods inherited from class java.lang.Object

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

    • BicOracle

      public BicOracle()
      default constructor.
  • Method Details

    • setBicMapSharedConstants

      public void setBicMapSharedConstants(de.knightsoftnet.validators.shared.data.BicMapSharedConstants bicMapSharedConstants)
      Specified by:
      setBicMapSharedConstants in interface HasSetBicMapSharedConstants
    • isDisplayStringHTML

      public final boolean isDisplayStringHTML()
      Overrides:
      isDisplayStringHTML in class com.google.gwt.user.client.ui.SuggestOracle
    • requestSuggestions

      public final 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