Package de.knightsoftnet.mtwidgets.client.ui.handler
this package contains client side handlers.
-
Class Summary 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.NavigationKeys set of navigation keys which have to be allowed.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.TaxNumberKeyPressHandler KeyPress Handler which allows the input of characters which are part of matching string.TinKeyPressHandler KeyPress Handler which allows the input of characters which are part of matching string.UpperAsciiKeyPressHandler Key press handler which limits input to UperCase ASCII characters.ValueBoxFromEvent<E> helper with method which extracts ValueBoxBase from GwtEvent.VatIdKeyPressHandler KeyPress Handler which allows the input of characters which are part of matching string.