public class NumberInputMaskImpl extends java.lang.Object implements NumberInputMask
| Constructor and Description |
|---|
NumberInputMaskImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
parseNumberInput(java.lang.String txt,
java.util.Locale locale)
Returns 1: type, 2: value, 3: format; return {txt, null} if cannot parse
it as a valid number.
|
public java.lang.Object[] parseNumberInput(java.lang.String txt,
java.util.Locale locale)
parseNumberInput in interface NumberInputMasktxt - the input textlocale - associated localeCopyright © 2005-2010 Potix Corporation. All Rights Reserved.