public class InputEngineImpl extends Object implements InputEngine
| Modifier and Type | Field and Description |
|---|---|
static DateInputMask |
_dateInputMask |
static NumberInputMask |
_numberInputMask |
| Constructor and Description |
|---|
InputEngineImpl() |
| Modifier and Type | Method and Description |
|---|---|
InputResult |
parseInput(String editText,
String formatPattern,
InputParseContext context) |
public static DateInputMask _dateInputMask
public static NumberInputMask _numberInputMask
public InputResult parseInput(String editText, String formatPattern, InputParseContext context)
parseInput in interface InputEngineCopyright © 2020. All rights reserved.