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