Class BicSuggestBox

  • 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 Detail

      • BicSuggestBox

        public BicSuggestBox()
        default constructor.
    • Method Detail

      • setText

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

        public void setValue​(String pnewValue)
        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 pvalue,
                             boolean pfireEvents)
        Specified by:
        setValue in interface com.google.gwt.user.client.ui.HasValue<String>
        Overrides:
        setValue in class SuggestBoxNewEditor
      • fillBankName

        protected final void fillBankName​(String pvalue)
      • getBankNameWidget

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

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