InputData |
InputData.beepKeyFlag(Boolean beepKeyFlag) |
Indicates, when the user press a key, if a beep has to be generated (value True).
|
InputData |
InputData.defaultInputString(String defaultInputString) |
Default string value for an input command.
|
InputData |
InputData.defaultLayoutString(String defaultLayoutString) |
defaultLayoutString
|
InputData |
InputData.device(Device device) |
device
|
InputData |
InputData.disableCancelFlag(Boolean disableCancelFlag) |
Indicates if the Cancel function key has to be deactivated (value True).
|
InputData |
InputData.disableCorrectFlag(Boolean disableCorrectFlag) |
Indicates if the Correct function key has to be deactivated (value True).
|
InputData |
InputData.disableValidFlag(Boolean disableValidFlag) |
Indicates if the Valid function key has to be deactivated (value True).
|
static InputData |
InputData.fromJson(String jsonString) |
Create an instance of InputData given an JSON string
|
InputData |
InputData.fromRightToLeftFlag(Boolean fromRightToLeftFlag) |
Indicates if the entered character has to be displayed from the right to the left of the
display field.
|
InputData |
InputRequest.getInputData() |
Get inputData
|
InputData |
InputData.globalCorrectionFlag(Boolean globalCorrectionFlag) |
Indicates, when the user presses the Correct function key in an input entry, if all the entered
characters are removed (value True) or only the last entered character if any (value False).
|
InputData |
InputData.immediateResponseFlag(Boolean immediateResponseFlag) |
Indicates whether to request an Immediate response to the message without waiting for the
completion of the command.
|
InputData |
InputData.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|
InputData |
InputData.infoQualify(InfoQualify infoQualify) |
infoQualify
|
InputData |
InputData.inputCommand(InputCommand inputCommand) |
inputCommand
|
InputData |
InputData.maskCharactersFlag(Boolean maskCharactersFlag) |
Indicates to mask the characters entered by the user (i.e. replacing in the display of the
input, the entered character by a standard character as *).
|
InputData |
InputData.maxDecimalLength(Integer maxDecimalLength) |
Maximum input length of the decimal part (without decimal point).
|
InputData |
InputData.maxInputTime(Integer maxInputTime) |
Maximum input time in seconds.
|
InputData |
InputData.maxLength(Integer maxLength) |
Maximum length of an entered string, or maximum number of entries that can be selected in a
menu.
|
InputData |
InputData.menuBackFlag(Boolean menuBackFlag) |
If it has the value True, it indicates that the Back function key (respectively Home function
key) may be used to go back to the immediate upper level of the menu.
|
InputData |
InputData.minLength(Integer minLength) |
Minimum length of an entered string, or minimum number of entries that can be selected in a
menu.
|
InputData |
InputData.notifyCardInputFlag(Boolean notifyCardInputFlag) |
Request Notification of the card entered in the POI card reader.
|
InputData |
InputData.stringMask(String stringMask) |
String mask to get information requiring a specific format.
|
InputData |
InputData.waitUserValidationFlag(Boolean waitUserValidationFlag) |
Indicates that the user must confirm the entered characters, when the maximum allowed length is
reached.
|