Package io.keikai.model.impl.sys
Class NumberInputMaskImpl
- java.lang.Object
-
- io.keikai.model.impl.sys.NumberInputMaskImpl
-
- All Implemented Interfaces:
NumberInputMask
public class NumberInputMaskImpl extends java.lang.Object implements NumberInputMask
- Since:
- 3.5.0
- Author:
- henrichen
-
-
Constructor Summary
Constructors Constructor Description NumberInputMaskImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object[]parseNumberInput(java.lang.String txt, java.util.Locale locale)
-
-
-
Method Detail
-
parseNumberInput
public java.lang.Object[] parseNumberInput(java.lang.String txt, java.util.Locale locale)- Specified by:
parseNumberInputin interfaceNumberInputMask- Parameters:
txt- the input text
-
-