public class PostalCodeKeyPressHandler extends SimpleFilterAndReplaceKeyPressHandler
| Constructor and Description |
|---|
PostalCodeKeyPressHandler(com.google.gwt.user.client.ui.HasValue<?> pcountryCodeField)
constructor initializing reverence to country code field.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAllowedCharacter(char pcharacter)
check if character is allowed to type in unchanged.
|
getAllowedCharacters, isCharacterToReplace, replaceCharacter, setAllowedCharacters, setAllowedCharactersonKeyPresspublic PostalCodeKeyPressHandler(com.google.gwt.user.client.ui.HasValue<?> pcountryCodeField)
pcountryCodeField - country code fieldpublic boolean isAllowedCharacter(char pcharacter)
AbstractFilterAndReplaceKeyPressHandlerisAllowedCharacter in class SimpleFilterAndReplaceKeyPressHandlerpcharacter - character to checkCopyright © 2015–2017. All rights reserved.