Package | Description |
---|---|
com.ur.urcap.api.contribution.driver.general.userinput |
Modifier and Type | Method and Description |
---|---|
<T> SelectableUserInput<T> |
CustomUserInputConfiguration.registerComboBoxInput(String id,
String label,
String undefinedSelection,
List<T> elements,
ElementResolver<T> resolver)
Request a combo box user input with a static list of elements (i.e.
|
<T> SelectableUserInput<T> |
CustomUserInputConfiguration.registerPreselectedComboBoxInput(String id,
String label,
T initialSelection,
List<T> elements,
ElementResolver<T> resolver)
Request a combo box user input with a static list of elements (i.e.
|
Copyright © 2021. All rights reserved.