Interface | Description |
---|---|
BooleanUserInput |
This interface provides access to the boolean value selected by the end user through a checkbox.
|
SelectableUserInput<T> |
This interface provides access to the value selected by the end user through a combo box.
|
Class | Description |
---|---|
ElementResolver<T> |
A custom resolver responsible for correctly identifying each element displayed in, e.g.
|
Exception | Description |
---|---|
DuplicateElementID |
This exception is thrown when an attempt is made to register a combo box user input with a custom element resolver
(see
ElementResolver ) that does not return a unique identifier for all elements (in the list of elements
selectable in the combo box). |
ElementListCannotBeEmpty |
This exception is thrown when an attempt is made to register a combo box user input with an empty list of elements.
|
InvalidSelection |
This exception is thrown when an attempt is made to register a combo box user input with an initial selection that is
not in the list of elements (selectable in the combo box).
|
Copyright © 2021. All rights reserved.