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.
|
| CurrencyKeyPressHandler |
KeyPress Handler which allows the characters used for currency values.
|
| DecimalKeyPressHandler |
KeyPress Handler which allows the characters used for decimal values.
|
| FilterReplaceAndFormatKeyPressHandler<E> |
Key press handler which limits and replaces characters and formats input.
|
| FormatKeyUpHandler<E> |
Key press handler which handles formated values and reformats values.
|
| HandlerFactory |
Factory Class to get Handlers.
|
| 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.
|
| NumericWithSeparatorsKeyPressHandler |
KeyPress Handler which allows the characters used for integer or long values.
|
| PercentKeyPressHandler |
KeyPress Handler which allows the characters used for percent values.
|
| PhoneNumberKeyPressHandler |
KeyPress Handler which only allows characters which are allowed in phone numbers.
|
| 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.
|
| ValueBoxFromEvent<E> |
helper with method which extracts ValueBoxBase from GwtEvent.
|
Copyright © 2015–2017. All rights reserved.