public interface SelectOptionOperation
Modifier and Type | Field and Description |
---|---|
static OperationType<SelectOptionOperation> |
TYPE
Operation for a lightweight selection of a list of simple options.
|
Modifier and Type | Method and Description |
---|---|
void |
addOption(String label,
String value)
Configures one of the options the user should select from.
|
String |
perform()
Performs this operation based on the previously configured settings,
and returns the value of the user selection if there is any.
|
static final OperationType<SelectOptionOperation> TYPE
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210