Class PhoneNumberE123SuggestBox

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, HasFormating, HasPlaceholder, HasRequired, HasValidationMessageElement<String,org.gwtproject.editor.client.LeafValueEditor<String>>, HasValidity, 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 PhoneNumberE123SuggestBox extends AbstractPhoneNumberSuggestBox
phone number E123 suggest widget.
Author:
Manfred Tremmel
  • Constructor Details

    • PhoneNumberE123SuggestBox

      public PhoneNumberE123SuggestBox()
      default constructor.
  • Method Details

    • formatValue

      public void formatValue(de.knightsoftnet.validators.shared.data.ValueWithPos<String> pvalue, boolean fireEvents)
      Description copied from interface: HasFormating
      format and set value.
      Parameters:
      pvalue - value to format
      fireEvents - when true and value changes, a ValueChangeEvent is triggered
    • formatValueSynchron

      public String formatValueSynchron(String pvalue)
      Description copied from interface: HasFormating
      format value synchron, doesn't work for rest formatings.
      Parameters:
      pvalue - to format
      Returns:
      formated value
    • isFormatingCharacter

      public boolean isFormatingCharacter(char pcharacter)
      Description copied from interface: HasFormating
      check a character if it's formating character.
      Parameters:
      pcharacter - character to check
      Returns:
      true if character is a formating character