Class BicSuggestBox

java.lang.Object
com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
All Implemented Interfaces:
com.google.gwt.event.dom.client.HasAllKeyHandlers, com.google.gwt.event.dom.client.HasBlurHandlers, com.google.gwt.event.dom.client.HasFocusHandlers, com.google.gwt.event.dom.client.HasKeyDownHandlers, com.google.gwt.event.dom.client.HasKeyPressHandlers, com.google.gwt.event.dom.client.HasKeyUpHandlers, com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.logical.shared.HasSelectionHandlers<com.google.gwt.user.client.ui.SuggestOracle.Suggestion>, com.google.gwt.event.logical.shared.HasValueChangeHandlers<String>, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.TakesValue<String>, com.google.gwt.user.client.ui.Focusable, com.google.gwt.user.client.ui.HasAnimation, com.google.gwt.user.client.ui.HasEnabled, com.google.gwt.user.client.ui.HasText, com.google.gwt.user.client.ui.HasValue<String>, com.google.gwt.user.client.ui.HasVisibility, com.google.gwt.user.client.ui.IsRenderable, com.google.gwt.user.client.ui.IsWidget, HasAutocomplete, HasAutofocus, HasPlaceholder, HasRequired, HasValidationMessageElement<String,org.gwtproject.editor.client.LeafValueEditor<String>>, HasValidity, HasSetBicMapSharedConstants, org.gwtproject.editor.client.Editor<String>, org.gwtproject.editor.client.HasEditorErrors<String>, org.gwtproject.editor.client.IsEditor<org.gwtproject.editor.client.LeafValueEditor<String>>, org.gwtproject.editor.client.TakesValue<String>

public class BicSuggestBox extends SuggestBoxWithEditorErrors implements HasSetBicMapSharedConstants
BIC suggest widget.
Author:
Manfred Tremmel
  • Constructor Details

    • BicSuggestBox

      public BicSuggestBox()
      default constructor.
  • Method Details

    • setBicMapSharedConstants

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

      public void setText(String text)
      Specified by:
      setText in interface com.google.gwt.user.client.ui.HasText
      Overrides:
      setText in class SuggestBoxNewEditor
    • setValue

      public void setValue(String newValue)
      Specified by:
      setValue in interface com.google.gwt.user.client.ui.HasValue<String>
      Specified by:
      setValue in interface com.google.gwt.user.client.TakesValue<String>
      Specified by:
      setValue in interface org.gwtproject.editor.client.TakesValue<String>
      Overrides:
      setValue in class SuggestBoxNewEditor
    • setValue

      public void setValue(String value, boolean fireEvents)
      Specified by:
      setValue in interface com.google.gwt.user.client.ui.HasValue<String>
      Overrides:
      setValue in class SuggestBoxNewEditor
    • fillBankName

      protected final void fillBankName(String value)
    • getBankNameWidget

      public com.google.gwt.user.client.ui.HasText getBankNameWidget()
    • setBankNameWidget

      public void setBankNameWidget(com.google.gwt.user.client.ui.HasText bankNameWidget)