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
public class RegExKeyPressHandler extends SimpleFilterAndReplaceKeyPressHandler
KeyPress Handler which allows the input of characters which are part of matching string.- Author:
- Manfred Tremmel
-
-
Constructor Summary
Constructors Constructor Description RegExKeyPressHandler(String pregEx)
-
Method Summary
-
Methods inherited from class de.knightsoftnet.mtwidgets.client.ui.handler.SimpleFilterAndReplaceKeyPressHandler
getAllowedCharacters, isAllowedCharacter, isCharacterToReplace, replaceCharacter, setAllowedCharacters, setAllowedCharacters
-
Methods inherited from class de.knightsoftnet.mtwidgets.client.ui.handler.AbstractFilterAndReplaceKeyPressHandler
onKeyPress
-
-
-
-
Constructor Detail
-
RegExKeyPressHandler
public RegExKeyPressHandler(String pregEx)
-
-