Uses of Interface
de.espirit.firstspirit.ui.operations.RequestOperation.Answer
-
Uses of RequestOperation.Answer in de.espirit.firstspirit.ui.operations
Modifier and TypeMethodDescriptionAdd an answer with the given label.RequestOperation.addCancel()
Adds an answer with a language dependent label for "cancel".RequestOperation.addNo()
Adds an answer with a language dependent label for "no".RequestOperation.addOk()
Adds an answer with a language dependent label for "ok".RequestOperation.addYes()
Adds an answer with a language dependent label for "yes".@Nullable RequestOperation.Answer
Asks the given question, returning the selected answer.Modifier and TypeMethodDescriptionvoid
RequestOperation.setInitialAnswer
(RequestOperation.Answer answer) Defines the answer to be initially selected.