public class HandlerFactory extends Object
| Constructor and Description |
|---|
HandlerFactory() |
| Modifier and Type | Method and Description |
|---|---|
static com.google.gwt.event.dom.client.KeyPressHandler |
getCurrencyKeyPressHandler()
get a currency key press handler.
|
static com.google.gwt.event.dom.client.KeyPressHandler |
getDecimalKeyPressHandler()
get a decimal key press handler.
|
static com.google.gwt.event.dom.client.KeyPressHandler |
getIbanKeyPressHandler()
get a iban key press handler.
|
static com.google.gwt.event.dom.client.KeyUpHandler |
getIbanKeyUpHandler()
get a iban key up handler.
|
static com.google.gwt.event.dom.client.KeyPressHandler |
getIsbn10KeyPressHandler()
get a isbn 10 key press handler.
|
static com.google.gwt.event.dom.client.KeyUpHandler |
getIsbn10KeyUpHandler()
get a isbn 10 key up handler.
|
static com.google.gwt.event.dom.client.KeyPressHandler |
getIsbn13KeyPressHandler()
get a isbn 13 key press handler.
|
static com.google.gwt.event.dom.client.KeyUpHandler |
getIsbn13KeyUpHandler()
get a isbn 13 key up handler.
|
static com.google.gwt.event.dom.client.KeyPressHandler |
getIsbnKeyPressHandler()
get a isbn key press handler.
|
static com.google.gwt.event.dom.client.KeyUpHandler |
getIsbnKeyUpHandler()
get a isbn key up handler.
|
static com.google.gwt.event.dom.client.KeyPressHandler |
getNumericAndUpperAsciiKeyPressHandler()
get a numeric and upper case key press handler.
|
static com.google.gwt.event.dom.client.KeyPressHandler |
getNumericKeyPressHandler()
get a numeric key press handler.
|
static com.google.gwt.event.dom.client.KeyPressHandler |
getPercentKeyPressHandler()
get a percent key press handler.
|
static com.google.gwt.event.dom.client.KeyPressHandler |
getPhoneNumberCommonInternationalKeyPressHandler(com.google.gwt.user.client.ui.HasValue<?> pcountryCodeField)
get a phone number key press handler.
|
static com.google.gwt.event.dom.client.KeyUpHandler |
getPhoneNumberCommonInternationalKeyUpHandler(com.google.gwt.user.client.ui.HasValue<?> pcountryCodeField)
get a phone number key up handler.
|
static com.google.gwt.event.dom.client.KeyPressHandler |
getPhoneNumberCommonKeyPressHandler(com.google.gwt.user.client.ui.HasValue<?> pcountryCodeField)
get a phone number key press handler.
|
static com.google.gwt.event.dom.client.KeyUpHandler |
getPhoneNumberCommonKeyUpHandler(com.google.gwt.user.client.ui.HasValue<?> pcountryCodeField)
get a phone number key up handler.
|
static com.google.gwt.event.dom.client.KeyPressHandler |
getPhoneNumberDin5008InternationalKeyPressHandler(com.google.gwt.user.client.ui.HasValue<?> pcountryCodeField)
get a phone number key press handler.
|
static com.google.gwt.event.dom.client.KeyUpHandler |
getPhoneNumberDin5008InternationalKeyUpHandler(com.google.gwt.user.client.ui.HasValue<?> pcountryCodeField)
get a phone number key up handler.
|
static com.google.gwt.event.dom.client.KeyPressHandler |
getPhoneNumberDin5008KeyPressHandler(com.google.gwt.user.client.ui.HasValue<?> pcountryCodeField)
get a phone number key press handler.
|
static com.google.gwt.event.dom.client.KeyUpHandler |
getPhoneNumberDin5008KeyUpHandler(com.google.gwt.user.client.ui.HasValue<?> pcountryCodeField)
get a phone number key up handler.
|
static com.google.gwt.event.dom.client.KeyPressHandler |
getPhoneNumberE123InternationalKeyPressHandler(com.google.gwt.user.client.ui.HasValue<?> pcountryCodeField)
get a phone number key press handler.
|
static com.google.gwt.event.dom.client.KeyUpHandler |
getPhoneNumberE123InternationalKeyUpHandler(com.google.gwt.user.client.ui.HasValue<?> pcountryCodeField)
get a phone number key up handler.
|
static com.google.gwt.event.dom.client.KeyPressHandler |
getPhoneNumberE123KeyPressHandler(com.google.gwt.user.client.ui.HasValue<?> pcountryCodeField)
get a phone number key press handler.
|
static com.google.gwt.event.dom.client.KeyUpHandler |
getPhoneNumberE123KeyUpHandler(com.google.gwt.user.client.ui.HasValue<?> pcountryCodeField)
get a phone number key up handler.
|
static com.google.gwt.event.dom.client.KeyPressHandler |
getPhoneNumberKeyPressHandler()
get a phone number key press handler.
|
static com.google.gwt.event.dom.client.KeyPressHandler |
getPhoneNumberMsKeyPressHandler(com.google.gwt.user.client.ui.HasValue<?> pcountryCodeField)
get a phone number key press handler.
|
static com.google.gwt.event.dom.client.KeyUpHandler |
getPhoneNumberMsKeyUpHandler(com.google.gwt.user.client.ui.HasValue<?> pcountryCodeField)
get a phone number key up handler.
|
static com.google.gwt.event.dom.client.KeyPressHandler |
getPhoneNumberUriKeyPressHandler(com.google.gwt.user.client.ui.HasValue<?> pcountryCodeField)
get a phone number key press handler.
|
static com.google.gwt.event.dom.client.KeyUpHandler |
getPhoneNumberUriKeyUpHandler(com.google.gwt.user.client.ui.HasValue<?> pcountryCodeField)
get a phone number key up handler.
|
static com.google.gwt.event.dom.client.KeyPressHandler |
getPostalCodeKeyPressHandler(com.google.gwt.user.client.ui.HasValue<?> pcountryCodeField)
get a key press handler which allows characters for postal codes of a referenced country.
|
static com.google.gwt.event.dom.client.KeyPressHandler |
getRegExKeyPressHandler(String pregEx)
get a key press handler which allows all characters which could match a reg ex.
|
static com.google.gwt.event.dom.client.KeyPressHandler |
getUpperAsciiKeyPressHandler()
get a upper case key press handler.
|
public static final com.google.gwt.event.dom.client.KeyPressHandler getUpperAsciiKeyPressHandler()
public static final com.google.gwt.event.dom.client.KeyPressHandler getNumericAndUpperAsciiKeyPressHandler()
public static final com.google.gwt.event.dom.client.KeyPressHandler getIbanKeyPressHandler()
public static final com.google.gwt.event.dom.client.KeyUpHandler getIbanKeyUpHandler()
public static final com.google.gwt.event.dom.client.KeyPressHandler getIsbn10KeyPressHandler()
public static final com.google.gwt.event.dom.client.KeyUpHandler getIsbn10KeyUpHandler()
public static final com.google.gwt.event.dom.client.KeyPressHandler getIsbn13KeyPressHandler()
public static final com.google.gwt.event.dom.client.KeyUpHandler getIsbn13KeyUpHandler()
public static final com.google.gwt.event.dom.client.KeyPressHandler getIsbnKeyPressHandler()
public static final com.google.gwt.event.dom.client.KeyUpHandler getIsbnKeyUpHandler()
public static final com.google.gwt.event.dom.client.KeyPressHandler getNumericKeyPressHandler()
public static final com.google.gwt.event.dom.client.KeyPressHandler getCurrencyKeyPressHandler()
public static final com.google.gwt.event.dom.client.KeyPressHandler getPercentKeyPressHandler()
public static final com.google.gwt.event.dom.client.KeyPressHandler getPhoneNumberKeyPressHandler()
public static final com.google.gwt.event.dom.client.KeyPressHandler getPhoneNumberCommonInternationalKeyPressHandler(com.google.gwt.user.client.ui.HasValue<?> pcountryCodeField)
pcountryCodeField - reference to country code fieldpublic static final com.google.gwt.event.dom.client.KeyUpHandler getPhoneNumberCommonInternationalKeyUpHandler(com.google.gwt.user.client.ui.HasValue<?> pcountryCodeField)
pcountryCodeField - reference to country code fieldpublic static final com.google.gwt.event.dom.client.KeyPressHandler getPhoneNumberCommonKeyPressHandler(com.google.gwt.user.client.ui.HasValue<?> pcountryCodeField)
pcountryCodeField - reference to country code fieldpublic static final com.google.gwt.event.dom.client.KeyUpHandler getPhoneNumberCommonKeyUpHandler(com.google.gwt.user.client.ui.HasValue<?> pcountryCodeField)
pcountryCodeField - reference to country code fieldpublic static final com.google.gwt.event.dom.client.KeyPressHandler getPhoneNumberDin5008InternationalKeyPressHandler(com.google.gwt.user.client.ui.HasValue<?> pcountryCodeField)
pcountryCodeField - reference to country code fieldpublic static final com.google.gwt.event.dom.client.KeyUpHandler getPhoneNumberDin5008InternationalKeyUpHandler(com.google.gwt.user.client.ui.HasValue<?> pcountryCodeField)
pcountryCodeField - reference to country code fieldpublic static final com.google.gwt.event.dom.client.KeyPressHandler getPhoneNumberDin5008KeyPressHandler(com.google.gwt.user.client.ui.HasValue<?> pcountryCodeField)
pcountryCodeField - reference to country code fieldpublic static final com.google.gwt.event.dom.client.KeyUpHandler getPhoneNumberDin5008KeyUpHandler(com.google.gwt.user.client.ui.HasValue<?> pcountryCodeField)
pcountryCodeField - reference to country code fieldpublic static final com.google.gwt.event.dom.client.KeyPressHandler getPhoneNumberE123InternationalKeyPressHandler(com.google.gwt.user.client.ui.HasValue<?> pcountryCodeField)
pcountryCodeField - reference to country code fieldpublic static final com.google.gwt.event.dom.client.KeyUpHandler getPhoneNumberE123InternationalKeyUpHandler(com.google.gwt.user.client.ui.HasValue<?> pcountryCodeField)
pcountryCodeField - reference to country code fieldpublic static final com.google.gwt.event.dom.client.KeyPressHandler getPhoneNumberE123KeyPressHandler(com.google.gwt.user.client.ui.HasValue<?> pcountryCodeField)
pcountryCodeField - reference to country code fieldpublic static final com.google.gwt.event.dom.client.KeyUpHandler getPhoneNumberE123KeyUpHandler(com.google.gwt.user.client.ui.HasValue<?> pcountryCodeField)
pcountryCodeField - reference to country code fieldpublic static final com.google.gwt.event.dom.client.KeyPressHandler getPhoneNumberMsKeyPressHandler(com.google.gwt.user.client.ui.HasValue<?> pcountryCodeField)
pcountryCodeField - reference to country code fieldpublic static final com.google.gwt.event.dom.client.KeyUpHandler getPhoneNumberMsKeyUpHandler(com.google.gwt.user.client.ui.HasValue<?> pcountryCodeField)
pcountryCodeField - reference to country code fieldpublic static final com.google.gwt.event.dom.client.KeyPressHandler getPhoneNumberUriKeyPressHandler(com.google.gwt.user.client.ui.HasValue<?> pcountryCodeField)
pcountryCodeField - reference to country code fieldpublic static final com.google.gwt.event.dom.client.KeyUpHandler getPhoneNumberUriKeyUpHandler(com.google.gwt.user.client.ui.HasValue<?> pcountryCodeField)
pcountryCodeField - reference to country code fieldpublic static final com.google.gwt.event.dom.client.KeyPressHandler getDecimalKeyPressHandler()
public static final com.google.gwt.event.dom.client.KeyPressHandler getRegExKeyPressHandler(String pregEx)
pregEx - to checkpublic static final com.google.gwt.event.dom.client.KeyPressHandler getPostalCodeKeyPressHandler(com.google.gwt.user.client.ui.HasValue<?> pcountryCodeField)
pcountryCodeField - reference to country code fieldCopyright © 2015. All rights reserved.