Package io.keikaiex.model.sys
Class NumberInputMaskImpl
- java.lang.Object
-
- io.keikaiex.model.sys.NumberInputMaskImpl
-
- All Implemented Interfaces:
io.keikai.model.sys.input.NumberInputMask
public class NumberInputMaskImpl extends java.lang.Object implements io.keikai.model.sys.input.NumberInputMaskResponsible for number input mask.- 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)Returns 1: type, 2: value, 3: format; return {txt, null} if cannot parse it as a valid number.
-
-
-
Method Detail
-
parseNumberInput
public 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.- Specified by:
parseNumberInputin interfaceio.keikai.model.sys.input.NumberInputMask- Parameters:
txt- the input textlocale- associated locale
-
-