See: Description
| Interface | Description |
|---|---|
| NavigationKeysInterface |
Interface for browser specific navigation key result.
|
| Class | Description |
|---|---|
| AbstractFilterAndReplaceKeyPressHandler |
Abstract key press handler which limits input to allowed characters and replaces characters by
other.
|
| AbstractFilterKeyPressHandler |
Abstract key press handler which limits input to allowed characters.
|
| AbstractFilterReplaceAndFormatKeyPressHandler |
Key press handler which limits and replaces characters and formats input.
|
| AbstractFormatKeyUpHandler |
Key press handler which handles formated values and reformats values.
|
| CurrencyKeyPressHandler |
KeyPress Handler which allows the characters used for currency values.
|
| DecimalKeyPressHandler |
KeyPress Handler which allows the characters used for decimal values.
|
| HandlerFactory |
Factory Class to get Handlers.
|
| IbanKeyPressHandler |
Key press handler which limits and formats input to iban characters.
|
| IbanKeyUpHandler |
Key up handler for iban input fields.
|
| Isbn10KeyPressHandler |
Key press handler which limits and formats input to isbn 10 characters.
|
| Isbn10KeyUpHandler |
Key up handler for isbn10 input fields.
|
| Isbn13KeyPressHandler |
Key press handler which limits and formats input to isbn 13 characters.
|
| Isbn13KeyUpHandler |
Key up handler for isbn13 input fields.
|
| IsbnKeyPressHandler |
Key press handler which limits and formats input to isbn characters.
|
| IsbnKeyUpHandler |
Key up handler for isbn input fields.
|
| NavigationKeysGeckoImpl |
gecko (Firefox) implementation of NavigationKeysInterface.
|
| NavigationKeysImpl |
default implementation of NavigationKeysInterface.
|
| NumericAndUpperAsciiKeyPressHandler |
Key press handler which limits input to UperCase ASCII and numeric characters.
|
| NumericKeyPressHandler |
KeyPress Handler which only allows characters 0 - 9.
|
| PercentKeyPressHandler |
KeyPress Handler which allows the characters used for percent values.
|
| PhoneNumberCommonInternationalKeyPressHandler |
Key press handler which limits and formats input to phone number common international characters.
|
| PhoneNumberCommonInternationalKeyUpHandler |
Key up handler for phone number Common international input fields.
|
| PhoneNumberCommonKeyPressHandler |
Key press handler which limits and formats input to phone number Common characters.
|
| PhoneNumberCommonKeyUpHandler |
Key up handler for phone number Common input fields.
|
| PhoneNumberDin5008InternationalKeyPressHandler |
Key press handler which limits and formats input to phone number DIN 5008 international
characters.
|
| PhoneNumberDin5008InternationalKeyUpHandler |
Key up handler for phone number DIN 5008 international input fields.
|
| PhoneNumberDin5008KeyPressHandler |
Key press handler which limits and formats input to phone number DIN 5008 characters.
|
| PhoneNumberDin5008KeyUpHandler |
Key up handler for phone number DIN 5008 input fields.
|
| PhoneNumberE123InternationalKeyPressHandler |
Key press handler which limits and formats input to phone number E123 international characters.
|
| PhoneNumberE123InternationalKeyUpHandler |
Key up handler for phone number E123 international input fields.
|
| PhoneNumberE123KeyPressHandler |
Key press handler which limits and formats input to phone number E123 characters.
|
| PhoneNumberE123KeyUpHandler |
Key up handler for phone number E123 input fields.
|
| PhoneNumberKeyPressHandler |
KeyPress Handler which only allows characters which are allowed in phone numbers.
|
| PhoneNumberMsKeyPressHandler |
Key press handler which limits and formats input to phone number microsoft format characters.
|
| PhoneNumberMsKeyUpHandler |
Key up handler for phone number number microsoft input fields.
|
| PhoneNumberUriKeyPressHandler |
Key press handler which limits and formats input to phone number uri characters.
|
| PhoneNumberUriKeyUpHandler |
Key up handler for phone number uri input fields.
|
| PostalCodeKeyPressHandler |
KeyPress Handler which allows the input of characters which are part of matching string.
|
| RegExKeyPressHandler |
KeyPress Handler which allows the input of characters which are part of matching string.
|
| SimpleFilterAndReplaceKeyPressHandler |
Simple key press handler which limits input to allowed characters.
|
| UpperAsciiKeyPressHandler |
Key press handler which limits input to UperCase ASCII characters.
|
Copyright © 2015. All rights reserved.