Class RegExKeyPressHandler
java.lang.Object
de.knightsoftnet.mtwidgets.client.ui.handler.AbstractFilterAndReplaceKeyPressHandler
de.knightsoftnet.mtwidgets.client.ui.handler.SimpleFilterAndReplaceKeyPressHandler
de.knightsoftnet.mtwidgets.client.ui.handler.RegExKeyPressHandler
- All Implemented Interfaces:
com.google.gwt.event.dom.client.KeyPressHandler,com.google.gwt.event.shared.EventHandler
KeyPress Handler which allows the input of characters which are part of matching string.
- Author:
- Manfred Tremmel
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.knightsoftnet.mtwidgets.client.ui.handler.SimpleFilterAndReplaceKeyPressHandler
getAllowedCharacters, isAllowedCharacter, isCharacterToReplace, replaceCharacter, setAllowedCharacters, setAllowedCharactersMethods inherited from class de.knightsoftnet.mtwidgets.client.ui.handler.AbstractFilterAndReplaceKeyPressHandler
onKeyPress
-
Constructor Details
-
RegExKeyPressHandler
-