Class PostalCodeKeyPressHandler

All Implemented Interfaces:
com.google.gwt.event.dom.client.KeyPressHandler, com.google.gwt.event.shared.EventHandler

public class PostalCodeKeyPressHandler extends SimpleFilterAndReplaceKeyPressHandler
KeyPress Handler which allows the input of characters which are part of matching string.
Author:
Manfred Tremmel
  • Constructor Details

    • PostalCodeKeyPressHandler

      public PostalCodeKeyPressHandler(com.google.gwt.user.client.TakesValue<?> countryCodeField)
      constructor initializing reverence to country code field.
      Parameters:
      countryCodeField - country code field
  • Method Details