Class RegExKeyPressHandler

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

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

    • RegExKeyPressHandler

      public RegExKeyPressHandler(String regEx)