Modifier and Type | Method and Description |
---|---|
<T> T |
CustomUserInputConfiguration.deprecateUserInput(UserInput<T> userInput)
Deprecate a registered user input that was used in an older version of the driver URCap to handle backwards
compatibility between driver URCap versions.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DoubleUserInput
This interface provides access to the double (decimal) value entered by the end user with the option of adding special
error input validation.
|
interface |
IntegerUserInput
This interface provides access to the integer value entered by the end user with the option of adding special
error input validation.
|
interface |
StringUserInput
This interface provides access to the string entered by the end user with the option of adding special error input
validation.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BooleanUserInput
This interface provides access to the boolean value selected by the end user through a checkbox.
|
interface |
SelectableUserInput<T>
This interface provides access to the value selected by the end user through a combo box.
|
Copyright © 2021. All rights reserved.