Package io.keikai.model.sys.input
Interface InputEngine
- All Known Implementing Classes:
InputEngineImpl
public interface InputEngine
Determine a cell's type and value by parsing editing text with predefined patterns.
The parsing process considers the locale for decimal separator, thousands separator, and date format.
- Since:
- 3.5.0
- Author:
- dennis
-
Method Summary
Modifier and TypeMethodDescriptionparseInput(String editText, String format, InputParseContext context)
-
Method Details
-
parseInput
-