Package | Description |
---|---|
com.ur.urcap.api.domain.userinteraction.keyboard |
Modifier and Type | Method and Description |
---|---|
KeyboardNumberInput<Double> |
KeyboardInputFactory.createDoubleKeypadInput()
Creates a virtual numeric keypad input accepting doubles
|
KeyboardNumberInput<Integer> |
KeyboardInputFactory.createIntegerKeypadInput()
Creates a virtual numeric keypad input accepting integers.
|
KeyboardNumberInput<Double> |
KeyboardInputFactory.createPositiveDoubleKeypadInput()
Creates a virtual numeric keypad input accepting positive doubles.
|
KeyboardNumberInput<Integer> |
KeyboardInputFactory.createPositiveIntegerKeypadInput()
Creates a virtual numeric keypad input accepting positive integers.
|
KeyboardNumberInput<T> |
KeyboardNumberInput.setErrorValidator(InputValidator<T> validator)
Sets an input validator for the virtual numeric keypad.
|
KeyboardNumberInput<T> |
KeyboardNumberInput.setInitialValue(T initialValue)
Sets the initial value which will be displayed when the virtual numeric keypad is shown.
|
Copyright © 2018. All rights reserved.