Package io.keikaiex.model.sys
Class NumberInputMaskImpl
java.lang.Object
io.keikaiex.model.sys.NumberInputMaskImpl
- All Implemented Interfaces:
NumberInputMask
Responsible for number input mask.
- Since:
- 3.5.0
- Author:
- henrichen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObject[]parseNumberInput(String txt, Locale locale) Returns 1: type, 2: value, 3: format; return {txt, null} if cannot parse it as a valid number.
-
Constructor Details
-
NumberInputMaskImpl
public NumberInputMaskImpl()
-
-
Method Details
-
parseNumberInput
Returns 1: type, 2: value, 3: format; return {txt, null} if cannot parse it as a valid number.- Specified by:
parseNumberInputin interfaceNumberInputMask- Parameters:
txt- the input textlocale- associated locale
-