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 |
getFilterReplAndFormatStrKeyPressHandler()
get a filter replace and format String key press handler.
|
static com.google.gwt.event.dom.client.KeyUpHandler |
getFormatStrKeyUpHandler()
get a format 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 |
getNumericWithSeparatorsKeyPressHandler()
get a numeric with separators 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 |
getPhoneNumberKeyPressHandler()
get a phone number key press 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 getNumericKeyPressHandler()
public static final com.google.gwt.event.dom.client.KeyPressHandler getNumericWithSeparatorsKeyPressHandler()
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 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 fieldpublic static final com.google.gwt.event.dom.client.KeyPressHandler getFilterReplAndFormatStrKeyPressHandler()
public static final com.google.gwt.event.dom.client.KeyUpHandler getFormatStrKeyUpHandler()
Copyright © 2015–2017. All rights reserved.